[OS X TeX] Multido--"illegal unit of measure" in pstricks
Nitecki, Zbigniew H.
Zbigniew.Nitecki at tufts.edu
Thu Sep 13 12:14:15 CEST 2018
OK, I see the idea. Will try it out. Thanks
Zbigniew Nitecki
Department of Mathematics
Tufts University
Medford, MA 02155
telephones:
Office (617)627-3843
Dept. (617)627-3234
Dept. fax (617)627-3966
http://www.tufts.edu/~znitecki/
On Sep 12, 2018, at 15:43, Michael Sharpe <msharpe at ucsd.edu<mailto:msharpe at ucsd.edu>> wrote:
On Sep 12, 2018, at 12:13 PM, Nitecki, Zbigniew H. <Zbigniew.Nitecki at tufts.edu<mailto:Zbigniew.Nitecki at tufts.edu>> wrote:
In the attached I have created a wiggly (more-or-less vertical) line and am trying to create several copies of it, displaced at regular horizontal intervals.
I use a real counter \rT added to fixed coordinates. The error message says “illegal unit of measure—pt added”. I don’t understand: coordinates are entered into pscurve as real numbers. What am I missing?
You can't do arithmetic with \rT. Instead, make three similar counters where the arithmetic is handled, as illustrated below.
\begin{pspicture}(-4,-4)(4,4) % note {-4 replaced by (-4
\rput(0,0){$\bullet$}
\pscurve(0,-2) (-0.1,-1.5)(0,-1)(0.1,-0.5)(0,-0.2)(0,0)(0,0.2) (0.1,0.5)(0,1)(-0.1,1.5)(0,2)
\multido{\rT=-1.6+0.2,\rTp=-1.5+0.2,\rTm=-1.7+0.2}{33}{ % \rTp(lus), \rTm(inus)
\pscurve(\rT,-2) (\rTm,-1.5)(\rT,-1)(\rTp,-0.5)(\rT,-0.2)(\rT,0)(\rT,0.2) (\rTp,0.5)(\rT,1)(\rTm,1.5)(\rT,2)
}
\end{pspicture}
Michael
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/macostex-archives/attachments/20180913/6876b574/attachment-0001.html>
-------------- next part --------------
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list