From 36834e1ff006de534607f6bf0d08dd4653975c9d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 18 Mar 2012 12:25:07 +0100 Subject: [PATCH] updated --- doc/scripts/mytexi2latex | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex index 80ca3cea3..114e337f8 100755 --- a/doc/scripts/mytexi2latex +++ b/doc/scripts/mytexi2latex @@ -244,6 +244,7 @@ multitable: $line =~ s/\@subsubheading (.+)/\\subsubsection\*{$1}/g; $line =~ s/\@subheading (.+)/\\subsection\*{$1}/g; + $line =~ s/\@heading (.+)/\\section\*{$1}/g; if ($line =~ s/\@section (.+)/\\section{$1}/g) { if ($label ne '') { -- 2.11.4.GIT