List

2018-05-04 Thread Chris

List exceeds page limits

2015-10-30 Thread Rahman USTA
Hi; I have a long list in my document and list exceeds the page limits. How can I solve this issue ? Note: Attached a PDF output. It seems like that: https://lists.oasis-open.org/archives/docbook-apps/201109/msg00189.html -- Rahman USTA BS_LC.pdf Description: Adobe PDF document

Re: List exceeds page limits

2015-10-30 Thread Andreas Delmelle
Hi > On 30 Oct 2015, at 17:57, Rahman USTA <rahman.usta...@gmail.com> wrote: > > I have a long list in my document and list exceeds the page limits. How can I > solve this issue ? > > Note: Attached a PDF output. Can you attach the generated FO file, so that w

RE: RTF list numbering incorrect

2014-11-03 Thread Chen Yang
\sb0 Describe the interview plan.\u160\'3f\u160\'3f \par {\pntext \f1 \'b7 \tab } } }\pard } So far I have looked at Bug 1331 (https://issues.apache.org/jira/browse/FOP-1331) with patch fix without any luck. (https://issues.apache.org/jira/secure/attachment/12558243/list-fixing-patch.txt) FTY

RE: RTF list numbering incorrect

2014-11-02 Thread A Gian
To: fop-users@xmlgraphics.apache.org Subject: RTF list numbering incorrect Date: Thu, 30 Oct 2014 16:06:16 + Hi all, I’m using Fop trunk (built on September,2014) to convert FO to RTF. I have a numbered list in the FO , it worked fine when I convert it into PDF, but when I output it to RTF all

RTF list numbering incorrect

2014-10-30 Thread Chen Yang
Hi all, I'm using Fop trunk (built on September,2014) to convert FO to RTF. I have a numbered list in the FO , it worked fine when I convert it into PDF, but when I output it to RTF all numbered as '1', with no increment. Result in PDF: 1. Greet the candidate and introduce yourself, giving

Re: Getting a list of font names without the memory hit...‏

2013-08-01 Thread Chris Bowditch
the issue. If your intention is to allow the user to pick any font installed on the Operating System, why not use the java.awt classes to list the available fonts instead? I've not tried it but I suspect it will use less memory as it doesn't need to load the full contents of every font

RE: Getting a list of font names without the memory hit...‏

2013-08-01 Thread Bernard Giannetti
Thanks Chris - simplest solution is often the best: String fonts[] = GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames(); Getting a list of fonts this way does NOT appear to impact memory at all...so much better! I don't have the use-cache tag in my config file, so

RE: Getting a list of font names without the memory hit...‏

2013-07-31 Thread Bonekrusher
Why don't you just read the config file which list all the available fonts? -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Getting-a-list-of-font-names-without-the-memory-hit-tp38952p38958.html Sent from the FOP - Users mailing list archive at Nabble.com

RE: Getting a list of font names without the memory hit...‏

2013-07-31 Thread Bernard Giannetti
...@hotmail.com To: fop-users@xmlgraphics.apache.org Subject: RE: Getting a list of font names without the memory hit...‏ Date: Wed, 31 Jul 2013 13:17:32 +1000 I'm using FOP inside my desktop app. I use FOP to combine .xml data files and .xsl template files into PDFs. I wanted to give the user

RE: Getting a list of font names without the memory hit...‏

2013-07-31 Thread Bernard Giannetti
Subject: RE: Getting a list of font names without the memory hit...‏ Why don't you just read the config file which list all the available fonts?

RE: Getting a list of font names without the memory hit...‏

2013-07-31 Thread Bernard Giannetti
I'm reading org.apache.fop.fonts.FontCache now...red-faced and fingers crossed! From: thebernmeis...@hotmail.com To: fop-users@xmlgraphics.apache.org Subject: RE: Getting a list of font names without the memory hit...‏ Date: Wed, 31 Jul 2013 21:29:59 +1000 The config file or the cache file

RE: Getting a list of font names without the memory hit...‏

2013-07-31 Thread Bernard Giannetti
Now I'm chasing my tail...looking at FontCache has gotten me back to FontInfo.getFonts()! Any other ideas please?! From: thebernmeis...@hotmail.com To: fop-users@xmlgraphics.apache.org Subject: RE: Getting a list of font names without the memory hit...‏ Date: Wed, 31 Jul 2013 21:33:14 +1000

