I am using KOMA-script in lyx for my thesis. I would like to add the page number next to the reference in bibliography. Some thing like this:
- S. J. Young, G. Evermann, M. J. F. Gales, T. Hain, D. Kershaw, G. Moore, J. Odell, D. Ollason, D. Povey, V. Valtchev, and P. C. Woodland, The HTK Book, version 3.4. Cambridge, UK: Cambridge University Engineering De- partment, 2006. [3], [15], [21]
The numbers [3], [15], [21] are the pages where the used literature is cited.
My preamble is here:
\usepackage[figure]{hypcap} %\usepackage{tocbibind} \usepackage[nottoc]{tocbibind}
% the pages of the TOC is numbered roman % and a pdf-bookmark for the TOC is added \let\myTOC\tableofcontents \renewcommand\tableofcontents{% \frontmatter \pdfbookmark[1]{\contentsname}{} \myTOC \mainmatter }
% makes caption labels bold \setkomafont{captionlabel}{\bfseries} \setcapindent{1em}
% enables calculations \usepackage{calc}
% fancy page header/footer settings \renewcommand{\chaptermark}[1]{\markboth{#1}{#1}} %\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\renewcommand{\sectionmark}[1]{\markright{Section \thesection\ #1}}
% increases the bottom float placement fraction \renewcommand{\bottomfraction}{0.5}
% avoids that floats are placed above its sections \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
\pagestyle{plain} \newcommand*{\argmin}{\operatornamewithlimits{argmin}\limits}
The bibliography uses IEEETran.
Aucun commentaire:
Enregistrer un commentaire