rename the document and other various fixes

This commit is contained in:
Andreas Zweili 2018-12-25 17:06:31 +01:00
parent f678f1e700
commit 52312fd804
18 changed files with 1310 additions and 12 deletions

View File

@ -1,6 +1,6 @@
ALL=$(wildcard *.sty *.tex *.org pictures/*.svg pictures/*.eps pictures/*.dot \
pictures/*.tex pictures/*.puml)
PAPER=Projekthandbuch_Andreas_Zweili.tex
PAPER=Projektdokumentation_Andreas_Zweili.tex
SHELL=/bin/bash
FIGURES_SVG=$(wildcard pictures/*.svg)
@ -15,9 +15,9 @@ DOT_PDF=$(FIGURES_DOT:.dot=.pdf)
TEX_PDF=$(FIGURES_TEX:.tex=.pdf)
PUML_PDF=$(FIGURES_PUML:.puml=.svg)
all: Projekthandbuch_Andreas_Zweili.pdf ## Build full thesis (LaTeX + figures)
all: Projektdokumentation_Andreas_Zweili.pdf ## Build full thesis (LaTeX + figures)
Projekthandbuch_Andreas_Zweili.pdf: $(SVG_PDF) $(EPS_PDF) $(DOT_PDF) $(TEX_PDF) \
Projektdokumentation_Andreas_Zweili.pdf: $(SVG_PDF) $(EPS_PDF) $(DOT_PDF) $(TEX_PDF) \
$(PUML_PDF) projekthandbuch.tex general/ibzlogo.pdf $(BIBLIOGRAPHY)
latexmk -quiet -pdf -pdflatex="pdflatex -interaction=nonstopmode" \
-use-make $(PAPER)
@ -46,7 +46,7 @@ clean: ## Clean LaTeX and output figure files
rm -f projekthandbuch.tex
distclean:
rm -f Projekthandbuch_Andreas_Zweili.pdf
rm -f Projektdokumentation_Andreas_Zweili.pdf
pictures/%.pdf: pictures/%.svg ## Figures for the manuscript
inkscape -C -z --file=$< --export-pdf=$@
@ -67,7 +67,7 @@ pictures/%.pdf: pictures/%.tex ## Figures for the manuscript
pictures/%.svg: pictures/%.puml
java -jar ~/bin/plantuml.jar -tsvg $<
projekthandbuch.tex: projekthandbuch.org
projekthandbuch.tex: projektdokumentation.org
emacs -l general/thesis.el --batch \
--eval="(progn (find-file \"projekthandbuch.org\") (org-latex-export-to-latex nil nil nil t))"
replace-listings.sh projekthandbuch.tex
--eval="(progn (find-file \"projektdokumentation.org\") (org-latex-export-to-latex nil nil nil t))"
replace-listings.sh projektdokumentation.tex

View File

@ -4,7 +4,7 @@
\include{general/glossary}
\begin{document}
\include{projekthandbuch_titlepage}
\include{projektdokumentation_titlepage}
\newpage
\renewcommand{\abstractname}{Management Summary}
@ -24,7 +24,7 @@ aufgetretenen Probleme.
\newpage
\include{projekthandbuch}
\include{projektdokumentation}
\newpage
\nocite{*}

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -346,7 +346,7 @@ des Eintreffens bewertet und entsprechend der Tabelle: ([[tab:auswirkung]]) nach
seiner Auswirkung bewertet.
#+CAPTION: Projektrisiken
#+ATTR_LATEX: :environment longtable :align |p{5cm}|p{5cm}| :placement [H]
#+ATTR_LATEX: :environment longtable :align |p{0.45\textwidth}|p{0.45\textwidth}| :placement [H]
#+NAME: tab:projektrisiken
|--------------------------------+--------------------------------|
| <30> | <30> |
@ -462,7 +462,7 @@ Arbeit reduzieren kann.
| 3 = hoch | Hohe Auswirkung auf die Nützlichkeit |
#+CAPTION: Risikobeschreibung
#+ATTR_LATEX: :align |>{\columncolor[HTML]{EFEFEF}}p{0.8cm}|p{8cm}| :placement [H]
#+ATTR_LATEX: :align |>{\columncolor[HTML]{EFEFEF}}p{0.1\textwidth}|p{0.8\textwidth}| :placement [H]
#+NAME: tab:risikobeschreibung
|------------+--------------------------------|
| <10> | <30> |
@ -489,6 +489,7 @@ Arbeit reduzieren kann.
#+NAME: fig:sollrisiko
[[file:pictures/sollrisiko.pdf]]
#+LATEX:\newpage
** SWOT-Analyse
Die SWOT-Analyse ist eine Methode, die Stärken, Schwächen, Chancen und
@ -501,7 +502,7 @@ Abbildung:([[fig:swot]]) zu sehen.
#+caption: SWOT Analyse des Projektes
#+name: fig:swot
[[file:pictures/swot_analyse.pdf]]
#+attr_latex: :center
#+attr_latex: :center :width 0.9\textwidth
* TODO Konzept

File diff suppressed because it is too large Load Diff