Getting a list of font names without the memory hit...

2013-07-30 Thread Bernard Giannetti
Hi, I'm making a call to org.apache.fop.tools.fontlist.FontListGenerator.listFonts( ... ) to get a list of font names for my desktop application. To get the font names, I take the keys from the returned fontFamilies SortedMap; the actual data is junked. I hadn't realised just how much memory

Getting a list of font names without the memory hit...‏

2013-07-30 Thread Bernard Giannetti
(apologies for the double post...somehow my email got tagged to the end of an unrelated post) Hi, I'm making a call to org.apache.fop.tools.fontlist.FontListGenerator.listFonts( ... ) to get a list of font names for my desktop application. To get the font names, I take the keys from

Re: Getting a list of font names without the memory hit...‏

2013-07-30 Thread Luis Bernardo
Are you using FOP in your Desktop app (meaning you feed and FO file and output one of the supported formats) or you just want to use some classes to get the list of fonts in your system? On 7/30/13 5:42 PM, Bernard Giannetti wrote: (apologies for the double post...somehow my email got tagged

RE: Getting a list of font names without the memory hit...‏

2013-07-30 Thread Bernard Giannetti
I'm using FOP inside my desktop app. I use FOP to combine .xml data files and .xsl template files into PDFs. I wanted to give the user the choice of font to use for the PDF text and so I am calling FOP code to get that list of fonts. Date: Tue, 30 Jul 2013 21:41:10 -0500 From: lmpmberna

Re: list-item overflows body-region

2013-01-30 Thread Pascal Sancho
-item, since fo:list-item generates only block area(s) Workaround: - remove either keep-with-next property, or .optimum, .minimum, and .maximum properties HTH, 2013/1/29 markus.sticker.e...@zf.com: Dear fop-users, I wonder about the result of fop by using list-items. Maybe somebody is able

Re: FO:list label being overprinted with list body

2012-10-12 Thread Rob Sargent
AM, stan69 wrote: Hi, I am trying to create a bulleted list like this: xsl:if test=roleStatement fo:list-block xsl:for-each select=roleStatement fo:list-item

list-item-label issue

2011-03-28 Thread Gautham Ghantasala
I am trying to generate a PDF document where the first letter is an image and the lines need to wrap around the image. As a workaround for float, I am using list-item to wrap text around an image, the result I want is as below: -- First Line . . . . . . . . | |Second Line

Re: FO block in a list-item-body overlaps page footer rather than breaking to next page

2011-03-25 Thread Peter Desjardins
On Wed, Mar 23, 2011 at 7:00 AM, Vincent Hennebert vhenneb...@gmail.com wrote: Try removing the .maximum components of space definitions inside the lists. That will prevent the content from stretching beyond the region-body. That did work, thanks! In case anyone finds this while working with

Re: Misalignment of list-item label and body when different fonts

2011-01-06 Thread Pascal Sancho
Hi, What you need here is the relative-align property, witch is unfortunately not yet supported by FOP (see [1] [2]). As a work-around, you can add a space-before property on the 1st element of the list-item-body, with the .conditionality set to 'retain' [1] http://xmlgraphics.apache.org/fop

Misalignment of list-item label and body when different fonts

2011-01-05 Thread Steve Fogel
Hi, allWith FOP 0.95, for a list block that represents an ordered list of steps, we are attempting to use Helvetica for the numeric list item label, and Palatino for the list item body.In the PDF output, the numeric label does not properly align vertically with the text of the step (the list item

Problem with list containing multi-line items in RTF

2010-09-30 Thread Dmitro Zakotey
Hi I have a problem rendering a list with multi-line items in RTF. I have html ul li p Item 1 Line 1br / Item 1 Line 2br / Item 1 Line 3 /p /li li p Item 2 Line 1br / Item 2 Line 2br / Item 2 Line 3 /p

Re: List bullet postion below base line

2010-08-27 Thread Ognjen Blagojevic
Hi Vincent, Thank you very much, it looks just fine without inline element. Regards, Ognjen On 26.8.2010 18:24, Vincent Hennebert wrote: Hi Ognjen, That example definitely needs to be updated. You can use any of the following alternatives: • remove the fo:inline: fo:list-item-label

Re: List bullet postion below base line

2010-08-26 Thread Vincent Hennebert
Hi Ognjen, That example definitely needs to be updated. You can use any of the following alternatives: • remove the fo:inline: fo:list-item-label end-indent=label-end() fo:block font-family=Symbol#x2022;/fo:block /fo:list-item-label • use the default font that has a glyph for the bullet

List bullet postion below base line

2010-08-25 Thread Ognjen Blagojevic
Hi, In examples for FOP 1.0, bullets for unnumbered lists are positioned below the base line, as one can see at examples/fo/tests/lists.pdf. There is a bug report for this issue at Bugzilla [1]. Is there a workaround for this problem? Is it possible to lift bullets up, using padding or

Please delete my messages of today on mailing list

2010-08-17 Thread Andrejus Chaliapinas
Hi, Sorry, I've posted today message to incorrect place - please delete it on your server ASAP. Thank you, Andrejus

Re: Please delete my messages of today on mailing list

2010-08-17 Thread Julien Aymé
Hello Andrejus, Unfortunately, I don't think this is possible (this mailing list redirects all its mail to each user who subscribed it). You can just apologize to the mailing list and tell people to ignore the noise. Regards, Julien 2010/8/17 Andrejus Chaliapinas a.chaliapi...@infosana.com

RE: Please delete my messages of today on mailing list

2010-08-17 Thread Eric Douglas
But does it save all mail sent to the list in an archive? -Original Message- From: Julien Aymé [mailto:julien.a...@gmail.com] Sent: Tuesday, August 17, 2010 8:14 AM To: fop-users@xmlgraphics.apache.org; a.chaliapi...@infosana.com Subject: Re: Please delete my messages of today

Please ignore/delete my today's messages on this mailing list - they were not posted correctly

2010-08-17 Thread Andrejus Chaliapinas
Hi, I was incorrect while sending 2 messages today to this mailing list. Please ignore/delete them. Sorry for that totally unrelated to FOP noise from my side. Andrejus --- INFOSANA - Information Systems Analysis and Adaptation. IBM Advanced Business Partner Ozo 15-25, LT-05126 Vilnius

Re: Please delete my messages of today on mailing list

2010-08-17 Thread Julien Aymé
I think that the archives uses the same mechanism (they subscribed to this list). I found these: http://www.mail-archive.com/fop-users@xmlgraphics.apache.org/ http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/ http://old.nabble.com/FOP---Users-f353.html I don't know how to remove

Re: Please delete my messages of today on mailing list

2010-08-17 Thread Christian Geisert
Andrejus Chaliapinas schrieb: Hi, Sorry, I’ve posted today message to incorrect place – please delete it on your server ASAP. http://www.apache.org/foundation/public-archives.html Christian - To unsubscribe, e-mail:

Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-19 Thread Pascal Sancho
Hi Tom, I dove into your XSLFO, and found that the issue is related to space-before.maximum within list-block. I rewrote (and shortened) your testcase (see your bug entry [1]). Removing space-before.maximum properties within block-list makes the issue desappear. [1] https://issues.apache.org

Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-19 Thread Tom Browder
On Mon, Jul 19, 2010 at 03:12, Pascal Sancho pascal.san...@takoma.fr wrote: Hi Tom, I dove into your XSLFO, and found that the issue is related to space-before.maximum within list-block. I rewrote (and shortened) your testcase (see your bug entry [1]). Removing space-before.maximum

Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-19 Thread Pascal Sancho
within list-block. I rewrote (and shortened) your testcase (see your bug entry [1]). Removing space-before.maximum properties within block-list makes the issue desappear. So, Pascal, does that mean it's a DocBook bug? Thanks, -Tom

AW: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-16 Thread Georg Datterl
- Von: Tom Browder [mailto:tom.brow...@gmail.com] Gesendet: Freitag, 16. Juli 2010 04:11 An: fop-users@xmlgraphics.apache.org Betreff: Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?] I just got an answer on the DocBook list from Bob Stayton--problem may be a fop bug. -Tom

Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-16 Thread Tom Browder
On Fri, Jul 16, 2010 at 02:44, Georg Datterl georg.datt...@geneon.de wrote: Hi Tom, Then please post a fo-file for the first two pages plus a few lines. Shall I send it inline or as a compressed attachment, or? It's 123Kb as is, 2174 Lines. -Tom

AW: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-16 Thread Georg Datterl
Hi Tom, Did you try to make your page smaller and shorten the list? Is the error still visible then? If yes, send the smaller file. Regards, Georg Datterl -- Kontakt -- Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193

Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-16 Thread Tom Browder
On Fri, Jul 16, 2010 at 09:24, Tom Browder tom.brow...@gmail.com wrote: On Fri, Jul 16, 2010 at 09:08, Georg Datterl georg.datt...@geneon.de wrote: Hi Tom, Did you try to make your page smaller and shorten the list? Is the error still visible then? If yes, send the smaller file. Yes, I

Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-16 Thread Tom Browder
On Fri, Jul 16, 2010 at 09:43, Georg Datterl georg.datt...@geneon.de wrote: Hi Tom, You could still shorten it further by removing the first pages, the unnecessary page-masters and probably many attributes. I'lll try that--I haven't done anything with the fo file itself yet. I just trimmed

Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-16 Thread Tom Browder
For those with e-mail police, here is the shorter fo file renamed to overflow-shorter.fo.txt--just rename it again after downloading to overflow-shorter.fo.zip to use under Windows. -Tom PK´SðÐ9T“_’test-overflow-shorter.foUT ...@léz@Lux èèíïoÛ6Çß÷¯|¸a;œ

Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-16 Thread Tom Browder
On Fri, Jul 16, 2010 at 10:35, Tom Browder tom.brow...@gmail.com wrote: On Fri, Jul 16, 2010 at 09:48, Tom Browder tom.brow...@gmail.com wrote: On Fri, Jul 16, 2010 at 09:43, Georg Datterl georg.datt...@geneon.de wrote: Hi Tom, You could still shorten it further by removing the first pages,

Nested, Itemized List Flows Into PDF Page Footer

2010-07-15 Thread Tom Browder
I have a DocBook source with a long, nested, itemized list which covers eight pages after converting to XSL-FO and running through fop to pdf. The list runs into the page footer on the first page but not the other pages. The page the list begins on is the first page of an appendix. Any

Re: Nested, Itemized List Flows Into PDF Page Footer

2010-07-15 Thread Tom Browder
On Thu, Jul 15, 2010 at 15:17, Tom Browder tom.brow...@gmail.com wrote: ... The list runs into the page footer on the first page but not the other pages.  The page the list begins on is the first page of an appendix. BTW, I have explicitly set all the page variables described in Bob Stayton's

Re: Nested, Itemized List Flows Into PDF Page Footer [bug in trunk?]

2010-07-15 Thread Tom Browder
I just got an answer on the DocBook list from Bob Stayton--problem may be a fop bug. -Tom - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: Possible Bug: No control Over Itemized List Marks

2010-07-07 Thread Tom Browder
On Tue, Jun 29, 2010 at 12:07, Christopher R. Maden cr...@maden.org wrote: Tom Browder wrote: 1.  Is this a fop bug? ... Your FO markup is almost certainly requesting the symbol you see.  FOP does not make up list markers on its own; it uses the requested symbol. Thanks, Chris

Re: Possible Bug: No control Over Itemized List Marks

2010-06-29 Thread Christopher R. Maden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Browder wrote: 1. Is this a fop bug? No. Your FO markup is almost certainly requesting the symbol you see. FOP does not make up list markers on its own; it uses the requested symbol. If you believe otherwise, post a sample of the FO XML

Re: How Can I Get a Nested List Item Have a Different Mark

2010-06-28 Thread Pascal Sancho
tom.brow...@gmail.com wrote: I get a default filled circle (mark='bullet'?) for the listitems in an itemized list for both html and pdf output. I forgot to say I am using the fop trunk. I get the same results with version 0.95. -Tom

Re: How Can I Get a Nested List Item Have a Different Mark

2010-06-28 Thread Tom Browder
On Mon, Jun 28, 2010 at 00:14, Georg Datterl georg.datt...@geneon.de wrote: Hi Tom, Could you clarify whether your problem is the html open circle or the default pdf bullet? The pdf bullet--I cannot get it changed to the open circle for the nested items. Thanks, Georg. Regards, -Tom

AW: How Can I Get a Nested List Item Have a Different Mark

2010-06-27 Thread Georg Datterl
-Ursprüngliche Nachricht- Von: Tom Browder [mailto:tom.brow...@gmail.com] Gesendet: Samstag, 26. Juni 2010 19:05 An: fop-users@xmlgraphics.apache.org Betreff: How Can I Get a Nested List Item Have a Different Mark I get a default filled circle (mark='bullet'?) for the listitems in an itemized list

How Can I Get a Nested List Item Have a Different Mark

2010-06-26 Thread Tom Browder
I get a default filled circle (mark='bullet'?) for the listitems in an itemized list for both html and pdf output. When I have a nested list I get a default opencircle (mark='opencircle') for the nested listitems for html output but still get the bullet for pdf output. The fop conformance page

Re: Problem with vertical align of a list-item-label

2010-02-09 Thread Pascal Sancho
Hi Mario, This cannot work: - fo:wrapper doesn't generate any area, so the vertical-align has no effect on it. - vertical-align is not inheritable, so this has no effect on descendant characters of fo:wrapper. You should apply the vertical-align property on a fo-object that generates an area,

RE: Problem with vertical align of a list-item-label

2010-02-09 Thread Mario Madunic
To: fop-users@xmlgraphics.apache.org Subject: Re: Problem with vertical align of a list-item-label Hi Mario, This cannot work: - fo:wrapper doesn't generate any area, so the vertical-align has no effect on it. - vertical-align is not inheritable, so this has no effect on descendant characters

RE: Problem with vertical align of a list-item-label

2010-02-09 Thread Mario Madunic
] Sent: Tuesday, February 09, 2010 6:24 AM To: fop-users@xmlgraphics.apache.org Subject: RE: Problem with vertical align of a list-item-label Thanks Pascal for the heads up. I've already tried fo:inline and it didn't work. Will try fo:character. Marijan (Mario) Madunic Publishing Specialist New Flyer

