Antonio Díaz wrote:
> - When I want to use this system in the final text, composed by parts,
> chapters (they have the bibilographies), sections and subsections, Lyx
> gives an erorr in the output:
>
> *Use of \...@chapter doesn't match its definition.
>
> ...textmd{\footnotesize
> \begin{refsection}}}
The ERT is inside a font switch. Mark the ERT, open Edit>Text Style>Customized
and reset everything.
> - How can I delete the word *Bibliografía*? I used to write the
> command*\renewcommand\refname{}
> *, but here doesn't works.
In preamble:
\defbibheading{none}{}
then use heading=none (instead of heading=subbibliography) in the
prinbibliography commands.
> - If I add the \nocite command to a bibliography, ¿how knows LyX wich
> .bib file must he use to extract all the references? That's because I
> have one .bib file by chapter, and one chapter by artist I'm writing about,
> and there must be a lot of references, and only som of them cited on the
> text.
There's no way to specify a specific bib file. You either need to add all
references as \nocite argument, or you need to use \nocite* and add some kind
of filter to the respective \printbibliography command (see the biblatex
manual, §3.5.8, for the concept of filters).
Jürgen
(who needs to return to his own writing now)