2019-12-18 10:51:23 -06:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% eBook
% LaTeX Template
% Version 1.0 (29/12/14)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Luis Cobo (luiscobogutierrez@gmail.com) with extensive modifications by:
% Vel (vel@latextemplates.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% DOCUMENT CONFIGURATIONS AND INFORMATION
%----------------------------------------------------------------------------------------
\documentclass [oneside, 9pt] { memoir} % Font size
2020-01-03 10:51:23 -06:00
\input { structure.tex} % Include the file that specifies the document structure and layout
2019-12-18 10:51:23 -06:00
\makeatletter
\@ addtoreset{ chapter} { part}
\makeatother
\title { Anders 1} % Book title
\newcommand { \subtitle } { The Dead City} % Book Subtitle
\author { Wolfgang \& Heike Hohlbein, translated by David Daily} % Author
\newcommand { \edition } { Edition 0} % Book edition
%----------------------------------------------------------------------------------------
\begin { document}
\frontmatter
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\thispagestyle { empty} % Suppress page numbering
2020-01-03 10:51:23 -06:00
\ThisCenterWallPaper { 2.4} { background.jpg} % Add the background image, the first argument is the scaling - adjust this as necessary so the image fits the entire page
2019-12-18 10:51:23 -06:00
\begin { tikzpicture} [remember picture,overlay]
\node [rectangle, rounded corners, fill=white, opacity=0.75, anchor=south west, minimum width=3cm, minimum height=6cm] (box) at (-0.5,-10) (box){ } ;
% White rectangle - "minimum width/height" adjust the width and height of the box; "(-0.5,-10)" adjusts the position on the page
\node [anchor=west, color01, xshift=-1.5cm, yshift=-0.4cm, text width=2.9cm, font=\sffamily] at (box.north){ \edition } ;
%"Text width" adjusts the wrapping width, "xshift/yshift" adjust the position relative to the white rectangle
\node [anchor=west, color01, xshift=-1.5cm, yshift=-2cm, text width=2.9cm, font=\sffamily\bfseries\scshape\huge] at (box.north){ \thetitle } ;
\node [anchor=west, color01, xshift=-1.5cm, yshift=-3cm, text width=2.9cm, font=\sffamily\bfseries\large] at (box.north){ \subtitle } ;
% "Text width" adjusts the wrapping width, "xshift/yshift" adjust the position relative to the white rectangle
\node [anchor=west, color01, xshift=-1.5cm, yshift=-5cm, text width=2.9cm, font=\sffamily\bfseries\small] at (box.north){ \theauthor } ;
% "Text width" adjusts the wrapping width, "xshift/yshift" adjust the position relative to the white rectangle
\end { tikzpicture}
\newpage % Make sure the following content is on a new page
%----------------------------------------------------------------------------------------
% INTRODUCTION SECTION
%----------------------------------------------------------------------------------------
\chapter * { Hey, Listen!} % Introduction chapter suppressed from the table of contents
2020-01-15 01:19:52 -06:00
{ \Huge This is a work in progress.}
2019-12-18 10:51:23 -06:00
2020-01-15 01:19:52 -06:00
{ \large Current stage: First draft.}
2019-12-18 10:51:23 -06:00
2020-01-15 01:19:52 -06:00
I'm just going through and translating it as best I can without reading over it too much.
2020-01-02 08:13:50 -06:00
I'll make sure the sentence makes some sense, but it isn't gonna be perfect.
2020-01-15 01:19:52 -06:00
I'll need to go over it multiple times later anyway.
2019-12-18 10:51:23 -06:00
\newpage % Make sure the following content is on a new page
%----------------------------------------------------------------------------------------
% TABLE OF CONTENTS
%----------------------------------------------------------------------------------------
\begin { KeepFromToc}
\tableofcontents
\end { KeepFromToc}
\mainmatter
2020-01-03 10:51:23 -06:00
\input { 1}
\input { 2}
\input { 3}
\input { 4}
\input { 5}
\input { 6}
\input { 7}
\input { 8}
2020-01-08 05:40:30 -06:00
\input { 9}
2020-01-08 07:04:30 -06:00
\input { 10}
2020-02-18 09:30:44 -06:00
\input { 11}
2020-02-21 09:31:51 -06:00
\input { 12}
2020-03-02 07:45:56 -06:00
\input { 13}
2020-01-06 09:27:22 -06:00
2019-12-18 10:51:23 -06:00
\end { document}