-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
2,898 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
Oops, something went wrong.