extreport and space after a parenthesis

This commit is contained in:
Alexander Yakovlev 2014-06-02 12:26:35 +07:00
parent 18e51d02a1
commit 62ae8bc1df

View file

@ -28,7 +28,7 @@
\DeclareOption{nofullpage}{\global\@Fullpagefalse} \DeclareOption{nofullpage}{\global\@Fullpagefalse}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{report}} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{extreport}}
\ProcessOptions \ProcessOptions
% We will be basing this class on the report class. % We will be basing this class on the report class.
@ -89,7 +89,7 @@
% Now for something simple... % Now for something simple...
\newcommand{\paren}[1]{(\textit{#1})} \newcommand{\paren}[1]{(\textit{#1})}
\newcommand{\pause}{\paren{Пауза.}} \newcommand{\pause}{\paren{Пауза.} }
\newcommand{\chara}[1]{\textsc{#1}} \newcommand{\chara}[1]{\textsc{#1}}
% And now some stage directions... % And now some stage directions...