Tagged Questions
1
vote
0answers
235 views
Pandoc and docx (Word for Mac 2011) [closed]
I'm trying to use Pandoc to convert Markdown with LaTeX math in it ($\alpha$, etc) into Word docx, but every equation I enter comes out broken in the resulting docx file. I even tried using the ...
2
votes
1answer
157 views
Can an 'Abstract' parameter be passed to pandoc to create a latex file? [closed]
Similar to $title$, $author$, and $date$, is there an $abstract$ parameter that one can pass to a latex file from the title block? Example:
\begin{abstract}
$abstract$
\end{abstract}
7
votes
1answer
581 views
How to change emphasis commands in pandoc's LaTeX template?
I want to change the default strong emphasis command in the conversion from pandoc's markdown to LaTeX, say, from \textbf to \textsc. Since running pandoc in the source file prints into the .tex file ...
3
votes
2answers
840 views
Pandoc - Convert XeTeX to HTML
I posted the question here How to Convert XeTeX to Html
However I tried something different so decided to ask the issues with the results as a new question.
So far my XeTeX file is nicely getting ...