summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-06 23:58:34 +0000
committerKarl Berry <karl@freefriends.org>2013-01-06 23:58:34 +0000
commit898561126f0133f8c9f6b1ccd43bc6c365b9c667 (patch)
tree857a8f6b89c56a7ef861bd51130f228b1dd9160a /Master
parentaa65893614c2e0df298ca15aaacbf845658546b1 (diff)
progressbar (6jan13)
git-svn-id: svn://tug.org/texlive/trunk@28753 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/progressbar/README3
-rw-r--r--Master/texmf-dist/doc/latex/progressbar/progressbar.pdfbin371811 -> 373485 bytes
-rw-r--r--Master/texmf-dist/doc/latex/progressbar/progressbar.tex9
-rw-r--r--Master/texmf-dist/tex/latex/progressbar/progressbar.sty28
4 files changed, 14 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/latex/progressbar/README b/Master/texmf-dist/doc/latex/progressbar/README
index 70b2cd36b9a..816541c3f5f 100644
--- a/Master/texmf-dist/doc/latex/progressbar/README
+++ b/Master/texmf-dist/doc/latex/progressbar/README
@@ -9,6 +9,7 @@ your own.
Changelog
=========
+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
@@ -26,4 +27,4 @@ This work has the LPPL maintenance status `maintained'.
The Current Maintainer of this work is Marcel Jira.
-This work consists of the files progressbar.sty and progressbar.tex. \ No newline at end of file
+This work consists of the files progressbar.sty and progressbar.tex.
diff --git a/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf b/Master/texmf-dist/doc/latex/progressbar/progressbar.pdf
index 356eea9c559..f7546fbecf6 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 ddac2544fb9..273772c608b 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 2012 Marcel Jira
+%% Copyright 2010-2013 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{2012/02/18}
+\date{2013/01/06}
\begin{document}
@@ -224,13 +224,16 @@ These options should be self-explaining. Just use \texttt{xcolor}-color-definiti
\section{Changelog}
\begin{tabbing}
-\texttt{2012/02/18 v.1.0b\~{}2} \= added version control for kvoptions\\
+\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
\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.
+I also want to thank Robin Schneider (\url{https://ypid.wordpress.com/}) and Heiko Oberdiek who called my attention to the problems with\\ \lstinline+\progressbar@LoadFile@IfExist+.
+
\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}}.
diff --git a/Master/texmf-dist/tex/latex/progressbar/progressbar.sty b/Master/texmf-dist/tex/latex/progressbar/progressbar.sty
index 167dbbcc64d..e1d18aced54 100644
--- a/Master/texmf-dist/tex/latex/progressbar/progressbar.sty
+++ b/Master/texmf-dist/tex/latex/progressbar/progressbar.sty
@@ -3,7 +3,7 @@
% kindly supported by mrunix-forum: http://www.mrunix.de/
%
%% progressbar.sty
-%% Copyright 2012 Marcel Jira
+%% Copyright 2010-2013 Marcel Jira
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -21,28 +21,12 @@
%
\NeedsTeXFormat{LaTeX2e}%
%
-\ProvidesPackage{progressbar}[2012/02/18 v1.0b~2: progressbar]%
+\ProvidesPackage{progressbar}[2013/01/06 v1.0b~3: progressbar]%
%
-\newcommand{\progressbarpackagename}{progressbar}%
-\newcommand{\progressbar@PackageWarning}[1]{\PackageWarning{\progressbarpackagename}{#1}}%
-\newcommand{\progressbar@LoadFile@IfExist}[2][]{%
- \IfFileExists{#2.sty}{%
- \@ifpackagelater{#2}{#1}{%
- \RequirePackage{#2}%
- }{%
- \progressbar@PackageWarning{The package #2 is older than #1\MessageBreak%
- but a version from or newer #1 is required by \progressbarname}%
- }%
- }{%
- \progressbar@PackageWarning{The package #2 does not exist\MessageBreak%
- but it is required by \progressbarname}%
- }%
-}%
-%
-\progressbar@LoadFile@IfExist{calc}%
-\progressbar@LoadFile@IfExist{tikz}%
-\progressbar@LoadFile@IfExist[2011/08/03]{kvoptions}%
-\progressbar@LoadFile@IfExist{kvsetkeys}%
+\RequirePackage{calc}%
+\RequirePackage{tikz}%
+\RequirePackage{kvoptions}[2011/08/03]%
+\RequirePackage{kvsetkeys}%
%
% Define lengths for later use
\newlength{\BarWidth}%