source: liacs/net/as3/doc/highlight.sh@ 9

Last change on this file since 9 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 120 bytes
RevLine 
[2]1#!/bin/sh
2for FILE in `awk -F[{}] '/^\\\\input/ {print $2}' report.tex`; do
3 source-highlight -n -f latex $FILE
4done
5
6
Note: See TracBrowser for help on using the repository browser.