Changes for page Technical Stuff
Last modified by Alexander Schulz-Rosengarten on 2025/10/21 14:40
To version 18.2
edited by cds
on 2023/07/06 14:00
on 2023/07/06 14:00
Change comment:
Update document after refactoring.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. rtadmin1 +XWiki.cds - Content
-
... ... @@ -14,11 +14,11 @@ 14 14 15 15 * [[The Git book>>url:http://git-scm.com/book/||shape="rect"]] 16 16 * [[The excellent Git tutorial>>url:https://www.atlassian.com/git/tutorial||shape="rect"]], written by the guys at Atlassian 17 -* The Git page in our KIELER Wiki: [[doc:K ieler.Development.Guidelines.Using Git.WebHome]]17 +* The Git page in our KIELER Wiki: [[doc:KIELER.Using Git]] 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 Guides.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.Rtsys Group Wiki.Writing Guides.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