tixzlings problem?

Phelype Oleinik phe.h.o1 at gmail.com
Tue Apr 12 14:02:37 CEST 2022


Hi Hartmut,

On Tue, Apr 12, 2022 at 8:56 AM Hartmut Henkel <hartmut_henkel at gmx.de> wrote:
>
> \documentclass[a4paper,12pt]{article}
> \usepackage{tikzlings}
> \begin{document}
> Hi \marmot.
> \end{document}

TikZlings commands aren't "standalone" (for the lack of a better word).
You have to use them inside a |tikzpicture| environment or |\tikz|:

    \documentclass[a4paper,12pt]{article}
    \usepackage{tikzlings}
    \begin{document}
    Hi \tikz\marmot;.
    \end{document}

Best,
Phelype


More information about the tex-live mailing list.