I have just started to use Lyx for writing my first year PhD report and I am having some problems which I hope you can help me to solve.
I followed all the procedures to install biblatex and use it with Lyx. It is working great now and I have managed to edit the biblatex style to suit my requirements.
However I am having basically two problems:
1. When using the \printbibliography command in ERT I have also to add the following commands before it so that the bibliography is showed in a new page and accounted for the TOC.
Code: Select all
\clearpage
\addcontentsline{toc}{chapter}{\numberline{}{Bibliography}}
The fancy header commands, in case are needed are:
Code: Select all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markright{\chaptername\ \thechapter.\ #1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}{}}
\lhead[\fancyplain{}{}]%
{\fancyplain{}{\bfseries\rightmark}}
\chead[\fancyplain{}{}]%
{\fancyplain{}{}}
\rhead[\fancyplain{}{}]%
{\fancyplain{}{\bfseries\thepage}}
\lfoot[\fancyplain{}{}]%
{\fancyplain{}{}}
\cfoot[\fancyplain{}{}]%
{\fancyplain{}{}}
\rfoot[\fancyplain{}{}]%
{\fancyplain{}{\bfseries\today}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
<img src="http://lh3.ggpht.com/jaaponte/SP4iwCIU15I/AAAAAAAADqQ/olzc_xUjkZs/s400/bio.jpg">
Hope you see what I mean. I do not know what is happening here but each time I change the fonts the errors in the indentation seems to change between the items. For instance if Author one was in the right position now it is wrong but Author two is OK and so on.
Well, hopefully someone will be able to help me.
Thanks in advance.