Tagged Questions
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}