Re: unicode superscripts in the bibliography

2013-01-28 Thread Frédéric Parrenin
Dear Stefano,

Thank you for your answer.
I followed the Lyx wiki for biber/biblatex but now:
- the references are not formatted, only the shortcut/nickname appears
- there is no bibliography at the end of the document (yes, I inserted the
bibtex bibliography in a comment and the \printbibliography command in ERT).

What is going wrong?

Frédéric Parrenin



2013/1/25 stefano franchi stefano.fran...@gmail.com

 Frederic,

 which bibliography  processor do you use? bibtex does not support unicode
 and I guess it never will. If you want your bibtex files to be
 unicode-encoded, the best solution, in my opinion is to switch to
 biber+biblatex. biber supports unicode fully and lyx can be set to use it
 (in DocumentsSettings). biblatex is not completely supported in LyX yet,
 but it is usabel if you follow the instructions in the wiki.

 Cheers,

 Stefano


 On Fri, Jan 25, 2013 at 4:55 AM, Frédéric Parrenin 
 parre...@ujf-grenoble.fr wrote:

 Dear all,


 I use my bibtex database both with LibreOffice (using jabref and the OO
 plugin) and Lyx.
 For superscript/subscript characters, I use unicode encoding since it is
 the only way jabref and its OO plugin can process them.

 Problem is that now, I get some errors when using these references in
 Lyx, for example:

 using δ¹

 ⁸o of atmospheric oxygen measurements.

 I've inserted a begin-math/end-math symbol since I think

 you left one out. Proceed, with fingers crossed.


 Do you know if there is a solution for this problem (apart from creating
 double entries, one with unicode and one with latex coding)?

 Best regards,

 Frédéric Parrenin





 --
 __
 Stefano Franchi
 Associate Research Professor
 Department of Hispanic StudiesPh:   +1 (979) 845-2125
 Texas AM University  Fax:  +1 (979) 845-6421
 College Station, Texas, USA

 stef...@tamu.edu
 http://stefano.cleinias.org



Re: unicode superscripts in the bibliography

2013-01-28 Thread stefano franchi
On Mon, Jan 28, 2013 at 3:37 AM, Frédéric Parrenin parre...@ujf-grenoble.fr
 wrote:

 Dear Stefano,

 Thank you for your answer.
 I followed the Lyx wiki for biber/biblatex but now:
 - the references are not formatted, only the shortcut/nickname appears
 - there is no bibliography at the end of the document (yes, I inserted the
 bibtex bibliography in a comment and the \printbibliography command in ERT).


Most likely, this means that your bibtex processor (which should be biber)
fails to find the bib file with your references or it finds it but somehow
chokes on it. Check the following:

1. you have a line in your preamble (DocumentSettingsLaTeX preamble)
that says:

\addbibresource(/absolute/path/to/my/reference/file.bib}

Notice that the .bib extension is required AND you need the absolute path

2. You have biber selected as bibtex processor in
DocumentSettingsBibliographyProcessor

3. your bibtex file is actually encoded in unicode (UTF8)

If all fails, check the biber log, which you can reach via DocumentLaTeX
loglog type BibTeX
and post it here

Cheers,

Stefano


 What is going wrong?

 Frédéric Parrenin




 2013/1/25 stefano franchi stefano.fran...@gmail.com

 Frederic,

 which bibliography  processor do you use? bibtex does not support unicode
 and I guess it never will. If you want your bibtex files to be
 unicode-encoded, the best solution, in my opinion is to switch to
 biber+biblatex. biber supports unicode fully and lyx can be set to use it
 (in DocumentsSettings). biblatex is not completely supported in LyX yet,
 but it is usabel if you follow the instructions in the wiki.

 Cheers,

 Stefano


 On Fri, Jan 25, 2013 at 4:55 AM, Frédéric Parrenin 
 parre...@ujf-grenoble.fr wrote:

 Dear all,


 I use my bibtex database both with LibreOffice (using jabref and the OO
 plugin) and Lyx.
 For superscript/subscript characters, I use unicode encoding since it is
 the only way jabref and its OO plugin can process them.

 Problem is that now, I get some errors when using these references in
 Lyx, for example:

 using δ¹

 ⁸o of atmospheric oxygen measurements.

 I've inserted a begin-math/end-math symbol since I think

 you left one out. Proceed, with fingers crossed.


 Do you know if there is a solution for this problem (apart from creating
 double entries, one with unicode and one with latex coding)?

 Best regards,

 Frédéric Parrenin





 --
 __
 Stefano Franchi
 Associate Research Professor
 Department of Hispanic StudiesPh:   +1 (979) 845-2125
 Texas AM University  Fax:  +1 (979) 845-6421
 College Station, Texas, USA

 stef...@tamu.edu
 http://stefano.cleinias.org





