texlive-collection-bibtexextra-vl.spec 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2011-1:
  3. ## tlpdb2rpmspec collection-bibtexextra
  4. %global _use_internal_dependency_generator 0
  5. %global __find_provides %{nil}
  6. %global __find_requires %{nil}
  7. %bcond_with firstbuild
  8. %define tex_destdir %{_datadir}
  9. %define texmf %{tex_destdir}/texmf
  10. %define texlive_src %{tex_destdir}/texlive-sources
  11. %define build_tex_destdir %{buildroot}%{tex_destdir}
  12. %define build_texmf %{buildroot}%{texmf}
  13. %define exec_mktexlsr [ -x %{_bindir}/texconfig-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/texconfig-sys rehash
  14. %define exec_texhash [ -x %{_bindir}/texhash ] && PATH=%{_bindir}:$PATH %{_bindir}/texhash
  15. %define exec_updmap [ -x %{_bindir}/updmap-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/updmap-sys
  16. %define exec_fmtutil [ -x %{_bindir}/fmtutil-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/fmtutil-sys --all >/dev/null 2>&1
  17. %define exec_upddeffont [ -x %{_sbindir}/update-defaultfont ] && %{_sbindir}/update-defaultfont 2> /dev/null
  18. %define vartexfonts %{_var}/lib/texmf/fonts
  19. Summary: TeX Live: Extra BibTeX styles
  20. Summary(ja): TeX Live: Extra BibTeX styles
  21. Name: texlive-collection-bibtexextra
  22. Version: 2011
  23. Release: 1%{?_dist_release}
  24. License: LPPL, Freely redistributable without restriction, GPL+, Artistic, No Info, Public Domain
  25. Group: Applications/Publishing
  26. URL:http://www.tug.org/texlive/
  27. Requires: texlive = %{version}
  28. Requires: texlive-collection-latex = %{version}
  29. Requires(post): texlive = %{version}
  30. Requires(postun): texlive = %{version}
  31. BuildRequires: texlive-sources = %{version}
  32. BuildArch: noarch
  33. Buildroot: %{_tmppath}/%{name}-%{version}-root
  34. Vendor: Project Vine
  35. Distribution: Vine Linux
  36. Packager: munepi
  37. %description
  38. The TeX Live software distribution offers a complete TeX system for a
  39. variety of Unix, Macintosh, Windows and other platforms. It
  40. encompasses programs for editing, typesetting, previewing and printing
  41. of TeX documents in many different languages, and a large collection
  42. of TeX macros and font libraries.
  43. The distribution includes extensive general documentation about TeX,
  44. as well as the documentation for the included software packages.
  45. This package is a collection of Extra BibTeX styles:
  46. Additional BibTeX styles and bibliography databases, including
  47. BibLaTeX.
  48. This package contains the following CTAN packages:
  49. aichej: Bibliography style file for the AIChE Journal.
  50. amsrefs: A LaTeX-based replacement for BibTeX.
  51. apacite: Citation style following the rules of the APA.
  52. apalike2: Bibliography style that approaches APA requirements.
  53. beebe:
  54. bibarts: "Arts"-style bibliographical information.
  55. biber: A BibTeX replacement for users of biblatex.
  56. bibexport: Extract a BibTeX file based on a .aux file.
  57. bibhtml: BibTeX support for HTML files.
  58. biblatex: Bibliographies in LaTeX using BibTeX for sorting only.
  59. biblatex-apa: Biblatex citation and reference style for APA.
  60. biblatex-chem: Chemistry styles for biblatex.
  61. biblatex-chicago: Chicago style files for biblatex.
  62. biblatex-dw: Humanities styles for biblatex.
  63. biblatex-historian: A Biblatex style.
  64. biblatex-ieee: Ieee style files for biblatex.
  65. biblatex-mla: MLA style files for biblatex.
  66. biblatex-nature: Biblatex support for Nature.
  67. biblatex-philosophy: Styles for using biblatex for work in philosophy.
  68. biblatex-science: Biblatex support for Science.
  69. biblist: Print a BibTeX database.
  70. bibtopic: Include multiple bibliographies in a document.
  71. bibtopicprefix: Prefix references to bibliographies produced by bibtopic.
  72. bibunits: Multiple bibliographies in one document.
  73. breakcites: Ensure that multiple citations may break at line end.
  74. cell: Bibliography style for Cell.
  75. chbibref: Change the Bibliography/References title.
  76. chicago: A "Chicago" bibliography style.
  77. chicago-annote: Chicago-based annotated BibTeX style.
  78. chembst: A collection of BibTeX files for chemistry journals.
  79. collref: Collect blocks of references into a single reference.
  80. compactbib: Multiple thebibliography environments.
  81. custom-bib: Customised BibTeX styles.
  82. din1505: Bibliography styles for German texts.
  83. dk-bib: Danish variants of standard BibTeX styles.
  84. doipubmed: Special commands for use in bibliographies.
  85. fbs: BibTeX style for Frontiers in Bioscience.
  86. figbib: Organize figure databases with BibTeX.
  87. footbib: Bibliographic references as footnotes.
  88. harvard: Harvard citation package for use with LaTeX 2e.
  89. harvmac: Macros for scientific articles.
  90. historische-zeitschrift: Biblatex style for the journal 'Historische Zeitschrift'
  91. ijqc: BibTeX style file for the Intl. J. Quantum Chem.
  92. inlinebib: Citations in footnotes.
  93. iopart-num: Numeric citation style for IOP journals.
  94. jneurosci: BibTeX style for the Journal of Neuroscience.
  95. jurabib: Extended BibTeX citation support for the humanities and legal texts.
  96. listbib: Lists contents of BibTeX files.
  97. logreq: Support for automation of the LaTeX workflow.
  98. margbib: Display bibitem tags in the margins.
  99. multibib: Multiple bibliographies within one document.
  100. munich: An alternative authordate bibliography style.
  101. notes2bib: Integrating notes into the bibliography.
  102. perception: BibTeX style for the journal Perception.
  103. pnas2009: Bibtex style for PNAS.
  104. rsc: BibTeX style for use with RSC journals.
  105. showtags: Print the tags of bibliography entries.
  106. sort-by-letters: Bibliography styles for alphabetic sorting.
  107. splitbib: Split and reorder your bibliography.
  108. uni-wtal-ger:
  109. urlbst: Web support for BibTeX.
  110. %description -l ja
  111. TeX Live ソフトウェアディストリビューションは、
  112. さまざまな Unix, Macintosh, Windows、および
  113. 他のプラットホームに対して完全な TeX システムを提供します。
  114. 多くの異なった言語を含む TeX ドキュメントの
  115. 編集、組版、閲覧、印刷するためのプログラム、
  116. そして、TeX マクロやフォントライブラリの大きなコレクションを
  117. 同梱しています。
  118. このディストリビューションは
  119. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  120. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  121. このパッケージは以下のようなパッケージ集です。
  122. Extra BibTeX styles:
  123. Additional BibTeX styles and bibliography databases, including
  124. BibLaTeX.
  125. このパッケージは以下の CTAN パッケージを含んでいます:
  126. aichej: Bibliography style file for the AIChE Journal.
  127. amsrefs: A LaTeX-based replacement for BibTeX.
  128. apacite: Citation style following the rules of the APA.
  129. apalike2: Bibliography style that approaches APA requirements.
  130. beebe:
  131. bibarts: "Arts"-style bibliographical information.
  132. biber: A BibTeX replacement for users of biblatex.
  133. bibexport: Extract a BibTeX file based on a .aux file.
  134. bibhtml: BibTeX support for HTML files.
  135. biblatex: Bibliographies in LaTeX using BibTeX for sorting only.
  136. biblatex-apa: Biblatex citation and reference style for APA.
  137. biblatex-chem: Chemistry styles for biblatex.
  138. biblatex-chicago: Chicago style files for biblatex.
  139. biblatex-dw: Humanities styles for biblatex.
  140. biblatex-historian: A Biblatex style.
  141. biblatex-ieee: Ieee style files for biblatex.
  142. biblatex-mla: MLA style files for biblatex.
  143. biblatex-nature: Biblatex support for Nature.
  144. biblatex-philosophy: Styles for using biblatex for work in philosophy.
  145. biblatex-science: Biblatex support for Science.
  146. biblist: Print a BibTeX database.
  147. bibtopic: Include multiple bibliographies in a document.
  148. bibtopicprefix: Prefix references to bibliographies produced by bibtopic.
  149. bibunits: Multiple bibliographies in one document.
  150. breakcites: Ensure that multiple citations may break at line end.
  151. cell: Bibliography style for Cell.
  152. chbibref: Change the Bibliography/References title.
  153. chicago: A "Chicago" bibliography style.
  154. chicago-annote: Chicago-based annotated BibTeX style.
  155. chembst: A collection of BibTeX files for chemistry journals.
  156. collref: Collect blocks of references into a single reference.
  157. compactbib: Multiple thebibliography environments.
  158. custom-bib: Customised BibTeX styles.
  159. din1505: Bibliography styles for German texts.
  160. dk-bib: Danish variants of standard BibTeX styles.
  161. doipubmed: Special commands for use in bibliographies.
  162. fbs: BibTeX style for Frontiers in Bioscience.
  163. figbib: Organize figure databases with BibTeX.
  164. footbib: Bibliographic references as footnotes.
  165. harvard: Harvard citation package for use with LaTeX 2e.
  166. harvmac: Macros for scientific articles.
  167. historische-zeitschrift: Biblatex style for the journal 'Historische Zeitschrift'
  168. ijqc: BibTeX style file for the Intl. J. Quantum Chem.
  169. inlinebib: Citations in footnotes.
  170. iopart-num: Numeric citation style for IOP journals.
  171. jneurosci: BibTeX style for the Journal of Neuroscience.
  172. jurabib: Extended BibTeX citation support for the humanities and legal texts.
  173. listbib: Lists contents of BibTeX files.
  174. logreq: Support for automation of the LaTeX workflow.
  175. margbib: Display bibitem tags in the margins.
  176. multibib: Multiple bibliographies within one document.
  177. munich: An alternative authordate bibliography style.
  178. notes2bib: Integrating notes into the bibliography.
  179. perception: BibTeX style for the journal Perception.
  180. pnas2009: Bibtex style for PNAS.
  181. rsc: BibTeX style for use with RSC journals.
  182. showtags: Print the tags of bibliography entries.
  183. sort-by-letters: Bibliography styles for alphabetic sorting.
  184. splitbib: Split and reorder your bibliography.
  185. uni-wtal-ger:
  186. urlbst: Web support for BibTeX.
  187. %package doc
  188. Summary: TeX Live: Documentation files of %{name}
  189. Group: Applications/Publishing
  190. Requires: %{name} = %{version}-%{release}
  191. %description doc
  192. This package contains documentation files of %{name}.
  193. %prep
  194. %build
  195. %install
  196. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  197. PREF=%{buildroot}%{tex_destdir}
  198. manifest=(
  199. texmf-dist/bibtex/bst/aichej/aichej.bst
  200. texmf-dist/doc/latex/amsrefs/amsrdoc.pdf
  201. texmf-dist/doc/latex/amsrefs/amsrefs.faq
  202. texmf-dist/doc/latex/amsrefs/amsrefs.pdf
  203. texmf-dist/doc/latex/amsrefs/amsxport.pdf
  204. texmf-dist/doc/latex/amsrefs/changes.pdf
  205. texmf-dist/doc/latex/amsrefs/cite-xa.pdf
  206. texmf-dist/doc/latex/amsrefs/cite-xa.tex
  207. texmf-dist/doc/latex/amsrefs/cite-xb.pdf
  208. texmf-dist/doc/latex/amsrefs/cite-xb.tex
  209. texmf-dist/doc/latex/amsrefs/cite-xh.pdf
  210. texmf-dist/doc/latex/amsrefs/cite-xh.tex
  211. texmf-dist/doc/latex/amsrefs/cite-xs.pdf
  212. texmf-dist/doc/latex/amsrefs/cite-xs.tex
  213. texmf-dist/doc/latex/amsrefs/gktest.ltb
  214. texmf-dist/doc/latex/amsrefs/ifoption.pdf
  215. texmf-dist/doc/latex/amsrefs/jr.bib
  216. texmf-dist/doc/latex/amsrefs/mathscinet.pdf
  217. texmf-dist/doc/latex/amsrefs/pcatcode.pdf
  218. texmf-dist/doc/latex/amsrefs/rkeyval.pdf
  219. texmf-dist/doc/latex/amsrefs/textcmds.pdf
  220. texmf-dist/source/latex/amsrefs/00readme.txt
  221. texmf-dist/source/latex/amsrefs/amsrdoc.tex
  222. texmf-dist/source/latex/amsrefs/amsrefs.dtx
  223. texmf-dist/source/latex/amsrefs/amsrefs.ins
  224. texmf-dist/source/latex/amsrefs/amsxport.dtx
  225. texmf-dist/source/latex/amsrefs/amsxport.ins
  226. texmf-dist/source/latex/amsrefs/changes.tex
  227. texmf-dist/source/latex/amsrefs/ifoption.dtx
  228. texmf-dist/source/latex/amsrefs/ifoption.ins
  229. texmf-dist/source/latex/amsrefs/install.txt
  230. texmf-dist/source/latex/amsrefs/manifest.txt
  231. texmf-dist/source/latex/amsrefs/mathscinet.dtx
  232. texmf-dist/source/latex/amsrefs/mathscinet.ins
  233. texmf-dist/source/latex/amsrefs/pcatcode.dtx
  234. texmf-dist/source/latex/amsrefs/pcatcode.ins
  235. texmf-dist/source/latex/amsrefs/rkeyval.dtx
  236. texmf-dist/source/latex/amsrefs/rkeyval.ins
  237. texmf-dist/source/latex/amsrefs/textcmds.dtx
  238. texmf-dist/source/latex/amsrefs/textcmds.ins
  239. texmf-dist/bibtex/bib/amsrefs/amsj.bib
  240. texmf-dist/bibtex/bst/amsrefs/amsra.bst
  241. texmf-dist/bibtex/bst/amsrefs/amsrn.bst
  242. texmf-dist/bibtex/bst/amsrefs/amsrs.bst
  243. texmf-dist/bibtex/bst/amsrefs/amsru.bst
  244. texmf-dist/bibtex/bst/amsrefs/amsry.bst
  245. texmf-dist/tex/latex/amsrefs/amsbst.sty
  246. texmf-dist/tex/latex/amsrefs/amsrefs.sty
  247. texmf-dist/tex/latex/amsrefs/ifoption.sty
  248. texmf-dist/tex/latex/amsrefs/mathscinet.sty
  249. texmf-dist/tex/latex/amsrefs/pcatcode.sty
  250. texmf-dist/tex/latex/amsrefs/rkeyval.sty
  251. texmf-dist/tex/latex/amsrefs/textcmds.sty
  252. texmf-dist/doc/latex/apacite/README
  253. texmf-dist/doc/latex/apacite/apa5ex.bib
  254. texmf-dist/doc/latex/apacite/apacite.pdf
  255. texmf-dist/source/latex/apacite/apacite.drv
  256. texmf-dist/source/latex/apacite/apacite.dtx
  257. texmf-dist/source/latex/apacite/apacite.ins
  258. texmf-dist/bibtex/bst/apacite/apacann.bst
  259. texmf-dist/bibtex/bst/apacite/apacannx.bst
  260. texmf-dist/bibtex/bst/apacite/apacite.bst
  261. texmf-dist/bibtex/bst/apacite/apacitex.bst
  262. texmf-dist/tex/latex/apacite/apacdoc.sty
  263. texmf-dist/tex/latex/apacite/apacite.sty
  264. texmf-dist/tex/latex/apacite/dutch.apc
  265. texmf-dist/tex/latex/apacite/english.apc
  266. texmf-dist/tex/latex/apacite/finnish.apc
  267. texmf-dist/tex/latex/apacite/french.apc
  268. texmf-dist/tex/latex/apacite/german.apc
  269. texmf-dist/tex/latex/apacite/greek.apc
  270. texmf-dist/tex/latex/apacite/ngerman.apc
  271. texmf-dist/tex/latex/apacite/norsk.apc
  272. texmf-dist/tex/latex/apacite/spanish.apc
  273. texmf-dist/tex/latex/apacite/swedish.apc
  274. texmf-dist/bibtex/bst/apalike2/apalike2.bst
  275. texmf-dist/bibtex/bib/beebe/gut.bib
  276. texmf-dist/bibtex/bib/beebe/komoedie.bib
  277. texmf-dist/bibtex/bib/beebe/texbook1.bib
  278. texmf-dist/bibtex/bib/beebe/texbook2.bib
  279. texmf-dist/bibtex/bib/beebe/texbook3.bib
  280. texmf-dist/bibtex/bib/beebe/texgraph.bib
  281. texmf-dist/bibtex/bib/beebe/texjourn.bib
  282. texmf-dist/bibtex/bib/beebe/texnique.bib
  283. texmf-dist/bibtex/bib/beebe/tugboat.bib
  284. texmf-dist/bibtex/bst/beebe/aaai-named.bst
  285. texmf-dist/bibtex/bst/beebe/abstract.bst
  286. texmf-dist/bibtex/bst/beebe/annotate.bst
  287. texmf-dist/bibtex/bst/beebe/annotation.bst
  288. texmf-dist/bibtex/bst/beebe/apa.bst
  289. texmf-dist/bibtex/bst/beebe/apalike2.bst
  290. texmf-dist/bibtex/bst/beebe/astron.bst
  291. texmf-dist/bibtex/bst/beebe/authordate1.bst
  292. texmf-dist/bibtex/bst/beebe/authordate2.bst
  293. texmf-dist/bibtex/bst/beebe/authordate3.bst
  294. texmf-dist/bibtex/bst/beebe/authordate4.bst
  295. texmf-dist/bibtex/bst/beebe/bbs.bst
  296. texmf-dist/bibtex/bst/beebe/bibtoref.bst
  297. texmf-dist/bibtex/bst/beebe/cbe.bst
  298. texmf-dist/bibtex/bst/beebe/chicagoa.bst
  299. texmf-dist/bibtex/bst/beebe/econometrica.bst
  300. texmf-dist/bibtex/bst/beebe/humanbio.bst
  301. texmf-dist/bibtex/bst/beebe/humannat.bst
  302. texmf-dist/bibtex/bst/beebe/is-abbrv.bst
  303. texmf-dist/bibtex/bst/beebe/is-alpha.bst
  304. texmf-dist/bibtex/bst/beebe/is-plain.bst
  305. texmf-dist/bibtex/bst/beebe/is-unsrt.bst
  306. texmf-dist/bibtex/bst/beebe/jas99.bst
  307. texmf-dist/bibtex/bst/beebe/jbact.bst
  308. texmf-dist/bibtex/bst/beebe/jmb.bst
  309. texmf-dist/bibtex/bst/beebe/jtb.bst
  310. texmf-dist/bibtex/bst/beebe/jthcarsu.bst
  311. texmf-dist/bibtex/bst/beebe/named.bst
  312. texmf-dist/bibtex/bst/beebe/namunsrt.bst
  313. texmf-dist/bibtex/bst/beebe/nar.bst
  314. texmf-dist/bibtex/bst/beebe/newapa.bst
  315. texmf-dist/bibtex/bst/beebe/phaip.bst
  316. texmf-dist/bibtex/bst/beebe/phapalik.bst
  317. texmf-dist/bibtex/bst/beebe/phcpc.bst
  318. texmf-dist/bibtex/bst/beebe/phiaea.bst
  319. texmf-dist/bibtex/bst/beebe/phjcp.bst
  320. texmf-dist/bibtex/bst/beebe/phnf.bst
  321. texmf-dist/bibtex/bst/beebe/phnflet.bst
  322. texmf-dist/bibtex/bst/beebe/phpf.bst
  323. texmf-dist/bibtex/bst/beebe/phppcf.bst
  324. texmf-dist/bibtex/bst/beebe/phreport.bst
  325. texmf-dist/bibtex/bst/beebe/phrmp.bst
  326. texmf-dist/bibtex/bst/beebe/plainyr.bst
  327. texmf-dist/bibtex/bst/beebe/refer.bst
  328. texmf-dist/bibtex/bst/beebe/xbtxbst.doc
  329. texmf-dist/doc/latex/bibarts/bibarts.pdf
  330. texmf-dist/doc/latex/bibarts/bibarts.tex
  331. texmf-dist/doc/latex/bibarts/gbib209.bat
  332. texmf-dist/doc/latex/bibarts/gbib2e.bat
  333. texmf-dist/doc/latex/bibarts/gbibsort.exe
  334. texmf-dist/source/latex/bibarts/gbibsort.c
  335. texmf-dist/makeindex/bibarts/gbibarts.ist
  336. texmf-dist/tex/latex/bibarts/bibarts.sty
  337. texmf-dist/doc/bibtex/biber/biber.pdf
  338. texmf-dist/source/bibtex/biber/README
  339. texmf-dist/source/bibtex/biber/biblatex-biber.tar.gz
  340. texmf-dist/doc/bibtex/bibexport/README
  341. texmf-dist/doc/bibtex/bibexport/bibexport.pdf
  342. texmf-dist/source/bibtex/bibexport/bibexport.dtx
  343. texmf-dist/source/bibtex/bibexport/bibexport.ins
  344. texmf-dist/bibtex/bst/bibexport/expkeys.bst
  345. texmf-dist/bibtex/bst/bibexport/export.bst
  346. texmf-dist/scripts/bibexport/bibexport.sh
  347. texmf-dist/doc/bibtex/bibhtml/LICENCE
  348. texmf-dist/doc/bibtex/bibhtml/README
  349. texmf-dist/doc/bibtex/bibhtml/bibhtml
  350. texmf-dist/doc/bibtex/bibhtml/bibhtml-extract-aux.xslt
  351. texmf-dist/doc/bibtex/bibhtml/bibhtml-insert-bib.xslt
  352. texmf-dist/doc/bibtex/bibhtml/bibhtml.html
  353. texmf-dist/doc/bibtex/bibhtml/bibrefs.bib
  354. texmf-dist/doc/bibtex/bibhtml/detex.sed
  355. texmf-dist/doc/bibtex/bibhtml/style.css
  356. texmf-dist/bibtex/bst/bibhtml/abbrvhtml.bst
  357. texmf-dist/bibtex/bst/bibhtml/alphahtml.bst
  358. texmf-dist/bibtex/bst/bibhtml/alphahtmldate.bst
  359. texmf-dist/bibtex/bst/bibhtml/alphahtmldater.bst
  360. texmf-dist/bibtex/bst/bibhtml/plainhtml.bst
  361. texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst
  362. texmf-dist/bibtex/bst/bibhtml/plainhtmldater.bst
  363. texmf-dist/bibtex/bst/bibhtml/unsrthtml.bst
  364. texmf-dist/doc/latex/biblatex/README
  365. texmf-dist/doc/latex/biblatex/RELEASE
  366. texmf-dist/doc/latex/biblatex/biblatex.pdf
  367. texmf-dist/doc/latex/biblatex/biblatex.tex
  368. texmf-dist/doc/latex/biblatex/examples/01-introduction.pdf
  369. texmf-dist/doc/latex/biblatex/examples/01-introduction.tex
  370. texmf-dist/doc/latex/biblatex/examples/02-annotations.pdf
  371. texmf-dist/doc/latex/biblatex/examples/02-annotations.tex
  372. texmf-dist/doc/latex/biblatex/examples/10-references-per-section.pdf
  373. texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex
  374. texmf-dist/doc/latex/biblatex/examples/11-references-by-section.pdf
  375. texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex
  376. texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.pdf
  377. texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.tex
  378. texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.pdf
  379. texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.tex
  380. texmf-dist/doc/latex/biblatex/examples/14-references-by-category.pdf
  381. texmf-dist/doc/latex/biblatex/examples/14-references-by-category.tex
  382. texmf-dist/doc/latex/biblatex/examples/15-references-by-type.pdf
  383. texmf-dist/doc/latex/biblatex/examples/15-references-by-type.tex
  384. texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf
  385. texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex
  386. texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf
  387. texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex
  388. texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.pdf
  389. texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex
  390. texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.pdf
  391. texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
  392. texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.pdf
  393. texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.tex
  394. texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.pdf
  395. texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex
  396. texmf-dist/doc/latex/biblatex/examples/30-style-numeric.pdf
  397. texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex
  398. texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.pdf
  399. texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.tex
  400. texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.pdf
  401. texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex
  402. texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.pdf
  403. texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex
  404. texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf
  405. texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex
  406. texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.pdf
  407. texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.tex
  408. texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf
  409. texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex
  410. texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf
  411. texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.tex
  412. texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf
  413. texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
  414. texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.pdf
  415. texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.tex
  416. texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf
  417. texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex
  418. texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf
  419. texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.tex
  420. texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf
  421. texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex
  422. texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf
  423. texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.tex
  424. texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf
  425. texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex
  426. texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf
  427. texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
  428. texmf-dist/doc/latex/biblatex/examples/70-style-verbose.pdf
  429. texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex
  430. texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf
  431. texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex
  432. texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.pdf
  433. texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex
  434. texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.pdf
  435. texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex
  436. texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf
  437. texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex
  438. texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf
  439. texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex
  440. texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf
  441. texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex
  442. texmf-dist/doc/latex/biblatex/examples/80-style-reading.pdf
  443. texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex
  444. texmf-dist/doc/latex/biblatex/examples/81-style-draft.pdf
  445. texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex
  446. texmf-dist/doc/latex/biblatex/examples/82-style-debug.pdf
  447. texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex
  448. texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib
  449. texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib
  450. texmf-dist/bibtex/bst/biblatex/biblatex.bst
  451. texmf-dist/bibtex/csf/biblatex/latin1.csf
  452. texmf-dist/bibtex/csf/biblatex/latin1_at.csf
  453. texmf-dist/bibtex/csf/biblatex/latin1_de.csf
  454. texmf-dist/bibtex/csf/biblatex/latin1_dk.csf
  455. texmf-dist/bibtex/csf/biblatex/latin1_fi.csf
  456. texmf-dist/bibtex/csf/biblatex/latin1_no.csf
  457. texmf-dist/bibtex/csf/biblatex/latin1_se.csf
  458. texmf-dist/bibtex/csf/biblatex/latin9.csf
  459. texmf-dist/bibtex/csf/biblatex/latin9_at.csf
  460. texmf-dist/bibtex/csf/biblatex/latin9_de.csf
  461. texmf-dist/bibtex/csf/biblatex/latin9_dk.csf
  462. texmf-dist/bibtex/csf/biblatex/latin9_fi.csf
  463. texmf-dist/bibtex/csf/biblatex/latin9_no.csf
  464. texmf-dist/bibtex/csf/biblatex/latin9_se.csf
  465. texmf-dist/bibtex/csf/biblatex/winansi.csf
  466. texmf-dist/bibtex/csf/biblatex/winansi_at.csf
  467. texmf-dist/bibtex/csf/biblatex/winansi_de.csf
  468. texmf-dist/bibtex/csf/biblatex/winansi_dk.csf
  469. texmf-dist/bibtex/csf/biblatex/winansi_fi.csf
  470. texmf-dist/bibtex/csf/biblatex/winansi_no.csf
  471. texmf-dist/bibtex/csf/biblatex/winansi_se.csf
  472. texmf-dist/tex/latex/biblatex/bbx/alphabetic-verb.bbx
  473. texmf-dist/tex/latex/biblatex/bbx/alphabetic.bbx
  474. texmf-dist/tex/latex/biblatex/bbx/authortitle-comp.bbx
  475. texmf-dist/tex/latex/biblatex/bbx/authortitle-ibid.bbx
  476. texmf-dist/tex/latex/biblatex/bbx/authortitle-icomp.bbx
  477. texmf-dist/tex/latex/biblatex/bbx/authortitle-tcomp.bbx
  478. texmf-dist/tex/latex/biblatex/bbx/authortitle-terse.bbx
  479. texmf-dist/tex/latex/biblatex/bbx/authortitle-ticomp.bbx
  480. texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx
  481. texmf-dist/tex/latex/biblatex/bbx/authoryear-comp.bbx
  482. texmf-dist/tex/latex/biblatex/bbx/authoryear-ibid.bbx
  483. texmf-dist/tex/latex/biblatex/bbx/authoryear-icomp.bbx
  484. texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx
  485. texmf-dist/tex/latex/biblatex/bbx/debug.bbx
  486. texmf-dist/tex/latex/biblatex/bbx/draft.bbx
  487. texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx
  488. texmf-dist/tex/latex/biblatex/bbx/numeric-verb.bbx
  489. texmf-dist/tex/latex/biblatex/bbx/numeric.bbx
  490. texmf-dist/tex/latex/biblatex/bbx/reading.bbx
  491. texmf-dist/tex/latex/biblatex/bbx/standard.bbx
  492. texmf-dist/tex/latex/biblatex/bbx/verbose-ibid.bbx
  493. texmf-dist/tex/latex/biblatex/bbx/verbose-inote.bbx
  494. texmf-dist/tex/latex/biblatex/bbx/verbose-note.bbx
  495. texmf-dist/tex/latex/biblatex/bbx/verbose-trad1.bbx
  496. texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx
  497. texmf-dist/tex/latex/biblatex/bbx/verbose-trad3.bbx
  498. texmf-dist/tex/latex/biblatex/bbx/verbose.bbx
  499. texmf-dist/tex/latex/biblatex/biblatex.cfg
  500. texmf-dist/tex/latex/biblatex/biblatex.def
  501. texmf-dist/tex/latex/biblatex/biblatex.sty
  502. texmf-dist/tex/latex/biblatex/blx-compat.def
  503. texmf-dist/tex/latex/biblatex/blx-mcite.def
  504. texmf-dist/tex/latex/biblatex/blx-natbib.def
  505. texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx
  506. texmf-dist/tex/latex/biblatex/cbx/alphabetic.cbx
  507. texmf-dist/tex/latex/biblatex/cbx/authortitle-comp.cbx
  508. texmf-dist/tex/latex/biblatex/cbx/authortitle-ibid.cbx
  509. texmf-dist/tex/latex/biblatex/cbx/authortitle-icomp.cbx
  510. texmf-dist/tex/latex/biblatex/cbx/authortitle-tcomp.cbx
  511. texmf-dist/tex/latex/biblatex/cbx/authortitle-terse.cbx
  512. texmf-dist/tex/latex/biblatex/cbx/authortitle-ticomp.cbx
  513. texmf-dist/tex/latex/biblatex/cbx/authortitle.cbx
  514. texmf-dist/tex/latex/biblatex/cbx/authoryear-comp.cbx
  515. texmf-dist/tex/latex/biblatex/cbx/authoryear-ibid.cbx
  516. texmf-dist/tex/latex/biblatex/cbx/authoryear-icomp.cbx
  517. texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx
  518. texmf-dist/tex/latex/biblatex/cbx/debug.cbx
  519. texmf-dist/tex/latex/biblatex/cbx/draft.cbx
  520. texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx
  521. texmf-dist/tex/latex/biblatex/cbx/numeric-verb.cbx
  522. texmf-dist/tex/latex/biblatex/cbx/numeric.cbx
  523. texmf-dist/tex/latex/biblatex/cbx/reading.cbx
  524. texmf-dist/tex/latex/biblatex/cbx/verbose-ibid.cbx
  525. texmf-dist/tex/latex/biblatex/cbx/verbose-inote.cbx
  526. texmf-dist/tex/latex/biblatex/cbx/verbose-note.cbx
  527. texmf-dist/tex/latex/biblatex/cbx/verbose-trad1.cbx
  528. texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx
  529. texmf-dist/tex/latex/biblatex/cbx/verbose-trad3.cbx
  530. texmf-dist/tex/latex/biblatex/cbx/verbose.cbx
  531. texmf-dist/tex/latex/biblatex/lbx/UKenglish.lbx
  532. texmf-dist/tex/latex/biblatex/lbx/USenglish.lbx
  533. texmf-dist/tex/latex/biblatex/lbx/american.lbx
  534. texmf-dist/tex/latex/biblatex/lbx/australian.lbx
  535. texmf-dist/tex/latex/biblatex/lbx/austrian.lbx
  536. texmf-dist/tex/latex/biblatex/lbx/brazil.lbx
  537. texmf-dist/tex/latex/biblatex/lbx/brazilian.lbx
  538. texmf-dist/tex/latex/biblatex/lbx/british.lbx
  539. texmf-dist/tex/latex/biblatex/lbx/canadian.lbx
  540. texmf-dist/tex/latex/biblatex/lbx/danish.lbx
  541. texmf-dist/tex/latex/biblatex/lbx/dutch.lbx
  542. texmf-dist/tex/latex/biblatex/lbx/english.lbx
  543. texmf-dist/tex/latex/biblatex/lbx/finnish.lbx
  544. texmf-dist/tex/latex/biblatex/lbx/french.lbx
  545. texmf-dist/tex/latex/biblatex/lbx/german.lbx
  546. texmf-dist/tex/latex/biblatex/lbx/greek.lbx
  547. texmf-dist/tex/latex/biblatex/lbx/italian.lbx
  548. texmf-dist/tex/latex/biblatex/lbx/naustrian.lbx
  549. texmf-dist/tex/latex/biblatex/lbx/newzealand.lbx
  550. texmf-dist/tex/latex/biblatex/lbx/ngerman.lbx
  551. texmf-dist/tex/latex/biblatex/lbx/norsk.lbx
  552. texmf-dist/tex/latex/biblatex/lbx/norwegian.lbx
  553. texmf-dist/tex/latex/biblatex/lbx/nynorsk.lbx
  554. texmf-dist/tex/latex/biblatex/lbx/portuges.lbx
  555. texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx
  556. texmf-dist/tex/latex/biblatex/lbx/spanish.lbx
  557. texmf-dist/tex/latex/biblatex/lbx/swedish.lbx
  558. texmf-dist/doc/latex/biblatex-apa/README
  559. texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
  560. texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib
  561. texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf
  562. texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex
  563. texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf
  564. texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
  565. texmf-dist/tex/latex/biblatex-apa/american-apa.lbx
  566. texmf-dist/tex/latex/biblatex-apa/apa.bbx
  567. texmf-dist/tex/latex/biblatex-apa/apa.cbx
  568. texmf-dist/tex/latex/biblatex-apa/brazilian-apa.lbx
  569. texmf-dist/tex/latex/biblatex-apa/dutch-apa.lbx
  570. texmf-dist/tex/latex/biblatex-apa/french-apa.lbx
  571. texmf-dist/tex/latex/biblatex-apa/german-apa.lbx
  572. texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx
  573. texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx
  574. texmf-dist/doc/latex/biblatex-chem/README
  575. texmf-dist/doc/latex/biblatex-chem/biblatex-chem.pdf
  576. texmf-dist/doc/latex/biblatex-chem/biblatex-chem.tex
  577. texmf-dist/doc/latex/biblatex-chem/examples/biblatex-chem.bib
  578. texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.pdf
  579. texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex
  580. texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.pdf
  581. texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex
  582. texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.pdf
  583. texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex
  584. texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.pdf
  585. texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.tex
  586. texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx
  587. texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx
  588. texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx
  589. texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx
  590. texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx
  591. texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx
  592. texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx
  593. texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx
  594. texmf-dist/doc/latex/biblatex-chicago/README
  595. texmf-dist/doc/latex/biblatex-chicago/RELEASE
  596. texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.pdf
  597. texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex
  598. texmf-dist/doc/latex/biblatex-chicago/cms-dates-sample.pdf
  599. texmf-dist/doc/latex/biblatex-chicago/cms-dates-sample.tex
  600. texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.pdf
  601. texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex
  602. texmf-dist/doc/latex/biblatex-chicago/dates-test.bib
  603. texmf-dist/doc/latex/biblatex-chicago/notes-test.bib
  604. texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty
  605. texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx
  606. texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx
  607. texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx
  608. texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx
  609. texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx
  610. texmf-dist/tex/latex/biblatex-chicago/cms-french.lbx
  611. texmf-dist/tex/latex/biblatex-chicago/cms-german.lbx
  612. texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx
  613. texmf-dist/doc/latex/biblatex-dw/CHANGES
  614. texmf-dist/doc/latex/biblatex-dw/LIESMICH
  615. texmf-dist/doc/latex/biblatex-dw/README
  616. texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex
  617. texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex
  618. texmf-dist/doc/latex/biblatex-dw/biblatex-dw-screen.tex
  619. texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf
  620. texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex
  621. texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf
  622. texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex
  623. texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf
  624. texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex
  625. texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib
  626. texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf
  627. texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex
  628. texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf
  629. texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex
  630. texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf
  631. texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex
  632. texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib
  633. texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
  634. texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx
  635. texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx
  636. texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx
  637. texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx
  638. texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx
  639. texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx
  640. texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx
  641. texmf-dist/doc/latex/biblatex-historian/README.txt
  642. texmf-dist/doc/latex/biblatex-historian/historian.bib
  643. texmf-dist/doc/latex/biblatex-historian/historian.pdf
  644. texmf-dist/tex/latex/biblatex-historian/historian.bbx
  645. texmf-dist/tex/latex/biblatex-historian/historian.cbx
  646. texmf-dist/tex/latex/biblatex-historian/historian.lbx
  647. texmf-dist/doc/latex/biblatex-ieee/README
  648. texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf
  649. texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex
  650. texmf-dist/bibtex/bib/biblatex-ieee/biblatex-ieee.bib
  651. texmf-dist/tex/latex/biblatex-ieee/ieee.bbx
  652. texmf-dist/tex/latex/biblatex-ieee/ieee.cbx
  653. texmf-dist/doc/latex/biblatex-mla/CHANGES
  654. texmf-dist/doc/latex/biblatex-mla/README
  655. texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla-old.pdf
  656. texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla.pdf
  657. texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla.tex
  658. texmf-dist/tex/latex/biblatex-mla/american-mla.lbx
  659. texmf-dist/tex/latex/biblatex-mla/english-mla.lbx
  660. texmf-dist/tex/latex/biblatex-mla/italian-mla.lbx
  661. texmf-dist/tex/latex/biblatex-mla/mla.bbx
  662. texmf-dist/tex/latex/biblatex-mla/mla.cbx
  663. texmf-dist/tex/latex/biblatex-mla/portuguese-mla.lbx
  664. texmf-dist/tex/latex/biblatex-mla/spanish-mla.lbx
  665. texmf-dist/doc/latex/biblatex-nature/README
  666. texmf-dist/doc/latex/biblatex-nature/biblatex-nature.pdf
  667. texmf-dist/doc/latex/biblatex-nature/biblatex-nature.tex
  668. texmf-dist/bibtex/bib/biblatex-nature/biblatex-nature.bib
  669. texmf-dist/tex/latex/biblatex-nature/nature.bbx
  670. texmf-dist/tex/latex/biblatex-nature/nature.cbx
  671. texmf-dist/doc/latex/biblatex-philosophy/CHANGES.txt
  672. texmf-dist/doc/latex/biblatex-philosophy/README
  673. texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-classic.tex
  674. texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex
  675. texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-verbose.tex
  676. texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf
  677. texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.tex
  678. texmf-dist/doc/latex/biblatex-philosophy/philosophy-examples.bib
  679. texmf-dist/tex/latex/biblatex-philosophy/english-philosophy.lbx
  680. texmf-dist/tex/latex/biblatex-philosophy/italian-philosophy.lbx
  681. texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx
  682. texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.cbx
  683. texmf-dist/tex/latex/biblatex-philosophy/philosophy-modern.bbx
  684. texmf-dist/tex/latex/biblatex-philosophy/philosophy-modern.cbx
  685. texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx
  686. texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx
  687. texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx
  688. texmf-dist/doc/latex/biblatex-science/README
  689. texmf-dist/doc/latex/biblatex-science/biblatex-science.pdf
  690. texmf-dist/doc/latex/biblatex-science/biblatex-science.tex
  691. texmf-dist/bibtex/bib/biblatex-science/biblatex-science.bib
  692. texmf-dist/tex/latex/biblatex-science/science.bbx
  693. texmf-dist/tex/latex/biblatex-science/science.cbx
  694. texmf-dist/doc/latex/biblist/README
  695. texmf-dist/doc/latex/biblist/biblist.bst-dist
  696. texmf-dist/doc/latex/biblist/biblist.gde
  697. texmf-dist/doc/latex/biblist/biblist.pdf
  698. texmf-dist/doc/latex/biblist/biblist.tex
  699. texmf-dist/tex/latex/biblist/biblist.sty
  700. texmf-dist/doc/latex/bibtopic/README
  701. texmf-dist/doc/latex/bibtopic/articles.bib
  702. texmf-dist/doc/latex/bibtopic/bibtopic.pdf
  703. texmf-dist/doc/latex/bibtopic/books.bib
  704. texmf-dist/doc/latex/bibtopic/sample.tex
  705. texmf-dist/source/latex/bibtopic/bibtopic.dtx
  706. texmf-dist/source/latex/bibtopic/bibtopic.ins
  707. texmf-dist/tex/latex/bibtopic/bibtopic.sty
  708. texmf-dist/doc/latex/bibtopicprefix/README
  709. texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.pdf
  710. texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.xml
  711. texmf-dist/source/latex/bibtopicprefix/bibtopicprefix.drv
  712. texmf-dist/source/latex/bibtopicprefix/bibtopicprefix.dtx
  713. texmf-dist/source/latex/bibtopicprefix/bibtopicprefix.ins
  714. texmf-dist/tex/latex/bibtopicprefix/bibtopicprefix.sty
  715. texmf-dist/doc/latex/bibunits/README
  716. texmf-dist/doc/latex/bibunits/bibtexall
  717. texmf-dist/doc/latex/bibunits/bibunits.pdf
  718. texmf-dist/source/latex/bibunits/bibunits.dtx
  719. texmf-dist/source/latex/bibunits/bibunits.ins
  720. texmf-dist/tex/latex/bibunits/bibunits.sty
  721. texmf-dist/doc/latex/breakcites/README
  722. texmf-dist/doc/latex/breakcites/breakcites.pdf
  723. texmf-dist/doc/latex/breakcites/breakcites.tex
  724. texmf-dist/tex/latex/breakcites/breakcites.sty
  725. texmf-dist/doc/latex/cell/README
  726. texmf-dist/bibtex/bst/cell/cell.bst
  727. texmf-dist/tex/latex/cell/cell.sty
  728. texmf-dist/doc/latex/chbibref/chbibref.pdf
  729. texmf-dist/doc/latex/chbibref/chbibref.tex
  730. texmf-dist/tex/latex/chbibref/chbibref.sty
  731. texmf-dist/bibtex/bst/chicago/chicago.bst
  732. texmf-dist/tex/latex/chicago/chicago.sty
  733. texmf-dist/doc/bibtex/chicago-annote/README
  734. texmf-dist/bibtex/bst/chicago-annote/chicago-annote.bst
  735. texmf-dist/doc/latex/chembst/README
  736. texmf-dist/doc/latex/chembst/chembst.pdf
  737. texmf-dist/source/latex/chembst/chembst.dtx
  738. texmf-dist/source/latex/chembst/chembst.ins
  739. texmf-dist/bibtex/bst/chembst/ChemCommun.bst
  740. texmf-dist/bibtex/bst/chembst/ChemEurJ.bst
  741. texmf-dist/bibtex/bst/chembst/InorgChem.bst
  742. texmf-dist/bibtex/bst/chembst/JAmChemSoc.bst
  743. texmf-dist/bibtex/bst/chembst/JAmChemSoc_all.bst
  744. texmf-dist/bibtex/bst/chembst/cv.bst
  745. texmf-dist/doc/latex/collref/README
  746. texmf-dist/doc/latex/collref/collref.pdf
  747. texmf-dist/doc/latex/collref/collsamp.tex
  748. texmf-dist/source/latex/collref/collref.dtx
  749. texmf-dist/source/latex/collref/collref.ins
  750. texmf-dist/tex/latex/collref/collref.sty
  751. texmf-dist/tex/latex/compactbib/compactbib.sty
  752. texmf-dist/doc/latex/custom-bib/README.V432
  753. texmf-dist/doc/latex/custom-bib/makebst.pdf
  754. texmf-dist/doc/latex/custom-bib/merlin.pdf
  755. texmf-dist/source/latex/custom-bib/makebst.drv
  756. texmf-dist/source/latex/custom-bib/makebst.dtx
  757. texmf-dist/source/latex/custom-bib/makebst.ins
  758. texmf-dist/source/latex/custom-bib/shorthnd.ins
  759. texmf-dist/tex/latex/custom-bib/catalan.mbs
  760. texmf-dist/tex/latex/custom-bib/dansk.mbs
  761. texmf-dist/tex/latex/custom-bib/dutch.mbs
  762. texmf-dist/tex/latex/custom-bib/english.mbs
  763. texmf-dist/tex/latex/custom-bib/esperant.mbs
  764. texmf-dist/tex/latex/custom-bib/finnish.mbs
  765. texmf-dist/tex/latex/custom-bib/french.mbs
  766. texmf-dist/tex/latex/custom-bib/geojour.mbs
  767. texmf-dist/tex/latex/custom-bib/geophys.tex
  768. texmf-dist/tex/latex/custom-bib/german.mbs
  769. texmf-dist/tex/latex/custom-bib/italian.mbs
  770. texmf-dist/tex/latex/custom-bib/makebst.tex
  771. texmf-dist/tex/latex/custom-bib/merlin.mbs
  772. texmf-dist/tex/latex/custom-bib/norsk.mbs
  773. texmf-dist/tex/latex/custom-bib/photjour.mbs
  774. texmf-dist/tex/latex/custom-bib/physjour.mbs
  775. texmf-dist/tex/latex/custom-bib/polski.mbs
  776. texmf-dist/tex/latex/custom-bib/portuges.mbs
  777. texmf-dist/tex/latex/custom-bib/shorthnd.tex
  778. texmf-dist/tex/latex/custom-bib/slovene.mbs
  779. texmf-dist/tex/latex/custom-bib/spanish.mbs
  780. texmf-dist/tex/latex/custom-bib/suppjour.mbs
  781. texmf-dist/tex/latex/custom-bib/svenska.mbs
  782. texmf-dist/doc/latex/din1505/README.TEXLIVE
  783. texmf-dist/doc/latex/din1505/leitbild.bib
  784. texmf-dist/doc/latex/din1505/natbib.cfg
  785. texmf-dist/bibtex/bst/din1505/abbrvdin.bst
  786. texmf-dist/bibtex/bst/din1505/alphadin.bst
  787. texmf-dist/bibtex/bst/din1505/natdin.bst
  788. texmf-dist/bibtex/bst/din1505/plaindin.bst
  789. texmf-dist/bibtex/bst/din1505/unsrtdin.bst
  790. texmf-dist/doc/latex/dk-bib/COPYRIGHT
  791. texmf-dist/doc/latex/dk-bib/README
  792. texmf-dist/doc/latex/dk-bib/dk-bib.ltx
  793. texmf-dist/doc/latex/dk-bib/dk-bib.pdf
  794. texmf-dist/source/latex/dk-bib/Makefile
  795. texmf-dist/bibtex/bib/dk-bib/litteratur.bib
  796. texmf-dist/bibtex/bst/dk-bib/dk-abbrv.bst
  797. texmf-dist/bibtex/bst/dk-bib/dk-alpha.bst
  798. texmf-dist/bibtex/bst/dk-bib/dk-apali.bst
  799. texmf-dist/bibtex/bst/dk-bib/dk-plain.bst
  800. texmf-dist/bibtex/bst/dk-bib/dk-unsrt.bst
  801. texmf-dist/bibtex/csf/dk-bib/88591-dk.csf
  802. texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf
  803. texmf-dist/bibtex/csf/dk-bib/mac-dk.csf
  804. texmf-dist/bibtex/csf/dk-bib/utf8-dk.csf
  805. texmf-dist/tex/latex/dk-bib/dk-apali.sty
  806. texmf-dist/tex/latex/dk-bib/dk-bib.sty
  807. texmf-dist/doc/latex/doipubmed/CHANGES
  808. texmf-dist/doc/latex/doipubmed/README
  809. texmf-dist/doc/latex/doipubmed/doipubmed-manual.html
  810. texmf-dist/doc/latex/doipubmed/doipubmed.pdf
  811. texmf-dist/doc/latex/doipubmed/doipubmed.perl
  812. texmf-dist/source/latex/doipubmed/doipubmed.dtx
  813. texmf-dist/source/latex/doipubmed/doipubmed.ins
  814. texmf-dist/tex/latex/doipubmed/doipubmed.sty
  815. texmf-dist/bibtex/bst/fbs/fbs.bst
  816. texmf-dist/doc/latex/figbib/README
  817. texmf-dist/doc/latex/figbib/figbib_doc.pdf
  818. texmf-dist/doc/latex/figbib/figbib_doc.tex
  819. texmf-dist/doc/latex/figbib/figbib_sample.bib
  820. texmf-dist/doc/latex/figbib/figbib_sample.pdf
  821. texmf-dist/doc/latex/figbib/figbib_sample.tex
  822. texmf-dist/doc/latex/figbib/smiley.eps
  823. texmf-dist/bibtex/bst/figbib/figbib.bst
  824. texmf-dist/bibtex/bst/figbib/figbib1.bst
  825. texmf-dist/tex/latex/figbib/figbib.sty
  826. texmf-dist/doc/latex/footbib/README
  827. texmf-dist/doc/latex/footbib/footbib.pdf
  828. texmf-dist/source/latex/footbib/footbib.dtx
  829. texmf-dist/source/latex/footbib/footbib.ins
  830. texmf-dist/tex/latex/footbib/footbib.sty
  831. texmf-dist/doc/latex/harvard/INSTALL
  832. texmf-dist/doc/latex/harvard/README
  833. texmf-dist/doc/latex/harvard/harvard.pdf
  834. texmf-dist/doc/latex/harvard/harvard.perl
  835. texmf-dist/doc/latex/harvard/harvard.tex
  836. texmf-dist/doc/latex/harvard/manifest.txt
  837. texmf-dist/source/latex/harvard/Makefile
  838. texmf-dist/source/latex/harvard/doc_Makefile
  839. texmf-dist/bibtex/bib/harvard/harvard.bib
  840. texmf-dist/bibtex/bst/harvard/agsm.bst
  841. texmf-dist/bibtex/bst/harvard/apsr.bst
  842. texmf-dist/bibtex/bst/harvard/dcu.bst
  843. texmf-dist/bibtex/bst/harvard/jmr.bst
  844. texmf-dist/bibtex/bst/harvard/jphysicsB.bst
  845. texmf-dist/bibtex/bst/harvard/kluwer.bst
  846. texmf-dist/bibtex/bst/harvard/nederlands.bst
  847. texmf-dist/tex/latex/harvard/harvard.sty
  848. texmf-dist/doc/plain/harvmac/README
  849. texmf-dist/doc/plain/harvmac/harvsamp.tex
  850. texmf-dist/tex/plain/harvmac/harvmac.tex
  851. texmf-dist/doc/latex/historische-zeitschrift/CHANGES
  852. texmf-dist/doc/latex/historische-zeitschrift/LIESMICH
  853. texmf-dist/doc/latex/historische-zeitschrift/README
  854. texmf-dist/tex/latex/historische-zeitschrift/bbx/historische-zeitschrift.bbx
  855. texmf-dist/tex/latex/historische-zeitschrift/cbx/historische-zeitschrift.cbx
  856. texmf-dist/tex/latex/historische-zeitschrift/lbx/historische-zeitschrift.lbx
  857. texmf-dist/doc/bibtex/ijqc/README
  858. texmf-dist/doc/bibtex/ijqc/makefile
  859. texmf-dist/doc/bibtex/ijqc/mybib.bib
  860. texmf-dist/doc/bibtex/ijqc/xampl.pdf
  861. texmf-dist/doc/bibtex/ijqc/xampl.tex
  862. texmf-dist/bibtex/bst/ijqc/ijqc.bst
  863. texmf-dist/doc/bibtex/inlinebib/MANIFEST
  864. texmf-dist/doc/bibtex/inlinebib/inlinebib.htm
  865. texmf-dist/doc/bibtex/inlinebib/inlinebib.txt
  866. texmf-dist/doc/bibtex/inlinebib/inlinebib1.gif
  867. texmf-dist/doc/bibtex/inlinebib/inlinebib2.gif
  868. texmf-dist/bibtex/bst/inlinebib/inlinebib.bst
  869. texmf-dist/tex/latex/inlinebib/inlinebib.sty
  870. texmf-dist/tex/latex/inlinebib/pageranges.sty
  871. texmf-dist/doc/bibtex/iopart-num/README
  872. texmf-dist/doc/bibtex/iopart-num/iopart-num.bib
  873. texmf-dist/doc/bibtex/iopart-num/iopart-num.pdf
  874. texmf-dist/doc/bibtex/iopart-num/iopart-num.tex
  875. texmf-dist/bibtex/bst/iopart-num/iopart-num.bst
  876. texmf-dist/doc/latex/jneurosci/README
  877. texmf-dist/doc/latex/jneurosci/jneurosci.pdf
  878. texmf-dist/doc/latex/jneurosci/jneurosci.tex
  879. texmf-dist/bibtex/bst/jneurosci/jneurosci.bst
  880. texmf-dist/tex/latex/jneurosci/jneurosci.sty
  881. texmf-dist/doc/latex/jurabib/changes.txt
  882. texmf-dist/doc/latex/jurabib/docs/english/jbendoc.pdf
  883. texmf-dist/doc/latex/jurabib/docs/english/jbendoc.tex
  884. texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.pdf
  885. texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.tex
  886. texmf-dist/doc/latex/jurabib/jbtest.pdf
  887. texmf-dist/doc/latex/jurabib/jbtest.tex
  888. texmf-dist/doc/latex/jurabib/jbtest.url
  889. texmf-dist/doc/latex/jurabib/jbtestbt.tex
  890. texmf-dist/doc/latex/jurabib/jbtestbu.tex
  891. texmf-dist/doc/latex/jurabib/jbtestcb.tex
  892. texmf-dist/doc/latex/jurabib/jbtestcb1.tex
  893. texmf-dist/doc/latex/jurabib/jbtestcb2.tex
  894. texmf-dist/doc/latex/jurabib/jbtesthu.tex
  895. texmf-dist/doc/latex/jurabib/jbtestmb.tex
  896. texmf-dist/source/latex/jurabib/jurabib.dtx
  897. texmf-dist/source/latex/jurabib/jurabib.ins
  898. texmf-dist/bibtex/bib/jurabib/book.bib
  899. texmf-dist/bibtex/bib/jurabib/comment.bib
  900. texmf-dist/bibtex/bib/jurabib/jbtest.bib
  901. texmf-dist/bibtex/bib/jurabib/jbtesthu.bib
  902. texmf-dist/bibtex/bst/jurabib/jox.bst
  903. texmf-dist/bibtex/bst/jurabib/jurabib.bst
  904. texmf-dist/bibtex/bst/jurabib/jureco.bst
  905. texmf-dist/bibtex/bst/jurabib/jurunsrt.bst
  906. texmf-dist/tex/latex/jurabib/dajbbib.ldf
  907. texmf-dist/tex/latex/jurabib/dejbbib.ldf
  908. texmf-dist/tex/latex/jurabib/dujbbib.ldf
  909. texmf-dist/tex/latex/jurabib/enjbbib.ldf
  910. texmf-dist/tex/latex/jurabib/fijbbib.ldf
  911. texmf-dist/tex/latex/jurabib/frjbbib.ldf
  912. texmf-dist/tex/latex/jurabib/itjbbib.ldf
  913. texmf-dist/tex/latex/jurabib/jblong.cfg
  914. texmf-dist/tex/latex/jurabib/jurabib.cfg
  915. texmf-dist/tex/latex/jurabib/jurabib.sty
  916. texmf-dist/tex/latex/jurabib/nojbbib.ldf
  917. texmf-dist/tex/latex/jurabib/ptjbbib.ldf
  918. texmf-dist/tex/latex/jurabib/spjbbib.ldf
  919. texmf-dist/doc/latex/listbib/listbib
  920. texmf-dist/doc/latex/listbib/listbib-doc.pdf
  921. texmf-dist/doc/latex/listbib/listbib.doc
  922. texmf-dist/doc/latex/listbib/listbib.tex
  923. texmf-dist/source/latex/listbib/listbib-doc.drv
  924. texmf-dist/source/latex/listbib/listbib.drv
  925. texmf-dist/source/latex/listbib/listbib.dtx
  926. texmf-dist/source/latex/listbib/listbib.ins
  927. texmf-dist/tex/latex/listbib/listbib.cfg
  928. texmf-dist/tex/latex/listbib/listbib.sty
  929. texmf-dist/doc/latex/logreq/README
  930. texmf-dist/doc/latex/logreq/examples/01-basic.run.xml
  931. texmf-dist/doc/latex/logreq/examples/01-basic.tex
  932. texmf-dist/doc/latex/logreq/examples/02-index.run.xml
  933. texmf-dist/doc/latex/logreq/examples/02-index.tex
  934. texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.run.xml
  935. texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.tex
  936. texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.run.xml
  937. texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.tex
  938. texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.run.xml
  939. texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.tex
  940. texmf-dist/tex/latex/logreq/logreq.def
  941. texmf-dist/tex/latex/logreq/logreq.sty
  942. texmf-dist/doc/latex/margbib/margbib.pdf
  943. texmf-dist/source/latex/margbib/margbib.dtx
  944. texmf-dist/source/latex/margbib/margbib.ins
  945. texmf-dist/tex/latex/margbib/margbib.sty
  946. texmf-dist/doc/latex/multibib/README
  947. texmf-dist/doc/latex/multibib/bibtexall
  948. texmf-dist/doc/latex/multibib/multibib.pdf
  949. texmf-dist/source/latex/multibib/multibib.dtx
  950. texmf-dist/source/latex/multibib/multibib.ins
  951. texmf-dist/bibtex/bst/multibib/mbplain.bst
  952. texmf-dist/bibtex/bst/multibib/mbunsrtdin.bst
  953. texmf-dist/makeindex/multibib/mbgglo.ist
  954. texmf-dist/makeindex/multibib/mbgind.ist
  955. texmf-dist/tex/latex/multibib/multibib.sty
  956. texmf-dist/doc/latex/munich/README
  957. texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.pdf
  958. texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.tex
  959. texmf-dist/doc/latex/munich/example_DB.bib
  960. texmf-dist/doc/latex/munich/example_munich_Bibtex_style.pdf
  961. texmf-dist/doc/latex/munich/example_munich_Bibtex_style.tex
  962. texmf-dist/bibtex/bst/munich/munich.bst
  963. texmf-dist/doc/latex/notes2bib/README
  964. texmf-dist/doc/latex/notes2bib/notes2bib.pdf
  965. texmf-dist/source/latex/notes2bib/notes2bib.dtx
  966. texmf-dist/tex/latex/notes2bib/notes2bib.sty
  967. texmf-dist/doc/latex/perception/README
  968. texmf-dist/bibtex/bst/perception/perception.bst
  969. texmf-dist/bibtex/bst/pnas2009/pnas2009.bst
  970. texmf-dist/doc/latex/rsc/README
  971. texmf-dist/doc/latex/rsc/rsc-demo.tex
  972. texmf-dist/doc/latex/rsc/rsc.bib
  973. texmf-dist/doc/latex/rsc/rsc.pdf
  974. texmf-dist/source/latex/rsc/rsc.dtx
  975. texmf-dist/source/latex/rsc/rsc.ins
  976. texmf-dist/bibtex/bst/rsc/angew.bst
  977. texmf-dist/bibtex/bst/rsc/rsc.bst
  978. texmf-dist/tex/latex/rsc/rsc.sty
  979. texmf-dist/doc/latex/showtags/showtags-doc.pdf
  980. texmf-dist/doc/latex/showtags/showtags-doc.tex
  981. texmf-dist/tex/latex/showtags/showtags.sty
  982. texmf-dist/doc/latex/sort-by-letters/README
  983. texmf-dist/bibtex/bst/sort-by-letters/abbrv-letters.bst
  984. texmf-dist/bibtex/bst/sort-by-letters/alpha-letters.bst
  985. texmf-dist/bibtex/bst/sort-by-letters/apalike-letters.bst
  986. texmf-dist/bibtex/bst/sort-by-letters/frplainnat-letters.bst
  987. texmf-dist/bibtex/bst/sort-by-letters/plain-letters.bst
  988. texmf-dist/bibtex/bst/sort-by-letters/plainnat-letters.bst
  989. texmf-dist/bibtex/bst/sort-by-letters/siam-letters.bst
  990. texmf-dist/doc/latex/splitbib/README
  991. texmf-dist/doc/latex/splitbib/splitbib.pdf
  992. texmf-dist/source/latex/splitbib/splitbib.dtx
  993. texmf-dist/source/latex/splitbib/splitbib.ins
  994. texmf-dist/tex/latex/splitbib/splitbib.sty
  995. texmf-dist/doc/latex/uni-wtal-ger/LIESMICH
  996. texmf-dist/doc/latex/uni-wtal-ger/README
  997. texmf-dist/doc/latex/uni-wtal-ger/germanistik.bib
  998. texmf-dist/doc/latex/uni-wtal-ger/germanistik.pdf
  999. texmf-dist/doc/latex/uni-wtal-ger/germanistik.tex
  1000. texmf-dist/tex/latex/uni-wtal-ger/uni-wtal-ger.bbx
  1001. texmf-dist/tex/latex/uni-wtal-ger/uni-wtal-ger.cbx
  1002. texmf-dist/doc/bibtex/urlbst/Makefile.in
  1003. texmf-dist/doc/bibtex/urlbst/README
  1004. texmf-dist/doc/bibtex/urlbst/VERSION
  1005. texmf-dist/doc/bibtex/urlbst/urlbst
  1006. texmf-dist/doc/bibtex/urlbst/urlbst.bib
  1007. texmf-dist/doc/bibtex/urlbst/urlbst.html
  1008. texmf-dist/doc/bibtex/urlbst/urlbst.html.in
  1009. texmf-dist/doc/bibtex/urlbst/urlbst.in
  1010. texmf-dist/doc/bibtex/urlbst/urlbst.pdf
  1011. texmf-dist/doc/bibtex/urlbst/urlbst.tex
  1012. texmf-dist/doc/bibtex/urlbst/urlbst.tex.in
  1013. texmf-dist/source/bibtex/urlbst/configure
  1014. texmf-dist/source/bibtex/urlbst/configure.ac
  1015. texmf-dist/bibtex/bst/urlbst/abbrvurl.bst
  1016. texmf-dist/bibtex/bst/urlbst/alphaurl.bst
  1017. texmf-dist/bibtex/bst/urlbst/plainurl.bst
  1018. texmf-dist/bibtex/bst/urlbst/unsrturl.bst
  1019. )
  1020. %__mkdir_p ${PREF}/texmf-dist
  1021. for i in "${manifest[@]}"; do
  1022. %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
  1023. done
  1024. ## make symlinks of core script utils
  1025. mk_symlinks=(
  1026. texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
  1027. texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
  1028. texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
  1029. texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
  1030. texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
  1031. texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
  1032. texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
  1033. texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
  1034. texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
  1035. texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
  1036. texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  1037. texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
  1038. texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
  1039. texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
  1040. texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  1041. texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
  1042. texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
  1043. texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
  1044. texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
  1045. texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
  1046. texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
  1047. texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
  1048. texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  1049. texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
  1050. texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
  1051. texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
  1052. texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
  1053. texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
  1054. texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
  1055. texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
  1056. texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
  1057. texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
  1058. texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
  1059. texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
  1060. texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
  1061. texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
  1062. texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
  1063. texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
  1064. texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
  1065. texlive-collection-fontutils,/usr/bin/cmap2enc,/usr/share/texmf-dist/scripts/fontools/cmap2enc
  1066. texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
  1067. texlive-collection-fontutils,/usr/bin/font2afm,/usr/share/texmf-dist/scripts/fontools/font2afm
  1068. texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
  1069. texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
  1070. texlive-collection-fontutils,/usr/bin/pfm2kpx,/usr/share/texmf-dist/scripts/fontools/pfm2kpx
  1071. texlive-collection-fontutils,/usr/bin/showglyphs,/usr/share/texmf-dist/scripts/fontools/showglyphs
  1072. texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
  1073. texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
  1074. texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
  1075. texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
  1076. texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
  1077. texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
  1078. texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
  1079. texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
  1080. texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
  1081. texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
  1082. texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
  1083. texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
  1084. texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
  1085. texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
  1086. texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
  1087. texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
  1088. texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
  1089. texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
  1090. texlive-collection-latexextra,/usr/bin/pdfthumb,/usr/share/texmf-dist/scripts/ppower4/pdfthumb.tlu
  1091. texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
  1092. texlive-collection-latexextra,/usr/bin/ppower4,/usr/share/texmf-dist/scripts/ppower4/ppower4.tlu
  1093. texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
  1094. texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
  1095. texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
  1096. texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
  1097. texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
  1098. texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
  1099. texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
  1100. texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
  1101. texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
  1102. texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
  1103. texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
  1104. texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
  1105. texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
  1106. texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
  1107. texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
  1108. )
  1109. %__mkdir_p %{buildroot}%{_bindir}
  1110. pushd %{buildroot}%{_bindir}
  1111. for i in "${mk_symlinks[@]}"; do
  1112. tlc=$(echo $i | cut -f 1 -d",")
  1113. lnk=$(echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
  1114. rlnk=$(echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
  1115. [ "%{name}" = "$tlc" ] || continue
  1116. [ -f $rlnk ] || exit 1
  1117. %__ln_s $rlnk $lnk || exit 1
  1118. done
  1119. popd
  1120. ## Files list
  1121. find %{buildroot} -type f -or -type l | \
  1122. %__sed -e "s|%{buildroot}||g" > filelist.full
  1123. find %{buildroot}%{texmf}-dist -type d | \
  1124. %__sed -e "s|^%{buildroot}|%dir |" \
  1125. -e "s|$|/|" >> filelist.full
  1126. ## subpackages
  1127. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  1128. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  1129. %__mv -f filelist.tmp filelist.full
  1130. %clean
  1131. %__rm -rf %{buildroot}
  1132. %post
  1133. %{exec_texhash}
  1134. exit 0
  1135. %postun
  1136. if [ "$1" = 0 ]; then
  1137. %{exec_texhash}
  1138. fi
  1139. exit 0
  1140. %files -f filelist.full
  1141. %defattr(-,root,root,-)
  1142. %files -f filelist.doc doc
  1143. %defattr(-,root,root,-)
  1144. %changelog
  1145. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  1146. - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-bibtexextra
  1147. * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  1148. - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-bibtexextra
  1149. - make symlinks of core script utils (texlive-collection-binextra,
  1150. texlive-collection-context, texlive-collection-fontutils,
  1151. texlive-collection-langgreek, texlive-collection-langindic,
  1152. texlive-collection-latex, texlive-collection-latexextra,
  1153. texlive-collection-latexrecommended, texlive-collection-pictures,
  1154. texlive-collection-pstricks, texlive-collection-science)
  1155. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  1156. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-bibtexextra
  1157. - improved %%post
  1158. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  1159. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-bibtexextra
  1160. - removed arch dependent binaries (texlive-collection-latexextra)
  1161. - fixed perl path
  1162. - improved updmap process in %%post and %%postun
  1163. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  1164. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-bibtexextra