bowers-illinois-edu / cse-latex-202104

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 96.9%Language:TeX 3.0%Language:Python 0.1%Language:CSS 0.0%