From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/83982 Path: news.gmane.org!not-for-mail From: Marco Patzer Newsgroups: gmane.comp.tex.context Subject: Re: Beamer block - like frame definition? Date: Wed, 28 Aug 2013 11:00:59 +0200 Message-ID: <20130828090059.GE4204@homerow> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1264212381==" X-Trace: ger.gmane.org 1377680478 8084 80.91.229.3 (28 Aug 2013 09:01:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Aug 2013 09:01:18 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 28 11:01:22 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VEbcu-00059A-5d for gctc-ntg-context-518@m.gmane.org; Wed, 28 Aug 2013 11:01:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4CC8F1020B; Wed, 28 Aug 2013 11:00:00 +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 sTbz5SvqG30o; Wed, 28 Aug 2013 10:59:55 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id E5E621020D; Wed, 28 Aug 2013 10:59:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 048C61020D for ; Wed, 28 Aug 2013 10:59:54 +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 Y6cTl89N69WZ for ; Wed, 28 Aug 2013 10:59:43 +0200 (CEST) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id AB9041020B for ; Wed, 28 Aug 2013 10:59:43 +0200 (CEST) Original-Received: from forward1l.mail.yandex.net (forward1l.mail.yandex.net [IPv6:2a02:6b8:0:1819::1]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r7S911jh023116 for ; Wed, 28 Aug 2013 11:01:02 +0200 Original-Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward1l.mail.yandex.net (Yandex) with ESMTP id 3240215210C8 for ; Wed, 28 Aug 2013 13:01:01 +0400 (MSK) Original-Received: from smtp13.mail.yandex.net (localhost [127.0.0.1]) by smtp13.mail.yandex.net (Yandex) with ESMTP id E73B5E40796 for ; Wed, 28 Aug 2013 13:01:00 +0400 (MSK) Original-Received: from unknown (unknown [83.68.239.193]) by smtp13.mail.yandex.net (nwsmtp/Yandex) with ESMTP id qrkTL3xgQN-10LKe254; Wed, 28 Aug 2013 13:01:00 +0400 Mail-Followup-To: ntg-context@ntg.nl In-Reply-To: X-PGP-Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xB8CFCB65D4F08C27 User-Agent: Mutt/1.5.21 (2010-09-15) X-Bayes-Prob: 0.1436 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=2a02:6b8:0:1819::1; country=RU X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0TKi911bl - b621b50547a2 - 20130828 X-Scanned-By: CanIt (www . roaringpenguin . com) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:83982 Archived-At: --===============1264212381== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nHwqXXcoX0o6fKCv" Content-Disposition: inline --nHwqXXcoX0o6fKCv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2013=E2=80=9308=E2=80=9328 seasoul wrote: > How to define a customized frame with the title (of the frame) and the > contents separated. >=20 > My intention is to use some function like the block environment in beamer. Some time ago I wrote custom presentation module=C2=B9 which implemented those kind of blocks. I intended to expand it and make it a more generic module, but I never did. Maybe it's helpful to you and you can borrow some ideas or concepts. I just run a recent context version on the code and noticed that the block placement is broken. When I find some time the next days I'll look into that. Marco =C2=B9 https://github.com/mpfusion/context-slide --nHwqXXcoX0o6fKCv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQEcBAEBAgAGBQJSHbxKAAoJEPGqVaNSn0iK7CcH/13Q8lxUXjwmSB0lauInWysc SMCOhGsbyo2+dpZ5Xb6v7qD5e+S7aZ5ZEK+CJXPoChT75x/fsd0MzmKNIlH/XyiD oxwzJL2MBgwWbULHPCCs/W98yyZYhD+mY6by438v6RWGn9zWM589A+UIVDdkmPCm Qddx2CRtryYd1YLK4fY6sbBmGqlb6NqZqbn0zsnqiUAj2Z0maxtdkgSx/ZTrHHAN xYp5IOVsjl4mpc8GbPSrhJtgdkLbCDKWAcsOlGacLgpCvgFdGb/c2ZpV8IRyhLd1 CGyv7tHubp8NEKp0AK8zP6+zcsYDb40HBMGlUE7eY5TUWuWl1vX7fm+E7NRIG+w= =ZvYf -----END PGP SIGNATURE----- --nHwqXXcoX0o6fKCv-- --===============1264212381== 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 ___________________________________________________________________________________ --===============1264212381==--