mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
Input stdciteformats to the cite engines directly
not to individual layouts. Possibly fixes #10582
This commit is contained in:
parent
ef6ff7fb53
commit
5b71349450
@ -34,6 +34,9 @@ End
|
|||||||
# CITE FORMAT
|
# CITE FORMAT
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Input standard format definitions for the bibliography
|
||||||
|
Input stdciteformats.inc
|
||||||
|
|
||||||
# The following defines how the commands are represented in the GUI
|
# The following defines how the commands are represented in the GUI
|
||||||
# (inset button and citation dialog) as well as in XHTML, docbook and
|
# (inset button and citation dialog) as well as in XHTML, docbook and
|
||||||
# plain text output.
|
# plain text output.
|
||||||
|
@ -123,6 +123,10 @@ End
|
|||||||
# There are common definitions (default) and specific definitions for
|
# There are common definitions (default) and specific definitions for
|
||||||
# either cite engine type (which overwrite existing defaults.
|
# either cite engine type (which overwrite existing defaults.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Input standard format definitions for the bibliography
|
||||||
|
Input stdciteformats.inc
|
||||||
|
|
||||||
CiteFormat default
|
CiteFormat default
|
||||||
#
|
#
|
||||||
# MACROS
|
# MACROS
|
||||||
|
@ -114,6 +114,10 @@ End
|
|||||||
# There are common definitions (default) and specific definitions for
|
# There are common definitions (default) and specific definitions for
|
||||||
# either cite engine type (which overwrite existing defaults.
|
# either cite engine type (which overwrite existing defaults.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Input standard format definitions for the bibliography
|
||||||
|
Input stdciteformats.inc
|
||||||
|
|
||||||
CiteFormat default
|
CiteFormat default
|
||||||
#
|
#
|
||||||
# MACROS
|
# MACROS
|
||||||
|
@ -106,6 +106,10 @@ End
|
|||||||
# (inset button and citation dialog) as well as in XHTML, docbook and
|
# (inset button and citation dialog) as well as in XHTML, docbook and
|
||||||
# plain text output.
|
# plain text output.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Input standard format definitions for the bibliography
|
||||||
|
Input stdciteformats.inc
|
||||||
|
|
||||||
CiteFormat authoryear
|
CiteFormat authoryear
|
||||||
#
|
#
|
||||||
# MACROS
|
# MACROS
|
||||||
|
@ -104,6 +104,10 @@ End
|
|||||||
# There are common definitions (default) and specific definitions for
|
# There are common definitions (default) and specific definitions for
|
||||||
# either cite engine type (which overwrite existing defaults.
|
# either cite engine type (which overwrite existing defaults.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Input standard format definitions for the bibliography
|
||||||
|
Input stdciteformats.inc
|
||||||
|
|
||||||
CiteFormat default
|
CiteFormat default
|
||||||
#
|
#
|
||||||
# MACROS
|
# MACROS
|
||||||
|
@ -35,7 +35,6 @@ Input stdlayouts.inc
|
|||||||
Input stdfloats.inc
|
Input stdfloats.inc
|
||||||
Input stdlists.inc
|
Input stdlists.inc
|
||||||
Input stdcounters.inc
|
Input stdcounters.inc
|
||||||
Input stdciteformats.inc
|
|
||||||
|
|
||||||
###### All the section headings now use sans serif
|
###### All the section headings now use sans serif
|
||||||
Input stdsections.inc
|
Input stdsections.inc
|
||||||
|
@ -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>
|
# Author: Richard Heck <rgheck@comcast.net>
|
||||||
# Jürgen Spitzmüller <spitz@lyx.org>
|
# Jürgen Spitzmüller <spitz@lyx.org>
|
||||||
|
@ -55,4 +55,3 @@ Input stdtitle.inc
|
|||||||
Input stdstruct.inc
|
Input stdstruct.inc
|
||||||
Input lyxmacros.inc
|
Input lyxmacros.inc
|
||||||
Input stdlayouts.inc
|
Input stdlayouts.inc
|
||||||
Input stdciteformats.inc
|
|
||||||
|
Loading…
Reference in New Issue
Block a user