Fix year
This commit is contained in:
parent
2a85b7821f
commit
40d27c6bb7
3 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
% This is the beginning of the school year (e.g. for 2025/26 it should be 2025)
|
% This is the beginning of the school year (e.g. for 2025/26 it should be 2025)
|
||||||
\newcommand{\currentyear}{2025}
|
\newcommand{\yearstart}{2024}
|
||||||
% This should include at least Andy and YOU - the person compiling this
|
% This should include at least Andy and YOU - the person compiling this
|
||||||
\newcommand{\editors}{Andrej Brodnik, Miha Frangež}
|
\newcommand{\editors}{Andrej Brodnik, Miha Frangež}
|
||||||
|
|
|
@ -15,7 +15,7 @@ from family matters to contractual conflicts among economic entities. The field
|
||||||
crucial in modern litigation.
|
crucial in modern litigation.
|
||||||
\par
|
\par
|
||||||
This conference gathers the seminar papers of master’s students at the Faculty of Computer Science and Information,
|
This conference gathers the seminar papers of master’s students at the Faculty of Computer Science and Information,
|
||||||
University of Ljubljana \currentyear/\nextyear. It explores a variety of topics including mobile forensics, logs, password forensics
|
University of Ljubljana \yearstart/\yearstart. It explores a variety of topics including mobile forensics, logs, password forensics
|
||||||
and cyphering, browser forensics and forensic investigation. Each paper contributes to the ongoing development and
|
and cyphering, browser forensics and forensic investigation. Each paper contributes to the ongoing development and
|
||||||
application of digital forensic techniques, enhancing our ability to navigate the complexities of today’s digital landscape.
|
application of digital forensic techniques, enhancing our ability to navigate the complexities of today’s digital landscape.
|
||||||
%
|
%
|
||||||
|
|
12
main.tex
12
main.tex
|
@ -23,7 +23,7 @@
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
\input{edit_this/10-variables}
|
\input{edit_this/10-variables}
|
||||||
|
|
||||||
\newcommand{\nextyear}{\the\numexpr\currentyear+1\relax}
|
\newcommand{\yearend}{\the\numexpr\yearstart+1\relax}
|
||||||
|
|
||||||
\definecolor{fri_red}{RGB}{225, 48, 41}
|
\definecolor{fri_red}{RGB}{225, 48, 41}
|
||||||
|
|
||||||
|
@ -57,13 +57,13 @@
|
||||||
% TITLE PAGE: TITLE SECTION
|
% TITLE PAGE: TITLE SECTION
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
{ \Huge \bfseries Seminarske naloge,}\\[0.4cm] % Title of your document
|
{ \Huge \bfseries Seminarske naloge,}\\[0.4cm] % Title of your document
|
||||||
{ \Huge \bfseries \currentyear/\nextyear}\\[0.4cm] % Title of your document
|
{ \Huge \bfseries \yearstart/\yearend}\\[0.4cm] % Title of your document
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
% TITLE PAGE: DATE SECTION
|
% TITLE PAGE: DATE SECTION
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
\vspace*{300pt}
|
\vspace*{300pt}
|
||||||
{\large Ljubljana, \currentyear}\\[2cm]
|
{\large Ljubljana, \yearend}\\[2cm]
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------------
|
||||||
\vfill % Fill the rest of the page with whitespace
|
\vfill % Fill the rest of the page with whitespace
|
||||||
|
@ -78,10 +78,10 @@
|
||||||
\noindent\rule{\textwidth}{0.4pt}
|
\noindent\rule{\textwidth}{0.4pt}
|
||||||
\\[0.5cm]
|
\\[0.5cm]
|
||||||
{\large Zbornik}\\[0.5cm]
|
{\large Zbornik}\\[0.5cm]
|
||||||
{\large Digitalna forenzika, Seminarske naloge \currentyear/\nextyear}\\[0.5cm]
|
{\large Digitalna forenzika, Seminarske naloge \yearstart/\yearend}\\[0.5cm]
|
||||||
{\large Editors: \editors, študenti}\\[0.5cm]
|
{\large Editors: \editors, študenti}\\[0.5cm]
|
||||||
{\large Template authors: David Klemenc, Miha Frangež}\\[0.5cm]
|
{\large Template authors: David Klemenc, Miha Frangež}\\[0.5cm]
|
||||||
{\large Ljubljana : Univerza v Ljubljani, Fakulteta za računalništvo in informatiko \currentyear.}\\[0.5cm]
|
{\large Ljubljana : Univerza v Ljubljani, Fakulteta za računalništvo in informatiko \yearend.}\\[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.
|
{\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]
|
All rights reserved.}\\[0.5cm]
|
||||||
\noindent\rule{\textwidth}{0.4pt}
|
\noindent\rule{\textwidth}{0.4pt}
|
||||||
|
@ -107,7 +107,7 @@ All rights reserved.}\\[0.5cm]
|
||||||
|
|
||||||
\vspace*{\fill}
|
\vspace*{\fill}
|
||||||
\begin{tabu} to \textwidth{ X[l] X[r] }
|
\begin{tabu} to \textwidth{ X[l] X[r] }
|
||||||
Ljubljana, \currentyear & \introauthor
|
Ljubljana, \yearend & \introauthor
|
||||||
\end{tabu}
|
\end{tabu}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue