Skip to content

Commit

Permalink
Aktualizace FEKT.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
kamen-u-cesty committed Jan 2, 2022
2 parents a829a09 + 3f12edc commit 7acd94b
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 147 deletions.
3 changes: 3 additions & 0 deletions .repo.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
\newcommand{\docdesc}{Otázky ke~státnicím}
\newcommand{\docgroup}{Magisterský obor Informační bezpečnost, FEKT VUT}
\newcommand{\docurl}{https://github.com/VUT-FEKT-IBE/MPC-IBE-SZZ}
25 changes: 0 additions & 25 deletions MPC-KRY/main.tex

This file was deleted.

37 changes: 0 additions & 37 deletions MPC-KRY/text.tex

This file was deleted.

7 changes: 2 additions & 5 deletions MPC-ODP/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@

\begin{document}

\pagenumbering{gobble}
\setcounter{page}{0}

\titulka{}

\tableofcontents
\clearpage
\thispagestyle{empty}

\pagenumbering{arabic}
\setcounter{page}{0}

\include{text}

Expand Down
10 changes: 3 additions & 7 deletions MPC-PDA/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,18 @@
\newcommand{\corrections}{kámen u~cesty}

\input{../shared}
\clearpage

% Vytváření grafů
\usepackage{pgfplots}
\begin{document}

\pagenumbering{gobble}
\setcounter{page}{0}
\begin{document}

\titulka{}

\setcounter{tocdepth}{1}
\tableofcontents
\clearpage
\thispagestyle{empty}

\pagenumbering{arabic}
\setcounter{page}{0}

\include{text}

Expand Down
64 changes: 44 additions & 20 deletions shared.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
% FEKT.tex
% https://github.com/VUT-FEKT-IBE/FEKT.tex
% Git hash repozitáře v době kopírování: 35133a18ec74b314184f538e33c7f92054123d09

\documentclass[
% Velikost základního písma je 12 bodů
12pt,
Expand All @@ -22,10 +26,12 @@

% Geometrie stránky
\usepackage[
% Vnitřní a vnější okraj
hmargin={20mm,30mm},
% Horní a dolní okraj
vmargin={25mm,25mm},
tmargin=25mm,
bmargin=25mm,
% Vnitřní a vnější okraj
lmargin=30mm,
rmargin=20mm,
% Velikost zápatí
footskip=17mm,
% Vypnutí záhlaví
Expand Down Expand Up @@ -143,29 +149,46 @@
% Sázení fyzikálních veličin
\usepackage{siunitx}

% Náhrada za \mod a \pmod, které mají přehaně velký prostor před svou značkou
\newcommand{\Mod}[1]{\ \mathrm{mod}\ #1}
\newcommand{\Pmod}[1]{\ (\mathrm{mod}\ #1)}
% Náhrada za \forall, které kolem sebe prostor nemá žádný
\newcommand{\Forall}{\ \forall\ }

%%%%%%%%%%%%%%%%%
% ZDROJOVÉ KÓDY %
%%%%%%%%%%%%%%%%%

% Sazba zdrojových kódů
\usepackage[formats]{listings}
% Sazba zdrojových kódů
\usepackage[newfloat]{minted}
% Formátování 'minted' kódů
\usemintedstyle{pastie}
% Přepnutí prostředí 'code' do režimu výpisu kódu
\newenvironment{code}{\captionsetup{type=listing}}{}

% Balíček 'minted' budeme používat pouze pokud je jeho hodnota nastavena na 'true'
\providecommand{\docminted}{false}
\ifthenelse{\equal{\docminted}{true}}
{
% Sazba zdrojových kódů
\usepackage[newfloat]{minted}
% Nastavení barev 'minted' kódů
\usemintedstyle{pastie}
}
{
% \docminted není 'true', nic neprovádíme
% Pokud je v dokumentu 'minted' prostředí, dokument se nepodaří přeložit.
}

%%%%%%%%%%%
% TITULKA %
%%%%%%%%%%%

\IfFileExists{../.repo.tex}{
% Soubor '.repo.tex' může (re)definovat povinné a nepovinné argumenty
% souboru 'main.tex'. To lze využít v případech kdy v jednom repozitáři
% existuje více dokumentů najednou (např. státnicové otázky).
\input{../.repo}
}{}

% Pokud byly nepovinné argumenty zakomentovány nebo vymazány, přidáme prázdné
% definice příkazů, aby bylo dokument možné správně přeložit.
\providecommand{\docdesc}{}
\providecommand{\docgroup}{}
\providecommand{\docurl}{}

\newcommand{\titulka}{
\vspace*{2em}
\begin{center}
Expand All @@ -177,23 +200,24 @@

\vspace*{2em}

{\Large Otázky ke státnicím}
{\Large \docdesc}

\vspace*{1em}

Magisterský obor Informační bezpečnost, FEKT VUT
\\
\url{https://github.com/VUT-FEKT-IBE/MPC-IBE-SZZ}
\docgroup

\url{\docurl}
\end{center}

\vfill

\begin{tabular}{ll}
Text: & \authors \\
Text: & \authors \\
Korektura: & \corrections \\
\end{tabular}
\hfill
\today

\clearpage
\thispagestyle{empty}
\newpage
}
Binary file removed template/main.pdf
Binary file not shown.
25 changes: 0 additions & 25 deletions template/main.tex

This file was deleted.

28 changes: 0 additions & 28 deletions template/text.tex

This file was deleted.

0 comments on commit 7acd94b

Please sign in to comment.