Usage at overleaf
Automatic setup
-
Sign in at overleaf and click on “upload new project”
-
Choose “Upload Zip”
-
Select https://github.com/latextemplates/scientific-thesis-template/archive/master.zip for uploading
-
Upload master.zip
-
Ignore import error of
.latexmkrc
-
Choose main file: For English, choose
main-english.tex
. For German, choosemain-german.tex
.
-
See error missing
sty
files.
You get following error:
The Overleaf FAQ states at What packages do you support? that they support TeX Live 2016, which does not include all new packages. The templates makes use of two packages, which are not included at overleaf until now. Thus, you have to upload the sty files manually. -
Upload
llcaps.sty
Insert the URL https://raw.githubusercontent.com/latextemplates/stys-for-overleaf/master/lccaps.sty
-
Upload
scientific-thesis-cover.sty
Similar asllcaps.sty
. Use https://raw.githubusercontent.com/latextemplates/scientific-thesis-cover/master/scientific-thesis-cover.sty as URL. -
Switch build tool to lualatex.LuaLaTeX is currently not working on Overleaf. You have to wait for an overleaf update.Choose lualatex in project settings as outlined at https://www.overleaf.com/blog/167-new-build-options-available-on-writelatex-compile-with-lualatex-or-latex-plus-dvipdf#.WqE7rOdG3kY. -
Now you can start working in the main file.
Manual setup
- create new overleaf project
- clone the overleaf project using git
- copy the files to that directory. Follow the steps at “Download” above
- delete
.latexmkrc
git add .
git commit -m"initial import"
git push