User:Daveg: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
and another one: | and another one: | ||
<math> | <math> | ||
\frac{\partial x}{\partial t} = f(t) | \frac{\partial^{2} x}{\partial t^{2}} = f(t) | ||
</math> | </math> | ||
and another: | |||
<math> | |||
\frac | |||
</math> | |||
== Notes == | == Notes == | ||
* Had to install MinGW32 for the basic compilation tools. MinGW32 provides an application | * Had to install MinGW32 for the basic compilation tools. MinGW32 provides an application |
Revision as of 12:17, 20 February 2009
This is my home page....
Installation and Configuration of Latex
This is a test equation:
and another one:
and another:
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbases.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \frac }
Notes
- Had to install MinGW32 for the basic compilation tools. MinGW32 provides an application
manager to download and install the components. These are stored in e:\mingw
- Another package is required called Objective Caml. This is also installed on the E: drive
- MediaWiki has a Math folder in which various source programs for texvc are kept. The make
file in this folder must be executed in order for the texvc.bc code to be generated.
- NOTE Both Objective Caml bin and Mingw bin folders must be in the path
- When compiling from the DOS shell, use CAMLLIB=e:\objective caml\lib to enable CAML to pick up the various auxiliary files