diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-25 20:53:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-25 20:53:31 +0000 |
commit | a79dbfe42116cdc40c6e2ff7cf46b97075a04585 (patch) | |
tree | 2bb4e1417d5d4ae32c9f35c10388fc354058db88 /Master/texmf-dist/doc/latex/circuitikz | |
parent | 44cbf1fc60eb94ba3557cb07676bf514332c7957 (diff) |
circuitikz (25mar17)
git-svn-id: svn://tug.org/texlive/trunk@43598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuitikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/changelog.tex | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf | bin | 286086 -> 279325 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex | 17 |
3 files changed, 24 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex index 61f39b1c6f9..2c9a5c4e43c 100644 --- a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex +++ b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex @@ -6,6 +6,21 @@ full list of changes. \begin{itemize} \tightlist \item + Version 0.8.1 (2017-03-25) + + \begin{itemize} + \tightlist + \item + Fixed unwanted line through components if target coordinate is a + name of a node + \item + Fixed position of labels with subscript letters. + \item + Absolute distance calculation in terms of ex at rotated labels + \item + Fixed label for transistor paths (no label drawn) + \end{itemize} +\item Version 0.8 (2017-03-08) \begin{itemize} diff --git a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf Binary files differindex e530be02b35..95ac7bff3cd 100644 --- a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf +++ b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf diff --git a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex index 9667284b504..c31b6325074 100644 --- a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex +++ b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex @@ -1,6 +1,6 @@ % % Konfiguration für Texstudio (Version > 2.9) -% % !TeX program = xelatex -%% !TeX TXS-program:compile = txs:///xelatex/[-8bit] +% !TeX program = xelatex +% !TeX TXS-program:compile = txs:///xelatex/[-8bit] % !BIB program = biber % !TeX spellcheck = en_US % !TeX encoding = utf8 @@ -44,9 +44,9 @@ \usepackage{hyperref} \hypersetup{ bookmarks=false, % show bookmarks bar? - pdftitle={CircuitTikZ v. \pgfcircversion\ - manual}, % title - pdfauthor={Massimo Redaelli}, % author - pdfsubject={CircuitTikZ manual}, % subject of the document + pdftitle={CircuiTikZ \pgfcircversion\ - manual}, % title + pdfauthor={Massimo Redaelli, Stefan Lindner, Stefan Erhardt}, % author + pdfsubject={CircuiTikZ manual}, % subject of the document pdfkeywords={}, % list of keywords colorlinks=true, % false: boxed links; true: colored links linkcolor=black, % color of internal links @@ -2118,9 +2118,10 @@ Just substitute every occurrence of the environment \verb!circuitikz! with \verb \begin{tabular}{l}\label{ex:compatibility} - \fbox{\includegraphics{compatibility.pdf}} - \\ - \begin{lstlisting} +\IfFileExists{compatibility.pdf} +{\fbox{\includegraphics{compatibility.pdf}}} +\\ +\begin{lstlisting} \documentclass{standalone} \usepackage{tikz} |