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

Add support for other TikZ packages #7

Open
gprud opened this issue Nov 23, 2016 · 2 comments
Open

Add support for other TikZ packages #7

gprud opened this issue Nov 23, 2016 · 2 comments

Comments

@gprud
Copy link
Collaborator

gprud commented Nov 23, 2016

Hi Florian,

I would like to implement support for other libraries in KTikz, like some of TikZ libs (external, …) or PgfPlots which I use a lot.
Making some “completion data files” (as Texstudio’s *.cwl) would be nice. These files could be loaded on request. I think that reading .cwl files is not so complicated, but I’m not sure that these files are complete.

Could you recommend me a way to implement this feature?

Thanks,
GP

@lcpz
Copy link

lcpz commented Oct 14, 2017

It would be very useful to be able to load PgfPlots.

@bonanza123
Copy link

Isn't it sufficient to change the template file (call it pgf.pgs), e.g. to

\documentclass[x11names,tikz,crop=true]{standalone}
\usepackage{mathtools}
\usepackage{pgfplots}
\begin{document}
<>
\end{document}

?

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

No branches or pull requests

4 participants