Hi, I have a few problems with tex4ht. I don't know much about it so I depend on the error messages I get. I'm using This is pdfeTeXk, Version 3.141592-1.30.3-2.2 (Web2C 7.5.5) That's what I got: __________________________________________________________________ (/ext/TL-src/Master/texmf-vntex/tex/latex/vntex/t5cmr.fd) ! pdfTeX error (\pdfobj): used while \pdfoutput is not set. reserved@a ->immediate pdfobj stream file {reserved@f }expandafter xdef csna... l.100 \fontencoding\encodingdefault\selectfont __________________________________________________________________ What does "\pdfoutput is not set" want to tell me? Is it undefined? Though tex4ht is based on latex, (which is in fact pdfelatex) any .tex file can contain something like \let\pdfoutput\undefined. Or does it mean that it is set to 0? Anyway, the message is useless and should either be ! pdfTeX error (\pdfobj): used while \pdfoutput is undefined. or ! pdfTeX error (\pdfobj): used while \pdfoutput=<value>. Regards, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-4592165 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha@web.de ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ----------------------------------------------------------------------------
"RK" == Reinhard Kotucha writes: RK> Hi, I have a few problems with tex4ht. I don't know much about RK> it so I depend on the error messages I get. RK> I'm using This is pdfeTeXk, Version 3.141592-1.30.3-2.2 (Web2C RK> 7.5.5) RK> That's what I got: RK> __________________________________________________________________ RK> (/ext/TL-src/Master/texmf-vntex/tex/latex/vntex/t5cmr.fd) ! RK> pdfTeX error (\pdfobj): used while \pdfoutput is not set. RK> reserved@a ->immediate pdfobj stream file {reserved@f RK> }expandafter xdef csna... l.100 RK> \fontencoding\encodingdefault\selectfont RK> __________________________________________________________________ RK> What does "\pdfoutput is not set" want to tell me? the message seems to come from the "cmap" package. please either not use it when running pdftex in DVI mode, or update to current version of the "cmap" package which will not try to use pdf-only features in DVI mode. (current version is available from CTAN:macros/latex/contrib/cmap) Best, v.
Hi Vladimir, RK> That's what I got: RK> __________________________________________________________________ RK> (/ext/TL-src/Master/texmf-vntex/tex/latex/vntex/t5cmr.fd) ! RK> pdfTeX error (\pdfobj): used while \pdfoutput is not set. RK> reserved@a ->immediate pdfobj stream file {reserved@f RK> }expandafter xdef csna... l.100 RK> \fontencoding\encodingdefault\selectfont RK> __________________________________________________________________ RK> What does "\pdfoutput is not set" want to tell me?
the message seems to come from the "cmap" package. please either not use it when running pdftex in DVI mode, or update to current version of the "cmap" package which will not try to use pdf-only features in DVI mode.
thanks for the hint. I supposed that but was not sure because I made a few changes at the same time.
(current version is available from CTAN:macros/latex/contrib/cmap)
The version I used was from TexLive development which I downloaded a week ago. I hope it is updated there already. I do not want the vntex test files to depend on the latest version of each external package, thus the code is now \ifpdf\IfFileExists{cmap.sty}... Regards, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-4592165 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha@web.de ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ----------------------------------------------------------------------------
On Sun, 18 Sep 2005, Reinhard Kotucha wrote:
Anyway, the message is useless and should either be
! pdfTeX error (\pdfobj): used while \pdfoutput is undefined.
or
! pdfTeX error (\pdfobj): used while \pdfoutput=<value>.
or maybe: ! pdfTeX error (\pdfobj): not allowed in DVI mode (\pdfoutput<=0). Giving the actual <value> needs quite some work, as pdf_error() currently gets only a string as argument. Regards, Hartmut
participants (3)
-
Hartmut Henkel
-
Reinhard Kotucha
-
Vladimir Volovich