Skip to content

Commit

Permalink
fix: track l3doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Dec 8, 2024
1 parent 966180b commit a4a2c8e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions source/fduthesis-doc.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@
\cs_set_protected:Npn \@@_print_macroname:nN #1#2
{
\strut
\@@_get_hyper_target:xN
\@@_get_hyper_target:eN
{
\exp_not:n {#1}
\bool_if:NT #2 { \tl_to_str:n {TF} }
Expand All @@ -1499,11 +1499,12 @@
% \end{macrocode}
% 命令中的空格改用“\textvisiblespace”显示。
% \begin{macrocode}
\tl_replace_all:Non \l_@@_tmpa_tl
{ \c_catcode_other_space_tl }
{ \fontspec_visible_space: }
\@@_macroname_prefix:o \l_@@_tmpa_tl
\@@_macroname_suffix:N #2
\tl_replace_all:NVn \l_@@_tmpa_tl
\c_catcode_other_space_tl
{ \textvisiblespace }
\__codedoc_print_macroname_aux:on
\l__codedoc_tmpa_tl
{ \bool_if:NT #2 { \__codedoc_typeset_TF: } }
}
}
% \end{macrocode}
Expand Down

0 comments on commit a4a2c8e

Please sign in to comment.