This file is indexed.

/usr/share/citation-style-language/styles/iso690-numeric-sk.csl is in citation-style-language-styles 0~20180122.283b8d871-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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="sk-SK" class="in-text">
  <info>
    <title>ISO-690 (numeric, Slovak)</title>
    <id>http://www.zotero.org/styles/iso690-numeric-sk</id>
    <link href="http://www.zotero.org/styles/iso690-numeric-sk" rel="self"/>
    <link href="http://vili.uniba.sk/AK/citovanie_priklady.pdf" rel="documentation"/>
    <author>
      <name>Tomáš (balrog) Bielčík</name>
      <email>bx.balrog@gmail.com</email>
    </author>
    <category citation-format="numeric"/>
    <category field="generic-base"/>
    <summary>ISO 690 style for the University of Economics in Bratislava, Slovakia.(Numeric version)</summary>
    <updated>2012-09-27T22:06:38+00:00</updated>
    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  </info>
  <!-- ISO 690 sequence parts
    1. Primárna zodpovednosť
    2. Názov
    3. Druh nosiča
    4. Sekundárna zodpovednosť
    5. Vydanie
    6. Označovanie zväzkov seriálových publikácií
    7. Vydavateľské údaje
    8. Časové údaje
    9. Rozsah
    10.Edícia
    11.Poznámky
    12.Dostupnosť a prístupnosť
    13.Štandardné číslo
    14.Časť dokumentu
    15.Údaje o patentových dokumentoch
     -->
  <locale>
    <terms>
      <term name="anonymous">Anon.</term>
      <term name="no date">[no date]</term>
      <term name="in">in</term>
      <term name="online">online</term>
      <term name="accessed">accessed</term>
      <term name="retrieved">Available</term>
      <term name="from">from</term>
      <term name="page" form="short">
        <single>p.</single>
        <multiple>pp.</multiple>
      </term>
    </terms>
  </locale>
  <!-- macro block
     -->
  <macro name="author">
    <names variable="author" suffix=" ">
      <name sort-separator=", " initialize-with="." name-as-sort-order="all" delimiter=" - " delimiter-precedes-last="always" et-al-min="3" et-al-use-first="1">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given" text-case="capitalize-first"/>
      </name>
      <label form="short" text-case="capitalize-first" suffix=". "/>
      <substitute>
        <names variable="editor"/>
      </substitute>
    </names>
  </macro>
  <macro name="container_author">
    <names variable="container-author" suffix=" ">
      <name sort-separator=", " initialize-with="." name-as-sort-order="all" delimiter=" - " delimiter-precedes-last="always" et-al-min="3" et-al-use-first="1">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given" text-case="capitalize-first"/>
      </name>
      <label form="short" text-case="capitalize-first" suffix=". "/>
      <substitute>
        <names variable="editor"/>
      </substitute>
    </names>
  </macro>
  <macro name="title">
    <group delimiter=" " suffix=". ">
      <choose>
        <if type="book thesis" match="any">
          <text variable="title" font-style="italic"/>
        </if>
        <else-if type="paper-conference chapter article-journal article-magazine article-newspaper webpage" match="any">
          <text variable="title" suffix=". "/>
          <text term="in" text-case="capitalize-first" suffix=" "/>
          <text macro="container_author"/>
          <choose>
            <if variable="container-title">
              <text variable="container-title" font-style="italic" suffix=" "/>
            </if>
            <else>
              <text variable="event" font-style="italic" suffix=" "/>
            </else>
          </choose>
        </else-if>
      </choose>
      <text macro="publication_source"/>
    </group>
  </macro>
  <macro name="publication_source">
    <choose>
      <if variable="URL">
        <text term="online" prefix="[" suffix="]"/>
      </if>
    </choose>
  </macro>
  <macro name="editor">
    <names variable="editor">
      <label form="short" text-case="capitalize-first" suffix=". "/>
      <name and="text" delimiter=", "/>
    </names>
  </macro>
  <macro name="time_data">
    <group prefix=" [cit. " suffix="]. ">
      <!--<text term="cited" text-case="lowercase" suffix=" "/>-->
      <date variable="accessed">
        <date-part name="year" suffix="-"/>
        <date-part name="month" suffix="-" form="numeric-leading-zeros"/>
        <date-part name="day" form="numeric-leading-zeros"/>
      </date>
    </group>
  </macro>
  <macro name="availability">
    <choose>
      <if variable="URL">
        <text value="Dostupné na internete: "/>
        <text variable="URL" prefix="&lt;" suffix="&gt;"/>
      </if>
    </choose>
  </macro>
  <macro name="publisher">
    <group delimiter=": ">
      <choose>
        <if variable="publisher-place">
          <text variable="publisher-place"/>
        </if>
        <else>
          <!-- sine loco (whithout place) -->
          <text value="[s.l.]"/>
        </else>
      </choose>
      <text variable="publisher"/>
    </group>
  </macro>
  <macro name="year-date">
    <date variable="issued">
      <date-part name="year" suffix=". "/>
    </date>
  </macro>
  <macro name="date">
    <date variable="issued">
      <date-part name="year" suffix=". "/>
    </date>
  </macro>
  <macro name="pages">
    <choose>
      <if type="book thesis" match="any">
        <text variable="number-of-pages" suffix=" s."/>
      </if>
      <else-if type="chapter paper-conference article-newspaper" match="any">
        <text variable="page" prefix="s. " suffix=". "/>
      </else-if>
    </choose>
  </macro>
  <macro name="notes">
    <text variable="note" suffix=". "/>
  </macro>
  <macro name="edition">
    <text variable="edition" suffix=". vyd."/>
  </macro>
  <macro name="publisher_block">
    <group delimiter=", ">
      <text macro="publisher"/>
      <text macro="year-date"/>
    </group>
  </macro>
  <macro name="issue">
    <group delimiter=", ">
      <text variable="volume" prefix="Vol.&#160;"/>
      <text variable="issue" prefix="no.&#160;"/>
      <text variable="page" prefix="s.&#160;"/>
    </group>
  </macro>
  <macro name="isbn">
    <text prefix="ISBN " variable="ISBN"/>
  </macro>
  <!-- macro block end -->
  <citation>
    <sort>
      <key variable="citation-number" sort="ascending"/>
    </sort>
    <layout vertical-align="sup" prefix="[" suffix="]" delimiter=",">
      <text variable="citation-number"/>
    </layout>
  </citation>
  <bibliography>
    <sort>
      <key macro="author"/>
      <key variable="title"/>
    </sort>
    <layout suffix=".">
      <text variable="citation-number" prefix="[" suffix="]   "/>
      <text macro="author"/>
      <choose>
        <if type="book">
          <group delimiter=" ">
            <text macro="title" prefix=" " suffix="."/>
            <text macro="edition"/>
            <text macro="editor" suffix="."/>
            <group delimiter=", ">
              <text macro="publisher"/>
              <text macro="year-date"/>
            </group>
            <text macro="pages"/>
            <text prefix="ISBN " variable="ISBN"/>
          </group>
        </if>
        <else-if type="article-journal article-magazine" match="any">
          <text macro="title"/>
          <text macro="edition"/>
          <text macro="date"/>
          <text macro="issue" suffix=". "/>
          <text macro="time_data" suffix=". "/>
          <text macro="availability"/>
        </else-if>
        <else-if type="article-newspaper">
          <text macro="title"/>
          <text macro="edition"/>
          <text macro="publisher_block"/>
          <text macro="pages"/>
          <text macro="time_data" suffix=". "/>
          <text macro="availability"/>
        </else-if>
        <else-if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
          <text macro="title"/>
          <text macro="edition"/>
          <text macro="publisher_block"/>
          <text macro="pages"/>
          <text macro="time_data"/>
          <text macro="isbn"/>
          <text macro="availability"/>
        </else-if>
        <else-if type="paper-conference">
          <text macro="title"/>
          <text macro="publisher_block"/>
          <text macro="pages"/>
          <text macro="time_data"/>
          <text macro="availability"/>
        </else-if>
        <else-if type="thesis">
          <text macro="title"/>
          <text macro="publisher_block"/>
          <text macro="time_data"/>
          <text macro="availability"/>
        </else-if>
        <else-if type="patent">
          <text macro="title"/>
          <text macro="date"/>
          <text variable="publisher-place"/>
          <text macro="time_data"/>
          <text macro="availability"/>
        </else-if>
        <else-if type="post-weblog post webpage" match="any">
          <text macro="title"/>
          <text macro="year-date"/>
          <text macro="time_data"/>
          <text macro="availability"/>
        </else-if>
        <else>
          <group suffix=".">
            <text macro="title" prefix=" "/>
            <text macro="editor" prefix=" "/>
          </group>
          <group delimiter=", ">
            <text macro="publisher"/>
            <text macro="year-date"/>
          </group>
          <text macro="time_data"/>
          <text macro="pages"/>
          <text macro="notes"/>
          <text macro="availability"/>
        </else>
      </choose>
    </layout>
  </bibliography>
</style>