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

\capitalgrave doesn't give accent in tabbing when used with lualatex #271

Closed
u-fischer opened this issue Feb 9, 2020 · 2 comments
Closed

Comments

@u-fischer
Copy link
Member

Minimal example showing the bug

\RequirePackage{latexbug}  
\documentclass{article}
\begin{document}
\begin{tabbing}
 \capitalacute a \capitalgrave a  \capitalmacron a 
\end{tabbing}  
\end{document}

this gives accents with pdflatex
image

but tabbing commands with lualatex:

image

Log file (required) and possibly PDF file

test-utf8.log

@FrankMittelbach
Copy link
Member

yeah, guess

\makeatletter
  \def\capitalacute{\@tabacckludge'}
  \def\capitalgrave{\@tabacckludge`}
  \def\capitalmacron{\@tabacckludge=}
\makeatother

is needed as the default definition

@FrankMittelbach FrankMittelbach added this to Pool (unscheduled issues) in upcoming LaTeX2e releases via automation Feb 10, 2020
@FrankMittelbach FrankMittelbach added this to the hotfix milestone Feb 10, 2020
@FrankMittelbach FrankMittelbach moved this from Pool (unscheduled issues) to In progress in upcoming LaTeX2e releases Feb 10, 2020
FrankMittelbach added a commit that referenced this issue Feb 10, 2020
@FrankMittelbach FrankMittelbach moved this from In progress to Done in dev in upcoming LaTeX2e releases Feb 10, 2020
@FrankMittelbach FrankMittelbach added the fixed in dev Fixed in development branch, not in stable release label Feb 13, 2020
@FrankMittelbach
Copy link
Member

Went out with LaTeX 2020-02-02 PL 2

upcoming LaTeX2e releases automation moved this from Done in dev to Done Feb 14, 2020
@FrankMittelbach FrankMittelbach removed the fixed in dev Fixed in development branch, not in stable release label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants