yashwantkumargaurav / fb2pdf

Automatically exported from code.google.com/p/fb2pdf
1 stars 0 forks source link

STYLE tags in fb2 files #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Take FB2 file with <style> tags. 
For example
http://fb2pdf.com/getfile.php?key=05e932bf183124f64119ee03feab0628.fb2 have
a lot of them.
2. Convert it to LaTeX

All text between <style> tags doesn't included into output latex file.
I found a source of "problem" in /trunk/src/fb2pdf/fb2tex.py (line 180).
I just replaced that line to:
   res += par(s,intitle)

I know that STYLE is unsupported, but half of book is disappears and I
start read it again :)

Original issue reported on code.google.com by clony...@gmail.com on 2 Dec 2008 at 3:27

GoogleCodeExporter commented 8 years ago
thanks for the report. I am looking into it.

Original comment by kroko...@gmail.com on 3 Dec 2008 at 6:34

GoogleCodeExporter commented 8 years ago
your suggested patch have been applied. Thanks!

Original comment by kroko...@gmail.com on 3 Dec 2008 at 6:48

GoogleCodeExporter commented 8 years ago

Original comment by kroko...@gmail.com on 3 Dec 2008 at 6:49