`eabstract' also needs changes for double-blind review.
This commit is contained in:
parent
d6439db837
commit
4aad1737c7
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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} 命令
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user