diff options
Diffstat (limited to 'content/preamble')
| -rw-r--r-- | content/preamble/abstract.tex | 27 | ||||
| -rw-r--r-- | content/preamble/acknowledgement.tex | 13 | ||||
| -rw-r--r-- | content/preamble/dedication.tex | 9 | ||||
| -rw-r--r-- | content/preamble/glossary.tex | 21 |
4 files changed, 70 insertions, 0 deletions
diff --git a/content/preamble/abstract.tex b/content/preamble/abstract.tex new file mode 100644 index 0000000..63e5e13 --- /dev/null +++ b/content/preamble/abstract.tex @@ -0,0 +1,27 @@ + +% Thesis Abstract ----------------------------------------------------- + + +%\begin{abstractslong} %uncommenting this line, gives a different abstract heading +\begin{abstracts} %this creates the heading for the abstract page + +\noindent \textit{Context}. +\todo{at the end} + +\noindent \textit{Goal}. +\todo{at the end} + +\noindent \textit{Method}. +\todo{at the end} + +\noindent \textit{Results}. +\todo{at the end} + +\noindent \textit{Conclusions}. +\todo{at the end} + +\end{abstracts} +%\end{abstractlongs} + + +% ---------------------------------------------------------------------- diff --git a/content/preamble/acknowledgement.tex b/content/preamble/acknowledgement.tex new file mode 100644 index 0000000..4efb21e --- /dev/null +++ b/content/preamble/acknowledgement.tex @@ -0,0 +1,13 @@ +% Thesis Acknowledgements ------------------------------------------------ + + +%\begin{acknowledgementslong} %uncommenting this line, gives a different acknowledgements heading +%\begin{acknowledgements} %this creates the heading for the acknowlegments + + +%\end{acknowledgements} +%\end{acknowledgmentslong} + +% ------------------------------------------------------------------------ + + diff --git a/content/preamble/dedication.tex b/content/preamble/dedication.tex new file mode 100644 index 0000000..9bc75a8 --- /dev/null +++ b/content/preamble/dedication.tex @@ -0,0 +1,9 @@ +% Thesis Dedication --------------------------------------------------- + +%\begin{dedication} %this creates the heading for the dedication page + +%To ... + +%\end{dedication} + +% ----------------------------------------------------------------------
\ No newline at end of file diff --git a/content/preamble/glossary.tex b/content/preamble/glossary.tex new file mode 100644 index 0000000..91df2b6 --- /dev/null +++ b/content/preamble/glossary.tex @@ -0,0 +1,21 @@ +% this file is called up by thesis.tex +% content in this file will be fed into the main document + +% Glossary entries are defined with the command \nomenclature{1}{2} +% 1 = Entry name, e.g. abbreviation; 2 = Explanation +% You can place all explanations in this separate file or declare them in the middle of the text. Either way they will be collected in the glossary. + +% required to print nomenclature name to page header +%\markboth{\MakeUppercase{\nomname}}{\MakeUppercase{\nomname}} + + +% ----------------------- contents from here ------------------------ + + +%\nomenclature{LSY}{ehbfuefebbfbjkjkebfjbfbfw} +%\nomenclature{DEPC}{diethyl-pyro-carbonate; used to remove RNA-degrading enzymes (RNAases) from water and laboratory utensils} +%\nomenclature{DMSO}{dimethyl sulfoxide; organic solvent, readily passes through skin, cryoprotectant in cell culture} +%\nomenclature{EDTA}{Ethylene-diamine-tetraacetic acid; a chelating (two-pronged) molecule used to sequester most divalent (or trivalent) metal ions, such as calcium (Ca$^{2+}$) and magnesium (Mg$^{2+}$), copper (Cu$^{2+}$), or iron (Fe$^{2+}$ / Fe$^{3+}$)} + + + |
