fix dependency in the procedure for INSTALL

This commit is contained in:
Posquit0.BJ 2015-05-26 10:56:11 +09:00
parent 06908d74a4
commit 07f4ac63ad

View file

@ -18,7 +18,7 @@ You have to install fundamental latex packages on system including xelatex. Also
#### Ubuntu(Debian) #### Ubuntu(Debian)
```bash ```bash
$ sudo apt-get install texlive texlive-latex-extra texlive-xetex $ sudo apt-get install texlive texlive-latex-extra texlive-xetex texlive-math-extra
``` ```
```bash ```bash