Input stdciteformats to the cite engines directly

not to individual layouts.

Possibly fixes #10582
This commit is contained in:
Juergen Spitzmueller 2017-03-18 11:26:23 +01:00
parent ef6ff7fb53
commit 5b71349450
8 changed files with 28 additions and 3 deletions

View File

@ -34,6 +34,9 @@ End
# CITE FORMAT
#
# Input standard format definitions for the bibliography
Input stdciteformats.inc
# The following defines how the commands are represented in the GUI
# (inset button and citation dialog) as well as in XHTML, docbook and
# plain text output.

View File

@ -123,6 +123,10 @@ End
# There are common definitions (default) and specific definitions for
# either cite engine type (which overwrite existing defaults.
#
# Input standard format definitions for the bibliography
Input stdciteformats.inc
CiteFormat default
#
# MACROS

View File

@ -114,6 +114,10 @@ End
# There are common definitions (default) and specific definitions for
# either cite engine type (which overwrite existing defaults.
#
# Input standard format definitions for the bibliography
Input stdciteformats.inc
CiteFormat default
#
# MACROS

View File

@ -106,6 +106,10 @@ End
# (inset button and citation dialog) as well as in XHTML, docbook and
# plain text output.
#
# Input standard format definitions for the bibliography
Input stdciteformats.inc
CiteFormat authoryear
#
# MACROS

View File

@ -104,6 +104,10 @@ End
# There are common definitions (default) and specific definitions for
# either cite engine type (which overwrite existing defaults.
#
# Input standard format definitions for the bibliography
Input stdciteformats.inc
CiteFormat default
#
# MACROS

View File

@ -35,7 +35,6 @@ Input stdlayouts.inc
Input stdfloats.inc
Input stdlists.inc
Input stdcounters.inc
Input stdciteformats.inc
###### All the section headings now use sans serif
Input stdsections.inc

View File

@ -1,4 +1,12 @@
# Standard formats for citations.
# Standard formats for bibliography entries.
#
# This defines how LyX displays bibliographic information in the GUI
# as well as in text/xhtml output. The format of citation references
# is defined in the *.citeengines files, which might override the
# default formatting defined here.
#
# This file is included by the citation engines, so there is no need
# to include it in individual classes.
#
# Author: Richard Heck <rgheck@comcast.net>
# Jürgen Spitzmüller <spitz@lyx.org>

View File

@ -55,4 +55,3 @@ Input stdtitle.inc
Input stdstruct.inc
Input lyxmacros.inc
Input stdlayouts.inc
Input stdciteformats.inc