Skip to content

\capitalring, etc with xelatex, lualatex unicode #332

@bdtc

Description

@bdtc

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

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions