summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuitikz/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-18 16:42:44 +0000
committerKarl Berry <karl@freefriends.org>2009-04-18 16:42:44 +0000
commit9fbcb733dd11b3c8375ec9997391296abbc6d79d (patch)
tree7c139328d5c1b332a5a5311bebd0bf665d18b11c /Master/texmf-dist/doc/latex/circuitikz/README
parent6e3c22d01092e6a41b9147068d2719a44d5ac16f (diff)
new pgf package circuitikz (17apr09)
git-svn-id: svn://tug.org/texlive/trunk@12745 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuitikz/README')
-rw-r--r--Master/texmf-dist/doc/latex/circuitikz/README35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/circuitikz/README b/Master/texmf-dist/doc/latex/circuitikz/README
new file mode 100644
index 00000000000..78ee622c266
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/circuitikz/README
@@ -0,0 +1,35 @@
+This is CircuiTikz, version 0.2.
+
+This package provides a set of macros for naturally typesetting electrical and (somewhat less naturally, perhaps) electronical networks.
+
+It was born mainly for writing my own exercise book and exams sheets for the Elettrotecnica courses at Politecnico di Milano, Italy. I wanted a tool that was easy to use, with a lean syntax, native to \LaTeX, and supporting directly PDF output format.
+
+So I based everything with the very impressive (if somewhat verbose at times) \TikZ\ package.
+
+--------------
+
+** Requirements
+Tikz graphics library
+
+
+** Installation
+Unpack everything in a directory in the TeX search path and refresh the TeX db.
+
+** Usage
+Just place
+
+ \usepackage{circuitikz}
+
+in the preamble and compile away, both with PS and PDF target output.
+
+** Contact the author
+mredaelli@elet.polimi.it
+
+-------------
+
+Copyright 2007-9 by Massimo Redaelli
+
+This file may be distributed and/or modified
+
+1. under the LaTeX Project Public License and/or
+2. under the GNU Public License.