xuyuan / pgf-umlcd

this project is transfered to https://github.com/pgf-tikz/pgf-umlcd
https://github.com/pgf-tikz/pgf-umlcd
Other
55 stars 17 forks source link

\attribute conflicts with LuaTeX #17

Open The-Compiler opened 5 years ago

The-Compiler commented 5 years ago

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! :+1:

akovachev commented 4 years ago

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

CLOVIS-AI commented 2 years ago

Same problem here. Is this not maintained anymore?