mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
15b2501177
What was previously accomplished by wrapCitation is now customizable in the layout files. What we provide by default here corresponds roughly to the LyX 2.0 behavior.
45 lines
936 B
Plaintext
45 lines
936 B
Plaintext
# \DeclareLyXModule{Default (basic)}
|
|
# DescriptionBegin
|
|
# Use the basic citation capabilities provided by plain LaTeX.
|
|
# DescriptionEnd
|
|
# Excludes: jurabib | natbib
|
|
# Category: Citation engine
|
|
|
|
# Author: Julien Rioux <jrioux@lyx.org>
|
|
|
|
Format 43
|
|
|
|
CiteEngineType numerical
|
|
DefaultBiblio plain
|
|
|
|
CiteEngine default
|
|
cite[]
|
|
nocite
|
|
End
|
|
|
|
CiteFormat default
|
|
# translatable bits
|
|
_notcited not cited
|
|
_addtobib Add to bibliography only.
|
|
|
|
# macros
|
|
!open [
|
|
!sep ,
|
|
!close ]
|
|
|
|
!startlink {!<a href='#LyXCite-%key%'>!}
|
|
!endlink {!</a>!}
|
|
|
|
!cite %!startlink%{%label%[[%label%]][[#%key%]]}%!endlink%%!nextcite%
|
|
|
|
!nextcite {%next%[[%!sep% %!cite%]]}
|
|
!nexthashkey {%next%[[%!sep% #%key%%!nexthashkey%]]}
|
|
!nextkey {%next%[[%!sep% %key%%!nextkey%]]}
|
|
|
|
!textafter {%textafter%[[, %textafter%]]}
|
|
|
|
# cite styles
|
|
cite %!open%{%dialog%[[#ID]][[%!cite%]]}%!textafter%%!close%
|
|
nocite {%dialog%[[%_addtobib%]][[%key%%!nextkey% (%_notcited%)]]}
|
|
End
|