HagenbergThesis icon indicating copy to clipboard operation
HagenbergThesis copied to clipboard

Allow drawing with tikz

Open Abrynos opened this issue 3 years ago • 4 comments

In both my thesis' so far, it was important to be able to draw images using tikz and I believe the packages tikz and pgfplots should be included by default.


Below are some tikz libraries I regularly use, but may or may not be useful for others:

\usetikzlibrary{shapes.geometric}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{arrows}
\usetikzlibrary{positioning}
\usetikzlibrary{matrix}
\usetikzlibrary{fit}
\usetikzlibrary{angles}
\usetikzlibrary{backgrounds}

Abrynos avatar Dec 17 '21 14:12 Abrynos

I use tikz too but most people don't and I would not include the package by default. Did you experience any problems when importing tikz? This could make a great topic in the associated Wiki -- how about creating a short tutorial there?

imagingbook avatar Dec 18 '21 10:12 imagingbook

how about creating a short tutorial there?

This sounds like a great idea. Don't forget to link it in the HgbThesisTutorial 😉

Abrynos avatar Dec 18 '21 11:12 Abrynos

I'm picking this up again to resolve some old open issues. I'm no expert on tikz, so I can't write any meaningful tutorial or guide.

If you're willing to provide a text, @Abrynos, I'm happy to include it in the wiki and link to it. Otherwise, I'll have to close this issue.

hochleitner avatar Nov 11 '22 00:11 hochleitner

Sure. I'll see if i can get around to writing a bit this week. Possibly the weekend

Abrynos avatar Nov 14 '22 20:11 Abrynos