Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
In line 30, it is sufficient to install xetex in order to save time, and to avoid compiling errors due to multi-version tex installation.

texlive-full includes all kinds of tex, saying luatex, xetex, pdflatex, and the installation takes time. 

Better to install texlive-xetex instead, after that `make` command works which creates the pdf file.
  • Loading branch information
Urbaner3 authored Aug 4, 2023
1 parent 8172c03 commit 5651061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For Ubuntu Linux, macOS, and other Unix-like systems, run the following command(

```bash
# Debian / Ubuntu
$ sudo apt install make texlive-full
$ sudo apt install make texlive-xetex

# Arch / Manjaro
$ sudo pacman -S make texlive-most texlive-bin
Expand Down

0 comments on commit 5651061

Please sign in to comment.