equation and tikz problem

2009-11-07 Thread Giovanni Bacci

  Hi all! I'm experiencing a strange behaviour. A bug i suppose.
Anyway, i cannot compile the attached simple document.
Removing /usepackage{tikz} from the preamble makes everything goes
fine. It's a bug? Or i doing something wrong?

btw:
lyx 1.6.4 on FedoraCore 10
pdflatex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
[...]
Compiled with libpng 1.2.31; using libpng 1.2.37
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with libpoppler version 3.00

Thanks,
  Giovanni

tikz-bug-test.lyx
Description: application/lyx


Re: equation and tikz problem

2009-11-07 Thread Jürgen Spitzmüller
Giovanni Bacci wrote:
 Hi all! I'm experiencing a strange behaviour. A bug i suppose.
 Anyway, i cannot compile the attached simple document.
 Removing /usepackage{tikz} from the preamble makes everything goes
 fine. It's a bug? Or i doing something wrong?

The document compiles fine for me.

Jürgen


Re: equation and tikz problem

2009-11-07 Thread Giovanni Bacci

  sabato 07 novembre 2009, 16:27, Jürgen Spitzmüller:

 Giovanni Bacci wrote:
  Hi all! I'm experiencing a strange behaviour. A bug i suppose.
  Anyway, i cannot compile the attached simple document.
  Removing /usepackage{tikz} from the preamble makes everything goes
  fine. It's a bug? Or i doing something wrong?
 
 The document compiles fine for me.

  I've tried exporting in pdflatex and doing pdflatex file.tex
directly, and i get the attached error. Maybe it depends on pdflatex or
pgf/tikz version? Or there's something misconfigured in my computer?

Thanks,
  Giovanni


tikz-bug-test.log.gz
Description: GNU Zip compressed data


Re: equation and tikz problem

2009-11-07 Thread Paul A. Rubin

Giovanni Bacci wrote:

  Hi all! I'm experiencing a strange behaviour. A bug i suppose.
Anyway, i cannot compile the attached simple document.
Removing /usepackage{tikz} from the preamble makes everything goes
fine. It's a bug? Or i doing something wrong?

btw:
lyx 1.6.4 on FedoraCore 10
pdflatex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
[...]
Compiled with libpng 1.2.31; using libpng 1.2.37
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with libpoppler version 3.00

Thanks,
  Giovanni


It compiles for me (Win XP, MiKTeX 2.7), with one slight hitch.  If I 
change the language to English, it compiles straight up.  If I leave the 
language Italian, MiKTeX asks me at two or three separate points (the 
number seems to vary for no obvious reason) to install the LaTeX 
cyrillic package so that it can have a particular font.  Each time I say 
no, and in the end it compiles anyway.  Removing \usepackage{tikz} has 
no effect here.


Does the LaTeX log indicate why it fails to compile for you? Do you have 
the cyrillic package installed?


/Paul



Re: equation and tikz problem

2009-11-07 Thread Jürgen Spitzmüller
Giovanni Bacci wrote:
 I've tried exporting in pdflatex and doing pdflatex file.tex
 directly, and i get the attached error.

FYI this error log can also be obtained directly in LyX (Document - LaTeX Log 
File)

 Maybe it depends on pdflatex or
 pgf/tikz version? Or there's something misconfigured in my computer?

Probably an old, buggy pgf version? Here is my file list (you get such a list 
in the log file by inserting \listfiles to the preamble):

 *File List*
 article.cls2007/10/19 v1.4h Standard LaTeX document class
  size10.clo2007/10/19 v1.4h Standard LaTeX file (size option)
 fontenc.sty
   t1enc.def2005/09/27 v1.99g Standard LaTeX file
inputenc.sty2008/03/30 v1.1d Input encoding file
  latin9.def2008/03/30 v1.1d Input encoding file
tikz.sty2008/02/13 v2.00 (rcs-revision 1.27)
 pgf.sty2008/01/15 v2.00 (rcs-revision 1.12)
  pgfrcs.sty2008/02/20 v2.00 (rcs-revision 1.21)
  pgfrcs.code.tex
 pgfcore.sty2008/01/15 v2.00 (rcs-revision 1.6)
graphicx.sty1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
  keyval.sty1999/03/16 v1.13 key=value parser (DPC)
graphics.sty2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
trig.sty1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg2009/08/28 v1.8 graphics configuration of TeX Live
  pdftex.def2009/08/25 v0.04m Graphics/color for pdfTeX
  pgfsys.sty2008/02/07 v2.00 (rcs-revision 1.31)
  pgfsys.code.tex
pgfsyssoftpath.code.tex2008/01/23  (rcs-revision 1.6)
pgfsysprotocol.code.tex2006/10/16  (rcs-revision 1.4)
  xcolor.sty2007/01/21 v2.11 LaTeX color extensions (UK)
   color.cfg2007/01/18 v1.5 color configuration of teTeX/TeXLive
 pgfcore.code.tex
