Re: Tables and lists
Valery Ushakov <[email protected]> Sun, 26 Jan 2020 21:14:36 +0300
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jan 26, 2020 at 18:19:31 +0100, Yannig Robert wrote:
> I've been trying to make a list and get the following error :
>
> 35,1: no @ItemPlace galley target precedes this @ItemPlace&&preceding
> 37,1: no @EndListPlace galley target precedes this @EndListPlace&&preceding
>
> I am not quite sure what it means, here is my original code :
>
> @List
> @ListItem {example 1}
> @ListItem {example 2}
> @EndList
Should work. Anything in the preceding context that messes it up?
Can you construct a minimized test case that demonstrates the problem?
> The other question I have is that when I want lines to separate the cells of
> a table :
>
> @Tbl
> rule {yes}
> aformat { @Cell width {4c} @Cell A | @Cell width {10c} @Cell B }
>
> I get the expected lines plus a frame around the content of each table cell.
Why do you use @Cell twice (@Cell @Cell A)?
-uwe