Commit 84939210 authored by Martin Ukrop's avatar Martin Ukrop
Browse files

innitial commit

parents
# compiled documents
*.pdf
# TeX intermediary files
*.aux
*.dvi
*.log
*.synctex.gz
*.out
*.nav
*.toc
*.snm
*.run.xml
*-blx.bib
*.bbl
*.blg
*.bcf
# other files
*.txss
forcefile
Backup_of_*.cdr
\ No newline at end of file
all: posudok.pdf
clean:
rm -f *.aux *.dvi *.log *.synctex.gz *.out *.nav *.toc *.snm *.run.xml *-blx.bib *.bbl *.blg *.bcf
posudok.pdf: posudok.tex
pdflatex posudok
This diff is collapsed.
\documentclass[a4paper,12pt]{article}
% ===== LOADING PACKAGES =====
% language settings, main documnet language last
\usepackage[slovak]{babel}
% enabling new fonts support (nicer)
\usepackage{lmodern}
% setting input encoding
\usepackage[utf8]{inputenc}
% setting output encoding
\usepackage[T1]{fontenc}
% set page margins
\usepackage[top=30mm, bottom=35mm, left=30mm, right=30mm]{geometry}
% enable loading graphics
\usepackage{graphicx}
\usepackage{tabularx}
% setting custom colors for links
\usepackage[table]{xcolor}
\definecolor{dark-red}{rgb}{0.6,0.15,0.15}
\definecolor{dark-green}{rgb}{0.15,0.4,0.15}
\definecolor{medium-blue}{rgb}{0,0,0.5}
\usepackage{lipsum}
\usepackage{tikz}
\usetikzlibrary{positioning}
% generating hyperlinks in document
\usepackage{url}
\usepackage[plainpages=false, % get the page numbering correctly
pdfpagelabels, % write arabic labels to all pages
unicode, % allow unicode characters in links
colorlinks=true, % use colored links instead of boxed
linkcolor={dark-red},
citecolor={dark-green},
urlcolor={medium-blue}
]{hyperref}
% ===== BEGIN DOCUMENT =====
\begin{document}
\begin{tikzpicture}[remember picture,overlay]
\node[] (A) at (current page.north west) {};
\node[anchor=north west](FI-stitok) [below right=-3mm and 11.5mm of A] {\includegraphics{fi-stitok}};
\end{tikzpicture}
\medskip
\noindent
{\Large Posudok oponenta bakalárskej práce}
\medskip
\noindent
{\def\arraystretch{1.5}\tabcolsep=10pt
\begin{tabularx}{\textwidth}{@{} >{\bfseries} l l @{}} \hline
Názov práce: & Operační systém Qubes \\
Autor práce: & Martin Páleník \\
Vedúci práce: & Ing.\ Mgr.\ et Mgr.\ Zdeněk Říha, Ph.D. \\
Oponent: & Mgr.\ Martin Ukrop \\ \hline
\end{tabularx}
}
\medskip
\noindent
\lipsum
S přihlédnutím k celkovému dosaženému výsledku navrhuji hodnotit práci známkou velmi dobře (B).
\vspace{20mm}
\noindent
V Brne dňa \today \hfill Mgr. Martin Ukrop
\end{document}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment