Difference between revisions of "ConTeXt Standalone/Implementation"

From Wiki
Jump to navigation Jump to search
(splitting binaries)
 
(state of binaries in minimals)
Line 1: Line 1:
 +
= Current state of binaries in minimals =
 +
 +
(Not yet online.)
 +
 +
{| border="1"
 +
! program
 +
| windows || linux || linux-64 || mac-intel || mac-ppc || latest || TL
 +
|-
 +
! metapost
 +
| latest (A/M) || TL || TL || latest (M) || TL || 1.00x || 0.993
 +
|-
 +
! pdfTeX
 +
| latest (A/M) || TL || TL || TL || TL || 1.40.5 || 1.40.2
 +
|-
 +
! XeTeX
 +
| latest (A/M) || TL || TL || latest (M) || latest (M) || 0.997 || 0.996
 +
|-
 +
! xdvipdfmx
 +
| latest (A/M) || TL || TL || latest (M) || TL || ||
 +
|-
 +
|}
 +
 
== splitting binaries ==
 
== splitting binaries ==
 
  files.lst :
 
  files.lst :

Revision as of 15:15, 26 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) TL TL latest (M) TL 1.00x 0.993
pdfTeX latest (A/M) TL TL TL TL 1.40.5 1.40.2
XeTeX latest (A/M) TL TL latest (M) latest (M) 0.997 0.996
xdvipdfmx latest (A/M) TL TL latest (M) TL

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)