mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
IOP-article.lyx: avoid some preamble code
This commit is contained in:
parent
9edbeef7b7
commit
d6489afa5d
@ -6,10 +6,6 @@
|
|||||||
\origin /systemlyxdir/templates/
|
\origin /systemlyxdir/templates/
|
||||||
\textclass iopart
|
\textclass iopart
|
||||||
\begin_preamble
|
\begin_preamble
|
||||||
% sort and compress citations
|
|
||||||
% the heading "Reference" is inserted by natbib
|
|
||||||
\usepackage[numbers, sort&compress]{natbib}
|
|
||||||
|
|
||||||
% define \newblock to get natbib work with ioparticle
|
% define \newblock to get natbib work with ioparticle
|
||||||
% (normally only needed for the "thebibliography" environment)
|
% (normally only needed for the "thebibliography" environment)
|
||||||
\def\newblock{\hskip .11em plus .33em minus .07em}
|
\def\newblock{\hskip .11em plus .33em minus .07em}
|
||||||
@ -17,6 +13,7 @@
|
|||||||
% define command \eqref
|
% define command \eqref
|
||||||
\newcommand{\eqref}[1]{(\ref{#1})}
|
\newcommand{\eqref}[1]{(\ref{#1})}
|
||||||
\end_preamble
|
\end_preamble
|
||||||
|
\options sort&compress
|
||||||
\use_default_options false
|
\use_default_options false
|
||||||
\maintain_unincluded_children false
|
\maintain_unincluded_children false
|
||||||
\language english
|
\language english
|
||||||
@ -53,8 +50,8 @@
|
|||||||
\use_package stackrel 0
|
\use_package stackrel 0
|
||||||
\use_package stmaryrd 0
|
\use_package stmaryrd 0
|
||||||
\use_package undertilde 0
|
\use_package undertilde 0
|
||||||
\cite_engine basic
|
\cite_engine natbib
|
||||||
\cite_engine_type default
|
\cite_engine_type numerical
|
||||||
\biblio_style plain
|
\biblio_style plain
|
||||||
\use_bibtopic false
|
\use_bibtopic false
|
||||||
\use_indices false
|
\use_indices false
|
||||||
|
Loading…
Reference in New Issue
Block a user