diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-13 16:32:49 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-13 19:30:20 +0200 |
commit | 4f70bcdfc7dcf0d010d270c4d62b33303ba77697 (patch) | |
tree | f56ec90c6e6463609ea9cf683bdfe6729e0813fc /doc/scripts/mytexi2latex | |
parent | 5e67665e11afbafdc72b8f5d1542494f7a9c7f64 (diff) | |
download | gnutls-4f70bcdfc7dcf0d010d270c4d62b33303ba77697.tar.gz |
updated documentation. The function descriptions were converted to floats.
Diffstat (limited to 'doc/scripts/mytexi2latex')
-rwxr-xr-x | doc/scripts/mytexi2latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex index 70fdcca167..9fb1cb30b4 100755 --- a/doc/scripts/mytexi2latex +++ b/doc/scripts/mytexi2latex @@ -262,7 +262,7 @@ multitable: push(@stack, NORMAL); $mode = FLOAT; } - if ($line =~ s/\@float Table\,(.*)/\\begin{table}[htp]\n\\centering/g) { + if ($line =~ s/\@float Table\,(.*)/\\begin{table}[thp]\n\\centering/g) { $label = $1; push(@stack, NORMAL); $mode = FLOAT_TABLE; |