I can't find file `pgflibrarytikzpositioning.code.tex'

View: New views
5 Messages — Rating Filter:   Alert me  

I can't find file `pgflibrarytikzpositioning.code.tex'

by Jan de Ruijter :: Rate this Message:

| View Threaded | Show Only this Message

Wilfred van Rooijen wrote:

>  I've just downloaded PGF 2.0 and there is no file included named
> pgflibrarytikzcalc.code.tex
>
> I've done a CTAN search, and no file of that name is listed there as
> well. So you are doing something wrong. The file you try to compile
> either relies on a file that is not included in the default PGF
> distro, or your file references an older PGF distro and the filename
> has changed, or something else is going on. I suggest you mail an
> example file to the PGF list (i.e. do not reply do this mail, make a
> new mail to the list). The example file should be a simple file which
> produces the error. I'm sure somebody on the list knows what the
> problem is.
>
> Cheers,
> Wilfred
>  
Wilfred, this is what happens:
I tried to compile the following example:
actor-transaction-diagram.tex

after the tex-text of this example I have copied the output LaTeX gives me.




%
%  Actor Transaction Diagram
%
%  Created by Gabor Tjong A Hung on 2008-10-28.
%  Copyright (c) 2008. All rights reserved.
%
\documentclass[]{article}
\usepackage{verbatim}

\begin{comment}
:Title: Actor Transaction Diagram

A sample of a global Actor Transaction Diagram or ATD of the
`Design & Engineering Methodology for Organizations (DEMO) methodology`__.
The most interesting part of the example is the definition of the custom
``square`` arrow the and ``diamond in circle`` node shape.

**Note**: The ``square`` arrow is now available in the CVS version of PGF.
In the example the arrow shape has been renamed to ``squarea`` to avoid
conflict.

.. __: http://softwaredesign.nl/index.php?pageID=28
\end{comment}

\usepackage{booktabs}
\usepackage{tikz}

\usetikzlibrary{arrows,positioning,fit,shapes,calc}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% A square shaped arrow
% The arrow has been renamed to squarea to avoid conflict with the
square arrow
% defined in the CVS version of PGF

\newdimen\arrowsize
\pgfarrowsdeclare{squarea}{squarea}
{
 \arrowsize=0.4pt
 \advance\arrowsize by.275\pgflinewidth%
 \pgfarrowsleftextend{+-\arrowsize}
 \advance\arrowsize by.5\pgflinewidth
 \pgfarrowsrightextend{+\arrowsize}
}
{
 \arrowsize=0.4pt
 \advance\arrowsize by.275\pgflinewidth%
 \pgfsetdash{}{+0pt}
 \pgfsetroundjoin
 \pgfpathmoveto{\pgfqpoint{1\arrowsize}{4\arrowsize}}
 \pgfpathlineto{\pgfqpoint{-7\arrowsize}{4\arrowsize}}
 \pgfpathlineto{\pgfqpoint{-7\arrowsize}{-4\arrowsize}}
 \pgfpathlineto{\pgfqpoint{1\arrowsize}{-4\arrowsize}}
 \pgfpathclose
 \pgfusepathqfillstroke
}
% A open square shaped arrow

