summaryrefslogtreecommitdiff
path: root/doc/scripts
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-26 10:31:44 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-26 10:31:44 +0100
commit5cbd39faca0e1d1c40d69eda063d3002bad58f64 (patch)
treeddfac74002d6ecfb0fe4e4f29478cd9029056596 /doc/scripts
parentd702ff5cd2a28c2d3f0ea02156f7d536b138276a (diff)
downloadgnutls-5cbd39faca0e1d1c40d69eda063d3002bad58f64.tar.gz
documentation updates.
Diffstat (limited to 'doc/scripts')
-rwxr-xr-xdoc/scripts/mytexi2latex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index de5cda8caa..b2d1d5a2e9 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -78,7 +78,7 @@ my $match = "[\\w\\d-\\.\\/\\@\\:\_\\\\\#]";
my $spacematch = "[\\s\\w\\d-\\.\\/\\@\\#\\:]";
my $mathmatch = "[\\s\\w\\d-\\.\\/\\:\\(\\)\\+\\/\\^\\'\\=\{\}\\\\\\,]";
my $underscorematch = "[\\s\\w\\d-\\.\\/\\@\\_\\\\\:\\~]";
-my $codematch = "[\\s\\w\\d-\\.\\/\\@\\_\\\\\:\\-\\\"\+\\%\\,]";
+my $codematch = "[\\s\\w\\d-\\.\\/\\@\\_\\\\\:\\-\\\"\+\\%\\#\\,]";
my $extcodematch = "[\\s\\w\\d-\\.\\/\\@\\_\\\\\:\\-\\\"\+\\%\\,\\{\\}]";
my ($line, $prev_mode);
my ($verbatim, $label);
@@ -222,8 +222,8 @@ multitable:
}
}
- $line =~ s/\@subsubheading (.+)/\\paragraph{$1}/g;
- $line =~ s/\@subheading (.+)/\\subsection{$1}/g;
+ $line =~ s/\@subsubheading (.+)/\\subsubsection\*{$1}/g;
+ $line =~ s/\@subheading (.+)/\\subsection\*{$1}/g;
if ($line =~ s/\@section (.+)/\\section{$1}/g) {
if ($label ne '') {