0% found this document useful (0 votes)
396 views7 pages

Transportation Research Board TRB Latex Template

This document provides a LaTeX template for papers submitted to the Transportation Research Board that meets their unique formatting requirements. It includes features like automatic word counting, line numbering, caption formatting, and a bibliography style. The template handles title pages, page layout, figures, tables, equations, and references to simplify the manuscript preparation process for TRB authors using LaTeX. It has been updated over time by various authors to improve features and compatibility.

Uploaded by

Victor Daniel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
396 views7 pages

Transportation Research Board TRB Latex Template

This document provides a LaTeX template for papers submitted to the Transportation Research Board that meets their unique formatting requirements. It includes features like automatic word counting, line numbering, caption formatting, and a bibliography style. The template handles title pages, page layout, figures, tables, equations, and references to simplify the manuscript preparation process for TRB authors using LaTeX. It has been updated over time by various authors to improve features and compatibility.

Uploaded by

Victor Daniel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

1 A LATEX TEMPLATE FOR PAPERS SUBMITTED TO THE TRANSPORTATION

2 RESEARCH BOARD
3
4
5
6 David Pritchard
7 davidpritchard.org
8
9 Gregory S. Macfarlane, Ph.D.
10
11 Chieh (Ross) Wang, Ph.D., Corresponding Author
12 [email protected]
13
14
15 Word Count: 1156 words + 1 table(s) × 250 = 1406 words
16
17
18
19
20
21
22 Submission Date: July 10, 2019
Pritchard, Macfarlane, and Wang 2

1 ABSTRACT
2 The Transportation Research Board (TRB) has unique and seemingly arbitrary requirements for
3 manuscripts submitted for review. These requirements make it difficult to write the manuscripts
4 quickly, and no existing LATEX style comes close to fooling the guidelines. This represents an initial
5 effort at creating a template to meet the requirements of TRB authors using LATEX, R, Sweave,
6 and/or other literate programming software.
7
8 Keywords: Keyword1, Keyword2
Pritchard, Macfarlane, and Wang 3

1 INTRODUCTION
2 The Transportation Research Board (1) has unique and somewhat arbitrary requirements for papers
3 submitted for review and publication. While the initial submission is required to be in PDF for-
4 mat, submissions for publication in Transportation Research Record must be in Microsoft Office
5 format. On top of this, the manuscripts must be line-numbered, captions are bolded and employ
6 atypical punctuation, and the references must be numbered when cited and then printed in order.
7 More details about the manuscript details can be found online at http://onlinepubs.trb.org/
8 onlinepubs/AM/InfoForAuthors.pdf.
9 It is assumed that the readers of this document have some significant level of experience in
10 LATEX and bibtex. As use of literate programming becomes more widespread in engineering and
11 planning, it is possible that this template may need to be made more robust.