Re: Problem with vertical align of a list-item-label

2010-02-09 Thread Venkat Reddy
. Will try fo:character. Marijan (Mario) Madunic Publishing Specialist New Flyer Industries -Original Message- From: Pascal Sancho [mailto:pascal.san...@takoma.fr] Sent: Tuesday, February 09, 2010 2:15 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Problem with vertical align of a list

Re: Problem with vertical align of a list-item-label

2010-02-09 Thread Venkat Reddy
Message- From: Mario Madunic [mailto:mario_madu...@newflyer.com] Sent: Tuesday, February 09, 2010 6:24 AM To: fop-users@xmlgraphics.apache.org Subject: RE: Problem with vertical align of a list-item-label Thanks Pascal for the heads up. I've already tried fo:inline and it didn't work

RE: Problem with vertical align of a list-item-label

2010-02-09 Thread Mario Madunic
' the character moved accordingly. I'm going to run this test with baseline-shift and then also do the test with list-item-body and see if it is an issue with list-item-label in this instance. If you have any more ideas for me to try, I'm all ears. Snippet of code I've been using for testing. fo:list

RE: Problem with vertical align of a list-item-label

2010-02-09 Thread Mario Madunic
Well baseline-shift was as successful as vertical-align, so not very. Decided to go with the old standby, when all else fails, use a graphic. Thanks for all your help and insight into this one. Marijan (Mario) Madunic Publishing Specialist New Flyer Industries

