summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/nevelok/nevelok.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/nevelok/nevelok.dtx')
-rw-r--r--Master/texmf-dist/source/latex/nevelok/nevelok.dtx7
1 files changed, 4 insertions, 3 deletions
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%
}%
%%