texlive-collection-bibtexextra-vl.spec 67 KB

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