Path: blob/main/docs/overleaf/overleaf.md
431 views
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/main.zip for uploading

Upload main.zip

Ignore import error of
latexmkrc
Choose main file: For English, choose
main-english.tex. For German, choosemain-german.tex.
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
.latexmkrcgit add .git commit -m"initial import"git push