-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic StudiesPh:   +1 (979) 845-2125
Texas AM University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Re: unicode superscripts in the bibliography

2013-01-28 Thread Frédéric Parrenin
Dear Stefano,

Thank you for your answer.
I followed the Lyx wiki for biber/biblatex but now:
- the references are not formatted, only the shortcut/nickname appears
- there is no bibliography at the end of the document (yes, I inserted the
bibtex bibliography in a comment and the \printbibliography command in ERT).

What is going wrong?

Frédéric Parrenin



2013/1/25 stefano franchi stefano.fran...@gmail.com

 Frederic,

 which bibliography  processor do you use? bibtex does not support unicode
 and I guess it never will. If you want your bibtex files to be
 unicode-encoded, the best solution, in my opinion is to switch to
 biber+biblatex. biber supports unicode fully and lyx can be set to use it
 (in DocumentsSettings). biblatex is not completely supported in LyX yet,
 but it is usabel if you follow the instructions in the wiki.

 Cheers,

 Stefano


 On Fri, Jan 25, 2013 at 4:55 AM, Frédéric Parrenin 
 parre...@ujf-grenoble.fr wrote:

 Dear all,


 I use my bibtex database both with LibreOffice (using jabref and the OO
 plugin) and Lyx.
 For superscript/subscript characters, I use unicode encoding since it is
 the only way jabref and its OO plugin can process them.

 Problem is that now, I get some errors when using these references in
 Lyx, for example:

 using δ¹

 ⁸o of atmospheric oxygen measurements.

 I've inserted a begin-math/end-math symbol since I think

 you left one out. Proceed, with fingers crossed.


 Do you know if there is a solution for this problem (apart from creating
 double entries, one with unicode and one with latex coding)?

 Best regards,

 Frédéric Parrenin





 --
 __
 Stefano Franchi
 Associate Research Professor
 Department of Hispanic StudiesPh:   +1 (979) 845-2125
 Texas AM University  Fax:  +1 (979) 845-6421
 College Station, Texas, USA

 stef...@tamu.edu
 http://stefano.cleinias.org



Re: unicode superscripts in the bibliography

2013-01-28 Thread stefano franchi
On Mon, Jan 28, 2013 at 3:37 AM, Frédéric Parrenin parre...@ujf-grenoble.fr
 wrote:

 Dear Stefano,

 Thank you for your answer.
 I followed the Lyx wiki for biber/biblatex but now:
 - the references are not formatted, only the shortcut/nickname appears
 - there is no bibliography at the end of the document (yes, I inserted the
 bibtex bibliography in a comment and the \printbibliography command in ERT).


Most likely, this means that your bibtex processor (which should be biber)
fails to find the bib file with your references or it finds it but somehow
chokes on it. Check the following:

1. you have a line in your preamble (DocumentSettingsLaTeX preamble)
that says:

\addbibresource(/absolute/path/to/my/reference/file.bib}

Notice that the .bib extension is required AND you need the absolute path

2. You have biber selected as bibtex processor in
DocumentSettingsBibliographyProcessor

3. your bibtex file is actually encoded in unicode (UTF8)

If all fails, check the biber log, which you can reach via DocumentLaTeX
loglog type BibTeX
and post it here

Cheers,

Stefano


 What is going wrong?

 Frédéric Parrenin




 2013/1/25 stefano franchi stefano.fran...@gmail.com

 Frederic,

 which bibliography  processor do you use? bibtex does not support unicode
 and I guess it never will. If you want your bibtex files to be
 unicode-encoded, the best solution, in my opinion is to switch to
 biber+biblatex. biber supports unicode fully and lyx can be set to use it
 (in DocumentsSettings). biblatex is not completely supported in LyX yet,
 but it is usabel if you follow the instructions in the wiki.

 Cheers,

 Stefano


 On Fri, Jan 25, 2013 at 4:55 AM, Frédéric Parrenin 
 parre...@ujf-grenoble.fr wrote:

 Dear all,


 I use my bibtex database both with LibreOffice (using jabref and the OO
 plugin) and Lyx.
 For superscript/subscript characters, I use unicode encoding since it is
 the only way jabref and its OO plugin can process them.

 Problem is that now, I get some errors when using these references in
 Lyx, for example:

 using δ¹

 ⁸o of atmospheric oxygen measurements.

 I've inserted a begin-math/end-math symbol since I think

 you left one out. Proceed, with fingers crossed.


 Do you know if there is a solution for this problem (apart from creating
 double entries, one with unicode and one with latex coding)?

 Best regards,

 Frédéric Parrenin





 --
 __
 Stefano Franchi
 Associate Research Professor
 Department of Hispanic StudiesPh:   +1 (979) 845-2125
 Texas AM University  Fax:  +1 (979) 845-6421
 College Station, Texas, USA

 stef...@tamu.edu
 http://stefano.cleinias.org





-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic StudiesPh:   +1 (979) 845-2125
Texas AM University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


Re: unicode superscripts in the bibliography

2013-01-28 Thread Frédéric Parrenin
Dear Stefano,

Thank you for your answer.
I followed the Lyx wiki for biber/biblatex but now:
- the references are not formatted, only the shortcut/nickname appears
- there is no bibliography at the end of the document (yes, I inserted the
bibtex bibliography in a comment and the \printbibliography command in ERT).

What is going wrong?

Frédéric Parrenin



2013/1/25 stefano franchi 

> Frederic,
>
> which bibliography  processor do you use? bibtex does not support unicode
> and I guess it never will. If you want your bibtex files to be
> unicode-encoded, the best solution, in my opinion is to switch to
> biber+biblatex. biber supports unicode fully and lyx can be set to use it
> (in Documents>>Settings). biblatex is not completely supported in LyX yet,
> but it is usabel if you follow the instructions in the wiki.
>
> Cheers,
>
> Stefano
>
>
> On Fri, Jan 25, 2013 at 4:55 AM, Frédéric Parrenin <
> parre...@ujf-grenoble.fr> wrote:
>
>> Dear all,
>>
>>
>> I use my bibtex database both with LibreOffice (using jabref and the OO
>> plugin) and Lyx.
>> For superscript/subscript characters, I use unicode encoding since it is
>> the only way jabref and its OO plugin can process them.
>>
>> Problem is that now, I get some errors when using these references in
>> Lyx, for example:
>>
>> using δ¹
>>
>> ⁸o of atmospheric oxygen measurements.
>>
>> I've inserted a begin-math/end-math symbol since I think
>>
>> you left one out. Proceed, with fingers crossed.
>>
>>
>> Do you know if there is a solution for this problem (apart from creating
>> double entries, one with unicode and one with latex coding)?
>>
>> Best regards,
>>
>> Frédéric Parrenin
>>
>>
>>
>
>
> --
> __
> Stefano Franchi
> Associate Research Professor
> Department of Hispanic StudiesPh:   +1 (979) 845-2125
> Texas A University  Fax:  +1 (979) 845-6421
> College Station, Texas, USA
>
> stef...@tamu.edu
> http://stefano.cleinias.org
>


Re: unicode superscripts in the bibliography

2013-01-28 Thread stefano franchi
On Mon, Jan 28, 2013 at 3:37 AM, Frédéric Parrenin  wrote:

> Dear Stefano,
>
> Thank you for your answer.
> I followed the Lyx wiki for biber/biblatex but now:
> - the references are not formatted, only the shortcut/nickname appears
> - there is no bibliography at the end of the document (yes, I inserted the
> bibtex bibliography in a comment and the \printbibliography command in ERT).
>
>
Most likely, this means that your bibtex processor (which should be biber)
fails to find the bib file with your references or it finds it but somehow
chokes on it. Check the following:

1. you have a line in your preamble (Document>>Settings>>LaTeX preamble)
that says:

\addbibresource(/absolute/path/to/my/reference/file.bib}

Notice that the .bib extension is required AND you need the absolute path

