Re: [NTG-context] An elisp script for converting LaTeX to ConTeXt in emacs

2010-06-16 Thread John Haltiwanger
You can also theoretically convert LaTeX into ConTeXt using Pandoc,
though I've never tried.

On Wed, Jun 16, 2010 at 12:21 PM, luigi scarso  wrote:
> 2010/6/16 Michael Murphy :
>
>> I know that it's written in elisp which perhaps already excludes a
>> majority of people who don't use emacs, but I didn't have the patience
>> to write it in any other language.
>>
>> Anyway, you can grab it at
>>
>> http://github.com/murphy-md/atoctx
>>
> cool
> (I don't use latex but almost only emacs, so I like it.
> I will study to adapt for my needs)
>
>
>
>
> --
> luigi
> ___
> 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
> ___
>
___
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
___


Re: [NTG-context] An elisp script for converting LaTeX to ConTeXt in emacs

2010-06-16 Thread luigi scarso
2010/6/16 Michael Murphy :

> I know that it's written in elisp which perhaps already excludes a
> majority of people who don't use emacs, but I didn't have the patience
> to write it in any other language.
>
> Anyway, you can grab it at
>
> http://github.com/murphy-md/atoctx
>
cool
(I don't use latex but almost only emacs, so I like it.
I will study to adapt for my needs)




-- 
luigi
___
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
___


[NTG-context] An elisp script for converting LaTeX to ConTeXt in emacs

2010-06-16 Thread Michael Murphy
Hi all,

one of the biggest drawbacks to writing my thesis in ConTeXt was that
much of the material had already been written in LaTeX, and I didn't
really want to have to go through by hand and change all the syntax.
Borne out this laziness was atoctx.el (which originally meant 'AMSTeX to
ConTeXt', but perhaps now should be called 'latoctx.el'). It's
essentially a set of macros that look through a document and tries to
convert lots of different LaTeX syntax to ConTeXt. At the moment, it
handles the following environments:

equation
gather
align
footnote
enumerate
figure

and the following macros

cite
emph

There are still bugs, and several more environments would be useful, but
if anyone thinks that it would be useful to them, then please go ahead
and use it. (Even better, if you'd like to help me write more of it,
drop me a line.)

I know that it's written in elisp which perhaps already excludes a
majority of people who don't use emacs, but I didn't have the patience
to write it in any other language.

Anyway, you can grab it at

http://github.com/murphy-md/atoctx

--
Michael Murphy

___
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
___