On 9-2-2010 6:53, Otared Kavian wrote:

Now, that said, I do all my presentations with ConTeXt, and there is one thing 
which should be added for more ease of use: a stepwise procedure which can do 
better than the RawSteps module I use (see 
http://wiki.contextgarden..net/RawSteps), and which would also work with the 
simpleslides modules set up by Thomas A. Schmitz and Aditya Mahajan.

There is a generic stepper:

\usemodule[pre-60] % use the stepper

\starttext

\title {Whatever}

\dorecurse{10} {
    \title{Just a few dummy pages}
    \StartSteps \startitemize[packed]
    \startitemize
        \startitem bla \FlushStep \stopitem
        \startitem bla bla \FlushStep \stopitem
        \startitem bla bla bla \FlushStep \stopitem
        \startitem bla bla bla bla \FlushStep \stopitem
    \stopitemize \StopSteps
}

Actually I do this manually and, despite being time consuming, I prefer to 
write in ConTeXt and to translate my paper into LaTeX at the very last step.

i would not be surprised if the journal editors then translate it into their local variant; it's probably the text (plus time consuming formulas) they keep

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 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
___________________________________________________________________________________

Reply via email to