12 History
13 David Pritchard posted the original versions of this template in 2009 and updated it in 2011, soon
14 after TRB began allowing PDF submissions. Gregory Macfarlane made significant adaptations to it
15 in March 2012, allowing for Sweave integration and automatic word and table counts. Ross Wang
16 automated the total word count and made some formatting modifications in July 2015. Version
17 2.1.1 has been made available on GitHub in January, 2016. Version 3.1 has been made available on
18 Github (https://github.com/chiehrosswang/TRB_LaTeX_rnw) in June, 2017. Versions 2.1.1
19 Lite and 3.1 Lite were made available on GitHub (https://github.com/chiehrosswang/TRB_
20 LaTeX_tex) in June, 2017 for users who do not need R and Sweave functions provided in the
21 original verions.

22 FEATURES
23 The template has a number of features that enable quick and painless manuscript authoring.

24 Title Page
25 The standard LATEX \maketitle command is not very versatile, so we have replaced it with a
26 titlepage environment. This means that the writers will be required to manually enter spacings
27 based on the number of contributors, but the current settings (12pt between authors, 36pt before,
28 and 60pt after them) seems to work well.
29 Near the bottom of the title page, TRB requires a count of the manuscript’s words, figures,
30 and tables. This template generates these counts automatically. The figure and table counts are
31 simply pulled from the LATEX counters using the totcount package. The word count feature is
32 not as straight-forward, as it utilizes a call to the system command texcount. Thus to compile the
33 document writers must enable \write18 in their pdflatex call.
34 In the newest version of this template, we added the total count automatically. The total
35 count basically adds not only the word count, but also the equivalent count (250 words) for each
36 table. Note that starting from 2018, Figures no longer count toward total word counts. However,
37 each paper can have only up to 6 figures in total. The total word count is implemented using a
38 customized command \totalwordcount. Please see the original code for more information.

39 Page Layout
40 The document has 1 inch margins as required, with the author’s names in the left heading and the
41 page number in the right. The authors heading will need to be edited by the writers; automating this
Pritchard, Macfarlane, and Wang 4

1 from the title page command is not currently possible. Paragraphs leading sections and subsections
2 are not indented, while all subsequent paragraphs in that section are. Section types are defined as
3 outlined by the Transportation Research Board (1).
4 The document is single-spaced in 12 point Times font. Times New Roman is a proprietary
5 font and is therefore not available by installation in open-source software. While the differences
6 between Times variants are negligible, Times New Roman itself can be used in Mac OSX by
7 compiling under xelatex.

8 Line Numbers
9 Manuscript line numbering is implemented using the lineno package. There are options to change
10 the font style and type, but the current settings work well. Note that the line numbers refresh each
11 page, and that blank lines do not receive a number. Currently, line numbers and headers are not
12 shown on the title page, but can be easily added by adding \pagewiselinenumbers command
13 right before the beginning of the title page.

14 CAPTIONS
15 Figure 1 shows a Gumbel distribution as an example of captioning. As demonstrated, figure cap-
16 tions ought to be sentence capitalized, balded, and can be somewhat longer than in other journals.
0.3
0.2
y

0.1
0.0

−2 0 2 4

FIGURE 1 This is a random figure to test the counting functionality on the title page. It
shows a Gumbel distribution with mode 0 and scale 1. The multinomial logit model assumes
that the error terms are distributed identically and independently following this pattern.

17 Table captions are somewhat different, requiring initial capitals and are more of a title. An
18 example of this is given in Table 1, showing the history of this template.
Pritchard, Macfarlane, and Wang 5

TABLE 1 A History of this Template

Version Date Author Contributions


1.0 Sep 2009 Pritchard Initial work
1.1 Mar 2011 Pritchard Captions
2.0 Mar 2012 Macfarlane Automation, documentation
2.1 Jul 2015 Wang More automation and formatting
2.1.1 Jan 2016 Wang Minor modifications and uploaded to Github
2.1.1 Lite Jun 2017 Wang TEX-only template
3.1 Jun 2017 Wang Addition of trbunofficial.cls
3.1 Lite Jun 2017 Wang Addition of trbunofficial.cls
4.0 Lite Jul 2019 Wang Word count updates for Overleaf/ShareLaTeX compatibility

1 Bibliography
2 The TRB bibliography style is defined in the trb.bst file which should be in your document
3 folder. A renewed command is specified, \citep{} which will print the authors and the number
4 of the reference in the order in which it is supplied. Note that \citep{} prints both the author
5 names and the reference number, if you simply need the number of the reference, use command
6 \cite{}. The References section will be appended to the end of the document.
7 It is very easy to add reference to papers programs written by Bierlaire (2) and Bierlaire (3)
8 or to papers like those written by Garrow et al. (4) and Koppelman and Garrow (5). You can even
9 go back and refer to Biogéme by Bierlaire (3) a second time. You can also cite a group of similar
10 references without printing author names (1, 2). This template also groups multiple reference
11 numbers together if there are three or more consecutive numbers (2–5).

12 Equations
13 Intelligent driver model equations from wikipedia https://en.wikipedia.org/wiki/Intelligent_
14 driver_model moved to the left using amsmath package with fleqn options.

dxα
15 ẋα = = vα (1)
dt
 !
s (vα , ∆vα ) 2
 δ  ∗
dvα vα
16 v̇α = = a 1− − (2)
dt v0 sα
17
vα ∆vα
18 s∗ (vα , ∆vα ) = s0 + vα T + √ (3)
2 ab

19 TO DO’S
20 Two document types, extending from the [numbered] option, can be defined to differentiate the
21 initial submission (i.e., with line numbers and in-line figures and tables) and the final manuscript
22 (i.e., without line numbers and all figures and tables are attached to the end).

23 CONCLUSION
24 To make the document from source in a Unix-like OS, issue the following commands:
Pritchard, Macfarlane, and Wang 6

1 latexmk trb_template.tex -pdf -pvc -shell-escape

2 The --shell-escape option is required to access the command line for the word count.
3 Normally this feature is disabled because it is a route of entry for malicious software. We promise
4 that there is no such debilitating code in this document, and we encourage you to examine any
5 scripts for suspicious code before permitting pdflatex from accessing your system.
6 Perl is necessary for “texcount“ to work and needs a Perl interpreter e.g. [ActivePerl](http://www.activestate

7 ACKNOWLEDGEMENTS
8 The authors would like to thank Aleksandar Trifunovic (https://github.com/akstrfn) for cre-
9 ating the trbunofficial class document, which has been a very helpful improvement.
Pritchard, Macfarlane, and Wang 7

1 REFERENCES
2 1. Transportation Research Board, Information for Authors: a guide for preparing and submit-
3 ting manuscripts for presentation at the TRB Annual Meeting and for Publication in TRB’s
4 Journal. Washington, D.C., 2012.
5 2. Bierlaire, M., BIOGEME: A free package for the estimation of discrete choice models. In
6 3rd Swiss Transportation Research Conference, Ascona, Switzerland, 2003.
7 3. Bierlaire, M., An Introduction to BIOGEME Version 1.6, 2008.
8 4. Garrow, L. A., T. D. Bodea, and M. Lee, Generation of synthetic datasets for discrete choice
9 analysis. Transportation, Vol. 37, No. 2, 2009, pp. 183–202.
10 5. Koppelman, F. S. and L. A. Garrow, Efficiently Estimating Nested Logit Models with
11 Choice-Based Samples: Example Applications. Transportation Research Record, Journal
12 of the Transportation Research Board, Vol. 1921, No. 1, 2005, pp. 63–69.

You might also like