From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/69064 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Disable line-break when \typefile Date: Fri, 10 Jun 2011 12:58:20 -0400 (EDT) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1738698123-1307725101=:12373" X-Trace: dough.gmane.org 1307725142 14773 80.91.229.12 (10 Jun 2011 16:59:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Jun 2011 16:59:02 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Jun 10 18:58:58 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 1QV52s-0004O2-IM for gctc-ntg-context-518@m.gmane.org; Fri, 10 Jun 2011 18:58:54 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6C0CACAD9F; Fri, 10 Jun 2011 18:58:53 +0200 (CEST) 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 Zp4xlko-7TYr; Fri, 10 Jun 2011 18:58:52 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 73CCDCAD7D; Fri, 10 Jun 2011 18:58:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6ED63CAD7D for ; Fri, 10 Jun 2011 18:58:48 +0200 (CEST) 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 z0zyphGivvSf for ; Fri, 10 Jun 2011 18:58:37 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id 994C6CAD7A for ; Fri, 10 Jun 2011 18:58:37 +0200 (CEST) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p5AGwZ6H003465 for ; Fri, 10 Jun 2011 18:58:36 +0200 Original-Received: FROM [10.0.2.15] (web044092.Wireless.McGill.CA [142.157.44.92]) By hackers.mr.itd.umich.edu ID 4DF24D39.DE75B.19698 ; Authuser adityam; 10 Jun 2011 12:58:34 EDT In-Reply-To: User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.14.81; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 05ESgWzAf - e21b13aedf18 - 20110610 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 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:69064 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1738698123-1307725101=:12373 Content-Type: TEXT/PLAIN; charset=windows-1252; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Wed, 8 Jun 2011, Wolfgang Schuster wrote: > > Am 08.06.2011 um 17:29 schrieb Proch=E1zka Luk=E1=9A Ing. - Pontex s. r. = o.: > >> Hello, >> >> is there a way how to disable line breaks of (very) long lines typeset w= ith \typefile, even if this would cause overfull hbox (i.e. typesetting to = "out-of-page" area)? >> >> The following example: >> >> ---- >> % This a very long line which should be typeset to one line even if ther= e'll be overfull hbox >> >> \definetyping[Std][bodyfont=3D10pt,style=3D\tt\setupinterlinespace] >> >> \starttext >> \typefile[Std]{TypeFi.mkiv} >> >> \startcolumns[n=3D2,rule=3Don] >> \typefile[Std]{TypeFi.mkiv} >> \stopcolumns >> \stoptext >> ---- >> >> gives a result where there is new line between "overfull" and "hbox" in = normal mode and between "be" and "typeset" and "be" and "overfull" in colum= n mode. >> >> Is there a way how to avoid this, how to force continuing on the same li= ne? > > Add =93space=3Dfixed=94 to your setup. Why does activatespacehandler behave differently. { \activatespacehandler{fixed} A very very very very very very very very very very very very very long lin= e to see if it breaks or not \par} { \activatespacehandler{on} A very very very very very very very very very very very very very long lin= e to see if it breaks or not \par} Aditya --8323328-1738698123-1307725101=:12373 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --8323328-1738698123-1307725101=:12373--