Let
X
Journal
Continuing Transmissions

Journal Archive — Page 5

·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

Collaborative LaTeX for Universities & Research Labs

Universities use collaborative LaTeX so students and supervisors co-write theses and papers in real time. Here's how to roll it out across a lab or department.

latexuniversities
Open →
·2 min read

Springer LaTeX Template: sn-jnl Setup Guide (2026)

Springer Nature journals use the sn-jnl class. Set \documentclass[pdflatex]{sn-jnl} with the right reference style, and avoid the #1 cause of compile failures.

latexspringer
Open →
·3 min read

How to Submit a LaTeX Paper to arXiv (2026)

To submit to arXiv, flatten your project to one folder, include the pre-compiled .bbl file, embed all fonts, and upload the source — arXiv compiles with pdfLaTeX.

latexarxiv
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 →