Difference between revisions of "ConTeXt Standalone/Implementation"

From Wiki
Jump to navigation Jump to search
m (luaTeX added (needs to be completed))
m (new binaries added)
Line 8: Line 8:
 
|-
 
|-
 
! metapost
 
! metapost
| latest (A/M) || TL || TL || latest (M) || TL || 1.00x || 0.993
+
| latest (A/M) || latest (M) || latest(M) || latest (M) || latest (M) || 1.00x || 0.993
 
|-
 
|-
 
! pdfTeX
 
! pdfTeX
| latest (A/M) || TL || TL || TL || TL || 1.40.5 || 1.40.2
+
| latest (A/M) || latest (M) || latest (M) || TL || TL || 1.40.5 || 1.40.2
 
|-
 
|-
 
! XeTeX
 
! XeTeX
| latest (A/M) || TL || TL || latest (M) || latest (M) || 0.997 || 0.996
+
| latest (A/M) || TL || latest (M) || latest (M) || latest (M) || 0.997 || 0.996
 
|-
 
|-
 
! xdvipdfmx
 
! xdvipdfmx
| latest (A/M) || TL || TL || latest (M) || TL || ||
+
| latest (A/M) || TL || latest (M) || latest (M) || TL || ||
 
|-
 
|-
 
! luatex
 
! luatex
| semi-latest (A/M) ||  ||  ||  || || ||
+
| semi-latest (A/M) ||  ||  ||  || (Universal - huge) || ||
 
|-
 
|-
 
|}
 
|}
 +
 +
A = automatic, M = manual
  
 
== splitting binaries ==
 
== splitting binaries ==

Revision as of 15:11, 28 September 2007

Current state of binaries in minimals

(Not yet online.)

program windows linux linux-64 mac-intel mac-ppc latest TL
metapost latest (A/M) latest (M) latest(M) latest (M) latest (M) 1.00x 0.993
pdfTeX latest (A/M) latest (M) latest (M) TL TL 1.40.5 1.40.2
XeTeX latest (A/M) TL latest (M) latest (M) latest (M) 0.997 0.996
xdvipdfmx latest (A/M) TL latest (M) latest (M) TL
luatex semi-latest (A/M) (Universal - huge)

A = automatic, M = manual

splitting binaries

files.lst :

# common
...
...
#luatex
...
...
#xetex
...
...
#pdftex
...
...

i can then use that (will make a script) that will install what is needed

mtxrun --script install --engine=xetex --platform=macosx-intel

and such (is we make luatex 'common' we have a scripting machinery)