Search found 6 matches
- Mon Sep 13, 2010 4:17 pm
- Forum: Graphics, Figures & Tables
- Topic: circuitikz, american inductors. Please help
- Replies: 10
- Views: 9016
circuitikz, american inductors. Please help
Problem solved, updating MiKTeX to 2.9 solved it very nicely.
- Mon Sep 13, 2010 12:23 pm
- Forum: Page Layout
- Topic: Extending possible writing space
- Replies: 1
- Views: 1476
Extending possible writing space
How can I extend possible writing area to the bottom.
It extends to the top nicely with: \addtolength{\voffset}{-30pt}
But I also need something similar to bottom, and the page numbering is also too high, I tried to read several documentations, and it says I can put page numbering down with ...
It extends to the top nicely with: \addtolength{\voffset}{-30pt}
But I also need something similar to bottom, and the page numbering is also too high, I tried to read several documentations, and it says I can put page numbering down with ...
- Sun Sep 12, 2010 9:25 pm
- Forum: Graphics, Figures & Tables
- Topic: circuitikz, american inductors. Please help
- Replies: 10
- Views: 9016
circuitikz, american inductors. Please help
That is exactly what I wanted, thank you very much, however I cannot test this at the moment. I just installed MiKTeX 2.9, and then I click "Typeset" button (compile to PDF) it gives me error.
pdflatex.exe: The memory dump file could not be found.
pdflatex.exe: Data: pdflatex.fmt
I get back to my ...
pdflatex.exe: The memory dump file could not be found.
pdflatex.exe: Data: pdflatex.fmt
I get back to my ...
- Sun Sep 12, 2010 8:29 pm
- Forum: Graphics, Figures & Tables
- Topic: circuitikz, american inductors. Please help
- Replies: 10
- Views: 9016
Re: circuitikz, american inductors. Please help
It does exist, check the manual file:
http://www.ctan.org/tex-archive/graphic ... manual.pdf
Page 11, 4-th from the bottom.
I recently downloaded TexLive 2010 package, is there anything else I need to update?
http://www.ctan.org/tex-archive/graphic ... manual.pdf
Page 11, 4-th from the bottom.
I recently downloaded TexLive 2010 package, is there anything else I need to update?
- Sun Sep 12, 2010 7:25 pm
- Forum: Graphics, Figures & Tables
- Topic: circuitikz, american inductors. Please help
- Replies: 10
- Views: 9016
circuitikz, american inductors. Please help
It gives me error:
However,
(inudctor[S] without s gives no error, but no effect). Although in documentation inductor[s] is with s. Maybe my circuititz is outdated?
Code: Select all
! LaTeX Error: Unknown option `americaninductors' for package `circuitikz'.
However,
Code: Select all
\usepackage[americaninductor]{circuitikz}
- Sun Sep 12, 2010 5:28 pm
- Forum: Graphics, Figures & Tables
- Topic: circuitikz, american inductors. Please help
- Replies: 10
- Views: 9016
circuitikz, american inductors. Please help
Whetever I do it gives me eighter "cuteinductor" or european inductor. I want clasical inductor (with four mountain sagments)
I use:
\begin{circuitikz}[american inductor]
\draw
(0, 0) to[L] (2, 0)
;
\end{circuitikz}
According to documentation this suppose to give me the inductor i want, but it ...
I use:
\begin{circuitikz}[american inductor]
\draw
(0, 0) to[L] (2, 0)
;
\end{circuitikz}
According to documentation this suppose to give me the inductor i want, but it ...