latex-lab-manuals

πŸ“š LaTeX Lab Experiments - VTU BCSL456D

LaTeX Logo

LaTeX Lab Experiments - VTU

Technical Writing Using LaTeX (BCSL456D)

Introduction β€’ Course β€’ Lab Programs β€’ Quick Start β€’ Viva β€’ Contributing

LaTeX VTU License GitHub


πŸ“š What is LaTeX?

LaTeX (pronounced Lay-tech or Lah-tech) is a sophisticated document preparation system designed for high-quality typesetting. It is particularly well-suited for technical and scientific documentation, making it an essential tool for:

🏫 About This Course

Subject Code: BCSL456D
Course Name: Technical Writing Using LaTeX
University: Visvesvaraya Technological University (VTU)

This repository covers the VTU course β€œTechnical Writing Using LaTeX” (BCSL456D). The course aims to equip students with the skills needed to create professional technical documents using LaTeX.

Course Resources

πŸ’‘ New to LaTeX? Check out our Quick Start Guide to begin learning LaTeX in just 30 minutes!


πŸ§ͺ Lab Programs Overview

No. Program Description Difficulty Source Code Output PDF
1 Document with Sections, Headers & Footers 🟒 Beginner πŸ“„ View Code πŸ“€ View PDF
2 Abstract/Summary Layout Design 🟒 Beginner πŸ“„ View Code πŸ“€ View PDF
3 VTU Project Title Page 🟑 Intermediate πŸ“„ View Code πŸ“€ View PDF
4 Certificate Page Design 🟑 Intermediate πŸ“„ View Code πŸ“€ View PDF
5 Student Marks Table 🟑 Intermediate πŸ“„ View Code πŸ“€ View PDF
6 Side-by-side Graphics 🟑 Intermediate πŸ“„ View Code πŸ“€ View PDF
7 Mathematical Equations 🟑 Intermediate πŸ“„ View Code πŸ“€ View PDF
8 Theorems & Definitions πŸ”΄ Advanced πŸ“„ View Code πŸ“€ View PDF
9 Bibliography & Citations πŸ”΄ Advanced πŸ“„ View Code πŸ“€ View PDF
10 Tree Diagram using TikZ πŸ”΄ Advanced πŸ“„ View Code πŸ“€ View PDF
11 Algorithm Formatting πŸ”΄ Advanced πŸ“„ View Code πŸ“€ View PDF
12a Report Format Design πŸ”΄ Advanced πŸ“„ View Code πŸ“€ View PDF
12b Article Format Design πŸ”΄ Advanced πŸ“„ View Code πŸ“€ View PDF

πŸŽ“ Viva Questions & Preparation

Viva Questions

πŸ“‹ Complete viva question bank available in: LATEX-VIVA.pdf

πŸš€ Quick Start with Overleaf

Get started with LaTeX in just 30 minutes using these resources:

Getting Started Steps:

  1. 🌐 Visit Overleaf.com and create a free account
  2. πŸ“ Create a new project and choose a template
  3. ✍️ Start writing your first LaTeX document
  4. πŸ”„ Compile and see the magic happen!

πŸ“š Learning Resources

Online Tutorials and Documentation


πŸ“ Repository Structure

latex-lab-experiments/
β”œβ”€β”€ Latex_lab/
β”‚   β”œβ”€β”€ Program1/ - Program12b/
β”‚   β”‚   β”œβ”€β”€ *.tex (Source files)
β”‚   β”‚   └── *.pdf (Output files)
β”‚   β”œβ”€β”€ vcet_logo.png
β”‚   └── vtu.jpeg
β”œβ”€β”€ Latex Syllabus.pdf
β”œβ”€β”€ LATEX-VIVA.pdf
β”œβ”€β”€ LICENSE
└── README.md

πŸ› οΈ How to Use This Repository

  1. 🌐 Go to Overleaf.com
  2. πŸ“ Create a new project
  3. πŸ“‹ Copy the .tex code from any program
  4. πŸ“Έ Upload required images (logos, etc.)
  5. ▢️ Click β€œRecompile” to generate PDF

Method 2: Local Setup

  1. πŸ’» Install TeX Live (Windows/Linux) or MacTeX (macOS)
  2. πŸ“ Install TeXstudio or VS Code with LaTeX extension
  3. πŸ“‚ Clone this repository
  4. πŸ”„ Open any .tex file and compile (F5 in TeXstudio)

πŸ› οΈ How to Compile Locally

  1. Install TeX Live or MikTeX.
  2. Open any .tex file using TeXstudio or Overleaf.
  3. Press F5 or click Build & View.
  4. Output PDF will be generated in the same directory.

🀝 Contributing

We welcome contributions from fellow students and LaTeX enthusiasts! Here’s how you can help:

Ways to Contribute:

How to Contribute:

  1. 🍴 Fork this repository
  2. 🌿 Create a new branch (git checkout -b feature/amazing-feature)
  3. πŸ’Ύ Commit your changes (git commit -m 'Add amazing feature')
  4. πŸ“€ Push to the branch (git push origin feature/amazing-feature)
  5. πŸ”„ Open a Pull Request

πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.


πŸ“ž Support & Contact

Having trouble with LaTeX? Need help with specific programs?


🌟 If this repository helped you, please give it a star! 🌟

Happy LaTeX Learning! πŸ“šβœ¨

Thank You


🏷️ Tags

LaTeX VTU BCSL456D Technical-Writing Academic-Documents Lab-Programs Overleaf TeXstudio Mathematical-Typesetting Scientific-Writing Document-Preparation Bibliography TikZ Algorithms University-Lab