performance: Linux vs Win
Giorgos Keramidas
keramida at ceid.upatras.gr
Tue Jun 11 03:15:03 EEST 2002
On 2002-06-10 17:40 +0100, Stelios Bounanos wrote:
>
> Ma giati den anaferei kaneis to lyx (www.lyx.org)? Grafikos word
> processor me LaTeX backend poy kanei ta panta(?)
Giati to lyx den kanei tipota antistoixo tou:
bash-2.01$ for fname in `find . -type f | fgrep -v CVS` ;do
perl -e 'while(defined($line=<>)) {
chomp $line;
if ($line =~ m/\\begin{document}/) {
print "\usepackage{greek}\n\n";
}
print "$line\n";
}' < "${fname}" > /var/tmp/giorgos
if [ $? -eq 0 ]; then
mv /var/tmp/giorgos "${fname}"
else
echo "*** Failed to filter: $fname"
fi
done
- Giorgos
More information about the Linux-greek-users
mailing list