Re: passing options to bibtopic

2011-06-22 Thread Richard Heck
On 06/22/2011 06:02 PM, James C. Sutherland wrote:
>
>
> On Wed, Jun 22, 2011 at 3:47 PM, Richard Heck  > wrote:
>
> On 06/22/2011 05:40 PM, James C. Sutherland wrote:
>> When using the "sectioned bibliography" option, LyX automatically
>> adds:
>>   \usepackage[dot]{bibtopic}
>> to the preamble.
>>
>> Is there a way to add additional options to the bibtopic package,
>> e.g.
>>   \usepackage[dot,sectcntreset]{bibtopic}
>>
> You can add "sectcntreset" to the class options, under
> Document>Settings. It will be passed on.
>
> rh
>
> Great!  I thought those were only passed as options to the document
> class.  That is a nice functionality!
>
They trickle down if the document class doesn't recognize them. A LaTeX
thing, not a LyX thing.

rh



Re: passing options to bibtopic

2011-06-22 Thread James C. Sutherland
On Wed, Jun 22, 2011 at 3:47 PM, Richard Heck  wrote:

> **
> On 06/22/2011 05:40 PM, James C. Sutherland wrote:
>
> When using the "sectioned bibliography" option, LyX automatically adds:
>   \usepackage[dot]{bibtopic}
> to the preamble.
>
>  Is there a way to add additional options to the bibtopic package, e.g.
>   \usepackage[dot,sectcntreset]{bibtopic}
>
>  You can add "sectcntreset" to the class options, under Document>Settings.
> It will be passed on.
>
> rh
>
>  Great!  I thought those were only passed as options to the document
class.  That is a nice functionality!
James


Re: passing options to bibtopic

2011-06-22 Thread Richard Heck
On 06/22/2011 05:40 PM, James C. Sutherland wrote:
> When using the "sectioned bibliography" option, LyX automatically adds:
>   \usepackage[dot]{bibtopic}
> to the preamble.
>
> Is there a way to add additional options to the bibtopic package, e.g.
>   \usepackage[dot,sectcntreset]{bibtopic}
>
You can add "sectcntreset" to the class options, under
Document>Settings. It will be passed on.

rh



passing options to bibtopic

2011-06-22 Thread James C. Sutherland
When using the "sectioned bibliography" option, LyX automatically adds:
  \usepackage[dot]{bibtopic}
 to the preamble.

Is there a way to add additional options to the bibtopic package, e.g.
  \usepackage[dot,sectcntreset]{bibtopic}

James