summaryrefslogtreecommitdiff
path: root/doc/scripts
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-04 20:35:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-04 20:37:48 +0200
commit16214580b35ac3348f1afda0f58b2f1350c040ef (patch)
tree29ac79308ee7603ece40c7abde1c0ef14d43520f /doc/scripts
parent6b98dddd3c03340d2a35690516f6f315eeaa0afd (diff)
downloadgnutls-16214580b35ac3348f1afda0f58b2f1350c040ef.tar.gz
Added discussion of the provided cryptographic functions. Internals is now included in the latex document (needs rewrite though)
Diffstat (limited to 'doc/scripts')
-rwxr-xr-xdoc/scripts/mytexi2latex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index 7d842dff56..ad61af74c5 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -200,6 +200,12 @@ multitable:
}
}
+ if ($line =~ s/\@subsubsection (.+)/\\subsubsection{$1}/g) {
+ if ($label ne '') {
+ $line .= "\\label{$label}\n";
+ }
+ }
+
if ($line =~ s/\@section (.+)/\\section{$1}/g) {
if ($label ne '') {
$line .= "\\label{$label}\n";