Skip to content

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

Notifications You must be signed in to change notification settings

bowers-illinois-edu/egap-latex-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages