samcarter

Results 194 comments of samcarter

@CampanIgnis Thanks a lot for all these suggestions! That's definitely a good idea! I'll keep this list in mind when adding new TikZlings, but implementation might take some time.

@maieul Thanks for your suggestion! I indeed thought about this when I retired the `tikzmarmots` package and included it into the tikzlings, but decided to leave the `tikzducks` as separate...

@hjnowakowski Thanks for your interest in adding a capybara! I know by chance that there are at least two tikzlings fans from South America - I'm sure they will be...

@acad2 Thanks for your nice suggestions! (Implementing these ideas might take a bit, depending on how much time I can find for this project)

Thanks for opening this issue! Maybe such options to shift and rotate would be good for all addons, not just the signpost. When I have some time I have to...

@jlconlin Thanks for the suggestion! Just a quick question if I understand it correctly: What would be the purpose of the second colour? Would it change the colour of the...

Thanks for the clarification! You got me there, this is indeed a point where I have been a bit lazy. For some of the other tikzlings I have individual keywords...

> It would be great to have bunnies before Christmas! :) I'll see what I can do, but don't eat them for Christmas dinner :)

For modifying every marmot, you could use ``` \documentclass{standalone} \usepackage{tikzlings} \tikzset{/marmot/teeth=white,/marmot/whiskers=gray} \begin{document} \begin{tikzpicture} \bear \end{tikzpicture} \begin{tikzpicture} \penguin \end{tikzpicture} \begin{tikzpicture} \marmot \end{tikzpicture} \end{document} ```

To make all TikZlings 3D, one can modify this nice answer https://topanswers.xyz/tex?q=1569#a1820 ``` \documentclass{standalone} \usepackage{tikzlings} \tikzset{tikzling 3D/.code={\tikzset{/#1/3D}}} \tikzset{tikzling 3D/.list={anteater,bear,bee,cat,chicken,coati, hippo,koala,marmot,mouse,moles,owl,panda,penguin,pig,rhino,sheep, sloth,snowman,squirrel}} \begin{document} \begin{tikzpicture} \bear \end{tikzpicture} \begin{tikzpicture} \penguin \end{tikzpicture} \begin{tikzpicture} \marmot...