pgfcomp-version-0-65.sty2007/07/03 v2.00 (rcs-revision 1.7)
pgfcomp-version-1-18.sty2007/07/23 v2.00 (rcs-revision 1.1)
  pgffor.sty2007/11/07 v2.00 (rcs-revision 1.8)
  pgffor.code.tex
tikz.code.tex
   babel.sty2008/07/06 v3.8l The Babel package
 italian.ldf2008/03/14 v1.2t Italian support from the babel system
supp-pdf.mkii
 ***

Jürgen


Re: equation and tikz problem

2009-11-07 Thread Giovanni Bacci

  sabato 07 novembre 2009, 16:42, Jürgen Spitzmüller:

 Giovanni Bacci wrote:
  I've tried exporting in pdflatex and doing pdflatex file.tex
  directly, and i get the attached error.
 
 FYI this error log can also be obtained directly in LyX (Document -
 LaTeX Log File)

  I'm not aware of this. Thank for the info.

  Maybe it depends on pdflatex or
  pgf/tikz version? Or there's something misconfigured in my computer?
 
 Probably an old, buggy pgf version? Here is my file list (you get
 such a list in the log file by inserting \listfiles to the preamble):

  Yes, probably it's the case. Here's:
tikz.sty2006/10/17 v1.10 (rcs-revision 1.68)  
pgf.sty2006/10/11 v1.10 (rcs-revision 1.7)

  I'll try to upgrade. Thanks for pointing me in the right direction.

Giovanni


equation and tikz problem

2009-11-07 Thread Giovanni Bacci

  Hi all! I'm experiencing a strange behaviour. A bug i suppose.
Anyway, i cannot compile the attached simple document.
Removing /usepackage{tikz} from the preamble makes everything goes
fine. It's a bug? Or i doing something wrong?

btw:
lyx 1.6.4 on FedoraCore 10
pdflatex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
[...]
Compiled with libpng 1.2.31; using libpng 1.2.37
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with libpoppler version 3.00

Thanks,
  Giovanni

tikz-bug-test.lyx
Description: application/lyx


Re: equation and tikz problem

2009-11-07 Thread Jürgen Spitzmüller
Giovanni Bacci wrote:
 Hi all! I'm experiencing a strange behaviour. A bug i suppose.
 Anyway, i cannot compile the attached simple document.
 Removing /usepackage{tikz} from the preamble makes everything goes
 fine. It's a bug? Or i doing something wrong?

The document compiles fine for me.

Jürgen


Re: equation and tikz problem

2009-11-07 Thread Giovanni Bacci

  sabato 07 novembre 2009, 16:27, Jürgen Spitzmüller:

 Giovanni Bacci wrote:
  Hi all! I'm experiencing a strange behaviour. A bug i suppose.
  Anyway, i cannot compile the attached simple document.
  Removing /usepackage{tikz} from the preamble makes everything goes
  fine. It's a bug? Or i doing something wrong?
 
 The document compiles fine for me.

  I've tried exporting in pdflatex and doing pdflatex file.tex
directly, and i get the attached error. Maybe it depends on pdflatex or
pgf/tikz version? Or there's something misconfigured in my computer?

Thanks,
  Giovanni


tikz-bug-test.log.gz
Description: GNU Zip compressed data


Re: equation and tikz problem

2009-11-07 Thread Paul A. Rubin

Giovanni Bacci wrote:

  Hi all! I'm experiencing a strange behaviour. A bug i suppose.
Anyway, i cannot compile the attached simple document.
Removing /usepackage{tikz} from the preamble makes everything goes
fine. It's a bug? Or i doing something wrong?

btw:
lyx 1.6.4 on FedoraCore 10
pdflatex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
[...]
Compiled with libpng 1.2.31; using libpng 1.2.37
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with libpoppler version 3.00

Thanks,
  Giovanni


It compiles for me (Win XP, MiKTeX 2.7), with one slight hitch.  If I 
change the language to English, it compiles straight up.  If I leave the 
language Italian, MiKTeX asks me at two or three separate points (the 
number seems to vary for no obvious reason) to install the LaTeX 
cyrillic package so that it can have a particular font.  Each time I say 
no, and in the end it compiles anyway.  Removing \usepackage{tikz} has 
no effect here.


Does the LaTeX log indicate why it fails to compile for you? Do you have 
the cyrillic package installed?


/Paul



Re: equation and tikz problem

2009-11-07 Thread Jürgen Spitzmüller
Giovanni Bacci wrote:
 I've tried exporting in pdflatex and doing pdflatex file.tex
 directly, and i get the attached error.

FYI this error log can also be obtained directly in LyX (Document - LaTeX Log 
File)

 Maybe it depends on pdflatex or
 pgf/tikz version? Or there's something misconfigured in my computer?

