linux.txt/linux.tex

52 lines
1.2 KiB
TeX
Raw Normal View History

2025-02-15 15:39:11 +01:00
% master: linux.tex
2025-02-16 04:26:04 +01:00
% linux.tex v0.31
% 2025-02-16 (Rx)
2025-02-15 15:39:11 +01:00
\NeedsTeXFormat{LaTeX2e}
\documentclass[10pt,a4paper,titlepage]{scrbook} % das Papierformat zuerst
\RedeclareSectionCommand[%
tocnumwidth=3em,]{section}
\RedeclareSectionCommand[%
tocnumwidth=4em,]{subsection}
\usepackage[T1]{fontenc}
%\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{imakeidx} % Stichwortverzeichnis
\makeindex[title=Stichwortverzeichnis,columns=3] % Stichwortverzeichis
\usepackage[german]{babel}
\usepackage{datetime}
\usepackage[pdfborderstyle={/S/U/W 1}]{hyperref}
% Titelseite
%-----------
2025-02-16 04:26:04 +01:00
\title{linux v0.1.53}
2025-02-15 15:39:11 +01:00
\author{tresix69@freenet.de}
\newdateformat{myformat}{\THEDAY{. }\monthname[\THEMONTH] \THEYEAR}
\date{\myformat\today}
\publishers{betreut durch Thomas resiX}
\begin{document} % Dokumentanfang
% Verzeichnise
%-------------
\maketitle % Titelseite
% Seiten
%-------
\input{vorwort/vorwort}
\setuptoc{toc}{totoc}
%\renewcommand{\contentsname}{Inhalt}
\tableofcontents % Inhaltsverzeichnis
\input{linux/linux}
\input{programme/programme}
\input{netzwerk/netzwerk}
\input{programmieren/programmieren}
\input{anhang/anhang}
\printindex % Stichwortverzeichnis
\addcontentsline{toc}{part}{Stichwortverzeichnis}
\end{document} % Dokumentende