Re: Problem with vertical align of a list-item-label

2010-02-09 Thread Pascal Sancho
Mario, rather than keywords, you can set your property with a length or a percentage, witch should give more accurate result. Also note that vertical-align is a shorthand for (alignment-baseline, alignment-adjust, baseline-shift, and dominant-baseline). Setting a length value to vertical-align

RE: Problem with vertical align of a list-item-label

2010-02-09 Thread Mario Madunic
(Mario) Madunic Publishing Specialist New Flyer Industries -Original Message- From: Pascal Sancho [mailto:pascal.san...@takoma.fr] Sent: Tuesday, February 09, 2010 9:27 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Problem with vertical align of a list-item-label Mario, rather than

Re: Problem with vertical align of a list-item-label

2010-02-09 Thread Pascal Sancho
What FOP version do you use? --Pascal Mario Madunic a écrit : Thanks Pascal for the info, but alas I've moved on to using a graphic (no *align* necessary), straight-forward and it works. I tried many different options and followed instructions not only mentioned here but from FO info on

Problem with vertical align of a list-item-label

2010-02-08 Thread Mario Madunic
Hi, I've been trying to vertically align an unordered lists adornment. The font I'm using is Arial and am using UTF-8 entity 25a1 for the unordered list adornment. Since its initial vertical alignment is too low, I've been trying to bring it up by aligning it in the middle. I've had no luck

