gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
d7953376d527abfe06f334163653828e48492f57
[spa1skripta-public.git] / skripta-spa1-dk.tex
1 \documentclass[a4paper,twoside]{article}
3 \usepackage[T1]{fontenc}
4 \usepackage[utf8]{inputenc}%definišemo da je ulaz utf-8 fajl
6 \usepackage[serbian]{babel}
8 \newcommand{\varijacija}{dk}
9 %jk=jedna kolona, dk=dve kolone
11 \newcommand{\mainstart}{
12 \begin{multicols}{2}
13 }
15 \newcommand{\mainend}{
16 \end{multicols}
17 }
19 \newcommand{\manbreakJK}{
20 %\pagebreak
21 }
23 %margine
24 %experiment
25 %\usepackage[top=2.5cm, bottom=1.5cm, left=3cm, right=2cm]{geometry}
26 %staro:
27 \usepackage[top=1.5cm, bottom=1cm, left=2cm, right=1cm]{geometry}
29 \usepackage{fancyhdr}
30 \pagestyle{fancy}
32 %% ovi redovi daju header i footer
33 \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
34 \fancyhf{} % delete current setting for header and footer
35 % \fancyfoot[C]{\thepage}
36 \fancyhead[LO]{\bfseries\rightmark}
37 \fancyhead[RO]{\thepage}
39 \fancyhead[RE]{Strukture podataka i algoritmi 1 -- skripta}
40 \fancyhead[LE]{\thepage}
42 \renewcommand{\headrulewidth}{0.5pt}
43 \renewcommand{\headwidth}{\textwidth}
44 % \renewcommand{\footrulewidth}{0.5pt}
45 % \addtolength{\headheight}{0.5pt} % make space for the rule
47 \fancypagestyle{plain}{%
48 \fancyhead{} % get rid of headers on plain pages
49 \fancyfoot{}
50 \renewcommand{\headrulewidth}{0pt} % and the line
51 \renewcommand{\footrulewidth}{0pt} % and the line
52 }
53 \setlength{\headheight}{15pt}
55 %promene u marginama:
56 %\setlength{\marginparwidth}{32pt}
57 %\setlength{\textwidth}{620pt}
58 %\setlength{\textheight}{620pt}
60 \include{skripta-spa1-sadrzaj}
62 \end{document}
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner