stefano franchi | 26 Jun 2012 16:03
Picon
Gravatar

Re: Python wrapper bibtexall for biblatex

Hi Julien,

I took a look at the log file you enclosed. It took some work, because
the thesis did not compile at first (missing images in the chapters
were one of the problems). In general, try to provide a minimal
working example when asking for help, not the entire document with all
the bells and whistles.

The file now compiles on my laptop and the results, it seems to me,
are what you wanted. I changed two things: (a) I switched from bibtex
to biber as backend ( I could not get your thesis to work with bibtex,
and in general biber works better with biblatex). (b) And I switched
from refsection to refsegment in biblatex. Here is what you need to
do:

A. Switch from bibtex to biber.
- be sure biber is installed on your system (it should. Try typing
"biber" at a command prompt to verify. If not install it via MikTeX)
 - Change the bibtexall script (with an editor): in line 17 (the last
line), replace "bibtex" with "biber"
 - Make sure bibtexall can be found by lyx (again try calling
bibtexall from a command prompt, or ask for help from the Windows
guys)
- Check that in preferences>>Latex , i the section "Bibliography
generation" you have selected "custom" and typed "bibtexall" (without
quotes) in the following field
- in Document>>Settings>>Bibliography>>Processor, select "biber" from
the drop down menu
- in your preamble, change the biblatex loading command to:
    \usepackage[backend=biber,style=nature]{biblatex}
(Continue reading)

Julien Babinot | 26 Jun 2012 23:42
Picon

Re: Python wrapper bibtexall for biblatex

stefano franchi <stefano.franchi <at> gmail.com> writes:

> 
> Hi Julien,
> 
> I took a look at the log file you enclosed. It took some work, because
> the thesis did not compile at first (missing images in the chapters
> were one of the problems). In general, try to provide a minimal
> working example when asking for help, not the entire document with all
> the bells and whistles.
> 
> The file now compiles on my laptop and the results, it seems to me,
> are what you wanted. I changed two things: (a) I switched from bibtex
> to biber as backend ( I could not get your thesis to work with bibtex,
> and in general biber works better with biblatex). (b) And I switched
> from refsection to refsegment in biblatex. Here is what you need to
> do:
> 
> A. Switch from bibtex to biber.
> - be sure biber is installed on your system (it should. Try typing
> "biber" at a command prompt to verify. If not install it via MikTeX)
>  - Change the bibtexall script (with an editor): in line 17 (the last
> line), replace "bibtex" with "biber"
>  - Make sure bibtexall can be found by lyx (again try calling
> bibtexall from a command prompt, or ask for help from the Windows
> guys)
> - Check that in preferences>>Latex , i the section "Bibliography
> generation" you have selected "custom" and typed "bibtexall" (without
> quotes) in the following field
> - in Document>>Settings>>Bibliography>>Processor, select "biber" from
(Continue reading)

stefano franchi | 27 Jun 2012 09:49
Picon
Gravatar

Re: Python wrapper bibtexall for biblatex

On Tue, Jun 26, 2012 at 11:42 PM, Julien Babinot
<julien.babinot <at> 9online.fr> wrote:
>
> So my conclusion is that the bibtexall script is not working. The procedure is
> not detailed enough for me in the wiki, and i don't find any clue on the forum,
> could any windows-user (using Miktex) explain me how to generate and where to
> place exactly this script?

Try this:

run your file with the bibtexall script (with the last line changed
from bibtex to biber). After the unsuccessful run, check
Document>>Latex Log.  In the top part of the window, where it says
"Log Type" select "bibtex" from the drip-down menu. This should show
you the biber log. Here you can see if biber was called by lyx and, if
so, if it had troubles finding your .bib files.

Cheers,

Stefano

--

-- 
__________________________________________________
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies            Ph:   +1 (979) 845-2125
Texas A&M University                          Fax:  +1 (979) 845-6421
College Station, Texas, USA

stefano <at> tamu.edu
(Continue reading)

Julien Babinot | 29 Jun 2012 22:01
Picon

Re: Python wrapper bibtexall for biblatex

stefano franchi <stefano.franchi <at> gmail.com> writes:

> 
> On Tue, Jun 26, 2012 at 11:42 PM, Julien Babinot
> <julien.babinot <at> 9online.fr> wrote:
> >
> > So my conclusion is that the bibtexall script is not working. The procedure 
is
> > not detailed enough for me in the wiki, and i don't find any clue on the 
forum,
> > could any windows-user (using Miktex) explain me how to generate and where 
to
> > place exactly this script?
> 
> Try this:
> 
> run your file with the bibtexall script (with the last line changed
> from bibtex to biber). After the unsuccessful run, check
> Document>>Latex Log.  In the top part of the window, where it says
> "Log Type" select "bibtex" from the drip-down menu. This should show
> you the biber log. Here you can see if biber was called by lyx and, if
> so, if it had troubles finding your .bib files.
> 
> Cheers,
> 
> Stefano
> 

Hi Stefano,

(Continue reading)

Julien Babinot | 1 Jul 2012 23:33
Picon

Re: Python wrapper bibtexall for biblatex

Julien Babinot <julien.babinot <at> 9online.fr> writes:

> 
> stefano franchi <stefano.franchi <at> gmail.com> writes:
> 
> > 
> > On Tue, Jun 26, 2012 at 11:42 PM, Julien Babinot
> > <julien.babinot <at> 9online.fr> wrote:
> > >
> > > So my conclusion is that the bibtexall script is not working. The 
procedure 
> is
> > > not detailed enough for me in the wiki, and i don't find any clue on the 
> forum,
> > > could any windows-user (using Miktex) explain me how to generate and where 
> to
> > > place exactly this script?
> > 
> > Try this:
> > 
> > run your file with the bibtexall script (with the last line changed
> > from bibtex to biber). After the unsuccessful run, check
> > Document>>Latex Log.  In the top part of the window, where it says
> > "Log Type" select "bibtex" from the drip-down menu. This should show
> > you the biber log. Here you can see if biber was called by lyx and, if
> > so, if it had troubles finding your .bib files.
> > 
> > Cheers,
> > 
> > Stefano
(Continue reading)

stefano franchi | 2 Jul 2012 08:51
Picon
Gravatar

Re: Python wrapper bibtexall for biblatex

On Sun, Jul 1, 2012 at 11:33 PM, Julien Babinot
<julien.babinot <at> 9online.fr> wrote:
> Julien Babinot <julien.babinot <at> 9online.fr> writes:
>
>>
>> stefano franchi <stefano.franchi <at> gmail.com> writes:
>>
>> >
>> > On Tue, Jun 26, 2012 at 11:42 PM, Julien Babinot
>> > <julien.babinot <at> 9online.fr> wrote:
>> > >
>> > > So my conclusion is that the bibtexall script is not working. The
> procedure
>> is
>> > > not detailed enough for me in the wiki, and i don't find any clue on the
>> forum,
>> > > could any windows-user (using Miktex) explain me how to generate and where
>> to
>> > > place exactly this script?
>> >
>> > Try this:
>> >
>> > run your file with the bibtexall script (with the last line changed
>> > from bibtex to biber). After the unsuccessful run, check
>> > Document>>Latex Log.  In the top part of the window, where it says
>> > "Log Type" select "bibtex" from the drip-down menu. This should show
>> > you the biber log. Here you can see if biber was called by lyx and, if
>> > so, if it had troubles finding your .bib files.
>> >
>> > Cheers,
(Continue reading)


Gmane