ktikz icon indicating copy to clipboard operation
ktikz copied to clipboard

KtikZ provides a nice user interface for making pictures using TikZ.

Results 17 ktikz issues
Sort by recently updated
recently updated
newest added

Hi, I've ported QTikz to under QT 6.3 with QtPdf, removing dependency on Poppler. It still have some issues, but it works, compiles and shows resulting puicture. Unfortunately I was...

As far as I know, ktikz provide a real time preview for tikz code. So, if someone use e.g. `latexmk` and put its regular tex code and preview things it...

I got the error ``` Project ERROR: Could not resolve SDK path for 'macosx11.6' ``` I used `xcodebuild -sdk -version` to figure out what SDK was installed (macosx11.3 in my...

When i save a new image as .tex, some junk code appears. For example : \end{tikzpicture}} (one } too much). I've use another program to clean (TexMaker) this junk code....

Add a new button to the UI to adjust zoom of the TikZ drawing to the window size.

enhancement

trying to run a simple example results in ``` [LaTeX] Error: run failed. Command: pdflatex -halt-on-error -file-line-error -interaction nonstopmode -output-directory /tmp/ktikz-uoXhgU /tmp/ktikz-uoXhgU/temptikzcode.tex [LaTeX] Warning: could not load LaTeX log file....

I created a readable plain text file, selected it as template, but still the else branch is hit here: https://github.com/fhackenberger/ktikz/blob/207af3ea668eb8c4cafe46c29a3dfd0363cda679/common/tikzpreviewgenerator.cpp#L459-L468 If I output the mime list, I get just `("application/octet-stream")`,...

Currently, it seems that ktikz is indeed only working with pdflatex, it would be nice if support for `lualatex` could be added. (replacing `pdflatex` with `lualatex` results in errors)

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...

enhancement
help wanted