From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6162 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: sloppy in ConTeXt? Date: Thu, 15 Nov 2001 18:29:38 +0100 (CET) Sender: owner-ntg-context@let.uu.nl Message-ID: References: <5.1.0.14.1.20011115165543.0303f0a0@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035396707 8093 80.91.224.250 (23 Oct 2002 18:11:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:11:47 +0000 (UTC) Cc: Karsten Hachmeister , ConTeXt Mailingliste Original-To: Hans Hagen In-Reply-To: <5.1.0.14.1.20011115165543.0303f0a0@server-1> Xref: main.gmane.org gmane.comp.tex.context:6162 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6162 Hallo, > >I want to ask, if there exists something in ConTeXt like the \sloppy command > >from LaTeX. > \def\sloppy{What is this command supposed to do?} \def\sloppy{% \tolerance 9999% \emergencystretch 3em% \hfuzz .5\p@ \vfuzz\hfuzz} \def\sloppypar{\par\sloppy} \def\endsloppypar{\par} Gruß, Tobias