← Projects
Active Tools

Research LaTeX Template

View on GitHub ↗
LaTeXBibTeXTikZpgfplotsOverleaf-compatible

About this project

Modular LaTeX template system for academic research papers, theses, and conference submissions. Supports BibTeX bibliography management, APA/IEEE citation styles, and reproducible document pipelines.

Background

LaTeX produces better academic documents than Word. That's not an opinion — the typography, equation rendering, BibTeX reference management, and structural consistency are materially superior. The barrier is the learning curve and the setup friction. This template system exists to lower that barrier: a working document structure with sensible defaults that you can build on without understanding every LaTeX primitive.

The modular structure matters for large documents like a thesis. A single monolithic .tex file becomes unmanageable beyond fifty pages. The template uses \input directives to split chapters into separate files, which means you can compile a single chapter during writing and the full document for submission. Figures and bibliography are referenced symbolically rather than by filename, which keeps the source clean as the document grows.

The TikZ and pgfplots integration enables the same figure generation pipeline used in the Publication Figure Generator — if you're writing a manuscript and building figures in R, the LaTeX template and figure generator are designed to work together. The Overleaf compatibility means collaborators without a local TeX installation can still work on the document, which is a practical requirement when working with supervisors and co-authors.

Highlights

  • Modular chapter and section structure for large documents
  • Pre-configured APA and IEEE bibliography styles via BibTeX
  • TikZ and pgfplots integration for publication-quality figures and charts
  • Overleaf-compatible — no local TeX installation required
  • Used as the foundation for PhD thesis and conference paper submissions
← All projects GitHub ↗
← Network Topology Visualiser PowerShell DSC Baseline Library →