From cedb3df9de528fb092b17b04d0e103eec69ba624 Mon Sep 17 00:00:00 2001 From: Pomax Date: Tue, 28 Apr 2020 10:39:34 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f6291cf..26fdf6ed 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Both operations run continuous linting. Also note that there are specific requir - [Node.js](https://nodejs.org) - XeLaTeX (available through [TeXLive](https://www.tug.org/texlive) on unix/linux/OSX and [MiKTeX](https://miktex.org) on Windows) - pdfcrop (available through [TeXLive](https://www.tug.org/texlive) on unix/linux/OSX and [MiKTeX](https://miktex.org) on Windows) -- The [`pdf2svg`](http://www.cityinthesky.co.uk/opensource/pdf2svg) utility +- The [`pdf2svg`](https://github.com/jalios/pdf2svg-windows/releases) utility ### Fonts required for proper LaTeX typesetting - en-GB LaTeX fonts: TeX Gyre Pagella and TeX Gyre Pagella Math fonts (installable through TeXLive and MiKTeX) From 18872900e532ba1ca08b4a51c214a87a06d662ab Mon Sep 17 00:00:00 2001 From: Pomax Date: Tue, 28 Apr 2020 10:40:16 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26fdf6ed..5f666f3c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Both operations run continuous linting. Also note that there are specific requir - [Node.js](https://nodejs.org) - XeLaTeX (available through [TeXLive](https://www.tug.org/texlive) on unix/linux/OSX and [MiKTeX](https://miktex.org) on Windows) - pdfcrop (available through [TeXLive](https://www.tug.org/texlive) on unix/linux/OSX and [MiKTeX](https://miktex.org) on Windows) -- The [`pdf2svg`](https://github.com/jalios/pdf2svg-windows/releases) utility +- The [`pdf2svg`](http://www.cityinthesky.co.uk/opensource/pdf2svg/) utility ### Fonts required for proper LaTeX typesetting - en-GB LaTeX fonts: TeX Gyre Pagella and TeX Gyre Pagella Math fonts (installable through TeXLive and MiKTeX) From 6513b5ae95a26f315a1f57d6f1d75e9991674ba7 Mon Sep 17 00:00:00 2001 From: Pomax Date: Tue, 28 Apr 2020 10:47:32 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f666f3c..3dd212d1 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,14 @@ Both operations run continuous linting. Also note that there are specific requir - The [`pdf2svg`](http://www.cityinthesky.co.uk/opensource/pdf2svg/) utility ### Fonts required for proper LaTeX typesetting -- en-GB LaTeX fonts: TeX Gyre Pagella and TeX Gyre Pagella Math fonts (installable through TeXLive and MiKTeX) -- ja-JP LaTeX font: IPAex Mincho (installable through TeXLive and MiKTeX) -- zh-CN LaTeX font: Arhpic gbsn (installable through TeXLive and MiKTeX) All fonts come with TeXLive and MiKTeX, and should be easy to install. Note that you will need the modern OpenType (otf/ttf) fonts, not the obsolete type1 fonts. +- en-GB fonts: TeX Gyre Pagella from the `tex-gyre` package +- ja-JP font: IPAex Mincho from the `ipaex` package (_not_ `ipaex-type1`) +- zh-CN font: Arhpic gbsn from the `arphic-ttf` package (_not_ `arphic`) +- maths fonts: TeX Gyre Pagella Math fonts from the `tex-gyre-math` package + ### Running a build As mentioned up top, run a build using `npm run build`.