summaryrefslogtreecommitdiff
path: root/doc/scripts
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-27 22:34:42 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-27 22:56:40 +0200
commitc155923fc8bd68df7ece4eea9cf421fddbfa6ca4 (patch)
tree7edf474a31c12f0e019691cbe9eb3456f80ce8c9 /doc/scripts
parent56cce397ec8580cbc148d571cf3ab82c73069c99 (diff)
downloadgnutls-c155923fc8bd68df7ece4eea9cf421fddbfa6ca4.tar.gz
minor updates in the latex version of the manual [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'doc/scripts')
-rwxr-xr-xdoc/scripts/mytexi2latex3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index cb446e81e7..2e8bae16b9 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -172,6 +172,9 @@ while ($line = <FILE>) {
multitable:
if ($line =~ s/\@end multitable/\\\\\n\\hline\n\\end{tabular}/g) {
$mode = pop(@stack);
+ } elsif ($line =~ s/\@itemize/\\begin{itemize}/g) {
+ $mode = ITEMIZE;
+ push(@stack, MULTITABLE);
} else {
chomp $line;
if ($line eq "") {