-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix indent in quote/quotation environments
- Actually, this issue has been already fixed in last several commits. - Fix #5.
- Loading branch information
1 parent
90f9679
commit df540f6
Showing
5 changed files
with
13,233 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -911,18 +911,12 @@ Copyright (C) 2017–2020 by Xiangdong Zeng <[email protected]>. | |
% \end{macrocode} | ||
% \end{macro} | ||
% | ||
% \begin{macro}{\@@_par:} | ||
% 分段命令。 | ||
% \begin{macrocode} | ||
\cs_new_eq:NN \@@_par: \tex_par:D | ||
% \end{macrocode} | ||
% \end{macro} | ||
% | ||
% \subsection{宏包选项} | ||
% | ||
% \changes{v0.4}{2017/09/16}{新增 \opt{encoding} 选项。} | ||
% \changes{v0.5}{2017/12/22}{支持 Big5 编码。} | ||
% \changes{v1.0.0}{2018/04/01}{根据 \CTeX{} 宏集的选项自动确定编码。} | ||
% \changes{v1.2.0}{2020/02/20}{优化编码判断。} | ||
% | ||
% \begin{macro}{encoding} | ||
% 设置编码。 | ||
|
@@ -1113,6 +1107,7 @@ Copyright (C) 2017–2020 by Xiangdong Zeng <[email protected]>. | |
% \changes{v0.5}{2018/01/05}{支持选项设置。} | ||
% \changes{v1.0.0}{2018/03/23}{更改参数形式,允许利用逗号分隔列表选择段落。} | ||
% \changes{v1.1.0}{2018/04/08}{改回使用方括号指定段落数的形式。} | ||
% \changes{v1.2.0}{2020/04/08}{修正 \env{quote}/\env{quotation} 等环境中段落缩进消失问题。} | ||
% 输出假文,第一个可选参数表示段落数,默认为 |1-3|;第二个可选参数为选项列表。 | ||
% \begin{macrocode} | ||
\NewDocumentCommand \zhlipsum { s o +o } | ||
|
Oops, something went wrong.