Andy verzija

This commit is contained in:
Miha Frangež 2025-08-30 18:03:24 +02:00
commit 85d1332d58
2 changed files with 113 additions and 0 deletions

113
main.tex Normal file
View file

@ -0,0 +1,113 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{eso-pic,graphicx}
\usepackage{pdfpages}
\usepackage{tabu}
\usepackage[top=2cm, bottom=2cm, outer=1.5cm, inner=1.5cm]{geometry}
\definecolor{fri_red}{RGB}{225, 48, 41}
\renewcommand{\contentsname}{Kazalo / Contents}
\begin{document}
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
\center % Center everything on the page
%----------------------------------------------------------------------------------------
% HEADING SECTIONS
%----------------------------------------------------------------------------------------
\vspace*{70pt}
\textsc{\LARGE Univerza v Ljubljani}\\[0.4cm] %
\textcolor{fri_red}{\textsc{\LARGE Fakulteta za računalništvo in informatiko}}\\[1cm]
\textsc{\LARGE University of Ljubljana}\\[0.4cm] %
\textcolor{fri_red}{\textsc{\LARGE Faculty of Computer and Information Science}}\\[1.5cm]%Name of your university/college
\textsc{\large Zbornik}\\[0.5cm] % Minor heading such as course title
\textsc{\Large Digitalna forenzika}\\[0.5cm] % Major heading such as course name
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
{ \Huge \bfseries Seminarske naloge,}\\[0.4cm] % Title of your document
{ \Huge \bfseries (leto)/(leto+1)}\\[0.4cm] % Title of your document
%----------------------------------------------------------------------------------------
% DATE SECTION
%----------------------------------------------------------------------------------------
\vspace*{300pt}
{\large Ljubljana, (leto)}\\[2cm] % Date, change the \today to a set date if you want to be precise
%----------------------------------------------------------------------------------------
\vfill % Fill the rest of the page with whitespace
\AddToShipoutPictureBG*{\includegraphics[width=\paperwidth,height=\paperheight]{ozadjeA4.png}}
\end{titlepage}
%----------------------------------------------------------------------------------------
% FOOTNOTE SECTION
%----------------------------------------------------------------------------------------
\pagenumbering{gobble}
\vspace*{\fill}
\noindent\rule{\textwidth}{0.4pt}
\\[0.5cm]
{\large Zbornik}\\[0.5cm]
{\large Digitalna forenzika, Seminarske naloge (leto)/(leto+1)}\\[0.5cm]
{\large Editors: Andrej Brodnik, (tvoje ime), študenti}\\[0.5cm]
{\large Template author: David Klemenc}\\[0.5cm]
{\large Ljubljana : Univerza v Ljubljani, Fakulteta za računalništvo in informatiko (leto).}\\[0.5cm]
{\textcopyright These proceedings are for internal purposes and under copyright of University of Ljubljana, Faculty of Computer and Information Science. Any redistribution of the contents in any form is prohibited.
All rights reserved.}\\[0.5cm]
\noindent\rule{\textwidth}{0.4pt}
\clearpage
\pagenumbering{arabic}
\tableofcontents
\newpage
\section{Uvod / Introduction}
Prvi odstavek uvoda.
\par
Drugi odstavek uvoda.
\par
...
\vspace*{\fill}
\begin{tabu} to \textwidth{ X[l] X[r] }
Ljubljana, (leto) & (tvoje ime)
\end{tabu}
\newpage
\section{Povzetki / Summaries}
\subsection{Naslov povzetka}
Vsebina povzetka (abstract)
\subsection{Naslov povzetka 2}
Vsebina povzetka 2 (abstract)
...
\includepdf[pages=-, addtotoc={
1,section,1,Metodologija / Methodology,forenzika_metodologija,
1,subsection,1, Programming\, investigation and documentation in digital investigation ,forenzika_metodologija_1}]{./seminarske/DigFor_2018_paper_3.pdf}
\includepdf[pages=-, addtotoc={
1,subsection,1, SCARF: Skaliranje digitalnega forenzičnega procesiranja z uporabo vsebniških tehnologij v oblaku ,forenzika_metodologija_2}]{./seminarske/DigFor_2018_paper_8.pdf}
\includepdf[pages=-, addtotoc={
1,section,1,Razno / Misc,forenzika_razno,
1,subsection,1, DROP (DRone Open source Parser): Forenzična analiza modela DJI Phantom III ,forenzika_razno_1}]{./seminarske/DigFor_2018_paper_17.pdf}
\end{document}