diff options
author | Ludovic Court`es | 2007-06-11 16:00:19 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-06-11 16:00:19 +0000 |
commit | d558f49f502ed9fa21ee75f75ef53490cf0a48ea (patch) | |
tree | b286d00b2093adfebcae676e9dff15b21b2d56dd /ChangeLog | |
parent | 4bc8ca4a30e3a1348d4e6362ac3ff60b2ed10911 (diff) | |
parent | 9de369aeabb484175f8784c41dbad0592b5db91e (diff) | |
download | skribilo-d558f49f502ed9fa21ee75f75ef53490cf0a48ea.tar.gz skribilo-d558f49f502ed9fa21ee75f75ef53490cf0a48ea.tar.lz skribilo-d558f49f502ed9fa21ee75f75ef53490cf0a48ea.zip |
Lout engine: Work around bug with tables within floating figures.
* src/guile/skribilo/engine/lout.scm (table): Check whether N is within a
figure, in which case `@OneRow' must be preprended.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-113
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -2,6 +2,23 @@ # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2 # +2007-06-11 16:00:19 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-113 + + Summary: + Lout engine: Work around bug with tables within floating figures. + Revision: + skribilo--devo--1.2--patch-113 + + * src/guile/skribilo/engine/lout.scm (table): Check whether N is within a + figure, in which case `@OneRow' must be preprended. + + modified files: + ChangeLog src/guile/skribilo/engine/lout.scm + + new patches: + lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-72 + + 2007-06-11 15:59:21 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-112 Summary: |