`eabstract' also needs changes for double-blind review.

This commit is contained in:
Casper Ti. Vector 2021-03-25 01:19:43 +08:00
parent d6439db837
commit 4aad1737c7
4 changed files with 15 additions and 6 deletions

View File

@ -5,8 +5,8 @@
\pkuthssffaq % 中文测试文字。
\end{cabstract}
\begin{eabstract}
\ifblind\begin{beabstract}\else\begin{eabstract}\fi
Test of the English abstract.
\end{eabstract}
\ifblind\end{beabstract}\else\end{eabstract}\fi
% vim:ts=4:sw=4

View File

@ -31,9 +31,9 @@
本文介绍了 pkuthss 文档模版所提供的功能。
\end{cabstract}
\begin{eabstract}
\ifblind\begin{beabstract}\else\begin{eabstract}\fi
This document describes the the functions provided by
the pkuthss document template.
\end{eabstract}
\ifblind\end{beabstract}\else\end{eabstract}\fi
% vim:ts=4:sw=4

View File

@ -247,8 +247,8 @@
\subsection{其它命令和环境}\label{ssec:misc}
\texttt{\bfseries cabstract}\texttt{\bfseries eabstract}
环境用于编写中西文摘要。
\texttt{\bfseries cabstract}\texttt{\bfseries eabstract} 环境用于编写
中西文摘要;\texttt{\bfseries beabstract} 环境用于编写双盲评审版的西文摘要。
用户只须要写摘要的正文;标题、作者、导师、专业等部分会自动生成。
\texttt{\bfseries\string\specialchap} 命令

View File

@ -442,5 +442,14 @@
\vfill\noindent\textbf{\label@ekeywords}{\@ekeywords}%
}
% Typeset the English abstract for double-blind review.
\newenvironment{beabstract}{%
\thss@int@pdfmark{\eabstractname}{eabstract}
\chapter*{\sffamily\@etitle}\markboth{\eabstractname}{}
\begin{center}\textbf{\sffamily\eabstractname}\end{center}\par%
}{% Keywords at the bottom of the page.
\vfill\noindent\textbf{\label@ekeywords}{\@ekeywords}%
}
\endinput
% vim:ft=tex:ts=2:sw=2