\pgfarrowsdeclare{open squarea}{open squarea}%{{-.5bp}{8.5bp}}
{
 \arrowsize=0.4pt
 \advance\arrowsize by.275\pgflinewidth%
 \pgfarrowsleftextend{+-.5\pgflinewidth}
 \advance\arrowsize by7\arrowsize
 \advance\arrowsize by.5\pgflinewidth
 \pgfarrowsrightextend{+\arrowsize}
}
{
 \arrowsize=0.4pt
 \advance\arrowsize by.275\pgflinewidth%
 \pgfsetdash{}{+0pt}
 \pgfsetroundjoin
 \pgfpathmoveto{\pgfqpoint{8\arrowsize}{4\arrowsize}}
 \pgfpathlineto{\pgfqpoint{0\arrowsize}{4\arrowsize}}
 \pgfpathlineto{\pgfqpoint{0\arrowsize}{-4\arrowsize}}
 \pgfpathlineto{\pgfqpoint{8\arrowsize}{-4\arrowsize}}
 \pgfpathclose
 \pgfusepathqstroke
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% A circle and diamond shape
\makeatletter
\newdimen\tempa
\newdimen\tempb
\pgfdeclareshape{diamond in circle}{
\inheritsavedanchors[from=diamond] % this is a diamond
\inheritsavedanchors[from=circle] % this is a circle
\inheritanchorborder[from=circle]
\inheritanchor[from=circle]{center}
\inheritanchor[from=circle]{radius}
\inheritanchor[from=circle]{north}
\inheritanchor[from=circle]{south}
\inheritanchor[from=circle]{east}
\inheritanchor[from=circle]{west}
\inheritanchor[from=circle]{anchorborder}
 \saveddimen\radius{%
   %
   % Caculate ``height radius''
   %
   \pgf@ya=.5\ht\pgfnodeparttextbox%
   \advance\pgf@ya by.5\dp\pgfnodeparttextbox%
   \pgfmathsetlength\pgf@yb{\pgfkeysvalueof{/pgf/inner ysep}}%
   \advance\pgf@ya by\pgf@yb%
   %
   % Caculate ``width radius''
   %
   \pgf@xa=.5\wd\pgfnodeparttextbox%
   \pgfmathsetlength\pgf@xb{\pgfkeysvalueof{/pgf/inner xsep}}%
   \advance\pgf@xa by\pgf@xb%
   %
   % Calculate length of radius vector:
   %
   \pgf@process{\pgfpointnormalised{\pgfqpoint{\pgf@xa}{\pgf@ya}}}%
   \ifdim\pgf@x>\pgf@y%
       \c@pgf@counta=\pgf@x%
       \ifnum\c@pgf@counta=0\relax%
       \else%
         \divide\c@pgf@counta by 255\relax%
         \pgf@xa=16\pgf@xa\relax%
         \divide\pgf@xa by\c@pgf@counta%
         \pgf@xa=16\pgf@xa\relax%
       \fi%
     \else%
       \c@pgf@counta=\pgf@y%
       \ifnum\c@pgf@counta=0\relax%
       \else%
         \divide\c@pgf@counta by 255\relax%
         \pgf@ya=16\pgf@ya\relax%
         \divide\pgf@ya by\c@pgf@counta%
         \pgf@xa=16\pgf@ya\relax%
       \fi%
   \fi%
   \pgf@x=\pgf@xa%
   %
   % If necessary, adjust radius so that the size requirements are
   % met:
   %
   \pgfmathsetlength{\pgf@xb}{\pgfkeysvalueof{/pgf/minimum width}}%
   \pgfmathsetlength{\pgf@yb}{\pgfkeysvalueof{/pgf/minimum height}}%
   \ifdim\pgf@x<.5\pgf@xb%
       \pgf@x=.5\pgf@xb%
   \fi%
   \ifdim\pgf@x<.5\pgf@yb%
       \pgf@x=.5\pgf@yb%
   \fi%
   %
   % Now, add larger of outer sepearations.
   %
   \pgfmathsetlength{\pgf@xb}{\pgfkeysvalueof{/pgf/outer xsep}}%
   \pgfmathsetlength{\pgf@yb}{\pgfkeysvalueof{/pgf/outer ysep}}%
   \ifdim\pgf@xb<\pgf@yb%
     \advance\pgf@x by\pgf@yb%
   \else%
     \advance\pgf@x by\pgf@xb%
   \fi%
 }
\backgroundpath{
   \tempa=\radius
   \pgfmathsetlength{\pgf@xb}{\pgfkeysvalueof{/pgf/outer xsep}}%
   \pgfmathsetlength{\pgf@yb}{\pgfkeysvalueof{/pgf/outer ysep}}%
   \ifdim\pgf@xb<\pgf@yb%
     \advance\tempa by-\pgf@yb%
   \else%
     \advance\tempa by-\pgf@xb%
   \fi%
   \pgfpathmoveto{\centerpoint\advance\pgf@x by\radius}%
   \pgfpathlineto{\centerpoint\advance\pgf@y by\radius}%
   \pgfpathlineto{\centerpoint\advance\pgf@x by-\radius}%
   \pgfpathlineto{\centerpoint\advance\pgf@y by-\radius}%
   \pgfpathclose%
 }
\behindbackgroundpath{
   \tempa=\radius%
   \pgfmathsetlength{\pgf@xb}{\pgfkeysvalueof{/pgf/outer xsep}}%
   \pgfmathsetlength{\pgf@yb}{\pgfkeysvalueof{/pgf/outer ysep}}%
   \ifdim\pgf@xb<\pgf@yb%
     \advance\tempa by-\pgf@yb%
   \else%
     \advance\tempa by-\pgf@xb%
   \fi%
   \pgfpathcircle{\centerpoint}{\tempa}%
 }
}
\makeatother


\newcommand{\parameter}[1]{$\langle\mbox{#1}\rangle$}
\title{A LaTeX Article}
\author{Gabor Tjong A Hung}

\begin{document}

\tikzset{
every transaction/.style = {fill=white!100},
transaction/.style = {diamond in circle, draw, minimum size=6mm, every
transaction},
every actor role/.style = {},
actor role/.style = {rectangle, draw=black!80, ultra thick,
   minimum size = 6mm, every actor role},
composite actor role/.style = {fill=gray!80, actor role},
elementary actor role/.style = {fill=white!100, actor role},
initiator/.style = {-},
executor/.style = {<-, >=squarea},
system/.style = {rectangle, fill=white!100, ultra thick, draw=black!80,
           minimum height=60mm, minimum width=4cm,outer sep=0pt}}


\begin{figure}[h]
\centering
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,main,foreground}
\begin{tikzpicture}[node distance=1cm, on grid]
   \begin{pgfonlayer}{background}
       \node [system] (system) at (0,3){};
   \end{pgfonlayer}
   \node [composite actor role] (CA01) [minimum height=48mm] at ( -4,3)
{CA01};
   \node [above] at (CA01.north) {Client};
   \node [transaction] (T01) at( $(system.south west)!.66!(system.north
west)$)
       {T01} edge [initiator] (CA01.south east |- T01);
   \node [composite actor role] (CA03) at (
$(system.south)!.66!(system.north)$)
       {CA03} edge [executor] (T01);
   \node [above] at (CA03.north) {GDSS facilitator};
   \node [transaction] (T02) at ( $(system.south east)!.66!(system.north
east)$)
       {T02} edge  [initiator] (CA03);
   \path (T02)++(2,0) node [composite actor role] (CA02) [minimum
height=24mm]
       {CA02} edge  [executor] (T02);
   \node [above] at (CA02.north) {Participant};
   \node [transaction] (T03) at ( $(system.south west)!.33!(system.north
west)$)
       {T03} edge  [initiator] (CA01.south east |- T03);
   \node [composite actor role] (CA04) at (
$(system.south)!.33!(system.north)$)
       {CA04} edge  [executor] (T03);
   \node [above] at (CA04.north) {GDSS analysist};
\end{tikzpicture}
\\[2em]
   \begin{tabular}{@{T}l@{ }l@{ }p{5cm}}
       \toprule
       ID & Transaction Type (T) & Result Type (R)\\
       \midrule
       01 & Facilitate meeting &  Meeting has been facilitated.\\
       02 & Perform Agendum &  Agendum has been performed by
\parameter{participant}
        on \parameter{time}.\\
       03 & Analysis &  Analysis has been made.\\
       \bottomrule
   \end{tabular}\label{tab:trt_datd}
   \caption{Global ATD}
\end{figure}

\end{document}


THIS IS THE LATEX -COMPILER OUTPUT:




[janr@logic pgf]$ latex actor-transaction-diagram.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(./actor-transaction-diagram.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak,
german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi,
finnish,
french, greek, monogreek, ancientgreek, croatian, hungarian,
interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk,
polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian,
swedish,
turkish, ukenglish, ukrainian, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/latex/tools/verbatim.sty)
(/usr/share/texmf/tex/latex/booktabs/booktabs.sty)
(/usr/share/texmf/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgf.sty
(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex)
(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def)
(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/dvips.def)))
(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg)
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-dvips.def
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def)))

