Difference between revisions of "PdfTeX - Old Content"

From Wiki
Jump to navigation Jump to search
m (Garulfo moved page PdfTeX to PdfTeX - Old Content without leaving a redirect)
m
 
(3 intermediate revisions by the same user not shown)
Line 26: Line 26:
 
   apt-get update && apt-get install luatex-snapshot
 
   apt-get update && apt-get install luatex-snapshot
  
[[Category:TeX extensions]]
+
== 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).