-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Including 'amssymb' in the LaTeX template #1
Comments
Fixed in |
This was referenced Apr 28, 2016
Closed
jgm
added a commit
that referenced
this issue
Aug 14, 2018
This was referenced Sep 12, 2018
bubifengyun
added a commit
to bubifengyun/pandoc
that referenced
this issue
Sep 22, 2018
Solve bug jgm#4716, now, the old text can works, but it need `usepackage{etoolbox}` for `\ifdef`. if user want to use in mathescape=true for `listings` package, the following can be added to the template when needed. ```latex \makeatletter \newcommand{\ifmathescape}[2]{% \lst@ifmathescape jgm#1\else jgm#2\fi } \makeatother \let\ifdisableEscapeString\ifmathescape ```
Closed
Closed
This was referenced Aug 26, 2022
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running an instance of gitit and want to use the mathematical set symbols.
I haven't figured out yet what it needs to use them with MathML, but this is not as important since the unknown seqence '\mathbb{N}' just reduces to a plain 'N'. Exporting such a document as LaTeX or even PDF causes problems due to the missing package 'amssymb'.
I tried just adding '\usepackage{amssymb}' in the pandoc LaTeX template and it works fine for me. So I'm wondering whether there are any objections against doing this addition to pandoc in general.
The text was updated successfully, but these errors were encountered: