Cleanup theses doc, write abstract

This commit is contained in:
Nico Schottelius 2019-07-29 19:13:47 +02:00
commit c03640cf59
15 changed files with 131 additions and 205 deletions

View file

@ -1,27 +1,18 @@
%****************************************************************************
%** Copyright 2002 by Lukas Ruf, ruf@topsy.net
%** Information is provided under the terms of the
%** GNU Free Documentation License http://www.gnu.org/copyleft/fdl.html
%** Fairness: Cite the source of information, visit http://www.topsy.net
%****************************************************************************
%****************************************************************************
%** Last Modification: 2005-07-11 1600
%** 2005-07-11 Bernhard Tellenbach
%** This is an addapted version of the Introduction.tex file
%** Added table example (footnotes,multicolumn)
%** Examples for different text sizes
%** Updated eps file inclusion example for use with graphicx pkt.
%****************************************************************************
\chapter{\label{chapter2}Problem / latex samples}
%** Problem.tex: Documentation in own words of the problem to
% be addressed in this document:
% What is the challenge, why is it useful what you
% plan to do.
\chapter{\label{chapter2}Title}
In \ref{introduction} we start with our introduction to the problem that we
are going to address. Since we do not want to waste the readers time we
In \ref{introduction} we start with our introduction to the problem that we
are going to address. Since we do not want to waste the readers time we
go and show the essential issues of latex in section
\ref{chapter2:essentials}.
\section{\label{chapter2:essentials}Essentials}
Well this section can be further subdivided into subsection. We present
Well this section can be further subdivided into subsection. We present
this in subsection \ref{chapter2:essentials:subsections}.
\subsection{\label{chapter2:essentials:subsections}Subsections}
@ -99,4 +90,3 @@ Of some interest is also the landscape environment:
\verbatiminput{filename.txt}
Even though we don't think full listings are useful in documents,
you can easily insert complete files by the verbatiminput{}-command.