- Change: add style for structural command \paragraph

This commit is contained in:
Ricardo Langner
2012-01-30 17:14:30 +01:00
parent 37e63d2a26
commit 1d95fd9ee6

View File

@@ -10,7 +10,7 @@
% *** Clean, Simple, Elegant *** % *** Clean, Simple, Elegant ***
% "Clean Thesis" is a LaTeX style for thesis documents, developed % "Clean Thesis" is a LaTeX style for thesis documents, developed
% for my diplom thesis (Diplomarbeit). The style can be understood % for my diplom thesis (Diplomarbeit). The style can be understood
% as my personal compromise a typical clean looking scientific % as my personal compromise — a typical clean looking scientific
% document combined and polished with minor beautifications. % document combined and polished with minor beautifications.
% %
% The design of this "Clean Thesis" style is inspired % The design of this "Clean Thesis" style is inspired
@@ -70,7 +70,7 @@
titlepage=on, % own page for each title page titlepage=on, % own page for each title page
captions=tableabove, % display table captions above the float env captions=tableabove, % display table captions above the float env
draft=false, % value for draft version draft=false, % value for draft version
]{scrreprt}% ]{scrbook}% scrreprt
% ************************************************** % **************************************************
% Debug LaTeX Information % Debug LaTeX Information
@@ -80,12 +80,16 @@
% ************************************************** % **************************************************
% Information and Commands for Reuse % Information and Commands for Reuse
% ************************************************** % **************************************************
\newcommand{\thesisTitle}{The Clean Thesis Style} \newcommand{\thesisTitle}{Novel Interaction and Visualization Techniques
\newcommand{\thesisName}{Ricardo Langner} for Node-Link Diagram Editing and Exploration}
\newcommand{\thesisSubject}{Documentation} \newcommand{\thesisName}{Mathias Frisch}
\newcommand{\thesisDate}{June 8, 2011} \newcommand{\thesisSubject}{Dissertation}
\newcommand{\thesisDate}{January, 2012}
\newcommand{\thesisVersion}{0.1b} \newcommand{\thesisVersion}{0.1b}
\newcommand{\thesisFirstSupervisor}{Prof. Dr. Raimund Dachselt}
\newcommand{\thesisSecondSupervisor}{}
\newcommand{\thesisFirstReviewer}{Jane Doe} \newcommand{\thesisFirstReviewer}{Jane Doe}
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}} \newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
\newcommand{\thesisFirstReviewerDepartment}{Department of Clean Thesis Style} \newcommand{\thesisFirstReviewerDepartment}{Department of Clean Thesis Style}
@@ -94,28 +98,37 @@
\newcommand{\thesisSecondReviewerUniversity}{\protect{Clean Thesis Style University}} \newcommand{\thesisSecondReviewerUniversity}{\protect{Clean Thesis Style University}}
\newcommand{\thesisSecondReviewerDepartment}{Department of Clean Thesis Style} \newcommand{\thesisSecondReviewerDepartment}{Department of Clean Thesis Style}
\newcommand{\thesisFirstSupervisor}{Jane Doe}
\newcommand{\thesisSecondSupervisor}{John Smith}
\newcommand{\thesisUniversity}{\protect{Clean Thesis Style University}}
\newcommand{\thesisUniversityDepartment}{Department of Clean Thesis Style} \newcommand{\thesisUniversity}{\protect{Otto-von-Guericke-University Magdeburg}}
\newcommand{\thesisUniversityInstitute}{Institut for Clean Thesis Dev} \newcommand{\thesisUniversityDepartment}{Department of Computer Science}
\newcommand{\thesisUniversityGroup}{Clean Thesis Group (CTG)} \newcommand{\thesisUniversityInstitute}{Institute for Simulation and Computer Graphics}
\newcommand{\thesisUniversityCity}{City} \newcommand{\thesisUniversityGroup}{User Interface \& Software Engineering Group}
\newcommand{\thesisUniversityStreetAddress}{Street address} \newcommand{\thesisUniversityCity}{Magdeburg}
\newcommand{\thesisUniversityPostalCode}{Postal Code} \newcommand{\thesisUniversityStreetAddress}{Universit\"atsplatz 2}
\newcommand{\thesisUniversityPostalCode}{39104}
%% figure references
\newcommand{\F}[1]{Figure~\ref{#1}}
\newcommand{\f}[2][]{Figure~\ref{#2} #1}
\newcommand{\Fb}[2][]{Figure~\ref{#2} (#1)}
\newcommand{\s}[2][]{Section~\ref{#2}#1}
%\newcommand{\cha}[2][]{Chapter~\ref{#2}#1}
\newcommand{\tecterm}[2][]{\textit{#2}#1}
% ************************************************** % **************************************************
% Load and Configure Packages % Load and Configure Packages
% ************************************************** % **************************************************
\usepackage[utf8]{inputenc} % defines file's character encoding %\usepackage[utf8]{inputenc} % defines file's character encoding
\usepackage[english]{babel} % babel system, adjust the language of the content \usepackage[english]{babel} % babel system, adjust the language of the content
\usepackage[ % clean thesis style \usepackage[ % clean thesis style
%sansserif, % - use sans serif font family %sansserif, % -use sans serif font family
%colorreduced, % - controls the use of colors; use colorreduced or colorbw %colorreduced, % - controls the use of colors; use colorreduced or colorbw
%figurecaptionoutside, % - puts the label of figures into the margin %figurecaptionoutside, % - puts the label of figures into the margin
sectionlabeloutside, % - puts the label of sections into the margin sectionlabeloutside, % - puts the label of sections into the margin
subsectionlabeloutside, % - puts the label of subsections into the margin %subsectionlabeloutside, % - puts the label of subsections into the margin
]{cleanthesis} ]{cleanthesis}
\hypersetup{ % setup the hyperref-package options \hypersetup{ % setup the hyperref-package options
@@ -130,6 +143,23 @@
bookmarksopen=true % bookmarksopen=true %
} }
\usepackage{pdfpages}
\usepackage{xcolor}
\usepackage{soul}
%% yellow marked text
\definecolor{yellow_highlight}{rgb}{1,1,0}
\newcommand{\Y}[1]{\hl{#1}}
\makeatletter
\newcommand{\labitem}[2]{%
\def\@itemlabel{\textbf{#1}}
\item
\def\@currentlabel{#1}\label{#2}}
\makeatother
% ************************************************** % **************************************************
% Document CONTENT % Document CONTENT
% ************************************************** % **************************************************
@@ -169,24 +199,53 @@
\setcounter{page}{1} % set page counter \setcounter{page}{1} % set page counter
\pagestyle{maincontentstyle} % fancy header and footer \pagestyle{maincontentstyle} % fancy header and footer
\input{content/chapter-introduction} % INCLUDE: introduction
\input{content/chapter-related-work} % INCLUDE: related work %\input{content/chapter-introduction} % INCLUDE: introduction
\input{content/chapter-system} % INCLUDE: system \input{content/chapter1-motivation}
\input{content/chapter-concepts} % INCLUDE: concepts
\input{content/chapter-conclusion} % INCLUDE: conclusion \part{Research Background}
\label{part:background}
\input{content/chapter2-researchBackground}
\input{content/chapter3-devicesTechnologies}
\input{content/chapter4-requirements}
%\end{part}
\begin{part}{Creating and Editing \\Node-Link Diagrams}
\input{content/chapter5-relatedWork}
\input{content/chapter6-diagramEditing}
\input{content/chapter7-diagramLayouts}
\input{content/chapter8-pensPaper}
\end{part}
\begin{part}{Exploring and Analyzing \\Node-Link Diagrams}
\input{content/chapter9-relatedWork}
\input{content/chapter10-offscreen}
\input{content/chapter11-offscreentouch}
\end{part}
\begin{part}{Conclusions \& Outlook}
\input{content/chapter12-contributions}
%\input{content/chapter13-discussion}
\input{content/chapter14-outlook}
\end{part}
\cleardoublepage \cleardoublepage
% -------------------------- % --------------------------
% Back matter % Back matter
% -------------------------- % --------------------------
%\printbibheading
\cleardoublepage
{% {%
\setstretch{1.1} \setstretch{1.1}
\renewcommand{\bibfont}{\normalfont\small} \renewcommand{\bibfont}{\normalfont\small}
\setlength{\biblabelsep}{0pt} \setlength{\biblabelsep}{0pt}
\setlength{\bibitemsep}{0.5\baselineskip plus 0.5\baselineskip} \setlength{\bibitemsep}{0.5\baselineskip plus 0.5\baselineskip}
\nocite{*} %\nocite{*}
\printbibliography[nottype=online] \printbibliography[nottype=online]
\printbibliography[heading=subbibliography,title={Webseiten},type=online,prefixnumbers={@}] \printbibliography[heading=subbibliography,title={Websites},type=online,prefixnumbers={@}]
} }
\cleardoublepage \cleardoublepage
@@ -196,7 +255,13 @@
\listoftables \listoftables
\cleardoublepage \cleardoublepage
\input{content/colophon} \begin{appendix}
\input{content/appendixA}
\input{content/appendixB}
\input{content/appendixC}
\end{appendix}
%\input{content/colophon}
\cleardoublepage \cleardoublepage
\input{content/declaration} \input{content/declaration}