mirror of
				https://github.com/flynx/photobook.git
				synced 2025-11-03 21:00:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			913 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			913 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
 | 
						|
%----------------------------------------------------------------------
 | 
						|
 | 
						|
\documentclass[
 | 
						|
	layoutmode=block,
 | 
						|
	% page size...
 | 
						|
	blockwidth=240mm, blockheight=220mm,
 | 
						|
	bleed=4mm,
 | 
						|
	gutteroffset=5mm,
 | 
						|
	bindingoffset=1mm,
 | 
						|
	% 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 :
 |