Make some design modifications

This commit is contained in:
David Holland 2020-11-12 22:13:38 +01:00
parent b3648a3599
commit 88ed5ce5e3
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
3 changed files with 11 additions and 9 deletions

Binary file not shown.

View File

@ -2,9 +2,9 @@
\documentclass[10pt]{dustdoc}
\title{\texorpdfstring{{\scshape\huge DustArch\\\vspace{\parskip}}}{DustArch: }DustVoices Arch Linux from scratch}
\title{\texorpdfstring{{\scshape{\Huge DustArch}\\{\normalsize\vspace{2.5em}}}}{DustArch: }DustVoices Arch Linux from scratch}
\author{David Holland}
\date{2020-05-19}
\date{\today{}}
\begin{document}
\maketitle
@ -489,7 +489,8 @@ If you use \texttt{UEFI}, youll also need the \texttt{efibootmgr}, in order t
After that, you have to set your timezone and update the system clock.
Generally speaking, you can find all the different timezones under \textit{/usr/\allowbreak{}share/\allowbreak{}zoneinfo}.
In my case, my timezone resides under \textit{/usr/\allowbreak{}share/\allowbreak{}zoneinfo/\allowbreak{}Europe/\allowbreak{}Berlin}.
In my case, my timezone file resides under \textit{/usr/\allowbreak{}share/\allowbreak{}zoneinfo/\allowbreak{}Europe/\allowbreak{}Berlin}.
To achieve the desired result, I will want to symlink this to \textit{/etc/localtime} and set the hardware clock.

View File

@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{dustdoc}[DustVoice's modified report class]
\ProvidesClass{dustdoc}[DustVoice modified report class]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{report}}
\ProcessOptions
@ -34,6 +34,7 @@
\RequirePackage{microtype}
\RequirePackage{hyphenat}
\RequirePackage{seqsplit}
\RequirePackage{titling}
\RequirePackage{titlesec}
@ -105,10 +106,10 @@
\newcommand{\sectionbreak}{\clearpage}
\newcommand{\subsectionbreak}{\clearpage}
\newcommand{\subsubsectionbreak}{\clearpage}
\dottedcontents{chapter}[1.2em]{}{1.2em}{1pc}
\dottedcontents{section}[3.6em]{}{2.4em}{1pc}
\dottedcontents{subsection}[6.0em]{}{3.6em}{1pc}
\dottedcontents{subsubsection}[8.4em]{}{4.8em}{1pc}
\dottedcontents{chapter}[1.5em]{}{1.5em}{1pc}
\dottedcontents{section}[3.25em]{}{3.25em}{1pc}
\dottedcontents{subsection}[5em]{}{5em}{1pc}
\dottedcontents{subsubsection}[6.75em]{}{6.75em}{1pc}
\newcommand{\hreffn}[2]{\href{#1}{#2}\footnote{#1}}
@ -124,7 +125,7 @@
\begin{titlingpage}
\begin{center}
\includegraphics[width=\textwidth]{arch.png}\par\vspace{10em}
{\huge \thetitle}\par\vspace{5em}
{\huge \thetitle}\par\vspace{2.5em}
{\LARGE \theauthor}\par\vspace{2.5em}
{\large \thedate}\par
\end{center}