Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-26 Thread Kapil Hari Paranjape
Hello,

The sun-1.[56] java runtime environments are not fully
compatible with the java-compat-gcj runtime environment.

The xtpipes.jar code runs fine with the former but not the latter.

Regards,

Kapil.
--




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-25 Thread Charles de Miramon
 java version 1.5.0
 gij (GNU libgcj) version 4.3.1 20080309 (prerelease)

In my experience, tex4ht works only with the Sun java 1.6. You have to
install the Sun Java and link to the correct java in the
/etc/tex4ht/tex4ht.env and it will work.

If you run the java bug Assertion `c-xlib.lock' failed, try on the
command line export LIBXCB_ALLOW_SLOPPY_LOCK=true

I don't know how to do it the Debian way but someting should change in the
package.

Cheers,
Charles


Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-25 Thread Eitan Gurari


   java version 1.5.0
   gij (GNU libgcj) version 4.3.1 20080309 (prerelease)

The above posting didn't reach me for reasons I don't understand.  I
can find it, however, on the web.

   
http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/c9b356251e990acd/4215f6ecc9bb959d%234215f6ecc9bb959d
 
  In my experience, tex4ht works only with the Sun java 1.6. You have to
  install the Sun Java and link to the correct java in the
  /etc/tex4ht/tex4ht.env and it will work.
 
At my place I can get the java running fine on sun solaris under

   java version 1.5.0_06
   Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
   Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)

-eitan






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-25 Thread Kapil Hari Paranjape
Hello,

On Sun, 23 Mar 2008, Kapil Hari Paranjape wrote:
 I will check this tomorrow on my Debian system.

 Either this is because of mis-compilation of the java code by me
 or missing java runtime dependencies.

The same error takes place with the xtpipes.jar that is shipped with
Eitan's tar.gz.

This seems to indicate one of two problems:
1. Some missing java libraries that need to be installed
   for a Java environment for XML.
2. Some problem with gij.
I suspect that the first is the real problem. I will e-mail the
Debian Java team to ask for help.

Regards,

Kapil.
--


signature.asc
Description: Digital signature


Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-23 Thread Braun Gábor
   http://www.renyi.hu/~braung/tmp/oolatex/
  
   The directory as a zip archive:
  
   http://www.renyi.hu/~braung/tmp/oolatex.zip

 The files seems fine, until xtpipes comes into play.

 Can you copy the file

   /usr/share/tex4ht/tex4ht.jar

 and directory

   /usr/share/texmf/tex4ht/xtpipes

 to

   http://www.renyi.hu/~braung/tmp/oolatex/

 setup to public access.

Done.  These are the ones in the Debian package.

Gábor Braun




Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-23 Thread Eitan Gurari


   The files seems fine, until xtpipes comes into play.
  
   Can you copy the file
  
 /usr/share/tex4ht/tex4ht.jar
  
   and directory
  
 /usr/share/texmf/tex4ht/xtpipes
  
   to
  
 http://www.renyi.hu/~braung/tmp/oolatex/
  
   setup to public access.
  
  Done.  These are the ones in the Debian package.

Well, the files work fine at my place, and I'm lost :-(

What output do you get from running the command

java -version

-eitan




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-23 Thread Kapil Hari Paranjape
Hello,

On Sun, 23 Mar 2008, Braun Gábor wrote:
http://www.renyi.hu/~braung/tmp/oolatex/

  The files seems fine, until xtpipes comes into play.

On Sun, 23 Mar 2008, Eitan Gurari wrote:
 Well, the files work fine at my place, and I'm lost :-(

I will check this tomorrow on my Debian system.

Either this is because of mis-compilation of the java code by me
or missing java runtime dependencies.

Regards,

Kapil.
--



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-23 Thread Braun Gábor
 Well, the files work fine at my place, and I'm lost :-(

 What output do you get from running the command

 java -version

java version 1.5.0
gij (GNU libgcj) version 4.3.1 20080309 (prerelease)

Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Gábor Braun




Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-21 Thread Braun Gábor
   \documentclass{article}
  
   \begin{document}
   foo
   \end{document}
  
   Compilation command and messages on terminal:
   $ mk4ht oolatex test
...
 Can you create a new directory, compile the file in that directory,
 place the directory on the web, and provide a pointer to its
 address.  -eitan

http://www.renyi.hu/~braung/tmp/oolatex/

The directory as a zip archive:

http://www.renyi.hu/~braung/tmp/oolatex.zip

Gábor Braun




Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-21 Thread Eitan Gurari

Braun Gábor writes:
 \documentclass{article}

 \begin{document}
 foo
 \end{document}

 Compilation command and messages on terminal:
 $ mk4ht oolatex test
  ...
   Can you create a new directory, compile the file in that directory,
   place the directory on the web, and provide a pointer to its
   address.  -eitan
  
  http://www.renyi.hu/~braung/tmp/oolatex/
  
  The directory as a zip archive:
  
  http://www.renyi.hu/~braung/tmp/oolatex.zip

The files seems fine, until xtpipes comes into play.

Can you copy the file

  /usr/share/tex4ht/tex4ht.jar 

and directory

  /usr/share/texmf/tex4ht/xtpipes

to

  http://www.renyi.hu/~braung/tmp/oolatex/

setup to public access.

-eitan




Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-20 Thread Gábor Braun
Package: tex4ht
Version: 20080125-1
Severity: normal


After compiling the input file below, I tried to open the 
resulting .odt file with OpenOffice.org.
It asked me about the type of the file, and after selecting one,
it said the file is corrupted.

During compilation numerous error messages appeared on the terminal, most of 
which complained about non-existing files or directories.

Input file:

\documentclass{article}

\begin{document}
foo
\end{document}

Compilation command and messages on terminal:
$ mk4ht oolatex test

mk4ht (2007-11-14-18:40)
(mk4ht cfg)
/usr/share/tex4ht/htlatex test xhtml,ooffice ooffice/! -cmozhtf 
-cooxtpipes -coo
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %-line parsing enabled.
entering extended mode
LaTeX2e 2005/12/01
Babel v3.8h and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, basque, french, german, ngerman, hungarian, loaded.
(./test.tex (/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/generic/tex4ht/tex4ht.sty)
(/usr/share/texmf/tex/generic/tex4ht/tex4ht.4ht
::
 TeX4ht info is available in the log file 
::
) (/usr/share/texmf/tex/generic/tex4ht/tex4ht.sty
--- needs --- tex4ht test ---
(./test.tmp)
l.1418 --- TeX4ht warning --- No file test.xref ---
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/latex.4ht
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht))
(/usr/share/texmf/tex/generic/tex4ht/fontmath.4ht
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht [1] [2] [3] [4] [5] [6]
[7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21]
[22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36]
[37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51]
[52]) (/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht))
(/usr/share/texmf/tex/generic/tex4ht/article.4ht
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht))
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht))
No file test.aux.
[1] (./test.aux) )
Output written on test.dvi (53 pages, 60920 bytes).
Transcript written on test.log.
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %-line parsing enabled.
entering extended mode
LaTeX2e 2005/12/01
Babel v3.8h and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, basque, french, german, ngerman, hungarian, loaded.
(./test.tex (/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/generic/tex4ht/tex4ht.sty)
(/usr/share/texmf/tex/generic/tex4ht/tex4ht.4ht
::
 TeX4ht info is available in the log file 
::
) (/usr/share/texmf/tex/generic/tex4ht/tex4ht.sty
--- needs --- tex4ht test ---
(./test.tmp) (./test.xref) (/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)
(/usr/share/texmf/tex/generic/tex4ht/mathml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/ooffice-mml.4ht)
(/usr/share/texmf/tex/generic/tex4ht/latex.4ht
(/usr/share/texmf/tex/generic/tex4ht/ooffice.4ht)
(/usr/share/texmf/tex/generic/tex4ht/unicode.4ht)

Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-20 Thread Eitan Gurari


  \documentclass{article}
  
  \begin{document}
  foo
  \end{document}
  
  Compilation command and messages on terminal:
  $ mk4ht oolatex test

  System call: java -classpath /usr/share/tex4ht/tex4ht.jar xtpipes -i 
  /usr/share/texmf/tex4ht/xtpipes/ -o test.4oo test.tmp
  --- xtpipes error 29 --- At sax 
  content-handler=xtpipes.util.ScriptsManager,tex4ht.OoFilter 
  lexical-handler=xtpipes.util.ScriptsManagerLH  : While parsing file 
  file:/home/gabor/tmp/tex4ht/oo/test.tmp: org.xml.sax.SAXParseException

Can you create a new directory, compile the file in that directory,
place the directory on the web, and provide a pointer to its
address.  -eitan






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]