(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex)
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex))
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
(/usr/share/texmf/tex/latex/config/color.cfg))
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoremath.code.tex)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex)

(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex)

(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex)))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseshapes.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaseshapes.code.tex))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseplot.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaseplot.code.tex))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseimage.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaseimage.code.tex))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaselayers.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaselayers.code.tex))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbasesnakes.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbasesnakes.code.tex))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbasepatterns.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbasepatterns.code.tex))
(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty))
(/usr/share/texmf/tex/latex/tools/calc.sty)
(/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty
(/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex))
(/usr/share/texmf/tex/latex/xkeyval/xkeyval.sty
(/usr/share/texmf/tex/latex/xkeyval/xkeyval.tex))
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz.code.tex
(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex)

(/usr/share/texmf/tex/generic/pgf/libraries/pgflibrarytikztopaths.code.tex)))

(/usr/share/texmf/tex/generic/pgf/libraries/pgflibrarytikzarrows.code.tex
(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryarrows.code.tex))
! I can't find file `pgflibrarytikzpositioning.code.tex'.
<argument> ...t pgflibrarytikz\pgf@temp .code.tex
                                                 \catcode `\@ =\csname
tikz...
l.27 ...ibrary{arrows,positioning,fit,shapes,calc}
                                                Please type another
input file name:



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

Re: I can't find file `pgflibrarytikzpositioning.code.tex'

by Ulrike Fischer-3 :: Rate this Message:

| View Threaded | Show Only this Message

Am Sat, 22 Nov 2008 11:42:26 +0100 schrieb Jan de Ruijter:


> Wilfred, this is what happens:
> I tried to compile the following example:
> actor-transaction-diagram.tex
>
> after the tex-text of this example

It would be have been *much* better if you had made a small example.
What is the sense of sending a lengthy document when LaTeX already
complains while reading the preamble?

\listfiles
\documentclass[]{article}
\usepackage{tikz}
%\usetikzlibrary{positioning}
\begin{document}
a
\end{document}


>I have copied the output LaTeX gives me.
> THIS IS THE LATEX -COMPILER OUTPUT:

Here the more longer log file would be much better than the terminal
output as the log file also records the versions of the files.

My guess is that your pgf-version is too old and doesn't have the
positioning library (it looks like a local version which is found before
the one in the main tree). Run my small example and then check the
versions in the log-file.

    tikz.sty    2008/02/13 v2.00 (rcs-revision 1.27)
     pgf.sty    2008/01/15 v2.00 (rcs-revision 1.12)





--
Ulrike Fischer


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

Re: I can't find file `pgflibrarytikzpositioning.code.tex'

by Jan de Ruijter :: Rate this Message:

| View Threaded | Show Only this Message

Ulrike Fischer wrote:
>
> It would be have been *much* better if you had made a small example.
> What is the sense of sending a lengthy document when LaTeX already
> complains while reading the preamble?
>  

> \listfiles
> \documentclass[]{article}
> \usepackage{tikz}
> %\usetikzlibrary{positioning}
> \begin{document}
> a
> \end{document}
>
>
>  
>> I have copied the output LaTeX gives me.
>> THIS IS THE LATEX -COMPILER OUTPUT:
>>    
>
> Here the more longer log file would be much better than the terminal
> output as the log file also records the versions of the files.
>  


I am really sorry, I thought I was doing something helpfull. I fear I am
still a little ignorant in these matters.
I compiled your file and it worked!
the log-file gives me:

tikz.sty    2006/10/17 v1.10 (rcs-revision 1.68)
 pgf.sty    2006/10/11 v1.10 (rcs-revision 1.7)

This means, I suppose, that I, indeed, have a very old version.
How do you install the newer version of pgf/tikz?
In the manual of pgf are no instructions for it.


best regards,
Jan

p.s:
For completeness, here is the (longer) log-file (the example I couldn't
compile):

This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=latex
2008.6.6)  23 NOV 2008 15:15
entering extended mode
 %&-line parsing enabled.
