Save
Saving
-
adel
Hello, Congratulations on launching Manuscript 1.0! I'm primarily a Scrivener user and I'm excited by Manuscript
How can I insert a code or verbatim that will be directly exported to the latex document without any edit from Manuscript? This is useful for adding algorithms or codes to the latex document.
For example:
some texts, more texts,
\begin{algorithmic}
\state algo
\end{algorithmic}back to paragraph, more texts.
Right now, when I try to export this to latex, manuscript adds a lot of backslashes to the final tex file like this:
$\backslash$bf{test} $\backslash$emph{italic}