summaryrefslogtreecommitdiff
path: root/include/bsupracticetitle.sty
blob: 3d5e50056b3bade77c3ee536c1a2ae37e3b66f90 (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
57
58
59
60
61
62
63
64
65
66
67
68
% Source: https://github.com/bsutex/bsustyle/blob/master/style/bsupracticetitle.sty

\newcommand*{\mentor}[1]{\gdef\@mentor{#1}}
\newcommand*{\@mentor}{}

\newcommand*{\subfaculty}[1]{\gdef\@subfaculty{#1}}
\newcommand*{\@subfaculty}{}

\newcommand*{\supervisor}[1]{\gdef\@supervisor{#1}}
\newcommand*{\@supervisor}{}


\renewcommand{\maketitle}
{
\begin{titlepage}
  \begin{center}
  \textbf{
    МИНИСТЕРСТВО ОБРАЗОВАНИЯ РЕСПУБЛИКИ БЕЛАРУСЬ\\
    \vspace{1em}
    БЕЛОРУССКИЙ ГОСУДАРСТВЕННЫЙ УНИВЕРСИТЕТ\\
    \vspace{1em}
    ФАКУЛЬТЕТ ПРИКЛАДНОЙ МАТЕМАТИКИ И ИНФОРМАТИКИ\\
    \vspace{1em}
    \@subfaculty
  }
  \end{center}

  \vspace{10em}

  \begin{center}
    \large\textbf {\@author} \\
    \vspace{1em}
    \large\textbf{\@title} \\
    \vspace{2em}
    Отчет о прохождении преддипломной практики
  \end{center}

  \vspace{3em}

  \begin{flushright}
    \begin{minipage}[H]{0.35\textwidth}
      \begin{flushleft}
        \textbf{Руководитель практики} \\
        \textit{\@supervisor}
        \line(1,0){150}
      \end{flushleft}
    \end{minipage}
  \end{flushright}

  \begin{flushright}
    \begin{minipage}[H]{0.35\textwidth}
      \begin{flushleft}
        \textbf{Научный руководитель} \\
        \textit{\@mentor} \\
        \line(1,0){150}
      \end{flushleft}
    \end{minipage}
  \end{flushright}

  \vspace{2em}

  \vfill

  \begin{center}
    Минск, \the\year
  \end{center}
\end{titlepage}
}