diff --git a/thesis-template/.gitignore b/.gitignore similarity index 100% rename from thesis-template/.gitignore rename to .gitignore diff --git a/thesis-template/.gitlab-ci.yml b/.gitlab-ci.yml similarity index 100% rename from thesis-template/.gitlab-ci.yml rename to .gitlab-ci.yml diff --git a/thesis-template/Makefile b/Makefile similarity index 100% rename from thesis-template/Makefile rename to Makefile diff --git a/README.md b/README.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e59abb9721163fe1437be9d02ccea1e4af6575b0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,11 @@ +[](../../pipelines) + +* [Latest PDF online](/../-/jobs/artifacts/master/file/thesis.pdf?job=build) + * [Build Log](/../-/jobs/artifacts/master/file/build_thesis.log?job=build) +* [diff to last tag](/../-/jobs/artifacts/master/file/difftag_thesis.pdf?job=diff) +* [diff to last commit](/../-/jobs/artifacts/master/file/diffcommit_thesis.pdf?job=diff) + + +Helpful documents +* [(German) manual for the TU LaTeX template](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tudscr.pdf) +* [Ein Anwenderleitfaden für das Erstellen einer wissenschaftlichen Abhandlung](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tutorials/treatise.pdf) \ No newline at end of file diff --git a/thesis-template/bibliography.bib b/bibliography.bib similarity index 100% rename from thesis-template/bibliography.bib rename to bibliography.bib diff --git a/thesis-template/code/requiredSensor.jrag b/code/requiredSensor.jrag similarity index 100% rename from thesis-template/code/requiredSensor.jrag rename to code/requiredSensor.jrag diff --git a/thesis-template/images/OMG_MOF_4levels.jpg b/images/OMG_MOF_4levels.jpg similarity index 100% rename from thesis-template/images/OMG_MOF_4levels.jpg rename to images/OMG_MOF_4levels.jpg diff --git a/thesis-template/lst.tex b/lst.tex similarity index 100% rename from thesis-template/lst.tex rename to lst.tex diff --git a/thesis-template/run b/run similarity index 100% rename from thesis-template/run rename to run diff --git a/thesis-template/sections/appendix.tex b/sections/appendix.tex similarity index 100% rename from thesis-template/sections/appendix.tex rename to sections/appendix.tex diff --git a/thesis-template/sections/einleitung.tex b/sections/einleitung.tex similarity index 100% rename from thesis-template/sections/einleitung.tex rename to sections/einleitung.tex diff --git a/thesis-template/sections/eval.tex b/sections/eval.tex similarity index 100% rename from thesis-template/sections/eval.tex rename to sections/eval.tex diff --git a/thesis-template/sections/figures.tex b/sections/figures.tex similarity index 100% rename from thesis-template/sections/figures.tex rename to sections/figures.tex diff --git a/thesis-template/sections/grundlagen.tex b/sections/grundlagen.tex similarity index 100% rename from thesis-template/sections/grundlagen.tex rename to sections/grundlagen.tex diff --git a/thesis-template/sections/install.tex b/sections/install.tex similarity index 100% rename from thesis-template/sections/install.tex rename to sections/install.tex diff --git a/thesis-template/sections/problem.tex b/sections/problem.tex similarity index 100% rename from thesis-template/sections/problem.tex rename to sections/problem.tex diff --git a/thesis-template/sections/zusammenfassung.tex b/sections/zusammenfassung.tex similarity index 100% rename from thesis-template/sections/zusammenfassung.tex rename to sections/zusammenfassung.tex diff --git a/thesis-template/task_description/task_de.pdf b/task_description/task_de.pdf similarity index 100% rename from thesis-template/task_description/task_de.pdf rename to task_description/task_de.pdf diff --git a/thesis-template/task_description/task_de.tex b/task_description/task_de.tex similarity index 100% rename from thesis-template/task_description/task_de.tex rename to task_description/task_de.tex diff --git a/thesis-template/README.md b/thesis-template/README.md deleted file mode 100644 index e59abb9721163fe1437be9d02ccea1e4af6575b0..0000000000000000000000000000000000000000 --- a/thesis-template/README.md +++ /dev/null @@ -1,11 +0,0 @@ -[](../../pipelines) - -* [Latest PDF online](/../-/jobs/artifacts/master/file/thesis.pdf?job=build) - * [Build Log](/../-/jobs/artifacts/master/file/build_thesis.log?job=build) -* [diff to last tag](/../-/jobs/artifacts/master/file/difftag_thesis.pdf?job=diff) -* [diff to last commit](/../-/jobs/artifacts/master/file/diffcommit_thesis.pdf?job=diff) - - -Helpful documents -* [(German) manual for the TU LaTeX template](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tudscr.pdf) -* [Ein Anwenderleitfaden für das Erstellen einer wissenschaftlichen Abhandlung](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tutorials/treatise.pdf) \ No newline at end of file diff --git a/thesis-template/thesis.tex b/thesis.tex similarity index 100% rename from thesis-template/thesis.tex rename to thesis.tex