diff options
author | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
---|---|---|
committer | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
commit | 6c63633545c254dc085402e0f927a6826d1dd229 (patch) | |
tree | 0126fb5598304c713ea1276e294da9098b5df3b4 /Bonus | |
parent | Initial revision (diff) | |
download | w3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip |
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to '')
-rwxr-xr-x | Bonus/html2latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bonus/html2latex b/Bonus/html2latex index 7b894e7..898799a 100755 --- a/Bonus/html2latex +++ b/Bonus/html2latex @@ -490,7 +490,7 @@ until f.eof? print "\\begin{document}\n" $in_document = TRUE end - # enviconment push + # environment push if act[1].kind_of?(Hash) && (tok.tagname != "p" || tok.switch('align') != nil) then intp.dup |