Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

\attribute conflicts with LuaTeX #17

Open
The-Compiler opened this issue Nov 20, 2018 · 2 comments
Open

\attribute conflicts with LuaTeX #17

The-Compiler opened this issue Nov 20, 2018 · 2 comments

Comments

@The-Compiler
Copy link

When using LuaTeX, the \attribute command introduced by pgf-umlcd conflicts with LuaTeX attributes:

! LaTeX Error: Command \attribute already defined.
               Or name \end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.223 }
     
? 

This can be worked around by doing:

\let\attribute\relax
\usepackage{pgf-umlcd}

but I wonder whether there's something pgf-umlcd should do about this?

Also, thanks a lot for this package! Not having to draw stuff in something like Dia by hand definitely makes my life a lot easier! 👍

@akovachev
Copy link

+1
Thank you for the tip! I ran into the same problem.

@CLOVIS-AI
Copy link

Same problem here. Is this not maintained anymore?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants