diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-29 23:31:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-29 23:31:05 +0000 |
commit | 4015a058f2c68e873ea7f12eb582b49b9a903cd7 (patch) | |
tree | ec3d259a3423d58b7e9114c1ee681a53fb07532c /Master/texmf-dist/source/latex/disser/bachelor.dtx | |
parent | 12aa9b3a965ed1a926cff749fc9651dd28ac5a58 (diff) |
disser 1.1.5 (28mar10)
git-svn-id: svn://tug.org/texlive/trunk@17612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/bachelor.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/bachelor.dtx | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/disser/bachelor.dtx b/Master/texmf-dist/source/latex/disser/bachelor.dtx index 5e8a6d21e3d..0c96c01273c 100644 --- a/Master/texmf-dist/source/latex/disser/bachelor.dtx +++ b/Master/texmf-dist/source/latex/disser/bachelor.dtx @@ -13,7 +13,6 @@ % \DescribeMacro{\fourthskip}\index{Расстояния!\verb*+\fourthskip+} % \DescribeMacro{\fifthskip}\index{Расстояния!\verb*+\fifthskip+} % \begin{macrocode} - \deflength\firstskip{1.5cm} \deflength\secondskip{1.5cm} \deflength\thirdskip{1ex} @@ -36,27 +35,39 @@ % \begin{macrocode} \def\workname{\CYRR\cyra\cyrb\cyro\cyrt\cyra} +\thispagestyle{empty} +\enlargethispage{2cm} +\vspace*{-2cm} +% \end{macrocode} +% \paragraph{Название организации} +% \begin{macrocode} +\begin{center} +\instfont\@institution\par +\end{center} + % \end{macrocode} % Диссертация допущена к защите % \begin{macrocode} -\vskip\firstskip +\vskip\firstskip\normalfont \@approved \vskip\secondskip + % \end{macrocode} % Заголовок, тема. % \begin{macrocode} \begin{center} {\titlefont\@title\par} - \vskip\thirdskip - {\topiclabelfont\topiclabel\;} + \vskip\thirdskip\normalfont + {\topiclabelfont\topiclabel\ }% {\topicfont\@topic\par} \vskip\fourthskip\normalfont \courselabel\ \@coursenum~--\ \@course \end{center} + % \end{macrocode} % Специальность, автор, руководитель. % \begin{macrocode} -\vskip\fifthskip +\vskip\fifthskip\normalfont \begin{tabbing} \studentlabel\ \groupname\ \@group\hspace{2cm}\= \makebox[8.5cm][l]{\hrulefill\ \@author} @@ -66,5 +77,12 @@ % \begin{macrocode} \field{sa} \end{tabbing} +% \end{macrocode} +% \paragraph{Город и год} +% \begin{macrocode} +\vfill +\begin{center} + {\@city\cdsep\@date} +\end{center} %</bachelor> % \end{macrocode} |