Hi,
I have the following CircuiTikZ code:
==
\begin{circuitikz}[scale=1.2]\draw
(0,0) to[short, -] (4,0)
(4,0) to[L=$L$] (4,2)
(4,2) to[R=$R$] (4,4)
(4,4) to[short, -] (2,4)
(2,4) to[R=$R$, -o] (2,3)
(2,1.5) to[dashed, short, -] (4,1.5)
(2,3) to[cspst=$S$, -o](2,0)
(0,0) to[V=$E(t)$] (0,4)
(0,4) to[C=$C$] (2,4);
\end{circuitikz}
==
I would like the segment from (2,1.5) to (4,1.5) to be
dashed. However, specifying `dashed' as a parameter of `to' dashes the
whole circuit. How can I do?
Thanks.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
Walk softly, carry a big stick.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkvbAc4ACgkQM0LLzLt8Mhx6TACfQDswqxvl4SRBFqxd5GAWkgc7
odwAn3HAS7Q32L+wIEVMXI2oNj6lTrcS
=3VZW
-----END PGP SIGNATURE-----
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> I have the following CircuiTikZ code:
>
> ==
> \begin{circuitikz}[scale=1.2]\draw
> (0,0) to[short, -] (4,0)
> (4,0) to[L=$L$] (4,2)
> (4,2) to[R=$R$] (4,4)
> (4,4) to[short, -] (2,4)
> (2,4) to[R=$R$, -o] (2,3)
> (2,1.5) to[dashed, short, -] (4,1.5)
> (2,3) to[cspst=$S$, -o](2,0)
> (0,0) to[V=$E(t)$] (0,4)
> (0,4) to[C=$C$] (2,4);
> \end{circuitikz}
> ==
>
> I would like the segment from (2,1.5) to (4,1.5) to be
> dashed. However, specifying `dashed' as a parameter of `to' dashes the
> whole circuit. How can I do?
Posting a complete compilable example would be better...
The [dashed] parameter applies to the \draw command, so since you only
have one, all lines will be dashed.
Split the diagram into three \draw commands:
\documentclass{minimal}
\usepackage{circuitikz}
\begin{document}
\begin{circuitikz}[scale=1.2]\draw
(0,0) to[short, -o] (4,0)
(4,0) to[L=$L$] (4,2)
(4,2) to[R=$R$] (4,4)
(4,4) to[short, -o] (2,4)
(2,4) to[R=$R$, -o] (2,3);
\draw (2,1.5) to[dashed, short, -o] (4,1.5);
\draw (2,3) to[cspst=$S$, -o](2,0)
(0,0) to[V=$E(t)$] (0,4)
(0,4) to[C=$C$] (2,4);
\end{circuitikz}
\end{document}
I also fixed a few stray '-' which caused your example not to compile
(another reason for posting compilable examples: they save you from
posting minor typos.)
Alan
Alan Munn <am...@msu.edu> writes:
Thanks. This is nice. Meanwhile, the package's author answered by
e-mail, but your solution is okay too.
> I also fixed a few stray '-' which caused your example not to compile
> (another reason for posting compilable examples: they save you from
> posting minor typos.)
Eh, my code compiles here. I would not have dared posting a code snippet
if it had had any chances not to compile! I always test them before
sending. Which version of circuitikz do you have?
Thanks.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
When I was born, I was so surprised I didn't talk for a year and a
half. (Gracie Allen)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkvbF44ACgkQM0LLzLt8MhxP0ACgoDpFTKSiUImnwkL/DY5Ehefu
us4An3uB9GJYruBKgeHGueF6sXdMMLOG
=Ckse
-----END PGP SIGNATURE-----
> Thanks. This is nice. Meanwhile, the package's author answered by
> e-mail, but your solution is okay too.
>
> > I also fixed a few stray '-' which caused your example not to compile
> > (another reason for posting compilable examples: they save you from
> > posting minor typos.)
> Eh, my code compiles here. I would not have dared posting a code snippet
> if it had had any chances not to compile! I always test them before
> sending. Which version of circuitikz do you have?
minimal.cls 2001/05/25 Standard LaTeX minimal class
circuitikz.sty 2009/11/18 The CircuiTikz circuit drawing package
version 0.2
.3
tikz.sty 2008/02/13 v2.00 (rcs-revision 1.27)
pgf.sty 2008/01/15 v2.00 (rcs-revision 1.12)
pgfrcs.sty 2008/02/20 v2.00 (rcs-revision 1.21)
pgfrcs.code.tex
pgfcore.sty 2008/01/15 v2.00 (rcs-revision 1.6)
graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
graphics.sty 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
trig.sty 1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg 2009/08/28 v1.8 graphics configuration of TeX Live
pdftex.def 2010/02/14 v0.04n Graphics/color for pdfTeX
pgfsys.sty 2008/02/07 v2.00 (rcs-revision 1.31)
pgfsys.code.tex
pgfsyssoftpath.code.tex 2008/01/23 (rcs-revision 1.6)
pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
xcolor.sty 2007/01/21 v2.11 LaTeX color extensions (UK)
color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
pgfcore.code.tex
pgfcomp-version-0-65.sty 2007/07/03 v2.00 (rcs-revision 1.7)
pgfcomp-version-1-18.sty 2007/07/23 v2.00 (rcs-revision 1.1)
pgffor.sty 2007/11/07 v2.00 (rcs-revision 1.8)
pgffor.code.tex
tikz.code.tex
supp-pdf.mkii
Up to date, as far as I know.
The code that breaks is the bare hyphen (-) in the part of the command
e.g. (0,0) to[short, -] (4,0) and there's nothing in the documentation
that would lead one to believe that this is an admissible node
specification.
Alan
Alan Munn <am...@msu.edu> writes:
I don't remember the command to get this output. I can give it if
necessary, if someone gives me the command.
> The code that breaks is the bare hyphen (-) in the part of the command
> e.g. (0,0) to[short, -] (4,0) and there's nothing in the documentation
> that would lead one to believe that this is an admissible node
> specification.
You say that it breaks, but does it gives errors at compilation? Here,
this code works perfectly, even if it does not respect the manual, as
you explained.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
Working hard or hardly working?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkvbLDAACgkQM0LLzLt8MhxitACfcjQXIyP3r+SOCsNOxTWoz3Dn
2oAAn0yl+yDlKgG4PALC2fVZTD+zZK8D
=aIuX
-----END PGP SIGNATURE-----
The command is \listfiles
>
> > The code that breaks is the bare hyphen (-) in the part of the command
> > e.g. (0,0) to[short, -] (4,0) and there's nothing in the documentation
> > that would lead one to believe that this is an admissible node
> > specification.
> You say that it breaks, but does it gives errors at compilation? Here,
> this code works perfectly, even if it does not respect the manual, as
> you explained.
Yes, it gives the following error:
! Package pgfkeys Error: I do not know the key '/tikz/circuitikz/-' and
I am go
ing to ignore it. Perhaps you misspelled it.
See the pgfkeys package documentation for explanation.
Type H <return> for immediate help.
...
l.10 (0,0) to[short, -] (4,0)
But if you allow the compilation to continue, it will still produce an
output. Perhaps your system is set up to run in nonstop mode; if you
check the actual log file, you may find the same error. (So it only
appears to run perfectly.)
Alan
Alan Munn <am...@msu.edu> writes:
Thanks. I am using 2009/04/17 of CircuiTikZ, actually. Somewhat old.
>>
>> > The code that breaks is the bare hyphen (-) in the part of the command
>> > e.g. (0,0) to[short, -] (4,0) and there's nothing in the documentation
>> > that would lead one to believe that this is an admissible node
>> > specification.
>> You say that it breaks, but does it gives errors at compilation? Here,
>> this code works perfectly, even if it does not respect the manual, as
>> you explained.
>
> Yes, it gives the following error:
>
> ! Package pgfkeys Error: I do not know the key '/tikz/circuitikz/-' and
> I am go
> ing to ignore it. Perhaps you misspelled it.
>
> See the pgfkeys package documentation for explanation.
> Type H <return> for immediate help.
> ...
>
> l.10 (0,0) to[short, -] (4,0)
>
> But if you allow the compilation to continue, it will still produce an
> output. Perhaps your system is set up to run in nonstop mode; if you
> check the actual log file, you may find the same error. (So it only
> appears to run perfectly.)
I am not in nonstop mode.
Here is the entire log file of a test file with minimal documentclass,
and only CircuiTikZ code:
==
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=latex 2010.3.6) 30 APR 2010 23:15
entering extended mode
%&-line parsing enabled.
**test.tex
(./test.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, farsi, croatian, ukrainian, russian, bulgarian, czech, slov
ak, danish, dutch, finnish, basque, french, german, ngerman, ibycus, greek, mon
ogreek, ancientgreek, hungarian, italian, latin, mongolian, norsk, icelandic, i
nterlingua, turkish, coptic, romanian, welsh, serbian, slovenian, estonian, esp
eranto, uppersorbian, indonesian, polish, portuguese, spanish, catalan, galicia
n, swedish, ukenglish, pinyin, loaded.
(/usr/share/texmf-texlive/tex/latex/base/minimal.cls
Document Class: minimal 2001/05/25 Standard LaTeX minimal class
) (./circuitikz.sty
Package: circuitikz 2009/04/17 The CircuiTikz circuit drawing package version 0
.2
(/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
\pgfutil@everybye=\toks14
)
(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def)
(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2008/02/20 v2.00 (rcs-revision 1.21)
))
Package: pgf 2008/01/15 v2.00 (rcs-revision 1.12)
(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks15
)
(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/etc/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-texlive/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
\Gin@req@height=\dimen102
\Gin@req@width=\dimen103
)
(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
Package: pgfsys 2008/02/07 v2.00 (rcs-revision 1.31)
(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks16
\pgfkeys@temptoks=\toks17
)
\pgf@x=\dimen104
\pgf@y=\dimen105
\pgf@xa=\dimen106
\pgf@ya=\dimen107
\pgf@xb=\dimen108
\pgf@yb=\dimen109
\pgf@xc=\dimen110
\pgf@yc=\dimen111
\c@pgf@counta=\count79
\c@pgf@countb=\count80
\c@pgf@countc=\count81
\c@pgf@countd=\count82
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg
File: pgf.cfg 2008/01/13 (rcs-revision 1.6)
)
Package pgfsys Info: Driver file for pgf: pgfsys-dvips.def on input line 885.
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-dvips.def
File: pgfsys-dvips.def 2007/12/12 (rcs-revision 1.19)
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def
File: pgfsys-common-postscript.def 2008/02/07 (rcs-revision 1.18)
\pgf@objectcount=\count83
)))
(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
File: pgfsyssoftpath.code.tex 2008/01/23 (rcs-revision 1.6)
\pgfsyssoftpath@smallbuffer@items=\count84
\pgfsyssoftpath@bigbuffer@items=\count85
)
(/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)
(/etc/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 2008/01/15 v2.00 (rcs-revision 1.6)
(/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex
(/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex
\pgfmath@box=\box26
)
(/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex
\pgfmath@stack=\toks18
\c@pgfmath@parsecounta=\count86
\c@pgfmath@parsecountb=\count87
\c@pgfmath@parsecountc=\count88
\pgfmath@parsex=\dimen112
)
(/usr/share/texmf/tex/generic/pgf/math/pgfmathoperations.code.tex
(/usr/share/texmf/tex/generic/pgf/math/pgfmathtrig.code.tex)
(/usr/share/texmf/tex/generic/pgf/math/pgfmathrnd.code.tex))
(/usr/share/texmf/tex/generic/pgf/math/pgfmathbase.code.tex)))
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
File: pgfcorepoints.code.tex 2008/02/03 (rcs-revision 1.13)
\pgf@picminx=\dimen113
\pgf@picmaxx=\dimen114
\pgf@picminy=\dimen115
\pgf@picmaxy=\dimen116
\pgf@pathminx=\dimen117
\pgf@pathmaxx=\dimen118
\pgf@pathminy=\dimen119
\pgf@pathmaxy=\dimen120
\pgf@xx=\dimen121
\pgf@xy=\dimen122
\pgf@yx=\dimen123
\pgf@yy=\dimen124
\pgf@zx=\dimen125
\pgf@zy=\dimen126
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
File: pgfcorepathconstruct.code.tex 2008/02/13 (rcs-revision 1.14)
\pgf@path@lastx=\dimen127
\pgf@path@lasty=\dimen128
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
File: pgfcorepathusage.code.tex 2008/01/23 (rcs-revision 1.11)
\pgf@shorten@end@additional=\dimen129
\pgf@shorten@start@additional=\dimen130
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
File: pgfcorescopes.code.tex 2008/01/15 (rcs-revision 1.26)
\pgfpic=\box27
\pgf@hbox=\box28
\pgf@layerbox@main=\box29
\pgf@picture@serial@count=\count89
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
File: pgfcoregraphicstate.code.tex 2007/12/12 (rcs-revision 1.8)
\pgflinewidth=\dimen131
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
File: pgfcoretransformations.code.tex 2008/02/04 (rcs-revision 1.10)
\pgf@pt@x=\dimen132
\pgf@pt@y=\dimen133
\pgf@pt@temp=\dimen134
)
(/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 2008/01/23 (rcs-revision 1.7)
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
File: pgfcorearrows.code.tex 2007/06/07 (rcs-revision 1.8)
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
File: pgfcoreshade.code.tex 2007/12/10 (rcs-revision 1.9)
\pgf@max=\dimen135
\pgf@sys@shading@range@num=\count90
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
File: pgfcoreimage.code.tex 2008/01/15 (rcs-revision 1.1)
\pgfexternal@startupbox=\box30
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
File: pgfcorelayers.code.tex 2008/01/15 (rcs-revision 1.1)
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
)
(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
File: pgfcorepatterns.code.tex 2008/01/15 (rcs-revision 1.1)
)))
(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
File: pgfmoduleshapes.code.tex 2008/02/13 (rcs-revision 1.4)
\pgfnodeparttextbox=\box31
\toks@savedmacro=\toks19
)
(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex
File: pgfmoduleplot.code.tex 2008/01/15 (rcs-revision 1.1)
\pgf@plotwrite=\write3
)
(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
Package: pgfcomp-version-0-65 2007/07/03 v2.00 (rcs-revision 1.7)
\pgf@nodesepstart=\dimen136
\pgf@nodesepend=\dimen137
)
(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
Package: pgfcomp-version-1-18 2007/07/23 v2.00 (rcs-revision 1.1)
))
(/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty
(/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex
Package: pgffor 2007/11/07 v2.00 (rcs-revision 1.8)
\pgffor@iter=\dimen138
\pgffor@skip=\dimen139
))
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
Package: tikz 2008/02/13 v2.00 (rcs-revision 1.27)
(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
File: pgflibraryplothandlers.code.tex 2007/03/09 v2.00 (rcs-revision 1.9)
\pgf@plot@mark@count=\count91
\pgfplotmarksize=\dimen140
)
\tikz@lastx=\dimen141
\tikz@lasty=\dimen142
\tikz@lastxsaved=\dimen143
\tikz@lastysaved=\dimen144
\tikzleveldistance=\dimen145
\tikzsiblingdistance=\dimen146
\tikz@figbox=\box32
\tikz@tempbox=\box33
\tikztreelevel=\count92
\tikznumberofchildren=\count93
\tikznumberofcurrentchild=\count94
\tikz@fig@count=\count95
(/usr/share/texmf/tex/generic/pgf/modules/pgfmodulematrix.code.tex
File: pgfmodulematrix.code.tex 2008/01/15 (rcs-revision 1.1)
\pgfmatrixcurrentrow=\count96
\pgfmatrixcurrentcolumn=\count97
\pgf@matrix@numberofcolumns=\count98
)
\tikz@expandcount=\count99
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopat
hs.code.tex
File: tikzlibrarytopaths.code.tex 2008/01/09 v2.00 (rcs-revision 1.1)
))) (./xstring.sty (./xstring.tex
\@xs@message=\write4
\integerpart=\count100
\decimalpart=\count101
)
Package: xstring 2009/03/13 v1.5b String manipulations (C Tellechea)
)
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.
code.tex
File: tikzlibrarycalc.code.tex 2008/02/04 v2.00 (rcs-revision 1.5)
)
(/usr/share/texmf/tex/generic/pgf/libraries/pgflibrarydecorations.pathmorphing.
code.tex
(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
\pgfdecoratedcompleteddistance=\dimen147
\pgfdecoratedremainingdistance=\dimen148
\pgfdecoratedinputsegmentcompleteddistance=\dimen149
\pgfdecoratedinputsegmentremainingdistance=\dimen150
\pgf@decorate@distancetomove=\dimen151
\pgf@decorate@repeatstate=\count102
\pgfdecorationsegmentamplitude=\dimen152
\pgfdecorationsegmentlength=\dimen153
))
\pgf@circ@Rlen=\dimen154
(./pgfcircutils.sty) (./pgfcircmath.sty) (./pgfcircshapes.sty)
(./pgfcircmonopoles.sty) (./pgfcircbipoles.sty) (./pgfcirctripoles.sty)
(./pgfcircquadpoles.sty) (./pgfcirclabel.sty) (./pgfcircvoltage.sty)
(./pgfcirccurrent.sty)
\pgf@circ@res@up=\dimen155
\pgf@circ@res@down=\dimen156
\pgf@circ@res@zero=\dimen157
\pgf@circ@res@left=\dimen158
\pgf@circ@res@right=\dimen159
\pgf@circ@res@other=\dimen160
\pgf@circ@res@step=\dimen161
\pgfstartlinewidth=\dimen162
)
No file test.aux.
\openout1 = `test.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
Missing character: There is no 0 in font nullfont!
Missing character: There is no . in font nullfont!
Missing character: There is no 5 in font nullfont!
Missing character: There is no = in font nullfont!
Missing character: There is no . in font nullfont!
Missing character: There is no 6 in font nullfont!
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <7> on input line 7.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <5> on input line 7.
[1] (./test.aux) )
Here is how much of TeX's memory you used:
9273 strings out of 94075
190791 string characters out of 1165177
278976 words of memory out of 1500000
12421 multiletter control sequences out of 10000+50000
3640 words of font info for 14 fonts, out of 1200000 for 2000
645 hyphenation exceptions out of 8191
54i,5n,55p,376b,735s stack positions out of 5000i,500n,6000p,200000b,5000s
Output written on test.dvi (1 page, 16348 bytes).
==
No error!
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
You can't kill two birds with one stone.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkvbSS0ACgkQM0LLzLt8MhxZvACgqZDBkBVcBWBwnW1VQB1FwuZN
+v4AnA3O62onHRfX6tnJdjEsYrK8ewpz
=junl
-----END PGP SIGNATURE-----
>Missing character: There is no 0 in font nullfont!
>Missing character: There is no . in font nullfont!
>Missing character: There is no 5 in font nullfont!
>Missing character: There is no = in font nullfont!
>Missing character: There is no . in font nullfont!
>Missing character: There is no 6 in font nullfont!
Has this still not been fixed in pgf? It is rather
harmless, but makes one think an error has occured.
I investigated it years ago (thinking there was an error
of course) and I seem to recall that it happens because
some calculations that produce reals are performed by
calling macros which have the side effect of assigning
the result to an integer register. This gobbles the
integer part, but leaves the "." and the fractional
part to be printed. These are not actually printed
because pgf switches to \nullfont.
I must have neglected to report this, as I have never
actually used pgf. Also, it is generally harmless,
except for the effect of frightening newbies.
Dan
To reply by email, change LookInSig to luecking