diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-11 09:07:35 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-11 09:07:35 +0100 |
commit | 8c32e9111e4ea6b704712d98ee1c2b36c2310724 (patch) | |
tree | 7204ba485eace3d38cff395c4c93b111402aec30 /doc/scripts | |
parent | f2302e7902a5bf93b6f8c4d45bd1f116fac6594b (diff) | |
download | gnutls-8c32e9111e4ea6b704712d98ee1c2b36c2310724.tar.gz |
Added documentation on revocation lists.
Diffstat (limited to 'doc/scripts')
-rwxr-xr-x | doc/scripts/mytexi2latex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex index 4b9518e334..db333a0771 100755 --- a/doc/scripts/mytexi2latex +++ b/doc/scripts/mytexi2latex @@ -262,12 +262,12 @@ multitable: $mode = ITEMIZE; push(@stack, NORMAL); } - if ($line =~ s/\@float Figure\,(.*)/\\begin{figure}[htp]\n\\centering/g) { + if ($line =~ s/\@float Figure\,(.*)/\\begin{figure}[htbp]\n\\centering/g) { $label = $1; push(@stack, NORMAL); $mode = FLOAT; } - if ($line =~ s/\@float Table\,(.*)/\\begin{table}[thp]\n\\centering/g) { + if ($line =~ s/\@float Table\,(.*)/\\begin{table}[htbp]\n\\centering/g) { $label = $1; push(@stack, NORMAL); $mode = FLOAT_TABLE; |