Begining -> beginning

Change-Id: I91974126a3ea13e12c2a935d9d24e97e92b6df7e
This commit is contained in:
Ed Sanders 2015-12-11 18:33:27 +00:00 committed by Physikerwelt
parent 830fbbf071
commit 0f2fd944af
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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