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

Last change on this file since 228 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
Line 
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.