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

dash in footnote disappears #334

Closed
josephwright opened this issue Jun 6, 2016 · 1 comment
Closed

dash in footnote disappears #334

josephwright opened this issue Jun 6, 2016 · 1 comment
Assignees
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@josephwright
Copy link
Owner

josephwright commented Jun 6, 2016

Originally reported by: Anonymous


I have got TeXlive 2016 on Windows 64 bit. When compiling the attached tex file with pdflatex, surprisingly the dash in the footnote disappears.

\documentclass[english,10pt]{beamer}

\begin{document}
	\begin{frame}{abc}{abc}
		a\footnote{2971–2987}
	\end{frame}
\end{document}

@josephwright josephwright added major bug Something isn't working and removed major labels Nov 27, 2016
@josephwright josephwright self-assigned this Nov 27, 2016
@josephwright
Copy link
Owner Author

Not a beamer bug: pdfTeX can't handle the UTF-8 char here unless you do

\usepackage[utf8]{inputenc}

@josephwright josephwright added the invalid This doesn't seem right label Nov 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant