mirror of
				https://github.com/flynx/photobook.git
				synced 2025-10-29 02:10:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			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}
 | |
| 
 | |
| \begin{page}
 | |
| 	\begin{frontcover}
 | |
| 		\begin{cliptocell}[0mm \coverflap]
 | |
| 			\imagecell[fill, clearance=-\coverflap]{}{DSC00403-2}
 | |
| 			% title...
 | |
| 			\begin{zinlinecell}
 | |
| 				\begin{center}
 | |
| 					\vfill
 | |
| 					\color{white}
 | |
| 					\Huge TITLE TEXT
 | |
| 					\vfill
 | |
| 				\end{center}
 | |
| 			\end{zinlinecell}
 | |
| 		\end{cliptocell}
 | |
| 	\end{frontcover}
 | |
| 	\begin{spine}
 | |
| 		\begin{cliptocell}[0mm \coverflap]
 | |
| 			\imagecell[fill, clearance=-\coverflap]{}{DSC00403-2}
 | |
| 		\end{cliptocell}
 | |
| 	\end{spine}
 | |
| 	\begin{backcover}
 | |
| 		\begin{cliptocell}[0mm \coverflap]
 | |
| 			\imagecell[fill, clearance=-\coverflap]{}{DSC00403-2}
 | |
| 		\end{cliptocell}
 | |
| 	\end{backcover}
 | |
| \end{page}
 | |
| 
 | |
| \end{document}
 | |
| 
 | |
| 
 | |
| %----------------------------------------------------------------------
 | |
| %                                                  vim:set ts=4 sw=4 :
 |