[pstricks] pstricks usage in caption environment
na199 at gmx.de
na199 at gmx.de
Wed Jun 7 17:39:59 CEST 2006
I would guess, that you should try
\caption[]{...}.
Then, IMHO, you should be able to use within the caption argument whatever you
want.
If the result is what you desire, is another question. You are trying pstricks
commands out of their environment (begin{pspicture}...\end{pspicture}}
Henning Heinze
Date sent: Wed, 7 Jun 2006 15:27:04 +0200
From: "Goebel, Juergen, OPES26" <juergen.goebel at eads.com>
To: "Graphics with PSTricks" <pstricks at tug.org>
Subject: Re: [pstricks] pstricks usage in caption environment
Send reply to: Graphics with PSTricks <pstricks at tug.org>
<mailto:pstricks-request at tug.org?subject=unsubscribe>
<mailto:pstricks-request at tug.org?subject=subscribe>
ahmet nurlu wrote:
> \caption{polymer segments \protect\psdot[dotsize=10pt]\quad solvent
molecule \protect\psdot[dotsize=10pt,dotstyle=o]
The first point: you missed the closing curled brace.
Second point: you're not allowed to use [] inside \caption (and
other makros) without 'hiding' them. So you might try the
following [not tested]:
\caption{polymer segments {\protect\psdot[dotsize=10pt]}\quad solvent
molecule {\protect\psdot[dotsize=10pt,dotstyle=o]}}
Perhaps the \protect is not necessary anymore.
Regards,
Juergen
More information about the PSTricks
mailing list