@@ -7,7 +7,7 @@ A TeX/LaTeX validator.
7
7
8
8
` texvcjs ` takes user input and validates it while replacing
9
9
MediaWiki-specific functions. It is a JavaScript port of [ texvc] ,
10
- which was originally written in ocaml for the [ Math extension] .
10
+ which was originally written in [ OCaml ] for the [ Math extension] .
11
11
12
12
The ` texvcjs ` library was originally written to be used by the
13
13
[ mw-ocg-latexer] PDF-generation backend of the mediawiki
@@ -17,7 +17,7 @@ The `texvcjs` library was originally written to be used by the
17
17
18
18
Node version 0.8 and 0.10 are tested to work.
19
19
20
- Install the node package depdendencies with:
20
+ Install the node package dependencies with:
21
21
```
22
22
npm install
23
23
```
@@ -65,7 +65,7 @@ is a string.
65
65
66
66
The fields ` ams_required ` , ` cancel_required ` , ` color_required ` ,
67
67
` euro_required ` , and ` teubner_required ` are set to ` true ` iff the input
68
- string requires the use of the corresponding LaTeX packages.
68
+ string requires the use of the corresponding [ LaTeX packages] .
69
69
The ` ams_required ` field requires the use of the ` amsmath ` and ` amssymb `
70
70
packages.
71
71
@@ -87,6 +87,8 @@ Licensed under GPLv2.
87
87
[ texvc ] : https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FMath/REL1_23/texvccheck%2FREADME
88
88
[ Math extension ] : https://www.mediawiki.org/wiki/Extension:Math
89
89
[ Collection extension ] : https://www.mediawiki.org/wiki/Extension:Collection
90
+ [ OCaml ] : https://ocaml.org/
91
+ [ LaTeX packages ] : http://www.ctan.org/
90
92
91
93
[ NPM1 ] : https://nodei.co/npm/texvcjs.svg
92
94
[ NPM2 ] : https://nodei.co/npm/texvcjs/
0 commit comments