diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-16 21:51:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-16 21:51:40 +0000 |
commit | 52c4d6235300874bb21256274d1404e5cc38b86a (patch) | |
tree | af510a7a9a5b9aab5ec66832c0879a42dc871ad0 /Master/texmf-dist/tex/latex/tikz-sfc | |
parent | 26202548aa9622126380b91f0ca8c367667c8912 (diff) |
tikz-sfc (16dec18)
git-svn-id: svn://tug.org/texlive/trunk@49424 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-sfc')
-rw-r--r-- | Master/texmf-dist/tex/latex/tikz-sfc/tikzlibrarycircuits.plc.sfc.code.tex | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/tikz-sfc/tikzlibrarycircuits.plc.sfc.code.tex b/Master/texmf-dist/tex/latex/tikz-sfc/tikzlibrarycircuits.plc.sfc.code.tex index 23383ac0170..34db33d0f54 100644 --- a/Master/texmf-dist/tex/latex/tikz-sfc/tikzlibrarycircuits.plc.sfc.code.tex +++ b/Master/texmf-dist/tex/latex/tikz-sfc/tikzlibrarycircuits.plc.sfc.code.tex @@ -1,6 +1,6 @@ %% This is file `tikzlibrarycircuits.plc.sfc.code.tex' -%% Version: 1.0 -%% Version date: 2018-01-16 +%% Version: 1.0.1 +%% Version date: 2018-12-15 %% %% Copyright (C) 2018 by Luis Paulo Laus, laus@utfpr.edu.br %% @@ -8,9 +8,10 @@ %% of the LaTeX Project Public License distributed from CTAN %% archives in directory macros/latex/base/lppl.txt; either %% version 1 of the License, or (at your option) any later version, -%% with `The Package' referring to the software `tikzlibraryladder.code.tex' and its -%% accompanying documentation and `The Copyright Holder' referring to the -%% person Luis Paulo Laus. +%% with `The Package' referring to the software +%% `tikzlibrarycircuits.plc.sfc.code.tex' +%% and its accompanying documentation and `The Copyright Holder' +%% referring to the person Luis Paulo Laus. %% %% %% IMPORTANT NOTICE: @@ -19,6 +20,12 @@ %% versions send mail to: %% laus@utfpr.edu.br %% +%% +%% Change History: +%% 1.0: 16 January 2018: Original Version +%% 1.0.1: 15 December 2018: correction and extension of documentation +%% including a new full example. +%% \usetikzlibrary{circuits} \usepgflibrary{shapes.gates.ee} \makeatletter @@ -128,7 +135,7 @@ node[/utils/exec={\global\advance\sfc@act@pos by2\relax},##1,draw,right,yshift=-0.5*\pgfkeysvalueof{/tikz/sfcah}), minimum height=2*\pgfkeysvalueof{/tikz/sfcah},minimum width=\pgfkeysvalueof{/tikz/sfcaqw}]{} node[every sfcactionname/.try,##1,sfc@actnameopt/.try,draw,right,xshift=\pgfkeysvalueof{/tikz/sfcaqw},yshift=-0.5*\pgfkeysvalueof{/tikz/sfcah}, - minimum height=2*\pgfkeysvalueof{/tikz/sfcah},minimum width=\pgfkeysvalueof{/tikz/sfcanw}]{\pgfkeysvalueof{/tikz/sfc@actname}}% + minimum height=2*\pgfkeysvalueof{/tikz/sfcah},minimum width=\pgfkeysvalueof{/tikz/sfcanw}]{\pgfkeysvalueof{/tikz/sfc@actname}} node[every sfcqualifier/.try,right,minimum height=\pgfkeysvalueof{/tikz/sfcah}, minimum width=\pgfkeysvalueof{/tikz/sfcaqw}]{\pgfkeysvalueof{/tikz/qualifier}} node[every sfctime/.try,right,yshift=-\pgfkeysvalueof{/tikz/sfcah},minimum height=\pgfkeysvalueof{/tikz/sfcah}, |