Category Archive
WORKFLOW
·2 min read
Multi-File LaTeX Projects: \input vs \include
Use \input{file} to insert content inline and \include{file} for chapters on a new page with selective compilation via \includeonly. Here's when to use each.
latexstructure
Open →·2 min read
Track Changes & Comments in Collaborative LaTeX
Collaborative LaTeX tools let co-authors comment and track changes inline, like Google Docs for papers. Use changes, latexdiff, or live comments — here's how.
latexcollaboration
Open →·2 min read
From Markdown to LaTeX: Convert & Publish Sci Docs
Convert Markdown to LaTeX with Pandoc using pandoc -o out.tex in.md, then refine and compile to a polished PDF. Full command reference and workflow inside.
latexmarkdown
Open →·2 min read
Manage References With LetX: Zotero → Bibliography
Export a .bib file from Zotero and cite it in LaTeX with \cite{} for an auto-formatted bibliography. Here's the full Zotero-to-LaTeX workflow, step by step.
latexzotero
Open →