summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-24 22:15:16 +0000
committerKarl Berry <karl@freefriends.org>2016-04-24 22:15:16 +0000
commitf819f35d951f23ba4ab4eff799deb8327c1d1e5b (patch)
treedf1365e41a1b77bbed6f23883df7827b3236a8da /Master/texmf-dist/doc/generic
parent8458ef4e60e98c3082331d40e037f426af549444 (diff)
circuitikz (24apr16)
git-svn-id: svn://tug.org/texlive/trunk@40729 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md (renamed from Master/texmf-dist/doc/generic/circuitikz/CHANGELOG)12
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/README.md (renamed from Master/texmf-dist/doc/generic/circuitikz/README)39
2 files changed, 32 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index f9dd95f78a6..83d9a049f04 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,11 +1,19 @@
-CircuiTikz - Changelog
+<!--- CircuiTikz - Changelog --->
+The major changes among the different circuitikz versions are listed here. See <https://github.com/mredaelli/circuitikz/commits> for a full list of changes.
+
+* Version 0.5 (2016-04-24)
+ - new option boxed and dashed for hf-symbols
+ - new option solderdot to enable/disable solderdot at source port of some fets
+ - new parts: photovoltaic source, piezo crystal, electrolytic capacitor, electromechanical device(motor, generator)
+ - corrected voltage and current direction(option to use old behaviour)
+ - option to show body diode at fet transistors
* Version 0.4
- minor improvements to documentation
- comply with TDS
- merge high frequency symbols by Stefan Erhardt
- added switch (not opening nor closing)
- - added added solder dot in some transistors
+ - added solder dot in some transistors
- improved ConTeXt compatibility
* Version 0.3.1
diff --git a/Master/texmf-dist/doc/generic/circuitikz/README b/Master/texmf-dist/doc/generic/circuitikz/README.md
index af83ad27ed3..ac87a1f6c61 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/README
+++ b/Master/texmf-dist/doc/generic/circuitikz/README.md
@@ -1,38 +1,43 @@
-This is CircuiTikz, version 0.4.
+circuitikz
+==========
+
+This is CircuiTikz, version 0.5 (2016-04-24).
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.
+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.
+So I based everything with the very impressive (if somewhat verbose at times) TikZ package.
--------------
-** Requirements
-Tikz graphics library, version 2
-xstrings not older than 2009/03/13
+## Requirements
+* Tikz graphics library, version 2
+* xstrings not older than 2009/03/13
-** Installation
+## Installation
Unpack everything in a directory in the TeX search path and refresh the TeX db.
-** Usage
+## Usage
Just place
-
+````latex
\usepackage{circuitikz}
-
+````
or, for ConTeXt,
-
+````latex
\usemodule[circuitikz]
-
+````
in the preamble and compile away, both with PS and PDF target output.
-** Contact the author
-m.redaelli@gmail.com
-git: https://github.com/mredaelli/circuitikz
+## Contact the authors
+* git: https://github.com/mredaelli/circuitikz
+* Massimo Redaelli (m.redaelli@gmail.com)
+* Stefan Lindner (stefan.lindner@fau.de)
+* Stefan Erhardt (stefan.erhardt@fau.de)
--------------
-Copyright 2007-13 by Massimo Redaelli
+-------------
+Copyright 2007-16 by Massimo Redaelli
This file may be distributed and/or modified