Changes

Jump to navigation Jump to search
360 bytes removed ,  13:50, 30 May 2020
no edit summary
__NOTOC__
Since April 2019, there is a new major version implementation of ConTeXt, named '''ConTeXt LMTX'''. It is a new implementation tuned for LuaMetaTeX TeX engine, the lean and mean successor of the LuaTeX TeX engine (see [https://tug.org/TUGboat/tb40-1/tb124hagen-lmtx.pdf article]).
= #1. Download =
<ul classid="DownloadRework">
<li class="DownloadRework" style="text-align:left;">
=== Windows ===
<ul style="text-align:left;"><li>* [http://lmtx.pragma-ade.nl/install-lmtx/context-mswin.zip 3232bits]</li><li>* [http://lmtx.pragma-ade.nl/install-lmtx/context-win64.zip 6464bits]</li></ul>
</li>
<li class="DownloadRework" style="text-align:left;">
=== MacOS ===
<ul style="text-align:left;"><li>* [http://lmtx.pragma-ade.nl/install-lmtx/context-osx-64.zip 6464bits]</li></ul>
</li>
<li class="DownloadRework" style="text-align:left;">
=== GNU/Linux ===
<ul style="text-align:left;"><small><li>* X86 [http://lmtx.pragma-ade.nl/install-lmtx/context-linux.zip 3232bits] | * X86 [http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip 6464bits]</li><li>* ARM [http://lmtx.pragma-ade.nl/install-lmtx/context-linux-armhf.zip 3232bits] | * ARM [http://lmtx.pragma-ade.nl/install-lmtx/context-linux-aarch64.zip 6464bits]</li></small></ul>
</li>
<li class="DownloadRework" style="text-align:left;">=== Free BSD FreeBSD ===<ul style="text-align:left;"><li>* [http://lmtx.pragma-ade.nl/install-lmtx/context-freebsd.zip 3232bits] (untested)</li>*<li>* [http://lmtx.pragma-ade.nl/install-lmtx/context-freebsd-amd64.zip 6464bits]</li></ul>
</li>
<li class="DownloadRework" style="text-align:left;">
=== OpenBSD6.5 ===
<ul style="text-align:left;"><li>* [http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd6.5.zip 3232bits] (untested)</li>*<li>* [http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd6.5-amd64.zip 6464bits]</li></ul>
</li>
<li class="DownloadRework" style="text-align:left;">
=== OpenBSD6.6 ===
<ul style="text-align:left;"><li>* [http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd6.6.zip 3232bits] (untested)</li>*<li>* [http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd6.6-amd64.zip 6464bits]</li>
</ul>
</li>
</li>
</ul>
 
<nowiki>*</nowiki>untested configuration.
You can [[Read Me| read the licence]] (Creative Commons GNU GPL for program code, and Creative Commons Attribution ShareAlike for documentation).
# Create a directory for, e.g. data/context
# Go there and download the relevant zip for your plateform (see asideabove)
# Unpack the zip, some files will appear
# Execute the install program, which will take care of downloading the distribution:
#* WINDOWS: <code>install.bat</code>
#* MAC: #** If MacOS Catalina (10.15+), first allow mtxrun as unsigned executable with <code>xattr -d com.apple.quarantine context-osx-64/bin/mtxrun</code>#** execute <code>sh install.sh</code>#* UNIX: <code>sh install.sh</code> (set the executable permissions)
# Add ConTeXt to your system PATH :
#* WINDOWS: run <code>setpath.bat</code>
#* UNIX: use the PATH instructions provided at the end of <code>install.sh</code> with:
::: #** Bash shell <code>echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.bashrc</code>::: #** Sh/Ksh shell <code>echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.profile</code>::: #** Tcsh/csh shell <code>echo 'set path = ($path ...thepathinstructions...)' >> ~/.cshrc</code> 
= #3. First Run ! =
* [[First Document| Your 1st document]]
* and a more [[Detailed Example|Detailed example]]
 
= #4. Easy update =
Just For an update, just replay the install program, : it also take care of updating the distributionincrementally:
* WINDOWS: <code>install.bat</code>
* UNIX: <code>install.sh</code> (set the executable permissions)
 
= Official installation page =

Navigation menu