Difference between revisions of "Installation"

From Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
Since April 2019, there is a new implementation of ConTeXt, named '''ConTeXt LMTX'''. It is tuned for LuaMetaTeX, the lean and mean successor of LuaTeX TeX engine (see [https://tug.org/TUGboat/tb40-1/tb124hagen-lmtx.pdf article]).
 
Since April 2019, there is a new implementation of ConTeXt, named '''ConTeXt LMTX'''. It is tuned for LuaMetaTeX, the lean and mean successor of LuaTeX TeX engine (see [https://tug.org/TUGboat/tb40-1/tb124hagen-lmtx.pdf article]).
  
= #1. Download =
+
= Download =
 
   
 
   
 
<ul id="DownloadRework">
 
<ul id="DownloadRework">
Line 53: Line 53:
 
You can [[Read Me| read the licence]] (Creative Commons GNU GPL for program code, and Creative Commons Attribution ShareAlike for documentation).
 
You can [[Read Me| read the licence]] (Creative Commons GNU GPL for program code, and Creative Commons Attribution ShareAlike for documentation).
  
= #2. Installation =
+
= Installation =
  
  
Line 72: Line 72:
 
#** Tcsh/csh shell <code>echo 'set path = ($path ...thepathinstructions...)' >> ~/.cshrc</code>
 
#** Tcsh/csh shell <code>echo 'set path = ($path ...thepathinstructions...)' >> ~/.cshrc</code>
  
= #3. First Run ! =
+
= First Run ! =
  
 
* Download the tex input file [[Media:Hello-world.tex|Hello-World.tex]] from our [[Detailed_Example|Detailed example]]
 
* Download the tex input file [[Media:Hello-world.tex|Hello-World.tex]] from our [[Detailed_Example|Detailed example]]
Line 83: Line 83:
  
  
= #4. Easy update =
+
= Easy update =
  
 
For an update, just replay the install program: it also take care of updating the distribution incrementally:
 
For an update, just replay the install program: it also take care of updating the distribution incrementally:

Revision as of 12:02, 6 June 2020

Since April 2019, there is a new implementation of ConTeXt, named ConTeXt LMTX. It is tuned for LuaMetaTeX, the lean and mean successor of LuaTeX TeX engine (see article).

Download

*untested configuration.

You can read the licence (Creative Commons GNU GPL for program code, and Creative Commons Attribution ShareAlike for documentation).

Installation

  1. Create a directory for, e.g. data/context
  2. Go there and download the relevant zip for your plateform (see above)
  3. Unpack the zip, some files will appear
  4. Execute the install program, which will take care of downloading the distribution:
    • WINDOWS: install.bat
    • MAC:
      • If MacOS Catalina (10.15+), first allow mtxrun as unsigned executable with xattr -d com.apple.quarantine context-osx-64/bin/mtxrun
      • execute sh install.sh
    • UNIX: sh install.sh
  5. Add ConTeXt to your system PATH :
    • WINDOWS: run setpath.bat
    • UNIX: use the PATH instructions provided at the end of install.sh with:
      • Bash shell echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.bashrc
      • Sh/Ksh shell echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.profile
      • Tcsh/csh shell echo 'set path = ($path ...thepathinstructions...)' >> ~/.cshrc

First Run !

You can also follow our two steps tutorial:


Easy update

For an update, just replay the install program: it also take care of updating the distribution incrementally:

  • WINDOWS: install.bat
  • UNIX: install.sh (set the executable permissions)

Official installation page

The official page Installing CONTEXT LMTX is hosted by Pragma-Ade, which also provides


Further installation instructions