Compare commits

...

4 Commits

Author SHA1 Message Date
60a4e8b6ef refactored the readme a bit...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-09-16 11:15:01 +03:00
ace4cc3e6f added a ref to the dummy book...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-09-16 11:02:43 +03:00
9579a4cc0b Merge branch 'main' of github.com:flynx/photobook 2023-09-16 10:06:01 +03:00
3d4ec82633 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-09-16 10:05:49 +03:00
2 changed files with 13 additions and 3 deletions

View File

@ -40,8 +40,17 @@ For more info on `make` targets see the: [./Makefile](./Makefile)
# Documentation # Documentation
Pre-built documentation can be found on Pre-built documentation can be found on
[CTAN](http://mirrors.ctan.org/macros/latex/contrib/photobook/photobook.pdf) [CTAN](http://mirrors.ctan.org/macros/latex/contrib/photobook/photobook.pdf).
or it can be built from source by:
A full book (dummy) example is included in [./examples/book/](./examples/book/)
and can be used as a reference / starting point.
## Building documentation
Building the reference from source is done by:
```shell ```shell
$ make pdf $ make pdf
``` ```

View File

@ -75,9 +75,10 @@
\end{page}% \end{page}%
\begin{page}% \begin{page}%
% XXX this is padded by 1mm for some reason -- not sure if it's the
% image or the enclosing cell...
\fbox{% \fbox{%
\begin{inlinecell*}{\cellsize}{\cellsize}% \begin{inlinecell*}{\cellsize}{\cellsize}%
% XXX this is padded by 1mm for some reason...
\imagecell[fit]{}{DSC00403-2}% \imagecell[fit]{}{DSC00403-2}%
\end{inlinecell*}}% \end{inlinecell*}}%
\hspace{1cm}% \hspace{1cm}%