π The CoCalc Library - books, templates and other resources
License: OTHER
%1% Body text font is Palatino!2%34\documentclass[a5paper,pagesize,10pt,bibtotoc,pointlessnumbers,5normalheadings,DIV=9,twoside=false]{scrbook}67% twoside, openright8\KOMAoptions{DIV=last}910\usepackage{trajan}1112\usepackage[ngerman]{babel}13\usepackage[utf8]{inputenc}14\usepackage[T1]{fontenc}1516\usepackage[babel,german=guillemets]{csquotes}1718\usepackage[sc]{mathpazo}19\linespread{1.05}2021\usepackage{verbatim} % for comments22\usepackage{listings} % for comments2324%\setlength{\parindent}{10pt}25%\setlength{\parskip}{1.4ex plus 0.35ex minus 0.3ex}26%\setlength{\parskip}{1.4ex plus 0.35ex minus 0.3ex}2728\usepackage{blindtext}29\newcommand{\q}[1]{>>\textit{#1}<<}3031\title{A book title}32\author{Author Name}33\date{\today}3435\begin{document}363738%=========================================39\begin{titlepage}40\centering{41{\fontsize{40}{48}\selectfont42A book title}43}\\4445\vspace{10mm}46\centering{\Large{Author Name}}\\47\vspace{\fill}48\centering \large{2011}49\end{titlepage}505152%=========================================53\newpage{}54\thispagestyle {empty}5556\vspace*{2cm}5758\begin{center}59\Large{\parbox{10cm}{60\begin{raggedright}61{\Large62\textit{Do what you think is interesting,63do something that you think is fun and worthwhile,64because otherwise you wonβt do it well anyway.}65}6667\vspace{.5cm}\hfill{---Brian W. Kernighan}68\end{raggedright}69}70}71\end{center}7273\newpage747576%=========================================77\blinddocument787980%=========================================81\begin{comment}82Just some notes, not visible in pdf.83\end{comment}848586\end{document}878889