Changeset 4135 for trunk/wenv
- Timestamp:
- 03/18/08 13:55:03 (10 months ago)
- Files:
-
- 1 modified
-
trunk/wenv/highlight/NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wenv/highlight/NOTES.txt
r4130 r4135 27 27 Usage example for a "foo.lgt" Logtalk source file: 28 28 29 % highlight --replace-tabs=4 --xhtml --input=foo.lgt --output=foo.html 29 % highlight --replace-tabs=4 --xhtml --input=foo.lgt --output=foo.html --style=kwrite 30 30 31 As Logtalk files are usually formatted using four-space tabs, the option 32 "--replace-tabs=4" is necessary to keep you source code properly formatted. 31 You should try different style files (using the --style option) in order to 32 find which ones provide the more satisfactory results. As Logtalk files are 33 usually formatted using four-space tabs, the option "--replace-tabs=4" is 34 necessary to keep you source code properly formatted. 33 35 34 36 You may also use the "lgt.lang" file with plain Prolog files by using the
