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

Customize environment for TikZ picture #58

Closed
epatters opened this issue Aug 27, 2020 · 3 comments
Closed

Customize environment for TikZ picture #58

epatters opened this issue Aug 27, 2020 · 3 comments

Comments

@epatters
Copy link
Contributor

epatters commented Aug 27, 2020

Would it be possible to add a field to TikzPicture that allows the LaTeX environment for TikZ pictures to be changed? My use case is tikz-cd, which uses the environment \begin{tikzcd} .. \end{tikzcd} instead of \begin{tikzpicture} ... \end{tikzpicture}.

I can implement this feature if you think it makes sense.

@mykelk
Copy link
Member

mykelk commented Aug 27, 2020

I'm open to it! Are there other use cases that you are aware of beyond tikz-cd?

@epatters
Copy link
Contributor Author

Great! At the moment I can't think of any other uses cases.

@mykelk
Copy link
Member

mykelk commented Aug 27, 2020

No prob. Feel free to send in a PR. It should be fine so long as the current API doesn't break.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants