gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
skripta verzija 14c
[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 \newcommand{\sectionbreak}{
24 %\vfill
25 %\columnbreak
26 }
29 %margine
30 %experiment
31 %\usepackage[top=2.5cm, bottom=1.5cm, left=3cm, right=2cm]{geometry}
32 %staro:
33 \usepackage[top=1.5cm, bottom=1cm, left=2cm, right=1cm]{geometry}
35 \usepackage{fancyhdr}
36 \pagestyle{fancy}
38 %% ovi redovi daju header i footer
39 \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
40 \fancyhf{} % delete current setting for header and footer
41 % \fancyfoot[C]{\thepage}
42 \fancyhead[LO]{\bfseries\rightmark}
43 \fancyhead[RO]{\thepage}
45 \fancyhead[RE]{Strukture podataka i algoritmi 1 -- skripta}
46 \fancyhead[LE]{\thepage}
48 \renewcommand{\headrulewidth}{0.5pt}
49 \renewcommand{\headwidth}{\textwidth}
50 % \renewcommand{\footrulewidth}{0.5pt}
51 % \addtolength{\headheight}{0.5pt} % make space for the rule
53 \fancypagestyle{plain}{%
54 \fancyhead{} % get rid of headers on plain pages
55 \fancyfoot{}
56 \renewcommand{\headrulewidth}{0pt} % and the line
57 \renewcommand{\footrulewidth}{0pt} % and the line
58 }
59 \setlength{\headheight}{15pt}
61 %promene u marginama:
62 %\setlength{\marginparwidth}{32pt}
63 %\setlength{\textwidth}{620pt}
64 %\setlength{\textheight}{620pt}
66 \input{skripta-spa1-sadrzaj}
68 \end{document}
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner