4
votes
2answers
130 views

new command, pfgkeys within pfgplots axis environment

I am trying to setup an command to create technical drawing dimensions (inspiration from Dimensioning of a technical drawing in TikZ). I would like to use pgfkeys for that, in order to pass multiple ...
1
vote
0answers
64 views

“dashdotted” command not working for tikz package [closed]

I am trying to create pictures of graphs in TikZ in which I'd like some edges to be dashdotted. I am using TeXShop on both my office computer (Mac) and my personal laptop (Mac), and the file is ...
0
votes
0answers
32 views

How to install a package in mactex? [duplicate]

I am using mactex on osx. I wanted to do a smartdiagram \begin{figure} \begin{center} \smartdiagramset{circular distance=4cm, font=\large, text width=2.5cm, module minimum ...
0
votes
0answers
147 views

Missing Tikz library? FPU [closed]

I had the same problem described here: Can't find TikZ library calc However, when I tried to follow the instructions in the answer to that question I got sudo: tlmgr: command not found I'm ...
2
votes
2answers
472 views

Basic tkz-graph usage problems, errors, bad output

I'm using TeXLive 2011 via MacTeX, and I keep my packages updated. I'm trying to start simple with tkz-graph. When I use the following code, copied directly from the tkz-graph documentation: ...
3
votes
2answers
695 views

Htlatex and Tikz creates sometimes incorrect svgs

I have a document with a large number of Tikz pictures and I need to generate a html page from it. I have declared a driver to have TikZ pictures as SVGs (after this question) and run htlatex ...