3
votes
0answers
165 views

*** glibc detected *** error from texmaker in tikzpicture environment [closed]

I am facing a very strange problem. Texmaker quits with an error under a very specific condition, which has nothing to do with compilation, but rather what I type. Say for a minimal working example, I ...
3
votes
2answers
428 views

using grid from Tikz in Texmaker

I use Tikz for creating figures. But there is a problem. If I use for example \begin{tikzpicture} \draw[->] (0,0)--(10,0); \draw[->] (0,0)--(0,10); \draw[help lines] (-0.1,-0.1) grid (9.9,9.9); ...
5
votes
1answer
2k views

adding gnuplot capability to latex

I have been working with LaTeX, under TeXMaker (latest version 3.2.2) for several months, and recently added PGF/TikZ capability. On that occasion I feared there would be problems as I really have ...
4
votes
2answers
900 views

How should I organise my document/files in order to easily export TikZ figures as images?

I don't care too much about what image format I get out of the process as I can convert it if needed, but I'm looking for the best way to structure my document/files in order to make it easier and ...