[pstricks] PSTricks Digest, Vol 214, Issue 3

John Was johnoxuk at gmail.com
Tue Feb 9 12:27:48 CET 2021


Sorry I didn't include the log info.

As an experiment I put this small bit of borrowed code at the end of a file
which otherwise compiles OK:

\input pst-text

\newrgbcolor{red!40}{0.4 0 0}% internally defined with xcolor

\newrgbcolor{blue!40}{0 0 0.2}

\pspicture(10,10)

\psCircleText[fillcolor=blue!40, linecolor=red!40,

     fontsize=7mm,font=Helvetica](5,5){Al1 is Fun within the World}%

\endpspicture

\pscircle[linecolor=red](5,5){4cm}%

\pscircle[linecolor=blue](5,5){2cm}

And the log file yields:

[44] (c:/texlive/2013/texmf-dist/tex/generic/pst-text/pst-text.tex
 v1.00, 2006/11/05(tvz,hv))
! Undefined control sequence.
<recently read> \psCircleText

l.192 \psCircleText
                   [fillcolor=blue!40, linecolor=red!40,
?
! Emergency stop.
<recently read> \psCircleText

l.192 \psCircleText
                   [fillcolor=blue!40, linecolor=red!40,
End of file on the terminal!

Output written on v2text.pdf (44 pages).

(The two pscircles at the end output correctly if I comment out the rest of
the code.)

Best wishes

John



<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Tue, 9 Feb 2021 at 11:00, <pstricks-request at tug.org> wrote:

> Send PSTricks mailing list submissions to
>         pstricks at tug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://tug.org/mailman/listinfo/pstricks
> or, via email, send a message with subject or body 'help' to
>         pstricks-request at tug.org
>
> You can reach the person managing the list at
>         pstricks-owner at tug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PSTricks digest..."
> Today's Topics:
>
>    1. Re: PSTricks Digest, Vol 214, Issue 2 (John Was)
>    2. Re: PSTricks Digest, Vol 214, Issue 2 (Herbert Voss)
>
>
>
> ---------- Forwarded message ----------
> From: John Was <johnoxuk at gmail.com>
> To: pstricks at tug.org
> Cc:
> Bcc:
> Date: Mon, 8 Feb 2021 11:08:14 +0000
> Subject: Re: [pstricks] PSTricks Digest, Vol 214, Issue 2
> Thanks Herbert.  XeTeX still halts with 'Undefined control sequence' at
>
> \psCircleText
>
> I guess this means that I'll have to try something else!
>
> Best wishes
>
> John
>
>
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free.
> www.avg.com
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> <#m_5449211687124478222_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> On Mon, 8 Feb 2021 at 11:00, <pstricks-request at tug.org> wrote:
>
>> Send PSTricks mailing list submissions to
>>         pstricks at tug.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         https://tug.org/mailman/listinfo/pstricks
>> or, via email, send a message with subject or body 'help' to
>>         pstricks-request at tug.org
>>
>> You can reach the person managing the list at
>>         pstricks-owner at tug.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of PSTricks digest..."
>> Today's Topics:
>>
>>    1. pst-text package in plain XeTeX (John Was)
>>    2. Re: Simple example will not show figures... (Lu?s Sequeira)
>>    3. Re: pst-text package in plain XeTeX (Herbert Voss)
>>
>>
>>
>> ---------- Forwarded message ----------
>> From: John Was <johnoxuk at gmail.com>
>> To: pstricks at tug.org
>> Cc:
>> Bcc:
>> Date: Sun, 7 Feb 2021 11:51:10 +0000
>> Subject: [pstricks] pst-text package in plain XeTeX
>> In plain XeTeX I don't seem able to achieve outline text (as in the
>> pst-text package).
>>
>> \input pst-text doesn't itself cause any error, but when I attempt to use
>> it (e.g. copying some code from the pst-text manual) I get an error
>> message.  Thus:
>>
>> \psCircleText[fil1co1or=blue!40,fontsize=lcm,font=He1vetica]{5,5){Al1 is
>> Fun within the World}%
>>
>> yields 'Undefined control sequence' (for \psCircleText).  (I don't know
>> if any of the following options would also be problematic, since this is as
>> far as I get.)
>>
>> Is this a limitation of plain XeTeX as against XeLaTeX, or am I doing
>> something wrong?
>>
>> Any other suggestions as to how to achieve outline text would be
>> appreciated if this isn't going to work!
>>
>>
>> Best
>>
>> John Waś
>>
>>
>>
>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free.
>> www.avg.com
>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>> <#m_5449211687124478222_m_2068760125805889490_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>>
>>
>> ---------- Forwarded message ----------
>> From: "Luís Sequeira" <lfsequeira at fc.ul.pt>
>> To: <pstricks at tug.org>
>> Cc:
>> Bcc:
>> Date: Sun, 7 Feb 2021 12:29:24 +0000
>> Subject: Re: [pstricks] Simple example will not show figures...
>> Jan, your code also worked fine for me.
>>
>> I think that there may be an issue with the special comments at the top.
>> Seeing the log, as Herbert requested, will clear that up, but at least on
>> my system
>>
>> % !TeX program = xelatex
>>
>> does not in fact cause it to use xelatex, but
>>
>> % !TEX program = xelatex
>>
>>
>> Now if your code was being compiled with pdflatex instead of xelatex that
>> might explain why it is not working. Again: seeing the log will clarify
>> this, once and for all.
>>
>> Luís Sequeira
>> lfsequeira at fc.ul.pt
>>
>>
>>
>>
>>
>>
>>
>>
>> ---------- Forwarded message ----------
>> From: Herbert Voss <Herbert.Voss at fu-berlin.de>
>> To: pstricks at tug.org
>> Cc:
>> Bcc:
>> Date: Sun, 7 Feb 2021 17:17:00 +0100
>> Subject: Re: [pstricks] pst-text package in plain XeTeX
>>
>>
>> Am 07.02.21 um 12:51 schrieb John Was:
>> > In plain XeTeX I don't seem able to achieve outline text (as in the
>> > pst-text package).
>> >
>> > \input pst-text doesn't itself cause any error, but when I attempt to
>> > use it (e.g. copying some code from the pst-text manual) I get an
>> > error message.  Thus:
>> >
>> >
>> \psCircleText[fil1co1or=blue!40,fontsize=lcm,font=He1vetica]{5,5){Al1isFunwithinthe
>>
>> > World}%
>>
>> three errors in such a short snippet of code ...
>>
>> \input{pst-text}
>> \newrgbcolor{red!40}{0.4 0 0}% internally defined with xcolor
>> \newrgbcolor{blue!40}{0 0 0.2}
>>
>> \pspicture(10,10)
>> \psCircleText[fillcolor=blue!40, linecolor=red!40,
>>      fontsize=7mm,font=Helvetica](5,5){Al1 is Fun within the World}%
>> \endpspicture
>>
>> \bye
>>
>>
>> filling doesn't  work with xetex
>>
>> Hebrert
>>
>>
>>
>> >
>> >
>> > yields 'Undefined control sequence' (for \psCircleText). (I don't know
>> > if any of the following options would also be problematic, since this
>> > is as far as I get.)
>> >
>> > Is this a limitation of plain XeTeX as against XeLaTeX, or am I doing
>> > something wrong?
>> >
>> > Any other suggestions as to how to achieve outline text would be
>> > appreciated if this isn't going to work!
>> >
>> >
>> > Best
>> >
>> > John Waś *
>> > *
>> >
>>
>>
>> _______________________________________________
>> PSTricks mailing list
>> PSTricks at tug.org
>> https://tug.org/mailman/listinfo/pstricks
>>
>
>
>
> ---------- Forwarded message ----------
> From: Herbert Voss <Herbert.Voss at fu-berlin.de>
> To: pstricks at tug.org
> Cc:
> Bcc:
> Date: Mon, 8 Feb 2021 12:21:28 +0100
> Subject: Re: [pstricks] PSTricks Digest, Vol 214, Issue 2
>
>
> Am 08.02.21 um 12:08 schrieb John Was:
> > Thanks Herbert.  XeTeX still halts with 'Undefined control sequence' at
> >
> > \psCircleText
> >
> > I guess this means that I'll have to try something else!
>
> I have no crystal ball ... show the logfile
>
> Herbert
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> https://tug.org/mailman/listinfo/pstricks
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/pstricks/attachments/20210209/c65c1962/attachment.html>


More information about the PSTricks mailing list.