Skip to content
Snippets Groups Projects
Commit 0b9e0b78 authored by Daniel Plagge's avatar Daniel Plagge
Browse files

added copyright notice (for print)

git-svn-id: svn://svn.code.sf.net/p/rodin-b-sharp/svn/trunk/Handbook@15962 1434b563-b632-4741-aa49-43a3a8374d2e
parent c17f573e
No related branches found
No related tags found
No related merge requests found
\ifdefined\isinprint \ifdefined\isinprint
\documentclass[10pt]{book} \documentclass[twoside,10pt]{book}
\usepackage[paperwidth=155.93mm,paperheight=233.89mm]{geometry} \usepackage[twoside,paperwidth=155.93mm,paperheight=233.89mm,margin=15mm,bindingoffset=5mm]{geometry}
\usepackage[colorlinks=false, \usepackage[colorlinks=false,
pdfborder={0 0 0} pdfborder={0 0 0}
pdftex, pdftex,
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
\input{config} \input{config}
\input{makros} \input{makros}
\title{Rodin User's Handbook v.\versionnr} \title{Rodin User's Handbook v.\versionnr}
\author{ \author{
Work in Progress\\ Work in Progress\\
...@@ -48,10 +47,11 @@ Handbook $ $Rev$ $ \\ ...@@ -48,10 +47,11 @@ Handbook $ $Rev$ $ \\
} }
\begin{document} \begin{document}
\pagestyle{empty}
\ifplastex \ifplastex
\maketitle \maketitle
\else \else
\pagenumbering{roman}
\begin{titlepage} \begin{titlepage}
\AddToShipoutPicture*{\BackgroundPic} \AddToShipoutPicture*{\BackgroundPic}
\vspace*{\titletop} \vspace*{\titletop}
...@@ -77,6 +77,28 @@ Handbook $ $Rev$ $ \\ ...@@ -77,6 +77,28 @@ Handbook $ $Rev$ $ \\
\vspace*{\titlebottom} \vspace*{\titlebottom}
\end{titlepage} \end{titlepage}
\ifdefined\isinprint
\cleardoublepage
% Title page
\vspace*{10em}
\begin{center}
{\huge \textbf{Rodin User's Handbook}}\\
\vspace{2em}
{\large Covers Rodin v.\versionnr}
\end{center}
\clearpage
% Copyright page
\vspace*{\fill}
\noindent\textbf{Rodin User's Handbook}\\
~\\
\noindent\copyright Formal Mind Gmbh 2013\\
This work, except the cover image, is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit \href{http://creativecommons.org/licenses/by-sa/3.0/}{creative\-com\-mons.org/\-licenses/\-by-sa/3.0/} or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.\\
The cover image of a Rodin statue was created by Miikka Skaffari.
It is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. To view a copy of this license, visit \href{http://creativecommons.org/licenses/by-sa/3.0/}{creative\-com\-mons.org/\-licenses/\-by-sa/3.0/} or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
\vspace{10em}
\else\fi
\cleardoublepage
\pagenumbering{arabic}
\phantomsection \phantomsection
\addcontentsline{toc}{chapter}{Contents} \addcontentsline{toc}{chapter}{Contents}
\tableofcontents \tableofcontents
...@@ -85,6 +107,7 @@ Handbook $ $Rev$ $ \\ ...@@ -85,6 +107,7 @@ Handbook $ $Rev$ $ \\
\chapter*{Preface} \chapter*{Preface}
\addcontentsline{toc}{chapter}{Preface} \addcontentsline{toc}{chapter}{Preface}
\label{preface} \label{preface}
\pagestyle{headings}
Nobody likes to write documentation, yet everybody agrees that documentation is crucially important. For a tool platform as complex as Rodin, documentation is necessary if it is supposed to succeed in reaching a wider audience. Nobody likes to write documentation, yet everybody agrees that documentation is crucially important. For a tool platform as complex as Rodin, documentation is necessary if it is supposed to succeed in reaching a wider audience.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment