/[drupal]/contributions/modules/latex/NOTES
ViewVC logotype

Contents of /contributions/modules/latex/NOTES

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Nov 4 23:05:30 2003 UTC (6 years ago) by axel
Branch: MAIN
CVS Tags: HEAD
Branch point for: drop, DRUPAL-4-6
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