source:
liacs/net/as3/doc/highlight.sh@
143
Last change on this file since 143 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 120 bytes |
Rev | Line | |
---|---|---|
[2] | 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.