Skip to content
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

PDF/LaTeX: Escape characters in admonition titles #1299

Merged
merged 3 commits into from
Apr 20, 2020

Conversation

mortenpi
Copy link
Member

Should resolve the PDF build error in #1288.

@@ -681,7 +681,6 @@ const _latexescape_chars = Dict{Char, AbstractString}(
'\\' => "{\\textbackslash}",
'\'' => "{\\textquotesingle}",
'"' => "{\\textquotedbl}",
'_' => "{\\_}",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically unrelated, but this duplicates the loop below.

@mortenpi mortenpi added the Format: LaTeX Related to the LaTeX / PDF output label Apr 19, 2020
@mortenpi mortenpi added this to the 0.24.10 milestone Apr 19, 2020
@mortenpi mortenpi merged commit 1167473 into master Apr 20, 2020
@mortenpi mortenpi deleted the mp/pdf-admonition-escape branch April 20, 2020 05:49
mortenpi added a commit that referenced this pull request Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Format: LaTeX Related to the LaTeX / PDF output Type: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant