Browse Source

Slight modifications

master
Marko Radisic 4 years ago
parent
commit
74fbb5fa52
5 changed files with 36 additions and 138 deletions
  1. BIN
      main.pdf
  2. 3
    9
      main.tex
  3. 28
    113
      preamble.tex
  4. 2
    6
      prvestrane.tex
  5. 3
    10
      tutorial.tex

BIN
main.pdf View File


+ 3
- 9
main.tex View File



\input{preamble} \input{preamble}


% \msctrue za master tezu, \bsctrue za diplomski rad
% \msctrue{} za master tezu, \bsctrue{} za diplomski rad
\msctrue{} \msctrue{}


\naslov{Наслов рада\protect\\ на српском језику}
\naslov{Наслов рада\n на српском језику}
\naslove{Thesis title in English} \naslove{Thesis title in English}
\mentor{Проф. Др Петар Петровић} \mentor{Проф. Др Петар Петровић}
\student{Петар Петровић 111/11} \student{Петар Петровић 111/11}


\mainmatter\pagestyle{mainmatter} \mainmatter\pagestyle{mainmatter}


\include{intro}

\appendix
\cleardoublepage{}
% \include{ap}

% \printbibliography{}
\include{tutorial}


\end{document} \end{document}

+ 28
- 113
preamble.tex View File

% PAGE LAYOUT
% PAGE
\usepackage[margin=2cm]{geometry} % Margins \usepackage[margin=2cm]{geometry} % Margins


% FONT STYLE
% FONT
\usepackage[T1, T2A]{fontenc} % Font rendering \usepackage[T1, T2A]{fontenc} % Font rendering
\usepackage[utf8]{inputenc} % Input encoding \usepackage[utf8]{inputenc} % Input encoding
\usepackage[english, serbianc]{babel} \usepackage[english, serbianc]{babel}
% \usepackage[defaultsans]{droidsans} % main font
% \usepackage[p,osf,space]{erewhon} % main font
% \usepackage[erewhon,vvarbb,bigdelims]{newtxmath} % math font
\usepackage{microtype} \usepackage{microtype}


% PARAGRAPH SETTINGS
% PARAGRAPH
\widowpenalty10000 % Prevent widows \widowpenalty10000 % Prevent widows
\clubpenalty10000 % Prevent orphans \clubpenalty10000 % Prevent orphans
\setlength{\parindent}{0pt} % Paragraph indentation \setlength{\parindent}{0pt} % Paragraph indentation
\setlength{\parskip}{12pt} % Space between paragraphs \setlength{\parskip}{12pt} % Space between paragraphs
\usepackage[doublespacing]{setspace}
\setlength{\jot}{2ex} % Line spacing inside equation env
\setcounter{secnumdepth}{5} % Depth of section numbering

\usepackage{comment} % Comment env for orgtbl exports


% CHAPTER STYLE
% CHAPTER
\usepackage{titlesec} % Modify titles style \usepackage{titlesec} % Modify titles style
\titleformat{\chapter}[hang]{\singlespacing\Huge\bfseries}{\thechapter%
\titleformat{\chapter}[hang]{\Huge\bfseries}{\thechapter%
\hspace{20pt}}{0pt}{} % Modify chapter style \hspace{20pt}}{0pt}{} % Modify chapter style


% continuous numbering
% NUMBERING
\setcounter{secnumdepth}{5} % Depth of section numbering
\usepackage{chngcntr} \usepackage{chngcntr}
\counterwithout{figure}{chapter} \counterwithout{figure}{chapter}
\counterwithout{table}{chapter} \counterwithout{table}{chapter}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter.\ #1}{}} \renewcommand{\chaptermark}[1]{\markboth{\thechapter.\ #1}{}}
\fancypagestyle{mainmatter}{ \fancypagestyle{mainmatter}{
\fancyhf{} \fancyhf{}
\lhead{\textsf{\nouppercase{\removelinebreaks\@naslov}}}
\lhead{\nouppercase{\removelinebreaks\@naslov}}
\rhead{} \rhead{}
\ifbsc \lfoot{\textsf{\nouppercase{\removelinebreaks\@student} - Дипломски рад}} \fi
\ifmsc \lfoot{\textsf{\nouppercase{\removelinebreaks\@student} - Мастер рад}} \fi
\ifbsc \lfoot{\nouppercase{\removelinebreaks\@student} - Дипломски рад} \fi
\ifmsc \lfoot{\nouppercase{\removelinebreaks\@student} - Мастер рад} \fi
\cfoot{} \cfoot{}
\rfoot{\thepage} \rfoot{\thepage}
} }
\rfoot{} \rfoot{}
} }
\fancypagestyle{plain}{ \fancypagestyle{plain}{
\lhead{\textsf{\nouppercase{\removelinebreaks\@naslov}}}
\lhead{\nouppercase{\removelinebreaks\@naslov}}
\rhead{} \rhead{}
\ifbsc \lfoot{\textsf{\nouppercase{\removelinebreaks\@student} - Дипломски рад}} \fi
\ifmsc \lfoot{\textsf{\nouppercase{\removelinebreaks\@student} - Мастер рад}} \fi
\ifbsc \lfoot{\nouppercase{\removelinebreaks\@student} - Дипломски рад} \fi
\ifmsc \lfoot{\nouppercase{\removelinebreaks\@student} - Мастер рад} \fi
\cfoot{} \cfoot{}
\rfoot{\thepage} \rfoot{\thepage}
} }
% QUOTES % QUOTES
\usepackage[style=german]{csquotes} \usepackage[style=german]{csquotes}


% SUPPRESS PAGE NUMBER RESET
% \makeatletter
% \def\pagenumbering#1{%
% \gdef\thepage{\csname @#1\endcsname \c@page}}
% \makeatother

% FIGURES
\usepackage[inkscapepath=svgsubdir]{svg}
\usepackage{pgfplots, etoolbox} % Plot directly from csv
\usepackage{tikz-3dplot}
\usepackage{tikz-dimline}
\usepackage[mode=buildnew]{standalone}
\usepackage{xstring}
\usepackage{calc}

\usepackage{tikzscale}
\usetikzlibrary{pgfplots.groupplots}
\usetikzlibrary{arrows.meta, bending, positioning, matrix}
\pgfplotsset{
compat=1.15,
table/search path={csv},
every axis/.append style={
thick,
cycle list name=black white,
% ylabel style={rotate=-90}
}
}
% \usetikzlibrary{external}
% \tikzexternalize[prefix=tikz-external/]

% MATH % MATH
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsbsy}
\usepackage{mathtools} \usepackage{mathtools}
\usepackage{physics}
\usepackage{commath} % differentials
\usepackage{interval} % Intervals definitions
\intervalconfig{soft open fences, separator symbol=;}
\usepackage{xfrac} % Nicer fractions
\usepackage{siunitx} % Nicer units
\usepackage{arydshln} % Dashes in matrices
\usepackage[Symbol]{upgreek} % Straight Greek symbols

\newcommand\mat[1]{\boldsymbol{\mathrm{#1}}}
\renewcommand\vec[1]{\boldsymbol{#1}}

\newcommand{\myfourier}{\mbox{\unitlength1em
\begin{picture}(2,0.5)
\put(0.5,0.25){\circle{0.4}}
\put(0.7,0.25){\thicklines \line(1,0){0.6}}
\put(1.5,0.25){\circle*{0.4}}
\end{picture}}}

\newcommand{\myinvfourier}{\mbox{\unitlength1em
\begin{picture}(2,0.5)
\put(0.5,0.25){\circle*{0.4}}
\put(0.7,0.25){\thicklines \line(1,0){0.6}}
\put(1.5,0.25){\circle{0.4}}
\end{picture}}}
\usepackage{siunitx}


% REFERENCES & CAPTIONS % REFERENCES & CAPTIONS
\usepackage{hyperref} % use [hidelinks] to hide links \usepackage{hyperref} % use [hidelinks] to hide links
\usepackage{subcaption} \usepackage{subcaption}
\captionsetup{justification=centering} \captionsetup{justification=centering}


% NOMENCLATURE
\usepackage[intoc]{nomencl}
\renewcommand*{\pagedeclaration}[1]{\unskip, page \hyperpage{#1}}
\newcommand{\nomunit}[1]{%
\renewcommand{\nomentryend}{\hspace*{\fill}#1}}
\makenomenclature
\makeatletter
\patchcmd{\thenomenclature}{\section*}{\section}{}{}
\makeatother

% ACRONYMS
\usepackage{acronym}

% ITEMIZE % ITEMIZE
\usepackage{enumitem} \usepackage{enumitem}
\setlist[itemize]{noitemsep, topsep=0pt} \setlist[itemize]{noitemsep, topsep=0pt}
% TABLES % TABLES
\usepackage{booktabs} \usepackage{booktabs}


%% DEBUGGING

% SHOW LABELS
% \usepackage[draft,inline]{showlabels}
% TITLE PAGE
\makeatletter \makeatletter
\newcommand{\naslov}[1]{\gdef\@naslov{#1}} \newcommand{\naslov}[1]{\gdef\@naslov{#1}}
\newcommand{\naslove}[1]{\gdef\@naslove{#1}} \newcommand{\naslove}[1]{\gdef\@naslove{#1}}
\newif\ifbsc \newif\ifbsc
\newif\ifmsc \newif\ifmsc
\newcommand{\removelinebreaks}[1]{% \newcommand{\removelinebreaks}[1]{%
\begingroup\def\\{}#1\endgroup}
\begingroup\def\n{ }#1\endgroup}

\newcommand{\n}{\vadjust{\vspace{12pt}}\nolinebreak\hspace{\fill}\linebreak}


\renewcommand{\maketitle}{ \renewcommand{\maketitle}{
\begin{titlepage} \begin{titlepage}
\begin{center} \begin{center}
{\fontsize{16}{\baselineskip}\selectfont УНИВЕРЗИТЕТ У БЕОГРАДУ\\ ГРАЂЕВИНСКИ ФАКУЛТЕТ}
{\fontsize{16}{\baselineskip}\selectfont УНИВЕРЗИТЕТ У БЕОГРАДУ\\[6pt] ГРАЂЕВИНСКИ ФАКУЛТЕТ}


\includegraphics[width=46mm]{img/grf.png} \includegraphics[width=46mm]{img/grf.png}
\vspace{2cm} \vspace{2cm}


{\linespread{2}\fontsize{20}{10}\selectfont\bfseries\MakeUppercase{\@naslov}}
{\fontsize{20}{\baselineskip}\selectfont\bfseries\MakeUppercase{\@naslov}}


\vspace{1cm} \vspace{1cm}


} }
\vfill \vfill


{ \fontsize{16}{0.8\baselineskip}\selectfont
{ \fontsize{16}{\baselineskip}\selectfont


\begin{minipage}{0.5\linewidth}
\textbf{Ментор:} \\
\@mentor
\end{minipage}%
\begin{minipage}{0.5\linewidth}
\textbf{Кандидат:} \\
\@student
\end{minipage}
\begin{tabular*}{\textwidth}{l @{\extracolsep{\fill}} l}
\textbf{Ментор:} & \textbf{Кандидат:} \\[12pt]
\@mentor & \@student \\
\end{tabular*}
} }

\vspace{1cm}
{ \fontsize{16}{\baselineskip}\selectfont Београд, \@godina } { \fontsize{16}{\baselineskip}\selectfont Београд, \@godina }
\end{center} \end{center}
\end{titlepage} \end{titlepage}
} }
\makeatother

%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End:

\makeatother

+ 2
- 6
prvestrane.tex View File

\textbf{Kljuчне речи:} \textbf{Kljuчне речи:}
највише 5 кључних речи одвојених зарезом највише 5 кључних речи одвојених зарезом


\vspace{1cm}
{\bfseries\MakeUppercase{\@naslove}} {\bfseries\MakeUppercase{\@naslove}}


\textbf{Abstract:} \textbf{Abstract:}
\textbf{Kljuчне речи:} \textbf{Kljuчне речи:}
max 5 keywords separated by commas max 5 keywords separated by commas


\makeatother

%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../main"
%%% End:
\makeatother

intro.tex → tutorial.tex View File

\textbf{Колона 1} & \textbf{Колона 2} \\ \textbf{Колона 1} & \textbf{Колона 2} \\
\midrule \midrule
Марка бетона & MB35 \\ Марка бетона & MB35 \\
Модул еластичности & E = \SI{33}{GPa} \\
Модул еластичности & $E = \SI{33}{GPa}$ \\
Поасонов коефицијент & $\nu = \num{0.2}$ \\ Поасонов коефицијент & $\nu = \num{0.2}$ \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}
\end{equation} \end{equation}


Формуле и називи физичких величина који су саставни део текста пишу се Формуле и називи физичких величина који су саставни део текста пишу се
између долара \texttt{\$\$} коришћењем пакета \texttt{unitsix}:
коришћењем пакета \texttt{unitsix}:
\textquote{Модул еластичности бетона износи $E = \SI{33}{GPa}$}. \textquote{Модул еластичности бетона износи $E = \SI{33}{GPa}$}.

Симболи грчког алфабета $\alpha$, $\beta$. Симболи грчког алфабета $\alpha$, $\beta$.

Све физичке величине које се појављују у формулама, након првог појављивања у тексту потребно је објаснити: Све физичке величине које се појављују у формулама, након првог појављивања у тексту потребно је објаснити:
\textquote{ \textquote{
$\ldots$ $\ldots$
TimberTower, \url{www.ticomtec.de/en/referenz/timbertower} TimberTower, \url{www.ticomtec.de/en/referenz/timbertower}
\bibitem{abaqus} \bibitem{abaqus}
ABAQUS User Manual 6.9. DS SIMULIA Corp., Providence, Rhode Island, USA, 2009. ABAQUS User Manual 6.9. DS SIMULIA Corp., Providence, Rhode Island, USA, 2009.
\end{thebibliography}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End:
\end{thebibliography}

Loading…
Cancel
Save