From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/818 Path: main.gmane.org!not-for-mail From: "Gilbert van den Dobbelsteen" Newsgroups: gmane.comp.tex.context Subject: Re: Table p column format Date: Tue, 7 Sep 1999 17:24:31 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <002001bef945$15bb2b00$0c01a8c1@loginbv.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035391660 27356 80.91.224.250 (23 Oct 2002 16:47:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:47:40 +0000 (UTC) Original-To: "Context List" Xref: main.gmane.org gmane.comp.tex.context:818 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:818 > On Tue, 7 Sep 1999, Hans Hagen wrote: > > > |l|p(140mm)c| > > > > The (140mm) is a specification to p, not to c -) > > I had tried this also. p(140mm)c, p(140mm)r and p(140mm)l all seem to > give the same thing. Here's what I have > > \starttable[|l|p(7cm)c|] > \NC one \NC This is a paragraph which runs over more than one line and > should be justified. However, I get a ragged right egde.\FR > \stoptable Works for me, but I noticed you forgot the \NC just before the \FR (this is necessary as far as I know). > > Another problem I've just come across: My ß comes out as SS when I use the > pos,per bodyfont. I'm sure this didn't use to happen a couple of versions > ago. Works fine in lbr. Hans changed input encoding stuff. Perhaps that's your problem?: \useencoding[your input encoding] where your input encoding should be XXX from one of the enco-XXX.tex files. Gilbert.