A LaTeX template for preparing papers for the Transportation Research Board (TRB) Annual Meeting. This template offers a pragmatic starting point for authors using LaTeX (and related literate programming tools) while matching TRB submission guidance.
- Copy
trb.bstandtrbunofficial.clsinto your project directory. - Update your preamble in
trb_template.texto supplement those already intrbunofficial.cls. - Run
latexmk, which automatically recompiles when source files change. - If using version control (recommended), commit the template files to your repository.
The template automatically detects the main TeX file name for word counting. If you rename your main file, no changes are needed in trbunofficial.cls.
This works by including:
\usepackage[realmainfile]{currfile}
\quickwordcount{\currfilebase}The title page now includes an automated page count. Starting with the 2027 TRB Annual Meeting cycle, TRB replaced the 7,500-word limit with a 20-page limit for paper submissions.
The included latexmkrc file ensures the submission date on the title page auto-populates according to TRB’s event clock: https://trb.secure-platform.com/a/page/TRBPaperReview/trbamfaq#due
This template is also available on Overleaf: https://www.overleaf.com/latex/templates/unofficial-transportation-research-board-trb-latex-template/jkfndnnkkksw