Changes

Jump to navigation Jump to search
108 bytes removed ,  08:21, 1 July 2022
m
fix pragma links
<li>
=== OpenBSD6.7 OpenBSD ===* [http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd6.7.zip 32bits]* 0 [http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd6openbsd7.70-amd64.zip 64bits64b<li> === OpenBSD6.8 ===* [http://lmtx7.pragma-ade.nl/install-lmtx/context-openbsd6.8.zip 32bits]* 1 [http://lmtx.pragma-ade.nl/install-lmtx/context-openbsd6openbsd7.81-amd64.zip 64bits64b]
</li>
</ul>
== Unix ==
The steps in this section show how to download and install ConTeXt for a 64-bit Linux system. Change the archive file download link as needed for your target platform. Open a new terminal then run the following commands:
# mkdir $HOME/bin/context# cd $HOME/bin/context
# wget http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip
# unzip context-linux-64.zip
# sh install.sh
Update the PATH environment variable by using the path instructions displayed by when the install programfinishes. The instructions will vary depending on the type of shell being used:
* '''Bash''': <code>echo 'export PATH=...instructions...:$PATH' >> ~/.bashrc</code>
* '''Tcsh'''/'''csh''': <code>echo 'set path = ($path ...instructions...)' >> ~/.cshrc</code>
For example, if ConTeXt was downloaded into `$HOME/bin/context` on a system running bash, then the following line would update the PATH environment variable:
<code>echo 'export PATH=$HOME/bin/context/tex/texmf-linux-64/bin:$PATH' >> ~/.bashrc</code>
=== MacOS ===
The instructions for MacOS are the same as for Unix, but note that:
Installation is complete.
= First Run ! =
* Download the tex input file [[Media:Hello-world.tex|Hello-World.tex]] from our [[Detailed_Example|Detailed example]]* Run <code>context Hello-world.tex</code> in This section describes how to run ConTeXt to transform your shell* Check the pdf output <code>Hello-world.pdf</code>first TeX document into a PDF.
You can also follow our two steps tutorial:* # Download the tex input file [[First DocumentMedia:Hello-world.tex| Your 1st documentHello-World.tex]]* and a more from our [[Detailed ExampleDetailed_Example|Detailed example]].# Run <code>context Hello-world.tex</code> in your terminal (or command prompt).# Check the PDF output <code>Hello-world.pdf</code>.
Moreover, a page is used to centralized Additional tutorials include: * [[First Document| Your first document]]* [[Detailed Example|Detailed example]] See the [[Sample documents]]page for even more examples.
= Upgrade =
= Running MkIV =
The new distribution still has all the files to run the previous version of ConTeXt. * Run <code>context --luatex Hello-world.tex</code> in your shell to revert back to use the `luatex` binary and [[MkIV]].
= Further installation instructions =
 
* [[Installing ConTeXt LMTX on MacOS]]
* [[Modules#ConTeXt_LMTX|Installing Modules for ConTeXt LMTX]]
* The official page '''[http://www.pragma-ade.comnl/install.htm Installing CONTEXT ConTeXt LMTX ]''' is hosted by Pragma-AdeADE.* Pragma-Ade ADE also provides the '''[http://www.pragma-ade.comnl/download-1.htm CONTEXT MKIV ConTeXt MkIV distribution]''' (MKIV version MkIV is the predecessor of LMTX predecessor) for which there is are also [[ConTeXt_Standalone|detailed Installation installation instructions]].

Navigation menu