Re: white-space-collapse not working in trunk?

2006-02-14 Thread Simon Pepping
ould construct box(a) p box(0) p(inf) glue p box(0) p(inf) glue p box(0) p(inf) glue p box(b) with possible line breaks at the p. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: differnece between fop and xep: which is right?

2006-02-14 Thread Simon Pepping
;t come from the > list-block. > > > I assume now it means the further that is start-indent is to be taken from > > the closest ancestor fo:list-block. Therefore my initial concern that we > > have a recursive case here is probably not an issue. > > As I wrote above, I believe it's inherited(start-indent), i.e. comes > from the parent fo:list-item, not the list-block. This is important > because it allows you to indent individual list-items differently in the > same list-block. -- Simon Pepping home page: http://www.leverkruid.nl

Re: Parsing foreign XML

2006-02-15 Thread Simon Pepping
accept any namespace, but you get them in a well defined subtree. Does that help? Maybe some element may declare a desired behaviour for its whole subtree? Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: white-space-collapse not working in trunk?

2006-02-15 Thread Simon Pepping
he different break scenarios (may be the cases 1. to 8. > above are not complete or can be simplified) > b) Document the relevant Knuth sequences applying to each identified break > scenario > Once we have that converting it into code should be fairly straightforward. I will look at it.

Re: svn commit: r379883 - /xmlgraphics/fop/branches/Temp_API_Finalization/examples/embedding/java/embedding/ExampleFO2PDF.java

2006-02-22 Thread Simon Pepping
t; > xmlgraphics/fop/branches/Temp_API_Finalization/examples/embedding/java/embedding/ExampleFO2PDF.java I did this to get a feel for the API. Does this reflect the intention? Would it not be nicer to have a constructor that takes the output stream as an argument? Regards, Sim

Re: svn commit: r379883 - /xmlgraphics/fop/branches/Temp_API_Finalization/examples/embedding/java/embedding/ExampleFO2PDF.java

2006-02-23 Thread Simon Pepping
On Wed, Feb 22, 2006 at 10:22:39PM +0100, Jeremias Maerki wrote: > > On 22.02.2006 21:55:36 Simon Pepping wrote: > > Would it not be nicer to have a constructor that takes the output > > stream as an argument? > > If this is preferred, no objections. However, not all

Unhandled element title [was: Re: svn commit: r380917 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/layoutmgr/ src/java/org/apache/fop/layoutmgr/inline/ test/layoutengine/standard-testcases/]

2006-02-25 Thread Simon Pepping
use I think this calls for an addition to the intermediate format, I have committed my changes anyway. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

white space in fo:title [was: Re: svn commit: r380918 - in /xmlgraphics/fop/trunk/test/layoutengine: disabled-testcases.xml standard-testcases/title_linefeed-treatment.xml]

2006-02-27 Thread Simon Pepping
e-space-collapse="true"? I would think so. It is not terribly important. Maybe we should let it rest, following the spec. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Removing the "character" area tree object

2006-02-27 Thread Simon Pepping
;>+1 I like the suggestion. > > > >+1 from me too. > > > >Cheers, > > > >Andreas > > I don't know if it's 'needed', but here's mine... > > +1 Same thoughts and vote from me: +1 Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Character widths

2006-02-27 Thread Simon Pepping
simply arbitrary units that come with a font, and so are exes. Indeed, Knuth's Computer Modern fonts contain a quantity called quad width. For en space he uses .5 em. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r381409 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/fo/XMLWhiteSpaceHandler.java test/layoutengine/disabled-testcases.xml

2006-02-27 Thread Simon Pepping
, since an fo:title can have %inline; > children... > > Right now, if one wants to activate linefeed-preservation in an > fo:title, this would have to be done like so: > > > > > ... Hmm, I prefer to think of fo:title as described under fo:bookmark-title. I like your solution. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Unicode "Alphabetic" characters

2006-02-28 Thread Simon Pepping
va that I can > use. Thanks. > > [1] http://www.unicode.org/Public/UNIDATA/UCD.html#Alphabetic Did you have a look at the ICU software: http://icu.sourceforge.net/? Esp. this static constant: http://icu.sourceforge.net/apiref/icu4j/com/ibm/icu/lang/UProperty.html#ALPHABETIC, looks promising. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Unicode "Alphabetic" characters

