maruku icon indicating copy to clipboard operation
maruku copied to clipboard

Output LaTeX fragments

Open vibrog opened this issue 15 years ago • 1 comments

Add an option to write output without a LaTeX preamble, e.g. --tex-frag

vibrog avatar Nov 03 '09 07:11 vibrog

The LaTeX package combine can be used as a workaround,

\documentclass[11pt]{combine}
\begin{document}
\pagestyle{combine}
\begin{papers}
\import{doc1}
\import{doc2}
\end{papers}
\end{document}

vibrog avatar Nov 03 '09 14:11 vibrog