bowers-illinois-edu / egap-latex-guide

A place to create a 10 Things Guide about Latex and scientific writing for the EGAP methods guides series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10 Things LaTeX Guide

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+yaml_metadata_block+autolink_bare_uris+tex_math_single_backslash+inline_code_attributes --output latex-guide.html  --self-contained --variable bs3=TRUE --standalone --section-divs --template latex-guide-template.html   --include-in-header latex-guide-header.html --number-sections --table-of-contents --toc-depth=1  --variable theme=bootstrap --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --citeproc

About

A place to create a 10 Things Guide about Latex and scientific writing for the EGAP methods guides series.


Languages

Language:HTML 95.7%Language:TeX 4.2%Language:Python 0.1%Language:CSS 0.0%