General ⇒ Looking for a LaTeX photobook template
Looking for a LaTeX photobook template
A quick Google search pointed me to: LATEX TEMPLATES FOR POD PUBLISHING WITH BLURB.COM. I'm on Windows (already have MSYS & TexLive installed). After hours messing with Makefile, still cannot build the PDF.
Maybe somebody here have another easy-to-build templates?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Looking for a LaTeX photobook template
Makefile stuff on Windows is off-topic here, and i don't have windows, but i'm happy to try. But with the current information, the question cannot be answered. By the way, you never mess with a Makefile, if you do, it will mess with you.
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Looking for a LaTeX photobook template
How should it be possible that there's a photobook template, as there's a million ways to design a book with images.
You could collect ideas of image placement and design pages, visually. Somebody might come up with a framework for such pages. Such as a page with circular placement, rectangular placement, captions below or on the right, etc.
Stefan
Looking for a LaTeX photobook template
It's inspired by the template linked on the first post.
@Johannes_B
I'm not at home. Will upload my modifications as soon as I get home.
@Stefan_K
Of course I'll prefer customizable photos and text layout. But only being able to display the images on the center of the paper, with text below the photos is enough for me. Anyway, this is the example of the PDF, to give you an idea.
Looking for a LaTeX photobook template
Sorry for the late reply.
Using the same template linked in my first post, I still couldn't built the PDF. And no, I didn't touch the Makefile

If I understand the Makefile properly, a "make book-web" or "make book-blurb" is sufficient for my case. But running them doesn't produce the PDF expected:
Code: Select all
CSL-NB-064@CSL-NB-068 /C/Users/CSL-NB-064/Desktop/Photobook Templates/blurb
$ make book-web
xelatex book-web.tex
CSL-NB-064@CSL-NB-068 /C/Users/CSL-NB-064/Desktop/Photobook Templates/blurb
$ make book-blurb
xelatex -output-driver="xdvipdfmx -q -E -V 3" book-blurb.tex
xelatex -output-driver="xdvipdfmx -q -E -V 3" cover-blurb.tex
