This file is indexed.

/usr/share/lyx/layouts/jurabib.module is in lyx-common 2.2.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
# \DeclareLyXModule[jurabib.sty]{Jurabib}
# DescriptionBegin
#   Loads the LaTeX package jurabib, a citation engine. Jurabib supports annotations,
#   author-year style citations and hyphenation patterns for bibliography entries in
#   English, German, French, Dutch, Spanish and Italian.
# DescriptionEnd
# Excludes: basic | natbib
# Category: Citation engine

# Author: Julien Rioux <jrioux@lyx.org>

Format 60

Requires jurabib

CiteEngineType authoryear
DefaultBiblio  jurabib

# FIXME: support for these jurabib styles (fileformat)
# citefield []{}
# footcite [][]
# footcitetitle [][]
# footcitet [][]
# footcitep [][]
# footcitealt [][]
# footcitealp [][]
# footciteauthor [][]
# footciteyear [][]
# footciteyearpar [][]
# footfullcite [][]

CiteEngine authoryear
	# \cite* is not implemented: use \cite instead, it's the same
	cite [][]
	citetitle [][]
	citet [][]
	citep [][]
	citealt [][]
	citealp [][]
	citeauthor [][]
	citeyear [][]
	citeyearpar [][]
	fullcite [][]
	nocite
End

CiteFormat authoryear
	# translatable bits
	_notcited not cited
	_addtobib Add to bibliography only.
	_fullcite bibliography entry
	_bibentry Bibliography entry.
	_before before
	_shorttitle short title

	# macros
	!open (
	!sep ;
	!close )

	!startlink {!<a href='#LyXCite-%clean:key%'>!}
	!endlink {!</a>!}

	!cite %!startlink%%!shortauthor%%!endlink%%!textbefore2%%!textafter2%%!nextcite%
	!citetitle %!startlink%%!shortauthor%%!endlink%%!textbefore2%%!shorttitle%%!textafter2%%!nextcitetitle%
	!citet %!textbefore%%!startlink%%!shortauthor%%!endlink% %!open%%!year%%!textafter%%!close%%!nextcitet%
	!citep %!open%%!citealp%%!close%
	!citealt %!textbefore%%!startlink%%!shortauthor% %!year%%!endlink%%!textafter%%!nextcitealt%
	!citealp %!textbefore%%!startlink%%!shortauthor%, %!year%%!endlink%%!textafter%%!nextcitealp%
	!citeauthor %!textbefore%%!startlink%%!shortauthor%%!endlink%%!textafter%%!nextauthor%
	!citeyear %!textbefore%%!startlink%%!year%%!endlink%%!textafter%%!nextyear%
	!citeyearpar %!textbefore%%!open%%!startlink%%!year%%!endlink%%!close%%!textafter%%!nextyearpar%
	!fullcite {%textbefore%[[%textbefore% in: ]]}%bibentry%{%textafter%[[ %textafter%]]}%!nextfullcite%

	!nextcite {%next%[[%!sep% %!startlink%%!shortauthor%%!endlink%%!textafter2%%!nextcite%]]}
	!nextcitetitle {%next%[[%!sep% %!startlink%%!shortauthor%%!endlink%%!shorttitle%%!textafter2%%!nextcitetitle%]]}
	!nextcitet {%next%[[%!sep% %!citet%]]}
	!nextcitealt {%next%[[%!sep% %!citealt%]]}
	!nextcitealp {%next%[[%!sep% %!citealp%]]}
	!nextauthor {%next%[[%!sep% %!citeauthor%]]}
	!nextyear {%next%[[%!sep% %!citeyear%]]}
	!nextyearpar {%next%[[%!sep% %!citeyearpar%]]}
	!nextfullcite {%next%[[%!sep% %bibentry%{%textafter%[[ %textafter%]]}%!nextfullcite%]]}
	!nextkey {%next%[[%!sep% %key%%!nextkey%]]}

	!shortauthor {%shortauthor%[[%shortauthor%]][[??]]}
	!shorttitle {%shorttitle%[[ %shorttitle%]][[{%dialog%[[ <%_shorttitle%>]]}]]}
	!textbefore {%textbefore%[[%textbefore% ]]}
	!textbefore2 {%textbefore%[[/%textbefore%]][[{%dialog%[[/<%_before%>]]}]]}
	!textafter {%textafter%[[, %textafter%]]}
	!textafter2 {%textafter%[[ %textafter%]]}
	!year {%year%[[%year%]][[??]]}{%modifier%[[%modifier%]]}

	# cite styles
	cite %!cite%
	citetitle %!citetitle%
	citet %!citet%
	citep %!citep%
	citealt %!citealt%
	citealp %!citealp%
	citeauthor %!citeauthor%
	citeyear %!citeyear%
	citeyearpar %!citeyearpar%
	fullcite {%dialog%[[%_bibentry%]][[{%label%[[%!fullcite%]][[%key%%!nextkey% (%_fullcite%)]]}]]}
	nocite {%dialog%[[%_addtobib%]][[%key%%!nextkey% (%_notcited%)]]}
End