Re: How to use FOP with MAVEN?

2015-06-16 Thread Michael Wechner
Am 16.06.15 um 08:56 schrieb Peter: Hello, I want to use FOP with Maven, but cannot find any examples searching the internet. you mean for example dependency groupId=fop artifactId=fop version=0.93 classifier=jdk15/ ? Exactly, I want to use sth. like this: src | +-- main |

Re: How to use FOP with MAVEN?

2015-06-16 Thread Michael Wechner
ok :-) Am 16.06.15 um 11:41 schrieb Peter: Hello Michael, sorry, I don't want to use a Java application at all for transformation, but rather a build plugin to just do sth. like this command line: fop -xml name.xml -xsl name2fo.xsl -pdf name.pdf (copied from

Re: Table of Content

2014-03-19 Thread Michael Wechner
I think this is rather an XSL-FO question http://en.wikipedia.org/wiki/XSL_Formatting_Objects HTH Michael Am 17.03.14 07:52, schrieb Anastasia: Good Day! We are interested in using the FOP Apache application. But we require the function of making Table of Contents and Index in the

Re: Table of Content

2014-03-19 Thread Michael Wechner
Am 19.03.14 09:40, schrieb Glenn Adams: On Wed, Mar 19, 2014 at 2:28 AM, Michael Wechner michael.wech...@wyona.comwrote: I think this is rather an XSL-FO question http://en.wikipedia.org/wiki/XSL_Formatting_Objects Not really. See my prior. I guess you are refering to http://mail

Rendering Latex Snippets using XSL-FO and FOP

2014-01-24 Thread Michael Wechner
Hi I recently learned about http://www.mathjax.org/ which is a great library to render Latex snippets inside HTML. See for example the abstract contained by http://projecteuclid.org/euclid.aos/1388545673 I would like to do the same thing with PDF, which means I have an XML containing Latex

Re: Rendering Latex Snippets using XSL-FO and FOP

2014-01-24 Thread Michael Wechner
look at it. Thanks Michael Am 24.01.14 10:14, schrieb Luis Bernardo: This is not very recent, but take a look at http://jeuclid.sourceforge.net/trunk/jeuclid-fop/index.html. On Fri, Jan 24, 2014 at 8:54 AM, Michael Wechner michael.wech...@wyona.comwrote: Hi I recently learned about http

Re: Rendering Latex Snippets using XSL-FO and FOP

2014-01-24 Thread Michael Wechner
Michael Wechner: Thanks very much for the pointer. Seems to work only with FOP 0.95beta or 0.95 but I think we are still using 0.93 and I guess we could upgrade ;-) IIUC probably more effort is to transform Latex to MathML in order to use this library, but maybe I misunderstand something

Re: Rendering Latex Snippets using XSL-FO and FOP

2014-01-24 Thread Michael Wechner
Thanks very much for your hint/link Michael Am 24.01.14 14:38, schrieb Jan Tosovsky: On 2014-01-24 Michael Wechner wrote: On Fri, Jan 24, 2014 at 8:54 AM, Michael Wechner I recently learned about http://www.mathjax.org/ which is a great library to render Latex snippets inside HTML. I would

Re: java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi

2008-06-06 Thread Michael Wechner
it's working now fine (which is strange though ;-) Cheers Michael snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Wechner Wyona - Open Source

Re: java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi

2008-06-06 Thread Michael Wechner
, because after the clean from above the error message didn't show anymore. I guess it's a classpath problem, where some other lib was used first, but which was outdated somehow. HTH Michael Thanks, kaspersky Michael Wechner wrote: Chris Bowditch wrote: Jeremias Maerki wrote: snip

Re: java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi

2008-06-05 Thread Michael Wechner
the error log message is gone. Very strange. Please apologize the noise and thanks very much for your feedback Cheers Michi HTH On 04.06.2008 23:06:22 Michael Wechner wrote: Michael Wechner wrote: Hi I am using FOP for JDK1.5 via Maven .m2/repository/fop/fop/0.93/ fop-0.93-jdk15.jar

Re: java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi

2008-06-05 Thread Michael Wechner
-- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com [EMAIL PROTECTED], [EMAIL PROTECTED] +41 44 272 91 61 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi

2008-06-04 Thread Michael Wechner
? Also would it make sense maybe to add this lib to the dependencies of FOP? Thanks Michael -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com [EMAIL PROTECTED], [EMAIL PROTECTED] +41 44 272 91 61

Re: java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi

2008-06-04 Thread Michael Wechner
Michael Wechner wrote: Hi I am using FOP for JDK1.5 via Maven .m2/repository/fop/fop/0.93/ fop-0.93-jdk15.jar fop-0.93.pom fop-0.93.pom.md5 and everything compiles fine, but when executing then I receive the following error ERROR org.apache.fop.image.AbstractFopImage.loadImage():157