blob: b7ad9c5c25e1af9e2a9e5062d8ee65658a30f103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
%%
%% This is file `bachelor.rtx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% bachelor.dtx (with options: `bachelor')
%%
%% Copyright (c) 2004-2009 Stanislav Kruchinin.
%% All rights reserved.
%%
%% This file is part of the disser package.
%%
\ProvidesFile{bachelor.rtx}
\newlength\firstskip
\newlength\secondskip
\newlength\thirdskip
\newlength\fourthskip
\newlength\fifthskip
\setlength\firstskip{1.5cm}
\setlength\secondskip{1.5cm}
\setlength\thirdskip{1.em}
\setlength\fourthskip{1.em}
\setlength\fifthskip{2cm}
\def\titlefont{\Large\bfseries}
\def\topiclabelfont{\large}
\def\topicfont{\large\bfseries}
\def\workname{\CYRR\cyra\cyrb\cyro\cyrt\cyra}
\vskip\firstskip
\@approved
\vskip\secondskip
\begin{center}
{\titlefont\@title\par}
\vskip\thirdskip
{\topiclabelfont\topiclabel\;}
{\topicfont\@topic\par}
\vskip\fourthskip\normalfont
\courselabel\ \@coursenum~-- \@course
\end{center}
\vskip\fifthskip
\begin{tabbing}
\studentlabel\ \groupname\ \@group\hspace{2cm}\=
\makebox[8.5cm][l]{\hrulefill\ \@author}
\\[9pt]
\field{sa}
\end{tabbing}
\endinput
%%
%% End of file `bachelor.rtx'.
|