mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-04 18:58:39 +00:00
docs: Update "No character metrics" documentation (#3719)
* Update quoted error message This page didn't appear for me when searching for "No character metrics". I then stumbled onto it, and it's quite useful * Update broken link metrics/extract_ttfs.py does not exist, and it's not the "root" of the metric-generation stuff
This commit is contained in:
@@ -33,8 +33,8 @@ your symbol in TeX surrounded by other different kinds of symbols, and seeing
|
||||
whether your spacing matches the spacing that TeX produces.
|
||||
|
||||
Once your symbol works, check the JavaScript console to make sure you don't get
|
||||
a message like "Can't find character metrics for \_" when you render your symbol.
|
||||
If you do, check out [extract_ttfs.py](metrics/extract_ttfs.py).
|
||||
a message like `No character metrics for '_'` when you render your symbol.
|
||||
If you do, check out [dockers/fonts](dockers/fonts) which generates fonts and metrics.
|
||||
|
||||
#### Adding new functions
|
||||
|
||||
|
Reference in New Issue
Block a user