TeX Live and MacTeXProblem Installing Circuitikz Package

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
reisgabrieljoao
Posts: 5
Joined: Sat Sep 26, 2009 6:11 am

Problem Installing Circuitikz Package

Post by reisgabrieljoao »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by localghost »

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.

Code: Select all

/usr/share/texmf
Afterwards open a terminal and refresh the filename database (FNDB).

Code: Select all

texhash
Check if everything is right by locating the package in the TDS tree.

Code: Select all

kpsewhich circuitikz.sty
In case the package is in the right place you will get the full path.


Best regards
Thorsten
reisgabrieljoao
Posts: 5
Joined: Sat Sep 26, 2009 6:11 am

Problem Installing Circuitikz Package

Post by reisgabrieljoao »

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.
Post Reply