texlive-collection-mathextra-vl.spec 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2012-1:
  3. ## tlpdb2rpmspec collection-mathextra
  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: Advanced math typesetting
  43. Summary(ja): TeX Live: Advanced math typesetting
  44. Name: texlive-collection-mathextra
  45. Version: 2012
  46. Release: 1%{?_dist_release}
  47. License: LPPL, GPL+, Knuth, GPLv3+, LGPLv2+, LPPL 1.3, Freely redistributable without restriction, No Info, Public Domain, BSD, LPPL 1.2
  48. Group: Applications/Publishing
  49. URL:http://www.tug.org/texlive/
  50. Requires: texlive = %{version}
  51. Requires: texlive-collection-fontsrecommended = %{version}
  52. Requires: texlive-collection-latex = %{version}
  53. Requires(post): texlive = %{version}
  54. Requires(postun): texlive = %{version}
  55. #BuildRequires: texlive-sources = %{version}
  56. BuildArch: noarch
  57. Buildroot: %{_tmppath}/%{name}-%{version}-root
  58. Vendor: Project Vine
  59. Distribution: Vine Linux
  60. Packager: munepi
  61. %description
  62. The TeX Live software distribution offers a complete TeX system for a
  63. variety of Unix, Macintosh, Windows and other platforms. It
  64. encompasses programs for editing, typesetting, previewing and printing
  65. of TeX documents in many different languages, and a large collection
  66. of TeX macros and font libraries.
  67. The distribution includes extensive general documentation about TeX,
  68. as well as the documentation for the included software packages.
  69. This package is a collection of Advanced math typesetting:
  70. Extra math
  71. This package contains the following CTAN packages:
  72. 12many: Generalising mathematical index sets.
  73. amstex: American Mathematical Society plain TeX macros.
  74. binomexp: Calculate Pascal's triangle.
  75. boldtensors: Bold latin and greek characters through simple prefix characters.
  76. bosisio: A collection of packages by Francesco Bosisio.
  77. ccfonts: Support for Concrete text and math fonts in LaTeX.
  78. commath: Mathematics typesetting support.
  79. concmath: Concrete Math fonts.
  80. concrete: Concrete Roman fonts.
  81. eqnarray: More generalised equation arrays with numbering.
  82. extarrows: Extra Arrows beyond those provided in AMSmath
  83. extpfeil: Extensible arrows in mathematics.
  84. faktor: Typeset quotient structures with LaTeX.
  85. ionumbers: Restyle numbers in maths mode.
  86. isomath: Mathematics "for scientists" (conformant to ISO 31).
  87. mathcomp: Text symbols in maths mode.
  88. mattens: Matrices/tensor typesetting.
  89. mhequ: Multicolumn equations, tags, labels, sub-numbering.
  90. multiobjective: Symbols for multibojective optimisation etc.
  91. nath: Natural mathematics notation.
  92. ot-tableau: Optimality Theory tableaux in LaTeX.
  93. oubraces: Braces over and under a formula.
  94. proba: Shortcuts commands to symbols used in probability texts.
  95. rec-thy: Commands to typeset recursion theory papers.
  96. shuffle: A symbol for the shuffle product.
  97. statex: Statistics style.
  98. statex2: Statistics style.
  99. stmaryrd: St Mary Road symbols for theoretical computer science.
  100. subsupscripts: A range of sub- and superscript commands.
  101. susy: Macros for SuperSymmetry-related work.
  102. syllogism: Typeset syllogisms in LaTeX.
  103. synproof: Easy drawing of syntactic proofs.
  104. tablor: Create tables of signs and of variations.
  105. tensor: Typeset tensors.
  106. tex-ewd: Macros to typeset calculational proofs and programs in Dijkstra's style.
  107. thmbox: Decorate theorem statements.
  108. turnstile: Typeset the (logic) turnstile notation.
  109. unicode-math: Unicode mathematics support for XeTeX and LuaTeX.
  110. venn: Creating Venn diagrams with MetaPost.
  111. yhmath: Extended maths fonts for LaTeX.
  112. ytableau: Many-featured Young tableaux and Young diagrams.
  113. %description -l ja
  114. TeX Live ソフトウェアディストリビューションは、
  115. さまざまな Unix, Macintosh, Windows、および
  116. 他のプラットホームに対して完全な TeX システムを提供します。
  117. 多くの異なった言語を含む TeX ドキュメントの
  118. 編集、組版、閲覧、印刷するためのプログラム、
  119. そして、TeX マクロやフォントライブラリの大きなコレクションを
  120. 同梱しています。
  121. このディストリビューションは
  122. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  123. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  124. このパッケージは以下のようなパッケージ集です。
  125. Advanced math typesetting:
  126. Extra math
  127. このパッケージは以下の CTAN パッケージを含んでいます:
  128. 12many: Generalising mathematical index sets.
  129. amstex: American Mathematical Society plain TeX macros.
  130. binomexp: Calculate Pascal's triangle.
  131. boldtensors: Bold latin and greek characters through simple prefix characters.
  132. bosisio: A collection of packages by Francesco Bosisio.
  133. ccfonts: Support for Concrete text and math fonts in LaTeX.
  134. commath: Mathematics typesetting support.
  135. concmath: Concrete Math fonts.
  136. concrete: Concrete Roman fonts.
  137. eqnarray: More generalised equation arrays with numbering.
  138. extarrows: Extra Arrows beyond those provided in AMSmath
  139. extpfeil: Extensible arrows in mathematics.
  140. faktor: Typeset quotient structures with LaTeX.
  141. ionumbers: Restyle numbers in maths mode.
  142. isomath: Mathematics "for scientists" (conformant to ISO 31).
  143. mathcomp: Text symbols in maths mode.
  144. mattens: Matrices/tensor typesetting.
  145. mhequ: Multicolumn equations, tags, labels, sub-numbering.
  146. multiobjective: Symbols for multibojective optimisation etc.
  147. nath: Natural mathematics notation.
  148. ot-tableau: Optimality Theory tableaux in LaTeX.
  149. oubraces: Braces over and under a formula.
  150. proba: Shortcuts commands to symbols used in probability texts.
  151. rec-thy: Commands to typeset recursion theory papers.
  152. shuffle: A symbol for the shuffle product.
  153. statex: Statistics style.
  154. statex2: Statistics style.
  155. stmaryrd: St Mary Road symbols for theoretical computer science.
  156. subsupscripts: A range of sub- and superscript commands.
  157. susy: Macros for SuperSymmetry-related work.
  158. syllogism: Typeset syllogisms in LaTeX.
  159. synproof: Easy drawing of syntactic proofs.
  160. tablor: Create tables of signs and of variations.
  161. tensor: Typeset tensors.
  162. tex-ewd: Macros to typeset calculational proofs and programs in Dijkstra's style.
  163. thmbox: Decorate theorem statements.
  164. turnstile: Typeset the (logic) turnstile notation.
  165. unicode-math: Unicode mathematics support for XeTeX and LuaTeX.
  166. venn: Creating Venn diagrams with MetaPost.
  167. yhmath: Extended maths fonts for LaTeX.
  168. ytableau: Many-featured Young tableaux and Young diagrams.
  169. %package doc
  170. Summary: TeX Live: Documentation files of %{name}
  171. Group: Applications/Publishing
  172. Requires: %{name} = %{version}-%{release}
  173. %description doc
  174. This package contains documentation files of %{name}.
  175. %prep
  176. %build
  177. %install
  178. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  179. PREF=%{buildroot}%{tex_destdir}
  180. manifest=(
  181. texmf-dist/doc/latex/12many/12many.pdf
  182. texmf-dist/doc/latex/12many/README
  183. texmf-dist/source/latex/12many/12many.dtx
  184. texmf-dist/source/latex/12many/12many.ins
  185. texmf-dist/tex/latex/12many/12many.sty
  186. texmf-dist/doc/amstex/base/README
  187. texmf-dist/doc/amstex/base/amsguide.pdf
  188. texmf-dist/doc/amstex/base/amsguide.tex
  189. texmf-dist/doc/amstex/base/amsppt.doc
  190. texmf-dist/doc/amstex/base/amsppt.faq
  191. texmf-dist/doc/amstex/base/amstinst.ps.gz
  192. texmf-dist/doc/amstex/base/amstinst.tex
  193. texmf-dist/doc/amstex/base/joyerr.tex
  194. texmf-dist/doc/amstex/base/joyerr2.tex
  195. texmf-dist/tex/amstex/base/amsppt.sti
  196. texmf-dist/tex/amstex/base/amsppt.sty
  197. texmf-dist/tex/amstex/base/amsppt1.tex
  198. texmf-dist/tex/amstex/base/amstex.bug
  199. texmf-dist/tex/amstex/base/amstex.tex
  200. texmf-dist/tex/amstex/config/amstex.ini
  201. texmf-dist/doc/latex/binomexp/README
  202. texmf-dist/doc/latex/binomexp/binomexp.pdf
  203. texmf-dist/source/latex/binomexp/binomexp.dtx
  204. texmf-dist/source/latex/binomexp/binomexp.ins
  205. texmf-dist/tex/latex/binomexp/binomexp.sty
  206. texmf-dist/doc/latex/boldtensors/boldtensors.pdf
  207. texmf-dist/doc/latex/boldtensors/boldtensors.tex
  208. texmf-dist/tex/latex/boldtensors/boldtensors.sty
  209. texmf-dist/doc/latex/bosisio/README
  210. texmf-dist/doc/latex/bosisio/accenti.html
  211. texmf-dist/doc/latex/bosisio/accenti.pdf
  212. texmf-dist/doc/latex/bosisio/dblfont.html
  213. texmf-dist/doc/latex/bosisio/dblfont.pdf
  214. texmf-dist/doc/latex/bosisio/envmath.html
  215. texmf-dist/doc/latex/bosisio/envmath.pdf
  216. texmf-dist/doc/latex/bosisio/evenpage.html
  217. texmf-dist/doc/latex/bosisio/evenpage.pdf
  218. texmf-dist/doc/latex/bosisio/graphfig.html
  219. texmf-dist/doc/latex/bosisio/graphfig.pdf
  220. texmf-dist/doc/latex/bosisio/index.html
  221. texmf-dist/doc/latex/bosisio/makedoc
  222. texmf-dist/doc/latex/bosisio/mathcmd.html
  223. texmf-dist/doc/latex/bosisio/mathcmd.pdf
  224. texmf-dist/doc/latex/bosisio/quotes.html
  225. texmf-dist/doc/latex/bosisio/quotes.pdf
  226. texmf-dist/doc/latex/bosisio/sobolev.html
  227. texmf-dist/doc/latex/bosisio/sobolev.pdf
  228. texmf-dist/source/latex/bosisio/accenti.drv
  229. texmf-dist/source/latex/bosisio/accenti.dtx
  230. texmf-dist/source/latex/bosisio/dblfont.drv
  231. texmf-dist/source/latex/bosisio/dblfont.dtx
  232. texmf-dist/source/latex/bosisio/envmath.drv
  233. texmf-dist/source/latex/bosisio/envmath.dtx
  234. texmf-dist/source/latex/bosisio/evenpage.drv
  235. texmf-dist/source/latex/bosisio/evenpage.dtx
  236. texmf-dist/source/latex/bosisio/graphfig.drv
  237. texmf-dist/source/latex/bosisio/graphfig.dtx
  238. texmf-dist/source/latex/bosisio/mathcmd.drv
  239. texmf-dist/source/latex/bosisio/mathcmd.dtx
  240. texmf-dist/source/latex/bosisio/quotes.drv
  241. texmf-dist/source/latex/bosisio/quotes.dtx
  242. texmf-dist/source/latex/bosisio/sobolev.drv
  243. texmf-dist/source/latex/bosisio/sobolev.dtx
  244. texmf-dist/tex/latex/bosisio/accenti.sty
  245. texmf-dist/tex/latex/bosisio/dblfont.sty
  246. texmf-dist/tex/latex/bosisio/envmath.sty
  247. texmf-dist/tex/latex/bosisio/evenpage.sty
  248. texmf-dist/tex/latex/bosisio/graphfig.sty
  249. texmf-dist/tex/latex/bosisio/mathcmd.sty
  250. texmf-dist/tex/latex/bosisio/quotes.sty
  251. texmf-dist/tex/latex/bosisio/sobolev.sty
  252. texmf-dist/doc/latex/ccfonts/ccfonts.pdf
  253. texmf-dist/doc/latex/ccfonts/readme
  254. texmf-dist/source/latex/ccfonts/cc.fdd
  255. texmf-dist/source/latex/ccfonts/ccfonts.dtx
  256. texmf-dist/source/latex/ccfonts/ccfonts.ins
  257. texmf-dist/tex/latex/ccfonts/ccfonts.sty
  258. texmf-dist/tex/latex/ccfonts/t1ccr.fd
  259. texmf-dist/tex/latex/ccfonts/ts1ccr.fd
  260. texmf-dist/doc/latex/commath/README
  261. texmf-dist/doc/latex/commath/commath.pdf
  262. texmf-dist/doc/latex/commath/commath.tex
  263. texmf-dist/tex/latex/commath/commath.sty
  264. texmf-dist/doc/fonts/concmath/CATALOGUE
  265. texmf-dist/doc/fonts/concmath/README
  266. texmf-dist/doc/fonts/concmath/concmath.pdf
  267. texmf-dist/source/latex/concmath/Makefile
  268. texmf-dist/source/latex/concmath/concmath.dtx
  269. texmf-dist/source/latex/concmath/concmath.ins
  270. texmf-dist/tex/latex/concmath/concmath.sty
  271. texmf-dist/tex/latex/concmath/omlccm.fd
  272. texmf-dist/tex/latex/concmath/omlccr.fd
  273. texmf-dist/tex/latex/concmath/omsccr.fd
  274. texmf-dist/tex/latex/concmath/omsccsy.fd
  275. texmf-dist/tex/latex/concmath/omxccex.fd
  276. texmf-dist/tex/latex/concmath/ot1ccr.fd
  277. texmf-dist/tex/latex/concmath/ucca.fd
  278. texmf-dist/tex/latex/concmath/uccb.fd
  279. texmf-dist/doc/fonts/concrete/CATALOGUE
  280. texmf-dist/doc/fonts/concrete/Makefile
  281. texmf-dist/doc/fonts/concrete/README
  282. texmf-dist/fonts/source/public/concrete/cccsc10.mf
  283. texmf-dist/fonts/source/public/concrete/ccmi10.mf
  284. texmf-dist/fonts/source/public/concrete/ccmic9.mf
  285. texmf-dist/fonts/source/public/concrete/ccr10.mf
  286. texmf-dist/fonts/source/public/concrete/ccr5.mf
  287. texmf-dist/fonts/source/public/concrete/ccr6.mf
  288. texmf-dist/fonts/source/public/concrete/ccr7.mf
  289. texmf-dist/fonts/source/public/concrete/ccr8.mf
  290. texmf-dist/fonts/source/public/concrete/ccr9.mf
  291. texmf-dist/fonts/source/public/concrete/ccsl10.mf
  292. texmf-dist/fonts/source/public/concrete/ccsl9.mf
  293. texmf-dist/fonts/source/public/concrete/ccslc9.mf
  294. texmf-dist/fonts/source/public/concrete/ccti10.mf
  295. texmf-dist/fonts/source/public/concrete/odigs.mf
  296. texmf-dist/fonts/tfm/public/concrete/cccsc10.tfm
  297. texmf-dist/fonts/tfm/public/concrete/ccmi10.tfm
  298. texmf-dist/fonts/tfm/public/concrete/ccmic9.tfm
  299. texmf-dist/fonts/tfm/public/concrete/ccr10.tfm
  300. texmf-dist/fonts/tfm/public/concrete/ccr5.tfm
  301. texmf-dist/fonts/tfm/public/concrete/ccr6.tfm
  302. texmf-dist/fonts/tfm/public/concrete/ccr7.tfm
  303. texmf-dist/fonts/tfm/public/concrete/ccr8.tfm
  304. texmf-dist/fonts/tfm/public/concrete/ccr9.tfm
  305. texmf-dist/fonts/tfm/public/concrete/ccsl10.tfm
  306. texmf-dist/fonts/tfm/public/concrete/ccsl9.tfm
  307. texmf-dist/fonts/tfm/public/concrete/ccslc9.tfm
  308. texmf-dist/fonts/tfm/public/concrete/ccti10.tfm
  309. texmf-dist/doc/latex/eqnarray/README
  310. texmf-dist/doc/latex/eqnarray/eqnarray.pdf
  311. texmf-dist/source/latex/eqnarray/eqnarray.drv
  312. texmf-dist/source/latex/eqnarray/eqnarray.dtx
  313. texmf-dist/source/latex/eqnarray/eqnarray.ins
  314. texmf-dist/tex/latex/eqnarray/eqnarray.sty
  315. texmf-dist/doc/latex/extarrows/README
  316. texmf-dist/doc/latex/extarrows/extarrows-test.pdf
  317. texmf-dist/doc/latex/extarrows/extarrows-test.tex
  318. texmf-dist/tex/latex/extarrows/extarrows.sty
  319. texmf-dist/doc/latex/extpfeil/README
  320. texmf-dist/doc/latex/extpfeil/extpfeil.pdf
  321. texmf-dist/source/latex/extpfeil/extpfeil.dtx
  322. texmf-dist/source/latex/extpfeil/extpfeil.ins
  323. texmf-dist/tex/latex/extpfeil/extpfeil.sty
  324. texmf-dist/doc/latex/faktor/README
  325. texmf-dist/doc/latex/faktor/faktor.pdf
  326. texmf-dist/source/latex/faktor/faktor.dtx
  327. texmf-dist/source/latex/faktor/faktor.ins
  328. texmf-dist/tex/latex/faktor/faktor.sty
  329. texmf-dist/doc/latex/ionumbers/COPYING
  330. texmf-dist/doc/latex/ionumbers/Makefile
  331. texmf-dist/doc/latex/ionumbers/README
  332. texmf-dist/doc/latex/ionumbers/ionumbers.pdf
  333. texmf-dist/doc/latex/ionumbers/ionumbers_test.pdf
  334. texmf-dist/doc/latex/ionumbers/ionumbers_test.tex
  335. texmf-dist/source/latex/ionumbers/ionumbers.dtx
  336. texmf-dist/source/latex/ionumbers/ionumbers.ins
  337. texmf-dist/tex/latex/ionumbers/ionumbers.sty
  338. texmf-dist/doc/latex/isomath/README.html
  339. texmf-dist/doc/latex/isomath/README.txt
  340. texmf-dist/doc/latex/isomath/isomath-test.pdf
  341. texmf-dist/doc/latex/isomath/isomath-test.tex
  342. texmf-dist/doc/latex/isomath/isomath.html
  343. texmf-dist/doc/latex/isomath/isomath.pdf
  344. texmf-dist/doc/latex/isomath/isomath.sty.html
  345. texmf-dist/doc/latex/isomath/isomath.sty.txt
  346. texmf-dist/doc/latex/isomath/isomath.txt
  347. texmf-dist/tex/latex/isomath/isomath.sty
  348. texmf-dist/doc/latex/mathcomp/mathcomp.pdf
  349. texmf-dist/source/latex/mathcomp/mathcomp.dtx
  350. texmf-dist/source/latex/mathcomp/mathcomp.ins
  351. texmf-dist/tex/latex/mathcomp/mathcomp.sty
  352. texmf-dist/doc/latex/mattens/README
  353. texmf-dist/doc/latex/mattens/mattens.pdf
  354. texmf-dist/doc/latex/mattens/mattens_sample.pdf
  355. texmf-dist/doc/latex/mattens/mattens_sample_src.zip
  356. texmf-dist/source/latex/mattens/mattens.dtx
  357. texmf-dist/source/latex/mattens/mattens.ins
  358. texmf-dist/tex/latex/mattens/mattens.sty
  359. texmf-dist/doc/latex/mhequ/example.pdf
  360. texmf-dist/doc/latex/mhequ/example.tex
  361. texmf-dist/tex/latex/mhequ/mhequ.sty
  362. texmf-dist/doc/latex/multiobjective/README
  363. texmf-dist/doc/latex/multiobjective/multiobjective.pdf
  364. texmf-dist/source/latex/multiobjective/multiobjective.dtx
  365. texmf-dist/source/latex/multiobjective/multiobjective.ins
  366. texmf-dist/tex/latex/multiobjective/multiobjective.sty
  367. texmf-dist/doc/latex/nath/README
  368. texmf-dist/doc/latex/nath/nathguide.pdf
  369. texmf-dist/doc/latex/nath/nathguide.tex
  370. texmf-dist/tex/latex/nath/nath.sty
  371. texmf-dist/doc/latex/ot-tableau/README
  372. texmf-dist/doc/latex/ot-tableau/ot-tableau.pdf
  373. texmf-dist/doc/latex/ot-tableau/ot-tableau.tex
  374. texmf-dist/tex/latex/ot-tableau/ot-tableau.sty
  375. texmf-dist/doc/latex/oubraces/oubraces.pdf
  376. texmf-dist/doc/latex/oubraces/oubraces.tex
  377. texmf-dist/tex/latex/oubraces/oubraces.sty
  378. texmf-dist/doc/latex/proba/README
  379. texmf-dist/doc/latex/proba/proba.pdf
  380. texmf-dist/source/latex/proba/proba.dtx
  381. texmf-dist/source/latex/proba/proba.ins
  382. texmf-dist/tex/latex/proba/proba.sty
  383. texmf-dist/doc/latex/rec-thy/README
  384. texmf-dist/doc/latex/rec-thy/rec-thy.pdf
  385. texmf-dist/doc/latex/rec-thy/rec-thy.tex
  386. texmf-dist/tex/latex/rec-thy/rec-thy.sty
  387. texmf-dist/doc/latex/shuffle/README
  388. texmf-dist/doc/latex/shuffle/shuffle.pdf
  389. texmf-dist/source/latex/shuffle/shuffle.dtx
  390. texmf-dist/source/latex/shuffle/shuffle.ins
  391. texmf-dist/fonts/source/public/shuffle/shuffle.mf
  392. texmf-dist/fonts/source/public/shuffle/shuffle10.mf
  393. texmf-dist/fonts/source/public/shuffle/shuffle7.mf
  394. texmf-dist/fonts/tfm/public/shuffle/shuffle10.tfm
  395. texmf-dist/fonts/tfm/public/shuffle/shuffle7.tfm
  396. texmf-dist/tex/latex/shuffle/Ushuffle.fd
  397. texmf-dist/tex/latex/shuffle/shuffle.sty
  398. texmf-dist/doc/latex/statex/statex-example.pdf
  399. texmf-dist/doc/latex/statex/statex-example.tex
  400. texmf-dist/tex/latex/statex/statex.sty
  401. texmf-dist/doc/latex/statex2/statex2-example.pdf
  402. texmf-dist/doc/latex/statex2/statex2-example.tex
  403. texmf-dist/tex/latex/statex2/statex2.sty
  404. texmf-dist/doc/fonts/stmaryrd/INSTALL
  405. texmf-dist/doc/fonts/stmaryrd/README
  406. texmf-dist/doc/fonts/stmaryrd/README.hoekwater
  407. texmf-dist/doc/fonts/stmaryrd/stmaryrd.pdf
  408. texmf-dist/source/fonts/stmaryrd/stmaryrd.dtx
  409. texmf-dist/source/fonts/stmaryrd/stmaryrd.ins
  410. texmf-dist/fonts/afm/public/stmaryrd/stmary10.afm
  411. texmf-dist/fonts/afm/public/stmaryrd/stmary5.afm
  412. texmf-dist/fonts/afm/public/stmaryrd/stmary6.afm
  413. texmf-dist/fonts/afm/public/stmaryrd/stmary7.afm
  414. texmf-dist/fonts/afm/public/stmaryrd/stmary8.afm
  415. texmf-dist/fonts/afm/public/stmaryrd/stmary9.afm
  416. texmf-dist/fonts/map/dvips/stmaryrd/stmaryrd.map
  417. texmf-dist/fonts/source/public/stmaryrd/stmary10.mf
  418. texmf-dist/fonts/source/public/stmaryrd/stmary5.mf
  419. texmf-dist/fonts/source/public/stmaryrd/stmary6.mf
  420. texmf-dist/fonts/source/public/stmaryrd/stmary7.mf
  421. texmf-dist/fonts/source/public/stmaryrd/stmary8.mf
  422. texmf-dist/fonts/source/public/stmaryrd/stmary9.mf
  423. texmf-dist/fonts/source/public/stmaryrd/stmaryaj.mf
  424. texmf-dist/fonts/source/public/stmaryrd/stmaryba.mf
  425. texmf-dist/fonts/source/public/stmaryrd/stmarych.mf
  426. texmf-dist/fonts/source/public/stmaryrd/stmaryjg.mf
  427. texmf-dist/fonts/source/public/stmaryrd/stmaryrd.mf
  428. texmf-dist/fonts/tfm/public/stmaryrd/stmary10.tfm
  429. texmf-dist/fonts/tfm/public/stmaryrd/stmary5.tfm
  430. texmf-dist/fonts/tfm/public/stmaryrd/stmary6.tfm
  431. texmf-dist/fonts/tfm/public/stmaryrd/stmary7.tfm
  432. texmf-dist/fonts/tfm/public/stmaryrd/stmary8.tfm
  433. texmf-dist/fonts/tfm/public/stmaryrd/stmary9.tfm
  434. texmf-dist/fonts/type1/public/stmaryrd/stmary10.pfb
  435. texmf-dist/fonts/type1/public/stmaryrd/stmary10.pfm
  436. texmf-dist/fonts/type1/public/stmaryrd/stmary5.pfb
  437. texmf-dist/fonts/type1/public/stmaryrd/stmary5.pfm
  438. texmf-dist/fonts/type1/public/stmaryrd/stmary6.pfb
  439. texmf-dist/fonts/type1/public/stmaryrd/stmary6.pfm
  440. texmf-dist/fonts/type1/public/stmaryrd/stmary7.pfb
  441. texmf-dist/fonts/type1/public/stmaryrd/stmary7.pfm
  442. texmf-dist/fonts/type1/public/stmaryrd/stmary8.pfb
  443. texmf-dist/fonts/type1/public/stmaryrd/stmary8.pfm
  444. texmf-dist/fonts/type1/public/stmaryrd/stmary9.pfb
  445. texmf-dist/fonts/type1/public/stmaryrd/stmary9.pfm
  446. texmf-dist/tex/latex/stmaryrd/Ustmry.fd
  447. texmf-dist/tex/latex/stmaryrd/stmaryrd.sty
  448. texmf-dist/doc/latex/subsupscripts/README
  449. texmf-dist/doc/latex/subsupscripts/SubSupScripts.pdf
  450. texmf-dist/doc/latex/subsupscripts/SubSupScripts.tex
  451. texmf-dist/tex/latex/subsupscripts/subsupscripts.sty
  452. texmf-dist/doc/latex/susy/README
  453. texmf-dist/doc/latex/susy/README.TEXLIVE
  454. texmf-dist/tex/latex/susy/susy.sty
  455. texmf-dist/doc/latex/syllogism/Examples.pdf
  456. texmf-dist/doc/latex/syllogism/Examples.tex
  457. texmf-dist/doc/latex/syllogism/README
  458. texmf-dist/doc/latex/syllogism/syllogism.pdf
  459. texmf-dist/doc/latex/syllogism/syllogism.tex
  460. texmf-dist/tex/latex/syllogism/syllogism.sty
  461. texmf-dist/doc/latex/synproof/README
  462. texmf-dist/doc/latex/synproof/synproof-doc.pdf
  463. texmf-dist/doc/latex/synproof/synproof-doc.tex
  464. texmf-dist/tex/latex/synproof/synproof.sty
  465. texmf-dist/doc/latex/tablor/Figures/TSav-105.mp
  466. texmf-dist/doc/latex/tablor/Figures/capture.eps
  467. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.0
  468. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.1
  469. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.10
  470. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.105
  471. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.11
  472. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.12
  473. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.13
  474. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.14
  475. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.15
  476. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.16
  477. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.17
  478. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.18
  479. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.19
  480. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.2
  481. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.20
  482. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.21
  483. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.22
  484. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.23
  485. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.24
  486. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.25
  487. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.26
  488. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.27
  489. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.28
  490. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.29
  491. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.3
  492. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.30
  493. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.31
  494. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.32
  495. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.33
  496. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.35
  497. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.36
  498. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.37
  499. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.38
  500. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.39
  501. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.4
  502. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.40
  503. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.41
  504. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.42
  505. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.43
  506. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.44
  507. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.45
  508. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.47
  509. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.48
  510. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.49
  511. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.5
  512. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.50
  513. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.51
  514. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.52
  515. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.53
  516. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.54
  517. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.55
  518. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.56
  519. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.57
  520. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.6
  521. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.7
  522. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.8
  523. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.9
  524. texmf-dist/doc/latex/tablor/Figures/tablor_Tab.mp
  525. texmf-dist/doc/latex/tablor/README
  526. texmf-dist/doc/latex/tablor/README-fr.txt
  527. texmf-dist/doc/latex/tablor/tablor.html
  528. texmf-dist/doc/latex/tablor/tablor.pdf
  529. texmf-dist/doc/latex/tablor/tablor.tex
  530. texmf-dist/tex/latex/tablor/tablor-xetex.sty
  531. texmf-dist/tex/latex/tablor/tablor.cfg
  532. texmf-dist/tex/latex/tablor/tablor.sty
  533. texmf-dist/doc/latex/tensor/README
  534. texmf-dist/doc/latex/tensor/tensor.pdf
  535. texmf-dist/source/latex/tensor/tensor.dtx
  536. texmf-dist/source/latex/tensor/tensor.ins
  537. texmf-dist/tex/latex/tensor/tensor.sty
  538. texmf-dist/doc/generic/tex-ewd/README
  539. texmf-dist/doc/generic/tex-ewd/bsdlic.txt
  540. texmf-dist/doc/generic/tex-ewd/p0.tex
  541. texmf-dist/doc/generic/tex-ewd/t1.tex
  542. texmf-dist/tex/generic/tex-ewd/dotnot.tex
  543. texmf-dist/doc/latex/thmbox/README
  544. texmf-dist/doc/latex/thmbox/thmbox.pdf
  545. texmf-dist/source/latex/thmbox/thmbox.dtx
  546. texmf-dist/source/latex/thmbox/thmbox.ins
  547. texmf-dist/tex/latex/thmbox/thmbox.sty
  548. texmf-dist/doc/latex/turnstile/README
  549. texmf-dist/doc/latex/turnstile/README.en
  550. texmf-dist/doc/latex/turnstile/README.pt
  551. texmf-dist/doc/latex/turnstile/turnstile-en.pdf
  552. texmf-dist/doc/latex/turnstile/turnstile-pt.pdf
  553. texmf-dist/doc/latex/turnstile/turnstile_article.pdf
  554. texmf-dist/doc/latex/turnstile/turnstile_article.tex
  555. texmf-dist/doc/latex/turnstile/turnstile_artigo.pdf
  556. texmf-dist/doc/latex/turnstile/turnstile_artigo.tex
  557. texmf-dist/source/latex/turnstile/turnstile-en.dtx
  558. texmf-dist/source/latex/turnstile/turnstile-en.ins
  559. texmf-dist/source/latex/turnstile/turnstile-pt.dtx
  560. texmf-dist/source/latex/turnstile/turnstile-pt.ins
  561. texmf-dist/tex/latex/turnstile/turnstile.sty
  562. texmf-dist/doc/latex/unicode-math/README
  563. texmf-dist/doc/latex/unicode-math/unicode-math-testsuite.pdf
  564. texmf-dist/doc/latex/unicode-math/unicode-math.pdf
  565. texmf-dist/doc/latex/unicode-math/unimath-example.ltx
  566. texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf
  567. texmf-dist/source/latex/unicode-math/Makefile
  568. texmf-dist/source/latex/unicode-math/testfiles/F-active-sscripts.ltx
  569. texmf-dist/source/latex/unicode-math/testfiles/F-alph-spaces.ltx
  570. texmf-dist/source/latex/unicode-math/testfiles/F-arrow-accents.ltx
  571. texmf-dist/source/latex/unicode-math/testfiles/F-mathstyle-french.ltx
  572. texmf-dist/source/latex/unicode-math/testfiles/F-mathstyle-iso.ltx
  573. texmf-dist/source/latex/unicode-math/testfiles/F-mathstyle-literal.ltx
  574. texmf-dist/source/latex/unicode-math/testfiles/F-mathstyle-tex.ltx
  575. texmf-dist/source/latex/unicode-math/testfiles/F-mathstyle-upright.ltx
  576. texmf-dist/source/latex/unicode-math/testfiles/F-mathversion.ltx
  577. texmf-dist/source/latex/unicode-math/testfiles/F-nolimits-spec.ltx
  578. texmf-dist/source/latex/unicode-math/testfiles/F-over-under-2.ltx
  579. texmf-dist/source/latex/unicode-math/testfiles/F-over-under.ltx
  580. texmf-dist/source/latex/unicode-math/testfiles/F-pkg-url.ltx
  581. texmf-dist/source/latex/unicode-math/testfiles/F-primes-1.ltx
  582. texmf-dist/source/latex/unicode-math/testfiles/F-primes-2.ltx
  583. texmf-dist/source/latex/unicode-math/testfiles/F-primes-back.ltx
  584. texmf-dist/source/latex/unicode-math/testfiles/F-query-mathstyle.ltx
  585. texmf-dist/source/latex/unicode-math/testfiles/F-range-prime-check.ltx
  586. texmf-dist/source/latex/unicode-math/testfiles/F-slash-delim-2.ltx
  587. texmf-dist/source/latex/unicode-math/testfiles/F-sqrt-n.ltx
  588. texmf-dist/source/latex/unicode-math/testfiles/F-sqrt.ltx
  589. texmf-dist/source/latex/unicode-math/testfiles/F-sscript-features.ltx
  590. texmf-dist/source/latex/unicode-math/testfiles/L-sscale-dimen.ltx
  591. texmf-dist/source/latex/unicode-math/testfiles/L600a.ltx
  592. texmf-dist/source/latex/unicode-math/testfiles/L600b.ltx
  593. texmf-dist/source/latex/unicode-math/testfiles/L600c.ltx
  594. texmf-dist/source/latex/unicode-math/testfiles/L600f.ltx
  595. texmf-dist/source/latex/unicode-math/testfiles/L601a.ltx
  596. texmf-dist/source/latex/unicode-math/testfiles/L601b.ltx
  597. texmf-dist/source/latex/unicode-math/testfiles/L601f.ltx
  598. texmf-dist/source/latex/unicode-math/testfiles/L602b.ltx
  599. texmf-dist/source/latex/unicode-math/testfiles/L603b.ltx
  600. texmf-dist/source/latex/unicode-math/testfiles/L604a.ltx
  601. texmf-dist/source/latex/unicode-math/testfiles/L604b.ltx
  602. texmf-dist/source/latex/unicode-math/testfiles/L650a.ltx
  603. texmf-dist/source/latex/unicode-math/testfiles/L650b.ltx
  604. texmf-dist/source/latex/unicode-math/testfiles/X002a.ltx
  605. texmf-dist/source/latex/unicode-math/testfiles/X002b.ltx
  606. texmf-dist/source/latex/unicode-math/testfiles/X002c.ltx
  607. texmf-dist/source/latex/unicode-math/testfiles/X002d.ltx
  608. texmf-dist/source/latex/unicode-math/testfiles/X002e.ltx
  609. texmf-dist/source/latex/unicode-math/testfiles/X003a.ltx
  610. texmf-dist/source/latex/unicode-math/testfiles/X003b.ltx
  611. texmf-dist/source/latex/unicode-math/testfiles/X003c.ltx
  612. texmf-dist/source/latex/unicode-math/testfiles/X003d.ltx
  613. texmf-dist/source/latex/unicode-math/testfiles/X003e.ltx
  614. texmf-dist/source/latex/unicode-math/testfiles/X003f.ltx
  615. texmf-dist/source/latex/unicode-math/testfiles/X003g.ltx
  616. texmf-dist/source/latex/unicode-math/testfiles/X003h.ltx
  617. texmf-dist/source/latex/unicode-math/testfiles/X003i.ltx
  618. texmf-dist/source/latex/unicode-math/testfiles/X003j.ltx
  619. texmf-dist/source/latex/unicode-math/testfiles/X003k.ltx
  620. texmf-dist/source/latex/unicode-math/testfiles/X003l.ltx
  621. texmf-dist/source/latex/unicode-math/testfiles/X003m.ltx
  622. texmf-dist/source/latex/unicode-math/testfiles/X003n.ltx
  623. texmf-dist/source/latex/unicode-math/testfiles/X003o.ltx
  624. texmf-dist/source/latex/unicode-math/testfiles/X003p.ltx
  625. texmf-dist/source/latex/unicode-math/testfiles/X004a.ltx
  626. texmf-dist/source/latex/unicode-math/testfiles/X004b.ltx
  627. texmf-dist/source/latex/unicode-math/testfiles/X004c.ltx
  628. texmf-dist/source/latex/unicode-math/testfiles/X004d.ltx
  629. texmf-dist/source/latex/unicode-math/testfiles/X004e.ltx
  630. texmf-dist/source/latex/unicode-math/testfiles/X004f.ltx
  631. texmf-dist/source/latex/unicode-math/testfiles/X005a.ltx
  632. texmf-dist/source/latex/unicode-math/testfiles/X005b.ltx
  633. texmf-dist/source/latex/unicode-math/testfiles/X005c.ltx
  634. texmf-dist/source/latex/unicode-math/testfiles/X005d.ltx
  635. texmf-dist/source/latex/unicode-math/testfiles/X005e.ltx
  636. texmf-dist/source/latex/unicode-math/testfiles/X005f.ltx
  637. texmf-dist/source/latex/unicode-math/testfiles/X005g.ltx
  638. texmf-dist/source/latex/unicode-math/testfiles/X005h.ltx
  639. texmf-dist/source/latex/unicode-math/testfiles/X005i.ltx
  640. texmf-dist/source/latex/unicode-math/testfiles/X005j.ltx
  641. texmf-dist/source/latex/unicode-math/testfiles/X005k.ltx
  642. texmf-dist/source/latex/unicode-math/testfiles/X005l.ltx
  643. texmf-dist/source/latex/unicode-math/testfiles/X010a.ltx
  644. texmf-dist/source/latex/unicode-math/testfiles/X010b.ltx
  645. texmf-dist/source/latex/unicode-math/testfiles/X010c.ltx
  646. texmf-dist/source/latex/unicode-math/testfiles/X010d.ltx
  647. texmf-dist/source/latex/unicode-math/testfiles/X011a.ltx
  648. texmf-dist/source/latex/unicode-math/testfiles/X011b.ltx
  649. texmf-dist/source/latex/unicode-math/testfiles/X012a.ltx
  650. texmf-dist/source/latex/unicode-math/testfiles/X012b.ltx
  651. texmf-dist/source/latex/unicode-math/testfiles/X013a.ltx
  652. texmf-dist/source/latex/unicode-math/testfiles/X013b.ltx
  653. texmf-dist/source/latex/unicode-math/testfiles/X013c.ltx
  654. texmf-dist/source/latex/unicode-math/testfiles/X013d.ltx
  655. texmf-dist/source/latex/unicode-math/testfiles/X013e.ltx
  656. texmf-dist/source/latex/unicode-math/testfiles/X014a.ltx
  657. texmf-dist/source/latex/unicode-math/testfiles/X014b.ltx
  658. texmf-dist/source/latex/unicode-math/testfiles/X014c.ltx
  659. texmf-dist/source/latex/unicode-math/testfiles/X015a.ltx
  660. texmf-dist/source/latex/unicode-math/testfiles/X015b.ltx
  661. texmf-dist/source/latex/unicode-math/testfiles/X016a.ltx
  662. texmf-dist/source/latex/unicode-math/testfiles/X016b.ltx
  663. texmf-dist/source/latex/unicode-math/testfiles/X016c.ltx
  664. texmf-dist/source/latex/unicode-math/testfiles/X017a.ltx
  665. texmf-dist/source/latex/unicode-math/testfiles/X017b.ltx
  666. texmf-dist/source/latex/unicode-math/testfiles/X017c.ltx
  667. texmf-dist/source/latex/unicode-math/testfiles/X017d.ltx
  668. texmf-dist/source/latex/unicode-math/testfiles/X018a.ltx
  669. texmf-dist/source/latex/unicode-math/testfiles/X018b.ltx
  670. texmf-dist/source/latex/unicode-math/testfiles/X019a.ltx
  671. texmf-dist/source/latex/unicode-math/testfiles/X019b.ltx
  672. texmf-dist/source/latex/unicode-math/testfiles/X020a.ltx
  673. texmf-dist/source/latex/unicode-math/testfiles/X020b.ltx
  674. texmf-dist/source/latex/unicode-math/testfiles/X021a.ltx
  675. texmf-dist/source/latex/unicode-math/testfiles/X021b.ltx
  676. texmf-dist/source/latex/unicode-math/testfiles/X030a.ltx
  677. texmf-dist/source/latex/unicode-math/testfiles/X031a.ltx
  678. texmf-dist/source/latex/unicode-math/testfiles/X031b.ltx
  679. texmf-dist/source/latex/unicode-math/testfiles/X031c.ltx
  680. texmf-dist/source/latex/unicode-math/testfiles/X032a.ltx
  681. texmf-dist/source/latex/unicode-math/testfiles/X032b.ltx
  682. texmf-dist/source/latex/unicode-math/testfiles/X032c.ltx
  683. texmf-dist/source/latex/unicode-math/testfiles/X033a.ltx
  684. texmf-dist/source/latex/unicode-math/testfiles/X100a.ltx
  685. texmf-dist/source/latex/unicode-math/testfiles/X100b.ltx
  686. texmf-dist/source/latex/unicode-math/testfiles/X100c.ltx
  687. texmf-dist/source/latex/unicode-math/testfiles/X100d.ltx
  688. texmf-dist/source/latex/unicode-math/testfiles/X100e.ltx
  689. texmf-dist/source/latex/unicode-math/testfiles/X101a.ltx
  690. texmf-dist/source/latex/unicode-math/testfiles/X102a.ltx
  691. texmf-dist/source/latex/unicode-math/testfiles/X150a.ltx
  692. texmf-dist/source/latex/unicode-math/testfiles/X151a.ltx
  693. texmf-dist/source/latex/unicode-math/testfiles/X202a.ltx
  694. texmf-dist/source/latex/unicode-math/testfiles/X202b.ltx
  695. texmf-dist/source/latex/unicode-math/testfiles/X203a.ltx
  696. texmf-dist/source/latex/unicode-math/testfiles/X206a.ltx
  697. texmf-dist/source/latex/unicode-math/testfiles/X206b.ltx
  698. texmf-dist/source/latex/unicode-math/testfiles/X206c.ltx
  699. texmf-dist/source/latex/unicode-math/testfiles/X207a.ltx
  700. texmf-dist/source/latex/unicode-math/testfiles/X401a.ltx
  701. texmf-dist/source/latex/unicode-math/testfiles/X500a.ltx
  702. texmf-dist/source/latex/unicode-math/testfiles/X501a.ltx
  703. texmf-dist/source/latex/unicode-math/testfiles/X501b.ltx
  704. texmf-dist/source/latex/unicode-math/testfiles/X501d.ltx
  705. texmf-dist/source/latex/unicode-math/testfiles/X501e.ltx
  706. texmf-dist/source/latex/unicode-math/testfiles/X502a.ltx
  707. texmf-dist/source/latex/unicode-math/testfiles/X502b.ltx
  708. texmf-dist/source/latex/unicode-math/testfiles/X503a.ltx
  709. texmf-dist/source/latex/unicode-math/testfiles/X600a.ltx
  710. texmf-dist/source/latex/unicode-math/testfiles/X600b.ltx
  711. texmf-dist/source/latex/unicode-math/testfiles/X600c.ltx
  712. texmf-dist/source/latex/unicode-math/testfiles/X600d.ltx
  713. texmf-dist/source/latex/unicode-math/testfiles/X600f.ltx
  714. texmf-dist/source/latex/unicode-math/testfiles/X601a.ltx
  715. texmf-dist/source/latex/unicode-math/testfiles/X601b.ltx
  716. texmf-dist/source/latex/unicode-math/testfiles/X601f.ltx
  717. texmf-dist/source/latex/unicode-math/testfiles/X604a.ltx
  718. texmf-dist/source/latex/unicode-math/testfiles/X604b.ltx
  719. texmf-dist/source/latex/unicode-math/testfiles/X610f.ltx
  720. texmf-dist/source/latex/unicode-math/testfiles/X620b.ltx
  721. texmf-dist/source/latex/unicode-math/testfiles/X650a.ltx
  722. texmf-dist/source/latex/unicode-math/testfiles/X650b.ltx
  723. texmf-dist/source/latex/unicode-math/testfiles/umtest-preamble.tex
  724. texmf-dist/source/latex/unicode-math/testfiles/umtest-suite-F.tex
  725. texmf-dist/source/latex/unicode-math/testfiles/umtest-suite-L.tex
  726. texmf-dist/source/latex/unicode-math/testfiles/umtest-suite-X.tex
  727. texmf-dist/source/latex/unicode-math/unicode-math-testsuite.ltx
  728. texmf-dist/source/latex/unicode-math/unicode-math.dtx
  729. texmf-dist/source/latex/unicode-math/unimath-symbols.ltx
  730. texmf-dist/tex/latex/unicode-math/unicode-math-luatex.sty
  731. texmf-dist/tex/latex/unicode-math/unicode-math-table.tex
  732. texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty
  733. texmf-dist/tex/latex/unicode-math/unicode-math.lua
  734. texmf-dist/tex/latex/unicode-math/unicode-math.sty
  735. texmf-dist/doc/metapost/venn/README
  736. texmf-dist/metapost/venn/venn.mp
  737. texmf-dist/doc/latex/yhmath/yhmath.pdf
  738. texmf-dist/source/latex/yhmath/yhmath.drv
  739. texmf-dist/source/latex/yhmath/yhmath.dtx
  740. texmf-dist/source/latex/yhmath/yhmath.ins
  741. texmf-dist/fonts/map/dvips/yhmath/yhmath.map
  742. texmf-dist/fonts/source/public/yhmath/yhbigacc.mf
  743. texmf-dist/fonts/source/public/yhmath/yhbigdel.mf
  744. texmf-dist/fonts/source/public/yhmath/yhcmex10.mf
  745. texmf-dist/fonts/source/public/yhmath/yhmathex.mf
  746. texmf-dist/fonts/source/public/yhmath/yrcmex10.mf
  747. texmf-dist/fonts/tfm/public/yhmath/yhcmex10.tfm
  748. texmf-dist/fonts/tfm/public/yhmath/yrcmex10.tfm
  749. texmf-dist/fonts/type1/public/yhmath/yhcmex.pfb
  750. texmf-dist/fonts/vf/public/yhmath/yhcmex10.vf
  751. texmf-dist/tex/latex/yhmath/OMXyhex.fd
  752. texmf-dist/tex/latex/yhmath/yhmath.sty
  753. texmf-dist/doc/latex/ytableau/README
  754. texmf-dist/doc/latex/ytableau/ytableau.pdf
  755. texmf-dist/source/latex/ytableau/ytableau.dtx
  756. texmf-dist/source/latex/ytableau/ytableau.ins
  757. texmf-dist/tex/latex/ytableau/ytableau.sty
  758. )
  759. %__mkdir_p ${PREF}/texmf-dist
  760. for i in "${manifest[@]}"; do
  761. %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
  762. done
  763. ## make symlinks of core script utils
  764. mk_symlinks=(
  765. texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
  766. texlive-collection-bibtexextra,/usr/bin/listbib,/usr/share/texmf-dist/scripts/listbib/listbib
  767. texlive-collection-bibtexextra,/usr/bin/urlbst,/usr/share/texmf-dist/scripts/urlbst/urlbst
  768. texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
  769. texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
  770. texlive-collection-binextra,/usr/bin/ctanify,/usr/share/texmf-dist/scripts/ctanify/ctanify
  771. texlive-collection-binextra,/usr/bin/ctanupload,/usr/share/texmf-dist/scripts/ctanupload/ctanupload.pl
  772. texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
  773. texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
  774. texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
  775. texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
  776. texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
  777. texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
  778. texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
  779. texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  780. texlive-collection-binextra,/usr/bin/latexfileversion,/usr/share/texmf-dist/scripts/latexfileversion/latexfileversion
  781. texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
  782. texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
  783. texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
  784. texlive-collection-binextra,/usr/bin/match_parens,/usr/share/texmf-dist/scripts/match_parens/match_parens
  785. texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  786. texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
  787. texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
  788. texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
  789. texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
  790. texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
  791. texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
  792. texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
  793. texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  794. texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
  795. texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
  796. texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
  797. texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
  798. texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
  799. texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
  800. texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
  801. texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
  802. texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
  803. texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
  804. texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
  805. texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
  806. texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
  807. texlive-collection-binextra,/usr/bin/texliveonfly,/usr/share/texmf-dist/scripts/texliveonfly/texliveonfly.py
  808. texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
  809. texlive-collection-binextra,/usr/bin/typeoutfileinfo,/usr/share/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
  810. texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
  811. texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
  812. texlive-collection-fontutils,/usr/bin/dosepsbin,/usr/share/texmf-dist/scripts/dosepsbin/dosepsbin.pl
  813. texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
  814. texlive-collection-fontutils,/usr/bin/mf2pt1,/usr/share/texmf-dist/scripts/mf2pt1/mf2pt1.pl
  815. texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
  816. texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
  817. texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
  818. texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
  819. texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
  820. texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
  821. texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
  822. texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
  823. texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
  824. texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
  825. texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
  826. texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
  827. texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
  828. texlive-collection-langcjk,/usr/bin/convbkmk,/usr/share/texmf-dist/scripts/uptex/convbkmk.rb
  829. texlive-collection-langcjk,/usr/bin/updmap-setup-kanji,/usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
  830. texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
  831. texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
  832. texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
  833. texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
  834. texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
  835. texlive-collection-latexextra,/usr/bin/exceltex,/usr/share/texmf-dist/scripts/exceltex/exceltex
  836. texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
  837. texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
  838. texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
  839. texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
  840. texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
  841. texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
  842. texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
  843. texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
  844. texlive-collection-luatex,/usr/bin/checkcites,/usr/share/texmf-dist/scripts/checkcites/checkcites.lua
  845. texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
  846. texlive-collection-music,/usr/bin/m-tx,/usr/share/texmf-dist/scripts/m-tx/m-tx.lua
  847. texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
  848. texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
  849. texlive-collection-music,/usr/bin/pmx2pdf,/usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua
  850. texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
  851. texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
  852. texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
  853. texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
  854. texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
  855. texlive-collection-pstricks,/usr/bin/pedigree,/usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl
  856. texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
  857. texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
  858. )
  859. %__mkdir_p %{buildroot}%{_bindir}
  860. pushd %{buildroot}%{_bindir}
  861. for i in "${mk_symlinks[@]}"; do
  862. tlc=$(/bin/echo $i | cut -f 1 -d",")
  863. lnk=$(/bin/echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
  864. rlnk=$(/bin/echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
  865. [ "%{name}" = "$tlc" ] || continue
  866. [ -f $rlnk ] || exit 1
  867. %__ln_s $rlnk $lnk || exit 1
  868. done
  869. popd
  870. ## Files list
  871. find %{buildroot} -type f -or -type l | \
  872. %__sed -e "s|%{buildroot}||g" > filelist.full
  873. find %{buildroot}%{texmf}-dist -type d | \
  874. %__sed -e "s|^%{buildroot}|%dir |" \
  875. -e "s|$|/|" >> filelist.full
  876. ## subpackages
  877. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  878. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  879. %__mv -f filelist.tmp filelist.full
  880. %clean
  881. %__rm -rf %{buildroot}
  882. %post
  883. %touch_run texhash
  884. %touch_run mtxrun
  885. [ -f %{texmfsysconfig}/web2c/updmap.cfg ] || exit 0
  886. %{_bindir}/updmap-sys --nomkmap --nohash --quiet --enable MixedMap stmaryrd.map >/dev/null 2>&1 && %touch_run updmap
  887. %{_bindir}/updmap-sys --nomkmap --nohash --quiet --enable MixedMap yhmath.map >/dev/null 2>&1 && %touch_run updmap
  888. %touch_run fmtutil
  889. exit 0
  890. %postun
  891. if [ "$1" = 0 ]; then
  892. %touch_run texhash
  893. [ -f %{texmfsysconfig}/web2c/updmap.cfg ] || exit 0
  894. %{_bindir}/updmap-sys --nomkmap --nohash --quiet --disable stmaryrd.map >/dev/null 2>&1 && %touch_run updmap
  895. %{_bindir}/updmap-sys --nomkmap --nohash --quiet --disable yhmath.map >/dev/null 2>&1 && %touch_run updmap
  896. fi
  897. exit 0
  898. %posttrans
  899. %{exec_texhash}
  900. %{exec_mtxrun}
  901. %{exec_updmap}
  902. %{exec_fmtutil}
  903. exit 0
  904. %files -f filelist.full
  905. %defattr(-,root,root,-)
  906. %files -f filelist.doc doc
  907. %defattr(-,root,root,-)
  908. %changelog
  909. * Fri Nov 23 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
  910. - generated by tlpdb2rpmspec 2012-1: tlpdb2rpmspec collection-mathextra
  911. * Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
  912. - generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-mathextra
  913. - set external dependencies (texlive-collection-binextra,
  914. texlive-collection-fontutils)
  915. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  916. - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-mathextra
  917. * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  918. - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-mathextra
  919. - make symlinks of core script utils (texlive-collection-binextra,
  920. texlive-collection-context, texlive-collection-fontutils,
  921. texlive-collection-langgreek, texlive-collection-langindic,
  922. texlive-collection-latex, texlive-collection-latexextra,
  923. texlive-collection-latexrecommended, texlive-collection-pictures,
  924. texlive-collection-pstricks, texlive-collection-science)
  925. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  926. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-mathextra
  927. - improved %%post
  928. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  929. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-mathextra
  930. - removed arch dependent binaries (texlive-collection-latexextra)
  931. - fixed perl path
  932. - improved updmap process in %%post and %%postun
  933. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  934. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-mathextra