From 6cce747234cf64d335c2f738cb027e82963beda1 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Mon, 15 Aug 2022 11:18:13 +0200 Subject: [PATCH] shorten + readme --- README.md | 10 ++---- sections/appendix.tex | 76 ------------------------------------------- thesis.tex | 24 +++++++------- 3 files changed, 14 insertions(+), 96 deletions(-) diff --git a/README.md b/README.md index e59abb9..4dd851c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ -[](../../pipelines) - -* [Latest PDF online](/../-/jobs/artifacts/master/file/thesis.pdf?job=build) - * [Build Log](/../-/jobs/artifacts/master/file/build_thesis.log?job=build) -* [diff to last tag](/../-/jobs/artifacts/master/file/difftag_thesis.pdf?job=diff) -* [diff to last commit](/../-/jobs/artifacts/master/file/diffcommit_thesis.pdf?job=diff) +[Latest PDF online](/../-/jobs/artifacts/main/file/thesis.pdf?job=build) ([Build Log](/../-/jobs/artifacts/main/file/build_thesis.log?job=build)) +Diff to [last tag](/../-/jobs/artifacts/main/file/difftag_thesis.pdf?job=diff) | [last commit](/../-/jobs/artifacts/main/file/diffcommit_thesis.pdf?job=diff) Helpful documents * [(German) manual for the TU LaTeX template](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tudscr.pdf) -* [Ein Anwenderleitfaden für das Erstellen einer wissenschaftlichen Abhandlung](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tutorials/treatise.pdf) \ No newline at end of file +* [Ein Anwenderleitfaden für das Erstellen einer wissenschaftlichen Abhandlung](http://mirrors.ctan.org/macros/latex/contrib/tudscr/doc/tutorials/treatise.pdf) diff --git a/sections/appendix.tex b/sections/appendix.tex index f77998e..a43acdf 100644 --- a/sections/appendix.tex +++ b/sections/appendix.tex @@ -38,26 +38,6 @@ definiert werden sollte. \caption{Beispielgrafik}\label{fig:example} \end{figure} -\subsection{Untergleitobjekte} -Nachdem nun schon eine gleitende Abbildung und zwei gleitende Tabellen -erstellt wurden, folgt jetzt noch eine gleitende Abbildung mit zwei -Unterabbildungen. Durch die drei gesetzten Anker kann im Fließtext -sowohl auf \autoref{fig:logos} als auch auf \autoref{fig:tud} sowie -\autoref{fig:ddc} verwiesen werden. - -\begin{figure} -\ffigbox[\FBwidth]% - {\begin{subfloatrow}% - \ffigbox[\FBwidth]% - {\fbox{\includegraphics[height=2cm]{TUD-black}}}% - {\caption{Eine Abbildung}\label{fig:tud}}% - \ffigbox[\FBwidth]% - {\fbox{\includegraphics[height=2cm]{DDC-21}}}% - {\caption{Eine weitere Abbildung}\label{fig:ddc}}% - \end{subfloatrow}}% - {\caption{Eine Gleitumgebung mit zwei Abbildungen}\label{fig:logos}}% -\end{figure} - \subsection{Tabellen als Gleitobjekte} Tabellen sollten in der \texttt{table}"=Gleitumgebung gesetzt werden. Welche Umgebung für die Tabelle selbst dabei genutzt wird ist dabei @@ -93,62 +73,6 @@ einer Y"~Spalte\tabularnewline \caption{Eine \texttt{tabularx}"=Tabelle}\label{tab:tabularx} \end{table} -\subsubsection{Eine gleitende tabulary-Tabelle} -Es wird eine Tabelle mithilfe der \texttt{tabulary}"=Umgebung erstellt. -Zu sehen ist diese in \autoref{tab:tabulary}. - -\begin{table} -\begin{tabulary}{\textwidth}{@{}LCRJ@{}} -\toprule -\textbf{Linksbündig} & \textbf{Zentriert} & -\textbf{Rechtsbündig} & \textbf{Blocksatz} \tabularnewline\midrule -Ein linksbündiger Blindtext zur Demonstration einer L"~Spalte & -Ein zentrierter Blindtext zur Demonstration einer C"~Spalte & -Ein rechtsbündiger Blindtext zur Demonstration einer R"~Spalte & -Ein wesentlich längerer und absolut inhaltsleerer Blindtext im -Blocksatz für eine um einiges bessere Demonstration einer J"~Spalte -\tabularnewline\bottomrule -\end{tabulary} -\caption{Eine \texttt{tabulary}"=Tabelle}\label{tab:tabulary} -\end{table} - -\subsubsection{Eine gleitende tabu-Tabelle} -In \autoref{tab:tabu} ist eine weitere Tabelle mit variabler Breite der -Spalten und festgelegter Gesamtbreite zu sehen, welche in der Umgebung -\texttt{tabu} gesetzt wurde. Auch für diese wird zuerst ein neuer -Spaltentyp definiert, der die Unzulänglichkeiten der Umgebung reduziert. -Mit \texttt{\textbackslash ttabbox} aus dem Paket \texttt{floatrow} wird -die Beschriftung auf die Breite der Tabelle begrenzt. - -\makeatletter -\newcolumntype{Z}{} -\renewcommand*{\NC@rewrite@Z}[1][]{% - \NC@find>{\hspace{0pt}}X[#1]<{\@finalstrut\@arstrutbox}% -} -\makeatother - -\begin{table} -\ttabbox{% - \begin{tabu} to .8\textwidth {@{}Z[3,l]Z[3,c]Z[3,r]Z[2,j]@{}} - \toprule - \textbf{Linksbündig} & \textbf{Zentriert} & - \textbf{Rechtsbündig} & \textbf{Blocksatz} \tabularnewline\midrule - Ein linksbündiger Blindtext zur Demonstration einer Z[l]"~Spalte & - Ein zentrierter Blindtext zur Demonstration einer Z[c]"~Spalte & - Ein rechtsbündiger Blindtext zur Demonstration einer Z[r]"~Spalte & - Ein Blindtext im Blocksatz innerhalb einer Z"~Spalte - \tabularnewline\bottomrule - \end{tabu}% -}{% - \caption[Eine \texttt{tabu}"=Tabelle]{% - Eine \texttt{tabu}"=Tabelle in Verbindung mit dem Befehl - \texttt{\textbackslash ttabbox}, welcher vom Paket \texttt{floatrow} - für Beschriftungen in Objektbreite bereitgestellt wird% - }% - \label{tab:tabu}% -} -\end{table} - \section{Zitate} Bei der Verwendung von wörtlichen Zitaten sollten diese als solche gekennzeichnet werden. diff --git a/thesis.tex b/thesis.tex index eb9be42..f41d96e 100644 --- a/thesis.tex +++ b/thesis.tex @@ -23,21 +23,12 @@ } \usepackage[hidelinks]{hyperref} % makes all links clickable but hides ugly boxes -\usepackage[capitalise,nameinlink,noabbrev]{cleveref} % automatically inserts Fig. X in the text with \cref{..} \usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes} \usepackage{graphicx} \graphicspath{ {./images/} } -% if you need mathy stuff -\newtheorem{lem}{Lemma} -\crefname{lem}{Lemma}{Lemmas} -\newtheorem{thm}{Theorem} -\crefname{thm}{Theorem}{Theorems} -\newtheorem{defs}{Definition} -\crefname{defs}{Def.}{Defs.} - \usepackage{blindtext} %\usepackage{tudscrsupervisor} % if you want to copy the sources of the task description into the thesis @@ -59,8 +50,6 @@ \usepackage{booktabs} \usepackage{array} \usepackage{tabularx} -\usepackage{tabulary} -\usepackage{tabu} \usepackage{longtable} \usepackage{quoting} @@ -77,6 +66,15 @@ \input{lst.tex} +\usepackage[capitalise,nameinlink,noabbrev]{cleveref} % automatically inserts Fig. X in the text with \cref{..} +% if you need mathy stuff +\newtheorem{lem}{Lemma} +\crefname{lem}{Lemma}{Lemmas} +\newtheorem{thm}{Theorem} +\crefname{thm}{Theorem}{Theorems} +\newtheorem{defs}{Definition} +\crefname{defs}{Def.}{Defs.} + \begin{document} \faculty{Fakultät Informatik} @@ -103,12 +101,12 @@ \author{Mickey Mouse} \emailaddress[]{mickey.mouse@tu-dresden.de} \matriculationnumber{12345678} -\matriculationyear{2016} +\matriculationyear{2016} \dateofbirth{1.1.1990} \placeofbirth{Dresden} %\discipline{Distributed Systems Engineering} -\course{Distributed Systems Engineering} +\course{Distributed Systems Engineering} \supervisor{% Dipl.-Inf. ABC XYZ% -- GitLab