summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/nevelok
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 /Master/texmf-dist/tex/latex/nevelok
parentcf5dbf70c6bd40b1959580618f178b3f3fee09a0 (diff)
nevelok (6dec15)
git-svn-id: svn://tug.org/texlive/trunk@39029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nevelok')
-rw-r--r--Master/texmf-dist/tex/latex/nevelok/nevelok.sty6
1 files changed, 3 insertions, 3 deletions
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%
}%
%%