Skip to content

Instantly share code, notes, and snippets.

View moritzpschwarz's full-sized avatar

Moritz Schwarz moritzpschwarz

View GitHub Profile
@tyleransom
tyleransom / JHRchecklist.md
Last active July 2, 2023 12:30
Checklist for converting LaTeX PDF to Microsoft Word for *Journal of Human Resources* publication process

Make following formatting changes in LaTeX before importing the resulting PDF into Word

  • Sections and subsections numbered like "II.A.1" (add following to end of preamble)
    • \renewcommand{\thesection}{\Roman{section}}
    • \renewcommand{\thesubsection}{\thesection.\Alph{subsection}}
    • \renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}}
  • roman numeraled endnotes instead of footnotes (add following to preamble)
    • \usepackage{endnotes}
    • \let\footnote=\endnote
    • \renewcommand{\theendnote}{\roman{endnote}}
  • put "\theendnotes" just before the online appendix