Probably an old, buggy pgf version? Here is my file list (you get such a list 
in the log file by inserting \listfiles to the preamble):

 *File List*
 article.cls2007/10/19 v1.4h Standard LaTeX document class
  size10.clo2007/10/19 v1.4h Standard LaTeX file (size option)
 fontenc.sty
   t1enc.def2005/09/27 v1.99g Standard LaTeX file
inputenc.sty2008/03/30 v1.1d Input encoding file
  latin9.def2008/03/30 v1.1d Input encoding file
tikz.sty2008/02/13 v2.00 (rcs-revision 1.27)
 pgf.sty2008/01/15 v2.00 (rcs-revision 1.12)
  pgfrcs.sty2008/02/20 v2.00 (rcs-revision 1.21)
  pgfrcs.code.tex
 pgfcore.sty2008/01/15 v2.00 (rcs-revision 1.6)
graphicx.sty1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
  keyval.sty1999/03/16 v1.13 key=value parser (DPC)
graphics.sty2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
trig.sty1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg2009/08/28 v1.8 graphics configuration of TeX Live
  pdftex.def2009/08/25 v0.04m Graphics/color for pdfTeX
  pgfsys.sty2008/02/07 v2.00 (rcs-revision 1.31)
  pgfsys.code.tex
pgfsyssoftpath.code.tex2008/01/23  (rcs-revision 1.6)
pgfsysprotocol.code.tex2006/10/16  (rcs-revision 1.4)
  xcolor.sty2007/01/21 v2.11 LaTeX color extensions (UK)
   color.cfg2007/01/18 v1.5 color configuration of teTeX/TeXLive
 pgfcore.code.tex
pgfcomp-version-0-65.sty2007/07/03 v2.00 (rcs-revision 1.7)
pgfcomp-version-1-18.sty2007/07/23 v2.00 (rcs-revision 1.1)
  pgffor.sty2007/11/07 v2.00 (rcs-revision 1.8)
  pgffor.code.tex
tikz.code.tex
   babel.sty2008/07/06 v3.8l The Babel package
 italian.ldf2008/03/14 v1.2t Italian support from the babel system
supp-pdf.mkii
 ***

Jürgen


Re: equation and tikz problem

2009-11-07 Thread Giovanni Bacci

  sabato 07 novembre 2009, 16:42, Jürgen Spitzmüller:

 Giovanni Bacci wrote:
  I've tried exporting in pdflatex and doing pdflatex file.tex
  directly, and i get the attached error.
 
 FYI this error log can also be obtained directly in LyX (Document -
 LaTeX Log File)

  I'm not aware of this. Thank for the info.

  Maybe it depends on pdflatex or
  pgf/tikz version? Or there's something misconfigured in my computer?
 
 Probably an old, buggy pgf version? Here is my file list (you get
 such a list in the log file by inserting \listfiles to the preamble):

  Yes, probably it's the case. Here's:
tikz.sty2006/10/17 v1.10 (rcs-revision 1.68)  
pgf.sty2006/10/11 v1.10 (rcs-revision 1.7)

  I'll try to upgrade. Thanks for pointing me in the right direction.

Giovanni


equation and tikz problem

2009-11-07 Thread Giovanni Bacci

  Hi all! I'm experiencing a strange behaviour. A bug i suppose.
Anyway, i cannot compile the attached simple document.
Removing /usepackage{tikz} from the preamble makes everything goes
fine. It's a bug? Or i doing something wrong?

btw:
lyx 1.6.4 on FedoraCore 10
pdflatex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
[...]
Compiled with libpng 1.2.31; using libpng 1.2.37
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with libpoppler version 3.00

Thanks,
  Giovanni

tikz-bug-test.lyx
Description: application/lyx


Re: equation and tikz problem

2009-11-07 Thread Jürgen Spitzmüller
Giovanni Bacci wrote:
> Hi all! I'm experiencing a strange behaviour. A bug i suppose.
> Anyway, i cannot compile the attached simple document.
> Removing /usepackage{tikz} from the preamble makes everything goes
> fine. It's a bug? Or i doing something wrong?

The document compiles fine for me.

Jürgen


Re: equation and tikz problem

2009-11-07 Thread Giovanni Bacci

  sabato 07 novembre 2009, 16:27, Jürgen Spitzmüller:

> Giovanni Bacci wrote:
> > Hi all! I'm experiencing a strange behaviour. A bug i suppose.
> > Anyway, i cannot compile the attached simple document.
> > Removing /usepackage{tikz} from the preamble makes everything goes
> > fine. It's a bug? Or i doing something wrong?
> 
> The document compiles fine for me.

  I've tried exporting in pdflatex and doing pdflatex file.tex
directly, and i get the attached error. Maybe it depends on pdflatex or
pgf/tikz version? Or there's something misconfigured in my computer?