Re: Problem with vertical align of a list-item-label

2010-02-08 Thread Venkat Reddy
entity 25a1 for the unordered list adornment. Since its initial vertical alignment is too low, I've been trying to bring it up by aligning it in the middle. I've had no luck with this. Below is some sample code of my output. I've used the code below with wrapper and no wrapper. When

RE: Problem with vertical align of a list-item-label

2010-02-08 Thread Mario Madunic
To: fop-users@xmlgraphics.apache.org Subject: Re: Problem with vertical align of a list-item-label Hi, Can you please attach your FO file and the expected output? I am unable to see the text you are looking to align vertically Thanks, Venkat. Mario Madunic wrote: Hi, I've been trying

Re: keep block (header) and list-block (bullets) together in 0.94

2010-01-25 Thread Venkat Reddy
=5in page-height=20 * 14.4pt fo:region-body/ /fo:simple-page-master /fo:layout-master-set fo:page-sequence master-reference=normal fo:flow flow-name=xsl-region-body fo:blockblock1/fo:block !-- Keeps on list-block level -- fo:list

RETRACTED Re: keep block (header) and list-block (bullets) together in 0.94

2010-01-25 Thread hazlup
Pardon my ignorance, but the header and list in question we're being handled differently by xslt that I had presumed. Now that I have taken care of that issue, the keep-with-next is working as expected. Sorry for the noise. -- View this message in context: http://old.nabble.com/keep

