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

\attribute conflicts with LuaTeX #17

Description

@The-Compiler

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! 👍

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions