math in Jakyll
Table of contents
_config.yml
- adding …
kramdown:
syntax_highlighter_opts:
block:
line_numbers: false
layout html
- in C:\Users\4139\Documents\Focus-on-Air-Quality_includes\head.html (included by default.html)
- before </head> adding…
<!-- Mathjax Support -->
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
edit on line
- overleaf
pandoc
pandoc -o TARGET.FMT sourcefile
- FMT=docx for ms Word file
- FMT=tex for LaText file
- math display mode in ms Word, english text form may be disturbed
- 李宇琨的博客, Write LaTeX Equations in Jekyll Using MathJax & Kramdown, Nov 25, 2016
- 玉樹芝蘭,如何用Markdown寫論文?,2017-12-04
- Zhelin Chen, How to Convert from Latex to MS Word with ‘Pandoc’