narrative review: LaTeX submission package#63
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Single-file LaTeX submission package via
manuscript:manuscript-formatting. Closes #14.What was produced
main.tex\input{}references) — 220 lines, ~42KBmain.pdfMakefilemake) runningpdflatex -> bibtex -> pdflatex -> pdflatex.gitignorerefs.bib@keysubstring from comment (BibTeX was interpreting it as an entry start)Document class + style
\documentclass[preprint,12pt]{elsarticle}(Elsevier / Cell Press family; correct for TiCS)\bibliographystyle{elsarticle-num}(numeric citations, Cell Press house style)natbibfor\cite{}resolutiontcolorboxfor the Box 1 (yellow), Trends Box (blue), Outstanding Questions Box (green) coloured calloutshyperreffor clickable DOI / URL links in the bibliographyDocument structure (28 pages)
descriptionlist)Conversion path
Issues caught and fixed
\texttt{clean_rawdata}had unescaped underscore (LaTeX math-mode). Fixed by escaping underscores inside texttt blocks after the markdown conversion.refs.bibhad@keyliteral inside a comment line. BibTeX interpreted it as an entry start. Patched tokey.country={USA}to complete the affiliation block.\clearpage+\section*{Figures}to group them after the Glossary and before References.Compile commands
Final compile:
Output written on main.pdf (28 pages, 1580441 bytes), 0 undefined references, 0 fatal errors.Test plan
pdflatex+bibtex+pdflatex+pdflatexcycle produces main.pdf with 0 undefined citations\includegraphics