Installing Tex Live Full in Arch Linux
You may encounter the following issues when installing text live full from here
and setting it up to work with TextStudio
| |
Error 1: No such file or directory
This error is shown when you run these series of command
| |
| |
The Fix/Work Around
Change PKGBUILD’S file pkgver from $date "+%Y%m%d" to pkgver="20200706".
You obtain this date from the downloaded directory path texlive-full/src/install-tl-<date>
Error 2: xelatex command not found
Set Path to Tex Binaries permanently, in .profile file
| |
or else you can create this file texlive-full.sh in /etc/profile.d/ before you begin installation as shown in error 1 above
| |
Then
$ source ~/.profile
or after login $ tex --version should show you the tex version verbose.
Error 3: You can’t compile the document in a non writable directory
If you run this series of commands to make the directory where you.tex files reside writable.
As in
| |
This show the directory as writable
drwxr-xr-x 4 josphat josphat 4096 Jul 7 15:10 .
drwxr-xr-x 3 josphat josphat 4096 Jun 28 15:51 ..
drwxr-xr-x 6 josphat josphat 4096 Jun 28 22:17 configurations
drwxrwxrwx 5 josphat josphat 4096 Jul 8 08:44 resume-cover-letter
But it is bug in Arch,that texstudio flagged as won’t fix.
http://sourceforge.net/p/texstudio/bugs/1814
Work Around The work around is to compile the files via terminal
# xelatex cover-letter.tex