2. You have biber selected as bibtex processor in
Document>>Settings>>Bibliography>>Processor

3. your bibtex file is actually encoded in unicode (UTF8)

If all fails, check the biber log, which you can reach via Document>>LaTeX
log>>log type BibTeX
and post it here

Cheers,

Stefano


> What is going wrong?
>
> Frédéric Parrenin
>
>
>
>
> 2013/1/25 stefano franchi 
>
>> Frederic,
>>
>> which bibliography  processor do you use? bibtex does not support unicode
>> and I guess it never will. If you want your bibtex files to be
>> unicode-encoded, the best solution, in my opinion is to switch to
>> biber+biblatex. biber supports unicode fully and lyx can be set to use it
>> (in Documents>>Settings). biblatex is not completely supported in LyX yet,
>> but it is usabel if you follow the instructions in the wiki.
>>
>> Cheers,
>>
>> Stefano
>>
>>
>> On Fri, Jan 25, 2013 at 4:55 AM, Frédéric Parrenin <
>> parre...@ujf-grenoble.fr> wrote:
>>
>>> Dear all,
>>>
>>>
>>> I use my bibtex database both with LibreOffice (using jabref and the OO
>>> plugin) and Lyx.
>>> For superscript/subscript characters, I use unicode encoding since it is
>>> the only way jabref and its OO plugin can process them.
>>>
>>> Problem is that now, I get some errors when using these references in
>>> Lyx, for example:
>>>
>>> using δ¹
>>>
>>> ⁸o of atmospheric oxygen measurements.
>>>
>>> I've inserted a begin-math/end-math symbol since I think
>>>
>>> you left one out. Proceed, with fingers crossed.
>>>
>>>
>>> Do you know if there is a solution for this problem (apart from creating
>>> double entries, one with unicode and one with latex coding)?
>>>
>>> Best regards,
>>>
>>> Frédéric Parrenin
>>>
>>>
>>>
>>
>>
>> --
>> __
>> Stefano Franchi
>> Associate Research Professor
>> Department of Hispanic StudiesPh:   +1 (979) 845-2125
>> Texas A University  Fax:  +1 (979) 845-6421
>> College Station, Texas, USA
>>
>> stef...@tamu.edu
>> http://stefano.cleinias.org
>>
>
>


-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic StudiesPh:   +1 (979) 845-2125
Texas A University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


unicode superscripts in the bibliography

2013-01-25 Thread Frédéric Parrenin
Dear all,


I use my bibtex database both with LibreOffice (using jabref and the OO
plugin) and Lyx.
For superscript/subscript characters, I use unicode encoding since it is
the only way jabref and its OO plugin can process them.

Problem is that now, I get some errors when using these references in Lyx,
for example:

 using δ¹

⁸o of atmospheric oxygen measurements.

I've inserted a begin-math/end-math symbol since I think

you left one out. Proceed, with fingers crossed.


Do you know if there is a solution for this problem (apart from creating
double entries, one with unicode and one with latex coding)?

Best regards,

Frédéric Parrenin


Re: unicode superscripts in the bibliography

2013-01-25 Thread stefano franchi
Frederic,

which bibliography  processor do you use? bibtex does not support unicode
and I guess it never will. If you want your bibtex files to be
unicode-encoded, the best solution, in my opinion is to switch to
biber+biblatex. biber supports unicode fully and lyx can be set to use it
(in DocumentsSettings). biblatex is not completely supported in LyX yet,
but it is usabel if you follow the instructions in the wiki.

Cheers,

Stefano


On Fri, Jan 25, 2013 at 4:55 AM, Frédéric Parrenin parre...@ujf-grenoble.fr
 wrote:

 Dear all,


 I use my bibtex database both with LibreOffice (using jabref and the OO
 plugin) and Lyx.
 For superscript/subscript characters, I use unicode encoding since it is
 the only way jabref and its OO plugin can process them.

 Problem is that now, I get some errors when using these references in Lyx,
 for example:

 using δ¹

 ⁸o of atmospheric oxygen measurements.

 I've inserted a begin-math/end-math symbol since I think

 you left one out. Proceed, with fingers crossed.


 Do you know if there is a solution for this problem (apart from creating
 double entries, one with unicode and one with latex coding)?

 Best regards,

 Frédéric Parrenin





