Hi there:
OK, the problem was with the commans in the preamble instead with the module.
Is not neccesary to configure the module in
Document→Settings→Modules, only to put the command for the package in the preamble and the call for the bibliography:
Code: Select all
\usepackage[style="name-of-the-style"]{biblatex}
\"path of the bibiography without .bib"}
My error was:
1. Insert the command for the packet using a Dash instead an Hyphen
With Dash
Code: Select all
\usepackage[style=name–of–the–packet]{biblatex}
With Hyphen
Code: Select all
\usepackage[style=name-of-the-packet]{biblatex}
Don't see any difference? The computer yes, with Dash gets crazy, and we don't want this…
2. Writing the path of the typography, a typing error
After the corrections it works. I can insert references in LyX by
Insert→Cite.
I'm using the
verbose-trad2 style:
Code: Select all
\usepackage[style=verbose-trad2]{biblatex}
It works perfect, and insert automatically the
ibíd, Op. cit. and more, fantastic.
Regards
Antonio