Thanks,
  Giovanni


tikz-bug-test.log.gz
Description: GNU Zip compressed data


Re: equation and tikz problem

2009-11-07 Thread Paul A. Rubin

Giovanni Bacci wrote:

  Hi all! I'm experiencing a strange behaviour. A bug i suppose.
Anyway, i cannot compile the attached simple document.
Removing /usepackage{tikz} from the preamble makes everything goes
fine. It's a bug? Or i doing something wrong?

btw:
lyx 1.6.4 on FedoraCore 10
pdflatex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
[...]
Compiled with libpng 1.2.31; using libpng 1.2.37
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with libpoppler version 3.00

Thanks,
  Giovanni


It compiles for me (Win XP, MiKTeX 2.7), with one slight hitch.  If I 
change the language to English, it compiles straight up.  If I leave the 
language Italian, MiKTeX asks me at two or three separate points (the 
number seems to vary for no obvious reason) to install the LaTeX 
cyrillic package so that it can have a particular font.  Each time I say 
no, and in the end it compiles anyway.  Removing \usepackage{tikz} has 
no effect here.


Does the LaTeX log indicate why it fails to compile for you? Do you have 
the cyrillic package installed?


/Paul



Re: equation and tikz problem

2009-11-07 Thread Jürgen Spitzmüller
Giovanni Bacci wrote:
> I've tried exporting in pdflatex and doing pdflatex file.tex
> directly, and i get the attached error.

FYI this error log can also be obtained directly in LyX (Document -> LaTeX Log 
File)

> Maybe it depends on pdflatex or
> pgf/tikz version? Or there's something misconfigured in my computer?

Probably an old, buggy pgf version? Here is my file list (you get such a list 
in the log file by inserting \listfiles to the preamble):

 *File List*
 article.cls2007/10/19 v1.4h Standard LaTeX document class
  size10.clo2007/10/19 v1.4h Standard LaTeX file (size option)
 fontenc.sty
   t1enc.def2005/09/27 v1.99g Standard LaTeX file
inputenc.sty2008/03/30 v1.1d Input encoding file
  latin9.def2008/03/30 v1.1d Input encoding file
tikz.sty2008/02/13 v2.00 (rcs-revision 1.27)
 pgf.sty2008/01/15 v2.00 (rcs-revision 1.12)
  pgfrcs.sty2008/02/20 v2.00 (rcs-revision 1.21)
  pgfrcs.code.tex
 pgfcore.sty2008/01/15 v2.00 (rcs-revision 1.6)
graphicx.sty1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
  keyval.sty1999/03/16 v1.13 key=value parser (DPC)
graphics.sty2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
trig.sty1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg2009/08/28 v1.8 graphics configuration of TeX Live
  pdftex.def2009/08/25 v0.04m Graphics/color for pdfTeX
  pgfsys.sty2008/02/07 v2.00 (rcs-revision 1.31)
  pgfsys.code.tex
pgfsyssoftpath.code.tex2008/01/23  (rcs-revision 1.6)
pgfsysprotocol.code.tex2006/10/16  (rcs-revision 1.4)
  xcolor.sty2007/01/21 v2.11 LaTeX color extensions (UK)
   color.cfg2007/01/18 v1.5 color configuration of teTeX/TeXLive
 pgfcore.code.tex
pgfcomp-version-0-65.sty2007/07/03 v2.00 (rcs-revision 1.7)
pgfcomp-version-1-18.sty2007/07/23 v2.00 (rcs-revision 1.1)
  pgffor.sty2007/11/07 v2.00 (rcs-revision 1.8)
  pgffor.code.tex
tikz.code.tex
   babel.sty2008/07/06 v3.8l The Babel package
 italian.ldf2008/03/14 v1.2t Italian support from the babel system
supp-pdf.mkii
 ***

Jürgen


Re: equation and tikz problem

2009-11-07 Thread Giovanni Bacci

  sabato 07 novembre 2009, 16:42, Jürgen Spitzmüller:

> Giovanni Bacci wrote:
> > I've tried exporting in pdflatex and doing pdflatex file.tex
> > directly, and i get the attached error.
> 
> FYI this error log can also be obtained directly in LyX (Document ->
> LaTeX Log File)

  I'm not aware of this. Thank for the info.

> > Maybe it depends on pdflatex or
> > pgf/tikz version? Or there's something misconfigured in my computer?
> 
> Probably an old, buggy pgf version? Here is my file list (you get
> such a list in the log file by inserting \listfiles to the preamble):

  Yes, probably it's the case. Here's:
tikz.sty2006/10/17 v1.10 (rcs-revision 1.68)  
pgf.sty2006/10/11 v1.10 (rcs-revision 1.7)

  I'll try to upgrade. Thanks for pointing me in the right direction.

Giovanni