From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1096 Path: main.gmane.org!not-for-mail From: Gilbert van den Dobbelsteen Newsgroups: gmane.comp.tex.context Subject: \placelist and horizontal expansion? Date: Wed, 27 Oct 1999 09:55:17 +0200 (CEST) Sender: owner-ntg-context@let.uu.nl Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035391936 29810 80.91.224.250 (23 Oct 2002 16:52:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:52:16 +0000 (UTC) Original-To: contextlist Xref: main.gmane.org gmane.comp.tex.context:1096 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1096 Hi there, I needed to generate a list in horizontal mode. I am not sure f this is correct but the correct result (for me) was obtained by (sorry for the Dutch commands): \def\MyCommand#1#2#3{#2} \vbox{\hsize=10cm% \plaatslijst [hoofdstuk] [variant=geen, voor=\leavevmode, na=\penalty-1, commando=\MyCommand]} If I leave out the penalty-1 the list will only be horizontal, and will not wrap at the width of the \vbox. So Hans, if this is entirely incorrect, give me a hint. Gilbert.