Fix year
This commit is contained in:
parent
2a85b7821f
commit
40d27c6bb7
3 changed files with 8 additions and 8 deletions
12
main.tex
12
main.tex
|
@ -23,7 +23,7 @@
|
|||
%----------------------------------------------------------------------------------------
|
||||
\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}
|
||||
|
||||
|
@ -57,13 +57,13 @@
|
|||
% TITLE PAGE: TITLE SECTION
|
||||
%----------------------------------------------------------------------------------------
|
||||
{ \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
|
||||
%----------------------------------------------------------------------------------------
|
||||
\vspace*{300pt}
|
||||
{\large Ljubljana, \currentyear}\\[2cm]
|
||||
{\large Ljubljana, \yearend}\\[2cm]
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
\vfill % Fill the rest of the page with whitespace
|
||||
|
@ -78,10 +78,10 @@
|
|||
\noindent\rule{\textwidth}{0.4pt}
|
||||
\\[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 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.
|
||||
All rights reserved.}\\[0.5cm]
|
||||
\noindent\rule{\textwidth}{0.4pt}
|
||||
|
@ -107,7 +107,7 @@ All rights reserved.}\\[0.5cm]
|
|||
|
||||
\vspace*{\fill}
|
||||
\begin{tabu} to \textwidth{ X[l] X[r] }
|
||||
Ljubljana, \currentyear & \introauthor
|
||||
Ljubljana, \yearend & \introauthor
|
||||
\end{tabu}
|
||||
|
||||
\newpage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue