| 1 |
$Id$
|
| 2 |
|
| 3 |
This primitive filter allow users to use some of TeX and LaTeX
|
| 4 |
commands (not all of course) in their postings. For example it may
|
| 5 |
useful in collaborative work on books, where users may choose most
|
| 6 |
convenient text format. This module converts these commands into
|
| 7 |
appropriate HTML. Of course this is no replacement for the powerful
|
| 8 |
`latex2html` utility, but filter recognize a lot of a standard
|
| 9 |
TeX/LaTeX commands.
|
| 10 |
|
| 11 |
You may to customize module, to that not show unknown TeX/LaTeX commands:
|
| 12 |
"Administrate" -> "Site configuration" -> "Filters"
|
| 13 |
|
| 14 |
or add your own commands by defining regexps:
|
| 15 |
"Administrate" -> "Site configuration" -> "Modules" -> "Latex"
|
| 16 |
|
| 17 |
Module was tested with 4.6 release of Drupal.
|
| 18 |
|
| 19 |
Send comments to axel@drupal.ru.
|
| 20 |
|
| 21 |
|
| 22 |
Links:
|
| 23 |
|
| 24 |
TeX Users Group - http://www.tug.org
|
| 25 |
latex2html utility - http://www.latex2html.org
|