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

Broken LaTeX links to section headings with auto_identifiers #1130

Closed
nschneid opened this issue Jan 28, 2014 · 0 comments
Closed

Broken LaTeX links to section headings with auto_identifiers #1130

nschneid opened this issue Jan 28, 2014 · 0 comments
Labels
Milestone

Comments

@nschneid
Copy link

I am converting a GitHub Markdown document to LaTeX. The document contains a table of contents, some of whose links are broken because certain characters lead to extra material in the automatic section identifiers.

$ wget https://raw.github.com/amrisi/amr-guidelines/master/amr.md
$ pandoc -f markdown_github-hard_line_breaks -o amr-guidelines.tex amr.md
$ grep 'adverbs-with' amr-guidelines.tex 
    \hyperref[adverbs-with-ux7bux7d-ly]{Adverbs with -ly}
\hyperdef{}{adverbs-with--ly}{\subsection{Adverbs with
-ly}\label{adverbs-with--ly}}
$ grep 'interrogatives-' amr-guidelines.tex 
    \hyperref[other-interrogatives-ux7bux7d-imperatives]{Other
imperatives}\label{other-interrogatives-imperatives}

The ux7bux7d in the hyperlinks is superfluous. It may be due to Unicode escapes of the characters { and } that have been inserted at some point when generating the LaTeX.

(v. 1.12.3 on OS X 10.9)

@jgm jgm added the bug label Mar 24, 2014
@jgm jgm added this to the 1.12.4 milestone May 1, 2014
@jgm jgm closed this as completed in 51aa304 May 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants