From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/66526 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:06:22 +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 1299010028 12469 80.91.229.12 (1 Mar 2011 20:07:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2011 20:07:08 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 01 21:07:00 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 1PuVqU-0008Gb-Gf for gctc-ntg-context-518@m.gmane.org; Tue, 01 Mar 2011 21:06:58 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A240CCAA97; Tue, 1 Mar 2011 21:06: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 rFf3teKi1ji1; Tue, 1 Mar 2011 21:06:44 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B6772CAA7B; Tue, 1 Mar 2011 21:06:44 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3E9B7CAA7B for ; Tue, 1 Mar 2011 21:06:43 +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 0Z5ONalhB9Td for ; Tue, 1 Mar 2011 21:06:23 +0100 (CET) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id 21953CAA78 for ; Tue, 1 Mar 2011 21:06:23 +0100 (CET) Original-Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p21K6MK1010635 for ; Tue, 1 Mar 2011 21:06:22 +0100 Original-Received: from elhalyn-ethernet.fritz.box (a82-95-102-36.adsl.xs4all.nl [82.95.102.36]) (authenticated bits=0) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id p21K6Mo1056740 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Tue, 1 Mar 2011 21:06:22 +0100 (CET) (envelope-from H.vanderMeer@uva.nl) In-Reply-To: <55F7206E-E77B-4360-93AA-0B91C1A07DD0@gmail.com> 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.25; 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: 0rEdU6m8p - 03fd12706ce5 - 20110301 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 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:66526 Archived-At: 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). thus works a bit: \def\startdvbscreen{DVB-screen\crlf\start\setupinterlinespace[line=0.5mm]} does not work: \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 ___________________________________________________________________________________