texlive-collection-publishers-vl.spec 68 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2009-3:
  3. ## tlpdb2rpmspec collection-publishers
  4. %bcond_with firstbuild
  5. %define tex_destdir %{_datadir}
  6. %define texmf %{tex_destdir}/texmf
  7. %define texlive_src %{tex_destdir}/texlive-sources
  8. %define build_tex_destdir %{buildroot}%{tex_destdir}
  9. %define build_texmf %{buildroot}%{texmf}
  10. %define exec_mktexlsr [ -x %{_bindir}/texconfig-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/texconfig-sys rehash
  11. %define exec_texhash [ -x %{_bindir}/texhash ] && PATH=%{_bindir}:$PATH %{_bindir}/texhash
  12. %define exec_updmap [ -x %{_bindir}/updmap-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/updmap-sys --nostop
  13. %define exec_fmtutil [ -x %{_bindir}/fmtutil-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/fmtutil-sys --all >/dev/null 2>&1
  14. %define exec_upddeffont [ -x %{_sbindir}/update-defaultfont ] && %{_sbindir}/update-defaultfont 2> /dev/null
  15. %define vartexfonts %{_var}/lib/texmf
  16. %define __find_provides %{nil}
  17. %define __find_requires %{nil}
  18. %define __perl_provides %{nil}
  19. %define __perl_requires %{nil}
  20. Autoreq: 0
  21. Summary: TeX Live: Support for publishers, theses, standards, conferences, etc.
  22. Summary(ja): TeX Live: Support for publishers, theses, standards, conferences, etc.
  23. Name: texlive-collection-publishers
  24. Version: 2009
  25. Release: 3%{?_dist_release}
  26. License: Freely redistributable without restriction, LPPL, No Info, Public Domain, GPL+
  27. Group: Applications/Publishing
  28. URL:http://www.tug.org/texlive/
  29. Requires: texlive = %{version}
  30. Requires: texlive-collection-latex = %{version}
  31. Requires(post): texlive = %{version}
  32. Requires(postun): texlive = %{version}
  33. BuildRequires: texlive-sources = %{version}
  34. BuildArch: noarch
  35. Buildroot: %{_tmppath}/%{name}-%{version}-root
  36. Vendor: Project Vine
  37. Distribution: Vine Linux
  38. Packager: munepi
  39. %description
  40. The TeX Live software distribution offers a complete TeX system for a
  41. variety of Unix, Macintosh, Windows and other platforms. It
  42. encompasses programs for editing, typesetting, previewing and printing
  43. of TeX documents in many different languages, and a large collection
  44. of TeX macros and font libraries.
  45. The distribution includes extensive general documentation about TeX,
  46. as well as the documentation for the included software packages.
  47. This package is a collection of Support for publishers, theses, standards, conferences, etc.:
  48. This package contains the following CTAN packages:
  49. ANUfinalexam: LaTeX document shell for ANU final exam
  50. IEEEconf: Macros for IEEE conference proceedings.
  51. IEEEtran: Document class for IEEE Transactions journals and conferences.
  52. aastex: Macros for Manuscript Preparation for AAS Journals.
  53. acmconf: Class for ACM conference proceedings.
  54. acmtrans: Class and BibTeX style for ACM Transactions.
  55. active-conf: Class for typesetting ACTIVE conference papers.
  56. afthesis: Air Force Institute of Technology thesis class.
  57. aguplus: Styles for American Geophysical Union.
  58. aiaa: Typeset AIAA conference papers.
  59. ametsoc: Official American Meteorological Society Latex Template.
  60. apa: American Psychological Association format.
  61. arsclassica: A different view of the ClassicThesis package.
  62. asaetr: Transactions of the ASAE.
  63. ascelike: Bibliography style for the ASCE.
  64. beamer-FUBerlin: Beamer, using the style of FU Berlin.
  65. chem-journal: Various BibTeX formats for journals in Chemistry.
  66. classicthesis: A "classically styled" thesis package.
  67. confproc: A set of tools for generating conference proceedings.
  68. ebsthesis: Typesetting theses for economics
  69. economic: BibTeX support for submitting to Economics journals.
  70. elsevier: Classes for Elsevier Science journals.
  71. erdc: Style for Reports by US Army Corps of Engineers.
  72. estcpmm: Style for Munitions Management Project Reports.
  73. euproposal: A class for preparing FP7 proposals.
  74. gaceta: A class to typeset La Gaceta de la RSME.
  75. gatech-thesis: Georgia Institute of Technology thesis class
  76. har2nat: Replace the harvard package with natbib.
  77. icsv: Class for typesetting articles for the ICSV conference.
  78. ieeepes: IEEE Power Engineering Society Transactions.
  79. ijmart: LaTeX Class for the Israel Journal of Mathematics.
  80. imac: International Modal Analysis Conference format.
  81. imtekda: IMTEK thesis class.
  82. jhep: Class for JHEP.
  83. jpsj: Document Class for Journal of the Physical Society of Japan.
  84. kluwer:
  85. lps: Class for "Logic and Philosophy of Science".
  86. macqassign: Typeset assignments for Macquarie University.
  87. mentis: A basis for books to be published by Mentis publishers.
  88. muthesis: Classes for University of Manchester Dept of Computer Science.
  89. nature: Prepare papers for the journal Nature.
  90. nddiss: Notre Dame Dissertation format class.
  91. nih: A class for NIH grant applications.
  92. nostarch: LaTeX class for No Starch Press.
  93. nrc: Class for the NRC technical journals.
  94. philosophersimprint: Typesetting articles for "Philosophers' Imprint".
  95. powerdot-FUBerlin: Powerdot, using the style of FU Berlin.
  96. pracjourn: Typeset articles for PracTeX.
  97. procIAGssymp: Macros for IAG symposium papers.
  98. ptptex: Macros for 'Progress of Theoretical Physics'.
  99. psu-thesis: Package for writing a thesis at Penn State University.
  100. revtex: Styles for various Physics Journals.
  101. sageep: Format papers for the annual meeting of EEGS.
  102. siggraph: SIGGRAPH conference class.
  103. spie: Support for formatting SPIE Proceedings manuscripts.
  104. stellenbosch: Stellenbosch thesis bundle.
  105. sugconf: SAS(R) user group conference proceedings document class.
  106. thesis-titlepage-fhac: Little style to create a standard titlepage for diploma thesis
  107. thuthesis: Thesis template for Tsinghua University.
  108. toptesi: Bundle of files for typsetting theses.
  109. tugboat: LaTeX macros for TUGboat articles.
  110. tugboat-plain: Plain TeX macros for TUGboat.
  111. uaclasses: University of Arizona thesis and dissertation format.
  112. ucdavisthesis: A thesis/dissertation class for University of California Davis.
  113. ucthesis: University of California thesis format.
  114. uiucthesis: UIUC thesis class.
  115. umthesis: Dissertations at the University of Michigan.
  116. umich-thesis: University of Michigan Thesis LaTeX class.
  117. ut-thesis: University of Toronto thesis style.
  118. uwthesis: University of Washington thesis class.
  119. vancouver: Bibliographic style file for Biomedical Journals.
  120. vxu: Document classes for Vaxjo University
  121. york-thesis: A thesis class file for York University, Toronto.
  122. %description -l ja
  123. TeX Live ソフトウェアディストリビューションは、
  124. さまざまな Unix, Macintosh, Windows、および
  125. 他のプラットホームに対して完全な TeX システムを提供します。
  126. 多くの異なった言語を含む TeX ドキュメントの
  127. 編集、組版、閲覧、印刷するためのプログラム、
  128. そして、TeX マクロやフォントライブラリの大きなコレクションを
  129. 同梱しています。
  130. このディストリビューションは
  131. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  132. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  133. このパッケージは以下のようなパッケージ集です。
  134. Support for publishers, theses, standards, conferences, etc.:
  135. このパッケージは以下の CTAN パッケージを含んでいます:
  136. ANUfinalexam: LaTeX document shell for ANU final exam
  137. IEEEconf: Macros for IEEE conference proceedings.
  138. IEEEtran: Document class for IEEE Transactions journals and conferences.
  139. aastex: Macros for Manuscript Preparation for AAS Journals.
  140. acmconf: Class for ACM conference proceedings.
  141. acmtrans: Class and BibTeX style for ACM Transactions.
  142. active-conf: Class for typesetting ACTIVE conference papers.
  143. afthesis: Air Force Institute of Technology thesis class.
  144. aguplus: Styles for American Geophysical Union.
  145. aiaa: Typeset AIAA conference papers.
  146. ametsoc: Official American Meteorological Society Latex Template.
  147. apa: American Psychological Association format.
  148. arsclassica: A different view of the ClassicThesis package.
  149. asaetr: Transactions of the ASAE.
  150. ascelike: Bibliography style for the ASCE.
  151. beamer-FUBerlin: Beamer, using the style of FU Berlin.
  152. chem-journal: Various BibTeX formats for journals in Chemistry.
  153. classicthesis: A "classically styled" thesis package.
  154. confproc: A set of tools for generating conference proceedings.
  155. ebsthesis: Typesetting theses for economics
  156. economic: BibTeX support for submitting to Economics journals.
  157. elsevier: Classes for Elsevier Science journals.
  158. erdc: Style for Reports by US Army Corps of Engineers.
  159. estcpmm: Style for Munitions Management Project Reports.
  160. euproposal: A class for preparing FP7 proposals.
  161. gaceta: A class to typeset La Gaceta de la RSME.
  162. gatech-thesis: Georgia Institute of Technology thesis class
  163. har2nat: Replace the harvard package with natbib.
  164. icsv: Class for typesetting articles for the ICSV conference.
  165. ieeepes: IEEE Power Engineering Society Transactions.
  166. ijmart: LaTeX Class for the Israel Journal of Mathematics.
  167. imac: International Modal Analysis Conference format.
  168. imtekda: IMTEK thesis class.
  169. jhep: Class for JHEP.
  170. jpsj: Document Class for Journal of the Physical Society of Japan.
  171. kluwer:
  172. lps: Class for "Logic and Philosophy of Science".
  173. macqassign: Typeset assignments for Macquarie University.
  174. mentis: A basis for books to be published by Mentis publishers.
  175. muthesis: Classes for University of Manchester Dept of Computer Science.
  176. nature: Prepare papers for the journal Nature.
  177. nddiss: Notre Dame Dissertation format class.
  178. nih: A class for NIH grant applications.
  179. nostarch: LaTeX class for No Starch Press.
  180. nrc: Class for the NRC technical journals.
  181. philosophersimprint: Typesetting articles for "Philosophers' Imprint".
  182. powerdot-FUBerlin: Powerdot, using the style of FU Berlin.
  183. pracjourn: Typeset articles for PracTeX.
  184. procIAGssymp: Macros for IAG symposium papers.
  185. ptptex: Macros for 'Progress of Theoretical Physics'.
  186. psu-thesis: Package for writing a thesis at Penn State University.
  187. revtex: Styles for various Physics Journals.
  188. sageep: Format papers for the annual meeting of EEGS.
  189. siggraph: SIGGRAPH conference class.
  190. spie: Support for formatting SPIE Proceedings manuscripts.
  191. stellenbosch: Stellenbosch thesis bundle.
  192. sugconf: SAS(R) user group conference proceedings document class.
  193. thesis-titlepage-fhac: Little style to create a standard titlepage for diploma thesis
  194. thuthesis: Thesis template for Tsinghua University.
  195. toptesi: Bundle of files for typsetting theses.
  196. tugboat: LaTeX macros for TUGboat articles.
  197. tugboat-plain: Plain TeX macros for TUGboat.
  198. uaclasses: University of Arizona thesis and dissertation format.
  199. ucdavisthesis: A thesis/dissertation class for University of California Davis.
  200. ucthesis: University of California thesis format.
  201. uiucthesis: UIUC thesis class.
  202. umthesis: Dissertations at the University of Michigan.
  203. umich-thesis: University of Michigan Thesis LaTeX class.
  204. ut-thesis: University of Toronto thesis style.
  205. uwthesis: University of Washington thesis class.
  206. vancouver: Bibliographic style file for Biomedical Journals.
  207. vxu: Document classes for Vaxjo University
  208. york-thesis: A thesis class file for York University, Toronto.
  209. %package doc
  210. Summary: TeX Live: Documentation files of %{name}
  211. Group: Applications/Publishing
  212. Requires: %{name} = %{version}-%{release}
  213. %description doc
  214. This package contains documentation files of %{name}.
  215. %prep
  216. %build
  217. %install
  218. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  219. PREF=%{buildroot}%{tex_destdir}
  220. manifest=(
  221. texmf-dist/doc/latex/ANUfinalexam/ANUfinalexam.tex
  222. texmf-dist/doc/latex/ANUfinalexam/README
  223. texmf-dist/doc/latex/IEEEconf/IEEEconf.pdf
  224. texmf-dist/doc/latex/IEEEconf/README
  225. texmf-dist/source/latex/IEEEconf/IEEEconf.dtx
  226. texmf-dist/source/latex/IEEEconf/IEEEconf.ins
  227. texmf-dist/tex/latex/IEEEconf/IEEEconf.cls
  228. texmf-dist/doc/latex/IEEEtran/IEEEtran_HOWTO.pdf
  229. texmf-dist/doc/latex/IEEEtran/IEEEtran_bst_HOWTO.pdf
  230. texmf-dist/doc/latex/IEEEtran/IEEEtrantools_doc.txt
  231. texmf-dist/doc/latex/IEEEtran/README
  232. texmf-dist/doc/latex/IEEEtran/README.bibtex
  233. texmf-dist/doc/latex/IEEEtran/README.extras
  234. texmf-dist/doc/latex/IEEEtran/README.testflow
  235. texmf-dist/doc/latex/IEEEtran/README.tools
  236. texmf-dist/doc/latex/IEEEtran/bare_adv.tex
  237. texmf-dist/doc/latex/IEEEtran/bare_conf.tex
  238. texmf-dist/doc/latex/IEEEtran/bare_jrnl.tex
  239. texmf-dist/doc/latex/IEEEtran/bare_jrnl_compsoc.tex
  240. texmf-dist/doc/latex/IEEEtran/changelog.txt
  241. texmf-dist/doc/latex/IEEEtran/font_install_how.txt
  242. texmf-dist/doc/latex/IEEEtran/testflow.tex
  243. texmf-dist/doc/latex/IEEEtran/testflow_ctl_A4.pdf
  244. texmf-dist/doc/latex/IEEEtran/testflow_ctl_LTR.pdf
  245. texmf-dist/doc/latex/IEEEtran/testflow_doc.pdf
  246. texmf-dist/doc/latex/IEEEtran/tux.eps
  247. texmf-dist/bibtex/bib/IEEEtran/IEEEabrv.bib
  248. texmf-dist/bibtex/bib/IEEEtran/IEEEexample.bib
  249. texmf-dist/bibtex/bib/IEEEtran/IEEEfull.bib
  250. texmf-dist/bibtex/bst/IEEEtran/IEEEtran.bst
  251. texmf-dist/bibtex/bst/IEEEtran/IEEEtranN.bst
  252. texmf-dist/bibtex/bst/IEEEtran/IEEEtranS.bst
  253. texmf-dist/bibtex/bst/IEEEtran/IEEEtranSA.bst
  254. texmf-dist/bibtex/bst/IEEEtran/IEEEtranSN.bst
  255. texmf-dist/tex/latex/IEEEtran/IEEEtran.cls
  256. texmf-dist/tex/latex/IEEEtran/IEEEtrantools.sty
  257. texmf-dist/doc/latex/aastex/README
  258. texmf-dist/doc/latex/aastex/aasclass.tex
  259. texmf-dist/doc/latex/aastex/aasguide.pdf
  260. texmf-dist/doc/latex/aastex/aasguide.tex
  261. texmf-dist/doc/latex/aastex/aassymbols.pdf
  262. texmf-dist/doc/latex/aastex/aassymbols.tex
  263. texmf-dist/doc/latex/aastex/datafile1.txt
  264. texmf-dist/doc/latex/aastex/f1.eps
  265. texmf-dist/doc/latex/aastex/f2.eps
  266. texmf-dist/doc/latex/aastex/f2_color.eps
  267. texmf-dist/doc/latex/aastex/f3.eps
  268. texmf-dist/doc/latex/aastex/sample.tex
  269. texmf-dist/doc/latex/aastex/table.tex
  270. texmf-dist/doc/latex/aastex/video3.mpg
  271. texmf-dist/source/latex/aastex/aasclass.dtx
  272. texmf-dist/source/latex/aastex/aasclass.ins
  273. texmf-dist/tex/latex/aastex/aastex.cls
  274. texmf-dist/tex/latex/aastex/aastex.sty
  275. texmf-dist/doc/latex/acmconf/README
  276. texmf-dist/doc/latex/acmconf/THIS-IS-VERSION-1.3
  277. texmf-dist/doc/latex/acmconf/accept.tex
  278. texmf-dist/doc/latex/acmconf/acmconf.pdf
  279. texmf-dist/doc/latex/acmconf/body.eps
  280. texmf-dist/doc/latex/acmconf/error.tex
  281. texmf-dist/doc/latex/acmconf/prepare.tex
  282. texmf-dist/doc/latex/acmconf/print.tex
  283. texmf-dist/doc/latex/acmconf/pubform.bib
  284. texmf-dist/doc/latex/acmconf/pubform.tex
  285. texmf-dist/doc/latex/acmconf/publish.tex
  286. texmf-dist/doc/latex/acmconf/submit.tex
  287. texmf-dist/source/latex/acmconf/Makefile
  288. texmf-dist/source/latex/acmconf/acmconf.dtx
  289. texmf-dist/source/latex/acmconf/acmconf.ins
  290. texmf-dist/tex/latex/acmconf/acmconf.cls
  291. texmf-dist/doc/latex/acmtrans/acmtr2e.pdf
  292. texmf-dist/doc/latex/acmtrans/acmtr2e.tex
  293. texmf-dist/bibtex/bib/acmtrans/acmtr.bib
  294. texmf-dist/bibtex/bst/acmtrans/acmtrans.bst
  295. texmf-dist/tex/latex/acmtrans/acmtrans2e.cls
  296. texmf-dist/doc/latex/active-conf/README
  297. texmf-dist/doc/latex/active-conf/active-conf.pdf
  298. texmf-dist/doc/latex/active-conf/example/active-example.ltx
  299. texmf-dist/doc/latex/active-conf/example/active-header-2006.tex
  300. texmf-dist/doc/latex/active-conf/example/header-logo-2006.eps
  301. texmf-dist/doc/latex/active-conf/example/header-logo-2006.pdf
  302. texmf-dist/source/latex/active-conf/active-conf.dtx
  303. texmf-dist/source/latex/active-conf/active-conf.ins
  304. texmf-dist/tex/latex/active-conf/active-conf.cls
  305. texmf-dist/doc/latex/afthesis/README
  306. texmf-dist/doc/latex/afthesis/thesnumb.doc
  307. texmf-dist/doc/latex/afthesis/usethesis.pdf
  308. texmf-dist/doc/latex/afthesis/usethesis.tex
  309. texmf-dist/bibtex/bst/afthesis/thesnumb.bst
  310. texmf-dist/tex/latex/afthesis/afthes10.sty
  311. texmf-dist/tex/latex/afthesis/afthes11.sty
  312. texmf-dist/tex/latex/afthesis/afthes12.sty
  313. texmf-dist/tex/latex/afthesis/afthesis.cls
  314. texmf-dist/tex/latex/afthesis/afthesis.sty
  315. texmf-dist/doc/latex/aguplus/README
  316. texmf-dist/doc/latex/aguplus/README.aguplus
  317. texmf-dist/doc/latex/aguplus/aguplus.tex
  318. texmf-dist/doc/latex/aguplus/changes.v16b
  319. texmf-dist/doc/latex/aguplus/geophys.tex
  320. texmf-dist/doc/latex/aguplus/sample.bib
  321. texmf-dist/doc/latex/aguplus/samplus.tex
  322. texmf-dist/bibtex/bst/aguplus/agu.bst
  323. texmf-dist/bibtex/bst/aguplus/agu04.bst
  324. texmf-dist/bibtex/bst/aguplus/agufull.bst
  325. texmf-dist/bibtex/bst/aguplus/agufull04.bst
  326. texmf-dist/tex/latex/aguplus/aguplus.cls
  327. texmf-dist/tex/latex/aguplus/aguplus.sty
  328. texmf-dist/doc/latex/aiaa/README
  329. texmf-dist/doc/latex/aiaa/aiaa.pdf
  330. texmf-dist/doc/latex/aiaa/author_guide.pdf
  331. texmf-dist/doc/latex/aiaa/author_guide.tex
  332. texmf-dist/doc/latex/aiaa/bibtex_database.bib
  333. texmf-dist/doc/latex/aiaa/figure_magnet.eps
  334. texmf-dist/doc/latex/aiaa/figure_magnet.pdf
  335. texmf-dist/doc/latex/aiaa/pre2004/CHANGES
  336. texmf-dist/doc/latex/aiaa/pre2004/MANIFEST
  337. texmf-dist/doc/latex/aiaa/pre2004/README
  338. texmf-dist/doc/latex/aiaa/pre2004/aiaa.dtx
  339. texmf-dist/doc/latex/aiaa/pre2004/aiaa.ins
  340. texmf-dist/doc/latex/aiaa/pre2004/aiaa.pdf
  341. texmf-dist/doc/latex/aiaa/pre2004/aiaalgo.eps
  342. texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.ps
  343. texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpaiaa.tex
  344. texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpbtx.bib
  345. texmf-dist/doc/latex/aiaa/pre2004/demos/paper/smpfig.eps
  346. texmf-dist/doc/latex/aiaa/pre2004/demos/refs/tstbtx.bib
  347. texmf-dist/doc/latex/aiaa/pre2004/demos/refs/tstref.tex
  348. texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs/smpfig.eps
  349. texmf-dist/doc/latex/aiaa/pre2004/demos/subfigs/smpsubf.tex
  350. texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smpfig.eps
  351. texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.ps
  352. texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.sty
  353. texmf-dist/doc/latex/aiaa/pre2004/demos/talk/smptalk.tex
  354. texmf-dist/doc/latex/aiaa/template_advanced.pdf
  355. texmf-dist/doc/latex/aiaa/template_advanced.tex
  356. texmf-dist/doc/latex/aiaa/template_basic.pdf
  357. texmf-dist/doc/latex/aiaa/template_basic.tex
  358. texmf-dist/source/latex/aiaa/aiaa.dtx
  359. texmf-dist/source/latex/aiaa/aiaa.ins
  360. texmf-dist/bibtex/bst/aiaa/aiaa.bst
  361. texmf-dist/tex/latex/aiaa/aiaa-tc.cls
  362. texmf-dist/doc/latex/ametsoc/AMS_References.pdf
  363. texmf-dist/doc/latex/ametsoc/README
  364. texmf-dist/doc/latex/ametsoc/amspaper.pdf
  365. texmf-dist/doc/latex/ametsoc/amspaper.tex
  366. texmf-dist/doc/latex/ametsoc/amspaper2col.pdf
  367. texmf-dist/doc/latex/ametsoc/bibliography/database.bib
  368. texmf-dist/doc/latex/ametsoc/bibliography/references.bib
  369. texmf-dist/doc/latex/ametsoc/blank_template.pdf
  370. texmf-dist/doc/latex/ametsoc/blank_template.tex
  371. texmf-dist/doc/latex/ametsoc/figures/figure01.eps
  372. texmf-dist/bibtex/bst/ametsoc/ametsoc.bst
  373. texmf-dist/tex/latex/ametsoc/ametsoc.sty
  374. texmf-dist/tex/latex/ametsoc/ametsoc2col.sty
  375. texmf-dist/doc/latex/apa/APAendfloat.cfg
  376. texmf-dist/doc/latex/apa/CHANGELOG.txt
  377. texmf-dist/doc/latex/apa/LICENCE
  378. texmf-dist/doc/latex/apa/README
  379. texmf-dist/doc/latex/apa/apacls.html
  380. texmf-dist/doc/latex/apa/apacls.txt
  381. texmf-dist/doc/latex/apa/apaenum.txt
  382. texmf-dist/doc/latex/apa/apaexample.tex
  383. texmf-dist/doc/latex/apa/examplebib.bib
  384. texmf-dist/doc/latex/apa/examples.txt
  385. texmf-dist/tex/latex/apa/apa.cls
  386. texmf-dist/tex/latex/apa/dutch.apa
  387. texmf-dist/tex/latex/apa/english.apa
  388. texmf-dist/tex/latex/apa/greek.apa
  389. texmf-dist/doc/latex/arsclassica/ArsClassica.pdf
  390. texmf-dist/doc/latex/arsclassica/ArsClassica.tex
  391. texmf-dist/doc/latex/arsclassica/Bibliography.bib
  392. texmf-dist/doc/latex/arsclassica/CHANGES
  393. texmf-dist/doc/latex/arsclassica/Chapters/Code.tex
  394. texmf-dist/doc/latex/arsclassica/Chapters/Fundamentals.tex
  395. texmf-dist/doc/latex/arsclassica/FrontBackMatter/Abstract+Sommario.tex
  396. texmf-dist/doc/latex/arsclassica/FrontBackMatter/Acknowledgements.tex
  397. texmf-dist/doc/latex/arsclassica/FrontBackMatter/Bibliography.tex
  398. texmf-dist/doc/latex/arsclassica/FrontBackMatter/Contents.tex
  399. texmf-dist/doc/latex/arsclassica/FrontBackMatter/Index.tex
  400. texmf-dist/doc/latex/arsclassica/FrontBackMatter/Titleback.tex
  401. texmf-dist/doc/latex/arsclassica/FrontBackMatter/Titlepage.tex
  402. texmf-dist/doc/latex/arsclassica/Graphics/Birds.jpg
  403. texmf-dist/doc/latex/arsclassica/Graphics/Example_1.jpg
  404. texmf-dist/doc/latex/arsclassica/Graphics/Example_2.jpg
  405. texmf-dist/doc/latex/arsclassica/Graphics/Example_3.jpg
  406. texmf-dist/doc/latex/arsclassica/Graphics/Example_4.jpg
  407. texmf-dist/doc/latex/arsclassica/Graphics/GuITlogo.pdf
  408. texmf-dist/doc/latex/arsclassica/Italian/ArsClassica.pdf
  409. texmf-dist/doc/latex/arsclassica/Italian/ArsClassica.tex
  410. texmf-dist/doc/latex/arsclassica/Italian/Bibliografia.bib
  411. texmf-dist/doc/latex/arsclassica/Italian/Capitoli/Basi.tex
  412. texmf-dist/doc/latex/arsclassica/Italian/Capitoli/Codice.tex
  413. texmf-dist/doc/latex/arsclassica/Italian/Immagini/LogoGuIT.pdf
  414. texmf-dist/doc/latex/arsclassica/Italian/Immagini/Uccelli.jpg
  415. texmf-dist/doc/latex/arsclassica/Italian/Immagini/esempio_1.jpg
  416. texmf-dist/doc/latex/arsclassica/Italian/Immagini/esempio_2.jpg
  417. texmf-dist/doc/latex/arsclassica/Italian/Immagini/esempio_3.jpg
  418. texmf-dist/doc/latex/arsclassica/Italian/Immagini/esempio_4.jpg
  419. texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Bibliografia.tex
  420. texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/DietroAlTitolo.tex
  421. texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Frontespizio.tex
  422. texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/IndiceAnalitico.tex
  423. texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Indici.tex
  424. texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Ringraziamenti.tex
  425. texmf-dist/doc/latex/arsclassica/Italian/MaterialeInizialeFinale/Sommario+Abstract.tex
  426. texmf-dist/doc/latex/arsclassica/Italian/italadhoc.sty
  427. texmf-dist/doc/latex/arsclassica/README
  428. texmf-dist/bibtex/bst/arsclassica/classic.bst
  429. texmf-dist/makeindex/arsclassica/classic.ist
  430. texmf-dist/tex/latex/arsclassica/adhoc.sty
  431. texmf-dist/tex/latex/arsclassica/arsclassica.sty
  432. texmf-dist/doc/latex/asaetr/MANIFEST
  433. texmf-dist/doc/latex/asaetr/asaetr.bib
  434. texmf-dist/doc/latex/asaetr/asaetr.pdf
  435. texmf-dist/doc/latex/asaetr/asaetr.tex
  436. texmf-dist/doc/latex/asaetr/cmcscsl10.mf
  437. texmf-dist/bibtex/bst/asaetr/asaetr.bst
  438. texmf-dist/tex/latex/asaetr/asaesub.sty
  439. texmf-dist/tex/latex/asaetr/asaetr.cls
  440. texmf-dist/tex/latex/asaetr/asaetr.sty
  441. texmf-dist/doc/latex/ascelike/Readme
  442. texmf-dist/doc/latex/ascelike/ascexmpl.pdf
  443. texmf-dist/doc/latex/ascelike/ascexmpl.ps
  444. texmf-dist/doc/latex/ascelike/ascexmpl.tex
  445. texmf-dist/bibtex/bib/ascelike/ascexmpl.bib
  446. texmf-dist/bibtex/bst/ascelike/ascelike.bst
  447. texmf-dist/tex/latex/ascelike/ascelike.cls
  448. texmf-dist/doc/latex/beamer-FUBerlin/Changes
  449. texmf-dist/doc/latex/beamer-FUBerlin/FULogo.png
  450. texmf-dist/doc/latex/beamer-FUBerlin/FUbib.jpg
  451. texmf-dist/doc/latex/beamer-FUBerlin/FUlogo.pdf
  452. texmf-dist/doc/latex/beamer-FUBerlin/README
  453. texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.pdf
  454. texmf-dist/doc/latex/beamer-FUBerlin/exampleClass.tex
  455. texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.pdf
  456. texmf-dist/doc/latex/beamer-FUBerlin/exampleTheme.tex
  457. texmf-dist/doc/latex/beamer-FUBerlin/geo.jpg
  458. texmf-dist/doc/latex/beamer-FUBerlin/silberlaube2.jpg
  459. texmf-dist/tex/latex/beamer-FUBerlin/FUbeamer.cls
  460. texmf-dist/tex/latex/beamer-FUBerlin/beamercolorthemeBerlinFU.sty
  461. texmf-dist/tex/latex/beamer-FUBerlin/beamerfontthemeBerlinFU.sty
  462. texmf-dist/tex/latex/beamer-FUBerlin/beamerouterthemeBerlinFU.sty
  463. texmf-dist/tex/latex/beamer-FUBerlin/beamerthemeBerlinFU.sty
  464. texmf-dist/bibtex/bst/chem-journal/jcc.bst
  465. texmf-dist/bibtex/bst/chem-journal/jpc.bst
  466. texmf-dist/bibtex/bst/chem-journal/pccp.bst
  467. texmf-dist/bibtex/bst/chem-journal/revcompchem.bst
  468. texmf-dist/doc/latex/classicthesis/Bibliography.bib
  469. texmf-dist/doc/latex/classicthesis/CHANGES
  470. texmf-dist/doc/latex/classicthesis/COPYING
  471. texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
  472. texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex
  473. texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex
  474. texmf-dist/doc/latex/classicthesis/Chapters/Chapter0A.tex
  475. texmf-dist/doc/latex/classicthesis/ClassicThesis.pdf
  476. texmf-dist/doc/latex/classicthesis/ClassicThesis.tcp
  477. texmf-dist/doc/latex/classicthesis/ClassicThesis.tex
  478. texmf-dist/doc/latex/classicthesis/ClassicThesis.tps
  479. texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf
  480. texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex
  481. texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf
  482. texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
  483. texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
  484. texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
  485. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Abstract.tex
  486. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Acknowledgments.tex
  487. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex
  488. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Colophon.tex
  489. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex
  490. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Declaration.tex
  491. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Dedication.tex
  492. texmf-dist/doc/latex/classicthesis/FrontBackmatter/DirtyTitlepage.tex
  493. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Publication.tex
  494. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titleback.tex
  495. texmf-dist/doc/latex/classicthesis/FrontBackmatter/Titlepage.tex
  496. texmf-dist/doc/latex/classicthesis/LISTOFFILES
  497. texmf-dist/doc/latex/classicthesis/README
  498. texmf-dist/doc/latex/classicthesis/gfx/TFZsuperellipse_bw.pdf
  499. texmf-dist/doc/latex/classicthesis/gfx/example_1.jpg
  500. texmf-dist/doc/latex/classicthesis/gfx/example_2.jpg
  501. texmf-dist/doc/latex/classicthesis/gfx/example_3.jpg
  502. texmf-dist/doc/latex/classicthesis/gfx/example_4.jpg
  503. texmf-dist/tex/latex/classicthesis/classicthesis-ldpkg.sty
  504. texmf-dist/tex/latex/classicthesis/classicthesis.sty
  505. texmf-dist/doc/latex/confproc/README
  506. texmf-dist/doc/latex/confproc/buildcls
  507. texmf-dist/doc/latex/confproc/cleancls
  508. texmf-dist/doc/latex/confproc/confproc.pdf
  509. texmf-dist/doc/latex/confproc/example/buildcppdfpapers
  510. texmf-dist/doc/latex/confproc/example/buildpapers
  511. texmf-dist/doc/latex/confproc/example/buildproc
  512. texmf-dist/doc/latex/confproc/example/confproc.cls
  513. texmf-dist/doc/latex/confproc/example/confproc.ist
  514. texmf-dist/doc/latex/confproc/example/example.pdf
  515. texmf-dist/doc/latex/confproc/example/example.tex
  516. texmf-dist/doc/latex/confproc/example/exbiblio.bib
  517. texmf-dist/doc/latex/confproc/example/exclass.tex
  518. texmf-dist/doc/latex/confproc/example/exclasslast.tex
  519. texmf-dist/doc/latex/confproc/example/exclasspre.tex
  520. texmf-dist/doc/latex/confproc/example/expapersswitch.tex
  521. texmf-dist/doc/latex/confproc/example/exprogram.csv
  522. texmf-dist/doc/latex/confproc/example/newapave.bst
  523. texmf-dist/doc/latex/confproc/example/newapave.sty
  524. texmf-dist/doc/latex/confproc/example/papers/IEEEtran.bst
  525. texmf-dist/doc/latex/confproc/example/papers/dafx_06.sty
  526. texmf-dist/doc/latex/confproc/example/papers/expages.tex
  527. texmf-dist/doc/latex/confproc/example/papers/p_001.pdf
  528. texmf-dist/doc/latex/confproc/example/papers/p_003.pdf
  529. texmf-dist/doc/latex/confproc/example/papers/p_005.pdf
  530. texmf-dist/doc/latex/confproc/example/papers/p_007.pdf
  531. texmf-dist/doc/latex/confproc/example/papers/p_009.pdf
  532. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001/dafx_06.sty
  533. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001/fft_plot2.png
  534. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.bib
  535. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_001/p_001.tex
  536. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003/dafx_06.sty
  537. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003/fft_plot2.png
  538. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.bib
  539. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_003/p_003.tex
  540. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005/dafx_06.sty
  541. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005/fft_plot2.png
  542. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.bib
  543. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_005/p_005.tex
  544. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007/dafx_06.sty
  545. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007/fft_plot2.png
  546. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.bib
  547. texmf-dist/doc/latex/confproc/example/papers/sources_pdftex/p_007/p_007.tex
  548. texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009/dafx_06.sty
  549. texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009/fft_plot2.png
  550. texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.bib
  551. texmf-dist/doc/latex/confproc/example/papers/sources_tex/p_009/p_009.tex
  552. texmf-dist/doc/latex/confproc/example/pictures/ex_1stpage.pdf
  553. texmf-dist/doc/latex/confproc/example/procswitchandtoc.pl
  554. texmf-dist/source/latex/confproc/confproc.dtx
  555. texmf-dist/source/latex/confproc/confproc.ins
  556. texmf-dist/bibtex/bst/confproc/newapave.bst
  557. texmf-dist/makeindex/confproc/confproc.ist
  558. texmf-dist/tex/latex/confproc/confproc.cls
  559. texmf-dist/tex/latex/confproc/newapave.sty
  560. texmf-dist/doc/latex/ebsthesis/README
  561. texmf-dist/doc/latex/ebsthesis/ebsthesis.pdf
  562. texmf-dist/source/latex/ebsthesis/ebsthesis.dtx
  563. texmf-dist/source/latex/ebsthesis/ebsthesis.ins
  564. texmf-dist/tex/latex/ebsthesis/ebsthesis.cls
  565. texmf-dist/doc/bibtex/economic/CHANGELOG
  566. texmf-dist/doc/bibtex/economic/README
  567. texmf-dist/doc/bibtex/economic/aer-cje-ex.bib
  568. texmf-dist/doc/bibtex/economic/aer-cje-ex.tex
  569. texmf-dist/doc/bibtex/economic/aer-natbib-ex.tex
  570. texmf-dist/doc/bibtex/economic/ajae-ex.bib
  571. texmf-dist/doc/bibtex/economic/ajae-ex.tex
  572. texmf-dist/doc/bibtex/economic/ecca-ex.bib
  573. texmf-dist/doc/bibtex/economic/ecca-ex.tex
  574. texmf-dist/doc/bibtex/economic/erae-ex.bib
  575. texmf-dist/doc/bibtex/economic/erae-ex.tex
  576. texmf-dist/doc/bibtex/economic/itaxpf-ex-title.tex
  577. texmf-dist/doc/bibtex/economic/itaxpf-ex.bib
  578. texmf-dist/doc/bibtex/economic/itaxpf-ex.tex
  579. texmf-dist/doc/bibtex/economic/oegatb-ex.bib
  580. texmf-dist/doc/bibtex/economic/oegatb-ex.png
  581. texmf-dist/doc/bibtex/economic/oegatb-ex.tex
  582. texmf-dist/bibtex/bst/economic/aer.bst
  583. texmf-dist/bibtex/bst/economic/aertt.bst
  584. texmf-dist/bibtex/bst/economic/agecon.bst
  585. texmf-dist/bibtex/bst/economic/ajae.bst
  586. texmf-dist/bibtex/bst/economic/apecon.bst
  587. texmf-dist/bibtex/bst/economic/cje.bst
  588. texmf-dist/bibtex/bst/economic/ecca.bst
  589. texmf-dist/bibtex/bst/economic/econometrica-fr.bst
  590. texmf-dist/bibtex/bst/economic/econometrica.bst
  591. texmf-dist/bibtex/bst/economic/ecta.bst
  592. texmf-dist/bibtex/bst/economic/erae.bst
  593. texmf-dist/bibtex/bst/economic/ier.bst
  594. texmf-dist/bibtex/bst/economic/itaxpf.bst
  595. texmf-dist/bibtex/bst/economic/jpe.bst
  596. texmf-dist/bibtex/bst/economic/oega.bst
  597. texmf-dist/bibtex/bst/economic/regstud.bst
  598. texmf-dist/bibtex/bst/economic/tandfx.bst
  599. texmf-dist/bibtex/bst/economic/worlddev.bst
  600. texmf-dist/tex/latex/economic/aer.sty
  601. texmf-dist/tex/latex/economic/aertt.sty
  602. texmf-dist/tex/latex/economic/agecon.cls
  603. texmf-dist/tex/latex/economic/ajae.cls
  604. texmf-dist/tex/latex/economic/apecon.cls
  605. texmf-dist/tex/latex/economic/cje.sty
  606. texmf-dist/tex/latex/economic/ecca.cls
  607. texmf-dist/tex/latex/economic/erae.cls
  608. texmf-dist/tex/latex/economic/itaxpf.cls
  609. texmf-dist/tex/latex/economic/jrurstud.cls
  610. texmf-dist/tex/latex/economic/oegatb.cls
  611. texmf-dist/tex/latex/economic/pocoec.cls
  612. texmf-dist/tex/latex/economic/regstud.cls
  613. texmf-dist/tex/latex/economic/worlddev.cls
  614. texmf-dist/doc/latex/elsevier/CHANGES
  615. texmf-dist/doc/latex/elsevier/README
  616. texmf-dist/doc/latex/elsevier/instructions-harv.pdf
  617. texmf-dist/doc/latex/elsevier/instructions-harv.tex
  618. texmf-dist/doc/latex/elsevier/instructions-num.pdf
  619. texmf-dist/doc/latex/elsevier/instructions-num.tex
  620. texmf-dist/doc/latex/elsevier/template-harv.tex
  621. texmf-dist/doc/latex/elsevier/template-num.tex
  622. texmf-dist/tex/latex/elsevier/elsart.cls
  623. texmf-dist/tex/latex/elsevier/elsart1p.cls
  624. texmf-dist/tex/latex/elsevier/elsart3p.cls
  625. texmf-dist/tex/latex/elsevier/elsart5p.cls
  626. texmf-dist/doc/latex/erdc/README
  627. texmf-dist/doc/latex/erdc/erdc.bib
  628. texmf-dist/doc/latex/erdc/erdc.pdf
  629. texmf-dist/doc/latex/erdc/nola.eps
  630. texmf-dist/doc/latex/erdc/nola.pdf
  631. texmf-dist/doc/latex/erdc/red_corps_castle2.eps
  632. texmf-dist/doc/latex/erdc/red_corps_castle2.pdf
  633. texmf-dist/doc/latex/erdc/sample.pdf
  634. texmf-dist/doc/latex/erdc/sample.tex
  635. texmf-dist/source/latex/erdc/Makefile
  636. texmf-dist/source/latex/erdc/erdc.dtx
  637. texmf-dist/source/latex/erdc/erdc.ins
  638. texmf-dist/tex/latex/erdc/erdc.cls
  639. texmf-dist/doc/latex/estcpmm/README
  640. texmf-dist/doc/latex/estcpmm/estcp.pdf
  641. texmf-dist/doc/latex/estcpmm/estcpmm.bib
  642. texmf-dist/doc/latex/estcpmm/estcpmm.pdf
  643. texmf-dist/doc/latex/estcpmm/red_corps_castle2.pdf
  644. texmf-dist/doc/latex/estcpmm/sample.pdf
  645. texmf-dist/doc/latex/estcpmm/sample.tex
  646. texmf-dist/source/latex/estcpmm/Makefile
  647. texmf-dist/source/latex/estcpmm/estcpmm.dtx
  648. texmf-dist/source/latex/estcpmm/estcpmm.ins
  649. texmf-dist/tex/latex/estcpmm/estcpmm.cls
  650. texmf-dist/doc/latex/euproposal/README
  651. texmf-dist/doc/latex/euproposal/euproposal.pdf
  652. texmf-dist/doc/latex/euproposal/propB.delivs
  653. texmf-dist/doc/latex/euproposal/propB.pdf
  654. texmf-dist/doc/latex/euproposal/propB.tex
  655. texmf-dist/source/latex/euproposal/euproposal.dtx
  656. texmf-dist/source/latex/euproposal/euproposal.ins
  657. texmf-dist/tex/latex/euproposal/euproposal.cls
  658. texmf-dist/doc/latex/gaceta/README
  659. texmf-dist/doc/latex/gaceta/plantilla-articulo-de-seccion.pdf
  660. texmf-dist/doc/latex/gaceta/plantilla-articulo-de-seccion.tex
  661. texmf-dist/doc/latex/gaceta/plantilla-articulo-suelto.pdf
  662. texmf-dist/doc/latex/gaceta/plantilla-articulo-suelto.tex
  663. texmf-dist/tex/latex/gaceta/gaceta.cls
  664. texmf-dist/doc/latex/gatech-thesis/CHANGES
  665. texmf-dist/doc/latex/gatech-thesis/COMPLIANCE
  666. texmf-dist/doc/latex/gatech-thesis/COPYING
  667. texmf-dist/doc/latex/gatech-thesis/ChangeLog
  668. texmf-dist/doc/latex/gatech-thesis/INSTALL
  669. texmf-dist/doc/latex/gatech-thesis/MANIFEST
  670. texmf-dist/doc/latex/gatech-thesis/NEWS
  671. texmf-dist/doc/latex/gatech-thesis/NOTES
  672. texmf-dist/doc/latex/gatech-thesis/README
  673. texmf-dist/doc/latex/gatech-thesis/TODO
  674. texmf-dist/doc/latex/gatech-thesis/example-thesis.ps.gz
  675. texmf-dist/doc/latex/gatech-thesis/example-thesis.tex
  676. texmf-dist/doc/latex/gatech-thesis/julesverne/README
  677. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/CLEAN.bat
  678. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/CLEAN.sh
  679. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/DO_pdf.bat
  680. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/DO_pdf.sh
  681. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/DO_postscript.bat
  682. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/DO_postscript.sh
  683. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/MANIFEST
  684. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/README
  685. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-ack.tex
  686. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-bib.bib
  687. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter1.tex
  688. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter2.tex
  689. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter3.tex
  690. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter4.tex
  691. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-chapter5.tex
  692. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-dedication.tex
  693. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-summary.tex
  694. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-test.eps
  695. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-test.pdf
  696. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne-vita.tex
  697. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne.pdf
  698. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne.ps.gz
  699. texmf-dist/doc/latex/gatech-thesis/julesverne/basic/jules-verne.tex
  700. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/CLEAN.bat
  701. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/CLEAN.sh
  702. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/DO_pdf.bat
  703. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/DO_pdf.sh
  704. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/DO_postscript.bat
  705. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/DO_postscript.sh
  706. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/MANIFEST
  707. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/README
  708. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc16.c
  709. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc32-thehardway.java
  710. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc32.c
  711. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc32.cxx
  712. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc32.java
  713. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/code/crc8.m
  714. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/fig/jules-verne-test.eps
  715. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/fig/jules-verne-test.pdf
  716. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/hack-applabel.tex
  717. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/hack-chaplabel.tex
  718. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/hack-part.tex
  719. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-ack.tex
  720. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-bib.bib
  721. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter1.tex
  722. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter2.tex
  723. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter3.tex
  724. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter4.tex
  725. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-chapter5.tex
  726. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-dedication.tex
  727. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-gloss.bib
  728. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-losa.bib
  729. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-programs.tex
  730. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-summary.tex
  731. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne-vita.tex
  732. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne.sty
  733. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/jules-verne.tex
  734. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/textcompfix.sty
  735. texmf-dist/doc/latex/gatech-thesis/julesverne/bellswhistles/textcompsym.sty
  736. texmf-dist/bibtex/bib/gatech-thesis/example-thesis.bib
  737. texmf-dist/bibtex/bst/gatech-thesis/gatech-thesis-losa.bst
  738. texmf-dist/bibtex/bst/gatech-thesis/gatech-thesis.bst
  739. texmf-dist/makeindex/gatech-thesis/gatech-thesis-index.ist
  740. texmf-dist/tex/latex/gatech-thesis/gatech-thesis-gloss.sty
  741. texmf-dist/tex/latex/gatech-thesis/gatech-thesis-index.sty
  742. texmf-dist/tex/latex/gatech-thesis/gatech-thesis-losa.sty
  743. texmf-dist/tex/latex/gatech-thesis/gatech-thesis-patch.sty
  744. texmf-dist/tex/latex/gatech-thesis/gatech-thesis.cls
  745. texmf-dist/doc/latex/har2nat/README
  746. texmf-dist/tex/latex/har2nat/har2nat.sty
  747. texmf-dist/doc/latex/icsv/README
  748. texmf-dist/doc/latex/icsv/icsv-example.tex
  749. texmf-dist/doc/latex/icsv/icsv.pdf
  750. texmf-dist/source/latex/icsv/icsv.dtx
  751. texmf-dist/source/latex/icsv/icsv.ins
  752. texmf-dist/tex/latex/icsv/icsv.cls
  753. texmf-dist/doc/latex/ieeepes/README
  754. texmf-dist/doc/latex/ieeepes/ieeepes_check.dvi
  755. texmf-dist/doc/latex/ieeepes/ieeepes_check.tex
  756. texmf-dist/doc/latex/ieeepes/ieeepes_doc.dvi
  757. texmf-dist/doc/latex/ieeepes/ieeepes_doc.tex
  758. texmf-dist/doc/latex/ieeepes/ieeepes_skel.dvi
  759. texmf-dist/doc/latex/ieeepes/ieeepes_skel.tex
  760. texmf-dist/doc/latex/ieeepes/vk.eps
  761. texmf-dist/bibtex/bib/ieeepes/ieeepes_check.bib
  762. texmf-dist/bibtex/bst/ieeepes/ieeepes.bst
  763. texmf-dist/tex/latex/ieeepes/ieeepes.sty
  764. texmf-dist/doc/latex/ijmart/README
  765. texmf-dist/doc/latex/ijmart/ijmart.pdf
  766. texmf-dist/doc/latex/ijmart/ijmsample.pdf
  767. texmf-dist/doc/latex/ijmart/ijmsample.tex
  768. texmf-dist/source/latex/ijmart/Makefile
  769. texmf-dist/source/latex/ijmart/ijmart.dtx
  770. texmf-dist/source/latex/ijmart/ijmart.ins
  771. texmf-dist/bibtex/bib/ijmart/ijmart.bib
  772. texmf-dist/bibtex/bib/ijmart/ijmsample.bib
  773. texmf-dist/bibtex/bst/ijmart/ijmart.bst
  774. texmf-dist/tex/latex/ijmart/ijmart.cls
  775. texmf-dist/doc/latex/imac/imac.dvi
  776. texmf-dist/doc/latex/imac/imac.tex
  777. texmf-dist/doc/latex/imac/readme.txt
  778. texmf-dist/bibtex/bib/imac/imac.bib
  779. texmf-dist/bibtex/bst/imac/imac.bst
  780. texmf-dist/tex/latex/imac/imac.sty
  781. texmf-dist/doc/latex/imtekda/IMTEKda.pdf
  782. texmf-dist/doc/latex/imtekda/README
  783. texmf-dist/doc/latex/imtekda/diplarb.bib
  784. texmf-dist/doc/latex/imtekda/diplarb.tex
  785. texmf-dist/doc/latex/imtekda/figures/bild.eps
  786. texmf-dist/doc/latex/imtekda/figures/bild.pdf
  787. texmf-dist/source/latex/imtekda/IMTEKda.dtx
  788. texmf-dist/source/latex/imtekda/IMTEKda.ins
  789. texmf-dist/tex/latex/imtekda/IMTEKda.cls
  790. texmf-dist/tex/latex/jhep/jhep.cls
  791. texmf-dist/doc/latex/jpsj/dummy.eps
  792. texmf-dist/doc/latex/jpsj/injpsj2.pdf
  793. texmf-dist/doc/latex/jpsj/injpsj2.tex
  794. texmf-dist/doc/latex/jpsj/template.tex
  795. texmf-dist/tex/latex/jpsj/jpsj2.cls
  796. texmf-dist/doc/latex/kluwer/00readme
  797. texmf-dist/doc/latex/kluwer/mouse.eps
  798. texmf-dist/doc/latex/kluwer/sampkluw.dvi
  799. texmf-dist/doc/latex/kluwer/sampkluw.ent
  800. texmf-dist/doc/latex/kluwer/sampkluw.tex
  801. texmf-dist/doc/latex/kluwer/sampopen.dvi
  802. texmf-dist/doc/latex/kluwer/sampopen.tex
  803. texmf-dist/doc/latex/kluwer/usrman.dvi
  804. texmf-dist/doc/latex/kluwer/usrman.ent
  805. texmf-dist/doc/latex/kluwer/usrman.tex
  806. texmf-dist/source/latex/kluwer/kluwer.dtx
  807. texmf-dist/source/latex/kluwer/kluwer.ins
  808. texmf-dist/bibtex/bst/kluwer/klunamed.bst
  809. texmf-dist/bibtex/bst/kluwer/klunum.bst
  810. texmf-dist/tex/latex/kluwer/klu10.clo
  811. texmf-dist/tex/latex/kluwer/klu105.clo
  812. texmf-dist/tex/latex/kluwer/klu11.clo
  813. texmf-dist/tex/latex/kluwer/klu12.clo
  814. texmf-dist/tex/latex/kluwer/klu9.clo
  815. texmf-dist/tex/latex/kluwer/klucite.sty
  816. texmf-dist/tex/latex/kluwer/kluedit.sty
  817. texmf-dist/tex/latex/kluwer/klufloa.sty
  818. texmf-dist/tex/latex/kluwer/klulist.sty
  819. texmf-dist/tex/latex/kluwer/klumac.sty
  820. texmf-dist/tex/latex/kluwer/klumath.sty
  821. texmf-dist/tex/latex/kluwer/klumono.sty
  822. texmf-dist/tex/latex/kluwer/klunote.sty
  823. texmf-dist/tex/latex/kluwer/kluopen.sty
  824. texmf-dist/tex/latex/kluwer/klups.sty
  825. texmf-dist/tex/latex/kluwer/kluref.sty
  826. texmf-dist/tex/latex/kluwer/klusec.sty
  827. texmf-dist/tex/latex/kluwer/klut10.clo
  828. texmf-dist/tex/latex/kluwer/klut11.clo
  829. texmf-dist/tex/latex/kluwer/klut12.clo
  830. texmf-dist/tex/latex/kluwer/klut9.clo
  831. texmf-dist/tex/latex/kluwer/klutab.sty
  832. texmf-dist/tex/latex/kluwer/kluwer.cls
  833. texmf-dist/doc/latex/lps/README
  834. texmf-dist/doc/latex/lps/lps.pdf
  835. texmf-dist/doc/latex/lps/lpstemplate.tex
  836. texmf-dist/source/latex/lps/lps.dtx
  837. texmf-dist/source/latex/lps/lps.ins
  838. texmf-dist/tex/latex/lps/lps.cls
  839. texmf-dist/doc/latex/macqassign/README
  840. texmf-dist/doc/latex/macqassign/logo.ps
  841. texmf-dist/doc/latex/macqassign/sample-assign.pdf
  842. texmf-dist/doc/latex/macqassign/sample-assign.tex
  843. texmf-dist/tex/latex/macqassign/macqassign.cls
  844. texmf-dist/doc/latex/mentis/README
  845. texmf-dist/doc/latex/mentis/mentis.pdf
  846. texmf-dist/source/latex/mentis/mentis.dtx
  847. texmf-dist/source/latex/mentis/mentis.ins
  848. texmf-dist/tex/latex/mentis/mentis.cls
  849. texmf-dist/doc/latex/muthesis/README
  850. texmf-dist/tex/latex/muthesis/muthesis.cls
  851. texmf-dist/tex/latex/muthesis/third-rep.cls
  852. texmf-dist/doc/latex/nature/README
  853. texmf-dist/doc/latex/nature/nature-template.tex
  854. texmf-dist/bibtex/bst/nature/naturemag.bst
  855. texmf-dist/tex/latex/nature/nature.cls
  856. texmf-dist/doc/latex/nddiss/ReadMe.1st.txt
  857. texmf-dist/doc/latex/nddiss/example-v1.3/LICENSE
  858. texmf-dist/doc/latex/nddiss/example-v1.3/README.1st.txt
  859. texmf-dist/doc/latex/nddiss/example-v1.3/README.orig
  860. texmf-dist/doc/latex/nddiss/example-v1.3/VERSION
  861. texmf-dist/doc/latex/nddiss/example-v1.3/appendix.tex
  862. texmf-dist/doc/latex/nddiss/example-v1.3/chapter1.tex
  863. texmf-dist/doc/latex/nddiss/example-v1.3/chapter2.tex
  864. texmf-dist/doc/latex/nddiss/example-v1.3/example.bib
  865. texmf-dist/doc/latex/nddiss/example-v1.3/example.pdf
  866. texmf-dist/doc/latex/nddiss/example-v1.3/example.tex
  867. texmf-dist/doc/latex/nddiss/example-v1.3/makefile
  868. texmf-dist/doc/latex/nddiss/example-v1.3/makefile.chapterbib
  869. texmf-dist/doc/latex/nddiss/example-v1.3/sample_nd.eps
  870. texmf-dist/doc/latex/nddiss/example-v1.3/sample_nd.pdf
  871. texmf-dist/doc/latex/nddiss/ltxdoc.cfg
  872. texmf-dist/doc/latex/nddiss/nddiss2e.pdf
  873. texmf-dist/doc/latex/nddiss/process.sh
  874. texmf-dist/doc/latex/nddiss/template.tex
  875. texmf-dist/source/latex/nddiss/nddiss2e.dtx
  876. texmf-dist/source/latex/nddiss/nddiss2e.ins
  877. texmf-dist/bibtex/bst/nddiss/nddiss2e.bst
  878. texmf-dist/tex/latex/nddiss/nddiss2e.cls
  879. texmf-dist/doc/latex/nih/README
  880. texmf-dist/doc/latex/nih/example-biosketch.pdf
  881. texmf-dist/doc/latex/nih/example-biosketch.tex
  882. texmf-dist/doc/latex/nih/example-nih-cls.pdf
  883. texmf-dist/doc/latex/nih/example-nih-cls.tex
  884. texmf-dist/tex/latex/nih/denselists.sty
  885. texmf-dist/tex/latex/nih/nih.cls
  886. texmf-dist/doc/latex/nostarch/100euroie.png
  887. texmf-dist/doc/latex/nostarch/100euroit.png
  888. texmf-dist/doc/latex/nostarch/1eurogr.jpg
  889. texmf-dist/doc/latex/nostarch/README
  890. texmf-dist/doc/latex/nostarch/nostarch.pdf
  891. texmf-dist/doc/latex/nostarch/nssample.pdf
  892. texmf-dist/doc/latex/nostarch/nssample.tex
  893. texmf-dist/doc/latex/nostarch/recycled.png
  894. texmf-dist/doc/latex/nostarch/vitruvian.jpg
  895. texmf-dist/source/latex/nostarch/Makefile
  896. texmf-dist/source/latex/nostarch/nostarch.dtx
  897. texmf-dist/source/latex/nostarch/nostarch.ins
  898. texmf-dist/bibtex/bib/nostarch/nostarch.bib
  899. texmf-dist/makeindex/nostarch/nostarch.ist
  900. texmf-dist/tex/latex/nostarch/nostarch.cls
  901. texmf-dist/tex/latex/nostarch/nshyper.sty
  902. texmf-dist/doc/latex/nrc/README
  903. texmf-dist/doc/latex/nrc/authors.txt
  904. texmf-dist/doc/latex/nrc/userguide.pdf
  905. texmf-dist/doc/latex/nrc/userguide.tex
  906. texmf-dist/source/latex/nrc/nrc.dtx
  907. texmf-dist/source/latex/nrc/nrc.ins
  908. texmf-dist/tex/latex/nrc/nrc1.cls
  909. texmf-dist/tex/latex/nrc/nrc1.sty
  910. texmf-dist/tex/latex/nrc/nrc2.cls
  911. texmf-dist/tex/latex/nrc/nrc2.sty
  912. texmf-dist/tex/latex/nrc/nrcdoc.sty
  913. texmf-dist/doc/latex/philosophersimprint/README
  914. texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
  915. texmf-dist/doc/latex/philosophersimprint/sample.pdf
  916. texmf-dist/doc/latex/philosophersimprint/sample.tex
  917. texmf-dist/source/latex/philosophersimprint/Makefile
  918. texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx
  919. texmf-dist/source/latex/philosophersimprint/philosophersimprint.ins
  920. texmf-dist/bibtex/bib/philosophersimprint/philosophersimprint.bib
  921. texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls
  922. texmf-dist/doc/latex/powerdot-FUBerlin/FULogo.eps
  923. texmf-dist/doc/latex/powerdot-FUBerlin/FULogo_RGB.eps
  924. texmf-dist/doc/latex/powerdot-FUBerlin/FUbib.eps
  925. texmf-dist/doc/latex/powerdot-FUBerlin/FUseal.eps
  926. texmf-dist/doc/latex/powerdot-FUBerlin/README
  927. texmf-dist/doc/latex/powerdot-FUBerlin/exampleClass.pdf
  928. texmf-dist/doc/latex/powerdot-FUBerlin/exampleClass.tex
  929. texmf-dist/doc/latex/powerdot-FUBerlin/exampleStyle.pdf
  930. texmf-dist/doc/latex/powerdot-FUBerlin/exampleStyle.tex
  931. texmf-dist/doc/latex/powerdot-FUBerlin/silberlaube2.eps
  932. texmf-dist/tex/latex/powerdot-FUBerlin/FUpowerdot.cls
  933. texmf-dist/tex/latex/powerdot-FUBerlin/powerdot-BerlinFU.sty
  934. texmf-dist/doc/latex/pracjourn/README
  935. texmf-dist/doc/latex/pracjourn/pjsample.ltx
  936. texmf-dist/doc/latex/pracjourn/pjsample.pdf
  937. texmf-dist/doc/latex/pracjourn/pracjourn.pdf
  938. texmf-dist/source/latex/pracjourn/pracjourn.dtx
  939. texmf-dist/source/latex/pracjourn/pracjourn.ins
  940. texmf-dist/tex/latex/pracjourn/pracjourn.cls
  941. texmf-dist/doc/latex/procIAGssymp/TestPaper.tex
  942. texmf-dist/tex/latex/procIAGssymp/procIAGssymp.sty
  943. texmf-dist/doc/latex/ptptex/README
  944. texmf-dist/doc/latex/ptptex/README.TEXLIVE
  945. texmf-dist/doc/latex/ptptex/manptp.pdf
  946. texmf-dist/doc/latex/ptptex/manptp.tex
  947. texmf-dist/doc/latex/ptptex/template.tex
  948. texmf-dist/tex/latex/ptptex/ptp-prep.clo
  949. texmf-dist/tex/latex/ptptex/ptptex.cls
  950. texmf-dist/tex/latex/ptptex/wrapft.sty
  951. texmf-dist/doc/latex/psu-thesis/README
  952. texmf-dist/doc/latex/psu-thesis/manual.pdf
  953. texmf-dist/doc/latex/psu-thesis/manual.tex
  954. texmf-dist/doc/latex/psu-thesis/mssample.pdf
  955. texmf-dist/doc/latex/psu-thesis/mssample.tex
  956. texmf-dist/doc/latex/psu-thesis/phdsample.pdf
  957. texmf-dist/doc/latex/psu-thesis/phdsample.tex
  958. texmf-dist/bibtex/bst/psu-thesis/psuthesis.bst
  959. texmf-dist/tex/latex/psu-thesis/psu-thesis.sty
  960. texmf-dist/doc/latex/revtex/00readme.tex
  961. texmf-dist/doc/latex/revtex/DOWNLOAD
  962. texmf-dist/doc/latex/revtex/README
  963. texmf-dist/doc/latex/revtex/aip/aipguide4-1.pdf
  964. texmf-dist/doc/latex/revtex/aip/aipguide4-1.tex
  965. texmf-dist/doc/latex/revtex/aip/docs.sty
  966. texmf-dist/doc/latex/revtex/aps/apsguide4-1.pdf
  967. texmf-dist/doc/latex/revtex/aps/apsguide4-1.tex
  968. texmf-dist/doc/latex/revtex/aps/docs.sty
  969. texmf-dist/doc/latex/revtex/auguide/auguide4-1.pdf
  970. texmf-dist/doc/latex/revtex/auguide/auguide4-1.tex
  971. texmf-dist/doc/latex/revtex/auguide/docs.sty
  972. texmf-dist/doc/latex/revtex/auguide/summary4-1.pdf
  973. texmf-dist/doc/latex/revtex/auguide/summary4-1.tex
  974. texmf-dist/doc/latex/revtex/auguide/whatsnew4-1.pdf
  975. texmf-dist/doc/latex/revtex/auguide/whatsnew4-1.tex
  976. texmf-dist/doc/latex/revtex/sample/aip/aipsamp.bib
  977. texmf-dist/doc/latex/revtex/sample/aip/aipsamp.pdf
  978. texmf-dist/doc/latex/revtex/sample/aip/aipsamp.tex
  979. texmf-dist/doc/latex/revtex/sample/aip/aiptemplate.tex
  980. texmf-dist/doc/latex/revtex/sample/aip/fig_1.eps
  981. texmf-dist/doc/latex/revtex/sample/aip/fig_2.eps
  982. texmf-dist/doc/latex/revtex/sample/aps/apssamp.bib
  983. texmf-dist/doc/latex/revtex/sample/aps/apssamp.pdf
  984. texmf-dist/doc/latex/revtex/sample/aps/apssamp.rty
  985. texmf-dist/doc/latex/revtex/sample/aps/apssamp.tex
  986. texmf-dist/doc/latex/revtex/sample/aps/apstemplate.tex
  987. texmf-dist/doc/latex/revtex/sample/aps/fig_1.eps
  988. texmf-dist/doc/latex/revtex/sample/aps/fig_2.eps
  989. texmf-dist/doc/latex/revtex/sample/aps/vid_1a.eps
  990. texmf-dist/doc/latex/revtex/sample/aps/vid_1b.eps
  991. texmf-dist/doc/latex/revtex/source/aip.pdf
  992. texmf-dist/doc/latex/revtex/source/ltxdocext.pdf
  993. texmf-dist/doc/latex/revtex/source/ltxfront.pdf
  994. texmf-dist/doc/latex/revtex/source/ltxgrid.pdf
  995. texmf-dist/doc/latex/revtex/source/ltxutil.pdf
  996. texmf-dist/doc/latex/revtex/source/revtex4-1.pdf
  997. texmf-dist/source/latex/revtex/aip.dtx
  998. texmf-dist/source/latex/revtex/ltxdocext.dtx
  999. texmf-dist/source/latex/revtex/ltxfront.dtx
  1000. texmf-dist/source/latex/revtex/ltxgrid.dtx
  1001. texmf-dist/source/latex/revtex/ltxutil.dtx
  1002. texmf-dist/source/latex/revtex/revtex4-1.dtx
  1003. texmf-dist/bibtex/bst/revtex/aipauth4-1.bst
  1004. texmf-dist/bibtex/bst/revtex/aipauth4-1long.bst
  1005. texmf-dist/bibtex/bst/revtex/aipnum4-1.bst
  1006. texmf-dist/bibtex/bst/revtex/aipnum4-1long.bst
  1007. texmf-dist/bibtex/bst/revtex/apsrev4-1.bst
  1008. texmf-dist/bibtex/bst/revtex/apsrev4-1long.bst
  1009. texmf-dist/bibtex/bst/revtex/apsrmp4-1.bst
  1010. texmf-dist/bibtex/bst/revtex/apsrmp4-1long.bst
  1011. texmf-dist/tex/latex/revtex/aip4-1.rtx
  1012. texmf-dist/tex/latex/revtex/aps10pt4-1.rtx
  1013. texmf-dist/tex/latex/revtex/aps11pt4-1.rtx
  1014. texmf-dist/tex/latex/revtex/aps12pt4-1.rtx
  1015. texmf-dist/tex/latex/revtex/aps4-1.rtx
  1016. texmf-dist/tex/latex/revtex/apsrmp4-1.rtx
  1017. texmf-dist/tex/latex/revtex/ltxdocext.sty
  1018. texmf-dist/tex/latex/revtex/ltxfront.sty
  1019. texmf-dist/tex/latex/revtex/ltxgrid.sty
  1020. texmf-dist/tex/latex/revtex/ltxutil.sty
  1021. texmf-dist/tex/latex/revtex/revsymb4-1.sty
  1022. texmf-dist/tex/latex/revtex/revtex4-1.cls
  1023. texmf-dist/doc/latex/sageep/README
  1024. texmf-dist/doc/latex/sageep/sageep.bib
  1025. texmf-dist/doc/latex/sageep/sageep.pdf
  1026. texmf-dist/doc/latex/sageep/sageep_graphic2009.jpg
  1027. texmf-dist/doc/latex/sageep/sample.pdf
  1028. texmf-dist/doc/latex/sageep/sample.tex
  1029. texmf-dist/source/latex/sageep/Makefile
  1030. texmf-dist/source/latex/sageep/sageep.dtx
  1031. texmf-dist/source/latex/sageep/sageep.ins
  1032. texmf-dist/bibtex/bst/sageep/sageep.bst
  1033. texmf-dist/tex/latex/sageep/sageep.cls
  1034. texmf-dist/doc/latex/siggraph/README
  1035. texmf-dist/source/latex/siggraph/siggraph.dtx
  1036. texmf-dist/source/latex/siggraph/siggraph.ins
  1037. texmf-dist/tex/latex/siggraph/siggraph.cls
  1038. texmf-dist/doc/latex/spie/README
  1039. texmf-dist/doc/latex/spie/article.pdf
  1040. texmf-dist/doc/latex/spie/article.tex
  1041. texmf-dist/doc/latex/spie/mcr3b.eps
  1042. texmf-dist/bibtex/bib/spie/report.bib
  1043. texmf-dist/bibtex/bst/spie/spiebib.bst
  1044. texmf-dist/tex/latex/spie/spie.cls
  1045. texmf-dist/doc/latex/stellenbosch/CHANGELOG
  1046. texmf-dist/doc/latex/stellenbosch/README
  1047. texmf-dist/doc/latex/stellenbosch/USbib-1.0.pdf
  1048. texmf-dist/doc/latex/stellenbosch/USlogos-doc-4.0.pdf
  1049. texmf-dist/doc/latex/stellenbosch/USnomencl-1.1.pdf
  1050. texmf-dist/doc/latex/stellenbosch/USsummary-1.0a.pdf
  1051. texmf-dist/doc/latex/stellenbosch/USthesis-4.1.pdf
  1052. texmf-dist/doc/latex/stellenbosch/UStitle-1.0.pdf
  1053. texmf-dist/doc/latex/stellenbosch/templates/masters-sample.zip
  1054. texmf-dist/doc/latex/stellenbosch/templates/report-sample.zip
  1055. texmf-dist/source/latex/stellenbosch/USbib-1.0-scr.zip
  1056. texmf-dist/source/latex/stellenbosch/USlogos-4.0-src.zip
  1057. texmf-dist/source/latex/stellenbosch/USnomencl-1.1-src.zip
  1058. texmf-dist/source/latex/stellenbosch/USsummary-1.0a-src.zip
  1059. texmf-dist/source/latex/stellenbosch/USthesis-4.1-src.zip
  1060. texmf-dist/source/latex/stellenbosch/UStitle-1.0-src.zip
  1061. texmf-dist/bibtex/bst/stellenbosch/usmeg-a.bst
  1062. texmf-dist/bibtex/bst/stellenbosch/usmeg-n.bst
  1063. texmf-dist/bibtex/bst/stellenbosch/ussagus.bst
  1064. texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-BW-top.eps
  1065. texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-BW-top.pdf
  1066. texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-BW.eps
  1067. texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-BW.pdf
  1068. texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-top.eps
  1069. texmf-dist/tex/latex/stellenbosch/logos/USEngLogo-top.pdf
  1070. texmf-dist/tex/latex/stellenbosch/logos/USEngLogo.eps
  1071. texmf-dist/tex/latex/stellenbosch/logos/USEngLogo.pdf
  1072. texmf-dist/tex/latex/stellenbosch/logos/UScrest-BW.eps
  1073. texmf-dist/tex/latex/stellenbosch/logos/UScrest-BW.jpg
  1074. texmf-dist/tex/latex/stellenbosch/logos/UScrest-WM.eps
  1075. texmf-dist/tex/latex/stellenbosch/logos/UScrest-WM.jpg
  1076. texmf-dist/tex/latex/stellenbosch/logos/UScrest-stack.eps
  1077. texmf-dist/tex/latex/stellenbosch/logos/UScrest-stack.jpg
  1078. texmf-dist/tex/latex/stellenbosch/logos/UScrest-top.eps
  1079. texmf-dist/tex/latex/stellenbosch/logos/UScrest-top.jpg
  1080. texmf-dist/tex/latex/stellenbosch/logos/UScrest.eps
  1081. texmf-dist/tex/latex/stellenbosch/logos/UScrest.jpg
  1082. texmf-dist/tex/latex/stellenbosch/logos/USleaf-BW.eps
  1083. texmf-dist/tex/latex/stellenbosch/logos/USleaf-BW.pdf
  1084. texmf-dist/tex/latex/stellenbosch/logos/USleaf-gold.eps
  1085. texmf-dist/tex/latex/stellenbosch/logos/USleaf-gold.pdf
  1086. texmf-dist/tex/latex/stellenbosch/logos/USleaf-grey.eps
  1087. texmf-dist/tex/latex/stellenbosch/logos/USleaf-grey.pdf
  1088. texmf-dist/tex/latex/stellenbosch/logos/USleaf-maroon.eps
  1089. texmf-dist/tex/latex/stellenbosch/logos/USleaf-maroon.pdf
  1090. texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-left.eps
  1091. texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-left.pdf
  1092. texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-stack.eps
  1093. texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-stack.pdf
  1094. texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-top.eps
  1095. texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW-top.pdf
  1096. texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW.eps
  1097. texmf-dist/tex/latex/stellenbosch/logos/USlogo-BW.pdf
  1098. texmf-dist/tex/latex/stellenbosch/logos/USlogo-left.eps
  1099. texmf-dist/tex/latex/stellenbosch/logos/USlogo-left.pdf
  1100. texmf-dist/tex/latex/stellenbosch/logos/USlogo-stack.eps
  1101. texmf-dist/tex/latex/stellenbosch/logos/USlogo-stack.pdf
  1102. texmf-dist/tex/latex/stellenbosch/logos/USlogo-top.eps
  1103. texmf-dist/tex/latex/stellenbosch/logos/USlogo-top.pdf
  1104. texmf-dist/tex/latex/stellenbosch/logos/USlogo.eps
  1105. texmf-dist/tex/latex/stellenbosch/logos/USlogo.pdf
  1106. texmf-dist/tex/latex/stellenbosch/usbib.afr
  1107. texmf-dist/tex/latex/stellenbosch/usbib.eng
  1108. texmf-dist/tex/latex/stellenbosch/usbib.sty
  1109. texmf-dist/tex/latex/stellenbosch/usnomencl.sty
  1110. texmf-dist/tex/latex/stellenbosch/ussummary.sty
  1111. texmf-dist/tex/latex/stellenbosch/usthesis.afr
  1112. texmf-dist/tex/latex/stellenbosch/usthesis.cls
  1113. texmf-dist/tex/latex/stellenbosch/usthesis.eng
  1114. texmf-dist/tex/latex/stellenbosch/usthesis.sty
  1115. texmf-dist/tex/latex/stellenbosch/ustitle.sty
  1116. texmf-dist/doc/latex/sugconf/README
  1117. texmf-dist/doc/latex/sugconf/SUGI-paper-example.txt
  1118. texmf-dist/doc/latex/sugconf/article-example.bat
  1119. texmf-dist/doc/latex/sugconf/article-example.pdf
  1120. texmf-dist/doc/latex/sugconf/article-example.tex
  1121. texmf-dist/doc/latex/sugconf/sugconf-example.bat
  1122. texmf-dist/doc/latex/sugconf/sugconf-example.pdf
  1123. texmf-dist/doc/latex/sugconf/sugconf-example.tex
  1124. texmf-dist/tex/latex/sugconf/sugconf.cls
  1125. texmf-dist/doc/latex/thesis-titlepage-fhac/LogoFH.eps
  1126. texmf-dist/doc/latex/thesis-titlepage-fhac/LogoFH.pdf
  1127. texmf-dist/doc/latex/thesis-titlepage-fhac/LogoFH.png
  1128. texmf-dist/doc/latex/thesis-titlepage-fhac/LogoFH.tif
  1129. texmf-dist/doc/latex/thesis-titlepage-fhac/README
  1130. texmf-dist/doc/latex/thesis-titlepage-fhac/antrc_pre.bat
  1131. texmf-dist/doc/latex/thesis-titlepage-fhac/build.xml
  1132. texmf-dist/doc/latex/thesis-titlepage-fhac/diplomArbeit.ltx
  1133. texmf-dist/doc/latex/thesis-titlepage-fhac/doxygen_header.tex
  1134. texmf-dist/doc/latex/thesis-titlepage-fhac/fhACtitlepage.pdf
  1135. texmf-dist/doc/latex/thesis-titlepage-fhac/pdf_with_figbig_and_glossar.tco
  1136. texmf-dist/source/latex/thesis-titlepage-fhac/doxygen_header.dtx.input
  1137. texmf-dist/source/latex/thesis-titlepage-fhac/fhACtitlepage.dtx
  1138. texmf-dist/source/latex/thesis-titlepage-fhac/fhACtitlepage.ins
  1139. texmf-dist/source/latex/thesis-titlepage-fhac/gloss_add.dtx.input
  1140. texmf-dist/tex/latex/thesis-titlepage-fhac/fhACtitlepage.cfg
  1141. texmf-dist/tex/latex/thesis-titlepage-fhac/fhACtitlepage.sty
  1142. texmf-dist/tex/latex/thesis-titlepage-fhac/figbib_add.sty
  1143. texmf-dist/tex/latex/thesis-titlepage-fhac/gloss_add.sty
  1144. texmf-dist/doc/latex/thuthesis/README
  1145. texmf-dist/doc/latex/thuthesis/dtx-style.sty
  1146. texmf-dist/doc/latex/thuthesis/example/Makefile
  1147. texmf-dist/doc/latex/thuthesis/example/data/ack.tex
  1148. texmf-dist/doc/latex/thuthesis/example/data/appendix01.tex
  1149. texmf-dist/doc/latex/thuthesis/example/data/chap01.tex
  1150. texmf-dist/doc/latex/thuthesis/example/data/chap02.tex
  1151. texmf-dist/doc/latex/thuthesis/example/data/cover.tex
  1152. texmf-dist/doc/latex/thuthesis/example/data/denotation.tex
  1153. texmf-dist/doc/latex/thuthesis/example/data/resume.tex
  1154. texmf-dist/doc/latex/thuthesis/example/figures/hello.eps
  1155. texmf-dist/doc/latex/thuthesis/example/figures/hello.fig
  1156. texmf-dist/doc/latex/thuthesis/example/figures/hello.pdf
  1157. texmf-dist/doc/latex/thuthesis/example/figures/thu-fig-logo.eps
  1158. texmf-dist/doc/latex/thuthesis/example/figures/thu-fig-logo.pdf
  1159. texmf-dist/doc/latex/thuthesis/example/figures/thu-lib-logo.eps
  1160. texmf-dist/doc/latex/thuthesis/example/figures/thu-lib-logo.pdf
  1161. texmf-dist/doc/latex/thuthesis/example/figures/thu-text-logo.eps
  1162. texmf-dist/doc/latex/thuthesis/example/figures/thu-text-logo.pdf
  1163. texmf-dist/doc/latex/thuthesis/example/figures/thu-whole-logo.eps
  1164. texmf-dist/doc/latex/thuthesis/example/figures/thu-whole-logo.pdf
  1165. texmf-dist/doc/latex/thuthesis/example/main.pdf
  1166. texmf-dist/doc/latex/thuthesis/example/main.tex
  1167. texmf-dist/doc/latex/thuthesis/example/msmake.cmd
  1168. texmf-dist/doc/latex/thuthesis/example/ref/refs.bib
  1169. texmf-dist/doc/latex/thuthesis/example/shuji.pdf
  1170. texmf-dist/doc/latex/thuthesis/example/shuji.tex
  1171. texmf-dist/doc/latex/thuthesis/example/thutils.sty
  1172. texmf-dist/doc/latex/thuthesis/thuthesis.pdf
  1173. texmf-dist/source/latex/thuthesis/thuthesis.dtx
  1174. texmf-dist/source/latex/thuthesis/thuthesis.ins
  1175. texmf-dist/bibtex/bst/thuthesis/thubib.bst
  1176. texmf-dist/tex/latex/thuthesis/thuthesis.cfg
  1177. texmf-dist/tex/latex/thuthesis/thuthesis.cls
  1178. texmf-dist/doc/latex/toptesi/README
  1179. texmf-dist/doc/latex/toptesi/logoEPFL.eps
  1180. texmf-dist/doc/latex/toptesi/logoEPFL.pdf
  1181. texmf-dist/doc/latex/toptesi/logoINPG.eps
  1182. texmf-dist/doc/latex/toptesi/logoINPG.pdf
  1183. texmf-dist/doc/latex/toptesi/logopoliba.eps
  1184. texmf-dist/doc/latex/toptesi/logopoliba.pdf
  1185. texmf-dist/doc/latex/toptesi/logopolito.eps
  1186. texmf-dist/doc/latex/toptesi/logopolito.pdf
  1187. texmf-dist/doc/latex/toptesi/logouniba.eps
  1188. texmf-dist/doc/latex/toptesi/logouniba.pdf
  1189. texmf-dist/doc/latex/toptesi/logounibg.eps
  1190. texmf-dist/doc/latex/toptesi/logounibg.pdf
  1191. texmf-dist/doc/latex/toptesi/logounibo.eps
  1192. texmf-dist/doc/latex/toptesi/logounibo.pdf
  1193. texmf-dist/doc/latex/toptesi/logounibs.eps
  1194. texmf-dist/doc/latex/toptesi/logounibs.pdf
  1195. texmf-dist/doc/latex/toptesi/logounige.eps
  1196. texmf-dist/doc/latex/toptesi/logounige.pdf
  1197. texmf-dist/doc/latex/toptesi/logounipa.eps
  1198. texmf-dist/doc/latex/toptesi/logounipa.pdf
  1199. texmf-dist/doc/latex/toptesi/logounipd.eps
  1200. texmf-dist/doc/latex/toptesi/logounipd.pdf
  1201. texmf-dist/doc/latex/toptesi/logounipi.eps
  1202. texmf-dist/doc/latex/toptesi/logounipi.pdf
  1203. texmf-dist/doc/latex/toptesi/logounipmn.eps
  1204. texmf-dist/doc/latex/toptesi/logounipmn.pdf
  1205. texmf-dist/doc/latex/toptesi/logouniroma1.eps
  1206. texmf-dist/doc/latex/toptesi/logouniroma1.pdf
  1207. texmf-dist/doc/latex/toptesi/logouniroma2.eps
  1208. texmf-dist/doc/latex/toptesi/logouniroma2.pdf
  1209. texmf-dist/doc/latex/toptesi/logouniroma3.eps
  1210. texmf-dist/doc/latex/toptesi/logouniroma3.pdf
  1211. texmf-dist/doc/latex/toptesi/logounisa.eps
  1212. texmf-dist/doc/latex/toptesi/logounisa.pdf
  1213. texmf-dist/doc/latex/toptesi/logounito.eps
  1214. texmf-dist/doc/latex/toptesi/logounito.pdf
  1215. texmf-dist/doc/latex/toptesi/logounits.eps
  1216. texmf-dist/doc/latex/toptesi/logounits.pdf
  1217. texmf-dist/doc/latex/toptesi/logouniur.eps
  1218. texmf-dist/doc/latex/toptesi/logouniur.pdf
  1219. texmf-dist/doc/latex/toptesi/manifest.txt
  1220. texmf-dist/doc/latex/toptesi/toptesi-doc.pdf
  1221. texmf-dist/doc/latex/toptesi/toptesi-example.tex
  1222. texmf-dist/doc/latex/toptesi/toptesi-example.xmpdata
  1223. texmf-dist/doc/latex/toptesi/toptesi.pdf
  1224. texmf-dist/source/latex/toptesi/toptesi.dtx
  1225. texmf-dist/source/latex/toptesi/toptesi.ins
  1226. texmf-dist/tex/latex/toptesi/topcoman.sty
  1227. texmf-dist/tex/latex/toptesi/topfront.sty
  1228. texmf-dist/tex/latex/toptesi/topsiz14.clo
  1229. texmf-dist/tex/latex/toptesi/toptesi.cfg
  1230. texmf-dist/tex/latex/toptesi/toptesi.cls
  1231. texmf-dist/tex/latex/toptesi/toptesi.sty
  1232. texmf-dist/tex/latex/toptesi/trieste.sty
  1233. texmf-dist/doc/latex/tugboat/README
  1234. texmf-dist/doc/latex/tugboat/ltubguid.pdf
  1235. texmf-dist/doc/latex/tugboat/manifest.txt
  1236. texmf-dist/doc/latex/tugboat/tugboat.pdf
  1237. texmf-dist/source/latex/tugboat/ltubguid.ltx
  1238. texmf-dist/source/latex/tugboat/tugboat.dtx
  1239. texmf-dist/source/latex/tugboat/tugboat.ins
  1240. texmf-dist/bibtex/bst/tugboat/ltugbib.bst
  1241. texmf-dist/tex/latex/tugboat/ltugboat.cls
  1242. texmf-dist/tex/latex/tugboat/ltugboat.sty
  1243. texmf-dist/tex/latex/tugboat/ltugcomn.sty
  1244. texmf-dist/tex/latex/tugboat/ltugproc.cls
  1245. texmf-dist/tex/latex/tugboat/ltugproc.sty
  1246. texmf-dist/doc/plain/tugboat-plain/README
  1247. texmf-dist/doc/plain/tugboat-plain/tubguide.pdf
  1248. texmf-dist/doc/plain/tugboat-plain/tubguide.tex
  1249. texmf-dist/tex/plain/tugboat-plain/tugboat.cmn
  1250. texmf-dist/tex/plain/tugboat-plain/tugboat.sty
  1251. texmf-dist/tex/plain/tugboat-plain/tugproc.sty
  1252. texmf-dist/doc/latex/uaclasses/README
  1253. texmf-dist/doc/latex/uaclasses/my-example.pdf
  1254. texmf-dist/doc/latex/uaclasses/ua-example.pdf
  1255. texmf-dist/doc/latex/uaclasses/ua-example.tex
  1256. texmf-dist/source/latex/uaclasses/ua-classes.dtx
  1257. texmf-dist/source/latex/uaclasses/ua-classes.ins
  1258. texmf-dist/tex/latex/uaclasses/my-thesis.cls
  1259. texmf-dist/tex/latex/uaclasses/my-title.sty
  1260. texmf-dist/tex/latex/uaclasses/ua-thesis.cls
  1261. texmf-dist/tex/latex/uaclasses/ua-title.sty
  1262. texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example.bib
  1263. texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap1.tex
  1264. texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap2.tex
  1265. texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_Chap3.tex
  1266. texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_figure.eps
  1267. texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_figure.pdf
  1268. texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_main.pdf
  1269. texmf-dist/doc/latex/ucdavisthesis/Example/ucdavisthesis_example_main.tex
  1270. texmf-dist/doc/latex/ucdavisthesis/README
  1271. texmf-dist/doc/latex/ucdavisthesis/ucdavisthesis.pdf
  1272. texmf-dist/source/latex/ucdavisthesis/ucdavisthesis.dtx
  1273. texmf-dist/source/latex/ucdavisthesis/ucdavisthesis.ins
  1274. texmf-dist/tex/latex/ucdavisthesis/ucdavisthesis.cls
  1275. texmf-dist/tex/latex/ucdavisthesis/ucdthesis10.clo
  1276. texmf-dist/tex/latex/ucdavisthesis/ucdthesis11.clo
  1277. texmf-dist/tex/latex/ucdavisthesis/ucdthesis12.clo
  1278. texmf-dist/tex/latex/ucdavisthesis/ucdthesis13.clo
  1279. texmf-dist/doc/latex/ucthesis/README
  1280. texmf-dist/doc/latex/ucthesis/uctest.bib
  1281. texmf-dist/doc/latex/ucthesis/uctest.tex
  1282. texmf-dist/tex/latex/ucthesis/uct10.clo
  1283. texmf-dist/tex/latex/ucthesis/uct11.clo
  1284. texmf-dist/tex/latex/ucthesis/uct12.clo
  1285. texmf-dist/tex/latex/ucthesis/ucthesis.cls
  1286. texmf-dist/doc/latex/uiucthesis/README
  1287. texmf-dist/doc/latex/uiucthesis/thesis-ex.pdf
  1288. texmf-dist/doc/latex/uiucthesis/thesis-ex.tex
  1289. texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf
  1290. texmf-dist/source/latex/uiucthesis/uiucthesis.dtx
  1291. texmf-dist/source/latex/uiucthesis/uiucthesis.ins
  1292. texmf-dist/tex/latex/uiucthesis/uiucthesis.cls
  1293. texmf-dist/tex/latex/uiucthesis/uiucthesis.sty
  1294. texmf-dist/doc/latex/umthesis/PDP.tex
  1295. texmf-dist/doc/latex/umthesis/README
  1296. texmf-dist/doc/latex/umthesis/appendix.tex
  1297. texmf-dist/doc/latex/umthesis/conclusion.tex
  1298. texmf-dist/doc/latex/umthesis/example.pdf
  1299. texmf-dist/doc/latex/umthesis/example.tex
  1300. texmf-dist/doc/latex/umthesis/exp1.tex
  1301. texmf-dist/doc/latex/umthesis/exp2.tex
  1302. texmf-dist/doc/latex/umthesis/exp3.tex
  1303. texmf-dist/doc/latex/umthesis/felty.bib
  1304. texmf-dist/doc/latex/umthesis/intro.tex
  1305. texmf-dist/doc/latex/umthesis/mybibstyle.bst
  1306. texmf-dist/tex/latex/umthesis/umthesis.cls
  1307. texmf-dist/doc/latex/umich-thesis/README
  1308. texmf-dist/tex/latex/umich-thesis/umich-thesis.cls
  1309. texmf-dist/doc/latex/ut-thesis/README
  1310. texmf-dist/doc/latex/ut-thesis/ut-thesis.tex
  1311. texmf-dist/tex/latex/ut-thesis/ut-thesis.cls
  1312. texmf-dist/doc/latex/uwthesis/LICENSE
  1313. texmf-dist/doc/latex/uwthesis/README
  1314. texmf-dist/doc/latex/uwthesis/uwthesis.bib
  1315. texmf-dist/doc/latex/uwthesis/uwthesis.pdf
  1316. texmf-dist/doc/latex/uwthesis/uwthesis.tex
  1317. texmf-dist/tex/latex/uwthesis/uwthesis.cls
  1318. texmf-dist/doc/bibtex/vancouver/README
  1319. texmf-dist/doc/bibtex/vancouver/vancouver.pdf
  1320. texmf-dist/doc/bibtex/vancouver/vancouver.tex
  1321. texmf-dist/bibtex/bib/vancouver/vancouver.bib
  1322. texmf-dist/bibtex/bst/vancouver/vancouver.bst
  1323. texmf-dist/doc/latex/vxu/README
  1324. texmf-dist/doc/latex/vxu/actawex.pdf
  1325. texmf-dist/doc/latex/vxu/rfmsi.pdf
  1326. texmf-dist/doc/latex/vxu/template.tex
  1327. texmf-dist/doc/latex/vxu/vxulicentiate.tex
  1328. texmf-dist/doc/latex/vxu/vxusymbol.1
  1329. texmf-dist/doc/latex/vxu/vxutentamen.tex
  1330. texmf-dist/source/latex/vxu/actawex.dtx
  1331. texmf-dist/source/latex/vxu/actawex.ins
  1332. texmf-dist/source/latex/vxu/rfmsi.dtx
  1333. texmf-dist/source/latex/vxu/rfmsi.ins
  1334. texmf-dist/tex/latex/vxu/actawex.cls
  1335. texmf-dist/tex/latex/vxu/awcollection.clo
  1336. texmf-dist/tex/latex/vxu/awmonograph.clo
  1337. texmf-dist/tex/latex/vxu/vxulicentiate.cls
  1338. texmf-dist/tex/latex/vxu/vxutentamen.sty
  1339. texmf-dist/doc/latex/york-thesis/README
  1340. texmf-dist/doc/latex/york-thesis/york-thesis-Template.tex
  1341. texmf-dist/doc/latex/york-thesis/york-thesis.el
  1342. texmf-dist/doc/latex/york-thesis/york-thesis.pdf
  1343. texmf-dist/source/latex/york-thesis/york-thesis.dtx
  1344. texmf-dist/source/latex/york-thesis/york-thesis.ins
  1345. texmf-dist/tex/latex/york-thesis/york-thesis.cls
  1346. )
  1347. %__mkdir_p ${PREF}/texmf-dist
  1348. for i in "${manifest[@]}"; do
  1349. %__install -D %{texlive_src}/$i ${PREF}/$i
  1350. done
  1351. ## info
  1352. %__rm -f %{buildroot}%{_infodir}/dir
  1353. %__gzip -9nf %{buildroot}%{_infodir}/*info* ||:
  1354. ## man
  1355. ## man t1* files are provided by t1utils
  1356. for i in t1ascii t1asm t1binary t1disasm t1mac t1unmac; do
  1357. %__rm %{buildroot}%{_mandir}/man*/${i}.* ||:
  1358. done
  1359. ## man some files are provided by psutils
  1360. for i in epsffit extractres fixdlsrps fixfmps fixmacps fixpsditps fixpspps fixscribeps fixtpps fixwfwps fixwpps fixwwps getafm includeres psbook psmerge psnup psresize psselect pstops; do
  1361. %__rm %{buildroot}%{_mandir}/man*/${i}.* ||:
  1362. done
  1363. ## fix perl path
  1364. for i in source/metapost/expressg/expressg.dtx \
  1365. doc/metapost/expressg/n2mpsprl.prl \
  1366. doc/latex/songbook/contrib/crd2sb/crd2sb; do
  1367. [ -f %{build_texmf}-dist/${i} ] && \
  1368. %__sed -i -e "s|^#!/usr/local/bin/perl|#!%{__perl}|" %{build_texmf}-dist/${i}
  1369. done
  1370. ## remove asymptote directries, which provides asymptote package
  1371. find %{buildroot} -regex ".*asymptote.*" | xargs %__rm -rf
  1372. # find %{buildroot} -name "Makefile" | xargs %__rm -f
  1373. # ## remove xindy
  1374. # find %{buildroot} -regex ".*xindy.*" | xargs %__rm -rf
  1375. # ## remove tex4ht
  1376. # find %{buildroot} -regex ".*tex4ht.*" | xargs %__rm -rf
  1377. ## remove arch dependent binaries
  1378. %__rm -f %{build_texmf}-dist/source/latex/splitindex/splitindex-{OpenBSD,Linux}-i386
  1379. ## remove unpackaging files
  1380. find %{buildroot} | %__grep -e "\.\(la\|a\)$" | xargs %__rm -f
  1381. find %{buildroot} | %__grep -e "\.\(diff\|patch\)$" | xargs %__rm -f
  1382. ## Files list
  1383. find %{buildroot} -type f -or -type l | \
  1384. %__sed -e "s|%{buildroot}||g" > filelist.full
  1385. find %{buildroot}%{texmf}-dist -type d | \
  1386. %__sed -e "s|^%{buildroot}|%dir |" \
  1387. -e "s|$|/|" >> filelist.full
  1388. ## subpackages
  1389. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  1390. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  1391. %__mv -f filelist.tmp filelist.full
  1392. %clean
  1393. %__rm -rf %{buildroot}
  1394. %post
  1395. %{exec_texhash}
  1396. exit 0
  1397. %postun
  1398. if [ "$1" = 0 ]; then
  1399. %{exec_texhash}
  1400. fi
  1401. exit 0
  1402. %files -f filelist.full
  1403. %defattr(-,root,root)
  1404. %files -f filelist.doc doc
  1405. %defattr(-,root,root)
  1406. %changelog
  1407. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  1408. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-publishers
  1409. - improved %%post
  1410. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  1411. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-publishers
  1412. - removed arch dependent binaries (texlive-collection-latexextra)
  1413. - fixed perl path
  1414. - improved updmap process in %%post and %%postun
  1415. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  1416. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-publishers