mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
42 lines
893 B
TeX
42 lines
893 B
TeX
|
|
%----------------------------------------------------------------------
|
|
|
|
\documentclass[
|
|
layoutmode=block,
|
|
% page size...
|
|
blockwidth=240mm, blockheight=220mm,
|
|
bleed=4mm,
|
|
bindingoffset=5mm,
|
|
% cover...
|
|
coverboardgrow=3mm,
|
|
coverflap=17mm,
|
|
spinewidth=15mm,
|
|
spinefold=5mm,
|
|
spinefold=5mm,
|
|
% jacket...
|
|
jacketflap=50mm,
|
|
jacketwrap=1mm,
|
|
% image block configuration...
|
|
imageblockwidth=0.98, imageblockheight=0.98,
|
|
imageblockoffsettop=-0.1,
|
|
% misc...
|
|
9pt,final,openany
|
|
]{photobook}
|
|
|
|
|
|
\def\BookTitle{Info page demo}
|
|
\def\BookVersion{1.0}
|
|
\def\BookAuthors{John J. Smith}
|
|
\def\ByNotice{%
|
|
Graphics: none
|
|
|
|
Text: almost none}
|
|
\def\ThanksTo{%
|
|
Everyone}
|
|
\def\ISBN{000-0-0000000-0-0}
|
|
\def\Edition{I 500}
|
|
|
|
|
|
%----------------------------------------------------------------------
|
|
% vim:set ts=4 sw=4 :
|