-
git: Use this repo. as an template for the thesis. Save your figurescode, data, etc. in corresponding folders.
-
non-git: You can download this repo. as an zip file, upload onto Overleaf or write locally as a normal LaTeX project without git tracking.
It is highly recommended that you start individual chapters into
different .tex
file under tex
folder.
Citation: put references in
bib/myReferences.bib
. Use managers like Zotero
or Mendeley or EndNote for exporting citation.
As ethz students have free access to Overleaf. It is much easier to have the thesis up and runnnig using this online IDE.
Assuming the machine has texlive
ultities installed. This multi-file
project can simply be compiled with latexmk
. A simple Makefile
Makefile
is added for easy rendering.
latexmk -pdf MasterThesisSfS.tex
# or use make
make pdf
The in-house packages by SfS are stored under style
folder.
It includes packages defining the page style, ETH logo art as well as
packages like {texab}
and {sfs-hyper}
.
texab
would be probably used extensively as it contains common
shortcuts for expectation, proability and other symbols. It might also
conflicts with packages added later. In that case, comment out such
fucntions in style/texab.sty
for compatibility reasons.
style/
├── articleint.sty
├── E.sty
├── ETHDASA.str
├── ETHDASA.sty
├── ETHDAsfs.sty
├── ETHform.sty
├── ETHSfSlogo.sty
├── labdata.gcm
├── m-floating.sty
├── perdata.gcm
├── sfsbib.sty
├── sfs-hyper.sty
└── texab.sty
The in-house citation package style/sfsbib.sty
was replaced by natbib
.
Regarding the official submission formats, please consult SfS staffs or
your supervisor directly.
Please submit a Pull Request or open an issue when in doubt.
All files are the property of their respective owners.