fixed the spacings to match the MS Word template

master
Peter Babič 9 years ago
parent 9fc05b46be
commit bceac7b866
  1. 9
      session.tks
  2. BIN
      tukethesis.pdf
  3. 23
      tukethesis.tex

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<TexmakerSession quickmode="3">
<document line="123" bookmark1="0" bookmark2="0" bookmark3="0" file="/home/delmadord/dev/LaTeX/diplomovka/tukethesis.tex" master="true" hasfocus="false"/>
<document line="4" bookmark1="0" bookmark2="0" bookmark3="0" file="/home/delmadord/dev/LaTeX/diplomovka/problemexpres.tex" master="false" hasfocus="true"/>
<document line="7" bookmark1="0" bookmark2="0" bookmark3="0" file="/home/delmadord/dev/LaTeX/diplomovka/introduction.tex" master="false" hasfocus="false"/>
<document line="21" bookmark1="0" bookmark2="0" bookmark3="0" file="/home/delmadord/dev/LaTeX/diplomovka/bibliography.bib" master="false" hasfocus="false"/>
<document bookmark1="0" bookmark2="0" bookmark3="0" file="/home/delmadord/dev/LaTeX/diplomovka/tukethesis.tex" master="true" line="0" hasfocus="false"/>
<document bookmark1="0" bookmark2="0" bookmark3="0" file="/home/delmadord/dev/LaTeX/diplomovka/problemexpres.tex" master="false" line="77" hasfocus="true"/>
<document bookmark1="0" bookmark2="0" bookmark3="0" file="/home/delmadord/dev/LaTeX/diplomovka/analytical.tex" master="false" line="0" hasfocus="false"/>
<document bookmark1="0" bookmark2="0" bookmark3="0" file="/home/delmadord/dev/LaTeX/diplomovka/bibliography.bib" master="false" line="52" hasfocus="false"/>
<document bookmark1="0" bookmark2="0" bookmark3="0" file="/home/delmadord/dev/LaTeX/diplomovka/introduction.tex" master="false" line="32" hasfocus="false"/>
</TexmakerSession>

BIN
tukethesis.pdf (Stored with Git LFS)

Binary file not shown.

@ -29,8 +29,29 @@
\usepackage{upgreek} % e.g. $\upmu\mathrm{m}$ type micrometer (mu)
\usepackage[final]{showkeys}%color%notref%notcite%final
\usepackage[noprefix]{nomencl}
\makeglossary % command to make *.glo file
\usepackage{parskip}%
%% fix the spacings to match the MS Word template
\usepackage{indentfirst}
\setlength{\parindent}{1cm}
\usepackage{geometry}
\geometry{
tmargin=2.5cm,
bottom=2.5cm,
headsep=.5cm,
}
\usepackage[compact]{titlesec}
\titlespacing*{\section} {0pt}{0cm}{0cm}
\titlespacing*{\subsection} {0pt}{-.15cm}{-.15cm}
\linespread{1.3}
\let\tempone\itemize
\let\temptwo\enditemize
\renewenvironment{itemize}{\tempone\addtolength{\itemsep}{-.3\baselineskip}}{\temptwo}
% prevent breaking \item b/w pages
\usepackage{needspace}
\let\svitem\item
\def\item{\needspace{\baselineskip}\svitem}
% command to make *.glo file
\makeglossary
%%
%\usepackage[dvips]{graphicx}
%\DeclareGraphicsExtensions{.eps, .mps}

Loading…
Cancel
Save