Re: Small feature request for lout 3.39: @TableContentInContens and @FigureContentInContents
Volker Renneberg <[email protected]>
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
Hi Jeff! I have attached a document with figure and table contents and both appear in the main contents. It is like preface, introduction or any other chapter or index, etc. One just has to set the "incontents" parameter to "yes" inside @FigureContentsPart and @TableContentsPart for the @LageScaleStructure in file "bookf". I haven't seen many such documents but there are thesis with this layout. Cheers Volker Jeff Kingston schrieb: > On Thu, Jan 29, 2009 at 11:15:55PM +0100, Volker Renneberg wrote: > >> Hi! >> >> Regarding the contents section of a @Book I would also like to have the >> option to allow the TableContents and FigureContents be listed in the >> book contents. >> >> > > I'm not sure what this would look like. Would the entries for > tables and figures come out looking like subsections or something? > If I understand it correctly, I have never seen it done. > > Jeff > -- 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.pdf
(application/pdf, 11.4 KB) - not displayed
test-lout.lout
(text/plain, 380 B)
@SysInclude{tbl}
@Include{book}
@Book
@Title{Lout Test File}
//
@Introduction {}
@Preface {}
###################################################
@Chapter
@Title{Language inside Table-environment}
@Begin
@LP @Word&&contents
@LP @Table
@Caption {Test table}
{just a simple table here}
@LP @Figure
@Caption {Test figure}
{just a simple figure here}
@End @Chapter