yashwantkumargaurav / fb2pdf

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

TeX Fails on Sertakov_Strashnye_veschi_Lizy_Makinoj.fb2 #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
2007-05-13 13:02:12,533 DEBUG    Received new task
2007-05-13 13:02:12,535 INFO     Processing
'Sertakov_Strashnye_veschi_Lizy_Makinoj'.
2007-05-13 13:02:12,535 DEBUG    Creating temporary directory
'/tmp/1179086532'.
2007-05-13 13:02:12,536 DEBUG    Downloading
'http://s3.amazonaws.com/fb2pdf/3d0ff6b1ce1b9
fb8c32307231c96b7ac.fb2' to file 'Sertakov_Strashnye_veschi_Lizy_Makinoj.fb2'.
2007-05-13 13:02:13,844 DEBUG    Converting to TeX
2007-05-13 13:02:16,203 DEBUG    Converting to PDF
2007-05-13 13:02:16,364 ERROR    Conversion Failed
Traceback (most recent call last):
  File "/usr/bin/fbdaemon", line 310, in processDocument
    tex2pdf.tex2pdf(texfilename, pdffilename)
  File "/usr/lib/python2.4/site-packages/fb2pdf/tex2pdf.py", line 24, in
tex2pdf
    raise PersistentError("Execution of pdflatex failed with error code %d"
% rc)
PersistentError: Execution of pdflatex failed with error code 256
2007-05-13 13:02:17,034 DEBUG    Removing temp files

Original issue reported on code.google.com by kroko...@gmail.com on 14 May 2007 at 5:02

GoogleCodeExporter commented 8 years ago
Following code:

\pdfinfo {
    /Title (Ñòðàøíûå âåùè Ëèçû Ìàêèíîé)
}

causes:

l.40    /Title (ц▒ц╡ц╟
                    ц═ц╦ц╜ц╩ц╔ ц╒ц╔ц╧ц╗ ц▀ц╗ц╖ц╩ ц▄ц═ц╙ц╗ц╜ц╝ц╘)

Looks like something with tranliteration again...

Original comment by kroko...@gmail.com on 14 May 2007 at 5:08

GoogleCodeExporter commented 8 years ago
Wrong encoding in title. 

Original comment by kroko...@gmail.com on 22 Jun 2007 at 12:42