summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/xduts/xduugthesis.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-12-06 21:17:40 +0000
committerKarl Berry <karl@freefriends.org>2022-12-06 21:17:40 +0000
commit76733ea35e9f243587f34e5e8b9bcce18c2fc3d7 (patch)
tree36936a984e9cb397e072164ca7d2c6f138ae0f6b /Master/texmf-dist/tex/xelatex/xduts/xduugthesis.cls
parent9565de07ace34d45fb7453787f29ce2b3df11d3f (diff)
xduts (6dec22)
git-svn-id: svn://tug.org/texlive/trunk@65215 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/xduts/xduugthesis.cls')
-rw-r--r--Master/texmf-dist/tex/xelatex/xduts/xduugthesis.cls10
1 files changed, 4 insertions, 6 deletions
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 }
}
}
}