Hi, I'm starting now with LaTeX and I've been trying to install the circuitikz package without much success. The documentation says I have to put it all into the TeX search path and refresh the TeX database but I don't really know the exact path. I would be happy if someone tell me where exactly I have to put the files and how I do this "refresh".
Thanks.
TeX Live and MacTeX ⇒ Problem Installing Circuitikz Package
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Problem Installing Circuitikz Package
Unfortunately you don't write anything about your operating system. So I assume that you are working on a Linux system with the TeX Live distribution.
Download the ZIP archive of the circuitikz package from its location on CTAN and unpack only the folders doc and tex into the TDS tree.
Afterwards open a terminal and refresh the filename database (FNDB).
Check if everything is right by locating the package in the TDS tree.
In case the package is in the right place you will get the full path.
Best regards
Thorsten
Download the ZIP archive of the circuitikz package from its location on CTAN and unpack only the folders doc and tex into the TDS tree.
Code: Select all
/usr/share/texmf
Code: Select all
texhash
Code: Select all
kpsewhich circuitikz.sty
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 5
- Joined: Sat Sep 26, 2009 6:11 am
Problem Installing Circuitikz Package
Oh, sorry, I'm using TeXLive on Ubuntu 9.04. Thanks man, I done what you said and installed the package correctly, besides I had to install the xstring package also.