X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=lb.tex;fp=test.tex;h=69b871242afefc165e4ce863c7ca780602c4edce;hb=refs%2Fheads%2Fmaster;hp=1d703ff9114660298ddbef83e6eab7dafe4f81ff;hpb=c9a7c77c16afd204651b991832d3766f93980c02;p=littlebook.git diff --git a/test.tex b/lb.tex similarity index 90% rename from test.tex rename to lb.tex index 1d703ff..69b8712 100644 --- a/test.tex +++ b/lb.tex @@ -1,41 +1,66 @@ -% -*- mode: latex; mode: reftex; mode: auto-fill; mode: flyspell; coding: utf-8; tex-command: "pdflatex.sh" -*- - -\documentclass[oneside,11pt]{memoir} - -\input{layout.tex} \usepackage{lipsum} \hypersetup{ - pdfauthor={xxxxxx}, - pdftitle={xxxxxx}, - pdfsubject={xxxxxx}, - pdfkeywords={xxxxxx}, - pdfproducer={LaTeX and TikZ}, - pdfcreator={pdflatex}, + pdfauthor={XXXX}, + pdftitle={XXXX}, + pdfsubject={XXXX}, + pdfkeywords={XXXX}, + pdfproducer={XXXX}, + pdfcreator={XXXX}, } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Cover for the phone version +\ifdefined\withcover + \thispagestyle{empty} \begin{center} \vspace*{\stretch{1}} -{\huge The Little Book\\[0.75ex] of\\[1.75ex] Something} +{\huge The Little Book\\[0.75ex] of\\[1.75ex] Things} \vspace*{4ex} -xxx xxx +{\large Bob Jones} + +\vspace*{\stretch{3}} + +\end{center} + +\newpage + +\fi + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% First page for the pocket book version +\ifdefined\forprint + +\cleardoublepage + +\thispagestyle{empty} + +\begin{center} + +\vspace*{4ex} + +{The Little Book of Things} \vspace*{\stretch{1}} \end{center} \newpage +\fi + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%