Преглед изворни кода

Slight modifications

master
Marko Radisic пре 4 година
родитељ
комит
74fbb5fa52
5 измењених фајлова са 36 додато и 138 уклоњено
  1. BIN
      main.pdf
  2. 3
    9
      main.tex
  3. 28
    113
      preamble.tex
  4. 2
    6
      prvestrane.tex
  5. 3
    10
      tutorial.tex

+ 3
- 9
main.tex Прегледај датотеку

@@ -2,10 +2,10 @@

\input{preamble}

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

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

\mainmatter\pagestyle{mainmatter}

\include{intro}

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

% \printbibliography{}
\include{tutorial}

\end{document}

+ 28
- 113
preamble.tex Прегледај датотеку

@@ -1,32 +1,25 @@
% PAGE LAYOUT
% PAGE
\usepackage[margin=2cm]{geometry} % Margins

% FONT STYLE
% FONT
\usepackage[T1, T2A]{fontenc} % Font rendering
\usepackage[utf8]{inputenc} % Input encoding
\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}

% PARAGRAPH SETTINGS
% PARAGRAPH
\widowpenalty10000 % Prevent widows
\clubpenalty10000 % Prevent orphans
\setlength{\parindent}{0pt} % Paragraph indentation
\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
\titleformat{\chapter}[hang]{\singlespacing\Huge\bfseries}{\thechapter%
\titleformat{\chapter}[hang]{\Huge\bfseries}{\thechapter%
\hspace{20pt}}{0pt}{} % Modify chapter style

% continuous numbering
% NUMBERING
\setcounter{secnumdepth}{5} % Depth of section numbering
\usepackage{chngcntr}
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}
@@ -40,10 +33,10 @@
\renewcommand{\chaptermark}[1]{\markboth{\thechapter.\ #1}{}}
\fancypagestyle{mainmatter}{
\fancyhf{}
\lhead{\textsf{\nouppercase{\removelinebreaks\@naslov}}}
\lhead{\nouppercase{\removelinebreaks\@naslov}}
\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{}
\rfoot{\thepage}
}
@@ -55,10 +48,10 @@
\rfoot{}
}
\fancypagestyle{plain}{
\lhead{\textsf{\nouppercase{\removelinebreaks\@naslov}}}
\lhead{\nouppercase{\removelinebreaks\@naslov}}
\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{}
\rfoot{\thepage}
}
@@ -72,85 +65,16 @@
% QUOTES
\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
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsbsy}
\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
\usepackage{hyperref} % use [hidelinks] to hide links
\usepackage{subcaption}
\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
\usepackage{enumitem}
\setlist[itemize]{noitemsep, topsep=0pt}
@@ -158,10 +82,7 @@
% TABLES
\usepackage{booktabs}

%% DEBUGGING

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

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

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

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

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

\vspace{1cm}

@@ -193,26 +116,18 @@
}
\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 }
\end{center}
\end{titlepage}
}
\makeatother

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

\makeatother

+ 2
- 6
prvestrane.tex Прегледај датотеку

@@ -55,6 +55,7 @@
\textbf{Kljuчне речи:}
највише 5 кључних речи одвојених зарезом

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

\textbf{Abstract:}
@@ -64,9 +65,4 @@ Short abstract in English (max 10 rows).
\textbf{Kljuчне речи:}
max 5 keywords separated by commas

\makeatother

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

intro.tex → tutorial.tex Прегледај датотеку

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

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

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

Све физичке величине које се појављују у формулама, након првог појављивања у тексту потребно је објаснити:
\textquote{
$\ldots$
@@ -107,9 +105,4 @@
TimberTower, \url{www.ticomtec.de/en/referenz/timbertower}
\bibitem{abaqus}
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…
Откажи
Сачувај