1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-01 20:33:34 +02:00

XeLaTeX interpration of LaTeX for localization

This commit is contained in:
Pomax
2017-02-26 22:27:36 -08:00
parent a889d16f36
commit ba54cc37f9
216 changed files with 477 additions and 404 deletions

View File

@@ -7,17 +7,28 @@ Dev repository for https://Pomax.github.io/bezierinfo
- To run this dev version: `npm start`, then view in the browser on [http://localhost:8080](http://localhost:8080)
- To compile for production: `npm run build`.
Both operations run continuous linting.
Both operations run continuous linting. Also note that there are specific requirements for development, see the section on dev requirements below.
## Dev location
- Dev repository: https://github.com/Pomax/BezierInfo-2
- Dev preview: https://Pomax.github.io/BezierInfo-2
## Live site location
### Dev requirements
- Live repository: https://github.com/Pomax/BezierInfo
- Live site: https://Pomax.github.io/BezierInfo
- [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)
- The [`pdf2svg`](http://www.cityinthesky.co.uk/opensource/pdf2svg) utility
### Fonts required for proper LaTeX typesetting
- en-GB LaTeX fonts: TeX Gyre and TeX Gyre Math fonts (installable through TeXLive and MiKTeX)
- zh-CN LaTeX font: SimSun (supplied with Windows)
- ja-JP LaTeX font: MS Mincho (supplied with Windows)
## Main site location
- Main repository: https://github.com/Pomax/BezierInfo
- Main site: https://Pomax.github.io/BezierInfo
## Additional information