76 lines
2.5 KiB
TeX
Executable File
76 lines
2.5 KiB
TeX
Executable File
%******************************************************
|
|
% Bashing, Scripts and Cook Book
|
|
%
|
|
% Author: Uwe Schimanski
|
|
% Company: Seab@er Software AG
|
|
% Mail: uws@seabaer-ag.de
|
|
% Date: 28-Jun-2018
|
|
% Compiling: 1. pdflatex BashingCookBook.tex
|
|
% 2. makeindex index.ndx -s StyleInd.ist
|
|
% 3. optional: biber BashingCookBook.tex
|
|
% 4. pdflatex BashingCookBook.tex 2x
|
|
%******************************************************
|
|
|
|
\documentclass[11pt,fleqn]{book}
|
|
|
|
\input{structure}
|
|
\makeindex
|
|
|
|
%\DeclareCaptionFormat{listing}{\rule{\dimexpr\textwidth+17pt\relax}{0.4pt}\par\vskip1pt#1#2#3}
|
|
%\captionsetup[lstlisting]{format=listing,singlelinecheck=false, margin=0pt, font={sf}, labelsep=space, labelfont=bf}
|
|
|
|
\begin{document}
|
|
\begin{titlepage}
|
|
\begin{center}
|
|
{\Huge \ \\[12ex] Bashing\\[4ex] The Cook Book\\ \par } % Nach \par muss ein Leerzeichen sein.
|
|
\vspace{2cm}
|
|
{\large Uwe Schimanski\\[2ex] Seab@er Software\par }
|
|
\vspace{1cm}
|
|
Goch, den \today
|
|
\end{center}
|
|
\vspace{2cm}
|
|
\begin{figure}[ht]
|
|
\includegraphics[scale=0.5]{FirstPage1.png}
|
|
\end{figure}
|
|
\end{titlepage}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% COPYRIGHT PAGE
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\newpage
|
|
~\vfill
|
|
\thispagestyle{empty}
|
|
|
|
\noindent Copyright \copyright\ 2018 Uwe Schimanski\\ % Copyright notice
|
|
|
|
\noindent \textsc{Published by Publisher}\\ % Publisher
|
|
|
|
\noindent \textsc{seabaer-ag.de}\\ % URL
|
|
|
|
\noindent Licensed under the Creative Commons Attribution-NonCommercial 3.0 Unported License (the ``License''). You may not use this file except in compliance with the License. You may obtain a copy of the License at \url{http://creativecommons.org/licenses/by-nc/3.0}. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \textsc{``as is'' basis, without warranties or conditions of any kind}, either express or implied. See the License for the specific language governing permissions and limitations under the License. % License information
|
|
|
|
\noindent \textit{First printing, May 2018} % Printing/edition date
|
|
|
|
|
|
\frontmatter
|
|
{
|
|
\hypersetup{linkcolor=black}
|
|
\tableofcontents
|
|
}
|
|
\include{Vorwort}
|
|
%\include{Inhaltsverzeichnis}
|
|
|
|
\mainmatter
|
|
\input{Kapitel1/Index} % input mit verschachtelung
|
|
\input{Kapitel2/Index}
|
|
\input{Kapitel3/Index}
|
|
\input{Kapitel4/Index}
|
|
|
|
\backmatter
|
|
\include{Anhang}
|
|
\printindex
|
|
%\include{Index}
|
|
|
|
\end{document}
|