-
-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Description
When using xelatex or lualatex, \capitalring and similar macros fail if using hyperref, but succeed if hyperref is not loaded.
`
% Works with pdflatex, with or without hyperref.
% Works with xelatex or lualatex without hyperref.
% Fails with xelatex or lualatex with hyperref.
\documentclass{article}
% \usepackage{hyperref}
\begin{document}
\capitalcedilla A
\capitalogonek A
\capitalgrave A
\capitalacute A
\capitalcircumflex A
\capitaltilde A
\capitaldieresis A
\capitalhungarumlaut A
\capitalring A
\capitalcaron A
\capitalbreve A
\capitalmacron A
\capitaldotaccent A
\end{document}
`
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done