Hello, I'm trying to figure out a way to render HTML with quality-lossless (I mean not in a .png format for instance) algorithms from LaTeX using extensions. In a more wider perspective, I would render markdown containing LaTeX using extensions into HTML and eventually render this HTML into PDF. My goal is to be able to take notes and do my homework in my Scientific Computing class. Here are my needs points by points: - Markdown: Because it's easy and fast to write. - LaTeX: Because I need to write matrices, algorithms and other mathematical stuff. - HTML: Because I would like to be able to use CSS to stylize my notes, and eventually having it in a web format. (This is kind of optional but I really would like to have it) - SVG: Because text is quality-lossless, it's weird if when I zoom the text is fine but the maths aren't (maths are the main point of the document) - PDF: Because having all of this and not being able to get a PDF from it is just non-sense. Currently, I'm able to do all of this but using extensions in LaTeX, because yes, algorithms comes from extensions. I use webtex to render the LaTeX parts into SVG using this command: *pandoc 22_08.2.md --from markdown+tex_math_dollars --to=pdf -o **22_08.2**.pdf -t html5 --webtex='https://latex.codecogs.com/svg.latex?'* I tried other engine than webtex but they whether doesn't support extensions or SVG rendering. I'm so close to have this working perfectly well, and it would be so nice. Does any one has any idea about how I could do? *Is there any LaTeX rendering engine supported by pandoc that is able to both render without quality loss and use LaTeX extensions?* PS: You can find join with this thread an example of a markdown file and his html and pdf outputs that I generate. You can also see that on the page 2 I had to write my pseudo-code with markdown raw code (```). -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ad859f30-bf09-4f90-a9d9-33ed5b14cbc4%40googlegroups.com.