-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathtest.tex.template
More file actions
40 lines (31 loc) · 912 Bytes
/
test.tex.template
File metadata and controls
40 lines (31 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% Kopiraj to datoteko v test.tex
% in zamenjaj ime naloge pri definiciji ukaza \testnaNaloga
\documentclass[a4paper, 11pt, titlepage]{article}
\input{tex/paketi.tex}
\usepackage{fourier} % zakomentiraj, če se pojavijo težave
\usepackage[oznake]{omrezja} % zakomentiraj, če nimaš omrezja.sty
\input{tex/ukazi.tex}
\pgfrealjobname{test}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\nal}[1][]{{\tt \taoznaka{#1}}\xspace}
\newcommand{\res}[1][]{{\tt \taoznaka{#1}}\xspace}
\newcommand{\sirina}{\textwidth}
% Zamenjaj ime naloge z želeno nalogo za testiranje
\newcommand{\testnaNaloga}{ajkalaj}
\begin{document}
\input{tex/glavno.tex}
\section{Naloge}
{
\input{tex/naloga.tex}
\izpisiNalogo{\testnaNaloga}
}
\clearpage
\section{Rešitve}
{
\input{tex/resitev.tex}
\izpisiNalogo{\testnaNaloga}
}
\clearpage
\bibliographystyle{bababbrv-fl}
\bibliography{reference}
\end{document}