Parent Directory
|
Revision Log
|
Revision Graph
Initial version (alpha) of latex.module.
| 1 | NOTES ABOUT MODULE CUSTOMIZATION |
| 2 | $Revision$ |
| 3 | |
| 4 | Define your custom regexps (one per line) and separate pattern and replace part with |
| 5 | one or more space character. If need space in pattern part, then use octal space |
| 6 | representation "\040". Also point suitable regexp modifier for pattern. |
| 7 | |
| 8 | Some examples of a custom commands: |
| 9 | |
| 10 | /\\cmdline{(.*)}/U <pre>$1</pre> |
| 11 | /\\\(htmladdnormallink|htlink){(.*)}{(.*)}/U <a href="$3">$2</a> |
| 12 | /\\debian/U <i>Debian</i> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |