Thanks.

But, in this LATEX_to_Context migration, I need to convert at hand 
several latex commands. For example:

\begin{itemize} to \startitemize

\end{itemize} to \stopitemize


\begin{table}_to_\starttable

and so on.

this is a very hard task.

Perhaps I need to make: perl -ps 's/\begin{itemize}/\startitemize/g'  
*.tex





Em 19/06/2006, às 4:52, Hans Hagen escreveu:

> batela wrote:
>> To all,
>>
>> I am the author of a physics booklet written in LATEX+PsTRICKS.
>> Now,  my I intend  is to make one improved version in Context, but I
>> have many
>> schems with  PSTRICKS commands. Did you know  a easy way  to make the
>> migration?
>>
> there is a module, m-pstric.tex
>
>
> \usemodule[pstrick]
>
> \startPSTRICKS
>   \pspicture(0,0)(10,10)
>     \dorecurse{10}{\psline(0,0)(\recurselevel,10)}
>     \dorecurse{10}{\psline(0,0)(10,\recurselevel)}
>   \endpspicture
> \stopPSTRICKS
>
> an option is to put the graphics in separate files and/or use checksum 
> trickery as used in m-r (not yet done)
>
> 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
> -----------------------------------------------------------------
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
Um Abraço,

Jorge Magalhães

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to