summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-06 23:50:57 +0000
committerKarl Berry <karl@freefriends.org>2015-12-06 23:50:57 +0000
commit25bc28958d2f77d9fcaa69cc06575b6b1ff6ad0f (patch)
tree00c02d1aca5644e7390e1cb85431f3501bfc263c
parentcf5dbf70c6bd40b1959580618f178b3f3fee09a0 (diff)
nevelok (6dec15)
git-svn-id: svn://tug.org/texlive/trunk@39029 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/nevelok/nevelok.pdfbin210677 -> 210935 bytes
-rw-r--r--Master/texmf-dist/source/latex/nevelok/nevelok.dtx7
-rw-r--r--Master/texmf-dist/tex/latex/nevelok/nevelok.sty6
3 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/nevelok/nevelok.pdf b/Master/texmf-dist/doc/latex/nevelok/nevelok.pdf
index ae4bd8e4a24..35da48220a4 100644
--- a/Master/texmf-dist/doc/latex/nevelok/nevelok.pdf
+++ b/Master/texmf-dist/doc/latex/nevelok/nevelok.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/nevelok/nevelok.dtx b/Master/texmf-dist/source/latex/nevelok/nevelok.dtx
index 48db030bde3..6128e7465fc 100644
--- a/Master/texmf-dist/source/latex/nevelok/nevelok.dtx
+++ b/Master/texmf-dist/source/latex/nevelok/nevelok.dtx
@@ -86,7 +86,7 @@ Running make install installs the files in the local TeX tree.
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{nevelok}
%<*package>
- [2015/11/23 v1.02 LaTeX package for automatic definite articles for Hungarian]
+ [2015/12/05 v1.03 LaTeX package for automatic definite articles for Hungarian]
%</package>
%<package>\RequirePackage{xstring}
%<*driver>
@@ -120,6 +120,7 @@ Running make install installs the files in the local TeX tree.
%\changes{v1.01}{2015/11/13}{Added support for referencing in captions (e.g. in figures), added extra commands
% for extended functionality, etc.}
%\changes{v1.02}{2015/09/10}{Minor bug fixes}
+%\changes{v1.03}{2015/09/10}{Bug fixes}
%
% \begin{abstract}
% \LaTeX{} package for automatic definite articles for Hungarian.
@@ -222,7 +223,7 @@ Running make install installs the files in the local TeX tree.
\PackageWarning{nevelok}{Reference not (yet) defined!}%
a(z) ??%
\else%
- \z@aaz{#1}{A}{Az}{}{}%
+ \z@aaz{\ref{#1}}{A}{Az}{}{}%
\fi%
}%
%%
@@ -256,7 +257,7 @@ Running make install installs the files in the local TeX tree.
\PackageWarning{nevelok}{Reference not (yet) defined!}%
a(z) ??%
\else%
- \z@aaz{#1}{A}{Az}{#2}{#3}%
+ \z@aaz{\ref{#1}}{A}{Az}{#2}{#3}%
\fi%
}%
%%
diff --git a/Master/texmf-dist/tex/latex/nevelok/nevelok.sty b/Master/texmf-dist/tex/latex/nevelok/nevelok.sty
index a1aaf9b23bc..396f46c98eb 100644
--- a/Master/texmf-dist/tex/latex/nevelok/nevelok.sty
+++ b/Master/texmf-dist/tex/latex/nevelok/nevelok.sty
@@ -15,7 +15,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{nevelok}
- [2015/11/23 v1.02 LaTeX package for automatic definite articles for Hungarian]
+ [2015/12/05 v1.03 LaTeX package for automatic definite articles for Hungarian]
\RequirePackage{xstring}
%%
\def\ifUnDefinedCs#1{\expandafter\ifx\csname#1\endcsname\relax}%
@@ -36,7 +36,7 @@
\PackageWarning{nevelok}{Reference not (yet) defined!}%
a(z) ??%
\else%
- \z@aaz{#1}{A}{Az}{}{}%
+ \z@aaz{\ref{#1}}{A}{Az}{}{}%
\fi%
}%
%%
@@ -56,7 +56,7 @@
\PackageWarning{nevelok}{Reference not (yet) defined!}%
a(z) ??%
\else%
- \z@aaz{#1}{A}{Az}{#2}{#3}%
+ \z@aaz{\ref{#1}}{A}{Az}{#2}{#3}%
\fi%
}%
%%