Am Sonntag, 13. Januar 2013, 14:07:37 schrieb Jürgen Spitzmüller:
> Wolfgang Engelmann wrote:
> > does anybody know how to bring LyX to exporting an article document
> > with Vancouver style in this way:
> > The clock mechanism has been studied
> > intensively and the results are reviewed
> > in a number of papers, such as [132, 125, 148-152]...
>
> \usepackage{cite}
>
> Jürgen
Thanks, Jürgen,
but In my case this does not help.
I am using article koma script style, twocolumn text layout (but one column
does not work either).
I am on Debian squeeze, LyX 2.1.0svn, QT 4.6.3
and this is my LaTeX preamble:
\usepackage{a4}
\usepackage{cite}
\usepackage{microtype}
\usepackage{geometry}
\date{}
\makeatletter % Reference list option change
\renewcommand\@biblabel[1]{#1} % from [1] to 1
\makeatother %
%Legende nicht eingerückt
\setcapindent{1mm}
%
\AtBeginDocument{\renewcommand{\refname}{REFERENCES}}
\tolerance 1414
\hbadness 1414
\emergencystretch 1.5em
\hfuzz 0.3pt
\widowpenalty=10000
\vfuzz \hfuzz
\raggedbottom
\renewcommand{\bottomfraction}{0.5}
anything which clashes with \usepackage{cite}?
Wolfgang