diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/flowchart/flowchart.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/flowchart/flowchart.dtx | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/flowchart/flowchart.dtx b/Master/texmf-dist/source/latex/flowchart/flowchart.dtx index 0d2ec82e9db..a6ca9bab3a7 100644 --- a/Master/texmf-dist/source/latex/flowchart/flowchart.dtx +++ b/Master/texmf-dist/source/latex/flowchart/flowchart.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % -% Flowchart 3.2 -% 28 January 2013 +% Flowchart 3.3 +% 19 March 2015 % % flowchart.dtx % @@ -16,7 +16,7 @@ % The flowchart package is an outcome of the Fluxion % project. % -% Copyright (C) 2013 by Adrian P Robson +% Copyright (C) 2015 by Adrian P Robson % adrian.robson@nepsweb.co.uk % % This work may be distributed and/or modified under the @@ -39,7 +39,7 @@ % \iffalse %<package>\NeedsTeXFormat{LaTeX2e}[2011/06/27] %<package>\ProvidesPackage{flowchart} -%<package>[2013/01/28 3.2 Flowchart shapes for TikZ] +%<package>[2015/03/19 3.3 Flowchart shapes for TikZ] %<*driver> \documentclass[10pt,a4paper]{ltxdoc} @@ -78,22 +78,22 @@ %^^A 27 January 2013 %^^A Original % \changes{v3.1}{2014/01/27}{ -% The package name is changed from 'fluxion' to 'flowchart'. -% It replaces version 2.4 of the package. -% This is a significant rewrite of the package to use the -% new version 2.1 of Silhouette (makeshape.sty). -% An improved terminal shape has been written. -% The decide shape has been renamed decision. -% The user guide has been extended and clarified. -% Installation has been converted to dtx format, and the -% flowchart.sty is generated by the flowchart.ins file. +% Installation has been converted to dtx format, +% and the {\tt flowchart.sty} is generated by the +% {\tt flowchart.ins} file. +% It replaces version 2.4 of the package, and +% uses version 2.1 of the makeshape package. % } %^^A %^^A 28 January 2013 %^^A Original % \changes{v3.2}{2014/01/28}{ -% The decision shape was replaced a better shape that does -% not have an outer separation problem. +% The decision shape has been improved. } +%^^A +%^^A 19 March 2015 +%^^A Original +% \changes{v3.3}{2015/03/19}{ +% An error in the documentation's sample code has been corrected. % } %^^A %^^A------------------------------------------------------------------- @@ -124,7 +124,7 @@ % Flowchart Shapes for \tikzname} % % \author{Adrian P. Robson\thanks{\texttt{adrian.robson@nepsweb.co.uk}}} -% \date{28 January 2013} +% \date{19 March 2015} % % \maketitle % @@ -307,7 +307,7 @@ % minimum width=\smbwd, % minimum height=1cm] {GET\\ DATA}; % -% \node (decide1) at (0,-3.5) [draw, decision +% \node (decide1) at (0,-3.5) [draw, decision, % minimum width=\smbwd, % minimum height=1cm] {C$<$3}; % |