From 07f4ac63ada11d69398af55f9272b293d9e8e08f Mon Sep 17 00:00:00 2001 From: "Posquit0.BJ" Date: Tue, 26 May 2015 10:56:11 +0900 Subject: [PATCH] fix dependency in the procedure for INSTALL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 500fc6c..8485696 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You have to install fundamental latex packages on system including xelatex. Also #### Ubuntu(Debian) ```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