summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-15 20:04:06 +0000
committerKarl Berry <karl@freefriends.org>2024-04-15 20:04:06 +0000
commit0556e3088f85916ebdc045116faddb86320cded8 (patch)
tree392aea13d880c5cc236083bb19e693af6b8969f1
parentaf02a622c9b2c5226fb7d8f28c1443f6bbb0c48b (diff)
epcqrcode (15apr24)
git-svn-id: svn://tug.org/texlive/trunk@70956 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/epcqrcode/README5
-rw-r--r--Master/texmf-dist/doc/latex/epcqrcode/epcqrcode-doc.pdfbin160738 -> 159912 bytes
-rw-r--r--Master/texmf-dist/source/latex/epcqrcode/epcqrcode.dtx11
-rw-r--r--Master/texmf-dist/source/latex/epcqrcode/epcqrcode.ins4
-rw-r--r--Master/texmf-dist/tex/latex/epcqrcode/epcqrcode.sty6
5 files changed, 14 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/epcqrcode/README b/Master/texmf-dist/doc/latex/epcqrcode/README
index e9c0ab8f86c..3de86000029 100644
--- a/Master/texmf-dist/doc/latex/epcqrcode/README
+++ b/Master/texmf-dist/doc/latex/epcqrcode/README
@@ -1,13 +1,14 @@
==============================================================================
-The `epcqrcode' package v1.0
-Copyright (C) 2024 by David Wedekind, Paul Kantiem, Dr. rer. nat. Wolf Müller (epc-qr-code@proton.me)
+The `epcqrcode' package v1.1
+Copyright (C) 2024 by David Wedekind, Paul Kantiem, Wolf Müller (epc-qr-code@proton.me)
This package is a wrapper for the 'qrcode' package.
It generates valid EPC QR codes by providing syntax and validity checks for given inputs.
Changes:
- 2024-02-07 Initial version
+- 2024-04-12 Fixed minor issue
==============================================================================
This work may be distributed and/or modified under the
diff --git a/Master/texmf-dist/doc/latex/epcqrcode/epcqrcode-doc.pdf b/Master/texmf-dist/doc/latex/epcqrcode/epcqrcode-doc.pdf
index f3241ce045d..bb66e53d404 100644
--- a/Master/texmf-dist/doc/latex/epcqrcode/epcqrcode-doc.pdf
+++ b/Master/texmf-dist/doc/latex/epcqrcode/epcqrcode-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/epcqrcode/epcqrcode.dtx b/Master/texmf-dist/source/latex/epcqrcode/epcqrcode.dtx
index ef2d1c84412..4c1a6eb9a32 100644
--- a/Master/texmf-dist/source/latex/epcqrcode/epcqrcode.dtx
+++ b/Master/texmf-dist/source/latex/epcqrcode/epcqrcode.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2024 by David Wedekind, Paul Kantiem, Dr. rer. nat. Wolf Müller (epc-qr-code@proton.me)
+% Copyright (C) 2024 by David Wedekind, Paul Kantiem, Wolf Müller (epc-qr-code@proton.me)
%
% This file may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
%
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[2022-06-01]%
-%<package>\ProvidesPackage{epcqrcode}[2024-02-07 v1.0 dtx epcqrcode file]%
+%<package>\ProvidesPackage{epcqrcode}[2024-04-12 v1.1 dtx epcqrcode file]%
%<package>\RequirePackage{qrcode}%
%<package>\RequirePackage{xstring}%
%<package>\RequirePackage{calculator}%
@@ -37,6 +37,7 @@
% \fi
%
% \changes{v1.0}{2024/02/07}{Initial version}
+% \changes{v1.1}{2024/04/12}{Fixed minor issue}
% \GetFileInfo{epcqrcode.sty}
%
% \DoNotIndex{\#,\$,\%,\&,\@,\\,\{,\},\^,\_,\~,\ }
@@ -47,8 +48,8 @@
% \title{The \textsf{epcqrcode} package\thanks{This document
% corresponds to \textsf{epcqrcode}~\fileversion,
% dated~\filedate.}}
-% \author{David Wedekind, Paul Kantiem, Dr. rer. nat. Wolf Müller \\ epc-qr-code@proton.me}
-% \date{February 07, 2024}
+% \author{David Wedekind, Paul Kantiem, Wolf Müller \\ epc-qr-code@proton.me}
+% \date{April 12, 2024}
%
% \maketitle
%
@@ -570,7 +571,7 @@ information .store = \epcqr@information%
\addtocounter{epcqrcode@OverallLength}{\epcqrcode@NameLength}%
\StrLen{\epcqrcode@CleanedIban}[\epcqrcode@IbanLength]%
\addtocounter{epcqrcode@OverallLength}{\epcqrcode@IbanLength}%
- \ifreasonx\epcqr@amount\empty%
+ \ifx\epcqr@amount\empty%
\relax%
\else%
\StrLen{\epcqr@amount}[\epcqrcode@AmountLength]%
diff --git a/Master/texmf-dist/source/latex/epcqrcode/epcqrcode.ins b/Master/texmf-dist/source/latex/epcqrcode/epcqrcode.ins
index e0bd9d6bb3f..846aa08011e 100644
--- a/Master/texmf-dist/source/latex/epcqrcode/epcqrcode.ins
+++ b/Master/texmf-dist/source/latex/epcqrcode/epcqrcode.ins
@@ -1,5 +1,5 @@
%%
-%% Copyright (C) 2024 by David Wedekind, Paul Kantiem, Dr. rer. nat. Wolf Müller (epc-qr-code@proton.me)
+%% Copyright (C) 2024 by David Wedekind, Paul Kantiem, Wolf Müller (epc-qr-code@proton.me)
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -18,7 +18,7 @@
This is a generated file.
-Copyright (C) 2024 by David Wedekind, Paul Kantiem, Dr. rer. nat. Wolf Müller (epc-qr-code@proton.me)
+Copyright (C) 2024 by David Wedekind, Paul Kantiem, Wolf Müller (epc-qr-code@proton.me)
This file may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3 of this license or (at your option) any later
diff --git a/Master/texmf-dist/tex/latex/epcqrcode/epcqrcode.sty b/Master/texmf-dist/tex/latex/epcqrcode/epcqrcode.sty
index 0ae6fad01f1..263a756c792 100644
--- a/Master/texmf-dist/tex/latex/epcqrcode/epcqrcode.sty
+++ b/Master/texmf-dist/tex/latex/epcqrcode/epcqrcode.sty
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2024 by David Wedekind, Paul Kantiem, Dr. rer. nat. Wolf Müller (epc-qr-code@proton.me)
+%% Copyright (C) 2024 by David Wedekind, Paul Kantiem, Wolf Müller (epc-qr-code@proton.me)
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3 of this license or (at your option) any later
@@ -20,7 +20,7 @@
%% LaTeX version 2008-05-04 or later.
%%
\NeedsTeXFormat{LaTeX2e}[2022-06-01]%
-\ProvidesPackage{epcqrcode}[2024-02-07 v1.0 dtx epcqrcode file]%
+\ProvidesPackage{epcqrcode}[2024-04-12 v1.1 dtx epcqrcode file]%
\RequirePackage{qrcode}%
\RequirePackage{xstring}%
\RequirePackage{calculator}%
@@ -433,7 +433,7 @@ information .store = \epcqr@information%
\addtocounter{epcqrcode@OverallLength}{\epcqrcode@NameLength}%
\StrLen{\epcqrcode@CleanedIban}[\epcqrcode@IbanLength]%
\addtocounter{epcqrcode@OverallLength}{\epcqrcode@IbanLength}%
- \ifreasonx\epcqr@amount\empty%
+ \ifx\epcqr@amount\empty%
\relax%
\else%
\StrLen{\epcqr@amount}[\epcqrcode@AmountLength]%