-
I hope you are fine. I have discovered chatpdf.com days ago and I wish to decode the chat conversations with chatpdf to any format that can be well rendered in a editor when you select to export them. Chatpdf let me to export the chat conversations to a text output that is some kind of markdown with latex formulas embedded, but it is not well compiled by pandoc, or I don´t know how to do it well nor it can be rendered with any editor. Some of the commands I have tried:
Output of the first command:
I have read that the issue maybe spaces, backreturns or similar…
to:
, like I can see in the chat.tex output, of the second command... Editors like Typora doesn´t render the formulas. This editor supports markdown with latex but have the same issue. It shows the formulas with brackets instead backslash, and no render it... I have tried it in MX Linux (Debian) with texlive-base, pandoc and several editors with the same issue that Windows 10 with MiKTeX, Typora and TexWorks and pandoc. In Summary, maybe the issue be:
Please help!. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It's impossible to help without seeing a sample of the source you are trying to parse; we can't reconstruct that just from an error message. |
Beta Was this translation helpful? Give feedback.
If you use a custom template, it's best to start by modifying pandoc's own default template, which defines some things (like
\tightlist
) that are needed by pandoc's output.pandoc -D latex
will print this for you. See the manual for more.