Compare commits
3 Commits
doc-0.0.0-
...
doc-0.0.0-
| Author | SHA1 | Date | |
|---|---|---|---|
| f87090357c | |||
| 8bedef1f85 | |||
| c966caf7f9 |
@@ -16,6 +16,9 @@ jobs:
|
|||||||
run: git checkout "${{ gitea.sha }}"
|
run: git checkout "${{ gitea.sha }}"
|
||||||
- name: "Submodules auschecken"
|
- name: "Submodules auschecken"
|
||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
|
- name: "Debug"
|
||||||
|
run: ls -la
|
||||||
|
working_directory: Defensio
|
||||||
- uses: docker://git.kocoder.xyz/docker/ga-pandoc:c6eaa45b623c284e80f37434872621defc00f864
|
- uses: docker://git.kocoder.xyz/docker/ga-pandoc:c6eaa45b623c284e80f37434872621defc00f864
|
||||||
working_directory: Defensio
|
working_directory: Defensio
|
||||||
with:
|
with:
|
||||||
|
|||||||
31
defensio.md
31
defensio.md
@@ -1,31 +0,0 @@
|
|||||||
% Habits
|
|
||||||
% John Doe
|
|
||||||
% March 22, 2005
|
|
||||||
|
|
||||||
# In the morning
|
|
||||||
|
|
||||||
## Getting up
|
|
||||||
|
|
||||||
- Turn off alarm
|
|
||||||
- Get out of bed
|
|
||||||
|
|
||||||
## Breakfast
|
|
||||||
|
|
||||||
- Eat eggs
|
|
||||||
- Drink coffee
|
|
||||||
|
|
||||||
# In the evening
|
|
||||||
|
|
||||||
## Dinner
|
|
||||||
|
|
||||||
- Eat spaghetti
|
|
||||||
- Drink wine
|
|
||||||
|
|
||||||
------------------
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Going to sleep
|
|
||||||
|
|
||||||
- Get in bed
|
|
||||||
- Count sheep
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
pandoc \
|
|
||||||
00-praemble.md \
|
|
||||||
01-toc.md \
|
|
||||||
02-Allgemein.md \
|
|
||||||
03-Diplomarbeitsbuch-individueller-teil-Adam-Gaiswinkler.md \
|
|
||||||
04-Diplomarbeitsbuch-individueller-teil-Florian-Edlmayer.md \
|
|
||||||
05-Diplomarbeitsbuch-individueller-teil-Konstantin-Hintermayer.md \
|
|
||||||
97-tabellenverzeichnis.md \
|
|
||||||
98-abbildungsverzeichnis.md \
|
|
||||||
99-bibliographie.md \
|
|
||||||
--number-sections \
|
|
||||||
--lua-filter _extensions/diagram/diagram.lua \
|
|
||||||
--syntax-definition _extensions/razor/razor.xml \
|
|
||||||
--syntax-definition _extensions/nginx/nginx.xml \
|
|
||||||
--citeproc \
|
|
||||||
--bibliography sources.bib \
|
|
||||||
--csl _extensions/sources/tgm.csl \
|
|
||||||
--include-before-body 00_preamble.tex \
|
|
||||||
-H _extensions/header/header.tex \
|
|
||||||
-V geometry:"top=2.5cm, bottom=2cm, left=3cm, right=2cm, a4paper" \
|
|
||||||
-V toc-title="Inhaltsverzeichnis" \
|
|
||||||
-V classoption=twoside \
|
|
||||||
-V fontsize=12pt \
|
|
||||||
-V linestretch=1.5 \
|
|
||||||
-o diplomarbeitsbuch.tex
|
|
||||||
Reference in New Issue
Block a user