Georg Brandl wrote:
>> [...]
>
> I gather that this has been cleared up now? I've fixed the missing
> _() in SVN.
Thanks! Now it's OK.
>> What makes latex change chapter numbers into numerals? Can I
>> turn it off somehow?
>
> It's the "fncychap" style Sphinx uses by default. It is not
> internationalized.
>
> There's so much to customize in the LaTeX output; I wonder if it
> isn't time for a new setting to customize everything Sphinx writes
> into the preamble.
> Something like
>
> latex_elements = {
> 'babel': '\\usepackage{polski}',
> 'fncychap': '\\usepackage[Lenny]{fncychap}',
> 'fontenc': '\\usepackage[OT1]{fontenc}',
> 'preamble': '...',
> }
>
> All these items would have the appropriate defaults, so that people
> not wanting to customize don't have to do anything.
Sounds great!
>> 3. There's a latex package 'polski', which is more suitable than
>> babel. I don't know how but it would be nice to be able to use
>> it instead of babel.
>>
>> Of course I can use latex_preamble, but I'm not sure if it's OK
>> to use package polski with babel (by now I can't find a way to
>> turn of inclusion of babel).
>
> Now that's great -- I thought babel was meant to make an end to all
> those "german", "polski", whatever packages and unify them. :(
>
> If you're telling me Polish should always use polski.sty instead of
> babel, I can fix that.
>
> Georg
I'm not a TeXpert enough to state that. Whenever they speak about
polonization, they mention first package 'babel' (as a package for
typesetting international documents), and the recommended 'polski' as
regarding polish typographical customs.
But I wouldn't replace babel with 'polski'. An ability to choose (as I
mentioned turning off 'babel' and using 'polski' in latex preamble)
would be just right. Your proposition (latex_elements) would solve it.
Thanks for your great job!
Michal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" 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/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---