jt_04 | 1 Dec 17:20
Picon

Node text not displayed correctly


I'm a new Tikz user and very excited at the possibilities. I've having a
problem with placing text at a node: no matter what node location I specify,
the text always appears at (0,0). Here is a minimum working example:

\documentclass[draft]{article}
\usepackage{tikz}\begin{document}
\begin{tikzpicture}
\draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
\node at (2,2) {test};
\end{tikzpicture}
\end{document}

My output contains the word "test" in the lower left corner, instead of at
coordinates (2,2). Any help is much appreciated!

Judson

http://old.nabble.com/file/p32895325/tikzpic.dvi tikzpic.dvi 
--

-- 
View this message in context: http://old.nabble.com/Node-text-not-displayed-correctly-tp32895325p32895325.html
Sent from the pgf-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
(Continue reading)

John Hendy | 1 Dec 17:32
Picon

Re: Node text not displayed correctly

On Thu, Dec 1, 2011 at 10:20 AM, jt_04 <jt.babcock <at> gmail.com> wrote:
>
> I'm a new Tikz user and very excited at the possibilities. I've having a
> problem with placing text at a node: no matter what node location I specify,
> the text always appears at (0,0). Here is a minimum working example:
>
> \documentclass[draft]{article}
> \usepackage{tikz}\begin{document}
> \begin{tikzpicture}
> \draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
> \node at (2,2) {test};
> \end{tikzpicture}
> \end{document}
>
> My output contains the word "test" in the lower left corner, instead of at
> coordinates (2,2). Any help is much appreciated!
>

I copied and pasted the exact example above into a tex file and get
the attached. Node at 2,2 as expected. Perhaps you can list your
setup?
- TeX distribution
- TikZ version
- OS?

I'm sure others will chime in with troubleshooting questions.

John

> Judson
(Continue reading)

Picon

Re: Node text not displayed correctly

I have no problem with your example. 

Remember that when you draw anything it will cut the image to the minimum size of the drawn pieces in the picture.

So if you comment out the draw statement you will get in the lower left corner.

Please update your distribution or post the specifics so that we can help in a proper way.

Nick
2011/12/1 jt_04 <jt.babcock <at> gmail.com>

I'm a new Tikz user and very excited at the possibilities. I've having a
problem with placing text at a node: no matter what node location I specify,
the text always appears at (0,0). Here is a minimum working example:

\documentclass[draft]{article}
\usepackage{tikz}\begin{document}
\begin{tikzpicture}
\draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
\node at (2,2) {test};
\end{tikzpicture}
\end{document}

My output contains the word "test" in the lower left corner, instead of at
coordinates (2,2). Any help is much appreciated!

Judson

http://old.nabble.com/file/p32895325/tikzpic.dvi tikzpic.dvi
--
View this message in context: http://old.nabble.com/Node-text-not-displayed-correctly-tp32895325p32895325.html
Sent from the pgf-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users
Judson Babcock | 1 Dec 18:35
Picon

Re: Node text not displayed correctly

Thanks for the responses! Yes, I put the grid in just so I could have some space to experiment with placing text and make the example as minimal as possible. In my actual document, a .eps graphic of similar size will replace the grid. 


My details:

OS: Linux Mint 12
Tex distribution: TeX Live version 2009-13
Tikz version: I'm not sure, but in my log file it says :
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76)

another bit of bad behavior is that any shape drawn at the node will be placed correctly, but the node text is still wrong. for example:

