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

Fix minted/lstlistings escaping #1269

Merged
merged 6 commits into from
Mar 23, 2020
Merged

Fix minted/lstlistings escaping #1269

merged 6 commits into from
Mar 23, 2020

Conversation

fredrikekre
Copy link
Member

@fredrikekre fredrikekre commented Mar 22, 2020

Fix #1200, fix #1118 , close #1119

@fredrikekre
Copy link
Member Author

Built the pdf for Julia 1.4.0 with this patch.

@mortenpi mortenpi changed the title Fix minted/lstlistings escaping, fixes #1200. Fix minted/lstlistings escaping Mar 22, 2020
@mortenpi mortenpi added Format: LaTeX Related to the LaTeX / PDF output Type: Bug and removed Status: Backport Needed labels Mar 22, 2020
@mortenpi mortenpi added this to the 0.24.7 milestone Mar 22, 2020
@fredrikekre fredrikekre merged commit 470cf55 into master Mar 23, 2020
@fredrikekre fredrikekre deleted the fe/escape branch March 23, 2020 01:33
briochemc added a commit to briochemc/Documenter.jl that referenced this pull request Apr 10, 2020
* JuliaDocs-master: (138 commits)
  Add example admonition css to example build (JuliaDocs#1284)
  Pass non-standard admonition categories on in HTML output (JuliaDocs#1280)
  Suggest using the `aligned` environment (JuliaDocs#1275)
  Update DiffEq docs link (JuliaDocs#1274)
  Make Deps.pip a closure again (JuliaDocs#1240)
  Recommend Julia 1.4 in the manual (JuliaDocs#1272)
  Add note about doctests in docstrings (JuliaDocs#1265)
  Fix minted/lstlistings escaping (JuliaDocs#1269)
  Changelog for 0.24.7 (JuliaDocs#1266)
  Test with Julia 1.4 instead of 1.3 on CI (JuliaDocs#1268)
  Fix doctest testing on nightly (JuliaDocs#1267)
  remove "only" from search stop word filter (JuliaDocs#1264)
  Reorganize some Sass variables to make theming easier (JuliaDocs#1258)
  Fix outdated links in the manual (JuliaDocs#1255)
  Fix LaTeX tests for tags (JuliaDocs#1256)
  Install TagBot as a GitHub Action (JuliaDocs#1237)
  use Julia 1.3 for .travis hosting example (JuliaDocs#1235)
  Set version to 0.24.5 (JuliaDocs#1233)
  Support REPL softscope for Julia 1.5. (JuliaDocs#1232)
  Discourage use of matrix: in Travis conf (JuliaDocs#1231)
  ...
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.

LaTeX rendering trickiness The julia code block contains character % can not generate PDF format output.
2 participants