Final grammar and style fixes
This commit is contained in:
parent
1ba0395634
commit
77ae3afe1b
9 changed files with 36 additions and 37 deletions
|
@ -2,7 +2,7 @@
|
|||
% Normally, you don't have to modify this file. Your abbreviations, etc. goes in
|
||||
% ../chapters/0abbr.tex file.
|
||||
|
||||
\begin{singlespacing}
|
||||
\begin{onehalfspace}
|
||||
|
||||
% \gsladdall would add all terms even if not used in your text.
|
||||
%\glsaddall
|
||||
|
@ -24,6 +24,6 @@
|
|||
\setlist[description]{style=standard} % reset settings back to default
|
||||
}
|
||||
\addtocontents{toc}{\cftpagenumberson{chapter}}
|
||||
\end{singlespacing}
|
||||
\end{onehalfspace}
|
||||
|
||||
\clearpage
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
\usepackage{tabularx}
|
||||
\usepackage{booktabs} %why not booktabs? :3
|
||||
% Abbreviations, acronym and glossary
|
||||
\usepackage[acronym,toc,nonumberlist,section=chapter]{glossaries}%xindy,%toc, ,nomain
|
||||
\usepackage[acronym,toc,nogroupskip,nonumberlist,section=chapter]{glossaries}%xindy,%toc, ,nomain
|
||||
\renewcommand*{\glsclearpage}{}
|
||||
|
||||
\usepackage{float} % For forced figure location with modifier H (\begin{figure}[H])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue