We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd3541 commit 50e3bf4Copy full SHA for 50e3bf4
1 file changed
src/config/texlive.md
@@ -8,6 +8,13 @@ packages.
8
The `texlive-bin` package contains the latest TeX Live version; however, earlier
9
versions, such as `texlive2018-bin`, are also available.
10
11
+The `texlive` package and `texlive-*` packages are also available, and provide
12
+TeX packages directly via xbps. TeX packages installed via those packages cannot
13
+interact with TeX packages installed directly from CTAN (via `tlmgr`). For
14
+example: `pdflatex` from `texlive-pdflatex` cannot be used to compile a TeX
15
+document that uses a package installed via `tlmgr`; `tlmgr install pdflatex`
16
+would be required for that.
17
+
18
## Configuring TeX Live
19
20
After installing TeX Live, update the value of `PATH`:
0 commit comments