I need some help with the basic layout on my report on anchor testing facilities.
My code looks like this.
Code: Select all
\documentclass[12pt, a4paper ]{scrreprt}
\usepackage{geometry}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage[applemac]{inputenc}
\usepackage[naustrian]{babel}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\author{nitrogen28,}
\title{Testing Facilities\\ \bigskip
{\Thesis \\
Bachelor of Science in Natural Resources }}
\datenaustrian
\begin{document}
\maketitle
\tableofcontents
\chapter{Intro}
...
\chapter{1 Type Testing}
\includegraphics[keepaspectratio=true,width=8 cm, height=8cm]{Zuganker}
.....
\section{Zugversuche}
\subsection{1974 P.J.N. Pells \cite{74Pells}}
\includegraphics[keepaspectratio=true,width=8 cm, height=8cm]{74Pells}\\
\begin{description}
\item[Lasteintrag]...
\item[Instrumentierung] ...
\item[Besonderheit] ...
\end{description}
\subparagraph{} ....
...
\chapter{2 Type}
\bibliographystyle{plain}
\bibliography{bibliography}
\end{document}
The picture and the short decription have to be arranged that it is very easy to read at a first glimpse without having to read the detailed description.
Also the pictures are in different sizes, but I want to have a consistent look for each subsection.
Any ideas?