Skip to content

Commit

Permalink
diploma init
Browse files Browse the repository at this point in the history
  • Loading branch information
devtty committed Jan 16, 2024
1 parent 6c76e49 commit c816aff
Show file tree
Hide file tree
Showing 29 changed files with 2,898 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bhtLatex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: upload
uses: actions/upload-artifact@v4
with:
name: Renning2003_WebApplicationFirewalls.pdf
name: Renning2023_WebApplicationFirewalls.pdf
path: ./masterthesis/main.pdf

2 changes: 1 addition & 1 deletion .github/workflows/bhtLatexEn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: upload
uses: actions/upload-artifact@v4
with:
name: Renning2003_WebApplicationFirewalls_en.pdf
name: Renning2023_WebApplicationFirewalls_en.pdf
path: ./masterthesis/main_en.pdf

42 changes: 42 additions & 0 deletions .github/workflows/htwLatex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Build LaTex FHTW make like
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up
uses: actions/checkout@v4
- name: Compile Document 1
uses: dante-ev/latex-action@latest
with:
root_file: diplom.tex
working_directory: diplomathesis
compiler: pdflatex
args: -interaction=nonstopmode -shell-escape
- name: BibTex
uses: dante-ev/latex-action@latest
with:
root_file: diplom.aux
working_directory: diplomathesis
compiler: bibtex
args:
- name: Compile Document 2
uses: dante-ev/latex-action@latest
with:
root_file: diplom.tex
working_directory: diplomathesis
compiler: pdflatex
args: -interaction=nonstopmode -shell-escape
- name: Compile Document 3
uses: dante-ev/latex-action@latest
with:
root_file: diplom.tex
working_directory: diplomathesis
compiler: pdflatex
args: -interaction=nonstopmode -shell-escape
- name: upload
uses: actions/upload-artifact@v4
with:
name: Renning2003_TeachingByChat.pdf
path: ./diplomathesis/diplom.pdf

22 changes: 22 additions & 0 deletions diplomathesis/01_einleitung/einleitung.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
%Die Einleitung hat keine Kapitelnummer, daher \chapter*...
\chapter*{Einleitung}
\label{kap:einleitung}

%...es soll aber im Inhaltsverzeichnis auftauchen:
\addcontentsline{toc}{chapter}{Einleitung}

%Die Kopfzeile für die Einleitung:
%\markright{\sc Einleitung}


Das Thema e-Learning
Diese Diplomarbeit dient der Entwicklung eines Lehrsystems mit dem sich eine Unterrichtsstunde
im Internet halten l\"{a}sst.

%Informationen, die nicht für LaTeX bestimmt sind, die aber
%wichtig für AUCTeX und REFTeX sind:

% Local Variables:
% TeX-master: "diplom"
% End:

3 changes: 3 additions & 0 deletions diplomathesis/02_aufgaben/aufgabe.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
\section{Die Aufgabe}

Ziel der Diplomarbeit ist die Entwicklung eines Chatsystems für den Lehreinsatz.
3 changes: 3 additions & 0 deletions diplomathesis/02_aufgaben/in.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
%Aufgabenstellung
%Welches Problem ist zu lösen? Welche Teillösungen liegen vor und werden verwendet?
\chapter{Aufgabenstellung}
Loading

0 comments on commit c816aff

Please sign in to comment.