From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/66527 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: Re: lines tightly fitting together Date: Tue, 1 Mar 2011 21:10:44 +0100 Message-ID: References: <55F7206E-E77B-4360-93AA-0B91C1A07DD0@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299010275 14043 80.91.229.12 (1 Mar 2011 20:11:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2011 20:11:15 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 01 21:11:11 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PuVuZ-00026s-Cb for gctc-ntg-context-518@m.gmane.org; Tue, 01 Mar 2011 21:11:11 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DF4FACAA8C; Tue, 1 Mar 2011 21:11:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4hreFzTNvZgB; Tue, 1 Mar 2011 21:10:59 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id F2F96CAA7E; Tue, 1 Mar 2011 21:10:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id EE507CAA7E for ; Tue, 1 Mar 2011 21:10:57 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xNVVszEa4eWg for ; Tue, 1 Mar 2011 21:10:46 +0100 (CET) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id 6618ECAA7B for ; Tue, 1 Mar 2011 21:10:46 +0100 (CET) Original-Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p21KAjuQ016704 for ; Tue, 1 Mar 2011 21:10:46 +0100 Original-Received: from elhalyn-ethernet.fritz.box (a82-95-102-36.adsl.xs4all.nl [82.95.102.36]) (authenticated bits=0) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id p21KAjWm045436 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Tue, 1 Mar 2011 21:10:45 +0100 (CET) (envelope-from H.vanderMeer@uva.nl) In-Reply-To: X-Mailer: Apple Mail (2.1082) X-Virus-Scanned: by XS4ALL Virus Scanner X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=194.109.24.31; country=NL; latitude=52.5000; longitude=5.7500; http://maps.google.com/maps?q=52.5000,5.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0xEdUaJfm - ed70f8956548 - 20110301 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:66527 Archived-At: Sorry, mixed up what works and what not: On 1 mrt 2011, at 21:06, Hans van der Meer wrote: > > On 1 mrt 2011, at 20:21, Wolfgang Schuster wrote: > >> \setupinterlinespace[line=0.5mm] or use MetaPost (not sure what do you want). > > This does work out as I want it. The aim is to place lines of smallblocks, taken from an input file > \startdvbscreen > \startdvbline > \blok{colorvalue} % FORGET COLOR FOR NOW > .... > \stopdvbline > .... > \stopdvbscreen > > \def\blokheight{0.15mm}\def\blokwidth{0.19mm} > \def\blok{\vrule width \blokwidth height \blokheight depth 0pt\ignorespaces} > \def\startdvbline{} > \def\stopdvbline{\crlf\vskip-0.3mm} > \def\startdvbscreen{SEE BELOW} > \def\stopdvbscreen{\crlf\vskip4mm\stop} > > works with minimal fontsize, but the lines are not easily to get exactly tight in vertical sense (kludge with vskip of -0.3mm). DOES NOT WORK > > \def\startdvbscreen{DVB-screen\crlf\start\setupinterlinespace[line=0.5mm]} > does not work: DOES WORK A BIT > \def\startdvbscreen{DVB-screen\crlf\start\switchtobodyfont[0.1pt]} > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________