1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-22 16:50:13 +01:00

BezierInfo-2

Dev repository for https://Pomax.github.io/bezierinfo

Working on the code

  • To run this dev version: npm start, then view in the browser on http://localhost:8080
  • To compile for production: npm run build.

Both operations run continuous linting. Also note that there are specific requirements for development, see the section on dev requirements below.

Dev location

Dev requirements

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

Additional information

Blog entry on how Webpack's sync processing and MathJAx's async processing were made to work together:

http://pomax.github.io/1451617530567/react-with-latex-without-needing-client-side-mathjax

Description
No description provided
Readme 62 MiB
Languages
markdown 57.1%
HTML 35.6%
JavaScript 6.3%
CSS 0.8%
PHP 0.2%