From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75876 Path: news.gmane.org!not-for-mail From: Henning Hraban Ramm Newsgroups: gmane.comp.tex.context Subject: fancybreak or alternative Date: Fri, 27 Apr 2012 19:51:43 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset="windows-1252"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335549118 11699 80.91.229.3 (27 Apr 2012 17:51:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Apr 2012 17:51:58 +0000 (UTC) To: mailing ConTeXt users list for Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 27 19:51:58 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SNpKj-00013v-LQ for gctc-ntg-context-518@m.gmane.org; Fri, 27 Apr 2012 19:51:53 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7C4EC101E4; Fri, 27 Apr 2012 19:51:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zkl6zqo2A4su; Fri, 27 Apr 2012 19:51:50 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 92AAF101E0; Fri, 27 Apr 2012 19:51:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 195D4101E0 for ; Fri, 27 Apr 2012 19:51:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hS82DQ121iTh for ; Fri, 27 Apr 2012 19:51:47 +0200 (CEST) Original-Received: from filter1-nij.mf.surf.net (filter1-nij.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id B54CB101CF for ; Fri, 27 Apr 2012 19:51:47 +0200 (CEST) Original-Received: from thesan.fiee.net (thesan.fiee.net [178.77.74.245]) by filter1-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q3RHpilt015915 for ; Fri, 27 Apr 2012 19:51:45 +0200 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=fiee.net; b=hpge4KGxWeIjMNV9dQm43Q5n8/aMotVMcOcdfXvuOww/XkRkXzpmWZ/bfoMh2NJ54X60a/QIHCVKi8kdAQ8LWpPeoV1ggJqXBDDaIdBDVM2qK+0zEEChsNKvVT2UbDCG; h=Received:Received:Message-Id:From:To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:X-Mailer; Original-Received: (qmail 30147 invoked from network); 27 Apr 2012 19:51:44 +0200 Original-Received: from hsi-kbw-149-172-53-184.hsi13.kabel-badenwuerttemberg.de (HELO Ixchel.fritz.box) (149.172.53.184) by thesan.fiee.net with ESMTPSA (AES128-SHA encrypted, authenticated); 27 Apr 2012 19:51:44 +0200 X-Mailer: Apple Mail (2.936) X-Bayes-Prob: 0.0013 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=178.77.74.245; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 07H35PITk - e6c7df56d075 - 20120427 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.152 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:75876 Archived-At: Hi Wolfgang and others, I had in my book: \usemodule[fancybreak] % https://bitbucket.org/wolfs/fancybreak/ \setupfancybreak[indentnext=3Dno] \def\Space{\fancybreak{\strut}} % i.e. just an empty line But at least with my current version of ConTeXt (i.e. from 2010-11-29) = I get: --- ! Undefined control sequence. system > tex > error on line 9 in file prd_feenbuch.tex: = Undefined control sequence ... \dododowithnextbox ...\usefancybreakstyleandcolor \c!style \c!color = \aftergr... \Space ->\fancybreak { \strut } l.9 \Space --- I don=92t really need the fancybreak module, just an interspace without = indent after it. \noindent doesn=92t work. How to? Greetlings, Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer) ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________