Skip to content

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

Closed
jgm opened this Issue · 1 comment

1 participant

@jgm
Owner

(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

@jgm jgm was assigned
@jgm
Owner

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
@jgm jgm added a commit that referenced this issue
@jgm Beamer template: fix incompatibility of section slides with natbib.
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.
d1ba023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.