FO hyphenate.verbatim not working
Posted: Mon Sep 24, 2012 10:21 pm
When I enable it I get an exception:
So I found another thread which tells me to download some old FOP libs (which I did).
Now there are just hyphens littering my programlisting elements.
I just want programlisting elements to wrap on the page instead of running of the page.
Any help would be very much appreciated.
Code: Select all
ERROR - Couldn't find hyphenation pattern en
ERROR - Exception
java.lang.IllegalArgumentException: factor < 0; was: -1
at org.apache.fop.cli.InputHandlerFOP.transformTo(Unknown Source)
at org.apache.fop.cli.InputHandlerFOP.renderTo(Unknown Source)
at org.apache.fop.cli.Main.startFOP(Main.java:174)
at org.apache.fop.cli.Main.main(Main.java:205)
Now there are just hyphens littering my programlisting elements.
I just want programlisting elements to wrap on the page instead of running of the page.
Any help would be very much appreciated.