[NTG-context] python embedded in ConTeXt

2013-02-23 Thread Xan

Hi,

I just want to know if there is a equal thing like python.sty [1], 
sympytex [2] or sagetex [3] for embed python, sympy and sage into 
ConTeXt documents as there exist for latex. Yeah, I know I could write a 
script and run python externally to ConTeXt but this were easier to use.


Thanks in advance,
Xan.

[1] http://www.astrobetter.com/python-in-latex-with-sympy/
[2] https://github.com/gpoore/pythontex
[3] http://www.sagemath.org/doc/tutorial/sagetex.html

___
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] python embedded in ConTeXt

2013-02-23 Thread Henning Hraban Ramm
Am 2013-02-23 um 13:47 schrieb Xan:

> I just want to know if there is a equal thing like python.sty [1], sympytex 
> [2] or sagetex [3] for embed python, sympy and sage into ConTeXt documents as 
> there exist for latex. Yeah, I know I could write a script and run python 
> externally to ConTeXt but this were easier to use.

Have a look at Aditya's filter module, that can call arbitrary external 
commands. If you need pretty printing of Python sources, I guess the vim module 
can handle that. Don’t know about a suitable combination.


Greetlings, Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] python embedded in ConTeXt

2013-02-23 Thread Aditya Mahajan

On Sat, 23 Feb 2013, Henning Hraban Ramm wrote:


Am 2013-02-23 um 13:47 schrieb Xan:

I just want to know if there is a equal thing like python.sty [1], 
sympytex [2] or sagetex [3] for embed python, sympy and sage into 
ConTeXt documents as there exist for latex. Yeah, I know I could write 
a script and run python externally to ConTeXt but this were easier to 
use.


Have a look at Aditya's filter module, that can call arbitrary external 
commands.


Attached is a proof of concept implementation for sympy. All the three 
python packages that you mentioned include a corresponding python script 
that does a lot of book-keeping. So, getting the full functionality of all 
these packages will require adapting those python script to generate 
results in ConTeXt syntax rather than in LaTeX syntax.


Aditya



sympy.tex
Description: TeX document
___
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] python embedded in ConTeXt

2013-02-25 Thread Xan
Thank you very much, Henning and Aditya. It clear the actual programming 
in ConTeXt. Now I use mako templates for emulate this purpose, but it's 
an annoying thing having to do this "outside" ConTeXt documents


Thanks, both.

Xan.

   On Sat, 23 Feb 2013, Henning Hraban Ramm wrote:

   >/  Am 2013-02-23 um 13:47 schrieb Xan:
   />/
   />>/  I just want to know if there is a equal thing like python.sty [1],
   />>/  sympytex [2] or sagetex [3] for embed python, sympy and sage into
   />>/  ConTeXt documents as there exist for latex. Yeah, I know I could write
   />>/  a script and run python externally to ConTeXt but this were easier to
   />>/  use.
   />/
   />/  Have a look at Aditya's filter module, that can call arbitrary external 
commands.
   /
   Attached is a proof of concept implementation for sympy. All the three
   python packages that you mentioned include a corresponding python script
   that does a lot of book-keeping. So, getting the full functionality of all
   these packages will require adapting those python script to generate
   results in ConTeXt syntax rather than in LaTeX syntax.

   Aditya

   -- next part --
   A non-text attachment was scrubbed...
   Name: sympy.tex
   Type: application/x-tex
   Size: 916 bytes
   Desc:
   URL: 


   

___
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] python embedded in ConTeXt

2013-02-25 Thread Mica Semrick
Xan,

not sure if you're aware, but you can execute Lua code within a ConTeXt
document.

Best,
Mica

On Mon, Feb 25, 2013 at 10:04 AM, Xan  wrote:

>  Thank you very much, Henning and Aditya. It clear the actual programming
> in ConTeXt. Now I use mako templates for emulate this purpose, but it's an
> annoying thing having to do this "outside" ConTeXt documents
>
> Thanks, both.
>
> Xan.
>
> On Sat, 23 Feb 2013, Henning Hraban Ramm wrote:
>
> >* Am 2013-02-23 um 13:47 schrieb Xan:*>**
> >>* I just want to know if there is a equal thing like python.sty [1], *>>* 
> >>sympytex [2] or sagetex [3] for embed python, sympy and sage into *>>* 
> >>ConTeXt documents as there exist for latex. Yeah, I know I could write *>>* 
> >>a script and run python externally to ConTeXt but this were easier to *>>* 
> >>use.*>**
> >* Have a look at Aditya's filter module, that can call arbitrary external 
> >commands.*
>
> Attached is a proof of concept implementation for sympy. All the three
> python packages that you mentioned include a corresponding python script
> that does a lot of book-keeping. So, getting the full functionality of all
> these packages will require adapting those python script to generate
> results in ConTeXt syntax rather than in LaTeX syntax.
>
> Aditya
>
> -- next part --
> A non-text attachment was scrubbed...
> Name: sympy.tex
> Type: application/x-tex
> Size: 916 bytes
> Desc:
> URL: 
> 
>
> --
>
>
>
> ___
> 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
___