Whisprin / pgf-umlsd

Automatically exported from code.google.com/p/pgf-umlsd
0 stars 0 forks source link

A little howto would be nice #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. What are the dependencies
2. How to install it

For example if I download and unpack it and run latexmk on one of the 
examples, I get this error:

s.code.tex
(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryfadings.code.tex

Package pgf Warning: Your graphic driver pgfsys-dvips.def does not support 
fadi
ngs. This warning is given only once on input line 31.

))) (./pgf-umlsd.sty)
No file pgf-umlsd-demo.aux.
! Use of \t doesn't match its definition.
\tikz@scan@no@calculator ...\edef \tikz@temp {(#2)
                                                  }\expandafter 
\tikz@@scan@...
l.46   \end{sequencediagram}

? x
No pages of output.
Transcript written on pgf-umlsd-demo.log.
Latexmk: restoring last pgf-umlsd-demo.aux file

------------
Latexmk: Latex encountered an error.
-- Use the -f option to force complete processing.

Original issue reported on code.google.com by sebastian.nohn@gmail.com on 26 Mar 2010 at 7:47

GoogleCodeExporter commented 9 years ago
Sorry for filing this as defect, but I didn't find a way to file improvements.

Original comment by sebastian.nohn@gmail.com on 26 Mar 2010 at 7:52

GoogleCodeExporter commented 9 years ago
I am having the same problem. Did anyone solve this and can tell me how to 
install
it, as I am completely new to Latex and Pgf/Tikz.

Original comment by AnotherS...@gmail.com on 23 Apr 2010 at 1:38

GoogleCodeExporter commented 9 years ago
[quote Home page]
Version 0.3 and later only works for the cvs version of PGF, please update to 
recent PGF builds
[/quote]

This solved the problem for me. If you're using MiKTeX under Windows, extract 
one of the recent PGF builds (http://www.texample.net/tikz/builds/) under 
C:\Program Files (x86)\MiKTeX 2.8\tex\latex\pgf and run the MiKTeX Settings 
tool and update the File Name Database (FNDB).

Original comment by irfanadi...@gmail.com on 8 Jul 2010 at 9:04

GoogleCodeExporter commented 9 years ago
the FAQ page is created

Original comment by xuyuan...@gmail.com on 22 Jul 2011 at 9:19

GoogleCodeExporter commented 9 years ago
In pgf-umlsd.sty, arround the line 280 (version 0.6), replace the two lines
"\foreach \t [evaluate=\t] in {1,...,\thethreadnum}{"
by
"\foreach \t in {1,...,\thethreadnum}{"

Original comment by savin...@gmail.com on 24 Aug 2011 at 7:34

Attachments:

GoogleCodeExporter commented 9 years ago
Well, it seems that a lot of people still use old version of pgf...
maybe I can find a way to check version of pgf and use different code...

Original comment by xuyuan...@gmail.com on 24 Aug 2011 at 10:43