-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic StudiesPh:   +1 (979) 845-2125
Texas AM University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


unicode superscripts in the bibliography

2013-01-25 Thread Frédéric Parrenin
Dear all,


I use my bibtex database both with LibreOffice (using jabref and the OO
plugin) and Lyx.
For superscript/subscript characters, I use unicode encoding since it is
the only way jabref and its OO plugin can process them.

Problem is that now, I get some errors when using these references in Lyx,
for example:

 using δ¹

⁸o of atmospheric oxygen measurements.

I've inserted a begin-math/end-math symbol since I think

you left one out. Proceed, with fingers crossed.


Do you know if there is a solution for this problem (apart from creating
double entries, one with unicode and one with latex coding)?

Best regards,

Frédéric Parrenin


Re: unicode superscripts in the bibliography

2013-01-25 Thread stefano franchi
Frederic,

which bibliography  processor do you use? bibtex does not support unicode
and I guess it never will. If you want your bibtex files to be
unicode-encoded, the best solution, in my opinion is to switch to
biber+biblatex. biber supports unicode fully and lyx can be set to use it
(in DocumentsSettings). biblatex is not completely supported in LyX yet,
but it is usabel if you follow the instructions in the wiki.

Cheers,

Stefano


On Fri, Jan 25, 2013 at 4:55 AM, Frédéric Parrenin parre...@ujf-grenoble.fr
 wrote:

 Dear all,


 I use my bibtex database both with LibreOffice (using jabref and the OO
 plugin) and Lyx.
 For superscript/subscript characters, I use unicode encoding since it is
 the only way jabref and its OO plugin can process them.

 Problem is that now, I get some errors when using these references in Lyx,
 for example:

 using δ¹

 ⁸o of atmospheric oxygen measurements.

 I've inserted a begin-math/end-math symbol since I think

 you left one out. Proceed, with fingers crossed.


 Do you know if there is a solution for this problem (apart from creating
 double entries, one with unicode and one with latex coding)?

 Best regards,

 Frédéric Parrenin





-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic StudiesPh:   +1 (979) 845-2125
Texas AM University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org


unicode superscripts in the bibliography

2013-01-25 Thread Frédéric Parrenin
Dear all,


I use my bibtex database both with LibreOffice (using jabref and the OO
plugin) and Lyx.
For superscript/subscript characters, I use unicode encoding since it is
the only way jabref and its OO plugin can process them.

Problem is that now, I get some errors when using these references in Lyx,
for example:

 using δ¹

⁸o of atmospheric oxygen measurements.

I've inserted a begin-math/end-math symbol since I think

you left one out. Proceed, with fingers crossed.


Do you know if there is a solution for this problem (apart from creating
double entries, one with unicode and one with latex coding)?

Best regards,

Frédéric Parrenin


Re: unicode superscripts in the bibliography

2013-01-25 Thread stefano franchi
Frederic,

which bibliography  processor do you use? bibtex does not support unicode
and I guess it never will. If you want your bibtex files to be
unicode-encoded, the best solution, in my opinion is to switch to
biber+biblatex. biber supports unicode fully and lyx can be set to use it
(in Documents>>Settings). biblatex is not completely supported in LyX yet,
but it is usabel if you follow the instructions in the wiki.

Cheers,

Stefano


On Fri, Jan 25, 2013 at 4:55 AM, Frédéric Parrenin  wrote:

> Dear all,
>
>
> I use my bibtex database both with LibreOffice (using jabref and the OO
> plugin) and Lyx.
> For superscript/subscript characters, I use unicode encoding since it is
> the only way jabref and its OO plugin can process them.
>
> Problem is that now, I get some errors when using these references in Lyx,
> for example:
>
> using δ¹
>
> ⁸o of atmospheric oxygen measurements.
>
> I've inserted a begin-math/end-math symbol since I think
>
> you left one out. Proceed, with fingers crossed.
>
>
> Do you know if there is a solution for this problem (apart from creating
> double entries, one with unicode and one with latex coding)?
>
> Best regards,
>
> Frédéric Parrenin
>
>
>


-- 
__
Stefano Franchi
Associate Research Professor
Department of Hispanic StudiesPh:   +1 (979) 845-2125
Texas A University  Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org