\documentclass[draft]{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
\node[draw,circle] at (2,2) {test};
\end{tikzpicture}
\end{document}

produces the attached (circle at 2,2 but "test" at 0,0).

thanks for your help!

Judson

On Thu, Dec 1, 2011 at 11:34 AM, Nick Papior Andersen <nickpapior <at> gmail.com> wrote:
I have no problem with your example. 

Remember that when you draw anything it will cut the image to the minimum size of the drawn pieces in the picture.

So if you comment out the draw statement you will get in the lower left corner.

Please update your distribution or post the specifics so that we can help in a proper way.

Nick
2011/12/1 jt_04 <jt.babcock <at> gmail.com>

I'm a new Tikz user and very excited at the possibilities. I've having a
problem with placing text at a node: no matter what node location I specify,
the text always appears at (0,0). Here is a minimum working example:

\documentclass[draft]{article}
\usepackage{tikz}\begin{document}
\begin{tikzpicture}
\draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
\node at (2,2) {test};
\end{tikzpicture}
\end{document}

My output contains the word "test" in the lower left corner, instead of at
coordinates (2,2). Any help is much appreciated!

Judson

http://old.nabble.com/file/p32895325/tikzpic.dvi tikzpic.dvi
--
View this message in context: http://old.nabble.com/Node-text-not-displayed-correctly-tp32895325p32895325.html
Sent from the pgf-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users


Attachment (tikzpic.dvi): application/x-dvi, 6236 bytes
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users
John Hendy | 1 Dec 18:39
Picon

Re: Node text not displayed correctly

On Thu, Dec 1, 2011 at 11:35 AM, Judson Babcock <jt.babcock <at> gmail.com> wrote:
> Thanks for the responses! Yes, I put the grid in just so I could have some
> space to experiment with placing text and make the example as minimal as
> possible. In my actual document, a .eps graphic of similar size will replace
> the grid.
>
> My details:
>
> OS: Linux Mint 12
> Tex distribution: TeX Live version 2009-13
> Tikz version: I'm not sure, but in my log file it says :
> (/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
> Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76)
>
> another bit of bad behavior is that any shape drawn at the node will be
> placed correctly, but the node text is still wrong. for example:
>
> \documentclass[draft]{article}
> \usepackage{tikz}
> \begin{document}
> \begin{tikzpicture}
> \draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
> \node[draw,circle] at (2,2) {test};
> \end{tikzpicture}
> \end{document}

This has to be on your end somehow. See the attached. Circle and text
both at 2,2. Copied and pasted the exact example. It's almost as if
the node and text are being treated differently if the circle is at
2,2 and the text is at 0,0. I don't see how that's possible with your
text. Is this your distro's most recent TexLive version?

Arch Linux is on Tex Live 2011!

John

>
> produces the attached (circle at 2,2 but "test" at 0,0).
>
> thanks for your help!
>
> Judson
>
> On Thu, Dec 1, 2011 at 11:34 AM, Nick Papior Andersen <nickpapior <at> gmail.com>
> wrote:
>>
>> I have no problem with your example.
>>
>> Remember that when you draw anything it will cut the image to the minimum
>> size of the drawn pieces in the picture.
>>
>> So if you comment out the draw statement you will get in the lower left
>> corner.
>>
>> Please update your distribution or post the specifics so that we can help
>> in a proper way.
>>
>> Nick
>> 2011/12/1 jt_04 <jt.babcock <at> gmail.com>
>>>
>>>
>>> I'm a new Tikz user and very excited at the possibilities. I've having a
>>> problem with placing text at a node: no matter what node location I
>>> specify,
>>> the text always appears at (0,0). Here is a minimum working example:
>>>
>>> \documentclass[draft]{article}
>>> \usepackage{tikz}\begin{document}
>>> \begin{tikzpicture}
>>> \draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
>>> \node at (2,2) {test};
>>> \end{tikzpicture}
>>> \end{document}
>>>
>>> My output contains the word "test" in the lower left corner, instead of
>>> at
>>> coordinates (2,2). Any help is much appreciated!
>>>
>>> Judson
>>>
>>> http://old.nabble.com/file/p32895325/tikzpic.dvi tikzpic.dvi
>>> --
>>> View this message in context:
>>> http://old.nabble.com/Node-text-not-displayed-correctly-tp32895325p32895325.html
>>> Sent from the pgf-users mailing list archive at Nabble.com.
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure
>>> contains a definitive record of customers, application performance,
>>> security threats, fraudulent activity, and more. Splunk takes this
>>> data and makes sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-novd2d
>>> _______________________________________________
>>> pgf-users mailing list
>>> pgf-users <at> lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/pgf-users
>>
>>
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users
Judson Babcock | 1 Dec 21:33
Picon

Re: Node text not displayed correctly

Thanks for your help! The source of the error was that I was viewing the DVI file. When I converted to PS and PDF, both of those showed the label correctly positioned. 


Again, many thanks for helping me to debug this.

Judson

On Thu, Dec 1, 2011 at 12:39 PM, John Hendy <jw.hendy <at> gmail.com> wrote:
On Thu, Dec 1, 2011 at 11:35 AM, Judson Babcock <jt.babcock <at> gmail.com> wrote:
> Thanks for the responses! Yes, I put the grid in just so I could have some
> space to experiment with placing text and make the example as minimal as
> possible. In my actual document, a .eps graphic of similar size will replace
> the grid.
>
> My details:
>
> OS: Linux Mint 12
> Tex distribution: TeX Live version 2009-13
> Tikz version: I'm not sure, but in my log file it says :
> (/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
> Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76)
>
> another bit of bad behavior is that any shape drawn at the node will be
> placed correctly, but the node text is still wrong. for example:
>
> \documentclass[draft]{article}
> \usepackage{tikz}
> \begin{document}
> \begin{tikzpicture}
> \draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
> \node[draw,circle] at (2,2) {test};
> \end{tikzpicture}
> \end{document}

This has to be on your end somehow. See the attached. Circle and text
both at 2,2. Copied and pasted the exact example. It's almost as if
the node and text are being treated differently if the circle is at
2,2 and the text is at 0,0. I don't see how that's possible with your
text. Is this your distro's most recent TexLive version?

Arch Linux is on Tex Live 2011!


John

>
> produces the attached (circle at 2,2 but "test" at 0,0).
>
> thanks for your help!
>
> Judson
>
> On Thu, Dec 1, 2011 at 11:34 AM, Nick Papior Andersen <nickpapior <at> gmail.com>
> wrote:
>>
>> I have no problem with your example.
>>
>> Remember that when you draw anything it will cut the image to the minimum
>> size of the drawn pieces in the picture.
>>
>> So if you comment out the draw statement you will get in the lower left
>> corner.
>>
>> Please update your distribution or post the specifics so that we can help
>> in a proper way.
>>
>> Nick
>> 2011/12/1 jt_04 <jt.babcock <at> gmail.com>
>>>
>>>
>>> I'm a new Tikz user and very excited at the possibilities. I've having a
>>> problem with placing text at a node: no matter what node location I
>>> specify,
>>> the text always appears at (0,0). Here is a minimum working example:
>>>
>>> \documentclass[draft]{article}
>>> \usepackage{tikz}\begin{document}
>>> \begin{tikzpicture}
>>> \draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
>>> \node at (2,2) {test};
>>> \end{tikzpicture}
>>> \end{document}
>>>
>>> My output contains the word "test" in the lower left corner, instead of
>>> at
>>> coordinates (2,2). Any help is much appreciated!
>>>
>>> Judson
>>>
>>> http://old.nabble.com/file/p32895325/tikzpic.dvi tikzpic.dvi
>>> --
>>> View this message in context:
>>> http://old.nabble.com/Node-text-not-displayed-correctly-tp32895325p32895325.html
>>> Sent from the pgf-users mailing list archive at Nabble.com.
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure
>>> contains a definitive record of customers, application performance,
>>> security threats, fraudulent activity, and more. Splunk takes this
>>> data and makes sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-novd2d
>>> _______________________________________________
>>> pgf-users mailing list
>>> pgf-users <at> lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/pgf-users
>>
>>
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users
John Hendy | 1 Dec 21:41
Picon

Re: Node text not displayed correctly

On Thu, Dec 1, 2011 at 2:33 PM, Judson Babcock <jt.babcock <at> gmail.com> wrote:
> Thanks for your help! The source of the error was that I was viewing the DVI
> file. When I converted to PS and PDF, both of those showed the label
> correctly positioned.
>
> Again, many thanks for helping me to debug this.
>

And there was much rejoicing! Glad you figured things out.

John

> Judson
>
> On Thu, Dec 1, 2011 at 12:39 PM, John Hendy <jw.hendy <at> gmail.com> wrote:
>>
>> On Thu, Dec 1, 2011 at 11:35 AM, Judson Babcock <jt.babcock <at> gmail.com>
>> wrote:
>> > Thanks for the responses! Yes, I put the grid in just so I could have
>> > some
>> > space to experiment with placing text and make the example as minimal as
>> > possible. In my actual document, a .eps graphic of similar size will
>> > replace
>> > the grid.
>> >
>> > My details:
>> >
>> > OS: Linux Mint 12
>> > Tex distribution: TeX Live version 2009-13
>> > Tikz version: I'm not sure, but in my log file it says :
>> > (/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
>> > Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76)
>> >
>> > another bit of bad behavior is that any shape drawn at the node will be
>> > placed correctly, but the node text is still wrong. for example:
>> >
>> > \documentclass[draft]{article}
>> > \usepackage{tikz}
>> > \begin{document}
>> > \begin{tikzpicture}
>> > \draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
>> > \node[draw,circle] at (2,2) {test};
>> > \end{tikzpicture}
>> > \end{document}
>>
>> This has to be on your end somehow. See the attached. Circle and text
>> both at 2,2. Copied and pasted the exact example. It's almost as if
>> the node and text are being treated differently if the circle is at
>> 2,2 and the text is at 0,0. I don't see how that's possible with your
>> text. Is this your distro's most recent TexLive version?
>>
>> Arch Linux is on Tex Live 2011!
>>
>>
>> John
>>
>> >
>> > produces the attached (circle at 2,2 but "test" at 0,0).
>> >
>> > thanks for your help!
>> >
>> > Judson
>> >
>> > On Thu, Dec 1, 2011 at 11:34 AM, Nick Papior Andersen
>> > <nickpapior <at> gmail.com>
>> > wrote:
>> >>
>> >> I have no problem with your example.
>> >>
>> >> Remember that when you draw anything it will cut the image to the
>> >> minimum
>> >> size of the drawn pieces in the picture.
>> >>
>> >> So if you comment out the draw statement you will get in the lower left
>> >> corner.
>> >>
>> >> Please update your distribution or post the specifics so that we can
>> >> help
>> >> in a proper way.
>> >>
>> >> Nick
>> >> 2011/12/1 jt_04 <jt.babcock <at> gmail.com>
>> >>>
>> >>>
>> >>> I'm a new Tikz user and very excited at the possibilities. I've having
>> >>> a
>> >>> problem with placing text at a node: no matter what node location I
>> >>> specify,
>> >>> the text always appears at (0,0). Here is a minimum working example:
>> >>>
>> >>> \documentclass[draft]{article}
>> >>> \usepackage{tikz}\begin{document}
>> >>> \begin{tikzpicture}
>> >>> \draw[help lines,step=1cm] (0,0) grid (3cm,3cm);
>> >>> \node at (2,2) {test};
>> >>> \end{tikzpicture}
>> >>> \end{document}
>> >>>
>> >>> My output contains the word "test" in the lower left corner, instead
>> >>> of
>> >>> at
>> >>> coordinates (2,2). Any help is much appreciated!
>> >>>
>> >>> Judson
>> >>>
>> >>> http://old.nabble.com/file/p32895325/tikzpic.dvi tikzpic.dvi
>> >>> --
>> >>> View this message in context:
>> >>>
>> >>> http://old.nabble.com/Node-text-not-displayed-correctly-tp32895325p32895325.html
>> >>> Sent from the pgf-users mailing list archive at Nabble.com.
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> All the data continuously generated in your IT infrastructure
>> >>> contains a definitive record of customers, application performance,
>> >>> security threats, fraudulent activity, and more. Splunk takes this
>> >>> data and makes sense of it. IT sense. And common sense.
>> >>> http://p.sf.net/sfu/splunk-novd2d
>> >>> _______________________________________________
>> >>> pgf-users mailing list
>> >>> pgf-users <at> lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/pgf-users
>> >>
>> >>
>> >
>
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
Bernhard Kleine | 22 Dec 13:17
Picon

Errors using the example from TikZ manual

Hi,

with the following code I encounter errors for unknown reasons. The
tutorial pages are 46-48 where the code is taken from.

As I get only digests from this list, please put myself in CC that I get
any reply faster.

Bernhard

\begin{document}

\maketitle

\begin{tikzpicture}
  [transition/.style={rectangle,draw=black!50,fill=black!05,thick,inner
sep=0pt,minimum size=10mm}]

  \node at (0,9) [transition] (startleft)   {1};
  \node at (1,9) [transition] (startmiddle) {};
  \node at (2,9) [transition] (startright)  {};

  \node at (1,6) [transition] (nextleft)    {1}
    edge [<-] (startmiddle);
  \node at (2,6) [transition] (nextmiddle)  {L};
  \node at (3,6) [transition] (nextright)   {R};

\end{tikzpicture}
\\[5mm]

\begin{tikzpicture}
  [transition/.style={rectangle,draw=black!50,fill=black!05,thick,inner
sep=0pt,minimum size=10mm},
   pre/.style={<-,shorten <=1pt,>=stealth’,semithick}]

  \node at (0,9) [transition] (startleft)   {1};
  \node at (1,9) [transition] (startmiddle) {};
  \node at (2,9) [transition] (startright)  {};

  \node at (1,6) [transition] (nextleft)    {1}
    edge [pre] (startmiddle);
  \node at (2,6) [transition] (nextmiddle)  {L};
  \node at (3,6) [transition] (nextright)   {R};

\end{tikzpicture}

\end{document}
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users
Goebel, Juergen | 22 Dec 13:24

Re: Errors using the example from TikZ manual

Bernhard Kleine [mailto:bernhard.kleine <at> gmx.net] 

wrote:

> Hi,
> 
> with the following code I encounter errors for unknown reasons. The
> tutorial pages are 46-48 where the code is taken from.
> 
> As I get only digests from this list, please put myself in CC 
> that I get
> any reply faster.
> 
> Bernhard
> 

After adding 

\documentclass{scrartcl}
\usepackage{tikz}

and removing \maketitle as well as the typo at stealth' 
the example runs without any complaint. May be you
should tell us something more ...

Jürgen

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
Bernhard Kleine | 22 Dec 14:20
Picon

Re: Errors using the example from TikZ manual

Am Donnerstag, den 22.12.2011, 13:24 +0100 schrieb Goebel, Juergen:
> Bernhard Kleine [mailto:bernhard.kleine <at> gmx.net] 
> 
> wrote:
> 
> > Hi,
> > 
> > with the following code I encounter errors for unknown reasons. The
> > tutorial pages are 46-48 where the code is taken from.
> > 
> > As I get only digests from this list, please put myself in CC 
> > that I get
> > any reply faster.
> > 
> > Bernhard
> > 
> 
> After adding 
> 
> \documentclass{scrartcl}
> \usepackage{tikz}
> 
> and removing \maketitle as well as the typo at stealth' 
> the example runs without any complaint. May be you
> should tell us something more ...
> 
> Jürgen

Sorry, I copied the pre/.style line from the TikZ-Manual (Version 2.10;
page 48). If you know that there is a typo, please let me know. The
maketitle command should not influence anything, hopefully.

Bernhard
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users

Gmane