this behavior when using AntennaHouse. Is
there any known issue with this? Also I was getting a bunch of errors from
FOP that I need to use the language property. I ended up using the
language="en" property but that did not solve the problem completely. In
some cases I see the hyphenation happen bu
p.jar \
org.apache.fop.layout.hyphenation.HyphenationTree
This class has a main function, which can be used for debugging
(check the source for details). You can use this to check whether
the problem is with the hyphenation librabry code and/or your
pattern definitions or whether it is in the
> -Original Message-
> From: robert frapples [mailto:[EMAIL PROTECTED]
>
Hi,
> "Odd numbers represent an acceptable location for a hyphen, with
> higher values overriding lower inhibiting values.
Sorry. Indeed! Don't know where my head was... Upside-down it seems :-)
>
> This leads m
"Odd numbers represent an acceptable location for a hyphen, with
higher values overriding lower inhibiting values. . .Due to a bug
currently patterns with values of 8 and greater don't have an effect,
so don't wonder." (from http://xml.apache.org/fop/hyphenation.html)
This leads me to believe that
> -Original Message-
> From: robert frapples [mailto:[EMAIL PROTECTED]
>
Hi,
> Just to make sure, if i added to :
> )
> (
> ,
>
> and to :
> 7(
> )7
> ,7
>
> And the text: "Frapples,Robert(Agency)" is split at 15
> characters, I should get:
> "Frapples,-
> Robert(Agency)"
>
> Right?
Not
I tried recompiling my fop.jar with the changes in
{source-dir}/hyph/en.xml, still no luck.
Just to make sure, if i added to :
)
(
,
and to :
7(
)7
,7
And the text: "Frapples,Robert(Agency)" is split at 15 characters, I should get:
"Frapples,-
Robert(Agency)"
Right?
On Tue, 14 Dec 2004 07:24:
On Mon, 13 Dec 2004 23:17:01 +0100, J.Pietschmann <[EMAIL PROTECTED]> wrote:
> robert frapples wrote:
> > C:\fop\hyph\en.xml has:
> > . . .
> >
> > 5(
> > ,5
> > )5
> > . . .
> >
> > Shouldn't this make it tend to break before and after parenthesis, and
> > after commas? Am I missing something?
>
!!!ATTENTION CE COURRIER N'EST PAS ARRIVE A DESTINATION!!!
Due a une très forte progression du SPAM sur notre boite aux lettres, nous vous
prions de bien vouloir transférer votre courriel a notre nouvelle adresse:
[EMAIL PROTECTED]
Merci de votre compréhension
Alacuisine.Net
!!!ATTENTION CE COURR
robert frapples wrote:
C:\fop\hyph\en.xml has:
. . .
5(
,5
)5
. . .
Shouldn't this make it tend to break before and after parenthesis, and
after commas? Am I missing something?
You have to add parenthesis and comma to the "classes" entry. And
you'll get a hyphen unless you redefined the hyphen cha
I call fop with fop.bat -c "C:\fop\cfg.xml" . . .
C:\fop\cfg.xml has
hyphenation-dirC:\fop\hyph
C:\fop\hyph\en.xml has:
. . .
5(
,5
)5
. . .
Shouldn't this make it tend to break before and after parenthesis, and
after commas? Am I mi
On Thu, Nov 11, 2004 at 05:13:37PM +0100, Andreas L. Delmelle wrote:
> > From: Hoang Tuan Nguy?n D?ng [mailto:[EMAIL PROTECTED]
> >
>
> Hi,
>
>
> > i've try your suggest but there is no change :(.
> > fist at all, i've change my locale in docbook so
> -Original Message-
> From: Hoang Tuan Nguy?n D?ng [mailto:[EMAIL PROTECTED]
>
Hi,
> i've try your suggest but there is no change :(.
> fist at all, i've change my locale in docbook source from 'vi' to
> 'en', the hyphenation is work w
> -Original Message-
> From: Hoàng Tuân Nguy?n Ð?ng [mailto:[EMAIL PROTECTED]
>
Hi,
> i want to know about the capablity to disable spliting a word in fop ?
> hyphenation as i know!!
>
> i've build a Vietnamese pdf document with fop, but there is some
See here:
http://xml.apache.org/fop/hyphenation.html
http://offo.sourceforge.net/
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1881555
On 23.09.2004 14:09:34 Anton Packianathan wrote:
> how i can activate the hyphenation for geman!
Jeremias
Hi,
how i can activate the hyphenation for geman!
Regards!
Thava!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Dear FOP users,
In February 2004 a large number of hyphenation pattern files were
removed from FOP's CVS repository due to licensing issues. These
hyphenation patterns were contributed to FOP under licenses which
allowed their free distribution, but under conditions which were felt
to
Jörg,
On Sun, Jun 20, 2004 at 10:08:46PM +0200, J.Pietschmann wrote:
> Simon Pepping wrote:
> >This would not exclude making it available on a public web page?
> Yes. I'll replace the tarball with another one without the link
> parser but including the PatGen code. Unfortunately I detected the
> p
Simon Pepping wrote:
Do you want to pursue these efforts further, or do you
want to make them available to others who might be interested?
I wanted to make my current code available to others, in particular
the PatGen port (which unfortunately went missing), in order to
avoid unnecessary duplicatio
On Jun 20, 2004, at 12:14 PM, Simon Pepping wrote:
Jörg,
On Wed, Jun 16, 2004 at 11:15:42PM +0200, J.Pietschmann wrote:
Simon Pepping wrote:
I think it is time to create a project for the hyphenation files at
Sourceforge. The project should be a home for all sorts of
accessories
to FOP, or even
I would like some rather different ideas:
FOX or FO-extra
AmFOra: an amphora for FO goodies
EuFOria: FO goodies that make FO users euphoric
Well-FO-Armed
Simon
On Wed, Jun 16, 2004 at 01:40:21PM -0700, Clay Leeds wrote:
> Sure! I'd love to participate! I don't know how yet, though...
Such a pro
Jörg,
On Wed, Jun 16, 2004 at 11:15:42PM +0200, J.Pietschmann wrote:
> Simon Pepping wrote:
> >I think it is time to create a project for the hyphenation files at
> >Sourceforge. The project should be a home for all sorts of accessories
> >to FOP, or even to FO processors in
Peter B. West wrote:
Does Character.UnicodeBlock provide any of this functionality?
I'm not aware of any Java RTL class which reads the original
Unicode data files. Most of the data found its way into the
Charachter and Character.UnicodeBlock classes though, and
as of Unicode 4.0 the data seems to
J.Pietschmann wrote:
Simon Pepping wrote:
I think it is time to create a project for the hyphenation files at
Sourceforge. The project should be a home for all sorts of accessories
to FOP, or even to FO processors in general. Do you want to
participate? Do you know a nice name?
Well, sf.net would
Simon Pepping wrote:
Hi Clay,
On Sat, May 29, 2004 at 10:02:37PM -0700, Clay Leeds wrote:
It would also be good to develop some sort of hyphenation foundry...
I think it is time to create a project for the hyphenation files at
Sourceforge. The project should be a home for all sorts of accessories
Simon Pepping wrote:
I think it is time to create a project for the hyphenation files at
Sourceforge. The project should be a home for all sorts of accessories
to FOP, or even to FO processors in general. Do you want to
participate? Do you know a nice name?
Well, sf.net would appeal to a larger
On Jun 16, 2004, at 12:20 PM, Simon Pepping wrote:
Hi Clay,
Hi Simon!
On Sat, May 29, 2004 at 10:02:37PM -0700, Clay Leeds wrote:
It would also be good to develop some sort of hyphenation foundry...
I think it is time to create a project for the hyphenation files at
Sourceforge. The project should
Hi Clay,
On Sat, May 29, 2004 at 10:02:37PM -0700, Clay Leeds wrote:
> It would also be good to develop some sort of hyphenation foundry...
I think it is time to create a project for the hyphenation files at
Sourceforge. The project should be a home for all sorts of accessories
to FOP, or e
have to do a search and
replace afterwards, if it's not possible to prevent the hyphenation of
email addresses in the hyphenation patterns.
Can you be more specific on the way you're constructing the FO? If it is an
option to use XML+XSLT, you wouldn't need s&r. Provided that
und the email address themselves. So to add
> the fo:inline around the email address I'll have to do a search and
> replace afterwards, if it's not possible to prevent the hyphenation of
> email addresses in the hyphenation patterns.
>
Can you be more specific on the way you're co
Clay Leeds wrote:
How would adding [EMAIL PROTECTED] around the email
address affect search & replace?
It wouldn't disable hyphenation for the string though. Hyphenation
properties are block properties and implemented as such.
J.Pi
Clay Leeds wrote:
On May 28, 2004, at 7:14 AM, Wessel van Norel wrote:
Hi all,
I've a FOP hyphenation question. I need to stop the hyphenation of
email addresses in a text provided by an user. I could put a
around the email address. But I am
hoping there is a way to do this wit
On May 28, 2004, at 7:14 AM, Wessel van Norel wrote:
Hi all,
I've a FOP hyphenation question. I need to stop the hyphenation of
email addresses in a text provided by an user. I could put a
around the email address. But I am
hoping there is a way to do this with the hyphenation patterns,
Hi all,
I've a FOP hyphenation question. I need to stop the hyphenation of email
addresses in a text provided by an user. I could put a around the email address. But I am hoping there is a
way to do this with the hyphenation patterns, since that would prevent a
search and replace for the
On Mar 29, 2004, at 11:51 AM, Simon Pepping wrote:
I am about to make the hyphenation patterns for German and French
available on my homepage, www.leverkruid.nl/FOP/index.html.
I intend to find a home for all hyphenation pattern files that have a
license that is not compatible with the Apache
On Thu, Mar 25, 2004 at 07:00:45AM -0800, Clay Leeds wrote:
> On Mar 25, 2004, at 1:39 AM, Chris Bowditch wrote:
> >Waggershauser, Thomas wrote:
> >
> >>Hello,
> >>I need Hyphenation Patterns for german and french language. These are
> >>not available at
On Mar 25, 2004, at 1:39 AM, Chris Bowditch wrote:
Waggershauser, Thomas wrote:
Hello,
I need Hyphenation Patterns for german and french language. These are
not available at the fop-homepage, but a reference to a tex source.
Its mentioned that its possible to convert the tex-format to the fop
Waggershauser, Thomas wrote:
Hello,
I need Hyphenation Patterns for german and french language. These are not
available at the fop-homepage, but a reference to a tex source. Its mentioned
that its possible to convert the tex-format to the fop xml-format. I tried
really hard to find out how to
Hello,
I need Hyphenation Patterns for german and french language. These are not
available at the fop-homepage, but a reference to a tex source. Its mentioned
that its possible to convert the tex-format to the fop xml-format. I tried
really hard to find out how to do this, but I got no idea
VAGNER Rodolphe wrote:
Do you think the error below can be generated by the absence of a fr.xml
hyphenation file in the 0.20.5 version of FOP ? So the two problems (add
hyphenation file and this error ) maibe the same one . If not, does someone
know how I can fix this please
Do you think the error below can be generated by the absence of a fr.xml
hyphenation file in the 0.20.5 version of FOP ? So the two problems (add
hyphenation file and this error ) maibe the same one .
If not, does someone know how I can fix this please :
java.io.InvalidClassException
I try the rebuild method proposed and both points of last mail are ok.
Thank you very much.
Ro
-- -Message d'origine-
-- De : Peter Menzel [mailto:[EMAIL PROTECTED]
-- Envoyé : mardi 27 janvier 2004 10:06
-- À : [EMAIL PROTECTED]
-- Objet : Re: hyphenation problem
--
--
-
Hi
If you want to include new hyphenation patterns into fop, it's not enough
to zip them into the fop.jar.. You have to download the source, copy the
patterns in the hyph dir and then run the build script, to compile a new jar
file..
Peter
> Hy,
>
> I upgrade from 0.20.4 to 0.2
VAGNER Rodolphe wrote:
"[ERROR] Couldn't find hyphenation pattern fr_fr
using general language pattern fr instead."
Even I've add to fop.jar the fr.hyp file.
Well, the hyphenator looks for a fr_fr.hyp file, probably because
you have both language="fr" and country
Title: Message
Hy,
I upgrade from
0.20.4 to 0.20.5 and I have the following error in the log
:
"[ERROR] Couldn't
find hyphenation pattern fr_frusing general language pattern fr
instead."
Even I've add to fop.jar the fr.hyp
file.
Maibe it's not the r
> -Original Message-
> From: J.Pietschmann [mailto:[EMAIL PROTECTED]
>
> J.Pietschmann wrote:
> > 2. file:///\fop\fop-0.20.5\conf
> Darn, should be
> file:///fop/fop-0.20.5/conf
> of course.
>
Sorry if it's contagious :)
Cheers,
Andreas
-
J.Pietschmann wrote:
2. file:///\fop\fop-0.20.5\conf
Darn, should be
file:///fop/fop-0.20.5/conf
of course.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Tue, 2004-01-13 at 19:14, J.Pietschmann wrote:
> Kyle Kotwica wrote:
> > Using either form of the URL suggested.
>
> The comment meant:
> 1. file:///\fop\fop-0.20.5\conf
> While it is a syntatcically valid URL, it probably wont work as expected,
> i.e. it does not address the file system object
user configuration file: \fop\fop-0.20.5\conf\userconfig.xml
but no more about en_US.xml other then the message:
[ERROR] Couldn't find hyphenation pattern en_US
using general language pattern en instead.
Oops, debug dumps are controlled by a static variable in the hyphenator,
and are by default disable
Thanks for the help, but still no luck.
Using either form of the URL suggested.
Running under -d I do get
[DEBUG] user configuration file: \fop\fop-0.20.5\conf\userconfig.xml
but no more about en_US.xml other then the message:
[ERROR] Couldn't find hyphenation pattern en_US
using ge
Andreas L. Delmelle wrote:
Make this path a valid URL:
file:///\fop\fop-0.20.5\conf
Using
file:///fop/fop-0.20.5/conf
would be an even more valid URL. However, the hyphenation-dir is
really meant to be a directory, *not* an URL. The actual data is
read from a java.io.File.
Running FOP with -d
ECKER Sandor wrote:
I have just tried to use hungarian hyphenation, but it didn't work
with the hungarian a' letter... It can hyphenate words with the another
accentuated letters (e', i', o', o:, u', u:) except the u" and U"
letters...
Has
> -Original Message-
> From: Kyle Kotwica [mailto:[EMAIL PROTECTED]
>
> I'm trying to add my own hyphenation file, en_US.xml.
> I get the following error message:
>
> From userconfig.xml
>
>
> hyphenation-dir
> \fop\fop-0.20.5\c
I'm trying to add my own hyphenation file, en_US.xml.
I get the following error message:
[ERROR] Couldn't find hyphenation pattern en_US
using general language pattern en instead.
Fop seems to know the configuration directory.
[INFO] Using org.apache.xerces.parsers.SAXParser as S
Hello!
I have just tried to use hungarian hyphenation, but it didn't work
with the hungarian a' letter... It can hyphenate words with the another
accentuated letters (e', i', o', o:, u', u:) except the u" and U"
letters...
Has anyone any
> I've a problem with the hyphenation in fop. There is a certain word that
> contains a minus character that should not be hyphenated. Is there a way
> to add this word in the hyphenation.xml file, so that it won't get
> hyphenated? Or do I have to translate the minus
Hi,
I've a problem with the hyphenation in fop. There is a certain word that
contains a minus character that should not be hyphenated. Is there a way
to add this word in the hyphenation.xml file, so that it won't get
hyphenated? Or do I have to translate the minus character to a spec
Steinar Bang wrote:
Is using and turning hyphenation off, better than inserting
?
It depends. From the code, I'd say could yield strange
layout artefacts due to a variety of hacks, but then, people
rarely complained, and I conclude such odd things don't happen
often in practice.
J.P
>>>>> "J.Pietschmann" <[EMAIL PROTECTED]>:
> Steinar Bang wrote:
>>>>>>> "Chris Bowditch" <[EMAIL PROTECTED]>:
>> I tried inserting Èb; after "http://";. The result was like this:
>> http://
> "Chris Bowditch" <[EMAIL PROTECTED]>:
>> From: Steinar Bang <[EMAIL PROTECTED]>
>> I tried inserting Èb; after "http://";. The result was like this:
> you've inserted the wrong character, the link I provided says to use
> . Notice the x which indicates the number is in hex rather
> than
Steinar Bang wrote:
"Chris Bowditch" <[EMAIL PROTECTED]>:
I tried inserting Èb; after "http://";. The result was like this:
http:// some-
machine/path/to/somewhere
You'll have to turn off hyphenation too (in addition to using
the co
From: Steinar Bang <[EMAIL PROTECTED]>
Thanx for the tip!
I tried inserting Èb; after "http://";. The result was like this:
you've inserted the wrong character, the link I provided says to use
. Notice the x which indicates the number is in hex rather than
decimal
Chris
__
> Steinar Bang <[EMAIL PROTECTED]>:
> "Chris Bowditch" <[EMAIL PROTECTED]>:
>> Specifically the bit about inserting zero-width spaces. That will
>> allow FOP to break your http where you have inserted the spaces.
> Thanx for the tip!
> I tried inserting Èb; after "http://";. The result
> "Chris Bowditch" <[EMAIL PROTECTED]>:
>> From: Steinar Bang <[EMAIL PROTECTED]>
>
>> I have two URLs in table cells, that breaks in this manner:
>> ht-
>> ttp://somemachine/path/to/some-
>> where
> Take a look at
> http://xml.apache.org/fop/faq.html#cells-overflow
> Specifically the bit
From: Steinar Bang <[EMAIL PROTECTED]>
Is there a way to introduce soft line breaks into FOP formatting?
I'm using the DocBook XSL style sheets to create XSL:FO files from
DocBook XML documents, and feed the XSL:FO files through FOP to create
PDF files.
I have two URLs in table cells, that breaks
Platform: DocBook XML 4.2,
DocBook XSL 1.62.4,
xsltproc 1.0.27,
fop 0.20.5
Is there a way to introduce soft line breaks into FOP formatting?
I'm using the DocBook XSL style sheets to create XSL:FO files from
DocBook XML documents, and feed the XSL:FO files through FO
From: Sherlane Lam <[EMAIL PROTECTED]>
Hi all,
I have made a sample.xml with a long free text as
shown in the attached document (sample3.xml) with
continuous character - 'AABBCCC..'
and so on. I find that the appearance of the
characters become dis-order after the line breakin
Hi all,
I am using 20.4 version in Win 2K. I am trying to use
en_GB to hyphenate long free text without spacing.
However, I find there is a problem with the output
pdf.
I have made a sample.xml with a long free text as
shown in the attached document (sample3.xml) with
continuous character - 'AA
Julian Reschke wrote:
I think the non-letter handling in LineArea's hyphenation routine needs to
enhanced.
A lot of people think so. The bad news is that this is the wrong
approach.
There is a relevant standard which guides line breaking: Unicode
UAX#14. Implementing it would take care of
, 2003 3:39 PM
> To: [EMAIL PROTECTED]
> Subject: RE: 0.20.5 vs hyphenation
>
>
>
> Another observation: the hyphenation character may not be the minus sign.
> In fact, this would be semantically inconsistent: the minus sign and the
> hyphen are two different Unicode codep
Another observation: the hyphenation character may not be the minus sign.
In fact, this would be semantically inconsistent: the minus sign and the
hyphen are two different Unicode codepoints. See in the
hyphenation rules.
=
Marcelo Jaccoud Amaral
Hmmm.
I thought the valid chars where the ones declared in the hyphenation file
as thus. The section lists all valida characters. For example,
the portuguese hyphenation file has a section which begins with
the line
'’′
which makes the common apostrophe (0027), the closing single
Marcelo,
yes, I did search the archives. BTW: the test I am processing is english.
As far as I understand, the issue is that once the code encounters a word
containing non-letters, it doesn't even attempt to hyphenate it at all (so
language settings and hyphenation rules aren't appl
This issue has appeared in the list before (search the archives, please).
The point is that these "words" do not belong to the language being
processed (für Sie, ich glaube es ist Deutsch). FOP can only hyphenate
based on the hyphenation rules, which are language-specific. I don'
> From: Glen Mazza [mailto:[EMAIL PROTECTED]
> Sent: Sunday, August 10, 2003 3:58 PM
> To: [EMAIL PROTECTED]
> Subject: Re: 0.20.5 vs hyphenation
>
>
> --- Julian Reschke <[EMAIL PROTECTED]> wrote:
> > The current implementation seems to have two
> >
--- Julian Reschke <[EMAIL PROTECTED]> wrote:
> The current implementation seems to have two
> limitations:
>
> - if a non-letter character other than "/" and "-"
> is found, the whole word
> isn't hyphenated at all.
>
Which would actually be good in the case of a http://
URL, correct? In other
Hi.
I think the non-letter handling in LineArea's hyphenation routine needs to
enhanced.
I'm producing a two-column index which contains keywords from WebDAV specs,
such as "DAV:version-controlled-collection", i.e. the words contain multiple
non-letter characters.
The cu
Weck, Andreas wrote:
Is there any roadmap for fop,
Not really.
where i can see when it will be implemented?
Watch this and the fop-cvs list.
However, check whether downcasing the whole word according
to Sam's proposal makes it work (I'll have to add a
diagnostic...)
J.Pietschmann
-
Thank you,
Is there any roadmap for fop, where i can see when it will be implemented?
A.Weck
-Ursprüngliche Nachricht-
Von: J.Pietschmann [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 6. August 2003 20:57
An: [EMAIL PROTECTED]
Betreff: Re: exceptions in Hyphenation
Weck, Andreas wrote
Weck, Andreas wrote:
I did an entry into the -block for the german hyphenation
(de.xml) like this:
Hyphenation exceptions aren't well supported currently. it may well be
possible that supressing pattern based hyphenation for certain words
is the only working mode.
J.Pietsc
Did you try to write all in small letters like "denkm-al-pfle-ge" ?
> -Ursprüngliche Nachricht-
> Von: Weck, Andreas [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 6. August 2003 15:03
> An: '[EMAIL PROTECTED]'
> Betreff: exceptions in Hyphenatio
Hallo,
I'm using Fop 0.20.5rc3a.
I did an entry into the -block for the german hyphenation
(de.xml) like this:
Denkm-al-pfle-ge
After a successful building of fob.jar i created a pdf, but the hyphenation
algorithm hyphen the word like this: Denk-malpflege
So what i do wrong? Functions
eclipse a try with the
> ANT Plugin from eclipse to make a build from the new FOP Sources. I get an
> error as follows:
>
> hyphenation:
> [serHyph] Fatal Error: source directory ./src/hyph for hyphenation files
> doesn't exist.
> [serHyp
problem is but now I have no preference to solve it
in eclipse.
Jan
-Ursprungliche Nachricht-
Von:J.Pietschmann [SMTP:[EMAIL PROTECTED]
Gesendet am:Dienstag, 22. Juli 2003 22:12
An: [EMAIL PROTECTED]
Betreff:Re: problem with build at build hyphenation
Jan Zmitko
Jan Zmitko wrote:
can anyone help me with build the FOP Sources. I use eclipse a try with the
ANT Plugin from eclipse to make a build from the new FOP Sources. I get an
error as follows:
hyphenation:
[serHyph] Fatal Error: source directory ./src/hyph for hyphenation files
doesn't
Hello,
can anyone help me with build the FOP Sources. I use eclipse a try with the
ANT Plugin from eclipse to make a build from the new FOP Sources. I get an
error as follows:
hyphenation:
[serHyph] Fatal Error: source directory ./src/hyph for hyphenation files
doesn't exist.
[se
Sherlane Lam wrote:
> It is very hard to find any distribution of
> hyphenation pattern for Thai.
>
> I can do hyphenation for Chinese, Japanese and some
> other Asian languages correctly with FOP even I have
> not used a specific hyphenation pattern. However,
> only
Many thanks!
It is very hard to find any distribution of
hyphenation pattern for Thai.
I can do hyphenation for Chinese, Japanese and some
other Asian languages correctly with FOP even I have
not used a specific hyphenation pattern. However,
only Thai, I cannot do it correctly. Therefore, I
Sherlane Lam wrote:
Anyone knows how can I make the Thai hyphenation?
Where can I get the Thai hyphenation xml or related
file?
I don't know much about Thai except that typesetting thai
script is a major PITA. From all what I read hyphenation or
even proper line breaking requires tho
Hi,
Anyone knows how can I make the Thai hyphenation?
Where can I get the Thai hyphenation xml or related
file?
I use en_US with some 3 bytes Thai word wrongly
hyphenated. Any comment?
Thank in advance
Sherlane
__
Do you Yahoo!?
SBC Yahoo! DSL - Now only
On Wed, 11 Jun 2003, Anton Wardaschko (PA) wrote:
> Hi!
>
> J.Pietschmann & Robert P. J. Day - thanks for your answers!
>
> I can test the thing on the eving, but i'm sure, that they will work.
i'm not sure what the rationale is for having the default hyphenation
c
Hi!
J.Pietschmann & Robert P. J. Day - thanks for your answers!
I can test the thing on the eving, but i'm sure, that they will work.
My first problem with the path was solved for itself after rebuilding FOP with
only packages, that i use.
And the both others (# as hyphanation sign and warning
On Tue, 10 Jun 2003, J.Pietschmann wrote:
> anton wrote:
> > 3. The separator sign for hyphention in the preface is "#" and in the
>
> See
> http://xml.apache.org/fop/faq.html#pdf-characters
> Check the docbook XSL which character they actually use.
sadly, it's a "#", so anton will have to o
id URL. In some cases the RTL will fall
back to interpret this as a file name, but this doesn't work
consistently.
2. While generating FO-file i still see
Making portrait pages on A4 paper (210mmx297mm)
No "de" localization of "hyphenation-character" exists; using "e
2. While generating FO-file i still see
Making portrait pages on A4 paper (210mmx297mm)
No "de" localization of "hyphenation-character" exists; using "en".
No "de" localization of "hyphenation-push-character-count" exists; using
"en".
) wrote:
> I get the TeX hyphenation file and the XML version too, i set the path
> in the userconf.xml, but i read on the command line again and again,
> that they are not found. The path to the hyph files is correct, couse
> i'm able to embed the ttf font
Hi!
I get the TeX hyphenation file and the XML version too, i set the path in the
userconf.xml, but i read on the command line again and again, that they are not
found. The path to the hyph files is correct, couse i'm able to embed the ttf
fonts. Any suggestions?
hyphenation-dir
tion as following:
>"Error building hyphenation tree for language de
> Couldn't find hyphenation pattern de"
Hello,
the latest version of fop is distributed without german hyphenation
patterns due to unresolved copyright issues.
You can copy the hyphenation
Hello @ all!
I'm using fop v. 0.20.5rc2. The transformation of my xml-file with a
xsl-stylesheet is running with the provided xalan.jar and xerces.jar. The
transformation into a fo-file works stable, but fop throws an exception as
following:
"Error building hyphenation tree fo
Sorry for leading a list memeber astray. Jeremias is completely correct,
and I should've left it at "0.20.5rc2 does not include the hyphenation
pattern en_US."
My bad.
Jeremias Maerki wrote:
Most of the hyphenation files had to be removed because of license
reasons. We
Most of the hyphenation files had to be removed because of license
reasons. We are looking for alternatives so we can once again provide
hyphenation patterns in many languages. Simply copying them from an
older distribution doesn't make them legal. Sorry for the inconvenience,
but this
1 - 100 of 121 matches
Mail list logo