Skip to main content

Questions tagged [pandoc]

Pandoc is a markup converter which can output LaTeX and can parse a subset of LaTeX. Questions about pandoc itself are not on-topic for this site; questions about how to handle pandoc's LaTeX output are on-topic.

2 votes
1 answer
117 views

I'm new to latex, I've tried looking around for an answer but I haven't found anything that worked for me. I'm trying to modify a template to be used with pandoc, in order to render a markdown ...
danix's user avatar
  • 21
3 votes
2 answers
504 views

A simple LaTeX document like \begin{document} \section{One} Text. \section{Two} More text. \end{document} will be compiled into a PDF with numbered sections, like 1 One Text. 2 Two More text. Is ...
homocomputeris's user avatar
3 votes
1 answer
119 views

I have a document that must be compiled with XeLaTeX due to usage of the fontspec package, and I'd like to use make4ht to convert the .tex file directly to an epub (exact epub standard doesn't matter)....
drcrentist's user avatar
0 votes
1 answer
92 views

I'm using LaTeX to write school assignments and discussion posts, and I rely on Zotero for managing references. My workflow is LaTeX + Zotero in VS Code, which is more accessible with a screen reader ...
Lanie Molinar Carmelo's user avatar
1 vote
0 answers
55 views

I recently started experimenting with LaTeX for my academic papers. However, my professors would like me to submit assignments in a Word Document. I have two questions: Pandoc: I have my files saved ...
Nick Harsh's user avatar
0 votes
0 answers
36 views

I found a bunch of nice pandoc themes here. Everything works fine except for adding captions to tables. When I create a table, everything compiles fine but when I add a caption to it, the first row ...
Mati's user avatar
  • 1
1 vote
1 answer
93 views

I am trying to use pandoc to convert a document written in novel class to microsoft word. I notice that when I run pandoc in the usual way (pandoc -i myfile.tex -o myfile.docx) the output drops all of ...
John Burt's user avatar
  • 476
1 vote
0 answers
112 views

EDITED to include tex output in a code block below I have a specific task to convert quite a number of our historic village newsletters from HTML to PDFs, so far it has worked well but a new page ...
ceemjay's user avatar
  • 11
2 votes
1 answer
89 views

I am trying to use pandoc to convert a latex file into an html file with math rendered via mathjax or mathml. I would like to simultaneously provide cross-references to both numbered amsthm theorems ...
DeepBlue's user avatar
0 votes
1 answer
70 views

So I'm following the example here pandoc latex to rtf - No link colors pandoc main.tex -f latex -s -o test.rtf --bibliography main.bib main.tex \documentclass{article} \usepackage{graphicx} % Required ...
Hao S's user avatar
  • 1,018
0 votes
0 answers
688 views

I'm trying to convert a DOCX file to a PDF using Pandoc on a Windows machine with MiKTeX installed. I ran the following command to do so: pandoc demo.docx -o demo.pdf But I encountered this error: ...
moxfyne's user avatar
1 vote
1 answer
118 views

The pandoc manual (https://pandoc.org/MANUAL.html) explains that the YAML variables when using BibLaTeX for citation rendering are: biblatexoptions biblio-style biblio-title bibliography ...
alcuinus's user avatar
  • 105
0 votes
0 answers
323 views

I use Zettlr and Pandoc as a portable installation. Zettlr export XeLaTex PDF worked fine with my markdown. I would like to make some Latex adoption for the PDF. Now I updated the the export file in ...
Paul-ET's user avatar
  • 101
2 votes
2 answers
171 views

LaTeX This is my minimum working environment for LaTeX: \documentclass{article} \newcommand{\hangingindent}{\medskip\par\noindent\hangindent=2em\hangafter=1} \title{Detraxit consequat mnesarchum} \...
theienzo's user avatar
4 votes
1 answer
282 views

I am currently trying to make a very simple recipe template. My workflow is: Markdown -> Pandoc (LaTex — Lualatex Engine) -> PDF. Everything works, but I can't figure out why there are 1 at the ...
wxT3APyGfkYJVK's user avatar

15 30 50 per page
1
2 3 4 5
48