From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10574 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: supp-box.tex generates an error... Date: Tue, 28 Jan 2003 13:33:59 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <878yx54fns.fsf@gundla.ch> References: <5.1.0.14.1.20030128120619.04143188@server-1> <5.1.0.14.1.20030128095649.03000b08@server-1> <5.1.0.14.1.20030128095649.03000b08@server-1> <87d6mh5zym.fsf@gundla.ch> <5.1.0.14.1.20030128120619.04143188@server-1> <5.1.0.14.1.20030128131127.03551808@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1043757270 12219 80.91.224.249 (28 Jan 2003 12:34:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 28 Jan 2003 12:34:30 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18dUwe-0003Ax-00 for ; Tue, 28 Jan 2003 13:34:28 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id BE3BD10AFF; Tue, 28 Jan 2003 13:36:11 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ref.ntg.nl (Postfix) with ESMTP id 7FE3B10AE8 for ; Tue, 28 Jan 2003 13:34:51 +0100 (MET) Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18dUx1-00063l-00 for ntg-context@ntg.nl; Tue, 28 Jan 2003 13:34:51 +0100 Original-Received: from [129.217.137.185] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18dUx0-0001wG-00; Tue, 28 Jan 2003 13:34:50 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18dUwB-0000Wi-00; Tue, 28 Jan 2003 13:33:59 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <5.1.0.14.1.20030128131127.03551808@server-1> (Hans Hagen's message of "Tue, 28 Jan 2003 13:11:45 +0100") Original-Lines: 13 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:10574 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10574 --=-=-= Hans Hagen writes: Hello, >>But: the problem with Willi's tabulate file still persists. > > i lost that file so i cannot test that I hope I may attach Willi's testfile... Patrick --=-=-= Content-Type: text/x-tex Content-Disposition: attachment; filename=test.tex Content-Description: test file tabulate \setupoutput[pdftex] \mainlanguage[de] \language[de] \setuptolerance[verytolerant,stretch] \definepapersize[MyPaper][height=18cm, width=11.5cm] \setuppapersize[MyPaper][A4] \setuppagenumbering[alternative=doublesided, location={header,marginedge}] \setupbodyfont [ss,10pt] \setuplayout [header=15pt, headerdistance=0.3cm, backspace=1.3cm, topspace= 1.8cm, width=7.8cm, location={left, doublesided}, veroffset=1cm] \starttext \placetable[here][tab:Verzierungsweisen] {\"Ubersicht \"uber die Verzierungsweisen} {\switchtobodyfont[small] \starttabulate[|p(0.35\textwidth)|p(0.125\textwidth)|p|] \HL \NC Klasse \NC Gruppe \NC Art \NC\NR \NC Verzierungsweisen \NC \NC \NC\NR \HL \NC Drucken \EQ Pressen \EQ Flachdruck als Gold-, Folie-, Farb- und Blinddruck \NC\NR \NC \NC Pr\"agen \EQ Stiftvergoldung \NC\NR \NC \NC \NC Reliefpr\"agung \NC\NR \NC Kaltvergolden \EQ \NC \"Olgrund \NC\NR \NC \NC \NC Kunstharzklebergrund (Henkel A 22) \NC\NR \NC \NC \NC Vergoldepastengrund \NC\NR \NC Lederschnitt \EQ \NC Aufgerissener Lederschnitt \NC\NR \NC \NC \NC Flachschnitt mit Punzung \NC\NR \NC \NC \NC Lederschnitt und Treibarbeit \NC\NR \HL \stoptabulate} \stoptext --=-=-=--