keep block (header) and list-block (bullets) together in 0.94

2010-01-24 Thread hazlup
-%28header%29-and-list-block-%28bullets%29-together-in-0.94-tp27298843p27298843.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional

Re: problem with list of fonts in font-family

2009-12-16 Thread Harald Finster
a comma-separated list of fonts, i.e. param name=symbol.font.family expression=Charis,Mincho / param name=body.fontset expression=Charis,Mincho / I understand, that this list is searched for matching characters, i.e. the algorithm should first find the Western,IPA

Re: problem with list of fonts in font-family

2009-12-16 Thread Harald Finster
Hello again, Harald Finster schrieb: Jeremias Maerki wrote: Does it help if you remove the encoding-mode attribute from the font element? With single-byte you restrict the character set to 256 characters. ... and I just tried to explicitly set encoding-mode=cid (should be teh default

problem with list of fonts in font-family

2009-12-15 Thread Harald Finster
with Mincho, however the characters are pretty wide and some of the IPA diacritics are incorrect. Following the documentation, I tried to use a comma-separated list of fonts, i.e. param name=symbol.font.family expression=Charis,Mincho / param name=body.fontset expression=Charis

Re: problem with list of fonts in font-family

2009-12-15 Thread Jeremias Maerki
diacritics are incorrect. Following the documentation, I tried to use a comma-separated list of fonts, i.e. param name=symbol.font.family expression=Charis,Mincho / param name=body.fontset expression=Charis,Mincho / I understand, that this list is searched

Re: break-before in list-item-body: missing following content

2008-09-02 Thread patrice . rosnet
@xmlgraphics.apache.org Envoyé: Lundi 1 Septembre 2008 17:11:19 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: break-before in list-item-body: missing following content Hi Patrice, patrice rosnet wrote: Hello I have a problem with a break-before in a list-item-body: content

Re: break-before in list-item-body: missing following content

2008-09-01 Thread Vincent Hennebert
Hi Patrice, patrice rosnet wrote: Hello I have a problem with a break-before in a list-item-body: content following this attribute inside the list-item-body has disappeared continue2/2 end It’s a bug in the code dealing with lists (for curious people: the element list for the content

break-before in list-item-body: missing following content

2008-08-29 Thread patrice . rosnet
Hello I have a problem with a break-before in a list-item-body: content following this attribute inside the list-item-body has disappeared continue2/2 end I have replace with a space-before but result is surprising: I have an overflow log message and 2 page-breaks instead of one unexpected

Re: break-before in list-item-body: missing following content

2008-08-29 Thread Andreas Delmelle
On Aug 29, 2008, at 15:39, [EMAIL PROTECTED] wrote: Hi I have a problem with a break-before in a list-item-body: content following this attribute inside the list-item-body has disappeared continue2/2 end No immediate idea on what the problem is, but for a possible (untested

RE: list-item - Keep together

2008-07-03 Thread Griffin,Sean
Which version of FOP are you using? First of all, if you want to keep within a page you should say keep-together.within-page instead of just keep-together. Second, you should need keep-together only on the list-item and not also on the list-item-block. And finally, this doesn't appear

Re: Identify list in subject line

2008-05-08 Thread Jeremias Maerki
ezmlm adds the List-Post header entry. You can use that for filtering (assuming that was the cause for this message). On 08.05.2008 12:01:51 John Brown wrote: Hello all, I think that messages on the fop-users mailing list should identify themselves in the subject line, like most mailing

Identify list in subject line

2008-05-08 Thread John Brown
Hello all, I think that messages on the fop-users mailing list should identify themselves in the subject line, like most mailing lists. For example: [fop-users] Problem using Lucida Console font - To unsubscribe, e-mail

Re: Identify list in subject line

2008-05-08 Thread Andreas Delmelle
On May 8, 2008, at 12:08, Jeremias Maerki wrote: On 08.05.2008 12:01:51 John Brown wrote: Hello all, I think that messages on the fop-users mailing list should identify themselves in the subject line, like most mailing lists. For example: [fop-users] Problem using Lucida Console font ezmlm

RE: Identify list in subject line

2008-05-08 Thread John Brown
Andreas Delmelle wrote: On May 8, 2008, at 12:08, Jeremias Maerki wrote: On 08.05.2008 12:01:51 John Brown wrote: Hello all, I think that messages on the fop-users mailing list should identify themselves in the subject line, like most mailing lists. For example: [fop-users] Problem

Re: alleviation of footnote-inside-list/table rendering problem

2008-04-05 Thread Fyodor
On Mon, 10 Mar 2008 17:00:18 +0100, Ron Van den Branden wrote: In a post to this list a couple of weeks ago, I hinted at a way in which FOP bug #37579 (http://issues.apache.org/bugzilla/show_bug.cgi?id=37579), which causes omission of footnotes inside tables or lists could be circumvented

Re: alleviation of footnote-inside-list/table rendering problem

2008-03-10 Thread Ron Van den Branden
Hi all, In a post to this list a couple of weeks ago, I hinted at a way in which FOP bug #37579 (http://issues.apache.org/bugzilla/show_bug.cgi?id=37579), which causes omission of footnotes inside tables or lists could be circumvented. Thanks to Andreas, this has been added as a comment

Re: alleviation of footnote-inside-list/table rendering problem

2008-02-13 Thread Andreas Delmelle
On Feb 12, 2008, at 10:59, Ron Van den Branden wrote: Hi Ron Today I stumbled upon the issue with footnotes that get swallowed inside list items and table cells. snip / , since I think I found a way of circumventing (or at least alleviating - see bottom remark) the problem (at stylesheet

font-family font list compliance

2007-06-27 Thread Loran Kary
The FOP compliance page for the common font property font-family says that for 0.93, font-family lists are allowed but glyph based font selection is not supported. What exactly does that mean, glyph based font selection? Can I specify a fall-back list of font families, and have the font

RE: font-family font list compliance

2007-06-27 Thread Pascal Sancho
Hi Loran, Unfortunately, FOP 0.93 does not have any support to a character by character font selection. If you want such strategy, you have to make it yourself (in the XSLT stage). When you specify a font list, the FO processor (FOP, in your case) should use the first that is available in your

Re: font-family font list compliance

2007-06-27 Thread Jeremias Maerki
font-family says that for 0.93, font-family lists are allowed but glyph based font selection is not supported. What exactly does that mean, glyph based font selection? Can I specify a fall-back list of font families, and have the font selection on a character-by-character basis? I see

fop doesn't style list-item-label for RTF

2007-06-18 Thread Deryl Seale
I am trying to render a numbered (well, lettered really) list in RTF format, but FOP doesn't apply the styles I specify. I have tried the following: fo:list-item-label end-indent=label-end() font-weight=bold fo:blockxsl:number count=qti:simpleChoice format=A//fo:block

Re: fop doesn't style list-item-label for RTF

2007-06-18 Thread Deryl Seale
Both of these correctly make the label for the list item bold, but in RTF, the label is just plain text. Sorry, I meant to say that these declarations make the label bold for PDF output, but not in RTF for some reason. -d

Re: fop doesn't style list-item-label for RTF

2007-06-18 Thread Adrian Cumiskey
Hi Deryl, Which version of FOP are you using? It would be really helpful if you include the FO file in full. Cheers, Adrian. Deryl Seale wrote: I am trying to render a numbered (well, lettered really) list in RTF format, but FOP doesn't apply the styles I specify. I have tried

Re: fop doesn't style list-item-label for RTF

2007-06-18 Thread Deryl Seale
Sorry, I am using FOP 0.93, and a sample of the FO file is below -- note that it renders the list-item-label text in bold when outputting in PDF form, but only renders them in plain text when outputting to RTF. thanks. -d. -=-=-=-=-=- SAMPLE -=-=-=-=-=- fo:root xmlns:fo='http://www.w3.org

list in list - list with sublist

2007-05-24 Thread Baeckham
lisasa/li /ul It should look like this, after transformation: * asa * sasa * sasa * sadasdsad * sasasd324324a * sa2343242342sa * asa * sasa * sasa My solution looks like this, it works for a simple list, but not for list in a list.  xsl:template match=ul fo:list

[OT]Re: list in list - list with sublist

2007-05-24 Thread David Delbecq
BTW, according to (x)html dtds, ul is not correct content inside ul :) you should surround your inner list by a li/li, like this: ul liasa/li lisasa/li lisasa/li li ul lisadasdsad/li lisasasd324324a/li

Re: RTF list numbering incorrect

2007-03-24 Thread davidl
Hi, In Wordpad the list items are numbered as '1', '2', '3' (no dot) but in MS Word 2002 they are all numbered as '1.'. Is Wordpad doing some good guessing or is the output RTF wrong? It does look like FOP has generated a separate list for each item which probably is incorrect. It works if I

Re: RTF list numbering incorrect

2007-03-21 Thread Adrian Cumiskey
Hi David, Have not tried to reproduce this with 0.92 beta or 0.93. This FO list-block seems to work fine in the trunk. Which RTF viewer are you using to test the results? Adrian. davidl wrote: Hi, I'm using FOP 0.92 beta to convert FO to RTF. I have a numbered list in the FO but list

Re: RTF list numbering incorrect

2007-03-21 Thread davidl
Hi, I'm using Microsoft Word 2002. Many thanks. Adrian Cumiskey wrote: Hi David, Have not tried to reproduce this with 0.92 beta or 0.93. This FO list-block seems to work fine in the trunk. Which RTF viewer are you using to test the results? Adrian. davidl wrote: Hi, I'm

RTF list numbering incorrect

2007-03-17 Thread davidl
Hi, I'm using FOP 0.92 beta to convert FO to RTF. I have a numbered list in the FO but list items in the output RTF are all numbered as '1.' with no increment: 1. List item 1. 1. List item 2. 1. List item 3. FOP 0.93 also gives the same result. My FO list-block is as below

RE: How could I change vertical alignment of list item bullet?

2007-03-13 Thread Andrejus Chaliapinas
Andrejus, try to remove the whole fo:inline ... and just leave the bullet in the fo:block, like fo:list-item-label end-indent=label-end() fo:block#x2022;/fo:block /fo:list-item-label It seems to do the trick for me. Manuel Manuel, Yes, I've tried that and it really works

How could I change vertical alignment of list item bullet?

2007-03-12 Thread Andrejus Chaliapinas
baseline of following list item text). I've tried to use display-align=before (both for inline and block), but that didn't help. Is there any other possibility? Thanks in advance. Andrejus - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How could I change vertical alignment of list item bullet?

2007-03-12 Thread Manuel Mall
vertical alignment of that bullet symbol (actually it's almost below baseline of following list item text). I've tried to use display-align=before (both for inline and block), but that didn't help. Is there any other possibility? I don't think display-align will work. Try alignment-baseline=middle

  1   2   >