lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

newbie question regarding tables


From: Henning von Bargen
Subject: newbie question regarding tables
Date: Fri, 12 Oct 2001 14:42:06 +0200

Hi all!
I've tried creating a simple document with tables,
because I want to see if lout can handle multi-page tables
the way I expect.
However, the following input file results in an error message:
    19,2: @BeginHeaderComponent symbol ignored (out of place)
    40,2: @EndHeaderComponent symbol ignored (out of place)

What does it mean? What is wrong with this file?
I compared it with the example in the user's guide (pp 124-125)
and could not a big difference.
FYI I'm using lout 3.2.4 on Windows NT.

Henning

===================================
@SysInclude { tbl }
@SysInclude { doc }
@Doc @Text @Begin
@Display @Heading { Das ist die Überschrift! }
@PP
Hier kommt mein normaler Text.
@PP
Noch ein Absatz.
Jetzt kommt eine Tabelle:
@PP
@Tbl
 aformat { @Cell A | @Cell B | @Cell C }
{
 @Rowd
  A { Erdteil }
  B { Staat }
  C { Land }
  rulebelow { yes }
 @HeaderRowa
  A { Erdteil weiter}
  B { Staat }
  C { Land }
  rulebelow { yes }
 @Rowa
  A { Europa }
  B { Deutschland }
  C { NRW }
 @Rowa
  A { Europa }
  B { Deutschland }
  C { Rheinland }
 @Rowa
  A { Europa }
  B { Deutschland }
  C { Berlin }
 @Rowa
  A { Europa }
  B { Deutschland }
  C { Hamburg }
 @EndHeaderRow
}
@End @Text
===============================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]