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

Latex reader does not handle "\>" escapes #145

Closed
jgm opened this issue Jun 10, 2011 · 1 comment
Closed

Latex reader does not handle "\>" escapes #145

jgm opened this issue Jun 10, 2011 · 1 comment
Assignees

Comments

@jgm
Copy link
Owner

jgm commented Jun 10, 2011

(This bug is copied from an issue in the pandoc ML:
http://groups.google.com/group/pandoc-discuss?hl=en )

 "Pandoc's latex reader does not properly handle \>, which should be an

escaped > character."

See attached latex file for an example:

$ pandoc -r latex Editorial.tex
pandoc:
Error:
"source" (line 276, column 1):
unexpected ""
expecting block, white space, "\end{document}" or end of input
Literate haskell feature

Google Code Info:
Issue #: 221
Author: gwe...@gmail.com
Created On: 2010-02-26T21:18:48.000Z
Closed On: 2010-02-26T23:57:48.000Z

@ghost ghost assigned jgm Jun 10, 2011
@jgm
Copy link
Owner Author

jgm commented Jun 10, 2011

This issue was closed by revision r1845.

Google Code Info:
Author: fiddloso...@gmail.com
Created On: 2010-02-26T23:57:48.000Z

@jgm jgm closed this as completed Jun 10, 2011
jgm added a commit that referenced this issue Oct 29, 2015
Natbib (and presumably biblatex) bibliography commands create
their own section.  Since these are in frame environments,
we have an incompatibility with the `\AtBeginSection` macro
which creates a special frame when a new section occurs.
(We can't have a frame inside another frame.)

This change disables `\AtBeginSection` inside bibliography
slides.

Thinks to Yihui Xie for bringing the problem to my attention.
This supersedes #145.  See discussion there.
jgm added a commit that referenced this issue Feb 27, 2017
Natbib (and presumably biblatex) bibliography commands create
their own section.  Since these are in frame environments,
we have an incompatibility with the `\AtBeginSection` macro
which creates a special frame when a new section occurs.
(We can't have a frame inside another frame.)

This change disables `\AtBeginSection` inside bibliography
slides.

This supersedes #145.  See discussion tehre.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant