lout forgets language setting inside @Table-environment
Volker Renneberg <[email protected]>
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
Hi there again! There seems to be a small bug inside the @Table-environment. It forgets the @InitialLanguage setting of the @Book element. The workaround is to set the language again for the @Table symbol (via @InitialLanguage). So, nothing serious and can wait for the next lout release. See the attached files for an example. Cheers Volker -- Volker Renneberg, Dipl.-Inform. (univ.) Universität der Bundeswehr München * Fakultät für Informatik Werner-Heisenberg-Weg * 85579 Neubiberg * Deutschland Phone: +49 89 6004 3776 Fax: +49 89 6004 4447 Email: [email protected] Web: http://www.unibw.de/inf2/
test-lout.lout
(text/plain, 568 B)
@SysInclude{tbl}
@Include{book}
@Book
@Title{Lout Test File}
@InitialFont { Times Base 11p }
@InitialBreak { adjust 1.20fx hyphen }
@InitialLanguage { German }
//
###################################################
@Chapter
@Title{Language inside Table-environment}
@Begin
@LP @Word&&contents
@LP @Table
@Caption {Test table}
@Tbl
aformat { @Cell A }
rule {yes}
{
@Rowa A{@Word&&contents}
}
@LP @Table
@Caption {Test table}
@InitialLanguage{German}
@Tbl
aformat { @Cell A }
rule {yes}
{
@Rowa A{@Word&&contents}
}
@End @Chapter
test-lout.pdf
(application/pdf, 6.6 KB) - not displayed