MyLinuxBook/LinuxBook.tex
2024-10-14 17:00:20 +02:00

81 lines
2.9 KiB
TeX
Executable File

%*************************************************
% Book Linux Shell Commands & more
%
% Author: Uwe Schimanski
% Company: Seab@er Software AG
% Mail: uws@seabaer-ag.de
% Date: 01-Aug-2018
%*************************************************
\documentclass[11pt,a4paper,fleqn]{book}
\input{../Vorlagen/Latex/structure}
%\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] Linux Book\\[4ex] Alles rund um Linux\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.6, center]{Pictures/FirstPage.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} % Kapitel Konfiguration
\input{Kapitel2/Index} % Kapitel Befehle
\input{Kapitel3/Index} % Kapitel Dateisystem
\input{Kapitel4/Index} % Kapitel Paketmanager
\input{Kapitel5/Index} % Kapitel Netzwerk
\input{Kapitel6/Index} % Kapitel Archive
\input{Kapitel7/Index} % Kapitel Rsync und Rsnapshot
\input{Kapitel8/Index} % Kapitel System
\input{Kapitel9/Index} % Kapitel Remote Verbindung
\input{Kapitel10/Index} % Kapitel Benutzer und Gruppen
\input{Kapitel11/Index} % Kapitel Drucken
\input{Kapitel12/Index} % Kapitel Programme
\input{Kapitel13/Index} % Kapitel Virtualisierung
\input{Kapitel14/Index} % Kapitel Backup
\input{VerweiseLinks}
\backmatter
\include{Anhang}
\include{Index}
\end{document}