Difference between revisions of "PdfTeX - Old Content"

From Wiki
Jump to navigation Jump to search
m (Category:TeX extensions, please fix the name if unappropriate)
(luatex-snapshot on debian)
Line 16: Line 16:
  
 
* [[manual:luatex.pdf|Lua Enhanced TeX]]
 
* [[manual:luatex.pdf|Lua Enhanced TeX]]
 +
 +
If you want to try an '''unsupported, experimental snapshot''', there are Debian packages.  For your <tt>sources.list</tt>:
 +
 +
  deb <nowiki>http://www.tug.org/texlive/Debian/</nowiki> luatex/
 +
  deb-src <nowiki>http://www.tug.org/texlive/Debian/</nowiki> luatex/
 +
 +
Then
 +
 +
  apt-get update && apt-get install luatex-snapshot
  
 
[[Category:TeX extensions]]
 
[[Category:TeX extensions]]

Revision as of 06:11, 7 January 2007


TODO: more to write about one of the most well-supported engines by ConTeXt (See: To-Do List)


Official websites

Manuals

Integration with LUA

There is some development of pdfluaTeX going on behind the scenes. Integration of pdfTeX with lua should give more flexibility when writing TeX macros. See:

If you want to try an unsupported, experimental snapshot, there are Debian packages. For your sources.list:

 deb http://www.tug.org/texlive/Debian/ luatex/
 deb-src http://www.tug.org/texlive/Debian/ luatex/

Then

 apt-get update && apt-get install luatex-snapshot