Difference between revisions of "PdfTeX - Old Content"

From Wiki
Jump to navigation Jump to search
(stub; more has to be written about pdfTeX & other engines (aleph, ...))
 
m
 
(6 intermediate revisions by 3 users not shown)
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
 +
 +
== Other links ===
 +
 +
About non-ConTeXt related internals of TeX (or pdfeTeX).
 +
* [[How TeX reads input]]
 +
* [[Write18|Checking if write18 is enabled]]
 +
 +
 +
 +
[[Category:Old Content]]

Latest revision as of 19:24, 8 June 2020


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

Other links =

About non-ConTeXt related internals of TeX (or pdfeTeX).