**actor-transaction-diagram.tex
(./actor-transaction-diagram.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak,
german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi,
finnish,
 french, greek, monogreek, ancientgreek, croatian, hungarian,
interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk,
polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian,
swedish,
turkish, ukenglish, ukrainian, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo
File: size10.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texmf/tex/latex/tools/verbatim.sty
Package: verbatim 2003/08/22 v1.5q LaTeX2e package for verbatim enhancements
\every@verbatim=\toks14
\verbatim@line=\toks15
\verbatim@in@stream=\read1
)
(/usr/share/texmf/tex/latex/booktabs/booktabs.sty
Package: booktabs 2005/03/16 v1.6180 publication quality tables
\heavyrulewidth=\dimen103
\lightrulewidth=\dimen104
\cmidrulewidth=\dimen105
\belowrulesep=\dimen106
\belowbottomsep=\dimen107
\aboverulesep=\dimen108
\abovetopsep=\dimen109
\cmidrulesep=\dimen110
\cmidrulekern=\dimen111
\defaultaddspace=\dimen112
\@cmidla=\count87
\@cmidlb=\count88
\@aboverulesep=\dimen113
\@belowrulesep=\dimen114
\@thisruleclass=\count89
\@lastruleclass=\count90
\@thisrulewidth=\dimen115
)
(/usr/share/texmf/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgf.sty
(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex)
(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def)
(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2006/10/26 v1.10 (rcs-revision 1.14)
))
Package: pgf 2006/10/11 v1.10 (rcs-revision 1.7)

(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks16
)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/share/texmf/tex/latex/config/graphics.cfg
File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: dvips.def on input line 90.

(/usr/share/texmf/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
\Gin@req@height=\dimen116
\Gin@req@width=\dimen117
)
(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
Package: pgfsys 2006/10/16 v1.10 (rcs-revision 1.19)
\pgf@x=\dimen118
\pgf@y=\dimen119
\pgf@xa=\dimen120
\pgf@ya=\dimen121
\pgf@xb=\dimen122
\pgf@yb=\dimen123
\pgf@xc=\dimen124
\pgf@yc=\dimen125

(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg
File: pgf.cfg 2006/10/11  (rcs-revision 1.2)
)
Package pgfsys Info: Driver file for pgf: pgfsys-dvips.def on input line
845.

(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-dvips.def
File: pgfsys-dvips.def 2006/10/26  (rcs-revision 1.15)

(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def
File: pgfsys-common-postscript.def 2006/10/16  (rcs-revision 1.15)
\pgf@objectcount=\count91
)))
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
File: pgfsyssoftpath.code.tex 2006/10/16  (rcs-revision 1.4)
)
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
File: pgfsysprotocol.code.tex 2006/10/16  (rcs-revision 1.4)
))
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

(/usr/share/texmf/tex/latex/config/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: dvips.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex
Package: pgfcore 2006/10/11 v1.10 (rcs-revision 1.4)

(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoremath.code.tex
File: pgfcoremath.code.tex 2006/10/15  (rcs-revision 1.3)
\c@pgf@counta=\count92
\c@pgf@countb=\count93
\c@pgf@countc=\count94
\c@pgf@countd=\count95
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
File: pgfcorepoints.code.tex 2006/10/16  (rcs-revision 1.7)
\pgf@picminx=\dimen126
\pgf@picmaxx=\dimen127
\pgf@picminy=\dimen128
\pgf@picmaxy=\dimen129
\pgf@pathminx=\dimen130
\pgf@pathmaxx=\dimen131
\pgf@pathminy=\dimen132
\pgf@pathmaxy=\dimen133
\pgf@tempdim=\dimen134
\c@pgf@tempcount=\count96
\pgf@xx=\dimen135
\pgf@xy=\dimen136
\pgf@yx=\dimen137
\pgf@yy=\dimen138
\pgf@zx=\dimen139
\pgf@zy=\dimen140
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
File: pgfcorepathconstruct.code.tex 2006/10/16  (rcs-revision 1.6)
\pgf@path@lastx=\dimen141
\pgf@path@lasty=\dimen142
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
File: pgfcorepathusage.code.tex 2006/10/16  (rcs-revision 1.7)
\pgf@shorten@end@additional=\dimen143
\pgf@shorten@start@additional=\dimen144
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
File: pgfcorescopes.code.tex 2006/10/23  (rcs-revision 1.20)
\pgfpic=\box26
\pgf@hbox=\box27
\pgf@layerbox@main=\box28
\pgf@picture@serial@count=\count97
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
File: pgfcoregraphicstate.code.tex 2006/10/16  (rcs-revision 1.6)
\pgflinewidth=\dimen145
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
File: pgfcoretransformations.code.tex 2006/10/11  (rcs-revision 1.4)
\pgf@pt@x=\dimen146
\pgf@pt@y=\dimen147
\pgf@pt@temp=\dimen148
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
File: pgfcorequick.code.tex 2006/10/11  (rcs-revision 1.2)
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
File: pgfcoreobjects.code.tex 2006/10/11  (rcs-revision 1.2)
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
File: pgfcorepathprocessing.code.tex 2006/10/16  (rcs-revision 1.5)
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
File: pgfcorearrows.code.tex 2006/10/16  (rcs-revision 1.6)
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
File: pgfcoreshade.code.tex 2006/10/16  (rcs-revision 1.7)
\pgf@max=\dimen149
\pgf@sys@shading@range@num=\count98
)))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseshapes.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaseshapes.code.tex
Package: pgfbaseshapes 2006/10/16 v1.10 (rcs-revision 1.16)
\pgfnodeparttextbox=\box29
))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseplot.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaseplot.code.tex
Package: pgfbaseplot 2006/10/16 v1.10 (rcs-revision 1.5)
\pgf@plotwrite=\write3
))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseimage.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaseimage.code.tex
Package: pgfbaseimage 2006/10/16 v1.10 (rcs-revision 1.5)
))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaselayers.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaselayers.code.tex
Package: pgfbaselayers 2006/10/16 v1.10 (rcs-revision 1.5)
))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbasesnakes.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbasesnakes.code.tex
Package: pgfbasesnakes 2006/10/16 v1.10 (rcs-revision 1.10)
\pgfsnakeremainingdistance=\dimen150
\pgfsnakecompleteddistance=\dimen151
))
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbasepatterns.sty
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbasepatterns.code.tex
Package: pgfbasepatterns 2006/10/16 v1.10 (rcs-revision 1.9)
))
(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
Package: pgfcomp-version-0-65 2006/10/11 v1.10 (rcs-revision 1.4)
\pgf@nodesepstart=\dimen152
\pgf@nodesepend=\dimen153
))
(/usr/share/texmf/tex/latex/tools/calc.sty
Package: calc 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
\calc@Acount=\count99
\calc@Bcount=\count100
\calc@Adimen=\dimen154
\calc@Bdimen=\dimen155
\calc@Askip=\skip43
\calc@Bskip=\skip44
LaTeX Info: Redefining \setlength on input line 75.
LaTeX Info: Redefining \addtolength on input line 76.
\calc@Ccount=\count101
\calc@Cskip=\skip45
)
(/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty
(/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex
Package: pgffor 2006/10/16 v1.10 (rcs-revision 1.5)
\pgffor@iter=\dimen156
\pgffor@skip=\dimen157
))
(/usr/share/texmf/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2006/11/18 v2.5f package option processing (HA)

(/usr/share/texmf/tex/latex/xkeyval/xkeyval.tex
\XKV@toks=\toks17
\XKV@depth=\count102
File: xkeyval.tex 2006/11/18 v2.5f key=value parser (HA)
))
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz.code.tex
Package: tikz 2006/10/17 v1.10 (rcs-revision 1.68)

