From 6624c53c144955e7f33dfa64f694313075ae2aaf Mon Sep 17 00:00:00 2001
From: Felix <feh7@hi.is>
Date: Mon, 26 Apr 2021 16:35:22 +0000
Subject: [PATCH] x

---
 tex/header/preamble.tex | 3 ++-
 tex/main.tex            | 2 +-
 tex/setup.tex           | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/tex/header/preamble.tex b/tex/header/preamble.tex
index 99989ae..f8c8aae 100644
--- a/tex/header/preamble.tex
+++ b/tex/header/preamble.tex
@@ -15,6 +15,7 @@
 \WarningFilter{latex}{You have requested package `.maindir/tex/header/}
 
 \usepackage[tikz]{.maindir/tex/header/stdmath} % , scriptLetters
+\newcommand{\diagramwidth}{0.5\linewidth}
 \usepackage{listings}
 \lstMakeShortInline[columns=fixed]|
 \usepackage[section]{placeins}  % makes sure that the figures stay within their section
@@ -28,7 +29,7 @@
 \addbibresource{.maindir/tex/bibliography.bib}
 
 \hypersetup{
-  pdftitle={Project 4: unsteady turbulent flow around a cylinder},
+  pdftitle={Project 4: Unsteady Turbulent Flow around a Cylinder},
   pdfauthor={Felix Hilsky},
   pdfsubject={Computational fluid dynamics},
   pdfcreator={LuaLaTeX},
diff --git a/tex/main.tex b/tex/main.tex
index f33ee56..74711f7 100644
--- a/tex/main.tex
+++ b/tex/main.tex
@@ -1,7 +1,7 @@
 %! TEX program = lualatex
 \input{.maindir/tex/header/preamble-section}
 \docStart
-\title{Project 4: unsteady turbulent flow around a cylinder}
+\title{Project 4: Unsteady Turbulent Flow around a Cylinder}
 \author{Felix Hilsky}
 \maketitle
 % use \textinput as described in /header and _TEMPLATE
diff --git a/tex/setup.tex b/tex/setup.tex
index 0d506ee..772d90a 100644
--- a/tex/setup.tex
+++ b/tex/setup.tex
@@ -32,6 +32,7 @@ The mesh at $N=1$ is displayed in figure \ref{fig:mesh}.
 \begin{figure}[htpb]
   \centering
   \includegraphics[width=0.95\linewidth,height=0.4\textheight,keepaspectratio]{.maindir/zeichnungen/mesh}  % check at end
+
   \includegraphics[width=0.95\linewidth,height=0.4\textheight,keepaspectratio]{.maindir/zeichnungen/meshcloseup}  % check at end
   \caption{The mesh at $N=1$. As mentioned in the description the resolution at the cylinder wall is very high and therefore a second close-up view of the cylinder is displayed here (which is still too big). For orientation the corners of the arked square are marked red.}%
   \label{fig:mesh}
-- 
GitLab