8000 GitHub - Rajath2005/latex-lab-manuals: πŸ“š VTU LaTeX Lab Programs – Practice scripts for academic document design using LaTeX
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rajath2005/latex-lab-manuals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
LICENSE< 8000 /div>
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š 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:

  • Research papers and journals
  • Technical documentation
  • Academic theses and dissertations
  • Mathematical and scientific documents
  • Professional presentations

🏫 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:

πŸ”— Essential Links:

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

Recommended Tools

  • TeXstudio - Popular LaTeX editor
  • MiKTeX - TeX distribution for Windows
  • TeX Live - TeX distribution for Linux/Unix

πŸ“ 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

Method 1: Using Overleaf (Recommended for Beginners)

  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:

  • πŸ› Report bugs or suggest improvements
  • ✨ Add new programs or enhance existing ones
  • πŸ“ Improve documentation and add more examples
  • 🎨 Enhance formatting and visual appeal
  • πŸ”§ Fix compilation errors or optimize code

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?

  • πŸ“§ Issues: Open a GitHub issue for bug reports or questions
  • πŸ’¬ Discussions: Use GitHub Discussions for general questions
  • 🌐 VTU Resources: Visit the official VTU website for more information
  • πŸ“– Documentation: Check the LATEX-VIVA.pdf for detailed explanations

🌟 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

0