summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/progressbar
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-19 23:32:34 +0000
committerKarl Berry <karl@freefriends.org>2012-02-19 23:32:34 +0000
commit04fb8cc057e192c9406dd61df56c808f88eeb3c5 (patch)
treedd23a0fcb16b53ca93c94aab2ffa3d99cf53733e /Master/texmf-dist/doc/latex/progressbar
parentbec520863474a2c3743eeefb46847f4c09de096f (diff)
progressbar (19feb12)
git-svn-id: svn://tug.org/texlive/trunk@25431 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/progressbar')
-rw-r--r--Master/texmf-dist/doc/latex/progressbar/README19
-rw-r--r--Master/texmf-dist/doc/latex/progressbar/progressbar.pdfbin398362 -> 371811 bytes
-rw-r--r--Master/texmf-dist/doc/latex/progressbar/progressbar.tex10
3 files changed, 24 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/progressbar/README b/Master/texmf-dist/doc/latex/progressbar/README
index 7015a16e9a6..70b2cd36b9a 100644
--- a/Master/texmf-dist/doc/latex/progressbar/README
+++ b/Master/texmf-dist/doc/latex/progressbar/README
@@ -1,13 +1,26 @@
Description
===========
-This package allows you to easily visualize shares of total amounts in the form of a bar. So basically you can convert any number between 0 and 1 to a progressbar using the command \progressbar{<number>}. Also a lot of customizations are possible, allowing you to create an unique progressbar on your own.
+This package allows you to easily visualize shares of total amounts in the form
+of a bar. So basically you can convert any number between 0 and 1 to a
+progressbar using the command \progressbar{<number>}. Also a lot of
+customizations are possible, allowing you to create an unique progressbar on
+your own.
+
+Changelog
+=========
+2012/02/18 v.1.0b~2: added version control for kvoptions
+2010/10/02 v1.0b: first release - all basic functionality
License
=======
-Copyright 2010 Marcel Jira
+Copyright 2012 Marcel Jira
-This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version. The latest version of this license is in http://www.latex-project.org/lppl.txt and version 1.3c or later is part of all distributions of LaTeX version 2005/12/01 or later.
+This work may be distributed and/or modified under the conditions of the LaTeX
+Project Public License, either version 1.3c of this license or (at your option)
+any later version. The latest version of this license is in
+http://www.latex-project.org/lppl.txt and version 1.3c or later is part of all
+distributions of LaTeX version 2005/12/01 or later.
This work has the LPPL maintenance status `maintained'.
diff --git a/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf b/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf
index 0e6cdaeada2..356eea9c559 100644
--- a/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf
+++ b/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/progressbar/progressbar.tex b/Master/texmf-dist/doc/latex/progressbar/progressbar.tex
index 0b7fa24b4aa..ddac2544fb9 100644
--- a/Master/texmf-dist/doc/latex/progressbar/progressbar.tex
+++ b/Master/texmf-dist/doc/latex/progressbar/progressbar.tex
@@ -1,5 +1,5 @@
%% progressbar.tex
-%% Copyright 2010 Marcel Jira
+%% Copyright 2012 Marcel Jira
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -30,7 +30,7 @@
\title{\texttt{progressbar}}
\author{by Marcel Jira}
-\date{2010/10/01}
+\date{2012/02/18}
\begin{document}
@@ -222,6 +222,12 @@ These options should be self-explaining. Just use \texttt{xcolor}-color-definiti
\end{lstlisting}
\progressbar[linecolor=blue,tickscolor=orange,emptycolor=yellow,filledcolor=red]{0.6}
+\section{Changelog}
+\begin{tabbing}
+\texttt{2012/02/18 v.1.0b\~{}2} \= added version control for kvoptions\\
+\texttt{2010/10/02 v1.0b} \> first release - all basic functionality
+\end{tabbing}
+
\section{Acknoledgment}
A big shoutout to the pros from \url{http://www.mrunix.de/} (it's german). They helped me a lot and made \texttt{progressbar} possible.