2006-02-28 Thread Simon Pepping
ry? Most such users may already have it installed. The license seems to allow us to repackage it, and we could package a cutdown version that would satisfy FOP's needs. There are a few huge resource files in impl/data. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r379883 - /xmlgraphics/fop/branches/Temp_API_Finalization/examples/embedding/java/embedding/ExampleFO2PDF.java

2006-03-05 Thread Simon Pepping
On Thu, Feb 23, 2006 at 10:03:29PM +0100, Simon Pepping wrote: > On Wed, Feb 22, 2006 at 10:22:39PM +0100, Jeremias Maerki wrote: > > > > On 22.02.2006 21:55:36 Simon Pepping wrote: > > > Would it not be nicer to have a constructor that takes the output > > > s

Test errors in API finalization branch [Re: svn commit: r383398 - in /xmlgraphics/fop/branches/Temp_API_Finalization: examples/embedding/java/embedding/MultipleFO2PDF.java src/java/org/apache/fop/apps

2006-03-05 Thread Simon Pepping
gt; Modified: > > xmlgraphics/fop/branches/Temp_API_Finalization/examples/embedding/java/embedding/MultipleFO2PDF.java > > xmlgraphics/fop/branches/Temp_API_Finalization/src/java/org/apache/fop/apps/Fop.java > > xmlgraphics/fop/branches/Temp_API_Finalization/src

Re: svn commit: r379883 - /xmlgraphics/fop/branches/Temp_API_Finalization/examples/embedding/java/embedding/ExampleFO2PDF.java

2006-03-06 Thread Simon Pepping
d the getDefaultHandler() method IMO. Neither do I, but I do want to catch the exception, either here or in the listen method, where it is caught together with all exceptions. If I do not catch it, the listening will stop, which I do not want. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: [VOTE] Finalized API - Merge Temp_API_Finalization branch back into Trunk

2006-03-21 Thread Simon Pepping
, provided they throw an exception if FOUserAgent is null. I left the deprecated constructors of FOUserAgent in the code because I wanted this change. That all said, I am not against deprecation of all Fop constructors either. Both ways are fine with me. That gives a neutral vote from me on this point. 0 from me. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Interpretation error for text-indent !?

2006-03-23 Thread Simon Pepping
; > The applicable test in our test suite: > http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/block_text-indent.xml > > Does anyone see this differently? If not, I'm going to change the > expectation and the implementation. > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r389563 - in /xmlgraphics/fop/trunk/src/documentation: content/xdocs/trunk/embedding.xml content/xdocs/trunk/intermediate.xml content/xdocs/trunk/output.xml content/xdocs/trunk/pdfencr

2006-03-29 Thread Simon Pepping
gt; Date: Tue Mar 28 10:10:00 2006 > > New Revision: 389563 > > > > URL: http://svn.apache.org/viewcvs?rev=389563&view=rev > > Log: > > Adjust documentation to changes in outer API (FopFactory etc.). > > > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.nl

Re: svn commit: r389563 - in /xmlgraphics/fop/trunk/src/documentation: content/xdocs/trunk/embedding.xml content/xdocs/trunk/intermediate.xml content/xdocs/trunk/output.xml content/xdocs/trunk/pdfencr

2006-03-30 Thread Simon Pepping
PDF/X or PDF/A.' and 'FOP does not currently support several desirable PDF features: XMP metadata'. Should this be updated? 3. Section 'XML (Area Tree XML)': Mention the intermediate format? The embedding page is a thorough piece of documentation. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Generalized Knuth-Plass Linebreaking Algorithm

2006-04-03 Thread Simon Pepping
et me know what you think of it. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Generalized Knuth-Plass Linebreaking Algorithm

2006-04-05 Thread Simon Pepping
and word spacing. In fact it would even be possible to have a single box for a word, its letter spacing and its following word space (apart from hyphenation). Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Generalized Knuth-Plass Linebreaking Algorithm

2006-04-05 Thread Simon Pepping
On Tue, Apr 04, 2006 at 11:26:38PM +0800, Manuel Mall wrote: > On Tuesday 04 April 2006 03:38, Simon Pepping wrote: > > Hello, > > > > > Simon, > > very interesting approach to the problem. You obviously gave this quite > a significant amount of thought. >

Re: How about a release?

2006-04-07 Thread Simon Pepping
the > >release. > > > >WDYT? > > Yes I agree completely > > +1 Same from me. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Fixing leading whitespace on a line (was: How about a release?)

2006-04-09 Thread Simon Pepping
g as it is, if this > offers chance to do things right. I agree that there is no a priori reason for the InlineLMs and BlockLevelLMs to expose the same interface. Simon -- Simon Pepping home page: http://www.leverkruid.nl

Re: Generalized Knuth-Plass Linebreaking Algorithm

2006-05-01 Thread Simon Pepping
. I am working on it. Note that I am changing web domain from nl to eu. Regards, Simon On Mon, Apr 03, 2006 at 09:38:13PM +0200, Simon Pepping wrote: > Hello, > > Some time ago Manuel Mall pointed out a number of problems with > linebreaking in FOP. Specifically, there are some h

Re: Knuth linebreaking elements for Formatting Objects

2006-05-04 Thread Simon Pepping
On Mon, May 01, 2006 at 08:20:04PM +0200, Simon Pepping wrote: > Hello, > > During the past weeks I added a test facility. This allows one to feed > test texts in an XHTML-like document. It is now available on my web > site, http://www.leverkruid.eu/GKPLinebreaking/index.html. Sinc

Re: Namespaces for fop extensions

2006-05-06 Thread Simon Pepping
a good > example but I hope it illustrates what I am trying to achieve. I see what you are trying to achieve. Wouldn't users find this overdone, and wonder why they cannot do with a single hint for all renderers? Or would a single hint just not work? Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Media or paper tray selection in FOP

2006-05-10 Thread Simon Pepping
nfiguration file per printing run, recently a similar possibility was put forward for the user preferences for printer-specific image handling and other options. In a recent fop-user post I suggested the idea of hyphenation exceptions in a configuration file. Just my two cents. Simon -- Simon Pep

Re: Media or paper tray selection in FOP

2006-05-11 Thread Simon Pepping
On Thu, May 11, 2006 at 08:55:24AM +0100, Chris Bowditch wrote: > Simon Pepping wrote: > > >So definitely a configuration external to the FO file. And something > >like the Java Printing System to know the installed printer > >configuration and provide the user with

Re: Media or paper tray selection in FOP

2006-05-12 Thread Simon Pepping
On Fri, May 12, 2006 at 03:50:01PM +0800, [EMAIL PROTECTED] wrote: > > Simon Pepping wrote: > > > However, I now feel the need to comment from a developers point of view, > i.e. a developer who uses fop in high volume backend business processes. > > If I would have t

Re: fop-0.92.beta: Thread safety issues with FOP instance construction

2006-05-15 Thread Simon Pepping
stances. This will > > restore the previous behaviour and maintain backwards compatibility with > > the existing ElementMapping implementations. > > 2. Change ElementMapping's constructor to accept the namespace URI as a > > parameter and call initialize() right after that. D

Re: svn commit: r406917 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/fonts/truetype/TTFFile.java status.xml

2006-05-17 Thread Simon Pepping
tes I find the following tools: ttf2tfm, ttf2pk, ttf2afm, ttf2pfb, ttf2pt1. And an article 'Using TrueType fonts with teTEX and dvips'. All on the TeXLive7 cdrom (a few years old now); I suppose the most recent TeXLive distribution has the same or similar tools. ttf2tfm does the metrics conversion. Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: [EMAIL PROTECTED]: Project xml-fop-maintenance (in module xml-fop-maintenance) failed

2006-05-28 Thread Simon Pepping
On Sun, May 28, 2006 at 04:33:31AM -0700, Sam Ruby wrote: > codegen: > [echo] Resetting codegen directory > [copy] Copying 37 files to > /x1/gump/public/workspace/xml-fop-maintenance/build/src/codegen > [echo] Generating the java files from xml resources > [style] Warning: the t

Re: Generalized Knuth-Plass Linebreaking Algorithm

2006-05-28 Thread Simon Pepping
I have published an update at http://www.leverkruid.eu/GKPLinebreaking/index.html. Bells and whistles have been implemented. Text alignment has been implemented. I am working on text-align-last. Regards, Simon On Mon, Apr 03, 2006 at 09:38:13PM +0200, Simon Pepping wrote: > Hello, > >

Re: Google Summer of Code

2006-05-28 Thread Simon Pepping
code and summers of less code. That diminishes my ability to provide assistance. What kind of work and responsibilities would assistance include? What would be the time constraints, that is, how fast needs a review be done or a question be answered? And in which period is the work done? Simo

Re: Google Summer of Code

2006-05-29 Thread Simon Pepping
On Mon, May 29, 2006 at 10:19:27AM +0200, Vincent Hennebert wrote: > Hi Simon, > > Simon Pepping a écrit : > As far as I'm concerned, I'm planning to put my thoughts about the > project on a dedicated Wiki page. I think that just providing high-level > comments on th

Re: [Xmlgraphics-fop Wiki] Update of "GoogleSummerOfCode2006/FloatsImplementationProgress" by VincentHennebert

2006-06-01 Thread Simon Pepping
s there in XSL-FO a way of determining if the document is single- > or double-sided? At best one can check if there are separate page masters in use for odd and even pages. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: OpenDocument as an output format

2006-06-01 Thread Simon Pepping
annot create an OpenDocument without a rendering. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: OpenDocument as an output format

2006-06-05 Thread Simon Pepping
nvert RTF to ODT/OpenDocument. > > BTW, there's already some work started on an Apache Forrest > OpenDocument input plugin in the Forrest 'whiteboard' section: > > forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/ > > In addition, Apache Leny

Re: [Xmlgraphics-fop Wiki] Update of "GoogleSummerOfCode2006/FloatsImplementationProgress" by VincentHennebert

2006-06-10 Thread Simon Pepping
that road (Obviously, it's a project decision). I'm also fine just > reviewing and applying your patches as quickly as possible. Normal > committership would also not be far away I guess if we're happy with > what you contribute over time. Having access to a repository makes

Re: [Xmlgraphics-fop Wiki] Update of "GoogleSummerOfCode2006/FloatsImplementationProgress" by VincentHennebert

2006-06-10 Thread Simon Pepping
hm, which contains the part of the algorithm > > which is common to page- and line-breaking. It is splitted in parts > > which follow pretty closely those described in "Digital Typography". It > > relies on the following skeleton:{{{ > > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.eu

Re: [Xmlgraphics-fop Wiki] Update of "GoogleSummerOfCode2006/FloatsImplementationProgress" by VincentHennebert

2006-06-12 Thread Simon Pepping
? No, I guess that is all. I was under the impression that there was an explanation of the algorithm, but apparently I was wrong. Simon > Vincent > > > Simon Pepping a écrit : > >Vincent, > > > >Are you aware that Luca has documented his implementation o

Re: DO NOT REPLY [Bug 39560] - Null Pointer Exception (when a table cloned due to a retrieve-marker operation)

2006-06-12 Thread Simon Pepping
ties have been bound to the LM and the subtree of the FO has been processed. Maybe it is best to just copy the property lists of the marker subtree. The copies will be garbage collected in the normal way. I have no time to try this solution myself. Simon > > Later, > > Andreas > -- Simon Pepping home page: http://www.leverkruid.eu

Re: DO NOT REPLY [Bug 39560] - Null Pointer Exception (when a table cloned due to a retrieve-marker operation)

2006-06-14 Thread Simon Pepping
On Mon, Jun 12, 2006 at 07:36:34PM +0200, Andreas L Delmelle wrote: > On Jun 12, 2006, at 15:29, Simon Pepping wrote: > > >There may be problems with the property lists of the Marker children, > >which are currently not cloned, but referred to in descPlists. The > >proper

Re: When to release 1.0?

2006-06-18 Thread Simon Pepping
OP not-implemented exception. So maybe we need a feature freeze and bug fixing period? Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: keep...="always" and Knuth penalties

2006-06-18 Thread Simon Pepping
olutions: increase the tolerance, or force a solution. I think FOP already has a force parameter for this purpose. Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: [GSoC] How the work should progress

2006-06-22 Thread Simon Pepping
bit too much > unrelated, I'm afraid) I would hope that a best-fit algorithm can be inserted. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Generalized Knuth-Plass Linebreaking Algorithm

2006-06-29 Thread Simon Pepping
Hello, I have published another update at http://www.leverkruid.eu/GKPLinebreaking/index.html. With this update I consider my essay and test implementation complete. Regards, Simon On Mon, Apr 03, 2006 at 09:38:13PM +0200, Simon Pepping wrote: > Hello, > > Some time ago Manuel Mall po

Re: Invitation to Cocoon's GetTogether

2006-07-03 Thread Simon Pepping
> face-to-face. Will also be a lot cheaper than ApacheCon. :-) It will be a pleasure to meet you and perhaps Andreas here in person. Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Error message: "Should be first"

2006-07-10 Thread Simon Pepping
rstand, yet. That said, the removeNode method is > called, among other places, in filterActiveNodes. This is only a guess, > but if there is a place where the removeNode's "precondition" isn't > respected, that might be here. I could not reproduce the problem either. Whe

Re: [VOTE] Promoting AFP and PCL renderers from sandbox to main source tree

2006-07-14 Thread Simon Pepping
On Thu, Jul 13, 2006 at 11:24:23PM +0200, J.Pietschmann wrote: > Jeremias Maerki wrote: > > +1 for PCL > +0 for AFP (I didn't have time for even a quick glance at it). +0 for PCL and AFP (I have not looked at either). Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: svn commit: r422509 - /xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd

2006-07-16 Thread Simon Pepping
scover which of their elements FOP does not recognize. Probably the content of some elements can be constrained further. Please, do so if you see such an element. If this schema is a good idea, I will document it on the configuration page of the web site. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: [GSoC] BreakingAlgorithm: simplify handling of activeLines

2006-07-17 Thread Simon Pepping
rovement. The current structure of using a linked > list for each line, is just the best I could come up with at the time. In my own implementation I use Java Collections, a list of lists. Once the active nodes have been separated by line number, there is no reason to preserve any remaining order. Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: svn commit: r422509 - /xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd

2006-07-17 Thread Simon Pepping
optional. xml-handler does not occur. What does your config file contain? Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: svn commit: r422509 - /xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd

2006-07-18 Thread Simon Pepping
arently. On my system it validates nicely. I use xerces, or I use Eclipse Web Tools Platform. Would it help if you change the path in the noNamespaceSchemaLocation attribute to a URI? Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Memory leak?

2006-07-28 Thread Simon Pepping
p in page- > sequences' performance hint is complete and utter bogus...? > > Sorry to disappoint you all. IMHO we create a number of circular references in our trees. I have always feared that we do not clean them up well enough. Are there tools to investigate this? Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Progress of modified Knuth elements

2006-07-28 Thread Simon Pepping
large. I make no promises that I will finish the task. Until now I have even hesitated to start the task. I do this in my spare time. I do not want to overcommit myself. That means that Vincent should not wait for me, nor should any one else. Regards, Simon -- Simon Pepping home page: http

Re: Implementing OpenType font support, how hard?

2006-08-03 Thread Simon Pepping
> > Aren't DejaVu fonts only TrueType fonts? Have a look at the STIX fonts, http://www.stixfonts.org/swdev_geninfo.html. I believe they will distribute OpenType fonts with Type1 outlines. Their pace of development is quite slow, but now they are nearing completion of the project. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Re: Implementing OpenType font support, how hard?

2006-08-03 Thread Simon Pepping
eful concrete step. > > WDYT? This sounds very useful to me. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: svn commit: r429168 [1/2] - in /xmlgraphics/fop/trunk: ./ src/java/org/apache/fop/fo/ src/java/org/apache/fop/fo/expr/ src/java/org/apache/fop/fo/flow/ src/java/org/apache/fop/fo/properties/ test/

2006-08-10 Thread Simon Pepping
http://svn.apache.org/viewvc?rev=429168&view=rev > >Log: > >Rework of the marker/retrieve-marker implementation to cater for > >correct evaluation of percentages and relative font-sizes, as well > >as more correct white-space handling. > > > > OK, got it wrapped up. -- Simon Pepping home page: http://www.leverkruid.eu

Re: [Xmlgraphics-fop Wiki] Update of "GoogleSummerOfCode2006/FloatsImplementationProgress/ImplementingSideFloats" by VincentHennebert

2006-08-11 Thread Simon Pepping
sult. I would > >consider the goals of the GSoC project met. It might be good to add some > >best-fit-specific comments, though. I am just reading through your side floats page. It is impressive. It is indeed a good result for the GSoC project. It was clear from the start that this would be a challenge of unknown severity. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Presentation whose subject includes FOP

2006-08-14 Thread Simon Pepping
Hi, Today I found an announcement of a presentation the topic of which includes FOP: 'Publishing on the fly: Client-side rendering using Saxon and FOP', at the upcoming XML2006 conference, see http://2006.xmlconference.org/programme/presentations/96.html. Regards, Simon -- Simon Pe

Re: [Xmlgraphics-fop Wiki] Update of "GoogleSummerOfCode2006/FloatsImplementationProgress/ImplementingSideFloats" by VincentHennebert

2006-08-14 Thread Simon Pepping
anged by VincentHennebert: > >http://wiki.apache.org/xmlgraphics-fop/GoogleSummerOfCode2006/FloatsImplementationProgress/ImplementingSideFloats > > > >The comment on the change is: > >Difficulties around side-floats -- Simon Pepping home page: http://www.leverkruid.eu

Re: [Xmlgraphics-fop Wiki] Update of "GoogleSummerOfCode2006/FloatsImplementationProgress/ImplementingSideFloats" by VincentHennebert

2006-08-15 Thread Simon Pepping
tHennebert: > >http://wiki.apache.org/xmlgraphics-fop/GoogleSummerOfCode2006/FloatsImplementationProgress/ImplementingSideFloats -- Simon Pepping home page: http://www.leverkruid.eu

Some comments on improving the algorithm for before-floats

2006-08-15 Thread Simon Pepping
h the page difference produces a linear relation. This may be too weak, and a squared or steeper relation may be preferable. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: [Xmlgraphics-fop Wiki] Update of "GoogleSummerOfCode2006/FloatsImplementationProgress/ImplementingSideFloats" by VincentHennebert

2006-08-17 Thread Simon Pepping
ot that simple and might involve some backtracking. Yes, there is a problem there. The solution could be as follows: When the legal pagebreak is in a paragraph, it is also the considered legal linebreak. It is tested whether this linebreak could end the last line of the page. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: [Xmlgraphics-fop Wiki] Update of "GoogleSummerOfCode2006/FloatsImplementationProgress/ImplementingSideFloats" by VincentHennebert

2006-08-18 Thread Simon Pepping
On Fri, Aug 18, 2006 at 07:04:56PM +0200, Vincent Hennebert wrote: > Hi Simon, > > 2006/8/17, Simon Pepping: > >Rule 7a is logically correct, but I would say that the rule simply > >states that a start float should not stick out at the end side, even > >if it is not the

Re: Some comments on improving the algorithm for before-floats

2006-08-18 Thread Simon Pepping
fore-floats? > This may be useful for books with many many footnotes. But for other > books this can look weird. WDYT? Another config parameter? I guess you can do that. Most people would not consider that to be a floats page, but a page with text which happens to have only footnotes. In terms of FO's regions, it is indeed a floats page. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: DO NOT REPLY [Bug 40288] - url requires "/", failes otherwise

2006-08-19 Thread Simon Pepping
could be documented on the configuration web page. There could also be more info about debugging a configuration file, and about debugging the font setup. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: [GSoC] Quick news

2006-08-22 Thread Simon Pepping
t; no line of javadoc, no comment, much cleanup to do, etc. But right now > > > I'm unable to do anything but going to bed. Perhaps more in a few > > > hours... > > > > > > Cheers, > > > Vincent > > > > > > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.eu

Re: [GT2006] Registration is open! Cocoon GetTogether 2006 (Oct 2-4,Amsterdam)

2006-08-22 Thread Simon Pepping
't be too bad I hope...!). > > Hope to see you guys in October! > > Regards, > Arjé -- Simon Pepping home page: http://www.leverkruid.eu

Re: Q: Line-layout -> separating element-list creation / line-breaking

2006-08-23 Thread Simon Pepping
nt. You proceed until you have all active nodes that end line N, and then determine the best of them. But it is even better to continue to the end of the paragraph, taking the modified line width into account. That gives you the best total-fit for the whole paragraph. In that total-fit, the layout for the first N lines may be suboptimal, but then it is offset by a better result for the remaining lines. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Q: Line-layout -> separating element-list creation / line-breaking

2006-08-24 Thread Simon Pepping
content. But maybe it would be better to add a getTotalWidth method to the Paragraph. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Q: Line-layout -> separating element-list creation / line-breaking

2006-08-24 Thread Simon Pepping
yout introduces an interaction between the two. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: svn commit: r434513 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo: FOPropertyMapping.java FObj.java

2006-08-25 Thread Simon Pepping
FObj > > 3) Changed propertyMakerTable to a static final, and >altered FOPropertyMapping, to be 100% certain that >the static arrays are only structurally modified >once I prefer a separate commit per issue. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: FOP Poster

2006-08-28 Thread Simon Pepping
gt; mistakes. The logos may seem a bit dark on screen, but they look fine in > print. > > http://jeremias-maerki.ch/download/fop/fop-poster.pdf > > BTW, the poster is done entirely with FOP and Batik. :-) > > Thanks, > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.eu

Re: Place for the FOP poster

2006-08-31 Thread Simon Pepping
FOP website. In the repository, definitely yes. Is a poster on the web useful? Is it not a specialized format for hanging on the wall or a board in printed form? Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Implementation of hyphenation-keep property

2006-09-01 Thread Simon Pepping
I understand correctly, he is also working on means to make such a choice available. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Configuration file problems

2006-09-12 Thread Simon Pepping
good solution but apparently, we need to change > something at some point. Any ideas, thoughts? > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.eu

Re: Configuration file problems

2006-09-13 Thread Simon Pepping
On Tue, Sep 12, 2006 at 09:37:20PM +0200, Jeremias Maerki wrote: > > On 12.09.2006 21:13:35 Simon Pepping wrote: > > Re extensibility: A XML file is validated according to the DTD or > > schema that it declares (Relax-NG is an exception). The user can put a > > DTD or sch

Re: Committing again..

2006-09-18 Thread Simon Pepping
s. And here you are again. :) > I'll do my best not to break anything, and also to include automated > tests for my changes. Why don't you start a branch? That gives you more room for experimenting. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: [Xmlgraphics-fop Wiki] Update of "PageLayout/PageAndLineBreaking" by SimonPepping

2006-09-18 Thread Simon Pepping
loop were iterating over line breaks, we wouldn't have to do > this. But perhaps we would have to for pagebreaks then? Which would be > equivalent, but I can't figure out yet. I have not thought about the problem in this way. It seems unnatural to me and also rather equivalent. I will update the wiki page as soon as I can reach it again. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Signup for the Cocoon GT Hackathon

2006-09-22 Thread Simon Pepping
Cocoon GetTogether: you're > >> welcome to sign up at http://wiki.apache.org/cocoon/GT2006Hackaton. > >> > >> I have added "creating a Cocoon serializer for the current FOP > >> release" as a hacking idea. Not sure if I'll have much time to

Re: How to use FOP in wysiswyg editor, or how to speed up

2006-09-26 Thread Simon Pepping
gt; for EuroMath2. Concerning the "partial FO rendering possibility": It > might be possible to come up with a way to render, say, only a single > fo:block-container with relatively little effort. This might have the > possibly interesting side-effect that we could write a plug-in for Batik > to render FO content within an SVG. :-) > > Jeremias Maerki > -- Simon Pepping home page: http://www.leverkruid.eu

Re: Do we have Area Tree construction also via getNextKnuthElements methods or mostly via addAreas?

2006-10-04 Thread Simon Pepping
t would be great if we could have > UML sequence diagram for those LM invocations/dependencies during some > general table processing. No UML diagrams for FOP available. Would be nice though. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Do we have Area Tree construction also via getNextKnuthElements methods or mostly via addAreas?

2006-10-05 Thread Simon Pepping
rs are able to help you. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Page-Number-Citation Alignment

2006-10-05 Thread Simon Pepping
o correct the problem: 1. Relayout the paragraph with the page number citation, when the citation has been resolved. 2. Write the resolved references to an auxiliary file, which on the next run could be loaded as hints for the values to be expected. Neither is a small fix. But if you are willing to work on it, especially 1), that would be cool. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Page-Number-Citation Alignment

2006-10-06 Thread Simon Pepping
tain to post back here. > -- > View this message in context: > http://www.nabble.com/Page-Number-Citation-Alignment-tf2387523.html#a6659459 > Sent from the FOP - Dev mailing list archive at Nabble.com. > -- Simon Pepping home page: http://www.leverkruid.eu

Re: svn commit: r453700 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/area/inline/UnresolvedPageNumber.java test/layoutengine/standard-testcases/page-number-citation_basic_2.xml

2006-10-07 Thread Simon Pepping
ot updated, so that the wrong ipd was calculated. Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: XSL-FO 2.0 workshop in Heidelberg next week

2006-10-10 Thread Simon Pepping
g inlines and blocks :-P Block content in inline content is the natural organization of displayed formulas and tables. Demanding that FO generating stylesheets separate them is moving the burden back to them. I am not in favour of that. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Page-Number-Citation Alignment

2006-10-13 Thread Simon Pepping
ortunately, the latter feeling prevailed. I am glad it is useful. Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Questions regarding the table layout code

2006-12-03 Thread Simon Pepping
quence of inline blocks. Therefore they need not return after a forced break, but it does not hurt if they do. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: DO NOT REPLY [Bug 41019] - Left-align oddness with long, unbreakable strings following

2006-12-05 Thread Simon Pepping
various possibilities without having to modify the code. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: DO NOT REPLY [Bug 41019] - Left-align oddness with long, unbreakable strings following

2006-12-06 Thread Simon Pepping
On Wed, Dec 06, 2006 at 12:19:01PM +0100, Luca Furini wrote: > Simon Pepping wrote: > > >Would this be a good moment to make these features of the breaking > >algorithm user configurable, like they are in TeX? This allows people > >to play with the various possibilities

Re: DO NOT REPLY [Bug 41019] - Left-align oddness with long, unbreakable strings following

2006-12-06 Thread Simon Pepping
er hyphens). > When we hyphenate words it's as if we were adding soft hyphens at some > places in the input text --these wouldn't be the same hyphens. I agree with both points. And a soft hyphen inserted by the user is equivalent to a legal linebreak created by the hyphenation process. Simon -- Simon Pepping home page: http://www.leverkruid.eu

New releases

2006-12-16 Thread Simon Pepping
uld be happy if we move forward with it? If so, then the next thing to do is the xml-fop-0.93 release. Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: New releases

2006-12-17 Thread Simon Pepping
ing > out of unused properties. It's not that big a deal, since we can > reactivate them later. FTM, all it will do is reduce memory usage in > the FOTree, which benefits users that need to process huge FO documents. Good idea. Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: New releases

2006-12-18 Thread Simon Pepping
ve to define what needs to be absolutely done > before releasing. I'm personally in favor of releasing as is because we > can't wait more. It would be great to release before Christmas but > that'll be tight IMO... I will be available for help. Simon -- Simon Pepping home page: http://www.leverkruid.eu

New FOP release: FOP 0.93

2006-12-19 Thread Simon Pepping
your changes until the branch has been created? Please, let me know if you have different ideas. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.eu

<    1   2   3   4   5   6   >