$ pacman -Ss context | grep TeX -B1 extra/haskell-skylighting-format-context 0.1.0.2-163 ConTeXt formatter for skylighting syntax highlighting library -- extra/texlive-context 2025.2-1 (texlive) TeX Live - ConTeXt and packages extra/texlive-latexextra 2025.2-1 (texlive) TeX Live - LaTeX additional packages $ sudo pacman -S --needed texlive-context ... $ pacman -Qi texlive-context Name : texlive-context Version : 2025.2-1 ... Build Date : Sat 22 Mar 2025 07:15:15 PM EDT
$ cat <<EOF > hello-world.tex \starttext Hello, world! \stoptext EOF $ context hello-world.tex [...] system > ConTeXt ver: 2026.02.19 11:49 LMTX fmt: 2026.3.7 int: english/english [...] system | total runtime: 0.632 seconds of 0.768 seconds $ pdftotext hello-world.pdf - | tail -1 Hello, world!