source:
liacs/net/as3/doc/highlight.sh@
228
Last change on this file since 228 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 120 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | for FILE in `awk -F[{}] '/^\\\\input/ {print $2}' report.tex`; do |
3 | source-highlight -n -f latex $FILE |
4 | done |
5 | |
6 |
Note:
See TracBrowser
for help on using the repository browser.