1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-28 18:49:57 +02:00

Merge branch 'master' of github.com:pomax/bezierinfo-2

This commit is contained in:
Pomax
2020-04-28 10:53:09 -07:00

View File

@@ -19,15 +19,17 @@ 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`](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`.