mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
Compare commits
4 Commits
7f2f8b1ff6
...
60a4e8b6ef
| Author | SHA1 | Date | |
|---|---|---|---|
| 60a4e8b6ef | |||
| ace4cc3e6f | |||
| 9579a4cc0b | |||
| 3d4ec82633 |
13
README.md
13
README.md
@ -40,8 +40,17 @@ For more info on `make` targets see the: [./Makefile](./Makefile)
|
||||
# Documentation
|
||||
|
||||
Pre-built documentation can be found on
|
||||
[CTAN](http://mirrors.ctan.org/macros/latex/contrib/photobook/photobook.pdf)
|
||||
or it can be built from source by:
|
||||
[CTAN](http://mirrors.ctan.org/macros/latex/contrib/photobook/photobook.pdf).
|
||||
|
||||
|
||||
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
|
||||
$ make pdf
|
||||
```
|
||||
|
||||
@ -75,9 +75,10 @@
|
||||
\end{page}%
|
||||
|
||||
\begin{page}%
|
||||
% XXX this is padded by 1mm for some reason -- not sure if it's the
|
||||
% image or the enclosing cell...
|
||||
\fbox{%
|
||||
\begin{inlinecell*}{\cellsize}{\cellsize}%
|
||||
% XXX this is padded by 1mm for some reason...
|
||||
\imagecell[fit]{}{DSC00403-2}%
|
||||
\end{inlinecell*}}%
|
||||
\hspace{1cm}%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user