Timeline for How can I render a markdown file with some LaTeX inline math?
Current License: CC BY-SA 4.0
16 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 8, 2021 at 18:59 | answer | added | Gunter | timeline score: 2 | |
| Jun 8, 2021 at 18:02 | answer | added | Fran | timeline score: 2 | |
| Apr 18, 2021 at 20:28 | answer | added | DG' | timeline score: 4 | |
| Apr 18, 2021 at 20:06 | comment | added | DG' | @Marijn – You need to enable the appropriate math extensions, see pandoc.org/MANUAL.html#math-input ,e.g. tex_math_single_backslash for \(\) | |
| Apr 18, 2021 at 19:33 | comment | added | Marijn | pandoc -o outputfile.pdf inputfile.md converts markdown to pdf, and also handles math. However, only $ syntax is supported, \(\) does not work (in a quick test that I just did). | |
| Apr 18, 2021 at 19:23 | comment | added | einpoklum | @DG': I vaguely remember it has something to do with document format conversion, but I no more than that. An answer ivolving pandoc is quite welcome. | |
| Apr 18, 2021 at 17:49 | comment | added | DG' | @einpoklum - Are you aware of pandoc? | |
| Apr 18, 2021 at 17:17 | answer | added | David Carlisle | timeline score: 0 | |
| Apr 18, 2021 at 17:12 | comment | added | einpoklum | @DavidCarlisle: MathML was only one example of a potential output type... if you have an answer in mind which generates something else, that's good too :-) | |
| Apr 18, 2021 at 17:08 | comment | added | einpoklum | @DavidCarlisle: 1. Edited to clarify regarding "command-line". 2. Mathjax is a Javascript library; I don't want my output to be a program with an embedded rendering library. | |
| Apr 18, 2021 at 17:06 | history | edited | einpoklum | CC BY-SA 4.0 | added 44 characters in body |
| Apr 18, 2021 at 17:03 | comment | added | einpoklum | @DavidCarlisle: Open it with a browser? | |
| Apr 18, 2021 at 17:00 | comment | added | David Carlisle | well you can host it locally on the filesystem as well but normally yes, but wouldn't you say the same about "html with mathml" what would you do with that if not put it on a server? | |
| Apr 18, 2021 at 16:54 | comment | added | einpoklum | @DavidCarlisle: Isn't "MathJax" something that runs on web servers? | |
| Apr 18, 2021 at 16:19 | comment | added | David Carlisle | most systems leavd the tex as tex and arrange to add mathjax script call to the page | |
| Apr 18, 2021 at 15:55 | history | asked | einpoklum | CC BY-SA 4.0 |