Re: [NTG-context] Success Story - II

2007-11-02 Thread luigi scarso
Thanks to Vyatcheslav Yatskovsky , examples are now at

http://wiki.contextgarden.net/User:Luigi.scarso#Luatex_examples

(more examples are welcome,of course)
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Success Story - II

2007-10-31 Thread luigi scarso
On 10/25/07, Vyatcheslav Yatskovsky [EMAIL PROTECTED] wrote:
 Hello

 Happy to report that Luatex made my life easier once again.  :) I've made 
 another test papers for my students, with varying problems, and it was 
 possible only due to Lua emedded code.
It's an important topic for.
Do you have some other examples, so I eventually collect them in my  wiki page?

-- 
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Success Story - II

2007-10-31 Thread Vyatcheslav Yatskovsky
Hello luigi,

Thanks for the interest. 

I have provided the most prominent pieces of code already in this list. ;)

Where are your Wiki page?

-- 
Best regards,
Vyatcheslav Yatskovsky

 On 10/25/07, Vyatcheslav Yatskovsky [EMAIL PROTECTED] wrote:
 Hello

 Happy to report that Luatex made my life easier once again.I've made 
 another test papers for my students, with varying problems, and it was 
 possible only due to Lua emedded code.
 It's an important topic for.
 Do you have some other examples, so I eventually collect them in my wiki page?

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Success Story - II

2007-10-31 Thread luigi scarso
On 10/31/07, Vyatcheslav Yatskovsky [EMAIL PROTECTED] wrote:
 Hello luigi,

 Thanks.

 I see that my 'examples' are not included yet, right?
hmm, if you are registered as user you can modify my page too, I believe.
I will put a new subject Luatex  examples , you can put your content under it.


 And, what do you mean by I was not able to follow them?
Too much busy at home and at work to keep track of your mail about this subject
in this mailing list :( .

At guit meeting this year
http://www.guit.sssup.it/GuITmeeting/2007/2007.en.php/
there was also a talk about TeX/LaTeX at school, see
12:00 - LaTeX nella Scuola Media Superiore: applicazioni didattiche con PSTricks
  Luciano Battaia, Liceo Scientifico Grigoletti, Pordenone
I eventually email Luciano about your luatex examples at school/university



-- 
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Success Story - II

2007-10-25 Thread Vyatcheslav Yatskovsky
Hello

Happy to report that Luatex made my life easier once again.  :) I've made 
another test papers for my students, with varying problems, and it was possible 
only due to Lua emedded code. Examples:

  Perform logical AND, OR and XOR under the following pair of hexadecimal 
numbers: 
  \startluacode 
n = math.random(10,255)  
m = math.random(10,255)
tex.print(string.format(%X, %X, n, m)) 
  \stopluacode

  Encode your Name and Surname as a   
  \startluacode 
 a = {'null-terminated', 'dollar-terminated', 'Pascal'}
 tex.print( string.format('%s string.', a[math.random(1,3)]) );
  \stopluacode

Lucky, the discussion about Lua reference started in the list today, because I 
need more knowledge of Lua to make even more flexible assignments.

Best regards,
Vyatcheslav

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___