rmennes / tikzedt

Automatically exported from code.google.com/p/tikzedt
0 stars 0 forks source link

Circuit diagrams not working #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. in the snippets menu
2. templates
3. circuit diagrams

What is the expected output? What do you see instead?
I expect to see the circuit example provided, but I see nothing and there is a 
compilation error:

Compiling document for preview: pdflatex -interaction=nonstopmode 
-halt-on-error "C:/Users/Martin 
Caron/AppData/Local/Temp/TE_temp_preview2289216.tex" 
Compilation failed with exit code 1

What version of the product are you using? On what operating system?

version 0.2.1.0 on windows vista and windows 7. 

Please provide any additional information below.

Original issue reported on code.google.com by caronmar...@gmail.com on 9 Jul 2012 at 10:28

GoogleCodeExporter commented 8 years ago
The likely cause of this problem is that the additional latex packages Tikz 
needs to render circuit diagrams are not installed. Are you using Miktex or 
Texlive? 

(The packages should have been installed during installation, I'll check if 
they are indeed, or if there is a problem. If you downloaded the zipped 
version, you may run one of the installpackages .bat files in the program 
folder.)

Original comment by t.willwa...@gmail.com on 10 Jul 2012 at 8:35

GoogleCodeExporter commented 8 years ago
I'm using miktex

Original comment by caronmar...@gmail.com on 10 Jul 2012 at 10:47

GoogleCodeExporter commented 8 years ago
It wasnt the zipped version but I tried installing missing packages. Didn't
change anything :(

Original comment by caronmar...@gmail.com on 10 Jul 2012 at 11:04

GoogleCodeExporter commented 8 years ago
Maybe I forgot a package in the install script... I'll check that tonight.

What does the Latex output say? (you can switch the status textbox at the 
bottom of the tikzedt window between Status/Latex output/Error list). 
Does it complain about a specific package?

Original comment by t.willwa...@gmail.com on 10 Jul 2012 at 11:20

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Yep there seems to be an error with the circuit library:

! I can't find file `tikzlibrarycircuits.logic.US.code.tex'.
<argument> ...nput tikzlibrary\pgf@temp .code.tex
\catcode `\@ =\csname tikz...
l.4 ...brary{circuits.logic.US,circuits.logic.IEC}

Please type another input file name
! Emergency stop.
<argument> ...nput tikzlibrary\pgf@temp .code.tex
\catcode `\@ =\csname tikz...
l.4 ...brary{circuits.logic.US,circuits.logic.IEC}

Original comment by caronmar...@gmail.com on 10 Jul 2012 at 12:21

GoogleCodeExporter commented 8 years ago
I think I haven't forgot a package.....
One more guess would be that you are using an older pgf or tikz version.
You can try updating Miktex (I am using 2.9) or at least the pgf and tikz 
packages (miktex comes with an update tool.)

Original comment by t.willwa...@gmail.com on 10 Jul 2012 at 8:54

GoogleCodeExporter commented 8 years ago
Ok, I installed miktex2.9 and it works! thanks alot

Original comment by caronmar...@gmail.com on 12 Jul 2012 at 1:11

GoogleCodeExporter commented 8 years ago

Original comment by t.willwa...@gmail.com on 12 Jul 2012 at 9:19