Chicago / predicting-e-coli-concentrations

This repository is part of the working draft for an upcoming an academic paper describing the methods and results of the City of Chicago Clear Water project.
2 stars 0 forks source link

Grammer and style changes, resolves #64 #77

Closed nicklucius closed 6 years ago

nicklucius commented 6 years ago

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.
<inserted text> 
                $
l.7 ...ee shows the nearest-neighbor correlation.}

pandoc: Error producing PDF
Error: pandoc document conversion failed with error 43

I do not get any errors if I run the commit just prior to this one.

tomschenkjr commented 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.

$ l.7 ...ee shows the nearest-neighbor correlation.} pandoc: Error producing PDF Error: pandoc document conversion failed with error 43 I do not get any errors if I run the commit just prior to this one. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread. ________________________________ This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail (or the person responsible for delivering this document to the intended recipient), you are hereby notified that any dissemination, distribution, printing or copying of this e-mail, and any attachment thereto, is strictly prohibited. If you have received this e-mail in error, please respond to the individual sending the message, and permanently delete the original and any copy of any e-mail and printout thereof.
nicklucius commented 6 years ago

@tomschenkjr - I figured it out. There was markdown for italics in a figure caption. I'll add a commit removing it.