You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when ducks is loaded as a tikz libray, it loads tikzlibraryducks.code.tex, which loads tikzducks.sty through \usepackage{tikzducks}. Since \usepackage is a LaTeX command, this makes the tikz library ducks unusable in other formats, hence not portable.
Currently, when
ducks
is loaded as a tikz libray, it loadstikzlibraryducks.code.tex
, which loadstikzducks.sty
through\usepackage{tikzducks}
. Since\usepackage
is a LaTeX command, this makes the tikz libraryducks
unusable in other formats, hence not portable.tikzducks/tikzlibraryducks.code.tex
Line 14 in d5ebc83
The text was updated successfully, but these errors were encountered: