Skip to content

bowers-illinois-edu/cse-latex-202104

 
 

Repository files navigation

cse-latex-202104

Binder

To build the html file for the EGAP Guide with less typing use R to convert the markdown to html so that the styles look like the other styles of the EGAP Methods Guides (see also https://github.com/egap/methods-guides).

Rscript -e "library(rmarkdown); render('latex-guide.md')"

Alternatively, we can get close to that style using the following pandoc command directly.

pandoc latex-guide.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output latex-guide.html  --self-contained --variable bs3=TRUE --standalone --section-divs --template latex-guide-template.html --include-in-header latex-guide-header.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.9%
  • TeX 3.0%
  • Other 0.1%