mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
Begining -> beginning
Change-Id: I91974126a3ea13e12c2a935d9d24e97e92b6df7e
This commit is contained in:
parent
830fbbf071
commit
0f2fd944af
|
@ -114,7 +114,7 @@ If the first renders, but the second doesn't, you need to install AMS*.
|
|||
Before you start hacking on the math package its good to know the workflow,
|
||||
which is basically:
|
||||
|
||||
1. texvc gets called by Math/Math.body.php (check out the line begining with "$cmd")
|
||||
1. texvc gets called by Math/Math.body.php (check out the line beginning with "$cmd")
|
||||
2. texvc does its magic, which is basically to check for invalid latex code.
|
||||
3. texvc takes the user input if valid and creates a latex file containing it, see
|
||||
get_preface in texutil.ml
|
||||
|
|
|
@ -72,6 +72,6 @@ texvc output format is like this:
|
|||
Before you start hacking on the math package its good to know the workflow,
|
||||
which is basically:
|
||||
|
||||
1. texvc gets called by Math/Math.body.php (check out the line begining with "$cmd")
|
||||
1. texvc gets called by Math/Math.body.php (check out the line beginning with "$cmd")
|
||||
2. texvc does its magic, which is basically to check for invalid latex code.
|
||||
3. texvc takes the user input validates it and replaces MediaWiki specific functions
|
||||
|
|
Loading…
Reference in a new issue