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

tabu* doubles # character in \verb or Verbatim #6

Open
jfbu opened this issue Jan 23, 2019 · 0 comments
Open

tabu* doubles # character in \verb or Verbatim #6

jfbu opened this issue Jan 23, 2019 · 0 comments
Labels
old bug bug that has been in the code since 2011

Comments

@jfbu
Copy link

jfbu commented Jan 23, 2019

Test file:

\documentclass{article}
\usepackage{fancyvrb}
\usepackage{tabu}
\begin{document}

\verb|#|

\begin{Verbatim}
#
\end{Verbatim}

\begin{tabu*}to\linewidth{|XX|}
A short verb: \verb|#|&
\begin{Verbatim}
#
\end{Verbatim}
\\
\end{tabu*}

\end{document}

capture d ecran 2019-01-23 a 20 23 58

@jfbu jfbu mentioned this issue Jan 23, 2019
jfbu added a commit to jfbu/tabu that referenced this issue Jan 23, 2019
This does not fix tabu-issues-for-future-maintainer#6, but only corrects an error in this series of using
macros to store partially corrected data. Switching to \toks2 also
allows to avoid \unexpanded\expandafter formulation.
@FrankMittelbach FrankMittelbach added the old bug bug that has been in the code since 2011 label Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
old bug bug that has been in the code since 2011
Projects
None yet
Development

No branches or pull requests

2 participants