(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
File: pgflibraryplothandlers.code.tex 2006/10/16 v1.10 (rcs-revision 1.8)
\pgf@plot@mark@count=\count103
\pgfplotmarksize=\dimen158
)
\tikz@lastx=\dimen159
\tikz@lasty=\dimen160
\tikz@lastxsaved=\dimen161
\tikz@lastysaved=\dimen162
\tikzleveldistance=\dimen163
\tikzsiblingdistance=\dimen164
\tikz@figbox=\box30
\tikz@tempbox=\box31
\tikztreelevel=\count104
\tikznumberofchildren=\count105
\tikznumberofcurrentchild=\count106
\tikz@fig@count=\count107
\tikz@expandcount=\count108

(/usr/share/texmf/tex/generic/pgf/libraries/pgflibrarytikztopaths.code.tex
File: pgflibrarytikztopaths.code.tex 2006/10/16 v1.10 (rcs-revision 1.5)
)))
(/usr/share/texmf/tex/generic/pgf/libraries/pgflibrarytikzarrows.code.tex
File: pgflibrarytikzarrows.code.tex 2006/10/11 v1.10 (rcs-revision 1.2)

(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryarrows.code.tex
File: pgflibraryarrows.code.tex 2006/10/11 v1.10 (rcs-revision 1.5)
))
! I can't find file `pgflibrarytikzpositioning.code.tex'.
<argument> ...t pgflibrarytikz\pgf@temp .code.tex
                                                  \catcode `\@ =\csname
tikz...
l.27 ...ibrary{arrows,positioning,fit,shapes,calc}
                                                 
Please type another input file name:






-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

Re: I can't findfile `pgflibrarytikzpositioning.code.tex'

by Ulrike Fischer-3 :: Rate this Message:

| View Threaded | Show Only this Message

Am Sun, 23 Nov 2008 15:44:45 +0100 schrieb Jan de Ruijter:


> I compiled your file and it worked!
> the log-file gives me:
>
> tikz.sty    2006/10/17 v1.10 (rcs-revision 1.68)
>  pgf.sty    2006/10/11 v1.10 (rcs-revision 1.7)
>
> This means, I suppose, that I, indeed, have a very old version.
> How do you install the newer version of pgf/tikz?

Didn't you say you are using TeXLive 2008? Is the tree
/usr/share/texmf/ part of this texlive installation or a remain from an
older installation? If it is a remain you should try  to disable this
tree  or move it down in the search order so that your system can find
newer files in the main tree.


--
Ulrike Fischer


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

Re: I can't find file `pgflibrarytikzpositioning.code.tex'

by Wilfred van Rooijen :: Rate this Message:

| View Threaded | Show Only this Message

Hi,

Mmmm,

/usr/share/texmf

sounds a bit like an old tetex installation. I assume it's a linux computer (or unix-like), and either the OS came with an older tetex distribution in it (I think Red Hat enterprise still ships with tetex), or tetex was installed in the past and never updated.

My texlive installation resides in

/usr/local/texlive/2007/

