| 1 |
INSTALLATION
|
| 2 |
|
| 3 |
1) Download the DruTeX module from the Drupal website and unpack it to the modules directory. You now have a directory modules/drutex.
|
| 4 |
|
| 5 |
2) Go to the module admin section and enable "drutex".
|
| 6 |
|
| 7 |
3) Go to the input-filters admin section and create a new input format. You can choose an arbitrary name, but "DruTeX" would make sense. When you create a new format, you can select an input filter from a list: Just choose DruTeX.
|
| 8 |
|
| 9 |
4) Go again to the input-filters admin section, and select "configure" for the newly added input format. Click on the "configure" tab, and you are able to adjust many settings of DruTeX.
|
| 10 |
|
| 11 |
5) Go and test DruTeX: Create a new node, select your new input format, and try to render something, e.g. just try $x^2$.
|