\documentclass[oneside]{memoir} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{xcolor} \usepackage{hyperref} \usepackage{graphicx} \usepackage{blindtext} % In loose reference to the theme CW. \definecolor{CinBlueText}{RGB}{23,85,142} \definecolor{CinBlue}{RGB}{35,134,220} \definecolor{CinRed}{RGB}{205,38,11}% "negativ" \definecolor{CinOrange}{RGB}{250,125,0}% "neutral" \definecolor{CinGreen}{RGB}{39,174,96}% "positiv" % Original \definecolor{chaptercolour}{RGB}{23,85,142} % etc. % The assignment of bright colours is % for clarification purposes only. \makechapterstyle{morrow}{% requires graphicx package \chapterstyle{default} \renewcommand*{\chapnamefont}{% \normalfont\Large\scshape\raggedleft\color{CinGreen}} \renewcommand*{\chapnumfont}{% \normalfont\Large\bfseries\sffamily\color{CinRed}} \renewcommand*{\printchapternum}{% \chapnumfont \resizebox{!}{3ex}{\thechapter}} \renewcommand*{\afterchapternum}{% \par\hspace{1.5cm}\hrule\vskip\midchapskip} \renewcommand*{\chaptitlefont}{% Overwrites toc \normalfont\Huge\bfseries\sffamily\raggedleft\color{CinOrange}} } \addtodef{\printpartname}{\color{CinBlueText}}{}% Part \addtodef{\printchaptername}{\color{CinRed}}{}% Chapter \setsecheadstyle{\huge\bfseries\color{CinBlue}}% Section \setsubsecheadstyle{\Large\bfseries\color{CinBlue}}% SubSection \setsubsubsecheadstyle{\large\bfseries\color{CinBlue}}% SubSubSection \setparaheadstyle{\normalfont\bfseries\color{CinGreen}}% Paragraph \setsubparaheadstyle{\normalfont\bfseries\color{CinGreen}}% SubParagraph % Table of contents \addtodef{\tocheadstart}{\color{chaptercolour}}{} % If you want the whole TOC to be blue also %\addtoiargdef{\printtoctitle}{\color{chaptercolour}}{} % If you just want the TOC title blue \hypersetup{colorlinks=true, linkcolor=[named]{CinOrange}, citecolor=[named]{CinOrange}, filecolor=[named]{CinOrange}, urlcolor=[named]{CinOrange}, bookmarksnumbered=true, pdftitle={The Comprehensive User Manual}, pdfauthor={The Cinelerra-GG Community}, pdfsubject={Video Editing}, pdfkeywords={Cinelerra-GG, CGG, Cin5, Infinity, User Manual, Video editing system, Video editing program} } \chapterstyle{morrow} \renewcommand{\chapterheadstart}{} \begin{document} \part{Play of Colours} \label{part:Part} % \frontmatter % I think the page numbers should start at 1 instead % of the Roman numerals. So that the page numbers match in the PDF % reader and can be jumped to without problems. Nobody has the % intention to print a book. \tableofcontents* % \mainmatter \chapter{The book's chapters are headed by famous literary quotations} \label{chap:Chapter} \section{Section} \label{sec:Section} If you just want to get started using the program, you can safely skip this chapter and instead go to: \textsc{\href{https://www.cinelerra-gg.org}{Web server is down}}. \subsection{SubSection} \label{sec:SubSection} \subsubsection{SubSubSection} \label{sec:SubSubSection} \paragraph{Paragraph} \subparagraph{SubParagraph} \chapter{Shopping list} \label{chap:Shopping list} \section{FIXME} \label{sec:FIXME} \paragraph{Settings} \begin{itemize} \item Page numbers always on the right, matching the chapter number. Possibly coloring. \item Improve header, colorize if necessary. \item But be careful, too much ink can quickly have a negative effect. \end{itemize} \paragraph{Text} \begin{itemize} \item Remove all leading \$ characters from the examples. Alternative: invalidate according to TeX rules, so that other editors do not consider this an error. \item remove "images/" from the path of includegraphics, the graphicspath is already set. \end{itemize} \blinddocument \end{document} %%% Local Variables: %%% mode: latex %%% coding: utf-8 %%% TeX-master: t %%% End: