Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow drawing with tikz #134

Open
Abrynos opened this issue Dec 17, 2021 · 4 comments
Open

Allow drawing with tikz #134

Abrynos opened this issue Dec 17, 2021 · 4 comments
Labels
help wanted Issue or PR where help from outside is wanted.

Comments

@Abrynos
Copy link

Abrynos commented Dec 17, 2021

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}
@imagingbook
Copy link
Collaborator

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?

@Abrynos
Copy link
Author

Abrynos commented Dec 18, 2021

how about creating a short tutorial there?

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

@hochleitner
Copy link
Member

hochleitner commented Nov 11, 2022

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.

@Abrynos
Copy link
Author

Abrynos commented Nov 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Issue or PR where help from outside is wanted.
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants