123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206 |
- ## -*- coding: utf-8-unix -*-
- ## NOTE: This spec file is generated by tlpdb2rpmspec 2011-1:
- ## tlpdb2rpmspec collection-bibtexextra
- %global _use_internal_dependency_generator 0
- %global __find_provides %{nil}
- %global __find_requires %{nil}
- %bcond_with firstbuild
- %define tex_destdir %{_datadir}
- %define texmf %{tex_destdir}/texmf
- %define texlive_src %{tex_destdir}/texlive-sources
- %define build_tex_destdir %{buildroot}%{tex_destdir}
- %define build_texmf %{buildroot}%{texmf}
- %define exec_mktexlsr [ -x %{_bindir}/texconfig-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/texconfig-sys rehash
- %define exec_texhash [ -x %{_bindir}/texhash ] && PATH=%{_bindir}:$PATH %{_bindir}/texhash
- %define exec_updmap [ -x %{_bindir}/updmap-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/updmap-sys
- %define exec_fmtutil [ -x %{_bindir}/fmtutil-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/fmtutil-sys --all >/dev/null 2>&1
- %define exec_upddeffont [ -x %{_sbindir}/update-defaultfont ] && %{_sbindir}/update-defaultfont 2> /dev/null
- %define vartexfonts %{_var}/lib/texmf/fonts
- Summary: TeX Live: Extra BibTeX styles
- Summary(ja): TeX Live: Extra BibTeX styles
- Name: texlive-collection-bibtexextra
- Version: 2011
- Release: 1%{?_dist_release}
- License: LPPL, Freely redistributable without restriction, GPL+, Artistic, No Info, Public Domain
- Group: Applications/Publishing
- URL:http://www.tug.org/texlive/
- Requires: texlive = %{version}
- Requires: texlive-collection-latex = %{version}
- Requires(post): texlive = %{version}
- Requires(postun): texlive = %{version}
- BuildRequires: texlive-sources = %{version}
- BuildArch: noarch
- Buildroot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: munepi
- %description
- The TeX Live software distribution offers a complete TeX system for a
- variety of Unix, Macintosh, Windows and other platforms. It
- encompasses programs for editing, typesetting, previewing and printing
- of TeX documents in many different languages, and a large collection
- of TeX macros and font libraries.
- The distribution includes extensive general documentation about TeX,
- as well as the documentation for the included software packages.
- This package is a collection of Extra BibTeX styles:
- Additional BibTeX styles and bibliography databases, including
- BibLaTeX.
- This package contains the following CTAN packages:
- aichej: Bibliography style file for the AIChE Journal.
- amsrefs: A LaTeX-based replacement for BibTeX.
- apacite: Citation style following the rules of the APA.
- apalike2: Bibliography style that approaches APA requirements.
- beebe:
- bibarts: "Arts"-style bibliographical information.
- biber: A BibTeX replacement for users of biblatex.
- bibexport: Extract a BibTeX file based on a .aux file.
- bibhtml: BibTeX support for HTML files.
- biblatex: Bibliographies in LaTeX using BibTeX for sorting only.
- biblatex-apa: Biblatex citation and reference style for APA.
- biblatex-chem: Chemistry styles for biblatex.
- biblatex-chicago: Chicago style files for biblatex.
- biblatex-dw: Humanities styles for biblatex.
- biblatex-historian: A Biblatex style.
- biblatex-ieee: Ieee style files for biblatex.
- biblatex-mla: MLA style files for biblatex.
- biblatex-nature: Biblatex support for Nature.
- biblatex-philosophy: Styles for using biblatex for work in philosophy.
- biblatex-science: Biblatex support for Science.
- biblist: Print a BibTeX database.
- bibtopic: Include multiple bibliographies in a document.
- bibtopicprefix: Prefix references to bibliographies produced by bibtopic.
- bibunits: Multiple bibliographies in one document.
- breakcites: Ensure that multiple citations may break at line end.
- cell: Bibliography style for Cell.
- chbibref: Change the Bibliography/References title.
- chicago: A "Chicago" bibliography style.
- chicago-annote: Chicago-based annotated BibTeX style.
- chembst: A collection of BibTeX files for chemistry journals.
- collref: Collect blocks of references into a single reference.
- compactbib: Multiple thebibliography environments.
- custom-bib: Customised BibTeX styles.
- din1505: Bibliography styles for German texts.
- dk-bib: Danish variants of standard BibTeX styles.
- doipubmed: Special commands for use in bibliographies.
- fbs: BibTeX style for Frontiers in Bioscience.
- figbib: Organize figure databases with BibTeX.
- footbib: Bibliographic references as footnotes.
- harvard: Harvard citation package for use with LaTeX 2e.
- harvmac: Macros for scientific articles.
- historische-zeitschrift: Biblatex style for the journal 'Historische Zeitschrift'
- ijqc: BibTeX style file for the Intl. J. Quantum Chem.
- inlinebib: Citations in footnotes.
- iopart-num: Numeric citation style for IOP journals.
- jneurosci: BibTeX style for the Journal of Neuroscience.
- jurabib: Extended BibTeX citation support for the humanities and legal texts.
- listbib: Lists contents of BibTeX files.
- logreq: Support for automation of the LaTeX workflow.
- margbib: Display bibitem tags in the margins.
- multibib: Multiple bibliographies within one document.
- munich: An alternative authordate bibliography style.
- notes2bib: Integrating notes into the bibliography.
- perception: BibTeX style for the journal Perception.
- pnas2009: Bibtex style for PNAS.
- rsc: BibTeX style for use with RSC journals.
- showtags: Print the tags of bibliography entries.
- sort-by-letters: Bibliography styles for alphabetic sorting.
- splitbib: Split and reorder your bibliography.
- uni-wtal-ger:
- urlbst: Web support for BibTeX.
- %description -l ja
- TeX Live ソフトウェアディストリビューションは、
- さまざまな Unix, Macintosh, Windows、および
- 他のプラットホームに対して完全な TeX システムを提供します。
- 多くの異なった言語を含む TeX ドキュメントの
- 編集、組版、閲覧、印刷するためのプログラム、
- そして、TeX マクロやフォントライブラリの大きなコレクションを
- 同梱しています。
- このディストリビューションは
- 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
- TeX に関するたくさんの一般的なドキュメントを含んでいます。
- このパッケージは以下のようなパッケージ集です。
- Extra BibTeX styles:
- Additional BibTeX styles and bibliography databases, including
- BibLaTeX.
- このパッケージは以下の CTAN パッケージを含んでいます:
- aichej: Bibliography style file for the AIChE Journal.
- amsrefs: A LaTeX-based replacement for BibTeX.
- apacite: Citation style following the rules of the APA.
- apalike2: Bibliography style that approaches APA requirements.
- beebe:
- bibarts: "Arts"-style bibliographical information.
- biber: A BibTeX replacement for users of biblatex.
- bibexport: Extract a BibTeX file based on a .aux file.
- bibhtml: BibTeX support for HTML files.
- biblatex: Bibliographies in LaTeX using BibTeX for sorting only.
- biblatex-apa: Biblatex citation and reference style for APA.
- biblatex-chem: Chemistry styles for biblatex.
- biblatex-chicago: Chicago style files for biblatex.
- biblatex-dw: Humanities styles for biblatex.
- biblatex-historian: A Biblatex style.
- biblatex-ieee: Ieee style files for biblatex.
- biblatex-mla: MLA style files for biblatex.
- biblatex-nature: Biblatex support for Nature.
- biblatex-philosophy: Styles for using biblatex for work in philosophy.
- biblatex-science: Biblatex support for Science.
- biblist: Print a BibTeX database.
- bibtopic: Include multiple bibliographies in a document.
- bibtopicprefix: Prefix references to bibliographies produced by bibtopic.
- bibunits: Multiple bibliographies in one document.
- breakcites: Ensure that multiple citations may break at line end.
- cell: Bibliography style for Cell.
- chbibref: Change the Bibliography/References title.
- chicago: A "Chicago" bibliography style.
- chicago-annote: Chicago-based annotated BibTeX style.
- chembst: A collection of BibTeX files for chemistry journals.
- collref: Collect blocks of references into a single reference.
- compactbib: Multiple thebibliography environments.
- custom-bib: Customised BibTeX styles.
- din1505: Bibliography styles for German texts.
- dk-bib: Danish variants of standard BibTeX styles.
- doipubmed: Special commands for use in bibliographies.
- fbs: BibTeX style for Frontiers in Bioscience.
- figbib: Organize figure databases with BibTeX.
- footbib: Bibliographic references as footnotes.
- harvard: Harvard citation package for use with LaTeX 2e.
- harvmac: Macros for scientific articles.
- historische-zeitschrift: Biblatex style for the journal 'Historische Zeitschrift'
- ijqc: BibTeX style file for the Intl. J. Quantum Chem.
- inlinebib: Citations in footnotes.
- iopart-num: Numeric citation style for IOP journals.
- jneurosci: BibTeX style for the Journal of Neuroscience.
- jurabib: Extended BibTeX citation support for the humanities and legal texts.
- listbib: Lists contents of BibTeX files.
- logreq: Support for automation of the LaTeX workflow.
- margbib: Display bibitem tags in the margins.
- multibib: Multiple bibliographies within one document.
- munich: An alternative authordate bibliography style.
- notes2bib: Integrating notes into the bibliography.
- perception: BibTeX style for the journal Perception.
- pnas2009: Bibtex style for PNAS.
- rsc: BibTeX style for use with RSC journals.
- showtags: Print the tags of bibliography entries.
- sort-by-letters: Bibliography styles for alphabetic sorting.
- splitbib: Split and reorder your bibliography.
- uni-wtal-ger:
- urlbst: Web support for BibTeX.
- %package doc
- Summary: TeX Live: Documentation files of %{name}
- Group: Applications/Publishing
- Requires: %{name} = %{version}-%{release}
- %description doc
- This package contains documentation files of %{name}.
- %prep
- %build
- %install
- [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
- PREF=%{buildroot}%{tex_destdir}
- manifest=(
- texmf-dist/bibtex/bst/aichej/aichej.bst
- texmf-dist/doc/latex/amsrefs/amsrdoc.pdf
- texmf-dist/doc/latex/amsrefs/amsrefs.faq
- texmf-dist/doc/latex/amsrefs/amsrefs.pdf
- texmf-dist/doc/latex/amsrefs/amsxport.pdf
- texmf-dist/doc/latex/amsrefs/changes.pdf
- texmf-dist/doc/latex/amsrefs/cite-xa.pdf
- texmf-dist/doc/latex/amsrefs/cite-xa.tex
- texmf-dist/doc/latex/amsrefs/cite-xb.pdf
- texmf-dist/doc/latex/amsrefs/cite-xb.tex
- texmf-dist/doc/latex/amsrefs/cite-xh.pdf
- texmf-dist/doc/latex/amsrefs/cite-xh.tex
- texmf-dist/doc/latex/amsrefs/cite-xs.pdf
- texmf-dist/doc/latex/amsrefs/cite-xs.tex
- texmf-dist/doc/latex/amsrefs/gktest.ltb
- texmf-dist/doc/latex/amsrefs/ifoption.pdf
- texmf-dist/doc/latex/amsrefs/jr.bib
- texmf-dist/doc/latex/amsrefs/mathscinet.pdf
- texmf-dist/doc/latex/amsrefs/pcatcode.pdf
- texmf-dist/doc/latex/amsrefs/rkeyval.pdf
- texmf-dist/doc/latex/amsrefs/textcmds.pdf
- texmf-dist/source/latex/amsrefs/00readme.txt
- texmf-dist/source/latex/amsrefs/amsrdoc.tex
- texmf-dist/source/latex/amsrefs/amsrefs.dtx
- texmf-dist/source/latex/amsrefs/amsrefs.ins
- texmf-dist/source/latex/amsrefs/amsxport.dtx
- texmf-dist/source/latex/amsrefs/amsxport.ins
- texmf-dist/source/latex/amsrefs/changes.tex
- texmf-dist/source/latex/amsrefs/ifoption.dtx
- texmf-dist/source/latex/amsrefs/ifoption.ins
- texmf-dist/source/latex/amsrefs/install.txt
- texmf-dist/source/latex/amsrefs/manifest.txt
- texmf-dist/source/latex/amsrefs/mathscinet.dtx
- texmf-dist/source/latex/amsrefs/mathscinet.ins
- texmf-dist/source/latex/amsrefs/pcatcode.dtx
- texmf-dist/source/latex/amsrefs/pcatcode.ins
- texmf-dist/source/latex/amsrefs/rkeyval.dtx
- texmf-dist/source/latex/amsrefs/rkeyval.ins
- texmf-dist/source/latex/amsrefs/textcmds.dtx
- texmf-dist/source/latex/amsrefs/textcmds.ins
- texmf-dist/bibtex/bib/amsrefs/amsj.bib
- texmf-dist/bibtex/bst/amsrefs/amsra.bst
- texmf-dist/bibtex/bst/amsrefs/amsrn.bst
- texmf-dist/bibtex/bst/amsrefs/amsrs.bst
- texmf-dist/bibtex/bst/amsrefs/amsru.bst
- texmf-dist/bibtex/bst/amsrefs/amsry.bst
- texmf-dist/tex/latex/amsrefs/amsbst.sty
- texmf-dist/tex/latex/amsrefs/amsrefs.sty
- texmf-dist/tex/latex/amsrefs/ifoption.sty
- texmf-dist/tex/latex/amsrefs/mathscinet.sty
- texmf-dist/tex/latex/amsrefs/pcatcode.sty
- texmf-dist/tex/latex/amsrefs/rkeyval.sty
- texmf-dist/tex/latex/amsrefs/textcmds.sty
- texmf-dist/doc/latex/apacite/README
- texmf-dist/doc/latex/apacite/apa5ex.bib
- texmf-dist/doc/latex/apacite/apacite.pdf
- texmf-dist/source/latex/apacite/apacite.drv
- texmf-dist/source/latex/apacite/apacite.dtx
- texmf-dist/source/latex/apacite/apacite.ins
- texmf-dist/bibtex/bst/apacite/apacann.bst
- texmf-dist/bibtex/bst/apacite/apacannx.bst
- texmf-dist/bibtex/bst/apacite/apacite.bst
- texmf-dist/bibtex/bst/apacite/apacitex.bst
- texmf-dist/tex/latex/apacite/apacdoc.sty
- texmf-dist/tex/latex/apacite/apacite.sty
- texmf-dist/tex/latex/apacite/dutch.apc
- texmf-dist/tex/latex/apacite/english.apc
- texmf-dist/tex/latex/apacite/finnish.apc
- texmf-dist/tex/latex/apacite/french.apc
- texmf-dist/tex/latex/apacite/german.apc
- texmf-dist/tex/latex/apacite/greek.apc
- texmf-dist/tex/latex/apacite/ngerman.apc
- texmf-dist/tex/latex/apacite/norsk.apc
- texmf-dist/tex/latex/apacite/spanish.apc
- texmf-dist/tex/latex/apacite/swedish.apc
- texmf-dist/bibtex/bst/apalike2/apalike2.bst
- texmf-dist/bibtex/bib/beebe/gut.bib
- texmf-dist/bibtex/bib/beebe/komoedie.bib
- texmf-dist/bibtex/bib/beebe/texbook1.bib
- texmf-dist/bibtex/bib/beebe/texbook2.bib
- texmf-dist/bibtex/bib/beebe/texbook3.bib
- texmf-dist/bibtex/bib/beebe/texgraph.bib
- texmf-dist/bibtex/bib/beebe/texjourn.bib
- texmf-dist/bibtex/bib/beebe/texnique.bib
- texmf-dist/bibtex/bib/beebe/tugboat.bib
- texmf-dist/bibtex/bst/beebe/aaai-named.bst
- texmf-dist/bibtex/bst/beebe/abstract.bst
- texmf-dist/bibtex/bst/beebe/annotate.bst
- texmf-dist/bibtex/bst/beebe/annotation.bst
- texmf-dist/bibtex/bst/beebe/apa.bst
- texmf-dist/bibtex/bst/beebe/apalike2.bst
- texmf-dist/bibtex/bst/beebe/astron.bst
- texmf-dist/bibtex/bst/beebe/authordate1.bst
- texmf-dist/bibtex/bst/beebe/authordate2.bst
- texmf-dist/bibtex/bst/beebe/authordate3.bst
- texmf-dist/bibtex/bst/beebe/authordate4.bst
- texmf-dist/bibtex/bst/beebe/bbs.bst
- texmf-dist/bibtex/bst/beebe/bibtoref.bst
- texmf-dist/bibtex/bst/beebe/cbe.bst
- texmf-dist/bibtex/bst/beebe/chicagoa.bst
- texmf-dist/bibtex/bst/beebe/econometrica.bst
- texmf-dist/bibtex/bst/beebe/humanbio.bst
- texmf-dist/bibtex/bst/beebe/humannat.bst
- texmf-dist/bibtex/bst/beebe/is-abbrv.bst
- texmf-dist/bibtex/bst/beebe/is-alpha.bst
- texmf-dist/bibtex/bst/beebe/is-plain.bst
- texmf-dist/bibtex/bst/beebe/is-unsrt.bst
- texmf-dist/bibtex/bst/beebe/jas99.bst
- texmf-dist/bibtex/bst/beebe/jbact.bst
- texmf-dist/bibtex/bst/beebe/jmb.bst
- texmf-dist/bibtex/bst/beebe/jtb.bst
- texmf-dist/bibtex/bst/beebe/jthcarsu.bst
- texmf-dist/bibtex/bst/beebe/named.bst
- texmf-dist/bibtex/bst/beebe/namunsrt.bst
- texmf-dist/bibtex/bst/beebe/nar.bst
- texmf-dist/bibtex/bst/beebe/newapa.bst
- texmf-dist/bibtex/bst/beebe/phaip.bst
- texmf-dist/bibtex/bst/beebe/phapalik.bst
- texmf-dist/bibtex/bst/beebe/phcpc.bst
- texmf-dist/bibtex/bst/beebe/phiaea.bst
- texmf-dist/bibtex/bst/beebe/phjcp.bst
- texmf-dist/bibtex/bst/beebe/phnf.bst
- texmf-dist/bibtex/bst/beebe/phnflet.bst
- texmf-dist/bibtex/bst/beebe/phpf.bst
- texmf-dist/bibtex/bst/beebe/phppcf.bst
- texmf-dist/bibtex/bst/beebe/phreport.bst
- texmf-dist/bibtex/bst/beebe/phrmp.bst
- texmf-dist/bibtex/bst/beebe/plainyr.bst
- texmf-dist/bibtex/bst/beebe/refer.bst
- texmf-dist/bibtex/bst/beebe/xbtxbst.doc
- texmf-dist/doc/latex/bibarts/bibarts.pdf
- texmf-dist/doc/latex/bibarts/bibarts.tex
- texmf-dist/doc/latex/bibarts/gbib209.bat
- texmf-dist/doc/latex/bibarts/gbib2e.bat
- texmf-dist/doc/latex/bibarts/gbibsort.exe
- texmf-dist/source/latex/bibarts/gbibsort.c
- texmf-dist/makeindex/bibarts/gbibarts.ist
- texmf-dist/tex/latex/bibarts/bibarts.sty
- texmf-dist/doc/bibtex/biber/biber.pdf
- texmf-dist/source/bibtex/biber/README
- texmf-dist/source/bibtex/biber/biblatex-biber.tar.gz
- texmf-dist/doc/bibtex/bibexport/README
- texmf-dist/doc/bibtex/bibexport/bibexport.pdf
- texmf-dist/source/bibtex/bibexport/bibexport.dtx
- texmf-dist/source/bibtex/bibexport/bibexport.ins
- texmf-dist/bibtex/bst/bibexport/expkeys.bst
- texmf-dist/bibtex/bst/bibexport/export.bst
- texmf-dist/scripts/bibexport/bibexport.sh
- texmf-dist/doc/bibtex/bibhtml/LICENCE
- texmf-dist/doc/bibtex/bibhtml/README
- texmf-dist/doc/bibtex/bibhtml/bibhtml
- texmf-dist/doc/bibtex/bibhtml/bibhtml-extract-aux.xslt
- texmf-dist/doc/bibtex/bibhtml/bibhtml-insert-bib.xslt
- texmf-dist/doc/bibtex/bibhtml/bibhtml.html
- texmf-dist/doc/bibtex/bibhtml/bibrefs.bib
- texmf-dist/doc/bibtex/bibhtml/detex.sed
- texmf-dist/doc/bibtex/bibhtml/style.css
- texmf-dist/bibtex/bst/bibhtml/abbrvhtml.bst
- texmf-dist/bibtex/bst/bibhtml/alphahtml.bst
- texmf-dist/bibtex/bst/bibhtml/alphahtmldate.bst
- texmf-dist/bibtex/bst/bibhtml/alphahtmldater.bst
- texmf-dist/bibtex/bst/bibhtml/plainhtml.bst
- texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst
- texmf-dist/bibtex/bst/bibhtml/plainhtmldater.bst
- texmf-dist/bibtex/bst/bibhtml/unsrthtml.bst
- texmf-dist/doc/latex/biblatex/README
- texmf-dist/doc/latex/biblatex/RELEASE
- texmf-dist/doc/latex/biblatex/biblatex.pdf
- texmf-dist/doc/latex/biblatex/biblatex.tex
- texmf-dist/doc/latex/biblatex/examples/01-introduction.pdf
- texmf-dist/doc/latex/biblatex/examples/01-introduction.tex
- texmf-dist/doc/latex/biblatex/examples/02-annotations.pdf
- texmf-dist/doc/latex/biblatex/examples/02-annotations.tex
- texmf-dist/doc/latex/biblatex/examples/10-references-per-section.pdf
- texmf-dist/doc/latex/biblatex/examples/10-references-per-section.tex
- texmf-dist/doc/latex/biblatex/examples/11-references-by-section.pdf
- texmf-dist/doc/latex/biblatex/examples/11-references-by-section.tex
- texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.pdf
- texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.tex
- texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.pdf
- texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.tex
- texmf-dist/doc/latex/biblatex/examples/14-references-by-category.pdf
- texmf-dist/doc/latex/biblatex/examples/14-references-by-category.tex
- texmf-dist/doc/latex/biblatex/examples/15-references-by-type.pdf
- texmf-dist/doc/latex/biblatex/examples/15-references-by-type.tex
- texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf
- texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex
- texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf
- texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex
- texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.pdf
- texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex
- texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.pdf
- texmf-dist/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex
- texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.pdf
- texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.tex
- texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.pdf
- texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex
- texmf-dist/doc/latex/biblatex/examples/30-style-numeric.pdf
- texmf-dist/doc/latex/biblatex/examples/30-style-numeric.tex
- texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.pdf
- texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.tex
- texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.pdf
- texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex
- texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.pdf
- texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex
- texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf
- texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex
- texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.pdf
- texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.tex
- texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf
- texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex
- texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf
- texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.tex
- texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf
- texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex
- texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.pdf
- texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.tex
- texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf
- texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex
- texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf
- texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.tex
- texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf
- texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex
- texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf
- texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.tex
- texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf
- texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex
- texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf
- texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex
- texmf-dist/doc/latex/biblatex/examples/70-style-verbose.pdf
- texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex
- texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf
- texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex
- texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.pdf
- texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex
- texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.pdf
- texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex
- texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf
- texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex
- texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf
- texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex
- texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf
- texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex
- texmf-dist/doc/latex/biblatex/examples/80-style-reading.pdf
- texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex
- texmf-dist/doc/latex/biblatex/examples/81-style-draft.pdf
- texmf-dist/doc/latex/biblatex/examples/81-style-draft.tex
- texmf-dist/doc/latex/biblatex/examples/82-style-debug.pdf
- texmf-dist/doc/latex/biblatex/examples/82-style-debug.tex
- texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib
- texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib
- texmf-dist/bibtex/bst/biblatex/biblatex.bst
- texmf-dist/bibtex/csf/biblatex/latin1.csf
- texmf-dist/bibtex/csf/biblatex/latin1_at.csf
- texmf-dist/bibtex/csf/biblatex/latin1_de.csf
- texmf-dist/bibtex/csf/biblatex/latin1_dk.csf
- texmf-dist/bibtex/csf/biblatex/latin1_fi.csf
- texmf-dist/bibtex/csf/biblatex/latin1_no.csf
- texmf-dist/bibtex/csf/biblatex/latin1_se.csf
- texmf-dist/bibtex/csf/biblatex/latin9.csf
- texmf-dist/bibtex/csf/biblatex/latin9_at.csf
- texmf-dist/bibtex/csf/biblatex/latin9_de.csf
- texmf-dist/bibtex/csf/biblatex/latin9_dk.csf
- texmf-dist/bibtex/csf/biblatex/latin9_fi.csf
- texmf-dist/bibtex/csf/biblatex/latin9_no.csf
- texmf-dist/bibtex/csf/biblatex/latin9_se.csf
- texmf-dist/bibtex/csf/biblatex/winansi.csf
- texmf-dist/bibtex/csf/biblatex/winansi_at.csf
- texmf-dist/bibtex/csf/biblatex/winansi_de.csf
- texmf-dist/bibtex/csf/biblatex/winansi_dk.csf
- texmf-dist/bibtex/csf/biblatex/winansi_fi.csf
- texmf-dist/bibtex/csf/biblatex/winansi_no.csf
- texmf-dist/bibtex/csf/biblatex/winansi_se.csf
- texmf-dist/tex/latex/biblatex/bbx/alphabetic-verb.bbx
- texmf-dist/tex/latex/biblatex/bbx/alphabetic.bbx
- texmf-dist/tex/latex/biblatex/bbx/authortitle-comp.bbx
- texmf-dist/tex/latex/biblatex/bbx/authortitle-ibid.bbx
- texmf-dist/tex/latex/biblatex/bbx/authortitle-icomp.bbx
- texmf-dist/tex/latex/biblatex/bbx/authortitle-tcomp.bbx
- texmf-dist/tex/latex/biblatex/bbx/authortitle-terse.bbx
- texmf-dist/tex/latex/biblatex/bbx/authortitle-ticomp.bbx
- texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx
- texmf-dist/tex/latex/biblatex/bbx/authoryear-comp.bbx
- texmf-dist/tex/latex/biblatex/bbx/authoryear-ibid.bbx
- texmf-dist/tex/latex/biblatex/bbx/authoryear-icomp.bbx
- texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx
- texmf-dist/tex/latex/biblatex/bbx/debug.bbx
- texmf-dist/tex/latex/biblatex/bbx/draft.bbx
- texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx
- texmf-dist/tex/latex/biblatex/bbx/numeric-verb.bbx
- texmf-dist/tex/latex/biblatex/bbx/numeric.bbx
- texmf-dist/tex/latex/biblatex/bbx/reading.bbx
- texmf-dist/tex/latex/biblatex/bbx/standard.bbx
- texmf-dist/tex/latex/biblatex/bbx/verbose-ibid.bbx
- texmf-dist/tex/latex/biblatex/bbx/verbose-inote.bbx
- texmf-dist/tex/latex/biblatex/bbx/verbose-note.bbx
- texmf-dist/tex/latex/biblatex/bbx/verbose-trad1.bbx
- texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx
- texmf-dist/tex/latex/biblatex/bbx/verbose-trad3.bbx
- texmf-dist/tex/latex/biblatex/bbx/verbose.bbx
- texmf-dist/tex/latex/biblatex/biblatex.cfg
- texmf-dist/tex/latex/biblatex/biblatex.def
- texmf-dist/tex/latex/biblatex/biblatex.sty
- texmf-dist/tex/latex/biblatex/blx-compat.def
- texmf-dist/tex/latex/biblatex/blx-mcite.def
- texmf-dist/tex/latex/biblatex/blx-natbib.def
- texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx
- texmf-dist/tex/latex/biblatex/cbx/alphabetic.cbx
- texmf-dist/tex/latex/biblatex/cbx/authortitle-comp.cbx
- texmf-dist/tex/latex/biblatex/cbx/authortitle-ibid.cbx
- texmf-dist/tex/latex/biblatex/cbx/authortitle-icomp.cbx
- texmf-dist/tex/latex/biblatex/cbx/authortitle-tcomp.cbx
- texmf-dist/tex/latex/biblatex/cbx/authortitle-terse.cbx
- texmf-dist/tex/latex/biblatex/cbx/authortitle-ticomp.cbx
- texmf-dist/tex/latex/biblatex/cbx/authortitle.cbx
- texmf-dist/tex/latex/biblatex/cbx/authoryear-comp.cbx
- texmf-dist/tex/latex/biblatex/cbx/authoryear-ibid.cbx
- texmf-dist/tex/latex/biblatex/cbx/authoryear-icomp.cbx
- texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx
- texmf-dist/tex/latex/biblatex/cbx/debug.cbx
- texmf-dist/tex/latex/biblatex/cbx/draft.cbx
- texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx
- texmf-dist/tex/latex/biblatex/cbx/numeric-verb.cbx
- texmf-dist/tex/latex/biblatex/cbx/numeric.cbx
- texmf-dist/tex/latex/biblatex/cbx/reading.cbx
- texmf-dist/tex/latex/biblatex/cbx/verbose-ibid.cbx
- texmf-dist/tex/latex/biblatex/cbx/verbose-inote.cbx
- texmf-dist/tex/latex/biblatex/cbx/verbose-note.cbx
- texmf-dist/tex/latex/biblatex/cbx/verbose-trad1.cbx
- texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx
- texmf-dist/tex/latex/biblatex/cbx/verbose-trad3.cbx
- texmf-dist/tex/latex/biblatex/cbx/verbose.cbx
- texmf-dist/tex/latex/biblatex/lbx/UKenglish.lbx
- texmf-dist/tex/latex/biblatex/lbx/USenglish.lbx
- texmf-dist/tex/latex/biblatex/lbx/american.lbx
- texmf-dist/tex/latex/biblatex/lbx/australian.lbx
- texmf-dist/tex/latex/biblatex/lbx/austrian.lbx
- texmf-dist/tex/latex/biblatex/lbx/brazil.lbx
- texmf-dist/tex/latex/biblatex/lbx/brazilian.lbx
- texmf-dist/tex/latex/biblatex/lbx/british.lbx
- texmf-dist/tex/latex/biblatex/lbx/canadian.lbx
- texmf-dist/tex/latex/biblatex/lbx/danish.lbx
- texmf-dist/tex/latex/biblatex/lbx/dutch.lbx
- texmf-dist/tex/latex/biblatex/lbx/english.lbx
- texmf-dist/tex/latex/biblatex/lbx/finnish.lbx
- texmf-dist/tex/latex/biblatex/lbx/french.lbx
- texmf-dist/tex/latex/biblatex/lbx/german.lbx
- texmf-dist/tex/latex/biblatex/lbx/greek.lbx
- texmf-dist/tex/latex/biblatex/lbx/italian.lbx
- texmf-dist/tex/latex/biblatex/lbx/naustrian.lbx
- texmf-dist/tex/latex/biblatex/lbx/newzealand.lbx
- texmf-dist/tex/latex/biblatex/lbx/ngerman.lbx
- texmf-dist/tex/latex/biblatex/lbx/norsk.lbx
- texmf-dist/tex/latex/biblatex/lbx/norwegian.lbx
- texmf-dist/tex/latex/biblatex/lbx/nynorsk.lbx
- texmf-dist/tex/latex/biblatex/lbx/portuges.lbx
- texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx
- texmf-dist/tex/latex/biblatex/lbx/spanish.lbx
- texmf-dist/tex/latex/biblatex/lbx/swedish.lbx
- texmf-dist/doc/latex/biblatex-apa/README
- texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
- texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib
- texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf
- texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex
- texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf
- texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
- texmf-dist/tex/latex/biblatex-apa/american-apa.lbx
- texmf-dist/tex/latex/biblatex-apa/apa.bbx
- texmf-dist/tex/latex/biblatex-apa/apa.cbx
- texmf-dist/tex/latex/biblatex-apa/brazilian-apa.lbx
- texmf-dist/tex/latex/biblatex-apa/dutch-apa.lbx
- texmf-dist/tex/latex/biblatex-apa/french-apa.lbx
- texmf-dist/tex/latex/biblatex-apa/german-apa.lbx
- texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx
- texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx
- texmf-dist/doc/latex/biblatex-chem/README
- texmf-dist/doc/latex/biblatex-chem/biblatex-chem.pdf
- texmf-dist/doc/latex/biblatex-chem/biblatex-chem.tex
- texmf-dist/doc/latex/biblatex-chem/examples/biblatex-chem.bib
- texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.pdf
- texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex
- texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.pdf
- texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex
- texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.pdf
- texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex
- texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.pdf
- texmf-dist/doc/latex/biblatex-chem/examples/style-chem-rsc.tex
- texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx
- texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx
- texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx
- texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx
- texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx
- texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx
- texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx
- texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx
- texmf-dist/doc/latex/biblatex-chicago/README
- texmf-dist/doc/latex/biblatex-chicago/RELEASE
- texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.pdf
- texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex
- texmf-dist/doc/latex/biblatex-chicago/cms-dates-sample.pdf
- texmf-dist/doc/latex/biblatex-chicago/cms-dates-sample.tex
- texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.pdf
- texmf-dist/doc/latex/biblatex-chicago/cms-notes-sample.tex
- texmf-dist/doc/latex/biblatex-chicago/dates-test.bib
- texmf-dist/doc/latex/biblatex-chicago/notes-test.bib
- texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty
- texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx
- texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx
- texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx
- texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx
- texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx
- texmf-dist/tex/latex/biblatex-chicago/cms-french.lbx
- texmf-dist/tex/latex/biblatex-chicago/cms-german.lbx
- texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx
- texmf-dist/doc/latex/biblatex-dw/CHANGES
- texmf-dist/doc/latex/biblatex-dw/LIESMICH
- texmf-dist/doc/latex/biblatex-dw/README
- texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex
- texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex
- texmf-dist/doc/latex/biblatex-dw/biblatex-dw-screen.tex
- texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf
- texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex
- texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf
- texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex
- texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf
- texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex
- texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib
- texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf
- texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex
- texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf
- texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex
- texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf
- texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex
- texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib
- texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
- texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx
- texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx
- texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx
- texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx
- texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx
- texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx
- texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx
- texmf-dist/doc/latex/biblatex-historian/README.txt
- texmf-dist/doc/latex/biblatex-historian/historian.bib
- texmf-dist/doc/latex/biblatex-historian/historian.pdf
- texmf-dist/tex/latex/biblatex-historian/historian.bbx
- texmf-dist/tex/latex/biblatex-historian/historian.cbx
- texmf-dist/tex/latex/biblatex-historian/historian.lbx
- texmf-dist/doc/latex/biblatex-ieee/README
- texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf
- texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex
- texmf-dist/bibtex/bib/biblatex-ieee/biblatex-ieee.bib
- texmf-dist/tex/latex/biblatex-ieee/ieee.bbx
- texmf-dist/tex/latex/biblatex-ieee/ieee.cbx
- texmf-dist/doc/latex/biblatex-mla/CHANGES
- texmf-dist/doc/latex/biblatex-mla/README
- texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla-old.pdf
- texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla.pdf
- texmf-dist/doc/latex/biblatex-mla/doc/biblatex-mla.tex
- texmf-dist/tex/latex/biblatex-mla/american-mla.lbx
- texmf-dist/tex/latex/biblatex-mla/english-mla.lbx
- texmf-dist/tex/latex/biblatex-mla/italian-mla.lbx
- texmf-dist/tex/latex/biblatex-mla/mla.bbx
- texmf-dist/tex/latex/biblatex-mla/mla.cbx
- texmf-dist/tex/latex/biblatex-mla/portuguese-mla.lbx
- texmf-dist/tex/latex/biblatex-mla/spanish-mla.lbx
- texmf-dist/doc/latex/biblatex-nature/README
- texmf-dist/doc/latex/biblatex-nature/biblatex-nature.pdf
- texmf-dist/doc/latex/biblatex-nature/biblatex-nature.tex
- texmf-dist/bibtex/bib/biblatex-nature/biblatex-nature.bib
- texmf-dist/tex/latex/biblatex-nature/nature.bbx
- texmf-dist/tex/latex/biblatex-nature/nature.cbx
- texmf-dist/doc/latex/biblatex-philosophy/CHANGES.txt
- texmf-dist/doc/latex/biblatex-philosophy/README
- texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-classic.tex
- texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-modern.tex
- texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-verbose.tex
- texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf
- texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.tex
- texmf-dist/doc/latex/biblatex-philosophy/philosophy-examples.bib
- texmf-dist/tex/latex/biblatex-philosophy/english-philosophy.lbx
- texmf-dist/tex/latex/biblatex-philosophy/italian-philosophy.lbx
- texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx
- texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.cbx
- texmf-dist/tex/latex/biblatex-philosophy/philosophy-modern.bbx
- texmf-dist/tex/latex/biblatex-philosophy/philosophy-modern.cbx
- texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx
- texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx
- texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx
- texmf-dist/doc/latex/biblatex-science/README
- texmf-dist/doc/latex/biblatex-science/biblatex-science.pdf
- texmf-dist/doc/latex/biblatex-science/biblatex-science.tex
- texmf-dist/bibtex/bib/biblatex-science/biblatex-science.bib
- texmf-dist/tex/latex/biblatex-science/science.bbx
- texmf-dist/tex/latex/biblatex-science/science.cbx
- texmf-dist/doc/latex/biblist/README
- texmf-dist/doc/latex/biblist/biblist.bst-dist
- texmf-dist/doc/latex/biblist/biblist.gde
- texmf-dist/doc/latex/biblist/biblist.pdf
- texmf-dist/doc/latex/biblist/biblist.tex
- texmf-dist/tex/latex/biblist/biblist.sty
- texmf-dist/doc/latex/bibtopic/README
- texmf-dist/doc/latex/bibtopic/articles.bib
- texmf-dist/doc/latex/bibtopic/bibtopic.pdf
- texmf-dist/doc/latex/bibtopic/books.bib
- texmf-dist/doc/latex/bibtopic/sample.tex
- texmf-dist/source/latex/bibtopic/bibtopic.dtx
- texmf-dist/source/latex/bibtopic/bibtopic.ins
- texmf-dist/tex/latex/bibtopic/bibtopic.sty
- texmf-dist/doc/latex/bibtopicprefix/README
- texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.pdf
- texmf-dist/doc/latex/bibtopicprefix/bibtopicprefix.xml
- texmf-dist/source/latex/bibtopicprefix/bibtopicprefix.drv
- texmf-dist/source/latex/bibtopicprefix/bibtopicprefix.dtx
- texmf-dist/source/latex/bibtopicprefix/bibtopicprefix.ins
- texmf-dist/tex/latex/bibtopicprefix/bibtopicprefix.sty
- texmf-dist/doc/latex/bibunits/README
- texmf-dist/doc/latex/bibunits/bibtexall
- texmf-dist/doc/latex/bibunits/bibunits.pdf
- texmf-dist/source/latex/bibunits/bibunits.dtx
- texmf-dist/source/latex/bibunits/bibunits.ins
- texmf-dist/tex/latex/bibunits/bibunits.sty
- texmf-dist/doc/latex/breakcites/README
- texmf-dist/doc/latex/breakcites/breakcites.pdf
- texmf-dist/doc/latex/breakcites/breakcites.tex
- texmf-dist/tex/latex/breakcites/breakcites.sty
- texmf-dist/doc/latex/cell/README
- texmf-dist/bibtex/bst/cell/cell.bst
- texmf-dist/tex/latex/cell/cell.sty
- texmf-dist/doc/latex/chbibref/chbibref.pdf
- texmf-dist/doc/latex/chbibref/chbibref.tex
- texmf-dist/tex/latex/chbibref/chbibref.sty
- texmf-dist/bibtex/bst/chicago/chicago.bst
- texmf-dist/tex/latex/chicago/chicago.sty
- texmf-dist/doc/bibtex/chicago-annote/README
- texmf-dist/bibtex/bst/chicago-annote/chicago-annote.bst
- texmf-dist/doc/latex/chembst/README
- texmf-dist/doc/latex/chembst/chembst.pdf
- texmf-dist/source/latex/chembst/chembst.dtx
- texmf-dist/source/latex/chembst/chembst.ins
- texmf-dist/bibtex/bst/chembst/ChemCommun.bst
- texmf-dist/bibtex/bst/chembst/ChemEurJ.bst
- texmf-dist/bibtex/bst/chembst/InorgChem.bst
- texmf-dist/bibtex/bst/chembst/JAmChemSoc.bst
- texmf-dist/bibtex/bst/chembst/JAmChemSoc_all.bst
- texmf-dist/bibtex/bst/chembst/cv.bst
- texmf-dist/doc/latex/collref/README
- texmf-dist/doc/latex/collref/collref.pdf
- texmf-dist/doc/latex/collref/collsamp.tex
- texmf-dist/source/latex/collref/collref.dtx
- texmf-dist/source/latex/collref/collref.ins
- texmf-dist/tex/latex/collref/collref.sty
- texmf-dist/tex/latex/compactbib/compactbib.sty
- texmf-dist/doc/latex/custom-bib/README.V432
- texmf-dist/doc/latex/custom-bib/makebst.pdf
- texmf-dist/doc/latex/custom-bib/merlin.pdf
- texmf-dist/source/latex/custom-bib/makebst.drv
- texmf-dist/source/latex/custom-bib/makebst.dtx
- texmf-dist/source/latex/custom-bib/makebst.ins
- texmf-dist/source/latex/custom-bib/shorthnd.ins
- texmf-dist/tex/latex/custom-bib/catalan.mbs
- texmf-dist/tex/latex/custom-bib/dansk.mbs
- texmf-dist/tex/latex/custom-bib/dutch.mbs
- texmf-dist/tex/latex/custom-bib/english.mbs
- texmf-dist/tex/latex/custom-bib/esperant.mbs
- texmf-dist/tex/latex/custom-bib/finnish.mbs
- texmf-dist/tex/latex/custom-bib/french.mbs
- texmf-dist/tex/latex/custom-bib/geojour.mbs
- texmf-dist/tex/latex/custom-bib/geophys.tex
- texmf-dist/tex/latex/custom-bib/german.mbs
- texmf-dist/tex/latex/custom-bib/italian.mbs
- texmf-dist/tex/latex/custom-bib/makebst.tex
- texmf-dist/tex/latex/custom-bib/merlin.mbs
- texmf-dist/tex/latex/custom-bib/norsk.mbs
- texmf-dist/tex/latex/custom-bib/photjour.mbs
- texmf-dist/tex/latex/custom-bib/physjour.mbs
- texmf-dist/tex/latex/custom-bib/polski.mbs
- texmf-dist/tex/latex/custom-bib/portuges.mbs
- texmf-dist/tex/latex/custom-bib/shorthnd.tex
- texmf-dist/tex/latex/custom-bib/slovene.mbs
- texmf-dist/tex/latex/custom-bib/spanish.mbs
- texmf-dist/tex/latex/custom-bib/suppjour.mbs
- texmf-dist/tex/latex/custom-bib/svenska.mbs
- texmf-dist/doc/latex/din1505/README.TEXLIVE
- texmf-dist/doc/latex/din1505/leitbild.bib
- texmf-dist/doc/latex/din1505/natbib.cfg
- texmf-dist/bibtex/bst/din1505/abbrvdin.bst
- texmf-dist/bibtex/bst/din1505/alphadin.bst
- texmf-dist/bibtex/bst/din1505/natdin.bst
- texmf-dist/bibtex/bst/din1505/plaindin.bst
- texmf-dist/bibtex/bst/din1505/unsrtdin.bst
- texmf-dist/doc/latex/dk-bib/COPYRIGHT
- texmf-dist/doc/latex/dk-bib/README
- texmf-dist/doc/latex/dk-bib/dk-bib.ltx
- texmf-dist/doc/latex/dk-bib/dk-bib.pdf
- texmf-dist/source/latex/dk-bib/Makefile
- texmf-dist/bibtex/bib/dk-bib/litteratur.bib
- texmf-dist/bibtex/bst/dk-bib/dk-abbrv.bst
- texmf-dist/bibtex/bst/dk-bib/dk-alpha.bst
- texmf-dist/bibtex/bst/dk-bib/dk-apali.bst
- texmf-dist/bibtex/bst/dk-bib/dk-plain.bst
- texmf-dist/bibtex/bst/dk-bib/dk-unsrt.bst
- texmf-dist/bibtex/csf/dk-bib/88591-dk.csf
- texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf
- texmf-dist/bibtex/csf/dk-bib/mac-dk.csf
- texmf-dist/bibtex/csf/dk-bib/utf8-dk.csf
- texmf-dist/tex/latex/dk-bib/dk-apali.sty
- texmf-dist/tex/latex/dk-bib/dk-bib.sty
- texmf-dist/doc/latex/doipubmed/CHANGES
- texmf-dist/doc/latex/doipubmed/README
- texmf-dist/doc/latex/doipubmed/doipubmed-manual.html
- texmf-dist/doc/latex/doipubmed/doipubmed.pdf
- texmf-dist/doc/latex/doipubmed/doipubmed.perl
- texmf-dist/source/latex/doipubmed/doipubmed.dtx
- texmf-dist/source/latex/doipubmed/doipubmed.ins
- texmf-dist/tex/latex/doipubmed/doipubmed.sty
- texmf-dist/bibtex/bst/fbs/fbs.bst
- texmf-dist/doc/latex/figbib/README
- texmf-dist/doc/latex/figbib/figbib_doc.pdf
- texmf-dist/doc/latex/figbib/figbib_doc.tex
- texmf-dist/doc/latex/figbib/figbib_sample.bib
- texmf-dist/doc/latex/figbib/figbib_sample.pdf
- texmf-dist/doc/latex/figbib/figbib_sample.tex
- texmf-dist/doc/latex/figbib/smiley.eps
- texmf-dist/bibtex/bst/figbib/figbib.bst
- texmf-dist/bibtex/bst/figbib/figbib1.bst
- texmf-dist/tex/latex/figbib/figbib.sty
- texmf-dist/doc/latex/footbib/README
- texmf-dist/doc/latex/footbib/footbib.pdf
- texmf-dist/source/latex/footbib/footbib.dtx
- texmf-dist/source/latex/footbib/footbib.ins
- texmf-dist/tex/latex/footbib/footbib.sty
- texmf-dist/doc/latex/harvard/INSTALL
- texmf-dist/doc/latex/harvard/README
- texmf-dist/doc/latex/harvard/harvard.pdf
- texmf-dist/doc/latex/harvard/harvard.perl
- texmf-dist/doc/latex/harvard/harvard.tex
- texmf-dist/doc/latex/harvard/manifest.txt
- texmf-dist/source/latex/harvard/Makefile
- texmf-dist/source/latex/harvard/doc_Makefile
- texmf-dist/bibtex/bib/harvard/harvard.bib
- texmf-dist/bibtex/bst/harvard/agsm.bst
- texmf-dist/bibtex/bst/harvard/apsr.bst
- texmf-dist/bibtex/bst/harvard/dcu.bst
- texmf-dist/bibtex/bst/harvard/jmr.bst
- texmf-dist/bibtex/bst/harvard/jphysicsB.bst
- texmf-dist/bibtex/bst/harvard/kluwer.bst
- texmf-dist/bibtex/bst/harvard/nederlands.bst
- texmf-dist/tex/latex/harvard/harvard.sty
- texmf-dist/doc/plain/harvmac/README
- texmf-dist/doc/plain/harvmac/harvsamp.tex
- texmf-dist/tex/plain/harvmac/harvmac.tex
- texmf-dist/doc/latex/historische-zeitschrift/CHANGES
- texmf-dist/doc/latex/historische-zeitschrift/LIESMICH
- texmf-dist/doc/latex/historische-zeitschrift/README
- texmf-dist/tex/latex/historische-zeitschrift/bbx/historische-zeitschrift.bbx
- texmf-dist/tex/latex/historische-zeitschrift/cbx/historische-zeitschrift.cbx
- texmf-dist/tex/latex/historische-zeitschrift/lbx/historische-zeitschrift.lbx
- texmf-dist/doc/bibtex/ijqc/README
- texmf-dist/doc/bibtex/ijqc/makefile
- texmf-dist/doc/bibtex/ijqc/mybib.bib
- texmf-dist/doc/bibtex/ijqc/xampl.pdf
- texmf-dist/doc/bibtex/ijqc/xampl.tex
- texmf-dist/bibtex/bst/ijqc/ijqc.bst
- texmf-dist/doc/bibtex/inlinebib/MANIFEST
- texmf-dist/doc/bibtex/inlinebib/inlinebib.htm
- texmf-dist/doc/bibtex/inlinebib/inlinebib.txt
- texmf-dist/doc/bibtex/inlinebib/inlinebib1.gif
- texmf-dist/doc/bibtex/inlinebib/inlinebib2.gif
- texmf-dist/bibtex/bst/inlinebib/inlinebib.bst
- texmf-dist/tex/latex/inlinebib/inlinebib.sty
- texmf-dist/tex/latex/inlinebib/pageranges.sty
- texmf-dist/doc/bibtex/iopart-num/README
- texmf-dist/doc/bibtex/iopart-num/iopart-num.bib
- texmf-dist/doc/bibtex/iopart-num/iopart-num.pdf
- texmf-dist/doc/bibtex/iopart-num/iopart-num.tex
- texmf-dist/bibtex/bst/iopart-num/iopart-num.bst
- texmf-dist/doc/latex/jneurosci/README
- texmf-dist/doc/latex/jneurosci/jneurosci.pdf
- texmf-dist/doc/latex/jneurosci/jneurosci.tex
- texmf-dist/bibtex/bst/jneurosci/jneurosci.bst
- texmf-dist/tex/latex/jneurosci/jneurosci.sty
- texmf-dist/doc/latex/jurabib/changes.txt
- texmf-dist/doc/latex/jurabib/docs/english/jbendoc.pdf
- texmf-dist/doc/latex/jurabib/docs/english/jbendoc.tex
- texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.pdf
- texmf-dist/doc/latex/jurabib/docs/german/jbgerdoc.tex
- texmf-dist/doc/latex/jurabib/jbtest.pdf
- texmf-dist/doc/latex/jurabib/jbtest.tex
- texmf-dist/doc/latex/jurabib/jbtest.url
- texmf-dist/doc/latex/jurabib/jbtestbt.tex
- texmf-dist/doc/latex/jurabib/jbtestbu.tex
- texmf-dist/doc/latex/jurabib/jbtestcb.tex
- texmf-dist/doc/latex/jurabib/jbtestcb1.tex
- texmf-dist/doc/latex/jurabib/jbtestcb2.tex
- texmf-dist/doc/latex/jurabib/jbtesthu.tex
- texmf-dist/doc/latex/jurabib/jbtestmb.tex
- texmf-dist/source/latex/jurabib/jurabib.dtx
- texmf-dist/source/latex/jurabib/jurabib.ins
- texmf-dist/bibtex/bib/jurabib/book.bib
- texmf-dist/bibtex/bib/jurabib/comment.bib
- texmf-dist/bibtex/bib/jurabib/jbtest.bib
- texmf-dist/bibtex/bib/jurabib/jbtesthu.bib
- texmf-dist/bibtex/bst/jurabib/jox.bst
- texmf-dist/bibtex/bst/jurabib/jurabib.bst
- texmf-dist/bibtex/bst/jurabib/jureco.bst
- texmf-dist/bibtex/bst/jurabib/jurunsrt.bst
- texmf-dist/tex/latex/jurabib/dajbbib.ldf
- texmf-dist/tex/latex/jurabib/dejbbib.ldf
- texmf-dist/tex/latex/jurabib/dujbbib.ldf
- texmf-dist/tex/latex/jurabib/enjbbib.ldf
- texmf-dist/tex/latex/jurabib/fijbbib.ldf
- texmf-dist/tex/latex/jurabib/frjbbib.ldf
- texmf-dist/tex/latex/jurabib/itjbbib.ldf
- texmf-dist/tex/latex/jurabib/jblong.cfg
- texmf-dist/tex/latex/jurabib/jurabib.cfg
- texmf-dist/tex/latex/jurabib/jurabib.sty
- texmf-dist/tex/latex/jurabib/nojbbib.ldf
- texmf-dist/tex/latex/jurabib/ptjbbib.ldf
- texmf-dist/tex/latex/jurabib/spjbbib.ldf
- texmf-dist/doc/latex/listbib/listbib
- texmf-dist/doc/latex/listbib/listbib-doc.pdf
- texmf-dist/doc/latex/listbib/listbib.doc
- texmf-dist/doc/latex/listbib/listbib.tex
- texmf-dist/source/latex/listbib/listbib-doc.drv
- texmf-dist/source/latex/listbib/listbib.drv
- texmf-dist/source/latex/listbib/listbib.dtx
- texmf-dist/source/latex/listbib/listbib.ins
- texmf-dist/tex/latex/listbib/listbib.cfg
- texmf-dist/tex/latex/listbib/listbib.sty
- texmf-dist/doc/latex/logreq/README
- texmf-dist/doc/latex/logreq/examples/01-basic.run.xml
- texmf-dist/doc/latex/logreq/examples/01-basic.tex
- texmf-dist/doc/latex/logreq/examples/02-index.run.xml
- texmf-dist/doc/latex/logreq/examples/02-index.tex
- texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.run.xml
- texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.tex
- texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.run.xml
- texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.tex
- texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.run.xml
- texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.tex
- texmf-dist/tex/latex/logreq/logreq.def
- texmf-dist/tex/latex/logreq/logreq.sty
- texmf-dist/doc/latex/margbib/margbib.pdf
- texmf-dist/source/latex/margbib/margbib.dtx
- texmf-dist/source/latex/margbib/margbib.ins
- texmf-dist/tex/latex/margbib/margbib.sty
- texmf-dist/doc/latex/multibib/README
- texmf-dist/doc/latex/multibib/bibtexall
- texmf-dist/doc/latex/multibib/multibib.pdf
- texmf-dist/source/latex/multibib/multibib.dtx
- texmf-dist/source/latex/multibib/multibib.ins
- texmf-dist/bibtex/bst/multibib/mbplain.bst
- texmf-dist/bibtex/bst/multibib/mbunsrtdin.bst
- texmf-dist/makeindex/multibib/mbgglo.ist
- texmf-dist/makeindex/multibib/mbgind.ist
- texmf-dist/tex/latex/multibib/multibib.sty
- texmf-dist/doc/latex/munich/README
- texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.pdf
- texmf-dist/doc/latex/munich/documenation_munich_Bibtex_style.tex
- texmf-dist/doc/latex/munich/example_DB.bib
- texmf-dist/doc/latex/munich/example_munich_Bibtex_style.pdf
- texmf-dist/doc/latex/munich/example_munich_Bibtex_style.tex
- texmf-dist/bibtex/bst/munich/munich.bst
- texmf-dist/doc/latex/notes2bib/README
- texmf-dist/doc/latex/notes2bib/notes2bib.pdf
- texmf-dist/source/latex/notes2bib/notes2bib.dtx
- texmf-dist/tex/latex/notes2bib/notes2bib.sty
- texmf-dist/doc/latex/perception/README
- texmf-dist/bibtex/bst/perception/perception.bst
- texmf-dist/bibtex/bst/pnas2009/pnas2009.bst
- texmf-dist/doc/latex/rsc/README
- texmf-dist/doc/latex/rsc/rsc-demo.tex
- texmf-dist/doc/latex/rsc/rsc.bib
- texmf-dist/doc/latex/rsc/rsc.pdf
- texmf-dist/source/latex/rsc/rsc.dtx
- texmf-dist/source/latex/rsc/rsc.ins
- texmf-dist/bibtex/bst/rsc/angew.bst
- texmf-dist/bibtex/bst/rsc/rsc.bst
- texmf-dist/tex/latex/rsc/rsc.sty
- texmf-dist/doc/latex/showtags/showtags-doc.pdf
- texmf-dist/doc/latex/showtags/showtags-doc.tex
- texmf-dist/tex/latex/showtags/showtags.sty
- texmf-dist/doc/latex/sort-by-letters/README
- texmf-dist/bibtex/bst/sort-by-letters/abbrv-letters.bst
- texmf-dist/bibtex/bst/sort-by-letters/alpha-letters.bst
- texmf-dist/bibtex/bst/sort-by-letters/apalike-letters.bst
- texmf-dist/bibtex/bst/sort-by-letters/frplainnat-letters.bst
- texmf-dist/bibtex/bst/sort-by-letters/plain-letters.bst
- texmf-dist/bibtex/bst/sort-by-letters/plainnat-letters.bst
- texmf-dist/bibtex/bst/sort-by-letters/siam-letters.bst
- texmf-dist/doc/latex/splitbib/README
- texmf-dist/doc/latex/splitbib/splitbib.pdf
- texmf-dist/source/latex/splitbib/splitbib.dtx
- texmf-dist/source/latex/splitbib/splitbib.ins
- texmf-dist/tex/latex/splitbib/splitbib.sty
- texmf-dist/doc/latex/uni-wtal-ger/LIESMICH
- texmf-dist/doc/latex/uni-wtal-ger/README
- texmf-dist/doc/latex/uni-wtal-ger/germanistik.bib
- texmf-dist/doc/latex/uni-wtal-ger/germanistik.pdf
- texmf-dist/doc/latex/uni-wtal-ger/germanistik.tex
- texmf-dist/tex/latex/uni-wtal-ger/uni-wtal-ger.bbx
- texmf-dist/tex/latex/uni-wtal-ger/uni-wtal-ger.cbx
- texmf-dist/doc/bibtex/urlbst/Makefile.in
- texmf-dist/doc/bibtex/urlbst/README
- texmf-dist/doc/bibtex/urlbst/VERSION
- texmf-dist/doc/bibtex/urlbst/urlbst
- texmf-dist/doc/bibtex/urlbst/urlbst.bib
- texmf-dist/doc/bibtex/urlbst/urlbst.html
- texmf-dist/doc/bibtex/urlbst/urlbst.html.in
- texmf-dist/doc/bibtex/urlbst/urlbst.in
- texmf-dist/doc/bibtex/urlbst/urlbst.pdf
- texmf-dist/doc/bibtex/urlbst/urlbst.tex
- texmf-dist/doc/bibtex/urlbst/urlbst.tex.in
- texmf-dist/source/bibtex/urlbst/configure
- texmf-dist/source/bibtex/urlbst/configure.ac
- texmf-dist/bibtex/bst/urlbst/abbrvurl.bst
- texmf-dist/bibtex/bst/urlbst/alphaurl.bst
- texmf-dist/bibtex/bst/urlbst/plainurl.bst
- texmf-dist/bibtex/bst/urlbst/unsrturl.bst
- )
- %__mkdir_p ${PREF}/texmf-dist
- for i in "${manifest[@]}"; do
- %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
- done
- ## make symlinks of core script utils
- mk_symlinks=(
- texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
- texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
- texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
- texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
- texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
- texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
- texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
- texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
- texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
- texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
- texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
- texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
- texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
- texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
- texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
- texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
- texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
- texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
- texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
- texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
- texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
- texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
- texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
- texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
- texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
- texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
- texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
- texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
- texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
- texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
- texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
- texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
- texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
- texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
- texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
- texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
- texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
- texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
- texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
- texlive-collection-fontutils,/usr/bin/cmap2enc,/usr/share/texmf-dist/scripts/fontools/cmap2enc
- texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
- texlive-collection-fontutils,/usr/bin/font2afm,/usr/share/texmf-dist/scripts/fontools/font2afm
- texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
- texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
- texlive-collection-fontutils,/usr/bin/pfm2kpx,/usr/share/texmf-dist/scripts/fontools/pfm2kpx
- texlive-collection-fontutils,/usr/bin/showglyphs,/usr/share/texmf-dist/scripts/fontools/showglyphs
- texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
- texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
- texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
- texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
- texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
- texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
- texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
- texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
- texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
- texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
- texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
- texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
- texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
- texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
- texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
- texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
- texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
- texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
- texlive-collection-latexextra,/usr/bin/pdfthumb,/usr/share/texmf-dist/scripts/ppower4/pdfthumb.tlu
- texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
- texlive-collection-latexextra,/usr/bin/ppower4,/usr/share/texmf-dist/scripts/ppower4/ppower4.tlu
- texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
- texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
- texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
- texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
- texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
- texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
- texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
- texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
- texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
- texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
- texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
- texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
- texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
- texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
- texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
- )
- %__mkdir_p %{buildroot}%{_bindir}
- pushd %{buildroot}%{_bindir}
- for i in "${mk_symlinks[@]}"; do
- tlc=$(echo $i | cut -f 1 -d",")
- lnk=$(echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
- rlnk=$(echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
- [ "%{name}" = "$tlc" ] || continue
- [ -f $rlnk ] || exit 1
- %__ln_s $rlnk $lnk || exit 1
- done
- popd
- ## Files list
- find %{buildroot} -type f -or -type l | \
- %__sed -e "s|%{buildroot}||g" > filelist.full
- find %{buildroot}%{texmf}-dist -type d | \
- %__sed -e "s|^%{buildroot}|%dir |" \
- -e "s|$|/|" >> filelist.full
- ## subpackages
- grep "/texmf-dist/doc/" filelist.full > filelist.doc
- cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
- %__mv -f filelist.tmp filelist.full
- %clean
- %__rm -rf %{buildroot}
- %post
- %{exec_texhash}
- exit 0
- %postun
- if [ "$1" = 0 ]; then
- %{exec_texhash}
- fi
- exit 0
- %files -f filelist.full
- %defattr(-,root,root,-)
- %files -f filelist.doc doc
- %defattr(-,root,root,-)
- %changelog
- * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
- - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-bibtexextra
- * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
- - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-bibtexextra
- - make symlinks of core script utils (texlive-collection-binextra,
- texlive-collection-context, texlive-collection-fontutils,
- texlive-collection-langgreek, texlive-collection-langindic,
- texlive-collection-latex, texlive-collection-latexextra,
- texlive-collection-latexrecommended, texlive-collection-pictures,
- texlive-collection-pstricks, texlive-collection-science)
- * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
- - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-bibtexextra
- - improved %%post
- * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
- - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-bibtexextra
- - removed arch dependent binaries (texlive-collection-latexextra)
- - fixed perl path
- - improved updmap process in %%post and %%postun
- * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
- - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-bibtexextra
|