Skip to content

Commit

Permalink
Merge pull request #700 from atxy-blip/debug
Browse files Browse the repository at this point in the history
ctxdoc: 补充丢失的展开类型
  • Loading branch information
muzimuzhi authored Mar 7, 2024
2 parents 0095bcc + d1c0656 commit 37f7b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/ctxdoc.cls
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{l3doc}}
\PassOptionsToClass{a4paper,full}{l3doc}
\ProcessOptions
\LoadClass{l3doc}
\LoadClass{l3doc}[2023-10-10]
\RequirePackage[UTF8, punct=kaiming, heading, linespread=1.2, sub3section]{ctex}
\ctexset{
abstractname = 简介,
Expand Down Expand Up @@ -295,8 +295,8 @@
{ \use:n }
{
\tl_set:Nn \l__codedoc_tmpa_tl {#1}
\tl_replace_all:Non \l__codedoc_tmpa_tl
{ \c_catcode_other_space_tl }
\tl_replace_all:NVn \l__codedoc_tmpa_tl
\c_catcode_other_space_tl
{ \fontspec_visible_space: }
\__codedoc_macroname_prefix:o \l__codedoc_tmpa_tl
\__codedoc_macroname_suffix:N #2
Expand Down

0 comments on commit 37f7b8b

Please sign in to comment.