summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-24 20:26:43 +0000
committerKarl Berry <karl@freefriends.org>2022-09-24 20:26:43 +0000
commit21cca261138e8fef1ce6deb5e160ba84439c8aef (patch)
tree7a2a58e87de0b50cc452c6dfad55e1498660c0f5 /Master/texmf-dist
parent7c88daf15c08127925ec155353ff63f46c335d5e (diff)
crefthe (24sep22)
git-svn-id: svn://tug.org/texlive/trunk@64498 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/crefthe/crefthe-doc.pdfbin53358 -> 53458 bytes
-rw-r--r--Master/texmf-dist/doc/latex/crefthe/crefthe-doc.tex2
-rw-r--r--Master/texmf-dist/tex/latex/crefthe/crefthe.sty4
3 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/crefthe/crefthe-doc.pdf b/Master/texmf-dist/doc/latex/crefthe/crefthe-doc.pdf
index d6a42c38e74..a91ff44b53a 100644
--- a/Master/texmf-dist/doc/latex/crefthe/crefthe-doc.pdf
+++ b/Master/texmf-dist/doc/latex/crefthe/crefthe-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/crefthe/crefthe-doc.tex b/Master/texmf-dist/doc/latex/crefthe/crefthe-doc.tex
index af156ef65d5..44cd81fd5ef 100644
--- a/Master/texmf-dist/doc/latex/crefthe/crefthe-doc.tex
+++ b/Master/texmf-dist/doc/latex/crefthe/crefthe-doc.tex
@@ -116,7 +116,7 @@
\begin{document}
-\def\PackageVersion{2022/09/03}
+\def\PackageVersion{2022/09/24}
\title{\crefthepackage{}\\\smallskip\itshape Cross referencing with proper definite articles}
\author{Jinwen XU}
diff --git a/Master/texmf-dist/tex/latex/crefthe/crefthe.sty b/Master/texmf-dist/tex/latex/crefthe/crefthe.sty
index 40456ebd51a..a561c4e1dee 100644
--- a/Master/texmf-dist/tex/latex/crefthe/crefthe.sty
+++ b/Master/texmf-dist/tex/latex/crefthe/crefthe.sty
@@ -12,7 +12,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesExplPackage
{crefthe}
- {2022/09/03} {}
+ {2022/09/24} {}
{Cross referencing with proper definite articles}
\keys_define:nn { crefthe }
@@ -112,9 +112,11 @@
}
}
}
+ \group_begin:
\bool_if:NTF #1
{ #6 * { #5 } } % here #6 is \crefthe_cref_original:w or \crefthe_Cref_original:w
{ #6 { #5 } }
+ \group_end:
\tl_gclear:N \l__crefthe_prep_each_tl
}