mirror of
				https://github.com/flynx/photobook.git
				synced 2025-10-29 10:20:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			923 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			923 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
| %----------------------------------------------------------------------
 | |
| 
 | |
| \documentclass[
 | |
| 	layoutmode=block,
 | |
| 	% page size...
 | |
| 	blockwidth=240mm, blockheight=220mm,
 | |
| 	bleed=4mm,
 | |
| 	bindingoffset=5mm,
 | |
| 	spinewidth=15mm,
 | |
| 	coverboardgrow=3mm,
 | |
| 	spinefold=5mm,
 | |
| 	spinefold=5mm,
 | |
| 	coverflap=17mm,
 | |
| 	% image block configuration...
 | |
| 	imageblockwidth=0.98, imageblockheight=0.98,
 | |
| 	imageblockoffsettop=-0.1,
 | |
| 	% misc...
 | |
| 	9pt,final,openany
 | |
| ]{photobook}
 | |
| 
 | |
| 
 | |
| % change layout...
 | |
| %
 | |
| % This can be usefull when having a single setup file for multiple book
 | |
| % elemnts like page blocks, covers, endpapers and dust jackets...
 | |
| \ChangeLayout{cover}
 | |
| 
 | |
| 
 | |
| % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | |
| 
 | |
| \begin{document}
 | |
| 
 | |
| \GenerateTemplate
 | |
| 
 | |
| \end{document}
 | |
| 
 | |
| 
 | |
| %----------------------------------------------------------------------
 | |
| %                                                  vim:set ts=4 sw=4 :
 |