I found the solution. Maybe I was using an old version of mwlib.rl which doesn't implement this option.
I had to go to rlwriter.py and change the color in writeChapter method directly Now it works fine! On Feb 8, 4:10 pm, Harkle <[email protected]> wrote: > Hello, > > thanks for the solution. I added "chapter_rule_color = colors.white" > in pdfstyle.py (in the middle of the file) but it doesn't seem to > change any thing. > > :-( > > On Feb 8, 2:15 pm, Volker Haas <[email protected]> wrote: > > > > > I just added a configuration option to pdfstyles.py > > > chapter_rule_color = colors.black > > > which allows you to make the chapter rules invisible by setting the > > color to "colors.white". > > > I hope that solves your problem. > > > Regards, > > Volker > > > On 02/08/2011 10:01 AM, Harkle wrote: > > > > Hello, > > > > is there any way to remove the two lines at top& bottom of chapter > > > title when generating PDF with mwlib.rl. I succeed in changing chapter > > > title font style (in pdfstyle.py) but not removing this two lines. > > > > Any solutions? > > > -- > > volker haas brainbot technologies ag > > fon +49 6131 2116394 boppstra e 64 > > fax +49 6131 2116392 55118 mainz > > [email protected] http://www.brainbot.com/ -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
