On Wed, November 22, 2006 23:15, Cristian Rigamonti wrote:
Well, maybe we could add some notes to the INSTALL file for people
wanting to
compile the sources from CVS: e.g. this is the procedure I currently use:
...
I should add, since I don't have the lucida fonts, I wrote the following shell
script I find quite useful. Maybe others do as well:
#!/bin/sh
GRETLDIR=/home/jack/src/gretl
A=$(find $GRETLDIR/doc/ -name "*.tex" | xargs grep -l lucida)
for f in $A
do
cp $f /tmp/xxx
mv $f $f.orig
sed /tmp/xxx -e 's/lucidabr/mathtime/g' > $f
done
Riccardo (Jack) Lucchetti
Dipartimento di Economia
FacoltĂ di Economia "G. FuĂ "
Ancona