diff options
author | Ludovic Court`es | 2007-06-18 08:42:16 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-06-18 08:42:16 +0000 |
commit | 148e1a21118c59b51354c428675c5eb55120a3b3 (patch) | |
tree | 4e13ca86980c021454393e12fd87287e91e8a52e /src/guile | |
parent | e7a259a1b603c020827bcdfcc37ab69316c1a615 (diff) | |
download | skribilo-148e1a21118c59b51354c428675c5eb55120a3b3.tar.gz skribilo-148e1a21118c59b51354c428675c5eb55120a3b3.tar.lz skribilo-148e1a21118c59b51354c428675c5eb55120a3b3.zip |
lout engine: Export `lout-output-pdf-meta-info'.
* src/guile/skribilo/engine/lout.scm: Export `lout-output-pdf-meta-info',
needed by the `slide' package.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-75
Diffstat (limited to 'src/guile')
-rw-r--r-- | src/guile/skribilo/engine/lout.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guile/skribilo/engine/lout.scm b/src/guile/skribilo/engine/lout.scm index 6a8486f..b500488 100644 --- a/src/guile/skribilo/engine/lout.scm +++ b/src/guile/skribilo/engine/lout.scm @@ -47,7 +47,8 @@ lout-verbatim-encoding lout-encoding lout-french-encoding lout-tagify lout-embedded-postscript-code - lout-color-specification lout-make-url-breakable)) + lout-color-specification lout-make-url-breakable + lout-output-pdf-meta-info)) ;;; Taken from `lcourtes@laas.fr--2004-libre', ;;; `skribe-lout--main--0.2--patch-15'. |