gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c3420ee)
raw | patch | inline | side by side (parent: c3420ee)
| author | Doni Pracner <donny@rarogl> | |
| Wed, 7 Nov 2012 15:35:30 +0000 (16:35 +0100) | ||
| committer | Doni Pracner <donny@rarogl> | |
| Wed, 7 Nov 2012 15:35:30 +0000 (16:35 +0100) | 
| seminar.tex | patch | blob | history | 
diff --git a/seminar.tex b/seminar.tex
index fb0e2be4c23c7dc2ea52fbf8df98a530ae48b7df..51e2cb93faed36d991e79728149be0c8548438a2 100644 (file)
--- a/seminar.tex
+++ b/seminar.tex
 % Template za seminarske radove na PMF-DMI-NS
-% Doni Pracner, 16.11.2010.
+% Doni Pracner, 07.11.2012.
 \documentclass[a4paper]{article}
+
+%definišemo da je ulaz utf-8 fajl
+%time može da se koriste i naša slova i ćirilica
 \usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}%definišemo da je ulaz utf-8 fajl
+\usepackage[utf8]{inputenc}
 % osnovne informacije koje ce se prikazati na naslovnoj strani,
 % kao i u informacijama u generisanom pdfu
 \newcommand{\autor}{Ime Prezime}
 \newcommand{\naslov}{Naslov rada}
-\newcommand{\datum}{2010, Novi Sad}
+\newcommand{\datum}{2012, Novi Sad}
 \newcommand{\mentor}{dr. Mentor Rada}
-\usepackage[square]{natbib}
-\renewcommand{\cite}[1]{\citep{#1}}
-
-\usepackage{ctable}
-\newcommand{\otoprule}{\midrule[\heavyrulewidth]}
+%napredne opcije za citiranja
+%\usepackage[square]{natbib}
+%\renewcommand{\cite}[1]{\citep{#1}}
+%napredne opcije za formatiranje tabela
+%\usepackage{ctable}
+%\newcommand{\otoprule}{\midrule[\heavyrulewidth]}
 \usepackage[serbian]{babel}
+
+% za formatiranja headera i footera...................................
 \usepackage{fancyhdr}
 \pagestyle{fancy}
+\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
+\fancyhf{} % delete current setting for header and footer
+\fancyfoot[C]{\thepage}
+\fancyhead[LO]{\bfseries\rightmark}
+%\fancyhead[R]{\bfseries\leftmark}
+\renewcommand{\headrulewidth}{0.5pt}
+\renewcommand{\footrulewidth}{0.5pt}
+%\addtolength{\headheight}{0.5pt} % make space for the rule
+\fancypagestyle{plain}{%
+\fancyhead{} % get rid of headers on plain pages
+\fancyfoot{}
+\renewcommand{\headrulewidth}{0pt} % and the line
+\renewcommand{\footrulewidth}{0pt} % and the line
+}
+\renewcommand{\headheight}{15pt}
+
+
 \title{\naslov}
 \author{\autor}
 \date{\datum}
 %change the default font
-\usepackage{lmodern}
+\usepackage{lmodern} %ako nedostaje...........................
 \renewcommand{\familydefault}{\sfdefault}
 %podesavanja outputa za pdf verzije
 ]{hyperref}
 \usepackage{graphicx}
-\usepackage{listings}
+%\usepackage{listings} za listanje programskog koda
 \usepackage{amsthm}
 \usepackage{amsmath}
 \usepackage{latexsym}
 \begin{document}
-%% ovi redovi daju header i footer
-
-\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
-\fancyhf{} % delete current setting for header and footer
-\fancyfoot[C]{\thepage}
-\fancyhead[LO]{\bfseries\rightmark}
-%\fancyhead[R]{\bfseries\leftmark}
-\renewcommand{\headrulewidth}{0.5pt}
-\renewcommand{\footrulewidth}{0.5pt}
-%\addtolength{\headheight}{0.5pt} % make space for the rule
-\fancypagestyle{plain}{%
-\fancyhead{} % get rid of headers on plain pages
-\fancyfoot{}
-\renewcommand{\headrulewidth}{0pt} % and the line
-\renewcommand{\footrulewidth}{0pt} % and the line
-}
-\renewcommand{\headheight}{15pt}
-
 %% specijalni blokovi koji služe kao podsetnici u radu ili napomene
 \newcommand{\skica}[1]{
     \noindent \framebox{\parbox[c]{0.9\textwidth}{  {\small** \textit{#1}  }}
   \noindent \framebox{\parbox[c]{0.9\textwidth}{ {\small***
         \textbf{#1} }} \newline } }
+% za 
 \newcommand{\kod}[1]{{\small\texttt{#1}}}
 % ako je sledeci red odkomentarisan nista od skica nece biti ispisano
        Seminarski rad
        \vspace{12ex}
-       {\Large Mentor:
-          \par \textbf{\mentor}}
+       {\Large Mentor:}
+        \vspace{2ex}
+
+        {\Large  \textbf{\mentor}}
        %\vspace{10ex}
        \vfill
 \begin{abstract}
   Abstrakt rada. Potencijalno se može i preskočiti, ali nije loše
-  ostaviti ukratko o čemu će se pričati.
+  ostaviti ukratko o čemu će se pričati.\skicas{dopuniti ovo}
 \end{abstract}
 \tableofcontents
 U Teoremi~\ref{teorema-granica} se vidi...
+\skicab{proveriti}
+
 \begin{theo}[Naslov teoreme]
 \label{teorema-granica}
 \begin{equation*}
 \flushleft
 \bibliography{refs}%literatura je u fajlu refs.bib
-\bibliographystyle{plainnat}%promene u ovom redu menjaju stil referenciranja
+\bibliographystyle{plain}%promene u ovom redu menjaju stil referenciranja
 % za najobičnije brojeve koristiti "plain" stil, a pri tome je
 % uglavnom najbolje izbaciti upotrebu ``natbib'' paketa iz preambule