Skip to content

Example Files

Here you can find raw LaTeX examples to copy and paste into your editor. All examples are authored by Pulakesh Pradhan.

1. Basics

  • Document Structure & Formatting:
  • Source: ex-basics.tex
  • Output: ex-basics.pdf
  • Covers: Text formatting (bold, italic), font sizes, alignment, and lists (bullet, numbered, description).

2. Mathematics

  • Math Notation & Matrices:
  • Source: ex-math.tex
  • Output: ex-math.pdf
  • Covers: Inline vs Display math, fractions, roots, Greek letters, operators, and matrices.

3. Tables and Figures

4. Advanced Features

5. Reports & Embedding

How to Run These

  1. Open the .tex file in your editor (e.g., VS Code or Overleaf).
  2. Compile the document using pdflatex or your editor's build button.
  3. Observe the generated PDF output.