Tagged Questions
1
vote
0answers
63 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 ...
2
votes
1answer
464 views
Update TikZ/PGF on mac
the TeXLive 2012 distribution on my Mac is shipped with TikZ version 2.10 - I want to use (try) the CVS (most updated beta(?) version). Here's what I've done so far:
Downloaded the the TDS package
...
3
votes
1answer
270 views
How to update tikz properly, or how to revert what I did
I used to be able to compile the following LaTeX:
\documentclass{article}
\usepackage{tikz}
%\usetikzlibrary{arrows,backgrounds,plotmarks} % even simpler
\begin{document}
Lorem ipsum dolor sit ...
2
votes
1answer
378 views
How to update pgf 2.0 to 2.1?
I have installed TikZ/PGF using Synaptic Package Manager. Still it contains version 2.0. Now How do I update it?
8
votes
2answers
635 views
How can I update TikZ/PGF?
I am searching a script that will do the following.
Removing all old PGF/TikZ files in my local texmf tree
Installation of all new PGF/TikZ in my local texmf tree of the csv repository:
PGF and TikZ ...
2
votes
0answers
241 views
Undefined \pgfsetpath: is tikz or Miktex update responsible [closed]
I run the following simple example using MikTeX 2.9 (complete installation) that is regularly updated (this is one of the first examples in TikZ manual):
\documentclass{article}
\usepackage{tikz}
...
