Closed nicklucius closed 6 years ago
I’ll see if I can replicate the error.
From: Nick Lucius [mailto:notifications@github.com] Sent: Wednesday, June 06, 2018 11:20 AM To: Chicago/predicting-e-coli-concentrations predicting-e-coli-concentrations@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [Chicago/predicting-e-coli-concentrations] Grammer and style changes, resolves #64 (#77)
It seems that these edits have caused a pandoc error when generating the PDF. Here is what I'm getting:
/usr/lib/rstudio-server/bin/pandoc/pandoc +RTS -K512m -RTS predicting-e-coli-concentrations.utf8.md --to latex --from markdown+ascii_identifiers+tex_math_single_backslash-autolink_bare_uris --output predicting-e-coli-concentrations.pdf --template /home/267226/R/x86_64-redhat-linux-gnu-library/3.4/rticles/rmarkdown/templates/elsevier_article/resources/template.tex --number-sections --highlight-style tango --latex-engine pdflatex --filter /usr/lib/rstudio-server/bin/pandoc/pandoc-citeproc
! Missing $ inserted.
@tomschenkjr - I figured it out. There was markdown for italics in a figure caption. I'll add a commit removing it.
It seems that these edits have caused a pandoc error when generating the PDF. Here is what I'm getting:
I do not get any errors if I run the commit just prior to this one.