\usepackage{morefloats}
\usepackage[greek,english]{babel}%for euro sign
+\DeclareGraphicsExtensions{.pdf}
+
\renewcommand{\textfraction}{0.00}
\renewcommand{\floatpagefraction}{0.8}
\renewcommand{\dblfloatpagefraction}{0.8}
my $suffix=$_[0];
$suffix =~ s/\\//g;
$prefix =~ s/\\_/\\_\\-/g;
+
return "\\funcref\{$prefix\}\{$suffix\}";
}
my $suffix = $_[1];
$suffix =~ s/\\//g;
$suffix =~ s/\,/\}\{/g;
+
return "\\showfunc$prefix\{$suffix\}";
}
{
my $suffix = $_[0];
$suffix =~ s/\\//g;
+
return "\\showfuncdesc\{$suffix\}";
}
$line =~ s/\#/\\\#/g;
$line =~ s/\@-/\\-/g;
$line =~ s/\@verbatiminclude (.*)/\\examplefile{\.\.\/$1}/g;
- $line =~ s/\@image\{($match+)\,($match+)\}/\\includegraphics\[width\=$2\]\{\.\.\/$1\.pdf\}/g;
+ $line =~ s/\@image\{($match+)\,($match+)\}/\\includegraphics\[width\=$2\]\{\.\.\/$1\}/g;
$line =~ s/\@samp\{($spacematch+)\}/$1/g;
$line =~ s/\@strong\{/\{\\bf /g;
$line =~ s/\@c (.*)/\% $1/g;