(I'll have to install the new version soon). Depending on whether or not you have root access to this computer, my solution would be:

1. Remove everything that sounds even remotely tex related, i.e. everything under /usr/share/texmf etc (note: if you have customized software somewhere in the existing texmf-trees, make sure to have a backup)

2. Remove everything that sounds texlive related (note: also clean out files in the home directories of the users, under

/home/$user/.texlive

3. Install texlive 2008 from the CD or DVD

4. Enjoy.

Wilfred

PS Gezien je naam en emailadres neem ik aan dat je Nederlands spreekt, dus ik wil je van harte uitnodigen om indien gewenst lid te worden van de Nederlandse latex mailinglist (om er eens een goede Nederlandsche term tegenaan te gooijen), een service van de Nederlandse Tex Gebruikersgroep (NTG). We zijn te bereiken via www.ntg.nl. De NL latex lijst is een algemene lijst, niet alleen voor PGF etc, dus als je ooijt iets te vragen hebt ben je van harte welkom.


--- On Sun, 11/23/08, Jan de Ruijter <janderuijter@...> wrote:

> From: Jan de Ruijter <janderuijter@...>
> Subject: Re: [Pgf-users] I can't find file `pgflibrarytikzpositioning.code.tex'
> To: pgf-users@...
> Date: Sunday, November 23, 2008, 9:44 AM
> Ulrike Fischer wrote:
> >
> > It would be have been *much* better if you had made a
> small example.
> > What is the sense of sending a lengthy document when
> LaTeX already
> > complains while reading the preamble?
> >  
>
> > \listfiles
> > \documentclass[]{article}
> > \usepackage{tikz}
> > %\usetikzlibrary{positioning}
> > \begin{document}
> > a
> > \end{document}
> >
> >
> >  
> >> I have copied the output LaTeX gives me.
> >> THIS IS THE LATEX -COMPILER OUTPUT:
> >>    
> >
> > Here the more longer log file would be much better
> than the terminal
> > output as the log file also records the versions of
> the files.
> >  
>
>
> I am really sorry, I thought I was doing something
> helpfull. I fear I am
> still a little ignorant in these matters.
> I compiled your file and it worked!
> the log-file gives me:
>
> tikz.sty    2006/10/17 v1.10 (rcs-revision 1.68)
>  pgf.sty    2006/10/11 v1.10 (rcs-revision 1.7)
>
> This means, I suppose, that I, indeed, have a very old
> version.
> How do you install the newer version of pgf/tikz?
> In the manual of pgf are no instructions for it.
>
>
> best regards,
> Jan
>
> p.s:
> For completeness, here is the (longer) log-file (the
> example I couldn't
> compile):
>
> This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
> (format=latex
> 2008.6.6)  23 NOV 2008 15:15
> entering extended mode
>  %&-line parsing enabled.
> **actor-transaction-diagram.tex
> (./actor-transaction-diagram.tex
> LaTeX2e <2005/12/01>
> Babel <v3.8h> and hyphenation patterns for english,
> usenglishmax,
> dumylang, noh
> yphenation, arabic, basque, bulgarian, coptic, welsh,
> czech, slovak,
> german, ng
> erman, danish, esperanto, spanish, catalan, galician,
> estonian, farsi,
> finnish,
>  french, greek, monogreek, ancientgreek, croatian,
> hungarian,
> interlingua, ibyc
> us, indonesian, icelandic, italian, latin, mongolian,
> dutch, norsk,
> polish, por
> tuguese, pinyin, romanian, russian, slovenian,
> uppersorbian, serbian,
> swedish,
> turkish, ukenglish, ukrainian, loaded.
> (/usr/share/texmf/tex/latex/base/article.cls
> Document Class: article 2005/09/16 v1.4f Standard LaTeX
> document class
> (/usr/share/texmf/tex/latex/base/size10.clo
> File: size10.clo 2005/09/16 v1.4f Standard LaTeX file (size
> option)
> )
> \c@part=\count79
> \c@section=\count80
> \c@subsection=\count81
> \c@subsubsection=\count82
> \c@paragraph=\count83
> \c@subparagraph=\count84
> \c@figure=\count85
> \c@table=\count86
> \abovecaptionskip=\skip41
> \belowcaptionskip=\skip42
> \bibindent=\dimen102
> )
> (/usr/share/texmf/tex/latex/tools/verbatim.sty
> Package: verbatim 2003/08/22 v1.5q LaTeX2e package for
> verbatim enhancements
> \every@verbatim=\toks14
> \verbatim@line=\toks15
> \verbatim@in@stream=\read1
> )
> (/usr/share/texmf/tex/latex/booktabs/booktabs.sty
> Package: booktabs 2005/03/16 v1.6180 publication quality
> tables
> \heavyrulewidth=\dimen103
> \lightrulewidth=\dimen104
> \cmidrulewidth=\dimen105
> \belowrulesep=\dimen106
> \belowbottomsep=\dimen107
> \aboverulesep=\dimen108
> \abovetopsep=\dimen109
> \cmidrulesep=\dimen110
> \cmidrulekern=\dimen111
> \defaultaddspace=\dimen112
> \@cmidla=\count87
> \@cmidlb=\count88
> \@aboverulesep=\dimen113
> \@belowrulesep=\dimen114
> \@thisruleclass=\count89
> \@lastruleclass=\count90
> \@thisrulewidth=\dimen115
> )
> (/usr/share/texmf/tex/latex/pgf/frontendlayer/tikz.sty
> (/usr/share/texmf/tex/latex/pgf/basiclayer/pgf.sty
> (/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty
> (/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex)
> (/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def)
> (/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex
> Package: pgfrcs 2006/10/26 v1.10 (rcs-revision 1.14)
> ))
> Package: pgf 2006/10/11 v1.10 (rcs-revision 1.7)
>
> (/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty
> (/usr/share/texmf/tex/latex/graphics/graphicx.sty
> Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics
> (DPC,SPQR)
>
> (/usr/share/texmf/tex/latex/graphics/keyval.sty
> Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
> \KV@toks@=\toks16
> )
> (/usr/share/texmf/tex/latex/graphics/graphics.sty
> Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics
> (DPC,SPQR)
>
> (/usr/share/texmf/tex/latex/graphics/trig.sty
> Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
> )
> (/usr/share/texmf/tex/latex/config/graphics.cfg
> File: graphics.cfg 2007/01/18 v1.5 graphics configuration
> of teTeX/TeXLive
> )
> Package graphics Info: Driver file: dvips.def on input line
> 90.
>
> (/usr/share/texmf/tex/latex/graphics/dvips.def
> File: dvips.def 1999/02/16 v3.0i Driver-dependant file
> (DPC,SPQR)
> ))
> \Gin@req@height=\dimen116
> \Gin@req@width=\dimen117
> )
> (/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty
> (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
> Package: pgfsys 2006/10/16 v1.10 (rcs-revision 1.19)
> \pgf@x=\dimen118
> \pgf@y=\dimen119
> \pgf@xa=\dimen120
> \pgf@ya=\dimen121
> \pgf@xb=\dimen122
> \pgf@yb=\dimen123
> \pgf@xc=\dimen124
> \pgf@yc=\dimen125
>
> (/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg
> File: pgf.cfg 2006/10/11  (rcs-revision 1.2)
> )
> Package pgfsys Info: Driver file for pgf: pgfsys-dvips.def
> on input line
> 845.
>
> (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-dvips.def
> File: pgfsys-dvips.def 2006/10/26  (rcs-revision 1.15)
>
> (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def
> File: pgfsys-common-postscript.def 2006/10/16
> (rcs-revision 1.15)
> \pgf@objectcount=\count91
> )))
> (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
> File: pgfsyssoftpath.code.tex 2006/10/16  (rcs-revision
> 1.4)
> )
> (/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
> File: pgfsysprotocol.code.tex 2006/10/16  (rcs-revision
> 1.4)
> ))
> (/usr/share/texmf/tex/latex/xcolor/xcolor.sty
> Package: xcolor 2007/01/21 v2.11 LaTeX color extensions
> (UK)
>
> (/usr/share/texmf/tex/latex/config/color.cfg
> File: color.cfg 2007/01/18 v1.5 color configuration of
> teTeX/TeXLive
> )
> Package xcolor Info: Driver file: dvips.def on input line
> 225.
> Package xcolor Info: Model `cmy' substituted by
> `cmy0' on input line 1337.
> Package xcolor Info: Model `RGB' extended on input line
> 1353.
> Package xcolor Info: Model `HTML' substituted by
> `rgb' on input line 1355.
> Package xcolor Info: Model `Hsb' substituted by
> `hsb' on input line 1356.
> Package xcolor Info: Model `tHsb' substituted by
> `hsb' on input line 1357.
> Package xcolor Info: Model `HSB' substituted by
> `hsb' on input line 1358.
> Package xcolor Info: Model `Gray' substituted by
> `gray' on input line 1359.
> Package xcolor Info: Model `wave' substituted by
> `hsb' on input line 1360.
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex
> Package: pgfcore 2006/10/11 v1.10 (rcs-revision 1.4)
>
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoremath.code.tex
> File: pgfcoremath.code.tex 2006/10/15  (rcs-revision 1.3)
> \c@pgf@counta=\count92
> \c@pgf@countb=\count93
> \c@pgf@countc=\count94
> \c@pgf@countd=\count95
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
> File: pgfcorepoints.code.tex 2006/10/16  (rcs-revision 1.7)
> \pgf@picminx=\dimen126
> \pgf@picmaxx=\dimen127
> \pgf@picminy=\dimen128
> \pgf@picmaxy=\dimen129
> \pgf@pathminx=\dimen130
> \pgf@pathmaxx=\dimen131
> \pgf@pathminy=\dimen132
> \pgf@pathmaxy=\dimen133
> \pgf@tempdim=\dimen134
> \c@pgf@tempcount=\count96
> \pgf@xx=\dimen135
> \pgf@xy=\dimen136
> \pgf@yx=\dimen137
> \pgf@yy=\dimen138
> \pgf@zx=\dimen139
> \pgf@zy=\dimen140
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
> File: pgfcorepathconstruct.code.tex 2006/10/16
> (rcs-revision 1.6)
> \pgf@path@lastx=\dimen141
> \pgf@path@lasty=\dimen142
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
> File: pgfcorepathusage.code.tex 2006/10/16  (rcs-revision
> 1.7)
> \pgf@shorten@end@additional=\dimen143
> \pgf@shorten@start@additional=\dimen144
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
> File: pgfcorescopes.code.tex 2006/10/23  (rcs-revision
> 1.20)
> \pgfpic=\box26
> \pgf@hbox=\box27
> \pgf@layerbox@main=\box28
> \pgf@picture@serial@count=\count97
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
> File: pgfcoregraphicstate.code.tex 2006/10/16
> (rcs-revision 1.6)
> \pgflinewidth=\dimen145
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
> File: pgfcoretransformations.code.tex 2006/10/11
> (rcs-revision 1.4)
> \pgf@pt@x=\dimen146
> \pgf@pt@y=\dimen147
> \pgf@pt@temp=\dimen148
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
> File: pgfcorequick.code.tex 2006/10/11  (rcs-revision 1.2)
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
> File: pgfcoreobjects.code.tex 2006/10/11  (rcs-revision
> 1.2)
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
> File: pgfcorepathprocessing.code.tex 2006/10/16
> (rcs-revision 1.5)
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
> File: pgfcorearrows.code.tex 2006/10/16  (rcs-revision 1.6)
> )
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
> File: pgfcoreshade.code.tex 2006/10/16  (rcs-revision 1.7)
> \pgf@max=\dimen149
> \pgf@sys@shading@range@num=\count98
> )))
> (/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseshapes.sty
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaseshapes.code.tex
> Package: pgfbaseshapes 2006/10/16 v1.10 (rcs-revision 1.16)
> \pgfnodeparttextbox=\box29
> ))
> (/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseplot.sty
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaseplot.code.tex
> Package: pgfbaseplot 2006/10/16 v1.10 (rcs-revision 1.5)
> \pgf@plotwrite=\write3
> ))
> (/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseimage.sty
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaseimage.code.tex
> Package: pgfbaseimage 2006/10/16 v1.10 (rcs-revision 1.5)
> ))
> (/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaselayers.sty
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbaselayers.code.tex
> Package: pgfbaselayers 2006/10/16 v1.10 (rcs-revision 1.5)
> ))
> (/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbasesnakes.sty
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbasesnakes.code.tex
> Package: pgfbasesnakes 2006/10/16 v1.10 (rcs-revision 1.10)
> \pgfsnakeremainingdistance=\dimen150
> \pgfsnakecompleteddistance=\dimen151
> ))
> (/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbasepatterns.sty
> (/usr/share/texmf/tex/generic/pgf/basiclayer/pgfbasepatterns.code.tex
> Package: pgfbasepatterns 2006/10/16 v1.10 (rcs-revision
> 1.9)
> ))
> (/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
> Package: pgfcomp-version-0-65 2006/10/11 v1.10
> (rcs-revision 1.4)
> \pgf@nodesepstart=\dimen152
> \pgf@nodesepend=\dimen153
> ))
> (/usr/share/texmf/tex/latex/tools/calc.sty
> Package: calc 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
> \calc@Acount=\count99
> \calc@Bcount=\count100
> \calc@Adimen=\dimen154
> \calc@Bdimen=\dimen155
> \calc@Askip=\skip43
> \calc@Bskip=\skip44
> LaTeX Info: Redefining \setlength on input line 75.
> LaTeX Info: Redefining \addtolength on input line 76.
> \calc@Ccount=\count101
> \calc@Cskip=\skip45
> )
> (/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty
> (/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex
> Package: pgffor 2006/10/16 v1.10 (rcs-revision 1.5)
> \pgffor@iter=\dimen156
> \pgffor@skip=\dimen157
> ))
> (/usr/share/texmf/tex/latex/xkeyval/xkeyval.sty
> Package: xkeyval 2006/11/18 v2.5f package option processing
> (HA)
>
> (/usr/share/texmf/tex/latex/xkeyval/xkeyval.tex
> \XKV@toks=\toks17
> \XKV@depth=\count102
> File: xkeyval.tex 2006/11/18 v2.5f key=value parser (HA)
> ))
> (/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz.code.tex
> Package: tikz 2006/10/17 v1.10 (rcs-revision 1.68)
>
> (/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
> File: pgflibraryplothandlers.code.tex 2006/10/16 v1.10
> (rcs-revision 1.8)
> \pgf@plot@mark@count=\count103
> \pgfplotmarksize=\dimen158
> )
> \tikz@lastx=\dimen159
> \tikz@lasty=\dimen160
> \tikz@lastxsaved=\dimen161
> \tikz@lastysaved=\dimen162
> \tikzleveldistance=\dimen163
> \tikzsiblingdistance=\dimen164
> \tikz@figbox=\box30
> \tikz@tempbox=\box31
> \tikztreelevel=\count104
> \tikznumberofchildren=\count105
> \tikznumberofcurrentchild=\count106
> \tikz@fig@count=\count107
> \tikz@expandcount=\count108
>
> (/usr/share/texmf/tex/generic/pgf/libraries/pgflibrarytikztopaths.code.tex
> File: pgflibrarytikztopaths.code.tex 2006/10/16 v1.10
> (rcs-revision 1.5)
> )))
> (/usr/share/texmf/tex/generic/pgf/libraries/pgflibrarytikzarrows.code.tex
> File: pgflibrarytikzarrows.code.tex 2006/10/11 v1.10
> (rcs-revision 1.2)
>
> (/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryarrows.code.tex
> File: pgflibraryarrows.code.tex 2006/10/11 v1.10
> (rcs-revision 1.5)
> ))
> ! I can't find file
> `pgflibrarytikzpositioning.code.tex'.
> <argument> ...t pgflibrarytikz\pgf@temp .code.tex
>                                                  
> \catcode `\@ =\csname
> tikz...
> l.27 ...ibrary{arrows,positioning,fit,shapes,calc}
>                                                  
> Please type another input file name:
>
>
>
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> pgf-users mailing list
> pgf-users@...
> https://lists.sourceforge.net/lists/listinfo/pgf-users


     

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users