Loading repository data…
Loading repository data…
ADolbyB / repository
My personal publications using LaTeX. Also includes tutorials and templates from around the web.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
LaTeX | Academic Publishing | Templates | Tutorials
LaTeX Publications & Templates is a curated, battle-tested LaTeX knowledge base built from real-world usage, actual publications, and production workflows. This is not just another collection of .tex files—it's a comprehensive learning ecosystem designed to help students, engineers, researchers, and technical writers master LaTeX.
Inside you'll find:
✅ Real publications written in LaTeX with complete source code
✅ Professional templates ready to compile and customize
✅ Beginner-to-intermediate tutorials for rapid skill development
✅ Environment setup guides for VS Code, MiKTeX, and Overleaf
✅ High-quality external resources carefully curated and organized
📌 Everything is structured to minimize fluff and maximize learning speed. Learn by example, not guesswork.
Unlike generic guides, this repo includes actual LaTeX source from published documents. These examples demonstrate:
If you've ever wondered "How do real papers do this?" — this is your answer.
All templates are:
This repository provides a structured learning progression:
Explore complete LaTeX projects with compiled PDFs and full source code:
From Crisis To Control : IEEE conference-style LaTeX publication demonstrating professional formatting and structure
General Handheld Radio Primer — Complete technical documentation with figures, tables, and references
Tutorial PDFs : Download Precompiled PDFs
Each publication demonstrates:
💡 Open the source files to see exactly how these documents were created.
latex-publications-templates/
├── Publications/ # Real LaTeX publications source
│ ├── Articles/ # Technical documentation example
│ └── Conference/ # Technical documentation example
│ ├── Backup/ # Backup copy of CrisistoControl.tex (renamed SNSS-Backup.tex)
│ └── DisasterMgmt/ # IEEE disaster managment paper example
├── Tutorials/ # Curated learning resources
│ ├── 00a-Tutorial1/ # Basic document compilation
│ ├── 00b-MLACites/ # Using MLA citations
│ ├── 00c-UsingBibTex/ # Using example book chapters w/ BibTex
│ ├── 01-FCC-BasicStructure/ # Basic document structure
│ ├── 02-FCC-BasicMath/ # Basic use of mathematical equations
│ ├── 03-FCC-TablesArrays/ # Brackets, Tables and Arrays
│ ├── 04-FCC-Lists/ # Using different types of lists
│ ├── 05-FCC-Formatting/ # Text and Document Formatting
│ ├── 06-FCC-MacrosGraphics/ # Packages, Macros and Graphics
│ ├── 07-FCC-Debuggings/ # Debugging techniques
│ ├── 08-FCC-Calculus/ # Calculus math notation
│ ├── 09-FCC-MathPaper/ # IB Mathematics SL Internal Assessment template
│ ├── 10-FCC-BeamerPPT/ # LaTeX Beamer Tutorial
│ ├── 11a-IEEE-Conference/ # Example IEEE paper with title.
│ ├── 11b-IEEE-withBib/ # Example IEEE used by author for CrisisToControl.pdf
│ ├── 12-LabelError/ # Some Debug techniques
│ └── 13-imageFlipping/ # External links and references
└── README.md # You are here
Choose your LaTeX workflow based on your preferences and needs.
Option 1: VS Code on Linux Mint
Install VS Code - Download VS Code
Add LaTeX Workshop Extension
Add all LaTeX packages to your installation:
sudo apt update
sudo apt install texlive-publishers texlive-science texlive-fonts-recommended texlive-latex-extra texlive-bibtex-extra
Why this setup?
Option 2: TeXMaker (Standalone Editor)
texlive packages above for PDF compilationOverleaf - Visit Overleaf
Advantages:
Perfect for:
| Resource | Description | Link |
|---|---|---|
| LaTeX for Beginners | Comprehensive introduction to LaTeX | Electrical Engineering Lectures |
| VS Code LaTeX Setup | Complete guide to compiling LaTeX in VS Code | Simulation Engineer |
| LaTeX Full Course | In-depth beginner to intermediate tutorial | FreeCodeCamp |
| Michelle Krummel Series | High-quality LaTeX tutorial playlist | YouTube Channel |
| Resource | Description | Link |
|---|---|---|
| IEEE Templates | Official manuscript templates for conference proceedings | IEEE Publishing |
| Overleaf Gallery | Extensive template collection (thesis, articles, CVs) | Overleaf Templates |
| LaTeX Templates | Curated collection of professional templates | LaTeXTemplates.com |
| IEEE Citation Generator | Quick citation tool for IEEE format | MyBib |
git clone https://github.com/ADolbyB/latex-publications-templates.git
cd latex-publications-templates
code .
# All PDFs are already generated into the Releases section of this repository.
Publications\ or Tutorials\Publications/.tex filesEven experienced LaTeX users forget these fundamentals:
| Tip | Why It Matters |
|---|---|
✅ Use .bib files | Clean, scalable citations that auto-format |
| ✅ Split large documents | Multiple .tex files improve readability |
| ✅ Prefer vector graphics | PDFs and SVGs scale perfectly |
| ✅ Use version control | Git + LaTeX = perfect collaboration |
| ✅ Comment your code | Future you will thank present you |
| ✅ Compile multiple times | References need 2-3 passes to resolve |
| ✅ Keep packages minimal | Only load what you actually use |
| ✅ Use semantic commands | \emph{} not \textit{} for meaning |
These small habits make a massive difference in long-term productivity.
This repository is designed to grow and evolve with community input.
You're encouraged to: