diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-04 21:43:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-04 21:43:59 +0000 |
commit | 843b3bf150f006ebdf53321302f43ccbcb39a438 (patch) | |
tree | f28f408430f17adffaaff3b29862a80fa7390022 /Master | |
parent | ce474d87225a325bc73c84890b079a2a1b8a635c (diff) |
progressbar (4may14)
git-svn-id: svn://tug.org/texlive/trunk@33822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/progressbar/README | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/progressbar/progressbar.pdf | bin | 373485 -> 106095 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/progressbar/progressbar.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/progressbar/progressbar.sty | 4 |
4 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/progressbar/README b/Master/texmf-dist/doc/latex/progressbar/README index 816541c3f5f..d8bed4a4692 100644 --- a/Master/texmf-dist/doc/latex/progressbar/README +++ b/Master/texmf-dist/doc/latex/progressbar/README @@ -9,13 +9,14 @@ your own. Changelog ========= +2014/05/04 v.1.0b~4: version control for kvoptions updated (for unknown reason required version didn't exist) 2013/01/06 v.1.0b~3: replaced \progressbar@LoadFile@IfExist with \RequirePackage 2012/02/18 v.1.0b~2: added version control for kvoptions 2010/10/02 v1.0b: first release - all basic functionality License ======= -Copyright 2012 Marcel Jira +Copyright 2010-2014 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) diff --git a/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf b/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf Binary files differindex f7546fbecf6..15a5f4a7735 100644 --- a/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf +++ b/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf diff --git a/Master/texmf-dist/doc/latex/progressbar/progressbar.tex b/Master/texmf-dist/doc/latex/progressbar/progressbar.tex index 273772c608b..e398033da89 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-2013 Marcel Jira +%% Copyright 2010-2014 Marcel Jira % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c @@ -224,6 +224,8 @@ These options should be self-explaining. Just use \texttt{xcolor}-color-definiti \section{Changelog} \begin{tabbing} +\texttt{2014/05/04 v.1.0b\~{}4} \= version control for kvoptions updated (for unknown\\ \> +reason required version didn't exist)\\ \texttt{2013/01/06 v.1.0b\~{}3} \= replaced \lstinline+\progressbar@LoadFile@IfExist+ with\\ \> \lstinline+\RequirePackage+\\ \texttt{2012/02/18 v.1.0b\~{}2} \> added version control for kvoptions\\ \texttt{2010/10/02 v1.0b} \> first release - all basic functionality @@ -237,4 +239,4 @@ I also want to thank Robin Schneider (\url{https://ypid.wordpress.com/}) and Hei \section{Contact} If you have any question concerning \texttt{progressbar} or if you miss a feature, please write me a mail: \href{mailto:mails4me@gmx.at}{\texttt{mails4me@gmx.at}}. -\end{document}
\ No newline at end of file +\end{document} diff --git a/Master/texmf-dist/tex/latex/progressbar/progressbar.sty b/Master/texmf-dist/tex/latex/progressbar/progressbar.sty index e1d18aced54..70e0f522d55 100644 --- a/Master/texmf-dist/tex/latex/progressbar/progressbar.sty +++ b/Master/texmf-dist/tex/latex/progressbar/progressbar.sty @@ -21,11 +21,11 @@ % \NeedsTeXFormat{LaTeX2e}% % -\ProvidesPackage{progressbar}[2013/01/06 v1.0b~3: progressbar]% +\ProvidesPackage{progressbar}[2014/05/04 v1.0b~4: progressbar]% % \RequirePackage{calc}% \RequirePackage{tikz}% -\RequirePackage{kvoptions}[2011/08/03]% +\RequirePackage{kvoptions}[2011/06/30]% \RequirePackage{kvsetkeys}% % % Define lengths for later use |