From 7c7d9c1eff8d399a254a66e6b178764d533027a0 Mon Sep 17 00:00:00 2001 From: Matteo Anedda <matteo.anedda@mailbox.tu-dresden.de> Date: Fri, 6 Aug 2021 15:52:22 +0200 Subject: [PATCH] =?UTF-8?q?m=C3=BCsste=20klappen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thesis-template/.gitignore => .gitignore | 0 thesis-template/.gitlab-ci.yml => .gitlab-ci.yml | 0 thesis-template/Makefile => Makefile | 0 README.md | 11 +++++++++++ .../bibliography.bib => bibliography.bib | 0 {thesis-template/code => code}/requiredSensor.jrag | 0 .../images => images}/OMG_MOF_4levels.jpg | Bin thesis-template/lst.tex => lst.tex | 0 thesis-template/run => run | 0 {thesis-template/sections => sections}/appendix.tex | 0 .../sections => sections}/einleitung.tex | 0 {thesis-template/sections => sections}/eval.tex | 0 {thesis-template/sections => sections}/figures.tex | 0 .../sections => sections}/grundlagen.tex | 0 {thesis-template/sections => sections}/install.tex | 0 {thesis-template/sections => sections}/problem.tex | 0 .../sections => sections}/zusammenfassung.tex | 0 .../task_de.pdf | Bin .../task_de.tex | 0 thesis-template/README.md | 11 ----------- thesis-template/thesis.tex => thesis.tex | 0 21 files changed, 11 insertions(+), 11 deletions(-) rename thesis-template/.gitignore => .gitignore (100%) rename thesis-template/.gitlab-ci.yml => .gitlab-ci.yml (100%) rename thesis-template/Makefile => Makefile (100%) rename thesis-template/bibliography.bib => bibliography.bib (100%) rename {thesis-template/code => code}/requiredSensor.jrag (100%) rename {thesis-template/images => images}/OMG_MOF_4levels.jpg (100%) rename thesis-template/lst.tex => lst.tex (100%) rename thesis-template/run => run (100%) rename {thesis-template/sections => sections}/appendix.tex (100%) rename {thesis-template/sections => sections}/einleitung.tex (100%) rename {thesis-template/sections => sections}/eval.tex (100%) rename {thesis-template/sections => sections}/figures.tex (100%) rename {thesis-template/sections => sections}/grundlagen.tex (100%) rename {thesis-template/sections => sections}/install.tex (100%) rename {thesis-template/sections => sections}/problem.tex (100%) rename {thesis-template/sections => sections}/zusammenfassung.tex (100%) rename {thesis-template/task_description => task_description}/task_de.pdf (100%) rename {thesis-template/task_description => task_description}/task_de.tex (100%) delete mode 100644 thesis-template/README.md rename thesis-template/thesis.tex => thesis.tex (100%) 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 e69de29..e59abb9 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 e59abb9..0000000 --- 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 -- GitLab