Re: Maven-Doxia-Plugin: Generating LaTeX Code from APT

2011-05-30 Thread Karl Heinz Marbaise

Hi Lukas,


The latex sink has a protected constructor that takes a 'String
preamble' parameter, the default is [1], so you should be able to adjust
that.
First thanks for this answer but that means there is no chance to change 
that via the maven-doxia-plugin


Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven-Doxia-Plugin: Generating LaTeX Code from APT

2011-05-30 Thread Lukas Theussl


Yes, sorry. The maven-doxia-plugin (and underlying book code) is really 
just alpha quality IMO...


-Lukas

Karl Heinz Marbaise wrote:

Hi Lukas,


The latex sink has a protected constructor that takes a 'String
preamble' parameter, the default is [1], so you should be able to adjust
that.

First thanks for this answer but that means there is no chance to change
that via the maven-doxia-plugin

Kind regards
Karl Heinz Marbaise


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven-Doxia-Plugin: Generating LaTeX Code from APT

2011-05-30 Thread Karl Heinz Marbaise

Hi Lukas,


Yes, sorry.

No need to apologize for that...

 The maven-doxia-plugin (and underlying book code) is really

just alpha quality IMO...

That means it can be done some work on it...

I was impressed of the quality of the resulting LaTeX code and the 
resulting PDF, cause it looks much better than the PDF which is created 
via iText (I assume)...except for the flexibility...


So my idea was to go in direction with LaTeX and using the 
latex-maven-plugin, which unfortunately has bug...but this is a 
different story...


So my first idea is to think about enhancing the doxia-maven-plugin and 
increase the configuration flexibility of it...Or should it be done in a 
different way...


May be you can give me a hint where to look for improvements on that 
subject...


Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven-Doxia-Plugin: Generating LaTeX Code from APT

2011-05-30 Thread Lukas Theussl



Karl Heinz Marbaise wrote:

Hi Lukas,


Yes, sorry.

No need to apologize for that...


That's my good education... ;)



  The maven-doxia-plugin (and underlying book code) is really

just alpha quality IMO...

That means it can be done some work on it...


We were thinking at one point to deprecate the whole book/maven-plugin 
components, but it seems that it is actually used by some people... so 
if you want to take a look, there's certainly room for improvement.




I was impressed of the quality of the resulting LaTeX code and the
resulting PDF, cause it looks much better than the PDF which is created
via iText (I assume)...except for the flexibility...


Did you also try the maven-pdf-plugin? I think it's much better than the 
book code (yeah, I wrote it...)




So my idea was to go in direction with LaTeX and using the
latex-maven-plugin, which unfortunately has bug...but this is a
different story...

So my first idea is to think about enhancing the doxia-maven-plugin and
increase the configuration flexibility of it...Or should it be done in a
different way...

May be you can give me a hint where to look for improvements on that
subject...


You could have a look at the doxia-converter instead: 
http://maven.apache.org/doxia/doxia-tools/doxia-converter/index.html


It might be worth to consider re-writing the doxia-maven-plugin to use 
that instead of book.


HTH,
-Lukas




Kind regards
Karl Heinz Marbaise


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven-Doxia-Plugin: Generating LaTeX Code from APT

2011-05-29 Thread Karl Heinz Marbaise

Hi,

currently i'm trying to generate LaTeX code from the apt 
documentation...the result is working, but currently i have a problem 
that there exists no possibility to change for example the configuration 
of generated LaTeX file. For example i would like to change the encoding 
which is currently defined to latin1 or may be putting something 
different into the document preamble...for example different handling 
instead of fancyhdr etc. or may be the most important to change the page 
style etc.


Does someone know if this is possible? Somehow?
Cause i couldn't find any docs about that?...

Many thanks in advance.
Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven-Doxia-Plugin: Generating LaTeX Code from APT

2011-05-29 Thread Lukas Theussl


The latex sink has a protected constructor that takes a 'String 
preamble' parameter, the default is [1], so you should be able to adjust 
that.


HTH,
-Lukas

[1] 
https://svn.apache.org/repos/asf/maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/main/resources/org/apache/maven/doxia/module/latex/default_preamble.tex



Karl Heinz Marbaise wrote:

Hi,

currently i'm trying to generate LaTeX code from the apt
documentation...the result is working, but currently i have a problem
that there exists no possibility to change for example the configuration
of generated LaTeX file. For example i would like to change the encoding
which is currently defined to latin1 or may be putting something
different into the document preamble...for example different handling
instead of fancyhdr etc. or may be the most important to change the page
style etc.

Does someone know if this is possible? Somehow?
Cause i couldn't find any docs about that?...

Many thanks in advance.
Kind regards
Karl Heinz Marbaise


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org