From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53807 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: presentation (simple-slides?) master-like feature? Date: Wed, 28 Oct 2009 14:40:31 -0400 (EDT) Message-ID: References: <51B81F2C-3DDD-4831-B9EF-578841099281@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256755271 5578 80.91.229.12 (28 Oct 2009 18:41:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2009 18:41:11 +0000 (UTC) Cc: Bruce To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 28 19:41:04 2009 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.50) id 1N3DSB-00073H-OM for gctc-ntg-context-518@m.gmane.org; Wed, 28 Oct 2009 19:41:03 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8CA16C9B4F; Wed, 28 Oct 2009 19:39: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 kMmAFPC9obeE; Wed, 28 Oct 2009 19:39:40 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id ED28DC9AFD; Wed, 28 Oct 2009 19:39:39 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BC845C9AFD for ; Wed, 28 Oct 2009 19:39:36 +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 4vM0npNwSdBN for ; Wed, 28 Oct 2009 19:39:24 +0100 (CET) Original-Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by balder.ntg.nl (Postfix) with ESMTP id 3A70DC9AC1 for ; Wed, 28 Oct 2009 19:39:23 +0100 (CET) Original-Received: FROM dhcp128036205061.central.yale.edu (dhcp128036205061.central.yale.edu [128.36.205.61]) By skycaptain.mr.itd.umich.edu ID 4AE89025.7B501.6539 ; Authuser adityam; 28 Oct 2009 14:40:37 EDT In-Reply-To: <51B81F2C-3DDD-4831-B9EF-578841099281@uni-bonn.de> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) 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:53807 Archived-At: On Wed, 28 Oct 2009, Thomas A. Schmitz wrote: > Bruce, > > very briefly: I'm very very short on time this week, so won't be able to look > into this until middle of next week, but I just wanted to let you know that I > find your idea great. I had been thinking of adding an xml template for > simple presentations. your html-based stuff looks gorgeous, so I would like > to know more about it. And let us know what exactly it is that you're missing > in simple-slides. In theory, titles are typeset in layers, so everything > should be there. I also like this idea. In fact, it will not be too difficult to map these to simple-slides. Basically
  • Test Slide Show

  • should be translated to \setupTitle[title="Test Slide Show",author=,date=] \placeTitle and
  • Hello

    • one
    • two
  • should be translated to \SlideTitle{Hello} \startitemize \item one \item two \stopitemize we currently do not have any specific environment for blockquote (but Thomas and I have discussed adding something similar). The vanilla ConTeXt equivalent \startblockquote ... \stopblockquote doesn't do anything fancy. Finally,
  • Container Ships

  • should be translated to \IncludePicture[horizontal][filename.jpg]{Container Ships} I do not know what is the best way to do these translations. ConTeXt can also handle XML files, so it is just a matter of writing the translation rules in ConTeXt. Or, if you prefer, you can write an XSLT transformation. Aditya ___________________________________________________________________________________ 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 ___________________________________________________________________________________