mirror of
				https://github.com/flynx/photobook.git
				synced 2025-11-03 21:00:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			717 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			717 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
%----------------------------------------------------------------------
 | 
						|
 | 
						|
\documentclass[
 | 
						|
	layoutmode=cover,
 | 
						|
	spinewidth=20mm,
 | 
						|
	spinefold=7mm,
 | 
						|
	coverboardgrow=3mm,
 | 
						|
	coverflap=17mm,
 | 
						|
	% page size...
 | 
						|
	blockwidth=240mm, blockheight=220mm,
 | 
						|
	bleed=4mm,
 | 
						|
	bindingoffset=5mm,
 | 
						|
	% image block configuration...
 | 
						|
	imageblockwidth=0.98, imageblockheight=0.98,
 | 
						|
	imageblockoffsettop=-0.1,
 | 
						|
	% misc...
 | 
						|
	9pt,final,openany
 | 
						|
]{photobook}
 | 
						|
 | 
						|
 | 
						|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
 | 
						|
\begin{document}
 | 
						|
 | 
						|
\GenerateTemplate
 | 
						|
 | 
						|
\end{document}
 | 
						|
 | 
						|
 | 
						|
%----------------------------------------------------------------------
 | 
						|
%                                                  vim:set ts=4 sw=4 :
 |