Skip to content

Commit

Permalink
jiazhu: 说明 shortcut 选项
Browse files Browse the repository at this point in the history
  • Loading branch information
qinglee committed Jul 25, 2022
1 parent 0f0c90e commit 6f89728
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions jiazhu/jiazhu.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Copyright and Licence
%</driver>
% \fi
%
% \CheckSum{1003}
% \CheckSum{1005}
% \GetFileId{jiazhu.sty}
%
% \title{\bfseries\pkg{jiazhu} 宏包}
Expand Down Expand Up @@ -173,12 +173,14 @@ Copyright and Licence
% \begin{syntax}
% \cs{jiazhu} \oarg{键值选项} \Arg{夹注内容}
% \end{syntax}
% 主要用户函数,提供全部功能。
% \end{function}
%
% \begin{function}{\jiazhuset}
% \begin{syntax}
% \cs{jiazhuset} \Arg{键值选项}
% \end{syntax}
% 用于统一设置 \pkg{jiazhu} 的选项,选项将在下面说明。
% \end{function}
%
% \begin{function}{format}
Expand Down Expand Up @@ -430,6 +432,14 @@ Copyright and Licence
% shortcut = \{<开始字符><结束字符>\}
% shortcut- = \Arg{字符列表}
% \end{syntax}
% 设置 \tn{jiazhu} 命令的快捷输入方式。可以设置为一个字符,它将被设置成活动字符,
% 定义与 \tn{jiazhu} 相同。也可以设置为一对字符,表示夹注的开始与结束字符。例如,
% \begin{SideBySideExample}
% \jiazhuset{shortcut=|,shortcut=【】}
% 正文|{单字符夹注快捷方式}正文\\
% 正文【字符对夹注快捷方式】正文
% \end{SideBySideExample}
% \opt{shortcut-} 用于取消对这些快捷方式的定义。
% \end{function}
%
% \end{documentation}
Expand Down Expand Up @@ -1271,10 +1281,10 @@ Copyright and Licence
\box_if_empty:NF #1
{
\dim_set:Nn \l_@@_width_dim { \box_wd:N #1 }
\@@_extract_max_width_auxi:N #1
\@@_extract_max_width_aux:N #1
}
}
\cs_new_protected:Npn \@@_extract_max_width_auxi:N #1
\cs_new_protected:Npn \@@_extract_max_width_aux:N #1
{
\vbox_set:Nw \l_@@_tmpa_box
\vbox_unpack:N #1
Expand Down Expand Up @@ -1526,6 +1536,7 @@ Copyright and Licence
\dim_set_eq:NN \l_@@_width_dim \l_@@_max_dim
}
}
\cs_undefine:N \@@_extract_max_width_aux:N
\cs_undefine:N \@@_extract_max_width_auxi:
\cs_undefine:N \@@_extract_max_width_auxii:
% \end{macrocode}
Expand Down

0 comments on commit 6f89728

Please sign in to comment.