summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/xelatex')
-rw-r--r--Master/texmf-dist/tex/xelatex/xduts/xdufont.sty2
-rw-r--r--Master/texmf-dist/tex/xelatex/xduts/xdupgthesis.cls10
-rw-r--r--Master/texmf-dist/tex/xelatex/xduts/xduugthesis.cls10
3 files changed, 9 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty b/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
index 0414b344920..ea9f3b64593 100644
--- a/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
+++ b/Master/texmf-dist/tex/xelatex/xduts/xdufont.sty
@@ -28,7 +28,7 @@
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplPackage{xdufont}
- {2022/12/03}{3.1.0.0}
+ {2022/12/06}{3.1.1.2}
{Xidian University Font package}
\RequirePackage { xparse, l3keys2e }
\PassOptionsToPackage { quiet } { xeCJK }
diff --git a/Master/texmf-dist/tex/xelatex/xduts/xdupgthesis.cls b/Master/texmf-dist/tex/xelatex/xduts/xdupgthesis.cls
index da26f8d49e7..9589608aa27 100644
--- a/Master/texmf-dist/tex/xelatex/xduts/xdupgthesis.cls
+++ b/Master/texmf-dist/tex/xelatex/xduts/xdupgthesis.cls
@@ -28,7 +28,7 @@
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplClass{xdupgthesis}
- {2022/12/03}{3.1.0.0}
+ {2022/12/06}{3.1.1.2}
{Xidian University Postgraduate Thesis document class}
\RequirePackage { xparse, l3keys2e }
\PassOptionsToPackage { quiet } { xeCJK }
@@ -1309,7 +1309,7 @@
\tl_if_eq:NnTF \l__xdu_alg_cap_format_tl { hang }
{ \captionsetup* [ algorithm ] { format = hang } }
{ \captionsetup* [ algorithm ] { format = plain } }
- \captionsetup* [ ruled ] { strut = 0 }
+ \captionsetup* [ ruled ] { strut = off }
\tl_if_eq:NnTF \l__xdu_ft_cap_align_tl { left }
{
\captionsetup* [ algorithm ]
@@ -1322,10 +1322,8 @@
{ singlelinecheck = false, justification = centerlast }
}
{
- \cs_set_eq:NN \floatc@ruled \floatc@plain
- \captionsetup* [ ruled ] { slc = 1 }
- \captionsetup* [ algorithm ]
- { singlelinecheck = true, justification = justified }
+ \captionsetup* [ ruled ] { singlelinecheck = true }
+ \captionsetup* [ algorithm ] { justification = justified }
}
}
}
diff --git a/Master/texmf-dist/tex/xelatex/xduts/xduugthesis.cls b/Master/texmf-dist/tex/xelatex/xduts/xduugthesis.cls
index 61ede967dac..749c1c6af1c 100644
--- a/Master/texmf-dist/tex/xelatex/xduts/xduugthesis.cls
+++ b/Master/texmf-dist/tex/xelatex/xduts/xduugthesis.cls
@@ -28,7 +28,7 @@
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplClass{xduugthesis}
- {2022/12/03}{3.1.0.0}
+ {2022/12/06}{3.1.1.2}
{Xidian University Undergraduate Thesis document class}
\RequirePackage { xparse, l3keys2e }
\PassOptionsToPackage { quiet } { xeCJK }
@@ -1095,7 +1095,7 @@
\tl_if_eq:NnTF \l__xdu_alg_cap_format_tl { hang }
{ \captionsetup* [ algorithm ] { format = hang } }
{ \captionsetup* [ algorithm ] { format = plain } }
- \captionsetup* [ ruled ] { strut = 0 }
+ \captionsetup* [ ruled ] { strut = off }
\tl_if_eq:NnTF \l__xdu_ft_cap_align_tl { left }
{
\captionsetup* [ algorithm ]
@@ -1108,10 +1108,8 @@
{ singlelinecheck = false, justification = centerlast }
}
{
- \cs_set_eq:NN \floatc@ruled \floatc@plain
- \captionsetup* [ ruled ] { slc = 1 }
- \captionsetup* [ algorithm ]
- { singlelinecheck = true, justification = justified }
+ \captionsetup* [ ruled ] { singlelinecheck = true }
+ \captionsetup* [ algorithm ] { justification = justified }
}
}
}