[asciidoc-discuss] enumeration problems in pdf files

2007-03-11 Thread VMiklos
hi,

i have the following problem:

i have a test document:

http://frugalware.org/~vmiklos/logs/asciidoc/test.txt

a simple enumeration with texts copy&pasted from slashdot

i've made a pdf from it, there is the pdf:

http://frugalware.org/~vmiklos/logs/asciidoc/test.pdf

fop issues the following warning:

[INFO] area contents overflows area in line

and really the 10th point in the pdf is buggy (basically the dot and a
space is missing)

here is the full build log:

http://frugalware.org/~vmiklos/logs/asciidoc/build.log

is this a known problem? if yes, what is the solution / workaround for
this issue?

thanks,
VMiklos

--
developer of Frugalware Linux - http://frugalware.org

___
Asciidoc-discuss mailing list
Asciidoc-discuss@metaperl.com
http://metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss


[asciidoc-discuss] [PATCH] permalink support

2007-08-30 Thread VMiklos
hi,

i have the following problem: when creating big documents, the anchor
of a chapter looks like "#toc34" and so on. this can be problematic
when you give the link to someone and later you insert a chapter
before "toc34"

so here is what i did:

http://frugalware.org/~vmiklos/patches/asciidoc-8.2.2-permalink.diff

of corse it adds these ids only in case there is no id defined by the user

what do you think about it?

thanks,
- VMiklos

___
Asciidoc-discuss mailing list
Asciidoc-discuss@metaperl.com
http://metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss


Re: [asciidoc-discuss] [PATCH] permalink support

2007-08-31 Thread VMiklos
2007/8/31, Stuart Rackham <[EMAIL PROTECTED]>:
> Thanks very much for the patch, I'll put it into the next release.

great :)

> At this stage I'll make auto-generated section IDs optional (enabled
> by defining the `-a sectids` attribute).

is asciidoc tracked in some version control system? is it public?

i just could then patch asciidoc with the same patch that will be
included in the next asciidoc release (i suppose you implemented this
-a sectids feature, probably it's trivial for you, but not for me :) )

thanks,
- VMiklos

___
Asciidoc-discuss mailing list
Asciidoc-discuss@metaperl.com
http://metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss