mirror of
https://github.com/flynx/photobook.git
synced 2026-01-07 11:01:14 +00:00
Compare commits
4 Commits
5e210b54eb
...
ac0acee865
| Author | SHA1 | Date | |
|---|---|---|---|
| ac0acee865 | |||
| 3a3e4acc55 | |||
| 7bef61cb0f | |||
| 942197fdc9 |
4
.github/workflows/make-dist.yml
vendored
4
.github/workflows/make-dist.yml
vendored
@ -44,13 +44,13 @@ jobs:
|
|||||||
photobook.pdf
|
photobook.pdf
|
||||||
|
|
||||||
- name: Artifacts - build
|
- name: Artifacts - build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build artifacts
|
name: build artifacts
|
||||||
path: photobook.pdf
|
path: photobook.pdf
|
||||||
|
|
||||||
- name: Artifacts - dist
|
- name: Artifacts - dist
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist artifacts
|
name: dist artifacts
|
||||||
path: dist/photobook-*.zip
|
path: dist/photobook-*.zip
|
||||||
|
|||||||
44
examples/text-image-spread.tex
Normal file
44
examples/text-image-spread.tex
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
%----------------------------------------------------------------------
|
||||||
|
|
||||||
|
\documentclass[
|
||||||
|
layoutmode=block,
|
||||||
|
% page size...
|
||||||
|
blockwidth=240mm, blockheight=220mm,
|
||||||
|
bleed=4mm,
|
||||||
|
gutteroffset=5mm,
|
||||||
|
bindingoffset=0mm,
|
||||||
|
% image block configuration...
|
||||||
|
imageblockwidth=0.98, imageblockheight=0.98,
|
||||||
|
imageblockoffsettop=0,
|
||||||
|
% misc...
|
||||||
|
9pt,final,openany
|
||||||
|
]{photobook}
|
||||||
|
|
||||||
|
\usepackage{lipsum}
|
||||||
|
\usepackage{ragged2e}
|
||||||
|
|
||||||
|
|
||||||
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
\edef\TestImage{DSC00403-2}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
% force what's next to left page of spread...
|
||||||
|
\cleartoleftpage
|
||||||
|
|
||||||
|
% text...
|
||||||
|
\begin{page}
|
||||||
|
\lipsum[1-3]
|
||||||
|
\end{page}
|
||||||
|
|
||||||
|
% image...
|
||||||
|
\ImagePage{}{\TestImage}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%----------------------------------------------------------------------
|
||||||
|
\end{document} % vim:set ts=4 sw=4 :
|
||||||
Loading…
x
Reference in New Issue
Block a user