Changes for page Technical Stuff
Last modified by Alexander Schulz-Rosengarten on 2025/10/21 14:40
<
>
edited by Alexander Schulz-Rosengarten
on 2023/07/11 11:00
on 2023/07/11 11:00
edited by Maximilian Kasperowski
on 2025/05/20 10:49
on 2025/05/20 10:49
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.a ls1 +XWiki.mka - Content
-
... ... @@ -6,7 +6,7 @@ 6 6 7 7 = Use LaTeX and the KCSS Style = 8 8 9 -Before you do anything else for your thesis work, you should get the technical issues for writing your thesis out of the way. That is, you should have your advisor create a Git repository for your thesis, familiarize yourself with [[LaTeX>>url:http://de.wikipedia.org/wiki/LaTeX||style="text-decoration: none;" rel="nofollow" shape="rect" class="external-link"]] and the [[KCSS>>url:https://www.inf.uni-kiel.de/de/forschung/publikationen/kcss||shape="rect"]] style, and adapt/fill in the KCSS thesis template for your needs. This way, you can fill your thesis with contents as you work along on your thesis topic, instead of keeping notes in various ways and having to consolidate it all later.9 +Before you do anything else for your thesis work, you should get the technical issues for writing your thesis out of the way. That is, you should have your advisor create a Git repository for your thesis, familiarize yourself with [[LaTeX>>url:http://de.wikipedia.org/wiki/LaTeX||rel="nofollow" shape="rect" style="text-decoration: none;" class="external-link"]] and the [[KCSS>>https://git.informatik.uni-kiel.de/kcss/kcss-style||shape="rect"]] style, and adapt/fill in the KCSS thesis template for your needs. This way, you can fill your thesis with contents as you work along on your thesis topic, instead of keeping notes in various ways and having to consolidate it all later. 10 10 11 11 = Use Git = 12 12 ... ... @@ -18,7 +18,7 @@ 18 18 19 19 The main tex file for a thesis should be {{code language="none"}}<name of repository>.tex.{{/code}} E.g., the bachelor thesis of user xyz can be found in a repository named {{code language="none"}}xyz-bt{{/code}} [[in the Theses project of our GitLab system>>url:https://git.informatik.uni-kiel.de/ag-rtsys/theses||shape="rect"]], in a file named {{code language="none"}}xyz-bt.tex{{/code}}. If there is a talk to "defend" the thesis (Bachelor-Kolloquium, Disputation), the talk should also be included in this repository, and should be named {{code language="none"}}<name of repository>-talk.tex{{/code}} (e.g. {{code language="none"}}xyz-bt-talk.tex{{/code}}). In case your thesis should be made available on-line, the same names should be used, e.g.,{{code language="none"}} xyz.pdf{{/code}}. 20 20 21 -See also the notes on [[preparing a paper>>doc:Rtsys.Writing Papers.WebHome]], e.g. regarding which files should be kept in Git and which shouldn't. 21 +See also the notes on [[preparing a paper>>doc:Rtsys.Group Manual.Writing Papers.WebHome]], e.g. regarding which files should be kept in Git and which shouldn't. 22 22 23 23 = Editor/IDE = 24 24