]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- some bug fixes
[packages/texlive.git] / texlive.spec
CommitLineData
d08789e0 1# TODO:
c244802e 2#
3a74cdb2 3# MAIN TODO (sort by importnce):
e0617a36 4# - texlive-format-pdflatex deps
13870b4c 5# - check unpackaged files (only some files)
6b25593c 6# - pl updates
97e8de8b 7# - maybe more splits (e.g. latex subpackages)
13870b4c 8# - see uncategorized and *other* subpackages and split
3a74cdb2 9# - context: consider more splitting, check dependencies
d08789e0
ZU
10# - omega: consider more splitting, check dependencies
11# - tdphp: is it really useful?
12# - allow using Type1 fonts in others applications (symlink to
13# /usr/share/fonts/Type1 ?)
14# - fix package removal:
15# /usr/bin/texhash[77]: kpsewhich: not found
16#
17# FHS TODO:
18# - merge rhconfig and texmfsysvar patches
19# - texmfsysvar patch: change fmtutil and web2cdir variables instead
20# of creating texmfsys{config,var} variables?
21# - move config files to /etc
22# - merge all above with configure switch "--enable-fhs" and send it to TE
23#
24# TeXLive specific TODO:
4c9dc995 25# - summary/description correcting (all languages)
ca4b56d2 26# - texk/web2c doesn't build (luatex option)
68640cd8 27# - %files latex-bibtex-revtex4
489714ae 28# - Check CEF/cjk!
ca4b56d2 29#
d08789e0 30%include /usr/lib/rpm/macros.perl
ca4b56d2 31#
67112f1c 32%bcond_without bootstrap
ca4b56d2 33#
d08789e0
ZU
34Summary: TeX typesetting system and MetaFont font formatter
35Summary(de.UTF-8): TeX-Satzherstellungssystem und MetaFont-Formatierung
36Summary(es.UTF-8): Sistema de typesetting TeX y formateador de fuentes MetaFont
37Summary(fr.UTF-8): Systéme de compostion TeX et formatteur de MetaFontes
97b079ad 38Summary(hu.UTF-8): TeX szövegszedő rendszer és MetaFont font formázó
d08789e0
ZU
39Summary(pl.UTF-8): System składu publikacji TeX oraz formater fontów MetaFont
40Summary(pt_BR.UTF-8): Sistema de typesetting TeX e formatador de fontes MetaFont
41Summary(tr.UTF-8): TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
42Name: texlive
43Version: 20080816
830ca960 44Release: 0.9.7
096dca83 45Epoch: 1
d08789e0
ZU
46License: distributable
47Group: Applications/Publishing/TeX
48Source0: http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
49# Source0-md5: 554287c3e458da776edd684506048d45
e19e6777
ZU
50Source1: ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
51# Source1-md5: fa74072e1344e8390eb156bcda61a8b2
d08789e0
ZU
52Source4: %{name}.cron
53Source5: xdvi.desktop
54Source6: xdvi.png
c48c077b 55Patch0: %{name}-am.patch
2c9c6c5b 56Patch1: %{name}-20080816-kpathsea-ar.patch
d08789e0 57URL: http://www.tug.org/texlive/
c48c077b 58BuildRequires: autoconf
d08789e0
ZU
59BuildRequires: automake
60BuildRequires: bison
a784d38e 61BuildRequires: clisp
d08789e0 62BuildRequires: ed
a784d38e 63BuildRequires: expat-devel
4c9dc995 64BuildRequires: ffcall-devel
97b079ad 65BuildRequires: flex
a784d38e 66BuildRequires: fontconfig-devel
e671f712
AM
67BuildRequires: freetype-devel
68BuildRequires: freetype1-devel
d08789e0
ZU
69BuildRequires: gd-devel >= 2.0.33
70BuildRequires: libpng-devel >= 1.2.8
97b079ad 71BuildRequires: libtool
c48c077b
AM
72# should this be somewhere in clisp?
73BuildRequires: libsigsegv
d08789e0
ZU
74BuildRequires: libstdc++-devel
75BuildRequires: ncurses-devel
76BuildRequires: rpm-perlprov
77BuildRequires: rpm-pythonprov
d062bbe0 78BuildRequires: sed >= 4.0
d08789e0
ZU
79BuildRequires: t1lib-devel >= 5.0.2
80BuildRequires: texinfo
ca4b56d2
AM
81%if %{with bootstrap}
82BuildRequires: tetex-format-latex
83BuildRequires: tetex-format-pdflatex
ca4b56d2 84BuildRequires: tetex-latex-cyrillic
97b079ad 85BuildRequires: tetex-tex-babel
ca4b56d2 86%else
ca4b56d2
AM
87BuildRequires: texlive-format-latex
88BuildRequires: texlive-format-pdflatex
ca4b56d2 89BuildRequires: texlive-latex-cyrillic
97b079ad
ZU
90BuildRequires: texlive-tex-babel
91# fill with future texlive BR. guesses ones for now
ca4b56d2 92%endif
d08789e0 93BuildRequires: unzip
a784d38e 94BuildRequires: xorg-lib-libICE-devel
d08789e0 95BuildRequires: xorg-lib-libXaw-devel
a784d38e 96BuildRequires: xorg-lib-libXext-devel
a784d38e 97BuildRequires: xorg-lib-libXmu-devel
97b079ad 98BuildRequires: xorg-lib-libXpm-devel
d08789e0 99BuildRequires: zlib-devel >= 1.2.1
78d53d8c 100Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
101Requires: %{name}-fonts-cm = %{epoch}:%{version}-%{release}
102Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
103Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
104Requires: awk
105Requires: dialog
0b6bcf85 106Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0
ZU
107Requires: sed
108Requires: sh-utils
d3f501b8 109Requires: texconfig = %{epoch}:%{version}-%{release}
e88b5dcf 110Requires: textutils
d08789e0
ZU
111Suggests: tmpwatch
112Obsoletes: tetex
113Obsoletes: tetex-afm
114Obsoletes: tetex-doc
115Obsoletes: tetex-doc-latex2e-html
116Obsoletes: tetex-fontinst
117Obsoletes: tetex-fontname
118Obsoletes: tetex-fonts
119Obsoletes: tetex-fonts-pandora
120Obsoletes: tetex-fonts-vcm
121Obsoletes: tetex-format-elatex
122Obsoletes: tetex-format-pdfelatex
123Obsoletes: tetex-format-pdfemex
124Obsoletes: tetex-latex-vnps
125Obsoletes: tetex-latex-vnr
126Obsoletes: tetex-oxdvi
127Obsoletes: tetex-oxdvi
128Obsoletes: tetex-plain-dvips
129Obsoletes: tetex-plain-dvips
130Obsoletes: tetex-plain-mathtime
131Obsoletes: tetex-plain-mathtime
132Obsoletes: tetex-plain-misc
133Obsoletes: tetex-plain-misc
134Obsoletes: tetex-plain-plnfss
135Obsoletes: tetex-plain-plnfss
136Obsoletes: tetex-tex-hyphen
137Obsoletes: tetex-tex-vietnam
138BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
139
f37ff31b 140%define texmf %{_datadir}/texmf
8b5eed5e 141%define texmfdist %{texmf}-dist
1a192771 142%define texmfdoc %{texmf}-doc
d08789e0
ZU
143%define fmtdir /var/lib/texmf/web2c
144%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
145%define _localstatedir /var/lib/texmf
146%define fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
147%define fmtutil(f:) [ ! \\\( -f %{_localstatedir}/web2c/%{-f*}.fmt.rpmnew -o -f %{_localstatedir}/web2c/%{-f*}.efmt.rpmnew \\\) ] || %{_bindir}/fmtutil-sys --byfmt %{-f*} >/dev/null 2>/dev/null || echo "Regenerating %{-f*} failed. See %{_localstatedir}/web2c/%{-f*}.log for details" 1>&2 && exit 0 ;
148
149%define _noautoreq 'perl(path_tre)'
150
151%description
97b079ad
ZU
152TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
153takes a text file and a set of formatting commands as input and
154creates a typesetter independent .dvi (DeVice Independent) file as
155output. Usually, TeX is used in conjunction with a higher level
156formatting package like LaTeX or PlainTeX, since TeX by itself is not
157very user-friendly.
d08789e0
ZU
158
159%description -l es.UTF-8
160Tex formata archivos de texto y órdenes para una salida independiente
161de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
162de Knut se describen las capacidades y el lenguaje TeX.
163
164%description -l de.UTF-8
165TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
166und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
167DeVice Independent). Die Funktionen und Sprache von TeX werden in The
168TeXbook von Knuth beschrieben.
169
170%description -l fr.UTF-8
171TeX formate un fichier de commandes et de texte mélandés, et produit
172un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
173raccourci pour Device Independant). Les possibilités de TeX et son
174langage sont décrites dans l'ouvrage TeXbook, de Knuth.
175
97b079ad
ZU
176%description -l hu.UTF-8
177TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
178egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
179segítségével a szövegszedő egy független .dvi (DeVice Independent)
180fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
181kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
182TeX önmaga nem túlzottan "felhasználóbarát".
183
d08789e0
ZU
184%description -l pl.UTF-8
185TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
186od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
187Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
188Donalda E. Knutha.
189
190%description -l pt_BR.UTF-8
191Tex formata arquivos de texto e comandos para uma saída independente
192de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
193linguagem TeX são descritas no The TeXbook, de Knuth.
194
195%description -l tr.UTF-8
196TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
197aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
198TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
199TeXbook' başlıklı kitabında anlatılmaktadır.
200
80fa261c
ZU
201%package other-utils
202Summary: Other utilities
203Group: Applications/Publishing/TeX
204
205%description other-utils
206Other utilities.
207
830ca960
ZU
208%package other-utils-doc
209Summary: Other utilities documentation
210Group: Applications/Publishing/TeX
211
212%description other-utils-doc
213Other utilities documentation.
214
5b7eba8e
MB
215%package doc
216Summary: Documentation for TeX Live
217Group: Documentation
218
219%description doc
220Assorted useful documentation for TeX Live.
221
222%package doc-bg
223Summary: Bulgarian documentation for TeX Live
224Group: Documentation
225
226%description doc-bg
227Assorted useful Bulgarian documentation for TeX Live.
228
229%package doc-cs
230Summary: Czech documentation for TeX Live
231Group: Documentation
232
233%description doc-cs
234Assorted useful Czech documentation for TeX Live.
235
236%package doc-de
237Summary: German documentation for TeX Live
238Group: Documentation
239
240%description doc-de
241Assorted useful German documentation for TeX Live.
242
243%package doc-el
244Summary: Greek documentation for TeX Live
245Group: Documentation
246
247%description doc-el
248Assorted useful Greek documentation for TeX Live.
249
250%package doc-es
251Summary: Spanish documentation for TeX Live
252Group: Documentation
253
254%description doc-es
255Assorted useful Spanish documentation for TeX Live.
256
257%package doc-fi
258Summary: Finnish documentation for TeX Live
259Group: Documentation
260
261%description doc-fi
262Assorted useful Finnish documentation for TeX Live.
263
264%package doc-fr
265Summary: French documentation for TeX Live
266Group: Documentation
267
268%description doc-fr
269Assorted useful French documentation for TeX Live.
270
271%package doc-it
272Summary: Italian documentation for TeX Live
273Group: Documentation
274
275%description doc-it
276Assorted useful Italian documentation for TeX Live.
277
278%package doc-ja
279Summary: Japanese documentation for TeX Live
280Group: Documentation
281
282%description doc-ja
283Assorted useful Japanese documentation for TeX Live.
284
285%package doc-ko
286Summary: Korean documentation for TeX Live
287Group: Documentation
288
289%description doc-ko
290Assorted useful Korean documentation for TeX Live.
291
292%package doc-mn
293Summary: Mongolian documentation for TeX Live
294Group: Documentation
295
296%description doc-mn
297Assorted useful Mongolian documentation for TeX Live.
298
299%package doc-nl
300Summary: Dutch documentation for TeX Live
301Group: Documentation
302
303%description doc-nl
304Assorted useful Dutch documentation for TeX Live.
305
306%package doc-pl
307Summary: Polish documentation for TeX Live
308Group: Documentation
309
310%description doc-pl
311Assorted useful Polish documentation for TeX Live.
312
313%package doc-pt
314Summary: Portuguese documentation for TeX Live
315Group: Documentation
316
317%description doc-pt
318Assorted useful Portuguese documentation for TeX Live.
319
320%package doc-ru
321Summary: Russian documentation for TeX Live
322Group: Documentation
323
324%description doc-ru
325Assorted useful Russian documentation for TeX Live.
326
327%package doc-sk
328Summary: Slovak documentation for TeX Live
329Group: Documentation
330
331%description doc-sk
332Assorted useful Slovak documentation for TeX Live.
333
334%package doc-sl
335Summary: Slovenian documentation for TeX Live
336Group: Documentation
337
338%description doc-sl
339Assorted useful Slovenian documentation for TeX Live.
340
341%package doc-th
342Summary: Thai documentation for TeX Live
343Group: Documentation
344
345%description doc-th
346Assorted useful Thai documentation for TeX Live.
347
348%package doc-tr
349Summary: Turkish documentation for TeX Live
350Group: Documentation
351
352%description doc-tr
353Assorted useful Turkish documentation for TeX Live.
354
355%package doc-uk
356Summary: Ukrainian documentation for TeX Live
357Group: Documentation
358
359%description doc-uk
360Assorted useful Ukrainian documentation for TeX Live.
361
362%package doc-vi
363Summary: Vietnamese documentation for TeX Live
364Group: Documentation
365
366%description doc-vi
367Assorted useful Vietnamese documentation for TeX Live.
368
369%package doc-zh_CN
370Summary: Chinese documentation for TeX Live
371Group: Documentation
372
373%description doc-zh_CN
374Assorted useful Chinese documentation for TeX Live.
489714ae 375
d08789e0
ZU
376%package doc-Catalogue
377Summary: TeX Catalogue
378Summary(pl.UTF-8): Katalog TeXa
379Group: Applications/Publishing/TeX
380Requires(post,postun): %{_bindir}/texhash
381Requires: %{name} = %{epoch}:%{version}-%{release}
382
383%description doc-Catalogue
384TeX Catalogue.
385
386%description doc-Catalogue -l pl.UTF-8
387Katalog TeXa.
388
389%package doc-tug-faq
390Summary: TeX User Group FAQ
489714ae 391Summary(hu.UTF-8): TeX felhasználók FAQ-ja
d08789e0
ZU
392Summary(pl.UTF-8): FAQ Grupy Użytkowników TeXa
393Group: Applications/Publishing/TeX
394Requires(post,postun): %{_bindir}/texhash
395Requires: %{name} = %{epoch}:%{version}-%{release}
396Obsoletes: tetex-doc-LaTeX-FAQ-francaise
397Obsoletes: tetex-doc-de-tex-faq
398Obsoletes: tetex-doc-uktug-faq
399
400%description doc-tug-faq
401TeX User Group FAQ.
402
74eeb8ec
ZU
403%description doc-tug-faq -l hu.UTF8
404TeX felhasználók FAQ-ja.
405
d08789e0
ZU
406%description doc-tug-faq -l pl.UTF-8
407FAQ Grupy Użytkowników TeXa.
408
409%package doc-latex
410Summary: Basic LaTeX packages documentation
489714ae 411Summary(hu.UTF-8): Az alap LaTeX csomagok dokumentációja
d08789e0
ZU
412Summary(pl.UTF-8): Podstawowa dokumentacja do pakietów LaTeXa
413Group: Applications/Publishing/TeX
414Requires(post,postun): %{_bindir}/texhash
415Requires: %{name} = %{epoch}:%{version}-%{release}
416
417%description doc-latex
418Basic LaTeX packages documentation.
419
74eeb8ec
ZU
420%description doc-latex -l hu.UTF-8
421Az alap LaTeX csomagok dokumentációja
422
d08789e0
ZU
423%description doc-latex -l pl.UTF-8
424Podstawowa dokumentacja do pakietów LaTeXa.
425
426# # libraries #
096dca83 427%package -n kpathsea
d08789e0 428Summary: File name lookup library
489714ae 429Summary(hu.UTF-8): Fájlnév-kereső könyvtár
d08789e0
ZU
430Summary(pl.UTF-8): Biblioteka szukająca nazw plików
431Group: Applications/Publishing/TeX
432Requires(post,postun): %{_bindir}/texhash
433Requires: %{name} = %{epoch}:%{version}-%{release}
434
096dca83 435%description -n kpathsea
d08789e0
ZU
436File name lookup library.
437
096dca83 438%description -n kpathsea -l hu.UTF-8
74eeb8ec
ZU
439Fájlnév-kereső könyvtár.
440
096dca83 441%description -n kpathsea -l pl.UTF-8
d08789e0
ZU
442Biblioteka szukająca nazw plików.
443
096dca83 444%package -n kpathsea-devel
d08789e0
ZU
445Summary: Kpathsea library filename lookup header files and documentation
446Summary(es.UTF-8): Bibliotecas y archivos de inclusión para desarrollo TeX
489714ae 447Summary(hu.UTF-8): Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
d08789e0
ZU
448Summary(pl.UTF-8): Pliki nagłówkowe oraz dokumetacja kpathsea
449Summary(pt_BR.UTF-8): Bibliotecas e headers para desenvolvimento TeX
450Group: Development/Libraries
096dca83 451Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0 452
096dca83 453%description -n kpathsea-devel
d08789e0
ZU
454Kpathsea library filename lookup header files and documentation.
455
096dca83 456%description -n kpathsea-devel -l es.UTF-8
d08789e0
ZU
457Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
458aplicaciones TeX.
459
096dca83 460%description -n kpathsea-devel -l hu.UTF-8
74eeb8ec
ZU
461Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
462
096dca83 463%description -n kpathsea-devel -l pl.UTF-8
d08789e0
ZU
464Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
465
096dca83 466%description -n kpathsea-devel -l pt_BR.UTF-8
d08789e0
ZU
467Bibliotecas, headers e outros componentes que podem ser utilizados
468para desenvolver aplicações TeX.
469
470# # programs #
471%package dvips
472Summary: DVI to PostScript converter
473Summary(de.UTF-8): dvi-Postscript-Konvertierungsprogramm
474Summary(es.UTF-8): Convertidor dvi para postscript
475Summary(fr.UTF-8): Convertisseur dvi vers PostScript
40664f43 476Summary(hu.UTF-8): DVI-ből PosctScript-be konvertáló
d08789e0
ZU
477Summary(pl.UTF-8): Konwerter plików DVI do PostScriptu
478Summary(pt_BR.UTF-8): Conversor dvi para postscript
479Summary(tr.UTF-8): dvi'dan postscript'e dönüştürücü
480Group: Applications/Publishing/TeX
481Requires(post,postun): %{_bindir}/texhash
482Requires: %{name} = %{epoch}:%{version}-%{release}
483
484%description dvips
485The program dvips takes a DVI file file[.dvi] produced by TeX (or by
486some other processor such as GFtoDVI) and converts it to PostScript,
487normally sending the result directly to the laserprinter.
488
489%description dvips -l de.UTF-8
490Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
491durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
492konvertiert diese in PostScript, wobei das Ergebnis in der Regel
493direkt an einen Laserdrucker gesandt wird.
494
495%description dvips -l es.UTF-8
496El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
497otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
498enviando el resultado directamente a la impresora láser.
499
500%description dvips -l fr.UTF-8
501Le programme dvips convertit les fichiers DVI en PostScript, en
502envoyant normalement le résultat directement sur une imprimante Laser.
503
40664f43
ZU
504%description dvips -l hu.UTF-8
505A dvips program egy TeX által készített DVI-fájlból PostScript
489714ae 506állományt készít, amelyet a legtöbb esetben közvetlenül a
40664f43
ZU
507lézernyomtatóra küldhetsz.
508
d08789e0
ZU
509%description dvips -l pl.UTF-8
510Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
511program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
512Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
513
514%description dvips -l pt_BR.UTF-8
515O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
516outro processador como o GFtoDVI) e o converte para PostScript,
517normalmente enviando o resultado diretamente para a impressora laser.
518
519%description dvips -l tr.UTF-8
520dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
521PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
522olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
523üretilmiş olabilir.
524
525%package dvilj
526Summary: DVI to PCL converter
527Summary(de.UTF-8): Ein dvi-->Laserjet-Konvertierer
528Summary(es.UTF-8): Convertidor dvi para laserjet
529Summary(fr.UTF-8): convertisseur dvi vers laserjet
6b25593c 530Summary(hu.UTF-8): DVI-ből PCL-be konvertáló
d08789e0
ZU
531Summary(pl.UTF-8): Konwerter plików DVI do języka PCL
532Summary(pt_BR.UTF-8): Conversor dvi para laserjet
533Summary(tr.UTF-8): dvi'dan laserjet'e dönüştürücü
534Group: Applications/Publishing/TeX
535Requires(post,postun): %{_bindir}/texhash
536Requires: %{name} = %{epoch}:%{version}-%{release}
537
538%description dvilj
539Dvilj and dvilj's siblings (included in this package) will convert TeX
540text formatting system output .dvi files to HP PCL (HP Printer Control
541Language) commands. Using dvilj, you can print TeX files to HP
542LaserJet+ and fully compatible printers. With dvilj2p, you can print
543to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
544can print to HP LaserJet4 and fully compatible printers.
545
546%description dvilj -l de.UTF-8
547Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
548Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
549LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
550kompatiblen Druckern.
551
552%description dvilj -l es.UTF-8
553Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
554HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
555impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
556dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
557
558%description dvilj -l fr.UTF-8
559dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
560(le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
561LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
562imprimantes totalement compatibles.
563
6b25593c
ZU
564%description dvilj -l hu.UTF-8
565Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
566Printer Control Language) parancsokká. A dvilj használatával TeX
567fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
568nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
569nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
570
d08789e0
ZU
571%description dvilj -l pl.UTF-8
572dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
573pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
574PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
575pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
576użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
577kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
578LaserJet4 i w pełni kompatybilnych.
579
580%description dvilj -l pt_BR.UTF-8
581Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
582HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
583impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
584dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
585
586%description dvilj -l tr.UTF-8
587TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
588denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
589LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
590uyumlularından yazıcı çıktısı alınabilir.
591
592%package makeindex
593Summary: A general purpose hierarchical index generator
6b25593c 594Summary(hu.UTF-8): Egy általános célú hierarchikus index generáló
d08789e0
ZU
595Summary(pl.UTF-8): Generator hierarchicznych indeksów ogólnego przeznaczenia
596Group: Applications/Publishing/TeX
597Requires(post,postun): %{_bindir}/texhash
598Requires: %{name} = %{epoch}:%{version}-%{release}
599Obsoletes: tetex-rumakeindex
600
601%description makeindex
602A general purpose hierarchical index generator; it accepts one or more
603input files (often produced by a text formatter such as TeX or troff),
604sorts the entries, and produces an output file which can be formatted.
605The formats of the input and output files are specified in a style
606file; by default, input is assumed to be an idx file, as generated by
607LaTeX.
608
6b25593c
ZU
609%description makeindex -l hu.UTF-8
610Egy általános célű hierarchikus index generáló; elfogad egy vagy több
611bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
612rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
613készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
614definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
615LaTeX generál.
616
d08789e0
ZU
617%description makeindex -l pl.UTF-8
618Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
619jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
620narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
621elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
622plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
623przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
624LaTeX.
625
626%package metafont
627Summary: MetaFont
6b25593c 628Summary(hu.UTF-8): MetaFont
d08789e0
ZU
629Summary(pl.UTF-8): Zestaw narzędzi MetaFont
630Group: Applications/Publishing/TeX
631Requires(post,postun): %{_bindir}/texhash
632Requires: %{name} = %{epoch}:%{version}-%{release}
633
634%description metafont
635MetaFont.
636
637%description metafont -l pl.UTF-8
638Zestaw narzędzi MetaFont.
639
640%package metapost
641Summary: MetaPost
6b25593c 642Summary(hu.UTF-8): MetaPost
d08789e0
ZU
643Summary(pl.UTF-8): Zestaw narzędzi MetaPost
644Group: Applications/Publishing/TeX
645Requires(post,postun): %{_bindir}/texhash
646Requires: %{name} = %{epoch}:%{version}-%{release}
647Obsoletes: tetex-matapost
648
649%description metapost
650MetaPost.
651
6b25593c
ZU
652%description metapost -l hu.UTF-8
653MetaPost.
654
d08789e0
ZU
655%description metapost -l pl.UTF-8
656Zestaw narzędzi MetaPost.
657
658%package mptopdf
659Summary: MetaPost to PDF converter
6b25593c 660Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
661Summary(pl.UTF-8): Konwerter MetaPost do PDF
662Group: Applications/Publishing/TeX
663Requires(post,postun): %{_bindir}/texhash
664Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
665
666%description mptopdf
667MetaPost to PDF converter.
668
6b25593c
ZU
669%description mptopdf -l hu.UTF-8
670MetaPost-ból PDF-be konvertáló.
671
d08789e0
ZU
672%description mptopdf -l pl.UTF-8
673Konwerter MetaPost do PDF.
674
675%package texdoctk
676Summary: Easy access to TeX documentation
677Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
678Group: Applications/Publishing/TeX
679Requires(post,postun): %{_bindir}/texhash
680Requires: %{name} = %{epoch}:%{version}-%{release}
681
682%description texdoctk
683A Perl/Tk-based GUI for easy access to package documentation for TeX
684on Unix platforms; the databases it uses are based on the texmf/doc
685subtrees of teTeX v.1.0.x, but database files for local configurations
686with modified/extended directories can be derived from them. Note that
687texdoctk is not a viewer itself, but an interface for finding
688documentation files and opening them with the appropriate viewer; so
689it relies on appropriate programs to be installed on the system.
690However, the choice of these programs can be configured by the
691sysadmin or user.
692
693%description texdoctk -l pl.UTF-8
694Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
695dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
696danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
697używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
698Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
699interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
700właściwej przeglądarce; tak więc wymaga on odpowiednich programów
701zainstalowanych w systemie. Wybór tych programów może być dokonany
702przez administratora lub użytkownika.
703
704%package -n texconfig
705Summary: TeX typesetting system configurator
706Summary(pl.UTF-8): Konfigurator systemu składu TeX
707Group: Applications/Publishing/TeX
708Requires: %{name} = %{epoch}:%{version}-%{release}
709Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
710Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
711Requires: xdvi = %{epoch}:%{version}-%{release}
712Obsoletes: tetex-texconfig
713
714%description -n texconfig
715TeX typesetting system configurator.
716
717%description -n texconfig -l pl.UTF-8
718Konfigurator systemu składu TeX.
719
720%package -n xdvi
721Summary: X11 previewer
722Summary(de.UTF-8): X11-Previewer
723Summary(es.UTF-8): Visualizador TeX X11
724Summary(fr.UTF-8): Prévisualisateur X11
725Summary(pl.UTF-8): Przeglądarka DVI dla X11
726Summary(pt_BR.UTF-8): Visualizador TeX X11
727Summary(tr.UTF-8): X11 öngörüntüleyici
728Group: Applications/Publishing/TeX
729Requires(post,postun): %{_bindir}/texhash
730Requires: %{name} = %{epoch}:%{version}-%{release}
731Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
732Suggests: %{name}-dvips
733Obsoletes: tetex-xdvi
734
735%description -n xdvi
736xdvi is a program which runs under the X window system. It is used to
737preview dvi files, such as are produced by tex and latex.
738
739%description -n xdvi -l de.UTF-8
740xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
741ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
742latex erzeugt wurden.
743
744%description -n xdvi -l es.UTF-8
745xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
746visualizar archivos dvi, como los producidos por tex y latex.
747
748%description -n xdvi -l fr.UTF-8
749xdvi est un programme s'exécutant sous le système X Window. Il sert à
750visualiser les fichiers dvi tels que ceux produits par tex et latex.
751
752%description -n xdvi -l pl.UTF-8
753Xdvi jest programem (działającym w X Window System) do przeglądania
754plików DVI, produkowanych przez TeXa i LaTeXa.
755
756%description -n xdvi -l pt_BR.UTF-8
757xdvi é um programa que roda no sistema X Window. É usado para
758visualizar arquivos dvi, como os produzidos por tex e latex.
759
624ed2f9
ZU
760%package -n xindy
761Summary: Xindy creates sorted and tagged index from raw index
762Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
763Group: Applications/Publishing/TeX
764
765%description -n xindy
766Xindy creates sorted and tagged index from raw index.
767
768%description -n xindy -l hu.UTF-8
769Xindy rendezett és cimkézett indexet készít nyers indexekből.
770
771%package -n xindy-albanian
772Summary: Xindy albanian language
773Summary(hu.UTF-8): Xindy albán nyelv
774Group: Applications/Publishing/TeX
775
776%description -n xindy-albanian
777Xindy albanian language
778
779%description -n xindy-albanian -l hu.UTF-8
780Xindy albán nyelv
781
782%package -n xindy-belarusian
783Summary: Xindy belarusian language
784Summary(hu.UTF-8): Xindy belorusz nyelv
785Group: Applications/Publishing/TeX
786
787%description -n xindy-belarusian
788Xindy belarusian language
789
790%description -n xindy-belarusian -l hu.UTF-8
791Xindy belorusz nyelv
792
793%package -n xindy-bulgarian
794Summary: Xindy bulgarian language
795Summary(hu.UTF-8): Xindy bolgár nyelv
796Group: Applications/Publishing/TeX
797
798%description -n xindy-bulgarian
799Xindy bulgarian language
800
801%description -n xindy-bulgarian -l hu.UTF-8
802Xindy bolgár nyelv
803
804%package -n xindy-croatian
805Summary: Xindy croatian language
806Summary(hu.UTF-8): Xindy horvát nyelv
807Group: Applications/Publishing/TeX
808
809%description -n xindy-croatian
810Xindy croatian language
811
812%description -n xindy-croatian -l hu.UTF-8
813Xindy horvát nyelv
814
815%package -n xindy-czech
816Summary: Xindy czech language
817Summary(hu.UTF-8): Xindy cseh nyelv
818Group: Applications/Publishing/TeX
819
820%description -n xindy-czech
821Xindy czech language
822
823%description -n xindy-czech -l hu.UTF-8
824Xindy cseh nyelv
825
826%package -n xindy-danish
827Summary: Xindy danish language
828Summary(hu.UTF-8): Xindy dán nyelv
829Group: Applications/Publishing/TeX
830
831%description -n xindy-danish
832Xindy danish language
833
834%description -n xindy-danish -l hu.UTF-8
835Xindy dán nyelv
836
837%package -n xindy-dutch
838Summary: Xindy dutch language
839Summary(hu.UTF-8): Xindy holland nyelv
840Group: Applications/Publishing/TeX
841
842%description -n xindy-dutch
843Xindy dutch language
844
845%description -n xindy-dutch -l hu.UTF-8
846Xindy holland nyelv
847
848%package -n xindy-english
849Summary: Xindy english language
850Summary(hu.UTF-8): Xindy angol nyelv
851Group: Applications/Publishing/TeX
852
853%description -n xindy-english
854Xindy english language
855
856%description -n xindy-english -l hu.UTF-8
857Xindy angol nyelv
858
859%package -n xindy-esperanto
860Summary: Xindy esperanto language
861Summary(hu.UTF-8): Xindy eszperantó nyelv
862Group: Applications/Publishing/TeX
863
864%description -n xindy-esperanto
865Xindy esperanto language
866
867%description -n xindy-esperanto -l hu.UTF-8
868Xindy eszperantó nyelv
869
870%package -n xindy-estonian
871Summary: Xindy estonian language
872Summary(hu.UTF-8): Xindy észt nyelv
873Group: Applications/Publishing/TeX
874
875%description -n xindy-estonian
876Xindy estonian language
877
878%description -n xindy-estonian -l hu.UTF-8
879Xindy észt nyelv
880
881%package -n xindy-finnish
882Summary: Xindy finnish language
883Summary(hu.UTF-8): Xindy finn nyelv
884Group: Applications/Publishing/TeX
885
886%description -n xindy-finnish
887Xindy finnish language
888
889%description -n xindy-finnish -l hu.UTF-8
890Xindy finn nyelv
891
892%package -n xindy-french
893Summary: Xindy french language
894Summary(hu.UTF-8): Xindy francia nyelv
895Group: Applications/Publishing/TeX
896
897%description -n xindy-french
898Xindy french language
899
900%description -n xindy-french -l hu.UTF-8
901Xindy francia nyelv
902
903%package -n xindy-general
904Summary: Xindy general language
905Summary(hu.UTF-8): Xindy általános nyelv
906Group: Applications/Publishing/TeX
907
908%description -n xindy-general
909Xindy general language
910
911%description -n xindy-general -l hu.UTF-8
912Xindy általános nyelv
913
914%package -n xindy-georgian
915Summary: Xindy georgian language
916Summary(hu.UTF-8): Xindy georgian nyelv
917Group: Applications/Publishing/TeX
918
919%description -n xindy-georgian
920Xindy georgian language
921
922%description -n xindy-georgian -l hu.UTF-8
923Xindy georgian nyelv
924
925%package -n xindy-german
926Summary: Xindy german language
927Summary(hu.UTF-8): Xindy német nyelv
928Group: Applications/Publishing/TeX
929
930%description -n xindy-german
931Xindy german language
932
933%description -n xindy-german -l hu.UTF-8
934Xindy német nyelv
935
936%package -n xindy-greek
937Summary: Xindy greek language
938Summary(hu.UTF-8): Xindy görög nyelv
939Group: Applications/Publishing/TeX
940
941%description -n xindy-greek
942Xindy greek language
943
944%description -n xindy-greek -l hu.UTF-8
945Xindy görög nyelv
946
947%package -n xindy-gypsy
948Summary: Xindy gypsy language
949Summary(hu.UTF-8): Xindy cigány nyelv
950Group: Applications/Publishing/TeX
951
952%description -n xindy-gypsy
953Xindy gypsy language
954
955%description -n xindy-gypsy -l hu.UTF-8
956Xindy cigány nyelv
957
958%package -n xindy-hausa
959Summary: Xindy hausa language
960Summary(hu.UTF-8): Xindy hausa nyelv
961Group: Applications/Publishing/TeX
962
963%description -n xindy-hausa
964Xindy hausa language
965
966%description -n xindy-hausa -l hu.UTF-8
967Xindy hausa nyelv
968
969%package -n xindy-hebrew
970Summary: Xindy hebrew language
971Summary(hu.UTF-8): Xindy héber nyelv
972Group: Applications/Publishing/TeX
973
974%description -n xindy-hebrew
975Xindy hebrew language
976
977%description -n xindy-hebrew -l hu.UTF-8
978Xindy héber nyelv
979
980%package -n xindy-hungarian
981Summary: Xindy hungarian language
982Summary(hu.UTF-8): Xindy magyar nyelv
983Group: Applications/Publishing/TeX
984
985%description -n xindy-hungarian
986Xindy hungarian language
987
988%description -n xindy-hungarian -l hu.UTF-8
989Xindy magyar nyelv
990
991%package -n xindy-icelandic
992Summary: Xindy icelandic language
993Summary(hu.UTF-8): Xindy izlandi nyelv
994Group: Applications/Publishing/TeX
995
996%description -n xindy-icelandic
997Xindy icelandic language
998
999%description -n xindy-icelandic -l hu.UTF-8
1000Xindy izlandi nyelv
1001
1002%package -n xindy-italian
1003Summary: Xindy italian language
1004Summary(hu.UTF-8): Xindy olasz nyelv
1005Group: Applications/Publishing/TeX
1006
1007%description -n xindy-italian
1008Xindy italian language
1009
1010%description -n xindy-italian -l hu.UTF-8
1011Xindy olasz nyelv
1012
1013%package -n xindy-klingon
1014Summary: Xindy klingon language
1015Summary(hu.UTF-8): Xindy klingon nyelv
1016Group: Applications/Publishing/TeX
1017
1018%description -n xindy-klingon
1019Xindy klingon language
1020
1021%description -n xindy-klingon -l hu.UTF-8
1022Xindy klingon nyelv
1023
1024%package -n xindy-kurdish
1025Summary: Xindy kurdish language
1026Summary(hu.UTF-8): Xindy kurd nyelv
1027Group: Applications/Publishing/TeX
1028
1029%description -n xindy-kurdish
1030Xindy kurdish language
1031
1032%description -n xindy-kurdish -l hu.UTF-8
1033Xindy kurd nyelv
1034
1035%package -n xindy-latin
1036Summary: Xindy latin language
1037Summary(hu.UTF-8): Xindy latin nyelv
1038Group: Applications/Publishing/TeX
1039
1040%description -n xindy-latin
1041Xindy latin language
1042
1043%description -n xindy-latin -l hu.UTF-8
1044Xindy latin nyelv
1045
1046%package -n xindy-latvian
1047Summary: Xindy latvian language
1048Summary(hu.UTF-8): Xindy lett nyelv
1049Group: Applications/Publishing/TeX
1050
1051%description -n xindy-latvian
1052Xindy latvian language
1053
1054%description -n xindy-latvian -l hu.UTF-8
1055Xindy lett nyelv
1056
1057%package -n xindy-lithuanian
1058Summary: Xindy lithuanian language
1059Summary(hu.UTF-8): Xindy litván nyelv
1060Group: Applications/Publishing/TeX
1061
1062%description -n xindy-lithuanian
1063Xindy lithuanian language
1064
1065%description -n xindy-lithuanian -l hu.UTF-8
1066Xindy litván nyelv
1067
1068%package -n xindy-lower-sorbian
1069Summary: Xindy lower-sorbian language
1070Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1071Group: Applications/Publishing/TeX
1072
1073%description -n xindy-lower-sorbian
1074Xindy lower-sorbian language
1075
1076%description -n xindy-lower-sorbian -l hu.UTF-8
1077Xindy lower-sorbian nyelv
1078
1079%package -n xindy-macedonian
1080Summary: Xindy macedonian language
1081Summary(hu.UTF-8): Xindy macedón nyelv
1082Group: Applications/Publishing/TeX
1083
1084%description -n xindy-macedonian
1085Xindy macedonian language
1086
1087%description -n xindy-macedonian -l hu.UTF-8
1088Xindy macedón nyelv
1089
1090%package -n xindy-mongolian
1091Summary: Xindy mongolian language
1092Summary(hu.UTF-8): Xindy mongol nyelv
1093Group: Applications/Publishing/TeX
1094
1095%description -n xindy-mongolian
1096Xindy mongolian language
1097
1098%description -n xindy-mongolian -l hu.UTF-8
1099Xindy mongol nyelv
1100
1101%package -n xindy-norwegian
1102Summary: Xindy norwegian language
1103Summary(hu.UTF-8): Xindy norvég nyelv
1104Group: Applications/Publishing/TeX
1105
1106%description -n xindy-norwegian
1107Xindy norwegian language
1108
1109%description -n xindy-norwegian -l hu.UTF-8
1110Xindy norvég nyelv
1111
1112%package -n xindy-polish
1113Summary: Xindy polish language
1114Summary(hu.UTF-8): Xindy lengyel nyelv
1115Group: Applications/Publishing/TeX
1116
1117%description -n xindy-polish
1118Xindy polish language
1119
1120%description -n xindy-polish -l hu.UTF-8
1121Xindy lengyel nyelv
1122
1123%package -n xindy-portuguese
1124Summary: Xindy portuguese language
1125Summary(hu.UTF-8): Xindy portugál nyelv
1126Group: Applications/Publishing/TeX
1127
1128%description -n xindy-portuguese
1129Xindy portuguese language
1130
1131%description -n xindy-portuguese -l hu.UTF-8
1132Xindy portugál nyelv
1133
1134%package -n xindy-romanian
1135Summary: Xindy romanian language
1136Summary(hu.UTF-8): Xindy román nyelv
1137Group: Applications/Publishing/TeX
1138
1139%description -n xindy-romanian
1140Xindy romanian language
1141
1142%description -n xindy-romanian -l hu.UTF-8
1143Xindy román nyelv
1144
1145%package -n xindy-russian
1146Summary: Xindy russian language
1147Summary(hu.UTF-8): Xindy orosz nyelv
1148Group: Applications/Publishing/TeX
1149
1150%description -n xindy-russian
1151Xindy russian language
1152
1153%description -n xindy-russian -l hu.UTF-8
1154Xindy orosz nyelv
1155
1156%package -n xindy-serbian
1157Summary: Xindy serbian language
1158Summary(hu.UTF-8): Xindy szerb nyelv
1159Group: Applications/Publishing/TeX
1160
1161%description -n xindy-serbian
1162Xindy serbian language
1163
1164%description -n xindy-serbian -l hu.UTF-8
1165Xindy szerb nyelv
1166
1167%package -n xindy-slovak
1168Summary: Xindy slovak language
1169Summary(hu.UTF-8): Xindy szlovák nyelv
1170Group: Applications/Publishing/TeX
1171
1172%description -n xindy-slovak
1173Xindy slovak language
1174
1175%description -n xindy-slovak -l hu.UTF-8
1176Xindy szlovák nyelv
1177
1178%package -n xindy-slovenian
1179Summary: Xindy slovenian language
1180Summary(hu.UTF-8): Xindy szlovén nyelv
1181Group: Applications/Publishing/TeX
1182
1183%description -n xindy-slovenian
1184Xindy slovenian language
1185
1186%description -n xindy-slovenian -l hu.UTF-8
1187Xindy szlovén nyelv
1188
1189%package -n xindy-spanish
1190Summary: Xindy spanish language
1191Summary(hu.UTF-8): Xindy spanyol nyelv
1192Group: Applications/Publishing/TeX
1193
1194%description -n xindy-spanish
1195Xindy spanish language
1196
1197%description -n xindy-spanish -l hu.UTF-8
1198Xindy spanyol nyelv
1199
1200%package -n xindy-swedish
1201Summary: Xindy swedish language
1202Summary(hu.UTF-8): Xindy svéd nyelv
1203Group: Applications/Publishing/TeX
1204
1205%description -n xindy-swedish
1206Xindy swedish language
1207
1208%description -n xindy-swedish -l hu.UTF-8
1209Xindy svéd nyelv
1210
1211%package -n xindy-turkish
1212Summary: Xindy turkish language
1213Summary(hu.UTF-8): Xindy török nyelv
1214Group: Applications/Publishing/TeX
1215
1216%description -n xindy-turkish
1217Xindy turkish language
1218
1219%description -n xindy-turkish -l hu.UTF-8
1220Xindy török nyelv
1221
1222%package -n xindy-ukrainian
1223Summary: Xindy ukrainian language
1224Summary(hu.UTF-8): Xindy ukrán nyelv
1225Group: Applications/Publishing/TeX
1226
1227%description -n xindy-ukrainian
1228Xindy ukrainian language
1229
1230%description -n xindy-ukrainian -l hu.UTF-8
1231Xindy ukrán nyelv
1232
1233%package -n xindy-upper-sorbian
1234Summary: Xindy upper-sorbian language
1235Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1236Group: Applications/Publishing/TeX
1237
1238%description -n xindy-upper-sorbian
1239Xindy upper-sorbian language
1240
1241%description -n xindy-upper-sorbian -l hu.UTF-8
1242Xindy upper-sorbian nyelv
1243
1244%package -n xindy-vietnamese
1245Summary: Xindy vietnamese language
04123363 1246Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1247Group: Applications/Publishing/TeX
1248
1249%description -n xindy-vietnamese
1250Xindy vietnamese language
1251
1252%description -n xindy-vietnamese -l hu.UTF-8
1253Xindy vietnám nyelv
1254
1255
d08789e0
ZU
1256%package pdftex
1257Summary: TeX generating PDF files instead DVI
04123363 1258Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1259Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1260Group: Applications/Publishing/TeX
60597425 1261Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1262Requires: %{name} = %{epoch}:%{version}-%{release}
1263Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1264
1265%description pdftex
1266TeX generating PDF files instead DVI.
1267
1268%description pdftex -l pl.UTF-8
1269TeX generujący pliki PDF zamiast DVI.
1270
faa40f44
ZU
1271%package psutils
1272Summary: PostScript Utilities
1273Summary(hu.UTF-8): PostScript eszközök
1274Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1275Group: Applications/Printing
8affbd2c 1276Obsoletes: psutils
faa40f44
ZU
1277
1278%description psutils
1279This archive contains some utilities for manipulating PostScript
1280documents. Page selection and rearrangement are supported, including
1281arrangement into signatures for booklet printing, and page merging for
1282n-up printing.
1283
1284%description psutils -l hu.UTF-8
1285Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1286dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1287beleértve a booklet nyomtatáshoz való átrendezést is.
1288
1289%description psutils -l pl.UTF-8
1290PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1291wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1292także na łączenie różnych plików PostScript w całość.
faa40f44 1293
04123363
ZU
1294%package phyzzx
1295Summary: A TeX format for physicists
1296Summary(hu.UTF-8): TeX formátum fizikusoknak
1297Group: Applications/Publishing/TeX
1298Requires(post,postun): %{_bindir}/texhash
1299Requires: %{name} = %{epoch}:%{version}-%{release}
1300
1301%description phyzzx
1302A TeX format for physicists.
1303
1304%description phyzzx -l hu.UTF-8
1305TeX formátum fizikusoknak.
1306
d08789e0
ZU
1307%package omega
1308Summary: Extended unicode TeX
1309Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1310Group: Applications/Publishing/TeX
1311Requires(post,postun): %{_bindir}/texhash
1312Requires: %{name} = %{epoch}:%{version}-%{release}
1313Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1314Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1315
1316%description omega
1317Omega is a version of the TeX program modified for multilingual
1318typesetting. It uses unicode, and has additional primitives for (among
1319other things) bidirectional typesetting.
1320
1321%description omega -l pl.UTF-8
1322Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1323Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1324tekstu pisanego w obu kierunkach.
1325
1326# # formats #
1327
1328# Plain format.
1329
1330%package plain
1331Summary: Plain TeX format basic files
1332Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1333Group: Applications/Publishing/TeX
60597425 1334Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1335Requires: %{name} = %{epoch}:%{version}-%{release}
1336
1337%description plain
1338Plain TeX format basic files.
1339
1340%description plain -l pl.UTF-8
1341Podstawowe pliki dla formatu Plain TeX.
1342
1343%package format-plain
1344Summary: TeX Plain format
1345Summary(pl.UTF-8): Format TeX Plain
1346Group: Applications/Publishing/TeX
1347Requires(post,postun): %{_bindir}/texhash
1348Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1349
1350%description format-plain
1351TeX Plain format.
1352
1353%description format-plain -l pl.UTF-8
1354Format TeX Plain.
1355
1356%package format-pdftex
1357Summary: PDFTeX Plain format
1358Summary(pl.UTF-8): Format PDFTeX Plain
1359Group: Applications/Publishing/TeX
1360Requires(post,postun): %{_bindir}/texhash
1361Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1362Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1363# for epstopdf to work
1364Requires: fonts-Type1-urw
1365Requires: ghostscript
1366
1367%description format-pdftex
1368PDFTeX Plain format.
1369
1370%description format-pdftex -l pl.UTF-8
1371Format PDFTeX Plain.
1372
1373%package format-pdfetex
1374Summary: PDFTeX EPlain format
1375Summary(pl.UTF-8): Format PDFTeX EPlain
1376Group: Applications/Publishing/TeX
1377Requires(post,postun): %{_bindir}/texhash
1378Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1379Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1380
1381%description format-pdfetex
1382PDFTeX EPlain format.
1383
1384%description format-pdfetex -l pl.UTF-8
1385Format PDFTeX EPlain.
1386
1387# MeX Plain format
1388
1389%package mex
1390Summary: MeX Plain Format basic files
1391Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1392Group: Applications/Publishing/TeX
1393Requires(post,postun): %{_bindir}/texhash
1394Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1395Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1396Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1397
1398%description mex
1399MeX Plain Format basic files.
1400
1401%description mex -l pl.UTF-8
1402Podstawowe pliki dla formatu MeX Plain.
1403
1404%package format-mex
1405Summary: MeX Plain Format
1406Summary(pl.UTF-8): Format MeX Plain
1407Group: Applications/Publishing/TeX
1408Requires(post,postun): %{_bindir}/texhash
f6a96d15 1409Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1410
1411%description format-mex
1412MeX Plain Format.
1413
1414%description format-mex -l pl.UTF-8
1415Format MeX Plain.
1416
1417%package format-pdfmex
1418Summary: PDFMeX Plain Format
1419Summary(pl.UTF-8): Format PDFMeX Plain
1420Group: Applications/Publishing/TeX
1421Requires(post,postun): %{_bindir}/texhash
1422Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1423Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1424
1425%description format-pdfmex
1426PDFMeX Plain Format.
1427
1428%description format-pdfmex -l pl.UTF-8
1429Format PDFMeX Plain.
1430
1431%package format-utf8mex
1432Summary: MeX Plain Format with UTF-8 encoded source files
1433Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1434Group: Applications/Publishing/TeX
1435Requires(post,postun): %{_bindir}/texhash
1436Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1437
1438%description format-utf8mex
1439MeX Plain Format with UTF-8 encoded source files.
1440
1441%description format-utf8mex -l pl.UTF-8
1442Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1443
1444# AMS TeX format
1445
1446%package amstex
1447Summary: AMS macros for Plain TeX basic files
1448Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1449Group: Applications/Publishing/TeX
1450Requires(post,postun): %{_bindir}/texhash
1451Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1452Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1453Obsoletes: tetex-ams
1454Obsoletes: tetex-plain-amsfonts
1455
1456%description amstex
1457American Mathematical Society macros for Plain TeX basic files.
1458
1459%description amstex -l pl.UTF-8
1460Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1461Plain TeX.
1462
1463%package format-amstex
1464Summary: AMS macros for Plain TeX
1465Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1466Group: Applications/Publishing/TeX
1467Requires(post,postun): %{_bindir}/texhash
1468Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1469Obsoletes: tetex-ams
1470
1471%description format-amstex
1472American Mathematical Society macros for Plain TeX.
1473
1474%description format-amstex -l pl.UTF-8
1475Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1476
1477%package format-pdfamstex
1478Summary: AMS macros for PDFTeX
1479Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1480Group: Applications/Publishing/TeX
1481Requires(post,postun): %{_bindir}/texhash
1482Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1483Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1484
1485%description format-pdfamstex
1486American Mathematical Society macros for PDFTeX.
1487
1488%description format-pdfamstex -l pl.UTF-8
1489Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1490
1491# CSPlain format
1492
1493%package csplain
1494Summary: TeX CSPlain format basic files
1495Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1496Group: Applications/Publishing/TeX
1497Requires(post,postun): %{_bindir}/texhash
1498Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1499Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1500
1501%description csplain
1502TeX CSPlain format basic files.
1503
1504%description csplain -l pl.UTF-8
1505Podstawowe pliki dla formatu TeX CSPlain.
1506
1507%package format-csplain
1508Summary: TeX CSPlain format
1509Summary(pl.UTF-8): Format TeX CSPlain
1510Group: Applications/Publishing/TeX
1511Requires(post,postun): %{_bindir}/texhash
1512Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1513
1514%description format-csplain
1515TeX CSPlain format.
1516
1517%description format-csplain -l pl.UTF-8
1518Format TeX CSPlain.
1519
1520%package format-pdfcsplain
1521Summary: PDFTeX CSPlain format
1522Summary(pl.UTF-8): Format PDFTeX CSPlain
1523Group: Applications/Publishing/TeX
1524Requires(post,postun): %{_bindir}/texhash
1525Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1526
1527%description format-pdfcsplain
1528PDFTeX CSPlain format.
1529
1530%description format-pdfcsplain -l pl.UTF-8
1531Format PDFTeX CSPlain.
1532
1533# CSLaTeX format
1534
1535%package cslatex
1536Summary: CSLaTeX format basic files
1537Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1538Group: Applications/Publishing/TeX
1539Requires(post,postun): %{_bindir}/texhash
1540Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1541Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1542
1543%description cslatex
1544CSLaTeX format basic files.
1545
1546%description cslatex -l pl.UTF-8
1547Podstawowe pliki dla formatu CSLaTeX.
1548
1549%package format-cslatex
1550Summary: CSLaTeX format
1551Summary(pl.UTF-8): Format CSLaTeX
1552Group: Applications/Publishing/TeX
1553Requires(post,postun): %{_bindir}/texhash
1554Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1555
1556%description format-cslatex
1557CSLaTeX format.
1558
1559%description format-cslatex -l pl.UTF-8
1560Format CSLaTeX.
1561
1562%package format-pdfcslatex
1563Summary: PDF CSLaTeX format
1564Summary(pl.UTF-8): Format PDF CSLaTeX
1565Group: Applications/Publishing/TeX
1566Requires(post,postun): %{_bindir}/texhash
1567Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1568
1569%description format-pdfcslatex
1570PDF CSLaTeX format.
1571
1572%description format-pdfcslatex -l pl.UTF-8
1573Format PDF CSLaTeX.
1574
1575# Cyrillic Plain format
1576
1577%package cyrplain
1578Summary: Cyrillic Plain format basic files
1579Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1580Group: Applications/Publishing/TeX
1581Requires(post,postun): %{_bindir}/texhash
1582Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1583
1584%description cyrplain
1585Cyrillic Plain format basic files.
1586
1587%description cyrplain -l pl.UTF-8
1588Podstawowe pliki dla formatu Cyrillic Plain.
1589
1590%package format-cyrplain
1591Summary: Cyrillic Plain format
1592Summary(pl.UTF-8): Format Cyrillic Plain
1593Group: Applications/Publishing/TeX
1594Requires(post,postun): %{_bindir}/texhash
1595Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1596
1597%description format-cyrplain
1598Cyrillic Plain format.
1599
1600%description format-cyrplain -l pl.UTF-8
1601Format Cyrillic Plain.
1602
1603%package format-cyramstex
1604Summary: Cyrillic AMSTeX format
1605Summary(pl.UTF-8): Format Cyrillic AMSTeX
1606Group: Applications/Publishing/TeX
1607Requires(post,postun): %{_bindir}/texhash
1608Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1609Obsoletes: tetex-cyramstex
1610
1611%description format-cyramstex
1612Cyrillic AMSTeX format.
1613
1614%description format-cyramstex -l pl.UTF-8
1615Format Cyrillic AMSTeX.
1616
1617%package format-cyrtexinfo
1618Summary: Cyrillic TeXInfo format
1619Summary(pl.UTF-8): Format Cyrillic TeXInfo
1620Group: Applications/Publishing/TeX
1621Requires(post,postun): %{_bindir}/texhash
1622Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1623Obsoletes: tetex-cyrtexinfo
1624
1625%description format-cyrtexinfo
1626Cyrillic TeXInfo format.
1627
1628%description format-cyrtexinfo -l pl.UTF-8
1629Format Cyrillic TeXInfo.
1630
1631# EPlain format
1632
1633%package eplain
1634Summary: EPlain format basic files
1635Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1636Group: Applications/Publishing/TeX
1637Requires(post,postun): %{_bindir}/texhash
1638Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1639Obsoletes: tetex-etex
1640
1641%description eplain
1642EPlain format basic files.
1643
1644%description eplain -l pl.UTF-8
1645Podstawowe pliki dla formatu EPlain.
1646
1647%package format-eplain
1648Summary: EPlain format
1649Summary(pl.UTF-8): Format EPlain
1650Group: Applications/Publishing/TeX
1651Requires(post,postun): %{_bindir}/texhash
1652Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1653
1654%description format-eplain
1655EPlain format.
1656
1657%description format-eplain -l pl.UTF-8
1658Format EPlain.
1659
1660# ConTeXt format.
1661
1662%package context
1663Summary: ConTeXt macro package basic files
1664Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1665Group: Applications/Publishing/TeX
1666Requires(post,postun): %{_bindir}/texhash
1667Requires: %{name} = %{epoch}:%{version}-%{release}
1668Obsoletes: tetex-latex-context
1669
1670%define _noautoreq 'perl(path_tre)'
1671
1672%description context
1673A full featured, parameter driven macro package, which fully supports
1674advanced interactive documents.
1675
1676This package contains basic files.
1677
1678%description context -l pl.UTF-8
1679Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1680całkowicie obsługujący zaawansowane dokumenty interaktywne.
1681
1682Ten pakiet zawiera podstawowe pliki.
1683
1684%package format-context-de
1685Summary: German ConTeXt format
1686Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1687Group: Applications/Publishing/TeX
1688Requires(post,postun): %{_bindir}/texhash
1689Requires: %{name}-context = %{epoch}:%{version}-%{release}
1690
1691%description format-context-de
1692German ConTeXt format.
1693
1694%description format-context-de -l pl.UTF-8
1695Niemiecka wersja formatu ConTeXt.
1696
1697%package format-context-en
1698Summary: English ConTeXt format
1699Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1700Group: Applications/Publishing/TeX
1701Requires(post,postun): %{_bindir}/texhash
1702Requires: %{name}-context = %{epoch}:%{version}-%{release}
1703
1704%description format-context-en
1705English ConTeXt format.
1706
1707%description format-context-en -l pl.UTF-8
1708Angielska wersja formatu ConTeXt.
1709
1710%package format-context-nl
1711Summary: Dutch ConTeXt format
1712Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1713Group: Applications/Publishing/TeX
1714Requires(post,postun): %{_bindir}/texhash
1715Requires: %{name}-context = %{epoch}:%{version}-%{release}
1716
1717%description format-context-nl
1718Dutch ConTeXt format.
1719
1720%description format-context-nl -l pl.UTF-8
1721Holenderska wersja formatu ConTeXt.
1722
1723# LaTeX format.
1724
1725%package latex
1726Summary: LaTeX macro package basic files
1727Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1728Group: Applications/Publishing/TeX
60597425 1729Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1730Requires: %{name} = %{epoch}:%{version}-%{release}
1731Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1732Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1733Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1734# for misc/eurosym:
1735Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1736Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1737Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
5ff30b02 1738Suggests: %{name}-fonts-jknappen
fb2a8613 1739Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1740Obsoletes: tetex-bibtex-koma-script
1741Obsoletes: tetex-latex-SIunits
1742Obsoletes: tetex-latex-caption
1743Obsoletes: tetex-latex-curves
1744Obsoletes: tetex-latex-dinbrief
1745Obsoletes: tetex-latex-draftcopy
1746Obsoletes: tetex-latex-dvilj
1747Obsoletes: tetex-latex-eepic
1748Obsoletes: tetex-latex-endfloat
1749Obsoletes: tetex-latex-fancyhdr
1750Obsoletes: tetex-latex-fancyheadings
1751Obsoletes: tetex-latex-fancyvrb
1752Obsoletes: tetex-latex-fp
1753Obsoletes: tetex-latex-graphics
1754Obsoletes: tetex-latex-hyperref
1755Obsoletes: tetex-latex-koma-script
1756Obsoletes: tetex-latex-labels
1757Obsoletes: tetex-latex-listings
1758Obsoletes: tetex-latex-misc
1759Obsoletes: tetex-latex-ms
1760Obsoletes: tetex-latex-multirow
1761Obsoletes: tetex-latex-mwcls
1762Obsoletes: tetex-latex-mwdtools
1763Obsoletes: tetex-latex-natbib
1764Obsoletes: tetex-latex-ntgclass
1765Obsoletes: tetex-latex-oberdiek
1766Obsoletes: tetex-latex-pb-diagram
1767Obsoletes: tetex-latex-pstriks
1768Obsoletes: tetex-latex-revtex4
1769Obsoletes: tetex-latex-seminar
1770Obsoletes: tetex-latex-t2
1771Obsoletes: tetex-latex-titlesec
1772Obsoletes: tetex-latex-tools
1773Obsoletes: tetex-latex-units
1774Obsoletes: tetex-mwcls
1775Obsoletes: tetex-revtex4
1776
1777%description latex
1778LaTeX is a front end for the TeX text formatting system. Easier to use
1779than TeX, LaTeX is essentially a set of TeX macros which provide
1780convenient, predefined document formats for users.
1781
1782This package contains basic files.
1783
1784%description latex -l pl.UTF-8
1785LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1786łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1787dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1788
1789Ten pakiet zawiera podstawowe pliki.
1790
6c82f497
ZU
1791%package latex-12many
1792Summary: Generalising mathematical index sets
1793Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1794Group: Applications/Publishing/TeX
6c82f497 1795Requires(post,postun): %{_bindir}/texhash
b4d68b39 1796Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1797
1798%description latex-12many
1799Generalising mathematical index sets.
1800
1801%description latex-12many -l hu.UTF-8
1802A matematikai halmazok indexelésének általánosítása.
1803
a8b381b0
ZU
1804%package latex-abstract
1805Summary: Control the typesetting of the abstract environment
1806Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1807Group: Applications/Publishing/TeX
fe66da27 1808Requires(post,postun): %{_bindir}/texhash
b4d68b39 1809Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1810
1811%description latex-abstract
1812Control the typesetting of the abstract environment.
1813
1814%description latex-abstract -l hu.UTF-8
1815Az "abstract" környezet szedésének irányítása.
1816
f1f5d194
ZU
1817%package latex-accfonts
1818Summary: Utilities to derive new fonts from existing ones
1819Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1820Group: Applications/Publishing/TeX
1821Requires(post,postun): %{_bindir}/texhash
1822
1823%description latex-accfonts
1824Utilities to derive new fonts from existing ones.
1825
1826%description latex-accfonts -l hu.UTF-8
1827Eszközök új betűtípusok származtatására már létezőkből.
1828
e88b5dcf
ZU
1829%package latex-adrconv
1830Summary: BibTeX styles to implement an address database
1831Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1832Group: Applications/Publishing/TeX
2fede27b 1833Requires(post,postun): %{_bindir}/texhash
78d53d8c 1834Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1835
1836%description latex-adrconv
1837BibTeX styles to implement an address database.
1838
1839%description latex-adrconv -l hu.UTF-8
1840BibTeX stílusok cím-adatbázis megvalósításához.
1841
1842
d08789e0
ZU
1843%package latex-ae
1844Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1845Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1846Group: Applications/Publishing/TeX
1847Requires(post,postun): %{_bindir}/texhash
1848Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1849Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1850
1851%description latex-ae
1852A set of virtual fonts which emulates T1 coded fonts using the
1853standard CM fonts. The package is called AE fonts (for Almost
1854European). The main use of the package is to produce PDF files using
1855versions of the CM fonts instead of the bitmapped EC fonts.
1856
1857%description latex-ae -l pl.UTF-8
1858Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1859standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1860- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1861 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1862 bitmapowych fontów EC.
1863
1864%package latex-algorithms
1865Summary: Floating algorithm environment
1866Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1867Group: Applications/Publishing/TeX
1868Requires(post,postun): /usr/bin/texhash
1869Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1870
1871%description latex-algorithms
1872Defines a floating algorithm environment designed to work with the
1873algorithmic package.
1874
1875%description latex-algorithms -l pl.UTF-8
1876Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1877do pracy z pakietem algorithmic.
1878
1879%package latex-ams
1880Summary: AMS math facilities for LaTeX
1881Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1882Group: Applications/Publishing/TeX
1883Requires(post,postun): %{_bindir}/texhash
1884Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1885Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1886Obsoletes: tetex-latex-amscls
1887Obsoletes: tetex-latex-amsfonts
1888Obsoletes: tetex-latex-amsmath
1889
1890%description latex-ams
1891This package is the principal package in the AMS-LaTeX distribution.
1892It adapts for use in LaTeX most of the mathematical features found in
1893AMS-TeX.
1894
1895%description latex-ams -l pl.UTF-8
1896To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
1897możliwości matematycznych AMS-TeXa do używania w LaTeXu.
1898
1899%package latex-antp
1900Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
1901Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
1902Group: Applications/Publishing/TeX
1903Requires(post,postun): %{_bindir}/texhash
1904Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
1905Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1906
1907%description latex-antp
1908A replica of Antykwa Poltawskiego font in PostScript Type 1 format
1909- -- preliminary version. This font was designed in the 'twenties and
1910 the 'thirties of XX century by a Polish graphic artist and a
1911 typographer Adam Poltawski. It was widely used by Polish printing
1912 houses as long as metal types were in use (until ca the 'sixties).
1913 Perhaps the first complete font family programmed and parametrized in
1914 METAPOST.
1915
1916%description latex-antp -l pl.UTF-8
1917Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
1918PostScript Type 1. Ten krój został opracowany w latach 30-tych i
191940-tych XX wieku przez polskiego grafika i typografa Adama
1920Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
1921używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
1922kompletna rodzina fontów zaprogramowana i zparametryzowana w
1923METAPOSCIE.
1924
1925%package latex-antt
1926Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
1927Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
1928Group: Applications/Publishing/TeX
1929Requires(post,postun): %{_bindir}/texhash
1930Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
1931Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1932
1933%description latex-antt
1934Antykwa Torunska is a serif font designed by the late Polish
1935typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
19361.
1937
1938%description latex-antt -l pl.UTF-8
1939Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
1940typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
1941postać cyfrową jako Type 1.
1942
e88b5dcf
ZU
1943%package latex-appendix
1944Summary: Extra control of appendices
1945Summary(hu.UTF-8): Az appendixek nagyobb irányítása
1946Group: Applications/Publishing/TeX
1947Requires(post,postun): %{_bindir}/texhash
78d53d8c 1948Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1949
1950%description latex-appendix
1951Extra control of appendices.
1952
1953%description latex-appendix -l hu.UTF-8
1954Az appendixek nagyobb irányítása.
1955
b4d68b39
ZU
1956%package latex-backgammon
1957Summary: LaTeX package to documenting backgammon games
1958Summary(hu.UTF-8): LaTeX csomag backgammon játékok dokumentálására
1959Group: Applications/Publishing/TeX
1960Requires(post,postun): %{_bindir}/texhash
1961Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1962
1963%description latex-backgammon
1964LaTeX package to documenting backgammon games.
1965
1966%description latex-backgammon -l hu.UTF-8
1967LaTeX csomag backgammon játékok dokumentálására
1968
d08789e0
ZU
1969%package latex-bbm
1970Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
1971Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
1972Group: Applications/Publishing/TeX
1973Requires(post,postun): %{_bindir}/texhash
1974Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
1975Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1976
1977%description latex-bbm
1978Blackboard variant fonts for Computer Modern, with LaTeX support.
1979
1980%description latex-bbm -l pl.UTF-8
1981Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
1982
6c82f497
ZU
1983%package latex-bardiag
1984Summary: LateX package for drawing bar diagrams
1985Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
1986Group: Applications/Publishing/TeX
1987Requires(post,postun): %{_bindir}/texhash
1988
1989%description latex-bardiag
1990LateX package for drawing bar diagrams.
1991
1992%description latex-bardiag -l hu.UTF-8
1993LaTeX csomag oszlopdiagramok rajzolására.
1994
d08789e0
ZU
1995%package latex-bbold
1996Summary: Sans serif blackboard bold for LaTeX
1997Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
1998Group: Applications/Publishing/TeX
1999Requires(post,postun): %{_bindir}/texhash
2000Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2001Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2002
2003%description latex-bbold
2004A geometric sans serif blackboard bold font, for use in mathematics.
2005
2006%description latex-bbold -l pl.UTF-8
2007Geometryczny tablicowy tłusty font sans serif, do używania w
2008matematyce.
2009
2010%package latex-bibtex
2011Summary: Bibliography management for LaTeX
2012Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2013Group: Applications/Publishing/TeX
2014Requires(post,postun): %{_bindir}/texhash
2015Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2016Obsoletes: tetex-bibtex
2017Obsoletes: tetex-natbib
2018Obsoletes: tetex-rubibtex
2019
2020%description latex-bibtex
2021Bibliography management for LaTeX.
2022
2023%description latex-bibtex -l pl.UTF-8
2024Zarządzanie bibliografią dla LaTeXa.
2025
b4d68b39
ZU
2026%package latex-beamer
2027Summary: A LaTeX class for producing presentations and slides
2028Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2029Group: Applications/Publishing/TeX
2030Requires(post,postun): %{_bindir}/texhash
2031Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2032
2033%description latex-beamer
2034A LaTeX class for producing presentations and slides.
2035
2036%description latex-beamer -l hu.UTF-8
2037LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2038
2fede27b
ZU
2039%package latex-bezos
2040Summary: Packages by Javier Bezos (additional math tools)
2041Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2042Group: Applications/Publishing/TeX
2043Requires(post,postun): %{_bindir}/texhash
78d53d8c 2044Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2045
2046%description latex-bezos
2047Packages by Javier Bezos (additional math tools).
2048
2049%description latex-bezos
2050Javier Bezos csomagjai (további matematikai eszközök).
2051
d08789e0
ZU
2052%package latex-bibtex-ams
2053Summary: BibTeX style files for American Mathematical Society publications
2054Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2055Group: Applications/Publishing/TeX
2056Requires(post,postun): %{_bindir}/texhash
2057Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2058Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2059Obsoletes: tetex-bibtex-ams
2060
2061%description latex-bibtex-ams
2062BibTeX style files for American Mathematical Society publications.
2063
2064%description latex-bibtex-ams -l pl.UTF-8
2065Pliki stylów BibTeXa do publikacji American Mathematical Society.
2066
2067%package latex-bibtex-dk
2068Summary: Danish variants of the standard BibTeX styles
2069Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2070Group: Applications/Publishing/TeX
2071Requires(post,postun): /usr/bin/texhash
2072Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2073
2074%description latex-bibtex-dk
2075Dk-bib is a translation of the four standard BibTeX style files
2076(abbrv, alpha, plain and unsrt) into Danish. The files have been
2077extended with ISBN, ISSN and URL fields which can be enabled through a
2078LaTeX style file.
2079
2080%description latex-bibtex-dk -l pl.UTF-8
2081Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2082(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2083rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2084stylu LaTeXa.
2085
2086%package latex-bibtex-nor
2087Summary: Norwegian variants of the standard BibTeX styles
2088Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2089Group: Applications/Publishing/TeX
2090Requires(post,postun): /usr/bin/texhash
2091Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2092
2093%description latex-bibtex-nor
2094Norwegian variants of the standard BibTeX styles.
2095
2096%description latex-bibtex-nor -l pl.UTF-8
2097Norweskie warianty standardowych stylów BibTeXa.
2098
2099%package latex-bibtex-pl
2100Summary: Polish bibliography management for LaTeX
2101Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2102Group: Applications/Publishing/TeX
2103Requires(post,postun): %{_bindir}/texhash
2104Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2105Obsoletes: tetex-bibtex-plbib
2106
2107%description latex-bibtex-pl
2108Polish bibliography management for LaTeX.
2109
2110%description latex-bibtex-pl -l pl.UTF-8
2111Polska wersja zarządzania bibliografią dla LaTeXa.
2112
2113%package latex-bibtex-german
2114Summary: German variants of standard BibTeX styles
2115Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2116Group: Applications/Publishing/TeX
2117Requires(post,postun): %{_bindir}/texhash
2118Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2119Obsoletes: tetex-bibtex-germbib
2120
2121%description latex-bibtex-german
2122German variants of standard BibTeX styles.
2123
2124%description latex-bibtex-german -l pl.UTF-8
2125Niemieckie wersje standardowych stylów BibTeXa.
2126
2127%package latex-bibtex-revtex4
2128Summary: BibTeX styles for REVTeX4
2129Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2130Group: Applications/Publishing/TeX
2131Requires(post,postun): %{_bindir}/texhash
2132Requires: %{name} = %{epoch}:%{version}-%{release}
2133Obsoletes: tetex-bibtex-revtex4
2134
2135%description latex-bibtex-revtex4
2136BibTeX styles for REVTeX4.
2137
2138%description latex-bibtex-revtex4 -l pl.UTF-8
2139Style BibTeXa dla REVTeX4.
2140
2141%package latex-bibtex-jurabib
2142Summary: Extended BibTeX citation support for the humanities and legal texts
2143Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2144Group: Applications/Publishing/TeX
2145Requires(post,postun): %{_bindir}/texhash
2146Requires: %{name} = %{epoch}:%{version}-%{release}
2147Obsoletes: tetex-bibtex-jurabib
2148
2149%description latex-bibtex-jurabib
2150Extended BibTeX citation support for the humanities and legal texts.
2151
2152%description latex-bibtex-jurabib -l pl.UTF-8
2153Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2154prawniczych.
2155
33b3b483
ZU
2156%package latex-bibtex-styles
2157Summary: Various BibTeX styles
2158Summary(hu.UTF-8): Vegyes BibTeX stílusok
2159Group: Applications/Publishing/TeX
2160Requires(post,postun): %{_bindir}/texhash
2161Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2162
2163%description latex-bibtex-styles
2164Various BibTeX styles.
2165
2166%description latex-bibtex-styles -l hu.UTF-8
2167Vegyes BibTeX stílusok.
2168
435dbdfa
ZU
2169%package latex-bibtex-vancouver
2170Summary: Bibliographic style file for Biomedical Journals
b5f33174 2171Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2172Group: Applications/Publishing/TeX
435dbdfa 2173Requires(post,postun): %{_bindir}/texhash
33b3b483 2174Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2175
b5f33174 2176%description latex-bibtex-vancouver
435dbdfa 2177Bibliographic style file for Biomedical Journals.
2fede27b 2178
b5f33174
ZU
2179%description latex-bibtex-vancouver -l hu.UTF-8
2180Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2181
2fede27b
ZU
2182%package latex-booktabs
2183Summary: Publication quality tables in LaTeX
2184Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2185Group: Applications/Publishing/TeX
2186Requires(post,postun): %{_bindir}/texhash
78d53d8c 2187Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2188
2189%description latex-booktabs
2190Publication quality tables in LaTeX.
2191
2192%description latex-booktabs -l hu.UTF-8
2193Nyomdai minőségű táblázatok LaTeX-ben.
2194
2195
2196%package latex-caption
2197Summary: Customising captions in floating environments
2198Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2199Group: Applications/Publishing/TeX
2200Requires(post,postun): %{_bindir}/texhash
78d53d8c 2201Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2202
2203%description latex-caption
2204Customising captions in floating environments.
2205
2206%description latex-caption -l hu.UTF-8
2207Feliratok testreszabása úszó környezetekben.
2208
d08789e0
ZU
2209%package latex-carlisle
2210Summary: Miscellaneous small packages by David Carlisle
2211Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2212Group: Applications/Publishing/TeX
2213Requires(post,postun): %{_bindir}/texhash
2214Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2215
2216%description latex-carlisle
2217Miscellaneous small packages by David Carlisle.
2218
2219%description latex-carlisle -l pl.UTF-8
2220Różne małe pakiety autorstwa Davida Carlisle.
2221
2222%package latex-ccfonts
2223Summary: Support for Concrete text and math fonts in LaTeX
2224Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2225Group: Applications/Publishing/TeX
2226Requires(post,postun): %{_bindir}/texhash
2227Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2228
2229%description latex-ccfonts
2230LaTeX font definition files for the Concrete fonts and a LaTeX package
2231for typesetting documents using Concrete as the default font family.
2232The files support OT1, T1, TS1, and Concrete math including AMS fonts
2233(Ulrik Vieth's concmath).
2234
2235%description latex-ccfonts -l pl.UTF-8
2236Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2237LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2238rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2239Concrete wraz z AMS (concmath Ulrika Vietha).
2240
2241%package latex-cite
2242Summary: Supports compressed, sorted lists of numerical citations
2243Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2244Group: Applications/Publishing/TeX
2245Requires(post,postun): %{_bindir}/texhash
2246Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2247
2248%description latex-cite
2249Supports compressed, sorted lists of numerical citations.
2250
2251%description latex-cite -l pl.UTF-8
2252Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2253
2254%package latex-cmbright
2255Summary: Support for CM Bright fonts in LaTeX
2256Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2257Group: Applications/Publishing/TeX
2258Requires(post,postun): %{_bindir}/texhash
2259Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2260Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2261
2262%description latex-cmbright
2263A family of sans serif fonts for TeX and LaTeX, based on Donald
2264Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2265various shapes as well as all the fonts necessary for mathematical
2266typesetting, incl. AMS symbols. This collection provides all the
2267necessary files for using the fonts with LaTeX.
2268
2269%description latex-cmbright -l pl.UTF-8
2270Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2271Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2272kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2273symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2274używania fontów w LaTeXu.
2275
2fede27b
ZU
2276%package latex-comment
2277Summary: Selectively include/excludes portions of text
2278Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2279Group: Applications/Publishing/TeX
2280Requires(post,postun): %{_bindir}/texhash
78d53d8c 2281Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2282
2283%description latex-comment
2284Selectively include/excludes portions of text.
2285
2286%description latex-comment -l hu.UTF-8
2287A szöveg részeinek beillesztése/kihagyása.
2288
d08789e0
ZU
2289%package latex-concmath
2290Summary: LaTeX package and font definition files to access the Concrete math fonts
2291Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2292Group: Applications/Publishing/TeX
2293Requires(post,postun): %{_bindir}/texhash
2294Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2295Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2296
2297%description latex-concmath
2298LaTeX package and font definition files to access the Concrete math
2299fonts, which were derived from Computer Modern math fonts using
2300parameters from Concrete Roman text fonts.
2301
2302%description latex-concmath -l pl.UTF-8
2303Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2304matematyczne Concrete wywodzące się z fontów matematycznych Computer
2305Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2306Roman.
2307
2fede27b
ZU
2308%package latex-currvita
2309Summary: Typeset a curriculum vitae
2310Summary(hu.UTF-8): Önéletrajzok írása
2311Group: Applications/Publishing/TeX
2312Requires(post,postun): %{_bindir}/texhash
78d53d8c 2313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2314
2315%description latex-currvita
2316Typeset a curriculum vitae.
2317
2318%description latex-currvita -l hu.UTF-8
2319Önéletrajzok írása.
2320
2321%package latex-curves
2322Summary: Curves for LaTeX picture environment
2323Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2324Group: Applications/Publishing/TeX
2325Requires(post,postun): %{_bindir}/texhash
78d53d8c 2326Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2327
2328%description latex-curves
2329Curves for LaTeX picture environment.
2330
2331%description latex-curves -l hu.UTF-8
2332Görbék LaTeX picture környezetébe.
2333
d08789e0
ZU
2334%package latex-custom-bib
2335Summary: Customized BibTeX styles for LaTeX
2336Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2337Group: Applications/Publishing/TeX
2338Requires(post,postun): %{_bindir}/texhash
2339Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2340
2341%description latex-custom-bib
2342Package generating customized BibTeX bibliography styles from a
2343generic file using docstrip. Includes support for the Harvard style.
2344
2345%description latex-custom-bib -l pl.UTF-8
2346Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2347pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2348
2349%package latex-cyrillic
2350Summary: LaTeX Cyrillic support
2351Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2352Group: Applications/Publishing/TeX
2353Requires(post,postun): %{_bindir}/texhash
2354Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2355
2356%description latex-cyrillic
2357LaTeX Cyrillic support.
2358
2359%description latex-cyrillic -l pl.UTF-8
2360Obsługa cyrylicy dla LaTeXa.
2361
b280f158
ZU
2362%package latex-dstroke
2363Summary: LaTeX doublestroke font
2364Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2365Group: Applications/Publishing/TeX
2366Requires(post,postun): %{_bindir}/texhash
2367Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2368Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2369
2370%description latex-dstroke
2371Doublestroke font for typesetting the mathematical symbols for the
2372natural numbers, whole numbers, rational numbers, real numbers and
2373complex numbers.
2374
2375%description latex-dstroke -l pl.UTF-8
2376Podwójnie kreślony font do składania symboli matematycznych liczb
2377naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2378
60597425
ZU
2379%package latex-enumitem
2380Summary: A package to customize the three basic lists
2381Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2382Group: Applications/Publishing/TeX
2383Requires(post,postun): %{_bindir}/texhash
78d53d8c 2384Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2385
2386%description latex-enumitem
2387A package to customize the three basic lists (enumerate, itemize and
2388description).
2389
2390%description latex-enumitem
2391Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2392(enumerate, itemize, description).
2393
2b453bda
ZU
2394%package latex-exam
2395Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2396Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2397Group: Applications/Publishing/TeX
fe66da27 2398Requires(post,postun): %{_bindir}/texhash
78d53d8c 2399Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2400
2401%description latex-exam
2402The exam document class attempts to make it easy for even a LaTeX
2403novice to prepare exams.
2404
2405%description latex-exam -l hu.UTF-8
2406Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2407feladatsorok készítése.
2408
f1f5d194
ZU
2409%package latex-gbrief
2410Summary: Letter document class
2411Summary(hu.UTF-8): Levél dokumentumosztály
2412Group: Applications/Publishing/TeX
2413Requires(post,postun): %{_bindir}/texhash
2414Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2415
2416%description latex-gbrief
2417Letter document class.
2418
2419%description latex-gbrief -l hu.UTF-8
2420Levél dokumentumosztály.
2421
2b453bda 2422
d08789e0
ZU
2423%package latex-jknappen
2424Summary: Miscellaneous packages by Joerg Knappen
2425Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2426Group: Applications/Publishing/TeX
2427Requires(post,postun): %{_bindir}/texhash
2428Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2429Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2430
2431%description latex-jknappen
2432Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2433Knappen, including sgmlcmpt.
2434
2435%description latex-jknappen -l pl.UTF-8
2436Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2437Knappena. Zawiera sgmlcmpt.
2438
d19eaaab
ZU
2439%package latex-keystroke
2440Summary: Graphical representation of keys on keyboard
2441Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2442Group: Applications/Publishing/TeX
2443Requires(post,postun): %{_bindir}/texhash
2444Requires: %{name}-latex
2445
2446%description latex-keystroke
2447Graphical representation of keys on keyboard.
2448
2449%description latex-keystroke -l hu.UTF-8
2450A billentyűk grafikus megjelenítése.
2451
2452
2453%package latex-labbook
2454Summary: Typeset laboratory journals
2455Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2456Group: Applications/Publishing/TeX
2457Requires(post,postun): %{_bindir}/texhash
2458Requires: %{name}-latex
2459
2460%description latex-labbook
2461Typeset laboratory journals.
2462
2463%description latex-labbook -l hu.UTF-8
2464Laborjegyzőkönyvek szedése.
2465
2466%package latex-lcd
2467Summary: Alphanumerical LCD-style displays
f65b3398 2468Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2469Group: Applications/Publishing/TeX
2470Requires(post,postun): %{_bindir}/texhash
2471Requires: %{name}-latex
2472
2473%description latex-lcd
2474Alphanumerical LCD-style displays.
2475
2476%description latex-lcd -l hu.UTF-8
f65b3398 2477Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2478
2479%package latex-leaflet
2480Summary: Create small handouts (flyers)
2481Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2482Group: Applications/Publishing/TeX
2483Requires(post,postun): %{_bindir}/texhash
2484Requires: %{name}-latex
2485
2486%description latex-leaflet
2487Create small handouts (flyers).
2488
2489%description latex-leaflet -l hu.UTF-8
2490Kis "kézikönyvek" készítése (brossúrák).
2491
f1f5d194
ZU
2492%package latex-leftidx
2493Summary: Left and right subscripts and superscripts in math mode
2494Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2495Group: Applications/Publishing/TeX
2496Requires(post,postun): %{_bindir}/texhash
2497Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2498
7b6c7caa
ZU
2499%description latex-leftidx
2500Left and right subscripts and superscripts in math mode.
2501
2502%description latex-leftidx -l hu.UTF-8
2503Bal és jobboldali alsó és felső indexek matematikai módban.
2504
d19eaaab
ZU
2505
2506%package latex-lewis
2507Summary: Draw Lewis structures (chemistry)
2508Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2509Group: Applications/Publishing/TeX
2510Requires(post,postun): %{_bindir}/texhash
2511Requires: %{name}-latex
2512
2513%description latex-lewis
2514Draw Lewis structures (chemistry).
2515
2516%description latex-lewis -l hu.UTF-8
2517Lewis struktúrák készítése (kémia).
2518
d08789e0
ZU
2519%package latex-lm
2520Summary: LaTeX styles for Latin Modern family fonts
2521Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2522Group: Applications/Publishing/TeX
2523Requires(post,postun): /usr/bin/texhash
2524Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2525Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2526
2527%description latex-lm
2528Latin Modern family of fonts, based on the Computer Modern fonts
2529released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2530lot of additional characters, mainly accented ones, but not only.
2531There is a one set of PostScript fonts and four sets of TeX Font
2532Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2533encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2534Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2535potential user knows what to do with all these files. The author is
2536Boguslaw Jackowski.
2537
2538%description latex-lm -l pl.UTF-8
2539Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2540przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2541Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2542Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2543Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2544QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2545(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2546(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2547tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2548
a8b381b0
ZU
2549%package latex-lastpage
2550Summary: Reference last page for "Page N of M" type footers
2551Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2552Group: Applications/Publishing/TeX
fe66da27 2553Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2554
2555%description latex-lastpage
2556Reference last page for Page N of M type footers.
2557
2558%description latex-lastpage -l hu.UTF-8
2559Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2560
d08789e0
ZU
2561%package latex-lineno
2562Summary: Line numbers on paragraphs
2563Summary(pl.UTF-8): Numery linii dla paragrafów
2564Group: Applications/Publishing/TeX
2565Requires(post,postun): /usr/bin/texhash
2566Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2567
2568%description latex-lineno
2569The LaTeX package lineno.sty provides line numbers on paragraphs.
2570After TeX has broken a paragraph into lines there will be line numbers
2571attached to them, with the possibility to make references through the
2572LaTeX \ref, \pageref cross reference mechanism.
2573
2574%description latex-lineno -l pl.UTF-8
2575Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2576paragrafu na linie przez TeXa do linii dołączane są ich numery z
2577możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2578\ref i \pageref.
2579
d19eaaab
ZU
2580
2581%package latex-mathexam
2582Summary: Package for typesetting exams
2583Summary(hu.UTF-8): Vizsgák szedése
2584Group: Applications/Publishing/TeX
2585Requires(post,postun): %{_bindir}/texhash
2586Requires: %{name}-latex
2587
2588%description latex-mathexam
2589Package for typesetting exams.
2590
2591%description latex-mathexam -l hu.UTF-8
2592Vizsgák szedése.
2593
d08789e0
ZU
2594%package latex-microtype
2595Summary: An interface to the micro-typographic extensions of pdfTeX
2596Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2597Group: Applications/Publishing/TeX
2598Requires(post,postun): /usr/bin/texhash
2599Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2600
2601%description latex-microtype
2602The `microtype' package provides a LaTeX interface to pdfTeX's
2603micro-typographic extensions: character protrusion and font expansion.
2604It allows to restrict character protrusion and/or font expansion to a
2605definable set of fonts, and to configure micro-typographic aspects of
2606the fonts in a straight-forward and flexible way. Settings for various
2607fonts are provided.
2608
2609%description latex-microtype -l pl.UTF-8
2610Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2611mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2612Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2613określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2614aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2615dla różnych fontów.
2616
8ed039e0
ZU
2617%package latex-musictex
2618Summary: Typesetting music with TeX
2619Summary(hu.UTF-8): Zenék szedése TeX-hel
2620Group: Applications/Publishing/TeX
2621Requires(post,postun): %{_bindir}/texhash
2622Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2623
2624%description latex-musictex
2625Typesetting music with TeX.
2626
2627%description latex-musictex -l hu.UTF-8
2628Zenék szedése TeX-hel.
2629
d08789e0
ZU
2630%package latex-lucidabr
2631Summary: Package to make Lucida Bright fonts usable with LaTeX
2632Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2633Group: Applications/Publishing/TeX
2634Requires(post,postun): %{_bindir}/texhash
2635Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2636
2637%description latex-lucidabr
2638Package to make Lucida Bright fonts usable with LaTeX.
2639
2640%description latex-lucidabr -l pl.UTF-8
2641Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2642
2643%package latex-marvosym
2644Summary: Styles for Martin Vogel's Symbol (marvosym) font
2645Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
2646Group: Applications/Publishing/TeX
2647Requires(post,postun): /usr/bin/texhash
2648Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2649Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2650
2651%description latex-marvosym
2652Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2653currency symbol as defined by the European commission; Euro currency
2654symbols in typefaces Times, Helvetica and Courier; Symbols for
2655structural engineering; Symbols for steel cross-sections; Astronomy
2656signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2657symbols; CE sign and others.
2658
2659%description latex-marvosym -l pl.UTF-8
2660Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2661waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2662krojach Times, Helvetica i Courier; symbole do inżynierii
2663strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2664(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2665CE i inne.
2666
2667%package latex-mathpple
2668Summary: Use PostScript Palatino for typesetting maths
2669Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2670Group: Applications/Publishing/TeX
2671Requires(post,postun): %{_bindir}/texhash
2672Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2673Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2674
2675%description latex-mathpple
2676The package defines the PostScript font family `Palatino' (ppl) as the
2677default roman font and then uses the `mathpple' fonts for typesetting
2678math. These virtual fonts have been created for typesetting math in a
2679style that suits the Palatino text fonts. The AMS fonts, when used
2680additionally, will be scaled to fit Palatino.
2681
2682%description latex-mathpple -l pl.UTF-8
2683Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2684domyślny font roman i używa fontów mathpple do składania wzorów
2685matematycznych. Te wirtualne fonty zostały stworzone do składania
2686wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2687Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2688pasować do Palatino.
2689
2690%package latex-mathtime
2691Summary: Mathtime fonts for LaTeX
2692Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
2693Group: Applications/Publishing/TeX
2694Requires(post,postun): %{_bindir}/texhash
2695Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2696
2697%description latex-mathtime
2698The Mathtime fonts have a number of characters remapped to positions
2699different from the ones normally used by the corresponding TeX
2700CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2701style files use the Times Roman font (often called something like:
2702ptmr or ptmr7t or ptmrq).
2703
2704%description latex-mathtime -l pl.UTF-8
2705Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2706różniące się od tych normalnie używanych w odpowiadających im TeXowych
2707fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2708używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2709ptmrq).
2710
2711%package latex-mflogo
2712Summary: LaTeX support for MetaFont and logo fonts
2713Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
2714Group: Applications/Publishing/TeX
2715Requires(post,postun): %{_bindir}/texhash
2716Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2717Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2718
2719%description latex-mflogo
2720LaTeX package and font definition file to access the Knuthian `logo'
2721fonts described in `The MetaFontbook' and the MetaFont and logos in
2722LaTeX documents.
2723
2724%description latex-mflogo -l pl.UTF-8
2725Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2726opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2727LaTeXa.
2728
2729%package latex-mfnfss
2730Summary: Font description files to use extra fonts like yinit and ygoth
2731Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2732Group: Applications/Publishing/TeX
2733Requires(post,postun): %{_bindir}/texhash
2734Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2735
2736%description latex-mfnfss
2737Font description files to use extra fonts like yinit and ygoth.
2738
2739%description latex-mfnfss -l pl.UTF-8
2740Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2741
2742%package latex-minitoc
2743Summary: Produce a table of contents for each chapter
2744Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
2745Group: Applications/Publishing/TeX
2746Requires(post,postun): %{_bindir}/texhash
2747Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2748
2749%description latex-minitoc
2750Produce a table of contents for each chapter.
2751
2752%description latex-minitoc -l pl.UTF-8
2753Tworzenie spisów treści dla każdego rozdziału.
2754
2755%package latex-mltex
2756Summary: Support for MLTeX
2757Summary(pl.UTF-8): Wsparcie dla MLTeXa
2758Group: Applications/Publishing/TeX
2759Requires(post,postun): %{_bindir}/texhash
2760Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2761
2762%description latex-mltex
2763Support for MLTeX, the multilingual TeX extension from Michael J.
2764Ferguson.
2765
2766%description latex-mltex -l pl.UTF-8
2767Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2768autorstwa Michaela J. Fergusona.
2769
d34bfb7f
ZU
2770%package latex-multienum
2771Summary: Multi-column enumerated lists
2772Summary(hu.UTF-8): Többoszlopos számozott listák
2773Group: Applications/Publishing/TeX
2774Requires(post,postun): %{_bindir}/texhash
2775Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2776
2777%description latex-multienum
2778Multi-column enumerated lists.
2779
2780%description latex-multienum -l hu.UTF-8
2781Többoszlopos számozott listák.
2782
f1f5d194
ZU
2783
2784%package latex-moreverb
2785Summary: Extended verbatim
2786Summary(hu.UTF-8): Kiterjesztett verbatim
2787Group: Applications/Publishing/TeX
2788Requires(post,postun): %{_bindir}/texhash
2789Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2790
2791%description latex-moreverb
2792Extended verbatim.
2793
2794%description latex-moreverb -l hu.UTF-8
2795Kiterjesztett verbatim.
2796
a8b381b0
ZU
2797%package latex-ntheorem
2798Summary: Enhanced theorem environment
2799Summary(hu.UTF-8): Bővített tétel környezet
2800Group: Applications/Publishing/TeX
fe66da27 2801Requires(post,postun): %{_bindir}/texhash
78d53d8c 2802Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
2803
2804%description latex-ntheorem
2805Enhanced theorem environment.
2806
2807%description latex-ntheorem -l hu.UTF-8
2808Bővített tétel környezet
2809
f65b3398
ZU
2810%package latex-other
2811Summary: Other LaTeX packages
2812Summary(hu.UTF-8): Néhány további LaTeX csomag
2813Group: Applications/Publishing/TeX
2814Requires(post,postun): %{_bindir}/texhash
2815Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2816
2817%description latex-other
2818Other LaTeX packages.
2819
2820%description latex-other -l hu.UTF-8
2821Néhány további LaTeX csomag.
2822
2823%package latex-other-doc
2824Summary: Other LaTeX packages documentation
2825Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
2826Group: Applications/Publishing/TeX
2827Requires(post,postun): %{_bindir}/texhash
2828Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2829
2830%description latex-other-doc
2831Other LaTeX packages documentation.
2832
2833%description latex-other-doc -l hu.UTF-8
2834Néhány további LaTeX csomag dokumentációja.
2835
d08789e0
ZU
2836%package latex-palatcm
2837Summary: Palatino + Computer Modern math fonts for LaTeX
2838Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2839Group: Applications/Publishing/TeX
2840Requires(post,postun): %{_bindir}/texhash
2841Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2842
2843%description latex-palatcm
2844Palatino + Computer Modern math fonts for LaTeX.
2845
2846%description latex-palatcm -l pl.UTF-8
2847Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2848
f65b3398
ZU
2849
2850%package latex-pdfslide
2851Summary: Presentation slides using pdftex
2852Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
2853Group: Applications/Publishing/TeX
2854Requires(post,postun): %{_bindir}/texhash
2855Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2856
2857%description latex-pdfslide
2858Presentation slides using pdftex.
2859
2860%description latex-pdfslide -l hu.UTF-8
2861Prezentáció készítése pdftex-hel.
2862
03d9d5fa
ZU
2863%package latex-pgf
2864Summary: The TeX Portable Graphic Format
2865Summary(hu.UTF-8): TeX Portable Graphic Formátum
2866Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
2867Group: Applications/Publishing/TeX
2868Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
2869Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2870Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 2871Obsoletes: tetex-pgf
03d9d5fa
ZU
2872
2873%description latex-pgf
2874A macro package for creating graphics directly in TeX and LaTeX.
2875
2876%description latex-pgf -l hu.UTF-8
2877Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
2878
2879%description latex-pgf -l pl.UTF-8
2880Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
2881
f65b3398
ZU
2882%package latex-polynom
2883Summary: Macros for manipulating polynomials
2884Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
2885Group: Applications/Publishing/TeX
2886Requires(post,postun): %{_bindir}/texhash
2887Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2888
2889%description latex-polynom
2890Macros for manipulating polynomials.
2891
2892%description latex-polynom -l hu.UTF-8
2893Makrók polinomokkal való műveletekre.
2894
2895%package latex-polynomial
2896Summary: Typeset (univariate) polynomials
2897Summary(hu.UTF-8): Egyváltozós polinomok szedése
2898Group: Applications/Publishing/TeX
2899Requires(post,postun): %{_bindir}/texhash
2900Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2901
2902%description latex-polynomial
2903Typeset (univariate) polynomials.
2904
2905%description latex-polynomial -l hu.UTF-8
2906Egyváltozós polinomok szedése.
2907
b7b4a109
ZU
2908%package latex-prosper
2909Summary: LaTeX class for high quality slides
2910Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
2911Group: Applications/Publishing/TeX
2912Requires(post,postun): %{_bindir}/texhash
2913Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2914
2915%description latex-prosper
2916LaTeX class for high quality slides.
2917
2918%description latex-prosper -l hu.UTF-8
2919LaTeX osztály jó minőségű fóliák készítéséhez.
2920
2921%package latex-pseudocode
2922Summary: LaTeX enviroment for specifying algorithms in a natural way
2923Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
2924Group: Applications/Publishing/TeX
2925Requires(post,postun): %{_bindir}/texhash
2926Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2927
2928%description latex-pseudocode
2929LaTeX enviroment for specifying algorithms in a natural way.
2930
2931%description latex-pseudocode -l hu.UTF-8
2932LaTeX környezet algoritmusok bevitelére.
2933
d08789e0
ZU
2934%package latex-psnfss
2935Summary: LaTeX font support for common PostScript fonts
2936Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
2937Group: Applications/Publishing/TeX
2938Requires(post,postun): %{_bindir}/texhash
2939Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2940Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2941Obsoletes: tetex-latex-mathptm
2942Obsoletes: tetex-latex-mathptmx
2943
2944%description latex-psnfss
2945LaTeX font definition files, macros and font metrics for common
2946PostScript fonts.
2947
2948%description latex-psnfss -l pl.UTF-8
2949LaTeXowe pliki definicji fontów, makra i metryki fontów dla
2950popularnych fontów postscriptowych.
2951
8efa6a9c
ZU
2952%package latex-pst-2dplot
2953Summary: A PSTricks package for drawing 2D curves
2954Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
2955Group: Applications/Publishing/TeX
2956Requires(post,postun): %{_bindir}/texhash
2957Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2958
2959%description latex-pst-2dplot
2960A PSTricks package for drawing 2D curves.
2961
2962%description latex-pst-2dplot -l hu.UTF-8
2963PSTricks csomag kétdimenziós görbék rajzolásához.
2964
2965%package latex-pst-3dplot
2966Summary: Draw 3d curves and graphs using PSTricks
2967Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
2968Group: Applications/Publishing/TeX
2969Requires(post,postun): %{_bindir}/texhash
2970Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2971
2972%description latex-pst-3dplot
2973Draw 3d curves and graphs using PSTricks.
2974
2975%description latex-pst-3dplot -l hu.UTF-8
29763D-s görbék és grafikonok PSTricks-szel.
2977
2978
2979%package latex-pst-bar
2980Summary: Produces bar charts using pstricks
2981Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
2982Group: Applications/Publishing/TeX
2983Requires(post,postun): %{_bindir}/texhash
2984Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2985
2986%description latex-pst-bar
2987Produces bar charts using pstricks.
2988
2989%description latex-pst-bar -l hu.UTF-8
2990Oszlopdiagramok pstricks-szel.
2991
2992%package latex-pst-circ
2993Summary: PSTricks package for drawing electric circuits
2994Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
2995Group: Applications/Publishing/TeX
2996Requires(post,postun): %{_bindir}/texhash
2997Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2998
2999%description latex-pst-circ
3000PSTricks package for drawing electric circuits.
3001
3002%description latex-pst-circ -l hu.UTF-8
3003PSTricks csomag elektromos áramkörök rajzolásához.
3004
3005%package latex-pst-diffraction
3006Summary: Print diffraction patterns from various apertures
3007Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3008Group: Applications/Publishing/TeX
3009Requires(post,postun): %{_bindir}/texhash
3010Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3011
3012%description latex-pst-diffraction
3013Print diffraction patterns from various apertures.
3014
3015%description latex-pst-diffraction -l hu.UTF-8
3016Diffrakciós képek különböző eszközökön.
3017
b7b4a109
ZU
3018%package latex-pst-eucl
3019Summary: Euclidian geometry with pstricks
3020Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3021Group: Applications/Publishing/TeX
3022Requires(post,postun): %{_bindir}/texhash
3023Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3024
3025%description latex-pst-eucl
3026Euclidian geometry with pstricks.
3027
3028%description latex-pst-eucl -l hu.UTF-8
3029Euklidészi geometria a pstricks használatával.
3030
8efa6a9c
ZU
3031
3032%package latex-pst-fun
3033Summary: Draw "funny" objects with PSTricks
3034Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3035Group: Applications/Publishing/TeX
3036Requires(post,postun): %{_bindir}/texhash
3037Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3038
3039%description latex-pst-fun
3040Draw "funny" objects with PSTricks.
3041
3042%description latex-pst-fun -l hu.UTF-8
3043"Vicces" rajzok PSTricks-szel
3044
3045%package latex-pst-func
3046Summary: PSTricks package for plotting mathematical functions
3047Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3048Group: Applications/Publishing/TeX
3049Requires(post,postun): %{_bindir}/texhash
3050Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3051
3052%description latex-pst-func
3053PSTricks package for plotting mathematical functions.
3054
3055%description latex-pst-eucl -l hu.UTF-8
3056PSTricks csomag matematikai függvények ábrázolásához.
3057
b7b4a109
ZU
3058%package latex-pst-fr3d
3059Summary: Draw 3-dimensional framed boxes using PSTricks
3060Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3061Group: Applications/Publishing/TeX
3062Requires(post,postun): %{_bindir}/texhash
3063Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3064
3065%description latex-pst-fr3d
3066Draw 3-dimensional framed boxes using PSTricks.
3067
3068%description latex-pst-fr3d -l hu.UTF-8
3069Háromdimenziós dobozok PSTricks segítségével.
3070
3071%package latex-pst-fractal
3072Summary: Draw fractal sets using PSTricks
3073Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3074Group: Applications/Publishing/TeX
3075Requires(post,postun): %{_bindir}/texhash
3076Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3077
3078%description latex-pst-fractal
3079Draw fractal sets using PSTricks.
3080
3081%description latex-pst-fractal -l hu.UTF-8
3082Fraktálok rajzolása PSTricks segítségével.
3083
8efa6a9c
ZU
3084%package latex-pst-infixplot
3085Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3086Summary(hu.UTF-8): Infix kifejezések ábrázolása
3087Group: Applications/Publishing/TeX
3088Requires(post,postun): %{_bindir}/texhash
3089Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3090
3091%description latex-pst-infixplot
3092Using pstricks plotting capacities with infix expressions rather than
3093RPN.
3094
3095%description latex-pst-infixplot -l hu.UTF-8
3096Infix kifejezések ábrázolása.
3097
3098%package latex-pst-math
3099Summary: Enhancement of PostScript math operators to use with pstricks
3100Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3101Group: Applications/Publishing/TeX
3102Requires(post,postun): %{_bindir}/texhash
3103Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3104
3105%description latex-pst-math
3106Enhancement of PostScript math operators to use with pstricks.
3107
3108%description latex-pst-math -l hu.UTF-8
3109PostScript matematikai operátorok bővítése pstricks-szel.
3110
3111%package latex-pst-ob3d
3112Summary: Three dimensional objects using PSTricks
3113Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3114Group: Applications/Publishing/TeX
3115Requires(post,postun): %{_bindir}/texhash
3116Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3117
3118%description latex-pst-ob3d
3119Three dimensional objects using PSTricks.
3120
3121%description latex-pst-ob3d -l hu.UTF-8
3122Háromdimenziós objektumok PSTricks-szel.
3123
3124%package latex-pst-optexp
3125Summary: Drawing optical experimental setups
3126Summary(hu.UTF-8): Optikai összeállítások rajzolása
3127Group: Applications/Publishing/TeX
3128Requires(post,postun): %{_bindir}/texhash
3129Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3130
3131%description latex-pst-optexp
3132Drawing optical experimental setups.
3133
3134%description latex-pst-optexp -l hu.UTF-8
3135Optikai összeállítások rajzolása.
3136
3137%package latex-pst-optic
3138Summary: Drawing optics diagrams
3139Summary(hu.UTF-8): Optikai ábrák rajzolása
3140Group: Applications/Publishing/TeX
3141Requires(post,postun): %{_bindir}/texhash
3142Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3143
3144%description latex-pst-optic
3145Drawing optics diagrams.
3146
3147%description latex-pst-optic -l hu.UTF-8
3148Optikai ábrák rajzolása.
3149
3150%package latex-pst-text
3151Summary: Text and character manipulation in PSTricks
3152Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3153Group: Applications/Publishing/TeX
3154Requires(post,postun): %{_bindir}/texhash
3155Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3156
3157%description latex-pst-text
3158Text and character manipulation in PSTricks.
3159
3160%description latex-pst-text -l hu.UTF-8
3161Szöveg és karakter manipulációk PSTricks-szel.
3162
1024ab0e
ZU
3163%package latex-pst-uncategorized
3164Summary: Other uncategorized PSTricks packages
3165Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3166Group: Applications/Publishing/TeX
3167Requires(post,postun): %{_bindir}/texhash
3168Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3169
3170%description latex-pst-uncategorized
3171Other uncategorized PSTricks packages.
3172
3173%description latex-pst-uncategorized -l hu.UTF-8
3174Néhány kategorizálatlan PSTricks csomag.
3175
d08789e0
ZU
3176%package latex-pxfonts
3177Summary: PX fonts LaTeX support
3178Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3179Group: Applications/Publishing/TeX
3180Requires(post,postun): %{_bindir}/texhash
3181Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3182Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3183
3184%description latex-pxfonts
3185PX fonts LaTeX support.
3186
3187%description latex-pxfonts -l pl.UTF-8
3188Obsługa fontów PX w LaTeXu.
3189
3190%package latex-qfonts
3191Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3192Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3193Group: Applications/Publishing/TeX
3194Requires(post,postun): %{_bindir}/texhash
3195Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3196Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3197
3198%description latex-qfonts
3199A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3200QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3201QuasiTimes (regular, italic, bold and bold italic), based on URW++
3202fonts distributed with Ghostscript. The fonts are encoded according to
3203QX layout which facilitates multilingual and technical typesetting
3204using TeX, preserving usability in Windows applications.
3205
3206%description latex-qfonts -l pl.UTF-8
3207Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3208QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3209QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3210fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3211zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3212TeXu, zachowując przydatność dla aplikacji windowsowych.
3213
6c82f497
ZU
3214%package latex-SIstyle
3215Summary: Package to typeset SI units, numbers and angles
3216Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3217Group: Applications/Publishing/TeX
6c82f497 3218Requires(post,postun): /usr/bin/texhash
b4d68b39 3219Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3220
3221%description latex-SIstyle
3222Package to typeset SI units, numbers and angles.
3223
3224%description latex-SIstyle -l hu.UTF-8
3225Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3226
3227%package latex-SIunits
3228Summary: The SIunits package can be used to standardise the use of units in your writings
3229Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3230Group: Applications/Publishing/TeX
fe66da27 3231Requires(post,postun): /usr/bin/texhash
78d53d8c 3232Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3233
3234%description latex-SIunits
2b453bda
ZU
3235The SIunits package can be used to standardise the use of units in
3236your writings.
3127b522
ZU
3237
3238%description latex-SIunits -l hu.UTF-8
3239Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3240
f65b3398
ZU
3241%package latex-siunitx
3242Summary: A comprehensive (SI) units package
3243Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3244Group: Applications/Publishing/TeX
3245Requires(post,postun): /usr/bin/texhash
3246Requires: %{name}-latex
3247
3248%description latex-siunitx
3249A comprehensive (SI) units package.
3250
3251%description latex-siunitx -l hu.UTF-8
3252Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3253
6c82f497
ZU
3254%package latex-Tabbing
3255Summary: Tabbing with accented letters
3256Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3257Group: Applications/Publishing/TeX
3258Requires(post,postun): /usr/bin/texhash
3259
3260%description latex-Tabbing
3261Tabbing with accented letters.
3262
3263%description latex-Tabbing -l hu.UTF-8
3264Tabbing környezet ékezetes betűk használatával.
3127b522 3265
d08789e0
ZU
3266%package latex-urwvn
3267Summary: URWVN fonts
3268Summary(pl.UTF-8): Fonty URWVN
3269Group: Applications/Publishing/TeX
3270Requires(post,postun): /usr/bin/texhash
3271Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3272Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3273
3274%description latex-urwvn
3275URWVN fonts.
3276
3277%description latex-urwvn -l pl.UTF-8
3278Fonty URWVN.
3279
3280%package latex-txfonts
3281Summary: TX fonts LaTeX support
3282Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3283Group: Applications/Publishing/TeX
3284Requires(post,postun): %{_bindir}/texhash
3285Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3286Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3287
3288%description latex-txfonts
3289TX fonts LaTeX support.
3290
3291%description latex-txfonts -l pl.UTF-8
3292Obsługa fontów TX w LaTeXu.
3293
7ea3a98b
ZU
3294%package latex-ucs
3295Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3296Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3297Group: Applications/Publishing/TeX
7ea3a98b 3298Requires(post,postun): %{_bindir}/texhash
78d53d8c 3299Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3300
3301%description latex-ucs
d34bfb7f
ZU
3302This package contains support for using UTF-8 as input encoding in
3303LaTeX documents.
7ea3a98b
ZU
3304
3305%description latex-ucs -l hu.UTF-8
3306Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3307
d08789e0
ZU
3308%package latex-umlaute
3309Summary: An interface to inputenc for using alternate input encodings
3310Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3311Group: Applications/Publishing/TeX
3312Requires(post,postun): %{_bindir}/texhash
3313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3314
3315%description latex-umlaute
3316An interface to inputenc for using alternate input encodings.
3317
3318%description latex-umlaute -l pl.UTF-8
3319Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3320
3321%package latex-wasysym
3322Summary: Extra characters from the Waldis symbol fonts
3323Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3324Group: Applications/Publishing/TeX
3325Requires(post,postun): %{_bindir}/texhash
3326Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3327Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3328
3329%description latex-wasysym
3330Makes some additional characters available that come from the wasy
3331fonts (Waldis symbol fonts). These fonts are not automatically
3332included in NFSS2/LaTeX2e since they take up important space and often
3333aren't necessary if one makes use of the packages amsfonts or amssymb.
3334Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3335apple, ocircle invneg, logof, varint, male, female, phone, clock,
3336lightning, pointer, sun, bell, permil, smiley, various electrical
3337symbols, shapes, music notes, circles, signs, astronomy, etc.
3338
3339%description latex-wasysym -l pl.UTF-8
3340Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3341(Waldis symbol). Te fonty nie są automatycznie dołączane w
3342NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3343jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3344m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3345ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3346pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3347kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3348
03d9d5fa
ZU
3349%package latex-xcolor
3350Summary: Allows for access to color tints, shades, tones etc
3351Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3352Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3353Group: Applications/Publishing/TeX
3354Obsoletes: tetex-latex-xcolor
3355
3356%description
3357`xcolor' provides easy driver-independent access to several kinds of
3358color tints, shades, tones, and mixes of arbitrary colors. It allows
3359to select a document-wide target color model and offers tools for
3360automatic color schemes, conversion between eight color models, and
3361alternating table row colors.
3362
3363%description latex-xcolor -l hu.UTF-8
3364`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3365színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3366keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3367modell kiválasztásához és a színmodellek közötti konverzióra.
3368
3369%description latex-xcolor -l pl.UTF-8
3370`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3371wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3372na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3373schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3374naprzemiennych kolorów w tabelach.
3375
d08789e0
ZU
3376%package format-latex
3377Summary: LaTeX macro package
3378Summary(pl.UTF-8): Pakiet makr LaTeX
3379Group: Applications/Publishing/TeX
3380Requires(post,postun): %{_bindir}/texhash
3381Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3382Obsoletes: hugelatex
3383
3384%description format-latex
3385LaTeX is a front end for the TeX text formatting system. Easier to use
3386than TeX, LaTeX is essentially a set of TeX macros which provide
3387convenient, predefined document formats for users.
3388
3389This package contains LaTeX format.
3390
3391%description format-latex -l pl.UTF-8
3392LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3393łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3394dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3395
3396Ten pakiet zawiera format LaTeX.
3397
3398%package format-pdflatex
3399Summary: PDF LaTeX macro package
3400Summary(pl.UTF-8): Pakiet makr PDF LaTeX
3401Group: Applications/Publishing/TeX
3402Requires(post,postun): %{_bindir}/texhash
3403Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3404Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3405Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3406Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
3407Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3408
3409%description format-pdflatex
3410LaTeX is a front end for the TeX text formatting system. Easier to use
3411than TeX, LaTeX is essentially a set of TeX macros which provide
3412convenient, predefined document formats for users.
3413
3414This package contains PDF LaTeX format.
3415
3416%description format-pdflatex -l pl.UTF-8
3417LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3418łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3419dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3420
3421Ten pakiet zawiera format PDF LaTeX.
3422
3423# PLaTeX format
3424
3425%package platex
3426Summary: PLaTeX format basic files
3427Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
3428Group: Applications/Publishing/TeX
3429Requires(post,postun): %{_bindir}/texhash
3430Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3431Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3432
3433%description platex
3434PLaTeX format basic files.
3435
3436%description platex -l pl.UTF-8
3437Podstawowe pliki dla formatu PLaTeX.
3438
3439%package format-platex
3440Summary: PLaTeX format
3441Summary(pl.UTF-8): Format PLaTeX
3442Group: Applications/Publishing/TeX
3443Requires(post,postun): %{_bindir}/texhash
3444Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3445
3446%description format-platex
3447PLaTeX format.
3448
3449%description format-platex -l pl.UTF-8
3450Format PLaTeX.
3451
3452%package format-pdfplatex
3453Summary: PDF PLaTeX format
3454Summary(pl.UTF-8): Format PDF PLaTeX
3455Group: Applications/Publishing/TeX
3456Requires(post,postun): %{_bindir}/texhash
3457Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3458Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3459Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3460
3461%description format-pdfplatex
3462PDF PLaTeX format.
3463
3464%description format-pdfplatex -l pl.UTF-8
3465Format PDF PLaTeX.
3466
3467# # TeX generic macros #
3468
3469%package tex-babel
3470Summary: Multilingual support for TeX
3471Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
3472Group: Applications/Publishing/TeX
3473Requires(post,postun): %{_bindir}/texhash
3474Requires: %{name} = %{epoch}:%{version}-%{release}
3475
3476%description tex-babel
3477Multilingual support for TeX.
3478
3479%description tex-babel -l pl.UTF-8
3480Obsługa wielu języków dla TeXa.
3481
3482%package tex-german
3483Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
3484Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3485Group: Applications/Publishing/TeX
3486Requires(post,postun): %{_bindir}/texhash
3487Requires: %{name} = %{epoch}:%{version}-%{release}
3488
3489%description tex-german
3490Supports the new German orthography (neue deutsche Rechtschreibung).
3491
3492%description tex-german -l pl.UTF-8
3493Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3494
3495%package tex-mfpic
3496Summary: Macros which generate Metafont or Metapost for drawing pictures
3497Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
3498Group: Applications/Publishing/TeX
3499Requires(post,postun): %{_bindir}/texhash
3500Requires: %{name} = %{epoch}:%{version}-%{release}
3501
3502%description tex-mfpic
3503Macros which generate Metafont or Metapost for drawing pictures.
3504
3505%description tex-mfpic -l pl.UTF-8
3506Makra generujące Metafont lub Metapost do rysowania obrazków.
3507
3508%package tex-misc
3509Summary: Miscellaneous TeX macros
3510Summary(pl.UTF-8): Różne makra TeXowe
3511Group: Applications/Publishing/TeX
3512Requires(post,postun): %{_bindir}/texhash
3513Requires: %{name} = %{epoch}:%{version}-%{release}
3514Obsoletes: tetex-tex-eijkhout
3515
3516%description tex-misc
3517Miscellaneous TeX macros.
3518
3519%description tex-misc -l pl.UTF-8
3520Różne makra TeXowe.
3521
3522%package tex-pictex
3523Summary: Picture drawing macros for TeX and LaTeX
3524Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
3525Group: Applications/Publishing/TeX
3526Requires(post,postun): %{_bindir}/texhash
3527Requires: %{name} = %{epoch}:%{version}-%{release}
3528
3529%description tex-pictex
3530Picture drawing macros for TeX and LaTeX.
3531
3532%description tex-pictex -l pl.UTF-8
3533Makra do rysowania obrazków dla TeXa i LaTeXa.
3534
3535%package tex-pstricks
3536Summary: PostScript macros for TeX
3537Summary(pl.UTF-8): Makra postscriptowe dla TeXa
3538Group: Applications/Publishing/TeX
3539Requires(post,postun): %{_bindir}/texhash
3540Requires: %{name} = %{epoch}:%{version}-%{release}
3541
3542%description tex-pstricks
3543An extensive collection of PostScript macros that is compatible with
3544most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3545AMS-LaTeX. Included are macros for color, graphics, pie charts,
3546rotation, trees and overlays. It has many special features, including:
3547a wide variety of graphics (picture drawing) macros, with a flexible
3548interface and with color support. There are macros for coloring or
3549shading the cells of tables.
3550
3551%description tex-pstricks -l pl.UTF-8
3552Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3553makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3554makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3555nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3556rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3557makra do kolorowania lub cieniowania komórek tabel.
3558
3559%package tex-qpx
3560Summary: QuasiPalatino and PX fonts typesetting support
3561Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
3562Group: Applications/Publishing/TeX
3563Requires(post,postun): %{_bindir}/texhash
3564Requires: %{name} = %{epoch}:%{version}-%{release}
3565Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3566
3567%description tex-qpx
3568QuasiPalatino and PX fonts typesetting support.
3569
3570%description tex-qpx -l pl.UTF-8
3571Wsparcie dla składu fontami QuasiPalatino i PX.
3572
31bd2c4a 3573%package tex-qpxqtx
d08789e0
ZU
3574Summary: QuasiTimes and TX fonts typesetting support
3575Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
3576Group: Applications/Publishing/TeX
3577Requires(post,postun): %{_bindir}/texhash
3578Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 3579Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 3580
31bd2c4a 3581%description tex-qpxqtx
d08789e0
ZU
3582QuasiTimes and TX fonts typesetting support.
3583
31bd2c4a 3584%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
3585Wsparcie dla składu fontami QuasiTimes i TX.
3586
3587%package tex-ruhyphen
3588Summary: Russian hyphenation
3589Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
3590Group: Applications/Publishing/TeX
3591Requires(post,postun): %{_bindir}/texhash
3592Requires: %{name} = %{epoch}:%{version}-%{release}
3593
3594%description tex-ruhyphen
3595A collection of Russian hyphenation patterns supporting a number of
3596Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3597LCY, LWN (OT2), and koi8-r.
3598
3599%description tex-ruhyphen -l pl.UTF-8
3600Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3601kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3602Cyrillic), LCY, LWN (OT2) i koi8-r.
3603
3604%package tex-spanish
3605Summary: Various TeX related files for typesetting documents written in Spanish
3606Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3607Group: Applications/Publishing/TeX
3608Requires(post,postun): %{_bindir}/texhash
3609Requires: %{name} = %{epoch}:%{version}-%{release}
3610Obsoletes: tetex-tex-spanishb
3611
3612%description tex-spanish
3613Various TeX related files for typesetting documents written in
3614Spanish, including hyphenation and dictionaries.
3615
3616%description tex-spanish -l pl.UTF-8
3617Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3618hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3619
3620%package tex-texdraw
3621Summary: Graphical macros, using embedded PostScript
3622Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
3623Group: Applications/Publishing/TeX
3624Requires(post,postun): %{_bindir}/texhash
3625Requires: %{name} = %{epoch}:%{version}-%{release}
3626
3627%description tex-texdraw
3628Graphical macros, using embedded PostScript.
3629
3630%description tex-texdraw -l pl.UTF-8
3631Makra graficzne używające osadzanego PostScriptu.
3632
3633%package tex-thumbpdf
3634Summary: Thumbnails for PDFTeX and dvips/ps2pdf
3635Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
3636Group: Applications/Publishing/TeX
3637Requires(post,postun): %{_bindir}/texhash
3638Requires: %{name} = %{epoch}:%{version}-%{release}
3639
3640%description tex-thumbpdf
3641Provides support, using Perl, for thumbnails in pdfTeX and
3642dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3643represented in a TeX readable file that is read by the package
3644thumbpdf.sty to automatically include the thumbnails. Works with both
3645plain TeX and LaTeX.
3646
3647%description tex-thumbpdf -l pl.UTF-8
3648Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3649użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3650TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3651ikonki. Działa z formatami plain TeX i LaTeX.
3652
3653%package tex-ukrhyph
3654Summary: Ukranian hyphenation
3655Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
3656Group: Applications/Publishing/TeX
3657Requires(post,postun): %{_bindir}/texhash
3658Requires: %{name} = %{epoch}:%{version}-%{release}
3659
3660%description tex-ukrhyph
3661This package allows the use of different hyphenation patterns for the
3662Ukrainian language for various Cyrillic font encodings. Contains
3663packages implementing traditional rules, modern rules, and combined
3664English-Ukrainian hyphenation.
3665
3666%description tex-ukrhyph -l pl.UTF-8
3667Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3668dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3669Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3670łączonych angielsko-ukraińskich.
3671
3672%package latex-vietnam
3673Summary: Vietnamese language support
3674Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
3675Group: Applications/Publishing/TeX
3676Requires(post,postun): %{_bindir}/texhash
3677Requires: %{name} = %{epoch}:%{version}-%{release}
3678Obsoletes: tetex-tex-vietnam
3679
3680%description latex-vietnam
3681Vietnamese language support.
3682
3683%description latex-vietnam -l pl.UTF-8
3684Wsparcie dla języka wietnamskiego.
3685
3686%package tex-xypic
3687Summary: Package for typesetting a variety of graphs and diagrams with TeX
3688Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
3689Group: Applications/Publishing/TeX
3690Requires(post,postun): %{_bindir}/texhash
3691Requires: %{name} = %{epoch}:%{version}-%{release}
3692Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3693
3694%description tex-xypic
3695A package for typesetting a variety of graphs and diagrams with TeX.
3696Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3697and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3698`supported package'.
3699
3700%description tex-xypic -l pl.UTF-8
3701Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3702z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3703w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3704
3705%package tex-xkeyval
3706Summary: Extension to keyval package
3707Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
3708Group: Applications/Publishing/TeX
3709Requires(post,postun): /usr/bin/texhash
3710Requires: %{name} = %{epoch}:%{version}-%{release}
3711
3712%description tex-xkeyval
3713Extension to keyval package.
3714
3715%description tex-xkeyval -l pl.UTF-8
3716Rozszerzenie do pakietu keyval.
3717
3718%package dirs-fonts
3719Summary: TeX font directories
3720Summary(pl.UTF-8): Katalogi fontów TeXa
3721Group: Fonts
5ff30b02 3722Obsoletes: tetex-dirs-fonts
d08789e0
ZU
3723
3724%description dirs-fonts
3725TeX font directories.
3726
3727%description dirs-fonts -l pl.UTF-8
3728Katalogi fontów TeXa.
3729
3730# # Fonts packages #
3731
3732%package fonts-adobe
3733Summary: Adobe fonts
3734Summary(pl.UTF-8): Fonty Adobe
3735Group: Fonts
78d53d8c 3736Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3737
3738%description fonts-adobe
3739Adobe fonts.
3740
3741%description fonts-adobe -l pl.UTF-8
3742Fonty Adobe.
3743
3744%package fonts-ae
3745Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
3746Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3747Group: Fonts
78d53d8c 3748Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3749
3750%description fonts-ae
3751Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3752
3753%description fonts-ae -l pl.UTF-8
3754Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3755
3756%package fonts-ams
3757Summary: AMS fonts
3758Summary(pl.UTF-8): Fonty AMS
3759Group: Fonts
78d53d8c 3760Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3761
3762%description fonts-ams
3763AMS fonts.
3764
3765%description fonts-ams -l pl.UTF-8
3766Fonty AMS.
3767
3768%package fonts-antp
3769Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3770Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3771Group: Fonts
78d53d8c 3772Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3773
3774%description fonts-antp
3775Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3776
3777%description fonts-antp -l pl.UTF-8
3778Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3779Type 1.
3780
3781%package fonts-antt
3782Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
3783Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3784Group: Fonts
78d53d8c 3785Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3786
3787%description fonts-antt
3788Antykwa Torunska, a Type 1 family of a Polish traditional type.
3789
3790%description fonts-antt -l pl.UTF-8
3791Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3792
5bc70a92
MB
3793%package fonts-arphic
3794Summary: Arphic fonts
3795Group: Fonts
3796Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3797
3798%description fonts-arphic
3799Arphic fonts.
3800
d08789e0
ZU
3801%package fonts-bbm
3802Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
3803Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3804Group: Fonts
78d53d8c 3805Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3806
3807%description fonts-bbm
3808Blackboard variant fonts for Computer Modern, with LaTeX support.
3809
3810%description fonts-bbm -l pl.UTF-8
3811Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3812
3813%package fonts-bbold
3814Summary: Sans serif blackboard bold for LaTeX
3815Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
3816Group: Fonts
78d53d8c 3817Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3818
3819%description fonts-bbold
3820Sans serif blackboard bold for LaTeX.
3821
3822%description fonts-bbold -l pl.UTF-8
3823Tablicowy tłusty font sans serif dla LaTeXa.
3824
b280f158
ZU
3825%package fonts-bh
3826Summary: Bold & Heavy Fonts
3827Summary(pl.UTF-8): Fonty Bold i Heavy
3828Group: Fonts
78d53d8c 3829Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 3830
b280f158
ZU
3831%description fonts-bh
3832Bold & Heavy Fonts.
d08789e0 3833
b280f158
ZU
3834%description fonts-bh -l pl.UTF-8
3835Fonty Bold i Heavy.
d08789e0
ZU
3836
3837%package fonts-bitstream
3838Summary: Bitstream fonts
3839Summary(pl.UTF-8): Fonty Bitstream
3840Group: Fonts
78d53d8c 3841Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3842Obsoletes: tetex-fonts-bitstrea
3843
3844%description fonts-bitstream
3845Bitstream fonts.
3846
3847%description fonts-bitstream -l pl.UTF-8
3848Fonty Bitstream.
3849
3850%package fonts-cbgreek
3851Summary: Complete set of Greek fonts
3852Summary(pl.UTF-8): Pełny zestaw fontów greckich
3853Group: Fonts
78d53d8c 3854Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3855
3856%description fonts-cbgreek
3857Complete set of Greek fonts.
3858
3859%description fonts-cbgreek -l pl.UTF-8
3860Pełny zestaw fontów greckich.
3861
3862%package fonts-cc-pl
3863Summary: Polish version of Computer Concrete fonts
3864Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
3865Group: Fonts
78d53d8c 3866Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3867
3868%description fonts-cc-pl
3869Polish version of Computer Concrete fonts.
3870
3871%description fonts-cc-pl -l pl.UTF-8
3872Polska wersja fontów Computer Concrete.
3873
3874%package fonts-cg
3875Summary: Compugraphic fonts
3876Summary(pl.UTF-8): Fonty Compugraphic
3877Group: Fonts
78d53d8c 3878Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3879
3880%description fonts-cg
3881Compugraphic fonts.
3882
3883%description fonts-cg -l pl.UTF-8
3884Fonty Compugraphic.
3885
3886%package fonts-cm
3887Summary: Computer Modern fonts
3888Summary(pl.UTF-8): Fonty Computer Modern
3889Group: Fonts
78d53d8c 3890Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3891
3892%description fonts-cm
3893Computer Modern fonts.
3894
3895%description fonts-cm -l pl.UTF-8
3896Fonty Computer Modern.
3897
3898%package fonts-cmbright
3899Summary: CM Bright fonts
3900Summary(pl.UTF-8): Fonty CM Bright
3901Group: Fonts
78d53d8c 3902Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3903
3904%description fonts-cmbright
3905CM Bright fonts.
3906
3907%description fonts-cmbright -l pl.UTF-8
3908Fonty CM Bright.
3909
5d7e11d7
ZU
3910%package fonts-cmsuper
3911Summary: CM Super fonts
3912Summary(hu.UTF-8): CM Super betűtípus
3913Group: Fonts
3914Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3915
830ca960 3916%description fonts-cmsuper
5d7e11d7
ZU
3917CM Super fonts.
3918
830ca960 3919%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
3920CM Super betűtípus
3921
3922
d08789e0
ZU
3923%package fonts-cmcyr
3924Summary: Computer Modern fonts extended with Russian letters
3925Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
3926Group: Fonts
78d53d8c 3927Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3928
3929%description fonts-cmcyr
3930Computer Modern fonts extended with Russian letters.
3931
3932%description fonts-cmcyr -l pl.UTF-8
3933Fonty Computer Modern rozszerzone o litery rosyjskie.
3934
3935%package fonts-cmextra
3936Summary: Extra Computer Modern fonts, from the American Mathematical Society
3937Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
3938Group: Fonts
78d53d8c 3939Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3940
3941%description fonts-cmextra
3942Extra Computer Modern fonts, from the American Mathematical Society.
3943
3944%description fonts-cmextra -l pl.UTF-8
3945Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
3946
3947%package fonts-concmath
3948Summary: Concrete Math fonts
3949Summary(pl.UTF-8): Fonty matematyczne Concrete Math
3950Group: Fonts
78d53d8c 3951Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3952
3953%description fonts-concmath
3954Concrete Math fonts.
3955
3956%description fonts-concmath -l pl.UTF-8
3957Fonty matematyczne Concrete Math.
3958
3959%package fonts-concrete
3960Summary: Concrete Roman fonts
3961Summary(pl.UTF-8): Fonty Concrete Roman
3962Group: Fonts
78d53d8c 3963Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3964
3965%description fonts-concrete
3966Concrete Roman fonts, designed by Donald E. Knuth, originally for use
3967with Euler math fonts.
3968
3969%description fonts-concrete -l pl.UTF-8
3970Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
3971przeznaczone do używania z fontami matematycznymi Euler.
3972
3973%package fonts-cs
3974Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
3975Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
3976Group: Fonts
78d53d8c 3977Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3978
3979%description fonts-cs
3980Czech/Slovak-tuned MetaFont Computer Modern fonts.
3981
3982%description fonts-cs -l pl.UTF-8
3983Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
3984czeskiego i słowackiego.
3985
4a09ae1a
ZU
3986%package fonts-dstroke
3987Summary: Doublestroke font for typesetting the mathematical symbols
3988Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
3989Group: Fonts
78d53d8c 3990Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
3991
3992%description fonts-dstroke
3993Doublestroke font for typesetting the mathematical symbols.
3994
3995%description fonts-dstroke -l pl.UTF-8
3996Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
3997
3998%package fonts-ecc
3999Summary: Sources for the European Concrete fonts
4000Summary(pl.UTF-8): Źródła dla fontów European Concrete
4001Group: Fonts
78d53d8c 4002Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4003
4004%description fonts-ecc
4005The MetaFont sources and tfm files of the European Concrete Fonts.
4006This is the EC implementation of Knuth's Concrete fonts, including
4007also the corresponding text companion fonts.
4008
4009%description fonts-ecc -l pl.UTF-8
4010Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4011implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4012tekstowymi fontami towarzyszącymi.
4013
4014%package fonts-eurosym
4015Summary: The new European currency symbol for the Euro
4016Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4017Group: Fonts
78d53d8c 4018Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4019
4020%description fonts-eurosym
4021The new European currency symbol for the Euro implemented in Metafont,
4022using the official European Commission dimensions, and providing
4023several shapes (normal, slanted, bold, outline).
4024
4025%description fonts-eurosym -l pl.UTF-8
4026Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4027z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4028różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4029
4030%package fonts-eulervm
4031Summary: The Virtual Euler Math fonts
4032Summary(pl.UTF-8): Fonty Virtual Euler Math
4033Group: Fonts
78d53d8c 4034Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4035
4036%description fonts-eulervm
4037Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4038approach has several advantages over immediately using the _real_
4039Euler fonts: Most noticeably, less TeX resources are consumed, the
4040quality of various math symbols is improved, and a usable \hslash
4041symbol can be provided.
4042
4043%description fonts-eulervm -l pl.UTF-8
4044Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4045fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4046używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4047jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4048matematycznych i może być dostępny używalny symbol \hslash.
4049
4050%package fonts-euxm
4051Summary: Fonts similar to EUSM but with two more characters
4052Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4053Group: Fonts
78d53d8c 4054Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4055
4056%description fonts-euxm
4057Fonts like EUSM but with two more characters needed for Concrete Math
4058included in TeXLive distribution in fonts3.
4059
4060%description fonts-euxm -l pl.UTF-8
4061Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4062dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4063
4064%package fonts-gothic
4065Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4066Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4067Group: Fonts
78d53d8c 4068Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4069
4070%description fonts-gothic
4071Gothic and ornamental initial fonts by Yannis Haralambous.
4072
4073%description fonts-gothic -l pl.UTF-8
4074Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4075
4076%package fonts-hoekwater
4077Summary: Converted mflogo font
4078Summary(pl.UTF-8): Przekonwertowany font mflogo
4079Group: Fonts
78d53d8c 4080Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4081
4082%description fonts-hoekwater
4083Fonts originally created in MetaFont, transformed to PostScript by
4084Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4085xipa.
4086
4087%description fonts-hoekwater -l pl.UTF-8
4088Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4089PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4090stmaryrd, wasy, wasy2, xipa.
4091
4092%package fonts-jknappen
4093Summary: Miscellaneous packages by Joerg Knappen
4094Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4095Group: Fonts
78d53d8c 4096Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4097
4098%description fonts-jknappen
4099Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4100Knappen, including sgmlcmpt.
4101
4102%description fonts-jknappen -l pl.UTF-8
4103Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4104Knappena. Zawiera sgmlcmpt.
4105
4106%package fonts-latex
4107Summary: Basic LaTeX fonts
4108Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4109Group: Fonts
78d53d8c 4110Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4111
4112%description fonts-latex
4113Basic LaTeX fonts.
4114
4115%description fonts-latex -l pl.UTF-8
4116Podstawowe fonty dla LaTeXa.
4117
4118%package fonts-lh
4119Summary: Olga Lapko's LH fonts
4120Summary(pl.UTF-8): Fonty LH Olgi Lapko
4121Group: Fonts
78d53d8c 4122Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4123
4124%description fonts-lh
4125The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4126
4127%description fonts-lh -l pl.UTF-8
4128Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4129
4130%package fonts-lm
4131Summary: Latin Modern family fonts
4132Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4133Group: Applications/Publishing/TeX
78d53d8c 4134Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4135
4136%description fonts-lm
4137Latin Modern family of fonts, based on the Computer Modern fonts
4138released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4139lot of additional characters, mainly accented ones, but not only.
4140There is a one set of PostScript fonts and four sets of TeX Font
4141Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4142encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4143Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4144potential user knows what to do with all these files. The author is
4145Boguslaw Jackowski.
4146
4147%description fonts-lm -l pl.UTF-8
4148Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4149przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4150Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4151Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4152Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4153QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4154(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4155(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4156tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4157
4158%package fonts-marvosym
4159Summary: Martin Vogel's Symbol (marvosym) font
4160Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4161Group: Fonts
78d53d8c 4162Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4163
4164%description fonts-marvosym
4165Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4166currency symbol as defined by the European commission; Euro currency
4167symbols in typefaces Times, Helvetica and Courier; Symbols for
4168structural engineering; Symbols for steel cross-sections; Astronomy
4169signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4170symbols; CE sign and others.
4171
4172%description fonts-marvosym -l pl.UTF-8
4173Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4174waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4175dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4176strukturalnej; symbole dla przekroi poprzecznych; symbole
4177astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4178krawieckie; znak CE i inne.
4179
4180%package fonts-mflogo
4181Summary: Logo fonts
4182Summary(pl.UTF-8): Fonty logo
4183Group: Fonts
78d53d8c 4184Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4185
4186%description fonts-mflogo
4187Logo fonts.
4188
4189%description fonts-mflogo -l pl.UTF-8
4190Fonty logo.
4191
4192%package fonts-misc
4193Summary: Miscellaneous fonts
4194Summary(pl.UTF-8): Różne fonty
4195Group: Fonts
78d53d8c 4196Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4197
4198%description fonts-misc
4199Miscellaneous fonts.
4200
4201%description fonts-misc -l pl.UTF-8
4202Fonty różne.
4203
4204%package fonts-monotype
4205Summary: Monotype fonts
4206Summary(pl.UTF-8): Fonty Monotype
4207Group: Fonts
78d53d8c 4208Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4209
4210%description fonts-monotype
4211Monotype fonts.
4212
4213%description fonts-monotype -l pl.UTF-8
4214Fonty Monotype.
4215
4216%package fonts-omega
4217Summary: Fonts for Omega - extended unicode TeX
4218Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4219Group: Fonts
78d53d8c 4220Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4221
4222%description fonts-omega
4223Fonts for Omega - extended unicode TeX.
4224
4225%description fonts-omega -l pl.UTF-8
4226Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4227
f1ba8563
ZU
4228
4229%package fonts-other
4230Summary: Other fonts
4231Summary(hu.UTF-8): További betűtípusok
4232Group: Fonts
4233Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4234
4235%description fonts-other
4236Other fonts.
4237
4238%description fonts-omega -l hu.UTF-8
4239További betűtípusok.
4240
d08789e0
ZU
4241%package fonts-pazo
4242Summary: Pazo fonts
4243Summary(pl.UTF-8): Fonty Pazo
4244Group: Fonts
78d53d8c 4245Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4246
4247%description fonts-pazo
4248Pazo fonts.
4249
4250%description fonts-pazo -l pl.UTF-8
4251Fonty Pazo.
4252
4253%package fonts-pl
4254Summary: Polish fonts
4255Summary(pl.UTF-8): Polskie fonty
4256Group: Fonts
78d53d8c 4257Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4258
4259%description fonts-pl
4260Polish fonts.
4261
4262%description fonts-pl -l pl.UTF-8
4263Polskie fonty.
4264
4265%package fonts-px
4266Summary: PX fonts
4267Summary(pl.UTF-8): Fonty PX
4268Group: Fonts
78d53d8c 4269Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4270
4271%description fonts-px
4272PX fonts.
4273
4274%description fonts-px -l pl.UTF-8
4275Fonty PX.
4276
4277%package fonts-qfonts
4278Summary: Quasi fonts
4279Summary(pl.UTF-8): Fonty Quasi
4280Group: Fonts
78d53d8c 4281Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4282
4283%description fonts-qfonts
4284Quasi fonts.
4285
4286%description fonts-qfonts -l pl.UTF-8
4287Fonty Quasi.
4288
4289%package fonts-qpx
4290Summary: Additional fonts for QPX package
4291Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4292Group: Fonts
78d53d8c 4293Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4294Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4295Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4296
4297%description fonts-qpx
4298Additional fonts for QPX package.
4299
4300%description fonts-qpx -l pl.UTF-8
4301Dodatkowe fonty dla pakietu QPX.
4302
31bd2c4a 4303%package fonts-qpxqtx
d08789e0
ZU
4304Summary: Additional fonts for QTX package
4305Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4306Group: Fonts
78d53d8c 4307Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4308# I hope qpxqtx doesn't need qfonts
4309# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4310Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4311
31bd2c4a 4312%description fonts-qpxqtx
d08789e0
ZU
4313Additional fonts for QTX package.
4314
31bd2c4a 4315%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
4316Dodatkowe fonty dla pakietu QTX.
4317
4318%package fonts-rsfs
4319Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
4320Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4321Group: Fonts
78d53d8c 4322Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4323
4324%description fonts-rsfs
4325Fonts of uppercase script letters for use as symbols in scientific and
4326mathematical typesetting, in contrast to the informal script fonts
4327such as that used for the `calligraphic' symbols in the TeX math
4328symbol font.
4329
4330%description fonts-rsfs -l pl.UTF-8
4331Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4332dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4333fontów pisanych takich jak używane do symboli "kaligraficznych" w
4334matematycznym foncie TeXowym symbol.
4335
4336%package fonts-stmaryrd
4337Summary: St Mary Road symbols for functional programming
4338Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
4339Group: Fonts
78d53d8c 4340Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4341
4342%description fonts-stmaryrd
4343St Mary Road symbols for functional programming.
4344
4345%description fonts-stmaryrd -l pl.UTF-8
4346Symbole St Mary Road do programowania funkcyjnego.
4347
4348%package fonts-tx
4349Summary: TX fonts
4350Summary(pl.UTF-8): Fonty TX
4351Group: Fonts
78d53d8c 4352Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4353
4354%description fonts-tx
4355TX fonts.
4356
4357%description fonts-tx -l pl.UTF-8
4358Fonty TX.
4359
5bc70a92
MB
4360%package fonts-uhc
4361Summary: UHC fonts
4362Group: Fonts
4363Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4364
4365%description fonts-uhc
4366UHC fonts.
4367
d08789e0
ZU
4368%package fonts-urw
4369Summary: URW fonts
4370Summary(pl.UTF-8): Fonty URW
4371Group: Fonts
78d53d8c 4372Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4373
4374%description fonts-urw
4375URW fonts.
4376
4377%description fonts-urw -l pl.UTF-8
4378Fonty URW.
4379
4380%package fonts-urwvn
4381Summary: URWVN fonts
4382Summary(pl.UTF-8): Fonty URWVN
4383Group: Fonts
78d53d8c 4384Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4385
4386%description fonts-urwvn
4387URWVN fonts.
4388
4389%description fonts-urwvn -l pl.UTF-8
4390Fonty URWVN.
4391
4392%package fonts-vnr
4393Summary: VNR fonts
4394Summary(pl.UTF-8): Fonty VNR
4395Group: Fonts
78d53d8c 4396Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4397
4398%description fonts-vnr
4399VNR fonts.
4400
4401%description fonts-vnr -l pl.UTF-8
4402Fonty VNR.
4403
5bc70a92
MB
4404%package fonts-wadalab
4405Summary: Wadalab fonts
4406Group: Fonts
4407Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4408
4409%description fonts-wadalab
4410Wadalab fonts.
4411
d08789e0
ZU
4412%package fonts-wasy
4413Summary: Waldis symbol fonts
4414Summary(pl.UTF-8): Fonty Waldis symbol
4415Group: Fonts
78d53d8c 4416Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4417
4418%description fonts-wasy
4419Waldis symbol fonts.
4420
4421%description fonts-wasy -l pl.UTF-8
4422Fonty Waldis symbol.
4423
4424%package fonts-xypic
4425Summary: Xy-pic fonts
4426Summary(pl.UTF-8): Fonty Xy-pic
4427Group: Fonts
78d53d8c 4428Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4429
4430%description fonts-xypic
4431Xy-pic fonts.
4432
4433%description fonts-xypic -l pl.UTF-8
4434Fonty Xy-pic.
4435
4436%package fonts-yandy
4437Summary: European Modern fonts from Y&Y
4438Summary(pl.UTF-8): Fonty European Modern od Y&Y
4439Group: Fonts
78d53d8c 4440Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4441
4442%description fonts-yandy
4443European Modern fonts from Y&Y.
4444
4445%description fonts-yandy -l pl.UTF-8
4446Fonty European Modern od Y&Y.
4447
4448%package fonts-type1-antp
4449Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4450Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4451Group: Fonts
78d53d8c 4452Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4453
4454%description fonts-type1-antp
4455Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4456
4457%description fonts-type1-antp -l pl.UTF-8
4458Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4459Type 1.
4460
4461%package fonts-type1-antt
4462Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4463Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4464Group: Fonts
78d53d8c 4465Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4466
4467%description fonts-type1-antt
4468Antykwa Torunska, a Type 1 family of a Polish traditional type.
4469
4470%description fonts-type1-antt -l pl.UTF-8
4471Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4472
5bc70a92
MB
4473%package fonts-type1-arphic
4474Summary: Type1 Arphic fonts
4475Group: Fonts
4476Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4477
4478%description fonts-type1-arphic
4479Type1 Arphic fonts.
4480
d08789e0
ZU
4481%package fonts-type1-belleek
4482Summary: Free replacement for basic MathTime fonts
4483Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
4484Group: Fonts
78d53d8c 4485Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4486
4487%description fonts-type1-belleek
4488Free replacement for basic MathTime fonts.
4489
4490%description fonts-type1-belleek -l pl.UTF-8
4491Wolnodostępny zamiennik podstawowych fontów MathTime.
4492
4493%package fonts-type1-bitstream
4494Summary: Bitstream fonts
4495Summary(pl.UTF-8): Fonty Bitstream
4496Group: Fonts
78d53d8c 4497Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4498Obsoletes: tetex-fonts-type1-bitstrea
4499
4500%description fonts-type1-bitstream
4501Bitstream fonts.
4502
4503%description fonts-type1-bitstream -l pl.UTF-8
4504Fonty Bitstream.
4505
4506%package fonts-type1-bluesky
4507Summary: Computer Modern family fonts
4508Summary(pl.UTF-8): Fonty z rodziny Computer Modern
4509Group: Fonts
78d53d8c 4510Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4511
4512%description fonts-type1-bluesky
4513Computer Modern family fonts.
4514
4515%description fonts-type1-bluesky -l pl.UTF-8
4516Fonty z rodzony Computer Modern.
4517
4518%package fonts-type1-cc-pl
4519Summary: Polish version of Computer Concrete fonts
4520Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4521Group: Fonts
78d53d8c 4522Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4523
4524%description fonts-type1-cc-pl
4525Polish version of Computer Concrete fonts.
4526
4527%description fonts-type1-cc-pl -l pl.UTF-8
4528Polska wersja fontów Computer Concrete.
4529
4530%package fonts-type1-cmcyr
4531Summary: Computer Modern fonts extended with Russian letters
4532Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4533Group: Fonts
78d53d8c 4534Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4535
4536%description fonts-type1-cmcyr
4537Computer Modern fonts extended with Russian letters.
4538
4539%description fonts-type1-cmcyr -l pl.UTF-8
4540Fonty Computer Modern rozszerzone o litery rosyjskie.
4541
4542%package fonts-type1-cs
4543Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4544Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4545Group: Fonts
78d53d8c 4546Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4547
4548%description fonts-type1-cs
4549Czech/Slovak-tuned MetaFont Computer Modern fonts.
4550
4551%description fonts-type1-cs -l pl.UTF-8
4552Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4553czeskiego i słowackiego.
4554
b280f158
ZU
4555%package fonts-type1-dstroke
4556Summary: Doublestroke Type1 font for typesetting the mathematical symbols
4557Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
4558Group: Fonts
78d53d8c 4559Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4560
4561%description fonts-type1-dstroke
4562Doublestroke Type1 font for typesetting the mathematical symbols.
4563
4564%description fonts-type1-dstroke -l pl.UTF-8
4565Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
4566
4567%package fonts-type1-eurosym
4568Summary: The new European currency symbol for the Euro
4569Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4570Group: Fonts
78d53d8c 4571Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4572
4573%description fonts-type1-eurosym
4574The new European currency symbol for the Euro implemented in Metafont,
4575using the official European Commission dimensions, and providing
4576several shapes (normal, slanted, bold, outline).
4577
4578%description fonts-type1-eurosym -l pl.UTF-8
4579Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4580z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4581różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4582
4583%package fonts-type1-hoekwater
4584Summary: Converted mflogo font
4585Summary(pl.UTF-8): Przekonwertowany font mflogo
4586Group: Fonts
78d53d8c 4587Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4588
4589%description fonts-type1-hoekwater
4590Fonts originally created in MetaFont, transformed to PostScript by
4591Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4592xipa.
4593
4594%description fonts-type1-hoekwater -l pl.UTF-8
4595Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4596PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4597stmaryrd, wasy, wasy2, xipa.
4598
4599%package fonts-type1-fpl
4600Summary: SC/OsF fonts for URW Palladio L
4601Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
4602Group: Fonts
78d53d8c 4603Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4604
4605%description fonts-type1-fpl
4606The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4607are compatible with respect to metrics with the Palatino SC/OsF fonts
4608from Adobe. Note that it is not the author's aim to exactly reproduce
4609the outlines of the original Adobe fonts. The SC and OsF in the FPL
4610Fonts were designed with the glyphs from URW Palladio L as starting
4611point. For some glyphs (eg 'o') the author got the best result by
4612scaling and boldening. For others (eg 'h') shifting selected portions
4613of the character gave more satisfying results. All this was done using
4614the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4615data in these fonts comes from Walter Schmidt's improved Palatino
4616metrics.
4617
4618%description fonts-type1-fpl -l pl.UTF-8
4619Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4620kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4621Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4622kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4623projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4624(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4625pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4626dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4627wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4628Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4629Palatino Waltera Schmidta.
4630
b280f158
ZU
4631%package fonts-type1-tt2001
4632Summary: Type1 tt2001 family fonts
4633Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
4634Group: Applications/Publishing/TeX
78d53d8c 4635Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4636
4637%description fonts-type1-tt2001
4638Type1 tt2001 famliy fonts.
4639
4640%description fonts-type1-tt2001 -l pl.UTF-8
4641Fonty Type1 z rodziny tt2001.
d08789e0
ZU
4642
4643%package fonts-type1-lm
4644Summary: Type1 Latin Modern family fonts
4645Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
4646Group: Applications/Publishing/TeX
78d53d8c 4647Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4648
4649%description fonts-type1-lm
4650Latin Modern family of fonts, based on the Computer Modern fonts
4651released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4652lot of additional characters, mainly accented ones, but not only.
4653There is a one set of PostScript fonts and four sets of TeX Font
4654Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4655encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4656Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4657potential user knows what to do with all these files. The author is
4658Boguslaw Jackowski.
4659
4660%description fonts-type1-lm -l pl.UTF-8
4661Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4662przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4663Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4664Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4665Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4666QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4667(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4668(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4669tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4670
4671%package fonts-type1-marvosym
4672Summary: Martin Vogel's Symbol (marvosym) font
4673Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4674Group: Fonts
78d53d8c 4675Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4676
4677%description fonts-type1-marvosym
4678Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4679currency symbol as defined by the European commission; Euro currency
4680symbols in typefaces Times, Helvetica and Courier; Symbols for
4681structural engineering; Symbols for steel cross-sections; Astronomy
4682signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4683symbols; CE sign and others.
4684
4685%description fonts-type1-marvosym -l pl.UTF-8
4686Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4687waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4688dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4689strukturalnej; symbole dla przekroi poprzecznych; symbole
4690astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4691krawieckie; znak CE i inne.
4692
4693%package fonts-type1-mathpazo
4694Summary: Pazo Math fonts
4695Summary(pl.UTF-8): Fonty matematyczne Pazo Math
4696Group: Fonts
78d53d8c 4697Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4698
4699%description fonts-type1-mathpazo
4700Pazo Math fonts.
4701
4702%description fonts-type1-mathpazo -l pl.UTF-8
4703Fonty matematyczne Pazo Math.
4704
4705%package fonts-type1-omega
4706Summary: Type1 fonts for Omega - extended unicode TeX
4707Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4708Group: Fonts
78d53d8c 4709Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4710
4711%description fonts-type1-omega
4712Type1 fonts for Omega - extended unicode TeX.
4713
4714%description fonts-type1-omega -l pl.UTF-8
4715Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4716
4717%package fonts-type1-pl
4718Summary: Polish fonts
4719Summary(pl.UTF-8): Polskie fonty
4720Group: Fonts
78d53d8c 4721Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4722Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4723
4724%description fonts-type1-pl
4725Polish fonts.
4726
4727%description fonts-type1-pl -l pl.UTF-8
4728Polskie fonty.
4729
4730%package fonts-type1-px
4731Summary: PX fonts
4732Summary(pl.UTF-8): Fonty PX
4733Group: Fonts
78d53d8c 4734Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4735
4736%description fonts-type1-px
4737PX fonts.
4738
4739%description fonts-type1-px -l pl.UTF-8
4740Fonty PX.
4741
b280f158
ZU
4742%package fonts-type1-qfonts
4743Summary: Quasi fonts
4744Summary(pl.UTF-8): Fonty Quasi
4745Group: Fonts
78d53d8c 4746Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4747
4748%description fonts-type1-qfonts
4749Quasi fonts.
4750
4751%description fonts-type1-qfonts -l pl.UTF-8
4752Fonty Quasi.
d08789e0
ZU
4753
4754%package fonts-type1-tx
4755Summary: TX fonts
4756Summary(pl.UTF-8): Fonty TX
4757Group: Fonts
78d53d8c 4758Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4759
4760%description fonts-type1-tx
4761TX fonts.
4762
4763%description fonts-type1-tx -l pl.UTF-8
4764Fonty TX.
4765
5bc70a92
MB
4766%package fonts-type1-uhc
4767Summary: Type1 UHC fonts
4768Group: Fonts
4769Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4770
4771%description fonts-type1-uhc
4772Type1 UHC fonts.
4773
d08789e0
ZU
4774%package fonts-type1-urw
4775Summary: URW fonts
4776Summary(pl.UTF-8): Fonty URW
4777Group: Fonts
78d53d8c 4778Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4779
4780%description fonts-type1-urw
4781URW fonts.
4782
4783%description fonts-type1-urw -l pl.UTF-8
4784Fonty URW.
4785
4786%package fonts-type1-vnr
4787Summary: Type1 VNR fonts
4788Summary(pl.UTF-8): Fonty Type1 VNR
4789Group: Fonts
78d53d8c 4790Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4791
4792%description fonts-type1-vnr
4793Type1 VNR fonts.
4794
4795%description fonts-type1-vnr -l pl.UTF-8
4796Fonty Type1 VNR.
4797
5bc70a92
MB
4798%package fonts-type1-wadalab
4799Summary: Type1 Wadalab fonts
4800Group: Fonts
4801Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4802
4803%description fonts-type1-wadalab
4804Type1 Wadalab fonts.
4805
d08789e0
ZU
4806%package fonts-type1-xypic
4807Summary: Xy-pic fonts
4808Summary(pl.UTF-8): Fonty Xy-pic
4809Group: Fonts
78d53d8c 4810Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4811
4812%description fonts-type1-xypic
4813Xy-pic fonts.
4814
4815%description fonts-type1-xypic -l pl.UTF-8
4816Fonty Xy-pic.
4817
489714ae
ZU
4818
4819# TeXLive-specific packages - there wasn't before...
4820%package afm2pl
4821Summary: Convert an Adobe font metric file to a TeX font property list
4822Group: Fonts
4823
4824%description afm2pl
4825Convert an Adobe font metric file to a TeX font property list.
4826
4827
4828%package bbox
4829Summary: bbox prints the bounding box of images
4830Group: Applications/Publishing/TeX
4831
4832%description bbox
4833bbox reads a rawppm or rawpbm file and prints out the bounding box of
4834the image.
4835
4836%package cefutils
4837Summary: In cefutils there are CEF-compatible utils
4838Group: Applications/Publishing/TeX
4839
4840%description cefutils
4841In cefutils there are CEF-compatible (Chinese Encoding Framework)
4842utils.
4843
4844%package detex
4845Summary: A filter to strip TeX commands from a .tex file
4846Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
4847Group: Applications/Publishing/TeX
4848
4849%description detex
4850A filter to strip TeX commands from a .tex file.
4851
4852%description detex -l hu.UTF-8
4853Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
4854
4855
7ffd1967
ZU
4856%package dviutils
4857Summary: Various DVI utils
4858Summary(hu.UTF-8): Vegyes DVI eszközök
4859Group: Applications/Publishing/TeX
4860
4861%description dviutils
4862This package contains various DVI utils.
4863
4864%description dviutils -l hu.UTF-8
4865Ez a csomag mindenféle DVI eszközt tartalmaz.
4866
4867%package epsutils
4868Summary: Various EPS utils
4869Group: Applications/Publishing/TeX
4870
4871%description epsutils
4872Various EPS (Encapsulated PostScript) utils.
4873
4874
4875%package filters
4876Summary: Various filters
4877Group: Applications/Publishing/TeX
4878
4879%description filters
4880Various filters.
4881
4882
489714ae
ZU
4883%package uncategorized-utils
4884Summary: Uncategorized utils
4885Group: Applications/Publishing/TeX
4886
4887%description uncategorized-utils
4888Uncategorized utilities. Needs check and categorizing.
4889
5b7eba8e
MB
4890%package tex4ht
4891Summary: LaTeX and TeX for hypertext
4892Group: Applications/Publishing/TeX
4893
4894%description tex4ht
4895A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
4896providing a configurable (La)TeX-based authoring system for hypertext.
4897When converting to XML, you can use MathML instead of images for
4898equation representation.
4899
4224ae6d
MB
4900%package xetex
4901Summary: Extended TeX / LaTeX version for unicode
4902Group: Applications/Publishing/TeX
4903Requires(post,postun): /usr/bin/texhash
4904Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
4905
4906%description xetex
4907XeTeX extends the TeX typesetting system (and macro packages such as
4908LaTeX and ConTeXt) to have native support for the Unicode character
4909set, including complex Asian scripts, and for OpenType and TrueType
4910fonts.
4911
4912%package xmltex
4913Summary: TeX package for processing XML files
4914Group: Applications/Publishing/TeX
4915Requires(post,postun): /usr/bin/texhash
4916
4917%description xmltex
4918XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
4919It allows TeX to directly process XML files.
4920
d08789e0
ZU
4921%prep
4922%setup -q -c -T -n %{name}-%{version}-source
4923lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 4924%patch0 -p1
1cc1dae0 4925%patch1 -p1
c48c077b
AM
4926
4927cd libs/teckit
4928cat ax*.m4 > acinclude.m4
4929%{__libtoolize}
4930%{__aclocal}
4931%{__autoconf}
4932%{__automake}
d08789e0
ZU
4933
4934%build
4935find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 4936%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 4937cd texk/kpathsea
83feaf0d
ZU
4938%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
4939%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
4940%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
4941%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
4942%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 4943%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 4944cd ../..
d47c034d 4945
a784d38e 4946%configure \
ca4b56d2
AM
4947%if %{with bootstrap}
4948 --without-xindy \
4949 --without-luatex \
4950%endif
d08789e0
ZU
4951 --disable-multiplatform \
4952 --disable-static \
4953 --enable-a4 \
4954 --enable-gf \
4955 --enable-ipc \
4956 --enable-shared \
a784d38e 4957 --with-fontconfig \
d08789e0
ZU
4958 --with-fonts-dir=/var/cache/fonts \
4959 --with-ncurses \
e671f712 4960 --with-system-freetype \
97b079ad 4961 --with-freetype-include=/usr/include/freetype \
a784d38e 4962 --with-system-freetype2 \
97b079ad 4963 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
4964 --with-system-gd \
4965 --with-system-ncurses \
4966 --with-system-pnglib \
4967 --with-system-t1lib \
4968 --with-system-zlib \
d08789e0
ZU
4969 --with-xdvi-x-toolkit=xaw \
4970 --without-dialog \
4971 --without-t1utils \
ca4b56d2 4972 --without-texinfo
d08789e0 4973
d08789e0
ZU
4974%{__make}
4975
d08789e0
ZU
4976%install
4977rm -rf $RPM_BUILD_ROOT
4978install -d $RPM_BUILD_ROOT%{_datadir} \
4979 $RPM_BUILD_ROOT%{_desktopdir} \
4980 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 4981 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
4982 $RPM_BUILD_ROOT/var/cache/fonts \
4983 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 4984 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b
ZU
4985 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
4986 $RPM_BUILD_ROOT%{fmtdir}
d08789e0 4987
f37ff31b
ZU
4988lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
4989%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
4990%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
4991%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
f37ff31b
ZU
4992# This is an empty directory
4993%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 4994# Useless binary
4995%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 4996
d08789e0
ZU
4997# commented out because of following (non-fatal) error:
4998# Can't open texmf/web2c/texmf.cnf: No such file or directory.
4999#perl -pi \
5000# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5001# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5002# texmf/web2c/texmf.cnf
5003
d08789e0
ZU
5004install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5005
5006LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5007
5008%{__make} install \
5009 prefix=$RPM_BUILD_ROOT%{_prefix} \
5010 bindir=$RPM_BUILD_ROOT%{_bindir} \
5011 mandir=$RPM_BUILD_ROOT%{_mandir} \
5012 libdir=$RPM_BUILD_ROOT%{_libdir} \
5013 datadir=$RPM_BUILD_ROOT%{_datadir} \
5014 infodir=$RPM_BUILD_ROOT%{_infodir} \
5015 includedir=$RPM_BUILD_ROOT%{_includedir} \
5016 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5017 texmf=$RPM_BUILD_ROOT%{texmf} \
5018 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5019 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5020
37bb0d8c 5021# Fix broken symlinks
3702646a
ZU
5022CURDIR=$(pwd)
5023cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5024ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5025ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5026ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5027ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5028ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5029ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5030ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5031ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5032ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5033ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5034ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5035ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5036ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5037ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5038ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5039ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5040ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5041ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5042ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5043ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5044ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5045ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5046ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5047ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5048ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5049ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5050ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5051ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5052ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5053ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5054ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5055ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5056ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5057ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5058ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5059ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5060ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5061ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5062ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5063ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5064ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5065ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5066ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5067ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5068ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5069ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5070ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5071ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5072ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5073ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5074ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5075ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5076ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5077ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5078ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5079ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5080ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5081ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5082ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5083ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
3702646a 5084cd $CURDIR
37bb0d8c 5085
d08789e0
ZU
5086#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5087#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5088
26d8eaaa
ZU
5089# %{__make} init \
5090# prefix=$RPM_BUILD_ROOT%{_prefix} \
5091# bindir=$RPM_BUILD_ROOT%{_bindir} \
5092# mandir=$RPM_BUILD_ROOT%{_mandir} \
5093# libdir=$RPM_BUILD_ROOT%{_libdir} \
5094# datadir=$RPM_BUILD_ROOT%{_datadir} \
5095# infodir=$RPM_BUILD_ROOT%{_infodir} \
5096# includedir=$RPM_BUILD_ROOT%{_includedir} \
5097# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5098# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5099
489714ae 5100%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5101%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5102# We don't need it
5103%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5104%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5105
d08789e0
ZU
5106perl -pi \
5107 -e "s|$RPM_BUILD_ROOT||g;" \
5108 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5109
8175e90e 5110install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5111
5112install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5113install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5114
ce981570 5115# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5116
5117# in separate spec
b4d68b39
ZU
5118# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5119# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5120
5121# not included in package
5122rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5123rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5124rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5125rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5126rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5127rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5128rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5129rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5130rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5131rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5132rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5133rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5134rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5135rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5136rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5137rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5138
5139# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5140# and we can still analyze them
ce981570
ZU
5141# install -d format-logs
5142# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5143
5144%clean
5145rm -rf $RPM_BUILD_ROOT
5146
5147%post
5148%fixinfodir
5149%texhash
5150
5151%postun
5152%fixinfodir
5153if [ "$1" = "1" ]; then
5154 %texhash
5155fi
5156
5157%post doc-Catalogue
5158%texhash
5159
5160%postun doc-Catalogue
5161%texhash
5162
5163%post doc-tug-faq
5164%texhash
5165
5166%postun doc-tug-faq
5167%texhash
5168
096dca83 5169%post -n kpathsea
d08789e0
ZU
5170/sbin/ldconfig
5171%fixinfodir
5172%texhash
5173
096dca83 5174%postun -n kpathsea
d08789e0
ZU
5175/sbin/ldconfig
5176%fixinfodir
5177%texhash
5178
096dca83 5179%post -n kpathsea-devel
d08789e0
ZU
5180%texhash
5181
096dca83 5182%postun -n kpathsea-devel
d08789e0
ZU
5183%texhash
5184
5185%post dvips
5186%fixinfodir
5187%texhash
5188
5189%postun dvips
5190%fixinfodir
5191%texhash
5192
5193%post dvilj
5194%texhash
5195
5196%postun dvilj
5197%texhash
5198
5199%post makeindex
5200%texhash
5201
5202%postun makeindex
5203%texhash
5204
5205%post metafont
5206%texhash
5207
5208%postun metafont
5209%texhash
5210
5211%post metapost
5212%texhash
5213
5214%postun metapost
5215%texhash
5216
5217%post mptopdf
5218%texhash
5219
5220%postun mptopdf
5221%texhash
5222
5223%post texdoctk
5224%texhash
5225
5226%postun texdoctk
5227%texhash
5228
5229%post -n xdvi
5230%texhash
5231
5232%postun -n xdvi
5233%texhash
5234
5235%post pdftex
5236%texhash
5237
5238%postun pdftex
5239%texhash
5240
04123363
ZU
5241%post phyzzx
5242%texhash
5243
5244%postun phyzzx
5245%texhash
5246
d08789e0
ZU
5247%post omega
5248%texhash
5249
5250%postun omega
5251%texhash
5252
5253%post plain
5254%texhash
5255
5256%postun plain
5257%texhash
5258
5259%post format-plain
5260%texhash
5261
5262%postun format-plain
5263%texhash
5264
5265%post format-pdftex
5266%texhash
5267
5268%postun format-pdftex
5269%texhash
5270
5271%post format-pdfetex
5272%texhash
5273
5274%postun format-pdfetex
5275%texhash
5276
5277%post mex
5278%texhash
5279
5280%postun mex
5281%texhash
5282
5283%post format-mex
5284%texhash
5285
5286%postun format-mex
5287%texhash
5288
5289%post format-pdfmex
5290%texhash
5291
5292%postun format-pdfmex
5293%texhash
5294
5295%postun format-utf8mex
5296%texhash
5297
5298%post amstex
5299%texhash
5300
5301%postun amstex
5302%texhash
5303
5304%post format-amstex
5305%texhash
5306
5307%postun format-amstex
5308%texhash
5309
5310%post format-pdfamstex
5311%texhash
5312
5313%postun format-pdfamstex
5314%texhash
5315
5316%post csplain
5317%texhash
5318
5319%postun csplain
5320%texhash
5321
5322%post format-csplain
5323%texhash
5324
5325%postun format-csplain
5326%texhash
5327
5328%post format-pdfcsplain
5329%texhash
5330
5331%postun format-pdfcsplain
5332%texhash
5333
5334%post cslatex
5335%texhash
5336
5337%postun cslatex
5338%texhash
5339
5340%post format-cslatex
5341%texhash
5342
5343%postun format-cslatex
5344%texhash
5345
5346%post format-pdfcslatex
5347%texhash
5348
5349%postun format-pdfcslatex
5350%texhash
5351
5352%post cyrplain
5353%texhash
5354
5355%postun cyrplain
5356%texhash
5357
5358%post format-cyrplain
5359%texhash
5360
5361%postun format-cyrplain
5362%texhash
5363
5364%post format-cyramstex
5365%texhash
5366
5367%postun format-cyramstex
5368%texhash
5369
5370%post format-cyrtexinfo
5371%texhash
5372
5373%postun format-cyrtexinfo
5374%texhash
5375
5376%post eplain
5377%texhash
5378
5379%postun eplain
5380%texhash
5381
5382%post format-eplain
5383%texhash
5384
5385%postun format-eplain
5386%texhash
5387
5388# ConTeXt format
5389
5390%post context
5391%texhash
5392
5393%postun context
5394%texhash
5395
5396%post format-context-de
5397%texhash
5398
5399%postun format-context-de
5400%texhash
5401
5402%post format-context-en
5403%texhash
5404
5405%postun format-context-en
5406%texhash
5407
5408%post format-context-nl
5409%texhash
5410
5411%postun format-context-nl
5412%texhash
5413
5414# LaTeX format.
5415
5416%post latex
5417%fixinfodir
5418%texhash
5419
5420%postun latex
5421%fixinfodir
5422%texhash
5423
6c82f497
ZU
5424%post latex-12many
5425%texhash
5426
5427%postun latex-12many
5428%texhash
5429
fe66da27
ZU
5430%post latex-abstract
5431%texhash
5432
5433%postun latex-abstract
5434%texhash
5435
f1f5d194
ZU
5436%post latex-accfonts
5437%texhash
5438
5439%postun latex-accfonts
5440%texhash
5441
e88b5dcf
ZU
5442%post latex-adrconv
5443%texhash
5444
5445%postun latex-adrconv
5446%texhash
5447
d08789e0
ZU
5448%post latex-ae
5449%texhash
5450
5451%postun latex-ae
5452%texhash
5453
5454%post latex-ams
5455%texhash
5456
5457%postun latex-ams
5458%texhash
5459
5460%post latex-antp
5461%texhash
5462
5463%postun latex-antp
5464%texhash
5465
5466%post latex-antt
5467%texhash
5468
5469%postun latex-antt
5470%texhash
5471
e88b5dcf
ZU
5472%post latex-appendix
5473%texhash
5474
5475%postun latex-appendix
5476%texhash
5477
b4d68b39
ZU
5478%post latex-backgammon
5479%texhash
5480
5481%postun latex-backgammon
5482%texhash
5483
6c82f497
ZU
5484%post latex-bardiag
5485%texhash
5486
5487%postun latex-bardiag
5488%texhash
5489
d08789e0
ZU
5490%post latex-bbm
5491%texhash
5492
5493%postun latex-bbm
5494%texhash
5495
5496%post latex-bbold
5497%texhash
5498
5499%postun latex-bbold
5500%texhash
5501
b4d68b39
ZU
5502%post latex-beamer
5503%texhash
5504
5505%postun latex-beamer
5506%texhash
5507
2fede27b
ZU
5508%post latex-bezos
5509%texhash
5510
5511%postun latex-bezos
5512%texhash
5513
d08789e0
ZU
5514%post latex-bibtex
5515%texhash
5516
5517%postun latex-bibtex
5518%texhash
5519
5520%post latex-bibtex-ams
5521%texhash
5522
5523%postun latex-bibtex-ams
5524%texhash
5525
5526%post latex-bibtex-pl
5527%texhash
5528
5529%postun latex-bibtex-pl
5530%texhash
5531
5532%post latex-bibtex-german
5533%texhash
5534
5535%postun latex-bibtex-german
5536%texhash
5537
5538%post latex-bibtex-revtex4
5539%texhash
5540
5541%postun latex-bibtex-revtex4
5542%texhash
5543
5544%post latex-bibtex-jurabib
5545%texhash
5546
5547%postun latex-bibtex-jurabib
5548%texhash
5549
33b3b483
ZU
5550%post latex-bibtex-styles
5551%texhash
5552
5553%postun latex-bibtex-styles
5554%texhash
5555
2fede27b
ZU
5556%post latex-booktabs
5557%texhash
5558
5559%postun latex-booktabs
5560%texhash
5561
5562
5563%post latex-caption
5564%texhash
5565
5566%postun latex-caption
5567%texhash
5568
d08789e0
ZU
5569%post latex-carlisle
5570%texhash
5571
5572%postun latex-carlisle
5573%texhash
5574
5575%post latex-ccfonts
5576%texhash
5577
5578%postun latex-ccfonts
5579%texhash
5580
5581%post latex-cite
5582%texhash
5583
5584%postun latex-cite
5585%texhash
5586
5587%post latex-cmbright
5588%texhash
5589
5590%postun latex-cmbright
5591%texhash
5592
2fede27b
ZU
5593
5594%post latex-comment
5595%texhash
5596
5597%postun latex-comment
5598%texhash
5599
d08789e0
ZU
5600%post latex-concmath
5601%texhash
5602
5603%postun latex-concmath
5604%texhash
5605
2fede27b
ZU
5606%post latex-currvita
5607%texhash
5608
5609%postun latex-currvita
5610%texhash
5611
5612
5613%post latex-curves
5614%texhash
5615
5616%postun latex-curves
5617%texhash
5618
d08789e0
ZU
5619%post latex-custom-bib
5620%texhash
5621
5622%postun latex-custom-bib
5623%texhash
5624
5625%post latex-cyrillic
5626%texhash
5627
5628%postun latex-cyrillic
5629%texhash
5630
04eb4e68
ZU
5631# %post latex-dstroke
5632# %texhash
d08789e0 5633
04eb4e68
ZU
5634# %postun latex-dstroke
5635# %texhash
d08789e0 5636
60597425
ZU
5637%post latex-enumitem
5638%texhash
5639
5640%postun latex-enumitem
5641%texhash
5642
fe66da27
ZU
5643%post latex-exam
5644%texhash
5645
5646%postun latex-exam
5647%texhash
5648
f1f5d194
ZU
5649%post latex-gbrief
5650%texhash
5651
5652%postun latex-gbrief
5653%texhash
5654
d08789e0
ZU
5655%post latex-jknappen
5656%texhash
5657
5658%postun latex-jknappen
5659%texhash
5660
d19eaaab
ZU
5661%post latex-keystroke
5662%texhash
5663
5664%postun latex-keystroke
5665%texhash
5666
5667%post latex-labbook
5668%texhash
5669
5670%postun latex-labbook
5671%texhash
5672
5673%post latex-lcd
5674%texhash
5675
5676%postun latex-lcd
5677%texhash
5678
5679%post latex-leaflet
5680%texhash
5681
5682%postun latex-leaflet
5683%texhash
5684
f1f5d194
ZU
5685%post latex-leftidx
5686%texhash
5687
5688%postun latex-leftidx
5689%texhash
5690
d19eaaab
ZU
5691%post latex-lewis
5692%texhash
5693
5694%postun latex-lewis
5695%texhash
5696
d08789e0
ZU
5697%post latex-lm
5698%texhash
5699
fe66da27
ZU
5700%post latex-lastpage
5701%texhash
5702
5703%postun latex-lastpage
5704%texhash
5705
d08789e0
ZU
5706%postun latex-lm
5707%texhash
5708
5709%post latex-lucidabr
5710%texhash
5711
5712%postun latex-lucidabr
5713%texhash
5714
5715%post latex-marvosym
5716%texhash
5717
5718%postun latex-marvosym
5719%texhash
5720
d19eaaab
ZU
5721%post latex-mathexam
5722%texhash
5723
5724%postun latex-mathexam
5725%texhash
5726
d08789e0
ZU
5727%post latex-mathpple
5728%texhash
5729
5730%postun latex-mathpple
5731%texhash
5732
5733%post latex-mathtime
5734%texhash
5735
5736%postun latex-mathtime
5737%texhash
5738
5739%post latex-mflogo
5740%texhash
5741
5742%postun latex-mflogo
5743%texhash
5744
5745%post latex-mfnfss
5746%texhash
5747
5748%postun latex-mfnfss
5749%texhash
5750
5751%post latex-minitoc
5752%texhash
5753
5754%postun latex-minitoc
5755%texhash
5756
5757%post latex-mltex
5758%texhash
5759
5760%postun latex-mltex
5761%texhash
5762
f1f5d194
ZU
5763%post latex-moreverb
5764%texhash
5765
5766%postun latex-moreverb
5767%texhash
5768
d34bfb7f
ZU
5769%post latex-multienum
5770%texhash
5771
5772%postun latex-multienum
5773%texhash
5774
8ed039e0
ZU
5775%post latex-musictex
5776%texhash
5777
5778%postun latex-musictex
5779%texhash
5780
fe66da27
ZU
5781%post latex-ntheorem
5782%texhash
5783
5784%postun latex-ntheorem
5785%texhash
5786
f65b3398
ZU
5787%post latex-other
5788%texhash
5789
5790%postun latex-other
5791%texhash
5792
5793%post latex-other-doc
5794%texhash
5795
5796%postun latex-other-doc
5797%texhash
5798
d08789e0
ZU
5799%post latex-palatcm
5800%texhash
5801
5802%postun latex-palatcm
5803%texhash
5804
f65b3398
ZU
5805%post latex-pdfslide
5806%texhash
5807
5808%postun latex-pdfslide
5809%texhash
5810
03d9d5fa
ZU
5811%post latex-pgf
5812%texhash
5813
5814%postun latex-pgf
5815%texhash
5816
f65b3398
ZU
5817%post latex-polynom
5818%texhash
5819
5820%postun latex-polynom
5821%texhash
5822
5823%post latex-polynomial
5824%texhash
5825
5826%postun latex-polynomial
5827%texhash
5828
b7b4a109
ZU
5829%post latex-prosper
5830%texhash
5831
5832%postun latex-prosper
5833%texhash
5834
5835%post latex-pseudocode
5836%texhash
5837
5838%postun latex-pseudocode
5839%texhash
5840
d08789e0
ZU
5841%post latex-psnfss
5842%texhash
5843
5844%postun latex-psnfss
5845%texhash
5846
8efa6a9c
ZU
5847%post latex-pst-2dplot
5848%texhash
5849
5850%postun latex-pst-2dplot
5851%texhash
5852
5853%post latex-pst-3dplot
5854%texhash
5855
5856%postun latex-pst-3dplot
5857%texhash
5858
5859%post latex-pst-bar
5860%texhash
5861
5862%postun latex-pst-bar
5863%texhash
5864
5865%post latex-pst-circ
5866%texhash
5867
5868%postun latex-pst-circ
5869%texhash
5870
b7b4a109
ZU
5871%post latex-pst-eucl
5872%texhash
5873
5874%postun latex-pst-eucl
5875%texhash
5876
8efa6a9c
ZU
5877%post latex-pst-diffraction
5878%texhash
5879
5880%postun latex-pst-diffraction
5881%texhash
5882
5883%post latex-pst-fun
5884%texhash
5885
5886%postun latex-pst-fun
5887%texhash
5888
5889%post latex-pst-func
5890%texhash
5891
5892%postun latex-pst-func
5893%texhash
5894
5895%post latex-pst-infixplot
5896%texhash
5897
5898%postun latex-pst-infixplot
5899%texhash
5900
b7b4a109
ZU
5901%post latex-pst-fr3d
5902%texhash
5903
5904%postun latex-pst-fr3d
5905%texhash
5906
5907%post latex-pst-fractal
5908%texhash
5909
5910%postun latex-pst-fractal
5911%texhash
5912
d08789e0
ZU
5913%post latex-pxfonts
5914%texhash
5915
8efa6a9c
ZU
5916%post latex-pst-math
5917%texhash
5918
5919%postun latex-pst-math
5920%texhash
5921
5922%post latex-pst-ob3d
5923%texhash
5924
5925%postun latex-pst-ob3d
5926%texhash
5927
5928%post latex-pst-optic
5929%texhash
5930
5931%postun latex-pst-optic
5932%texhash
5933
5934%post latex-pst-optexp
5935%texhash
5936
5937%postun latex-pst-optexp
5938%texhash
5939
5940%post latex-pst-text
5941%texhash
5942
5943%postun latex-pst-text
5944%texhash
5945
1024ab0e
ZU
5946%post latex-pst-uncategorized
5947%texhash
5948
5949%postun latex-pst-uncategorized
5950
5951%texhash
5952
d08789e0
ZU
5953%postun latex-pxfonts
5954%texhash
5955
5956%post latex-qfonts
5957%texhash
5958
5959%postun latex-qfonts
5960%texhash
5961
6c82f497
ZU
5962%post latex-SIstyle
5963%texhash
5964
5965%postun latex-SIstyle
5966%texhash
5967
fe66da27
ZU
5968%post latex-SIunits
5969%texhash
5970
5971%postun latex-SIunits
5972%texhash
5973
f65b3398
ZU
5974%post latex-siunitx
5975%texhash
5976
5977%postun latex-siunitx
5978%texhash
5979
6c82f497
ZU
5980%post latex-Tabbing
5981%texhash
5982
5983%postun latex-Tabbing
5984%texhash
5985
d08789e0
ZU
5986%post latex-txfonts
5987%texhash
5988
5989%postun latex-txfonts
5990%texhash
5991
7ea3a98b
ZU
5992%post latex-ucs
5993%texhash
5994
5995%postun latex-ucs
5996%texhash
5997
d08789e0
ZU
5998%post latex-umlaute
5999%texhash
6000
6001%postun latex-umlaute
6002%texhash
6003
6004%post latex-wasysym
6005%texhash
6006
6007%postun latex-wasysym
6008%texhash
6009
03d9d5fa
ZU
6010%post latex-xcolor
6011%texhash
6012
6013%postun latex-xcolor
6014%texhash
6015
d08789e0
ZU
6016%post format-latex
6017%texhash
6018
6019%postun format-latex
6020%texhash
6021
6022%post format-pdflatex
6023%texhash
6024
6025%postun format-pdflatex
6026%texhash
6027
6028%post platex
6029%texhash
6030
6031%postun platex
6032%texhash
6033
6034%post format-platex
6035%texhash
6036
6037%postun format-platex
6038%texhash
6039
6040%post format-pdfplatex
6041%texhash
6042
6043%postun format-pdfplatex
6044%texhash
6045
6046%post tex-babel
6047%texhash
6048
6049%postun tex-babel
6050%texhash
6051
6052%post tex-german
6053%texhash
6054
6055%postun tex-german
6056%texhash
6057
6058%post tex-mfpic
6059%texhash
6060
6061%postun tex-mfpic
6062%texhash
6063
6064%post tex-misc
6065%texhash
6066
6067%postun tex-misc
6068%texhash
6069
6070%post tex-pictex
6071%texhash
6072
6073%postun tex-pictex
6074%texhash
6075
6076%post tex-pstricks
6077%texhash
6078
6079%postun tex-pstricks
6080%texhash
6081
6082%post tex-qpx
6083%texhash
6084
6085%postun tex-qpx
6086%texhash
6087
31bd2c4a 6088%post tex-qpxqtx
d08789e0
ZU
6089%texhash
6090
31bd2c4a 6091%postun tex-qpxqtx
d08789e0
ZU
6092%texhash
6093
6094%post tex-ruhyphen
6095%texhash
6096
6097%postun tex-ruhyphen
6098%texhash
6099
6100%post tex-spanish
6101%texhash
6102
6103%postun tex-spanish
6104%texhash
6105
6106%post tex-texdraw
6107%texhash
6108
6109%postun tex-texdraw
6110%texhash
6111
6112%post tex-thumbpdf
6113%texhash
6114
6115%postun tex-thumbpdf
6116%texhash
6117
6118%post tex-ukrhyph
6119%texhash
6120
6121%postun tex-ukrhyph
6122%texhash
6123
6124%post latex-vietnam
6125%texhash
6126
6127%postun latex-vietnam
6128%texhash
6129
6130%post tex-xypic
6131%texhash
6132
6133%postun tex-xypic
6134%texhash
6135
6136%post fonts-adobe
6137%texhash
6138
6139%postun fonts-adobe
6140%texhash
6141
6142%post fonts-ae
6143%texhash
6144
6145%postun fonts-ae
6146%texhash
6147
6148%post fonts-ams
6149%texhash
6150
6151%postun fonts-ams
6152%texhash
6153
6154%post fonts-antp
6155%texhash
6156
6157%postun fonts-antp
6158%texhash
6159
6160%post fonts-antt
6161%texhash
6162
6163%postun fonts-antt
6164%texhash
6165
6166%post fonts-bbm
6167%texhash
6168
6169%postun fonts-bbm
6170%texhash
6171
6172%post fonts-bbold
6173%texhash
6174
6175%postun fonts-bbold
6176%texhash
6177
070c5aff
ZU
6178%post fonts-bh
6179%texhash
d08789e0 6180
070c5aff
ZU
6181%postun fonts-bh
6182%texhash
d08789e0
ZU
6183
6184%post fonts-bitstream
6185%texhash
6186
6187%postun fonts-bitstream
6188%texhash
6189
6190%post fonts-cbgreek
6191%texhash
6192
6193%postun fonts-cbgreek
6194%texhash
6195
6196%post fonts-cc-pl
6197%texhash
6198
6199%postun fonts-cc-pl
6200%texhash
6201
6202%post fonts-cg
6203%texhash
6204
6205%postun fonts-cg
6206%texhash
6207
6208%post fonts-cm
6209%texhash
6210
6211%postun fonts-cm
6212%texhash
6213
6214%post fonts-cmbright
6215%texhash
6216
6217%postun fonts-cmbright
6218%texhash
6219
6220%post fonts-cmcyr
6221%texhash
6222
6223%postun fonts-cmcyr
6224%texhash
6225
6226%post fonts-cmextra
6227%texhash
6228
6229%postun fonts-cmextra
6230%texhash
6231
7af5f8bc 6232%post fonts-cmsuper
5d7e11d7
ZU
6233%texhash
6234
7af5f8bc 6235%postun fonts-cmsuper
5d7e11d7
ZU
6236%texhash
6237
d08789e0
ZU
6238%post fonts-concmath
6239%texhash
6240
6241%postun fonts-concmath
6242%texhash
6243
6244%post fonts-concrete
6245%texhash
6246
6247%postun fonts-concrete
6248%texhash
6249
6250%post fonts-cs
6251%texhash
6252
6253%postun fonts-cs
6254%texhash
6255
4a09ae1a
ZU
6256%post fonts-dstroke
6257%texhash
d08789e0 6258
4a09ae1a
ZU
6259%postun fonts-dstroke
6260%texhash
d08789e0
ZU
6261
6262%post fonts-ecc
6263%texhash
6264
6265%postun fonts-ecc
6266%texhash
6267
6268%post fonts-eurosym
6269%texhash
6270
6271%postun fonts-eurosym
6272%texhash
6273
6274%post fonts-euxm
6275%texhash
6276
6277%postun fonts-euxm
6278%texhash
6279
6280%post fonts-gothic
6281%texhash
6282
6283%postun fonts-gothic
6284%texhash
6285
6286%post fonts-hoekwater
6287%texhash
6288
6289%postun fonts-hoekwater
6290%texhash
6291
6292%post fonts-jknappen
6293%texhash
6294
6295%postun fonts-jknappen
6296%texhash
6297
6298%post fonts-latex
6299%texhash
6300
6301%postun fonts-latex
6302%texhash
6303
6304%post fonts-lh
6305%texhash
6306
6307%postun fonts-lh
6308%texhash
6309
6310%post fonts-lm
6311%texhash
6312
6313%postun fonts-lm
6314%texhash
6315
6316%post fonts-marvosym
6317%texhash
6318
6319%postun fonts-marvosym
6320%texhash
6321
6322%post fonts-mflogo
6323%texhash
6324
6325%postun fonts-mflogo
6326%texhash
6327
6328%post fonts-misc
6329%texhash
6330
6331%postun fonts-misc
6332%texhash
6333
6334%post fonts-monotype
6335%texhash
6336
6337%postun fonts-monotype
6338%texhash
6339
6340%post fonts-omega
6341%texhash
6342
6343%postun fonts-omega
6344%texhash
6345
f1ba8563
ZU
6346%post fonts-other
6347%texhash
6348
6349%postun fonts-other
6350%texhash
6351
d08789e0
ZU
6352%post fonts-pazo
6353%texhash
6354
6355%postun fonts-pazo
6356%texhash
6357
6358%post fonts-pl
6359%texhash
6360
6361%postun fonts-pl
6362%texhash
6363
6364%post fonts-px
6365%texhash
6366
6367%postun fonts-px
6368%texhash
6369
6370%post fonts-qfonts
6371%texhash
6372
6373%postun fonts-qfonts
6374%texhash
6375
6376%post fonts-qpx
6377%texhash
6378
6379%postun fonts-qpx
6380%texhash
6381
31bd2c4a 6382%post fonts-qpxqtx
d08789e0
ZU
6383%texhash
6384
31bd2c4a 6385%postun fonts-qpxqtx
d08789e0
ZU
6386%texhash
6387
6388%post fonts-rsfs
6389%texhash
6390
6391%postun fonts-rsfs
6392%texhash
6393
6394%post fonts-stmaryrd
6395%texhash
6396
6397%postun fonts-stmaryrd
6398%texhash
6399
6400%post fonts-tx
6401%texhash
6402
6403%postun fonts-tx
6404%texhash
6405
6406%post fonts-urw
6407%texhash
6408
6409%postun fonts-urw
6410%texhash
6411
6412%post fonts-vnr
6413%texhash
6414
6415%postun fonts-vnr
6416%texhash
6417
6418%post fonts-wasy
6419%texhash
6420
6421%postun fonts-wasy
6422%texhash
6423
6424%post fonts-xypic
6425%texhash
6426
6427%postun fonts-xypic
6428%texhash
6429
6430%post fonts-yandy
6431%texhash
6432
6433%postun fonts-yandy
6434%texhash
6435
6436%post fonts-type1-antp
6437%texhash
6438
6439%postun fonts-type1-antp
6440%texhash
6441
6442%post fonts-type1-antt
6443%texhash
6444
6445%postun fonts-type1-antt
6446%texhash
6447
6448%post fonts-type1-belleek
6449%texhash
6450
6451%postun fonts-type1-belleek
6452%texhash
6453
6454%post fonts-type1-bitstream
6455%texhash
6456
6457%postun fonts-type1-bitstream
6458%texhash
6459
6460%post fonts-type1-bluesky
6461%texhash
6462
6463%postun fonts-type1-bluesky
6464%texhash
6465
6466%post fonts-type1-cc-pl
6467%texhash
6468
6469%postun fonts-type1-cc-pl
6470%texhash
6471
6472%post fonts-type1-cmcyr
6473%texhash
6474
6475%postun fonts-type1-cmcyr
6476%texhash
6477
6478%post fonts-type1-cs
6479%texhash
6480
6481%postun fonts-type1-cs
6482%texhash
6483
070c5aff
ZU
6484%post fonts-type1-dstroke
6485%texhash
d08789e0 6486
070c5aff
ZU
6487%postun fonts-type1-dstroke
6488%texhash
d08789e0
ZU
6489
6490%post fonts-type1-eurosym
6491%texhash
6492
6493%postun fonts-type1-eurosym
6494%texhash
6495
6496%post fonts-type1-hoekwater
6497%texhash
6498
6499%postun fonts-type1-hoekwater
6500%texhash
6501
6502%post fonts-type1-lm
6503%texhash
6504
6505%postun fonts-type1-lm
6506%texhash
6507
6508%post fonts-type1-marvosym
6509%texhash
6510
6511%postun fonts-type1-marvosym
6512%texhash
6513
6514%post fonts-type1-mathpazo
6515%texhash
6516
6517%postun fonts-type1-mathpazo
6518%texhash
6519
6520%post fonts-type1-omega
6521%texhash
6522
6523%postun fonts-type1-omega
6524%texhash
6525
6526%post fonts-type1-pl
6527%texhash
6528
6529%postun fonts-type1-pl
6530%texhash
6531
6532%post fonts-type1-px
6533%texhash
6534
6535%postun fonts-type1-px
6536%texhash
6537
070c5aff
ZU
6538%post fonts-type1-qfonts
6539%texhash
d08789e0 6540
070c5aff
ZU
6541%postun fonts-type1-qfonts
6542%texhash
d08789e0
ZU
6543
6544%post fonts-type1-tx
6545%texhash
6546
6547%postun fonts-type1-tx
6548%texhash
6549
6550%post fonts-type1-urw
6551%texhash
6552
6553%postun fonts-type1-urw
6554%texhash
6555
6556%post fonts-type1-vnr
6557%texhash
6558
6559%postun fonts-type1-vnr
6560%texhash
6561
6562%post fonts-type1-xypic
6563%texhash
6564
6565%postun fonts-type1-xypic
6566%texhash
6567
6568%post -n texconfig
6569%texhash
6570
6571%postun -n texconfig
6572%texhash
6573
4224ae6d
MB
6574%post xetex
6575%texhash
6576
6577%postun xetex
6578%texhash
6579
6580%post xmltex
6581%texhash
6582
6583%postun xmltex
6584%texhash
6585
5902e778
ZU
6586# Check the commented lines!!!
6587
d08789e0
ZU
6588%files
6589%defattr(644,root,root,755)
0f6c4baf 6590# %doc %{texmf}/LICENSE.texmf
df343eba 6591# %doc %{texmf}/ChangeLog
df343eba 6592# %doc %{texmf}/doc/README.knuth
efc75a1e 6593# There isn't doc/fonts directory
80fa261c 6594%dir %{texmfdist}/doc/fonts
606c6ab6 6595%doc %{texmfdist}/doc/fontname
efc75a1e 6596# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
6597# %dir %{texmf}/doc/help
6598# %doc %{texmf}/doc/help/csname.txt
6599# %doc %{texmf}/doc/help/ctan
6600# %doc %{texmf}/doc/help/tds.dvi
6601# %doc %{texmf}/doc/help/unixtex.ftp
6602# %dir %{texmf}/doc/help/faq
6603# %doc %{texmf}/doc/images
df343eba
ZU
6604# %dir %{texmf}/doc/polish
6605# %doc %{texmf}/doc/polish/*.html
6606# %dir %{texmf}/doc/programs
6607# %doc %{texmf}/doc/programs/web2c*
6608# %doc %{texmf}/doc/programs/cwebman.dvi
6609# %doc %{texmf}/doc/programs/dvipng.*
6610# %doc %{texmf}/doc/knuth
d08789e0
ZU
6611#%attr(755,root,root) %{_bindir}/MakeTeXPK
6612#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
6613
6614# ***********
6615# executables
6616# ***********
d08789e0
ZU
6617%attr(755,root,root) %{_bindir}/a2ping
6618%attr(755,root,root) %{_bindir}/afm2tfm
6619%attr(755,root,root) %{_bindir}/allcm
6620%attr(755,root,root) %{_bindir}/allec
6621%attr(755,root,root) %{_bindir}/allneeded
6622%attr(755,root,root) %{_bindir}/cweave
6623%attr(755,root,root) %{_bindir}/ctangle
6624%attr(755,root,root) %{_bindir}/ctie
6625%attr(755,root,root) %{_bindir}/dmp
6626%attr(755,root,root) %{_bindir}/dvipng
6627%attr(755,root,root) %{_bindir}/e2pall
6628%attr(755,root,root) %{_bindir}/ebb
df343eba 6629# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
6630%attr(755,root,root) %{_bindir}/fmtutil
6631%attr(755,root,root) %{_bindir}/fmtutil-sys
6632#%attr(755,root,root) %{_bindir}/fontexport
6633#%attr(755,root,root) %{_bindir}/fontimport
6634%attr(755,root,root) %{_bindir}/fontinst
6635%attr(755,root,root) %{_bindir}/gftodvi
6636%attr(755,root,root) %{_bindir}/gftopk
6637%attr(755,root,root) %{_bindir}/gftype
6638%attr(755,root,root) %{_bindir}/gsftopk
6639#%attr(755,root,root) %{_bindir}/initex
6640%attr(755,root,root) %{_bindir}/kpseaccess
6641%attr(755,root,root) %{_bindir}/kpsereadlink
6642%attr(755,root,root) %{_bindir}/kpsewhere
6643%attr(755,root,root) %{_bindir}/mag
6644%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
6645#%attr(755,root,root) %{_bindir}/mkfontdesc
6646%attr(755,root,root) %{_bindir}/mktexfmt
6647%attr(755,root,root) %{_bindir}/mktexlsr
6648%attr(755,root,root) %{_bindir}/newer
6649%attr(755,root,root) %{_bindir}/patgen
6650%attr(755,root,root) %{_bindir}/pdfetex
6651%attr(755,root,root) %{_bindir}/pfb2pfa
6652%attr(755,root,root) %{_bindir}/pk2bm
6653%attr(755,root,root) %{_bindir}/pktogf
6654%attr(755,root,root) %{_bindir}/pktype
6655%attr(755,root,root) %{_bindir}/pltotf
6656%attr(755,root,root) %{_bindir}/pooltype
6657%attr(755,root,root) %{_bindir}/ps2frag
6658%attr(755,root,root) %{_bindir}/ps2pk
6659# TODO: move this file to correct subpackage ?
6660%attr(755,root,root) %{_bindir}/ps4pdf
6661#%attr(755,root,root) %{_bindir}/t1mapper
6662%attr(755,root,root) %{_bindir}/tangle
6663#%attr(755,root,root) %{_bindir}/tetex-updmap
6664%attr(755,root,root) %{_bindir}/tex
6665%attr(755,root,root) %{_bindir}/texdoc
d08789e0 6666%attr(755,root,root) %{_bindir}/texhash
df343eba 6667# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
6668%attr(755,root,root) %{_bindir}/texlinks
6669%attr(755,root,root) %{_bindir}/tftopl
6670%attr(755,root,root) %{_bindir}/tie
6671%attr(755,root,root) %{_bindir}/ttf2afm
6672%attr(755,root,root) %{_bindir}/updmap
6673%attr(755,root,root) %{_bindir}/updmap-sys
6674%attr(755,root,root) %{_bindir}/vftovp
6675#%attr(755,root,root) %{_bindir}/virtex
6676%attr(755,root,root) %{_bindir}/vptovf
6677%attr(755,root,root) %{_bindir}/weave
6678
6679%attr(755,root,root) %{texmf}/web2c/mktexnam
6680%attr(755,root,root) %{texmf}/web2c/mktexdir
6681%attr(755,root,root) %{texmf}/web2c/mktexupd
6682
0edad7f5 6683%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
6684
6685#%dir /etc/sysconfig/tetex-updmap
6686#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
6687
6688%ghost %{texmf}/ls-R
7057740b 6689%ghost %{texmfdist}/ls-R
7057740b 6690# %ghost %{_localstatedir}/ls-R
d08789e0 6691
2677a8b0 6692%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 6693%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
6694%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
6695%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
6696%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 6697
d08789e0
ZU
6698%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
6699%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
6700%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
6701%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
6702%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
6703%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
6704%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
6705
d08789e0
ZU
6706%attr(1777,root,root) /var/cache/fonts
6707
6708%{_datadir}/info/web2c.info*
df343eba
ZU
6709# %{_datadir}/info/texi2html.info*
6710# %{_datadir}/texi2html
d08789e0
ZU
6711#%{texmf}/updates.dat
6712
df343eba 6713# %{texmf}/aliases
df343eba 6714# %{texmf}/tex/generic/bghyph
1a192771
ZU
6715# %doc %{texmf}/doc/generic/hyphen
6716#%{texmf}/tex/generic/letterspacing
6717
6718# ***********
6719# Directories
6720# ***********
ae4a938c 6721%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
6722%attr(1777,root,root) %dir %{_localstatedir}/fonts
6723%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 6724%attr(1777,root,root) %dir %{fmtdir}
1a192771 6725
b6042de9 6726%dir %{texmfdist}
8ed039e0 6727%doc %{texmfdist}/README
b6042de9
ZU
6728%dir %{texmf}
6729
1a192771
ZU
6730%dir %{texmfdist}/doc
6731%dir %{texmfdist}/doc/generic
6732%dir %{texmfdist}/doc/generic/enctex
6733%dir %{texmfdist}/doc/latex
6734%dir %{texmfdist}/doc/latex/localloc
6735%dir %{texmf}/doc
6736%dir %{texmf}/doc/generic
6737%dir %{texmf}/doc/tetex
04123363 6738%dir %{texmf}/fmtutil
1a192771
ZU
6739
6740%dir %{texmfdist}/tex
2677a8b0 6741%dir %{texmfdist}/tex/cslatex
0b6bcf85 6742%dir %{texmfdist}/tex/cslatex/base
165b9d73 6743%dir %{texmfdist}/tex/generic
5f841614 6744%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 6745%dir %{texmfdist}/tex/generic/enctex
5f841614 6746%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 6747%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
6748%dir %{texmfdist}/tex/latex
6749%dir %{texmfdist}/tex/latex/base
1a192771
ZU
6750%dir %{texmf}/dvips
6751%dir %{texmf}/dvips/config
6752%dir %{texmf}/dvips/tetex
d08789e0
ZU
6753%dir %{texmf}/fonts/enc
6754%dir %{texmf}/fonts/enc/dvips
6755%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 6756%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
6757%dir %{texmf}/fonts/map
6758%dir %{texmf}/fonts/map/dvips
6759%dir %{texmf}/fonts/map/dvips/tetex
6760%dir %{texmf}/scripts
6761%dir %{texmf}/tex
1a192771
ZU
6762%dir %{texmf}/tex/generic
6763%dir %{texmf}/tex/generic/config
1a192771
ZU
6764%dir %{texmf}/web2c
6765
6766# Docs
2677a8b0 6767# %doc %{texmf}/doc/README
1a192771
ZU
6768%doc %{texmf}/doc/tetex/TETEXDOC.*
6769%doc %{texmf}/doc/tetex/teTeX-FAQ
6770
6771# %{texmf}/fonts/map/dvips/tetex/contnav.map
6772# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
6773%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
6774%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
6775
6776# Main fonts from TeTeX
d08789e0
ZU
6777%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
6778%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
6779%{texmf}/fonts/enc/dvips/tetex/10037936.enc
6780%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
6781%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
6782%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
6783%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
6784%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
6785%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
6786%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
6787%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 6788%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 6789
f2555868 6790%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
6791%{texmfdist}/tex/generic/encodings
6792%{texmfdist}/tex/generic/epsf
f2555868 6793%{texmfdist}/tex/generic/hyph-utf8/*
80fa261c 6794%{texmfdist}/tex/generic/genmisc
2677a8b0 6795%{texmfdist}/tex/generic/misc/null*
1a192771 6796%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
6797%{texmfdist}/tex/generic/tap
6798%{texmfdist}/tex/generic/tex-ps
2677a8b0 6799%{texmfdist}/tex/texinfo
80fa261c 6800%{texmfdist}/tex/fontinst/misc/glyphbox.mtx
1a192771 6801%{texmf}/tex/fontinst
1a192771 6802%{texmf}/tex/generic/hyphen
df343eba 6803
1a192771
ZU
6804# %{fmtdir}/metafun.mem
6805#%{texmf}/web2c/tex-pl.pool
6806# %{texmf}/web2c/tex.pool
fb2a8613 6807%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
6808
6809%{texmf}/web2c/*.tcx
df343eba
ZU
6810
6811# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
6812# %lang(fi) %{_mandir}/fi/man1/allcm.1*
6813# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
6814# %lang(fr) %{_mandir}/fr/man1/access.1*
6815# %lang(hu) %{_mandir}/hu/man1/access.1*
6816# %lang(hu) %{_mandir}/hu/man1/newer.1*
6817# %lang(pl) %{_mandir}/pl/man1/access.1*
6818# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
6819#%{_mandir}/man1/MakeTeXPK.1*
6820#%{_mandir}/man1/access.1*
6821#%{_mandir}/man1/fontexport.1*
6822#%{_mandir}/man1/fontimport.1*
6823#%{_mandir}/man1/initex.1*
6824#%{_mandir}/man1/t1mapper.1*
1a192771 6825#%{_mandir}/man1/texdoc.1*
1a192771 6826#%{_mandir}/man1/texi2html.1*
d08789e0 6827#%{_mandir}/man1/virtex.1*
1a192771 6828#%{_mandir}/man8/fmtutil.8*
d08789e0 6829#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
6830#%{_mandir}/man8/texlinks.8*
6831
d08789e0
ZU
6832%{_mandir}/man1/afm2tfm.1*
6833%{_mandir}/man1/allcm.1*
fae5faca 6834%{_mandir}/man1/allec.1*
d08789e0 6835%{_mandir}/man1/allneeded.1*
fae5faca 6836%{_mandir}/man1/ctangle.1*
d08789e0 6837%{_mandir}/man1/ctie.1*
fae5faca 6838%{_mandir}/man1/cweave.1*
d08789e0
ZU
6839%{_mandir}/man1/cweb.1*
6840%{_mandir}/man1/dmp.1*
6841%{_mandir}/man1/dvipdft.1*
6842%{_mandir}/man1/dvipng.1*
6843%{_mandir}/man1/e2pall.1*
6844%{_mandir}/man1/ebb.1*
6845%{_mandir}/man1/fmtutil.1*
09deda15 6846%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
6847%{_mandir}/man1/fontinst.1*
6848%{_mandir}/man1/gftodvi.1*
6849%{_mandir}/man1/gftopk.1*
6850%{_mandir}/man1/gftype.1*
6851%{_mandir}/man1/gsftopk.1*
6852%{_mandir}/man1/kpseaccess.1*
6853%{_mandir}/man1/kpsereadlink.1*
6854%{_mandir}/man1/kpsewhere.1*
6855%{_mandir}/man1/mag.1*
6856%{_mandir}/man1/makempx.1*
6857%{_mandir}/man1/makempy.1*
fae5faca 6858%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
6859%{_mandir}/man1/mktexlsr.1*
6860%{_mandir}/man1/newer.1*
6861%{_mandir}/man1/patgen.1*
6862%{_mandir}/man1/pdfetex.1*
6863%{_mandir}/man1/pfb2pfa.1*
6864%{_mandir}/man1/pk2bm.1*
6865%{_mandir}/man1/pktogf.1*
6866%{_mandir}/man1/pktype.1*
6867%{_mandir}/man1/pltotf.1*
6868%{_mandir}/man1/pooltype.1*
6869%{_mandir}/man1/ps2frag.1*
6870%{_mandir}/man1/ps2pk.1*
6871%{_mandir}/man1/tangle.1*
6872%{_mandir}/man1/tex.1*
d08789e0 6873%{_mandir}/man1/texexec.1*
fae5faca 6874%{_mandir}/man1/texhash.1*
d08789e0 6875%{_mandir}/man1/texlinks.1*
d08789e0 6876%{_mandir}/man1/tftopl.1*
d08789e0 6877%{_mandir}/man1/tie.1*
1a192771 6878%{_mandir}/man1/ttf2afm.1*
d08789e0 6879%{_mandir}/man1/updmap.1*
fae5faca 6880%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
6881%{_mandir}/man1/vftovp.1*
6882%{_mandir}/man1/vptovf.1*
6883%{_mandir}/man1/weave.1*
6884%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 6885%{_mandir}/man5/updmap.cfg.5*
1a192771 6886
80fa261c
ZU
6887%files other-utils
6888%defattr(644,root,root,755)
6889%attr(755,root,root) %{_bindir}/bg5+latex
6890%attr(755,root,root) %{_bindir}/bg5+pdflatex
6891%attr(755,root,root) %{_bindir}/bg5conv
6892%attr(755,root,root) %{_bindir}/bg5latex
6893%attr(755,root,root) %{_bindir}/bg5pdflatex
6894%attr(755,root,root) %{_bindir}/bibtex8
6895%attr(755,root,root) %{_bindir}/cfftot1
6896%attr(755,root,root) %{_bindir}/ebong
6897%attr(755,root,root) %{_bindir}/extconv
6898%attr(755,root,root) %{_bindir}/extractbb
6899%attr(755,root,root) %{_bindir}/gbklatex
6900%attr(755,root,root) %{_bindir}/gbkpdflatex
6901%attr(755,root,root) %{_bindir}/getnonfreefonts
6902%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
6903%attr(755,root,root) %{_bindir}/hbf2gf
6904%attr(755,root,root) %{_bindir}/jadetex
6905%attr(755,root,root) %{_bindir}/lamed
6906%attr(755,root,root) %{_bindir}/makeglossaries
6907%attr(755,root,root) %{_bindir}/metafun
6908%attr(755,root,root) %{_bindir}/mkjobtexmf
6909%attr(755,root,root) %{_bindir}/mllatex
6910%attr(755,root,root) %{_bindir}/mltex
6911%attr(755,root,root) %{_bindir}/mmafm
6912%attr(755,root,root) %{_bindir}/mmpfb
6913%attr(755,root,root) %{_bindir}/musixflx
6914%attr(755,root,root) %{_bindir}/ofm2opl
6915%attr(755,root,root) %{_bindir}/otfinfo
6916%attr(755,root,root) %{_bindir}/otftotfm
6917%attr(755,root,root) %{_bindir}/oxdvi
6918%attr(755,root,root) %{_bindir}/pdfatfi
6919%attr(755,root,root) %{_bindir}/pdfclose
6920%attr(755,root,root) %{_bindir}/pdfjadetex
6921%attr(755,root,root) %{_bindir}/pdfopen
6922%attr(755,root,root) %{_bindir}/pdftosrc
6923%{__perl}tex
6924%attr(755,root,root) %{_bindir}/physe
6925%attr(755,root,root) %{_bindir}/pkfix
6926%attr(755,root,root) %{_bindir}/ppower4
6927%attr(755,root,root) %{_bindir}/rungs
6928%attr(755,root,root) %{_bindir}/simpdftex
6929%attr(755,root,root) %{_bindir}/sjisconv
6930%attr(755,root,root) %{_bindir}/sjislatex
6931%attr(755,root,root) %{_bindir}/sjispdflatex
6932%attr(755,root,root) %{_bindir}/synctex
6933%attr(755,root,root) %{_bindir}/t1dotlessj
6934%attr(755,root,root) %{_bindir}/t1lint
6935%attr(755,root,root) %{_bindir}/t1reencode
6936%attr(755,root,root) %{_bindir}/t1testpage
6937%attr(755,root,root) %{_bindir}/texcount
6938%attr(755,root,root) %{_bindir}/texsis
6939%attr(755,root,root) %{_bindir}/tlmgr
6940%attr(755,root,root) %{_bindir}/tpic2pdftex
6941%attr(755,root,root) %{_bindir}/ttf2pk
6942%attr(755,root,root) %{_bindir}/ttf2tfm
6943%attr(755,root,root) %{_bindir}/ttftotype42
6944%attr(755,root,root) %{_bindir}/vlna
6945%attr(755,root,root) %{_bindir}/vpe
6946%{_mandir}/man1/cfftot1.1*
6947%{_mandir}/man1/getnonfreefonts-sys.1
6948%{_mandir}/man1/getnonfreefonts.1*
6949%{_mandir}/man1/hbf2gf.1*
6950%{_mandir}/man1/mkjobtexmf.1*
6951%{_mandir}/man1/mmafm.1*
6952%{_mandir}/man1/mmpfb.1*
6953%{_mandir}/man1/otfinfo.1*
6954%{_mandir}/man1/otftotfm.1*
6955%{_mandir}/man1/oxdvi.1
6956%{_mandir}/man1/pdftosrc.1*
6957%{_mandir}/man1/ps2eps.1*
6958%{_mandir}/man1/synctex.1*
6959%{_mandir}/man1/t1dotlessj.1*
6960%{_mandir}/man1/t1lint.1*
6961%{_mandir}/man1/t1reencode.1*
6962%{_mandir}/man1/t1testpage.1*
6963%{_mandir}/man1/ttf2pk.1*
6964%{_mandir}/man1/ttf2tfm.1*
6965%{_mandir}/man1/ttftotype42.1*
6966%{_mandir}/man1/vlna.1*
6967%{_mandir}/man5/synctex.5*
6968%{texmfdist}/source/startex
6969%{texmfdist}/source/jadetex
6970%{texmfdist}/tex/jadetex
6971%{texmfdist}/tex/texsis
6972%{texmfdist}/tex/startex
6973%{texmf}/fmtutil/format.jadetex.cnf
6974%{texmf}/fmtutil/format.mltex.cnf
6975%{texmfdist}/tex/generic/abbr
6976%{texmfdist}/tex/generic/abstyles/
6977%{texmfdist}/tex/generic/arrayjob
6978%{texmfdist}/tex/generic/barr
6979%{texmfdist}/tex/generic/borceux
6980%{texmfdist}/tex/generic/c-pascal
6981%{texmfdist}/tex/generic/cirth
6982%{texmfdist}/tex/generic/colortab
6983%{texmfdist}/tex/generic/dratex
6984%{texmfdist}/tex/generic/ean
6985%{texmfdist}/tex/generic/edmac
6986%{texmfdist}/tex/generic/elvish
6987%{texmfdist}/tex/generic/fenixpar
6988%{texmfdist}/tex/generic/fltpoint
6989%{texmfdist}/tex/generic/musixtex
6990
6991%files other-utils-doc
6992%defattr(644,root,root,755)
6993%doc %{texmfdist}/doc/jadetex
6994%doc %{texmfdist}/doc/texsis
6995%doc %{texmfdist}/doc/startex
6996%doc %{texmfdist}/doc/generic/c-pascal
d08789e0
ZU
6997
6998%files dirs-fonts
6999%defattr(644,root,root,755)
1a192771 7000%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7001%dir %{texmfdist}/fonts
7002%dir %{texmfdist}/fonts/afm
7003%dir %{texmfdist}/fonts/afm/public
4224ae6d 7004%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7005%dir %{texmfdist}/fonts/enc
7006%dir %{texmfdist}/fonts/enc/dvips
7007%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7008%dir %{texmfdist}/fonts/map
21c69d95 7009%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7010%dir %{texmfdist}/fonts/map/dvips
7011%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7012%dir %{texmfdist}/fonts/map/fontname
21c69d95
ZU
7013%dir %{texmfdist}/fonts/ofm
7014%dir %{texmfdist}/fonts/ofm/public
7015%dir %{texmfdist}/fonts/ovf
7016%dir %{texmfdist}/fonts/ovf/public
7017%dir %{texmfdist}/fonts/ovp
7018%dir %{texmfdist}/fonts/ovp/public
7019%dir %{texmfdist}/fonts/opentype
7020%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7021%dir %{texmfdist}/fonts/pk
1a192771 7022%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7023%dir %{texmfdist}/fonts/source
7024%dir %{texmfdist}/fonts/source/public
21c69d95 7025%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7026%dir %{texmfdist}/fonts/tfm
7027%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7028%dir %{texmfdist}/fonts/tfm/vntex
04123363 7029%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7030%dir %{texmfdist}/fonts/type1
7031%dir %{texmfdist}/fonts/type1/public
21c69d95 7032%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7033%dir %{texmfdist}/fonts/vf
7034%dir %{texmfdist}/fonts/vf/public
21c69d95 7035%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7036%dir %{texmfdist}/source
7037%dir %{texmfdist}/source/fonts
7038%dir %{texmfdist}/source/latex
1a192771
ZU
7039%dir %{texmf}/fonts
7040%dir %{texmf}/fonts/opentype
7041%dir %{texmf}/fonts/opentype/public
d08789e0 7042
5b7eba8e
MB
7043%files doc
7044%defattr(644,root,root,755)
80fa261c 7045%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7046%dir %{texmfdoc}
04123363 7047%dir %{texmfdoc}/doc
80fa261c
ZU
7048%{texmfdoc}/README
7049%{texmfdoc}/ls-R
5b7eba8e 7050%{texmfdoc}/doc/english
80fa261c 7051%{texmfdist}/doc/fontinst
5b7eba8e
MB
7052
7053%files doc-bg
7054%defattr(644,root,root,755)
7055%{texmfdoc}/doc/bulgarian
7056
7057%files doc-cs
7058%defattr(644,root,root,755)
7059%{texmfdoc}/doc/czechslovak
7060
7061%files doc-de
7062%defattr(644,root,root,755)
7063%{texmfdoc}/doc/german
7064
7065%files doc-el
7066%defattr(644,root,root,755)
7067%{texmfdoc}/doc/greek
7068
7069%files doc-es
7070%defattr(644,root,root,755)
7071%{texmfdoc}/doc/spanish
7072
7073%files doc-fi
7074%defattr(644,root,root,755)
7075%{texmfdoc}/doc/finnish
7076
7077%files doc-fr
7078%defattr(644,root,root,755)
7079%{texmfdoc}/doc/french
7080
7081%files doc-it
7082%defattr(644,root,root,755)
7083%{texmfdoc}/doc/italian
7084
7085%files doc-ja
7086%defattr(644,root,root,755)
7087%{texmfdoc}/doc/japanese
7088
7089%files doc-ko
7090%defattr(644,root,root,755)
7091%{texmfdoc}/doc/korean
7092
7093%files doc-mn
7094%defattr(644,root,root,755)
7095%{texmfdoc}/doc/mongolian
7096
7097%files doc-nl
7098%defattr(644,root,root,755)
7099%{texmfdoc}/doc/dutch
7100
7101%files doc-pl
7102%defattr(644,root,root,755)
7103%{texmfdoc}/doc/polish
7104
7105%files doc-pt
7106%defattr(644,root,root,755)
7107%{texmfdoc}/doc/portuguese
7108
7109%files doc-ru
7110%defattr(644,root,root,755)
7111%{texmfdoc}/doc/russian
7112
7113%files doc-sk
7114%defattr(644,root,root,755)
7115%{texmfdoc}/doc/slovak
7116
7117%files doc-sl
7118%defattr(644,root,root,755)
7119%{texmfdoc}/doc/slovenian
7120
7121%files doc-th
7122%defattr(644,root,root,755)
7123%{texmfdoc}/doc/thai
7124
7125%files doc-tr
7126%defattr(644,root,root,755)
7127%{texmfdoc}/doc/turkish
7128
7129%files doc-uk
7130%defattr(644,root,root,755)
7131%{texmfdoc}/doc/ukrainian
7132
7133%files doc-vi
7134%defattr(644,root,root,755)
7135%{texmfdoc}/doc/vietnamese
7136
7137%files doc-zh_CN
7138%defattr(644,root,root,755)
7139%{texmfdoc}/doc/chinese
7140
0f6c4baf
ZU
7141# %files doc-Catalogue
7142# %defattr(644,root,root,755)
7143# %{texmf}/doc/help/Catalogue
d08789e0 7144
0f6c4baf
ZU
7145# %files doc-tug-faq
7146# %defattr(644,root,root,755)
7147# %{texmf}/doc/help/faq/uktug-faq
d08789e0 7148
5902e778 7149
d08789e0
ZU
7150%files doc-latex
7151%defattr(644,root,root,755)
5902e778
ZU
7152# %{texmfdist}/doc/latex/bar
7153# %{texmfdist}/doc/latex/eclbip
7154# %{texmfdist}/doc/latex/eo
7155# %{texmfdist}/doc/latex/floatflt
7156# %{texmfdist}/doc/latex/general
7157# %{texmfdist}/doc/latex/germbib
7158# %{texmfdist}/doc/latex/images
7159# %{texmfdist}/doc/latex/mathcomp
7160# %{texmfdist}/doc/latex/mt11p
7161# %{texmfdist}/doc/latex/picins
7162# %{texmfdist}/doc/latex/ps4pdf
7163# %{texmfdist}/doc/latex/pslatex
7164# %{texmfdist}/doc/latex/shapepar
7165# %{texmfdist}/doc/latex/supertab
7166# %{texmfdist}/doc/latex/tex-refs
7167# %{texmfdist}/doc/latex/textmerg
7168# %{texmfdist}/doc/latex/treesvr
df343eba 7169%{texmfdist}/doc/latex/acronym
df343eba
ZU
7170%{texmfdist}/doc/latex/aeguill
7171%{texmfdist}/doc/latex/anysize
df343eba
ZU
7172%{texmfdist}/doc/latex/base
7173%{texmfdist}/doc/latex/beton
df343eba
ZU
7174%{texmfdist}/doc/latex/carlisle
7175%{texmfdist}/doc/latex/ccaption
7176%{texmfdist}/doc/latex/changebar
7177%{texmfdist}/doc/latex/chappg
df343eba
ZU
7178%{texmfdist}/doc/latex/concmath
7179%{texmfdist}/doc/latex/crop
df343eba
ZU
7180%{texmfdist}/doc/latex/dinbrief
7181%{texmfdist}/doc/latex/draftcopy
df343eba
ZU
7182%{texmfdist}/doc/latex/eepic
7183%{texmfdist}/doc/latex/endfloat
df343eba
ZU
7184%{texmfdist}/doc/latex/esint
7185%{texmfdist}/doc/latex/eso-pic
7186%{texmfdist}/doc/latex/euler
7187%{texmfdist}/doc/latex/eulervm
df343eba
ZU
7188%{texmfdist}/doc/latex/extsizes
7189%{texmfdist}/doc/latex/fancybox
7190%{texmfdist}/doc/latex/fancyhdr
7191%{texmfdist}/doc/latex/fancyvrb
7192%{texmfdist}/doc/latex/filecontents
7193%{texmfdist}/doc/latex/float
df343eba
ZU
7194%{texmfdist}/doc/latex/footmisc
7195%{texmfdist}/doc/latex/footnpag
7196%{texmfdist}/doc/latex/fp
df343eba 7197%{texmfdist}/doc/latex/geometry
df343eba
ZU
7198%{texmfdist}/doc/latex/graphics
7199%{texmfdist}/doc/latex/hyperref
7200%{texmfdist}/doc/latex/hyphenat
df343eba
ZU
7201%{texmfdist}/doc/latex/index
7202%{texmfdist}/doc/latex/koma-script
7203%{texmfdist}/doc/latex/labels
df343eba 7204%{texmfdist}/doc/latex/layouts
df343eba
ZU
7205%{texmfdist}/doc/latex/lettrine
7206%{texmfdist}/doc/latex/listings
7207%{texmfdist}/doc/latex/ltabptch
df343eba
ZU
7208%{texmfdist}/doc/latex/mdwtools
7209%{texmfdist}/doc/latex/memoir
7210%{texmfdist}/doc/latex/mh
df343eba
ZU
7211%{texmfdist}/doc/latex/mparhack
7212%{texmfdist}/doc/latex/ms
df343eba
ZU
7213%{texmfdist}/doc/latex/multibib
7214%{texmfdist}/doc/latex/mwcls
7215%{texmfdist}/doc/latex/natbib
7216%{texmfdist}/doc/latex/nomencl
7217%{texmfdist}/doc/latex/ntgclass
df343eba
ZU
7218%{texmfdist}/doc/latex/oberdiek
7219%{texmfdist}/doc/latex/overpic
7220%{texmfdist}/doc/latex/paralist
7221%{texmfdist}/doc/latex/pb-diagram
7222%{texmfdist}/doc/latex/pdfpages
7223%{texmfdist}/doc/latex/picinpar
df343eba
ZU
7224%{texmfdist}/doc/latex/pict2e
7225%{texmfdist}/doc/latex/placeins
7226%{texmfdist}/doc/latex/preprint
7227%{texmfdist}/doc/latex/preview
7228%{texmfdist}/doc/latex/program
df343eba 7229%{texmfdist}/doc/latex/psfrag
0f6c4baf 7230%{texmfdist}/doc/latex/revtex
df343eba
ZU
7231%{texmfdist}/doc/latex/rotating
7232%{texmfdist}/doc/latex/rotfloat
7233%{texmfdist}/doc/latex/scale
7234%{texmfdist}/doc/latex/sectsty
7235%{texmfdist}/doc/latex/seminar
df343eba
ZU
7236%{texmfdist}/doc/latex/showlabels
7237%{texmfdist}/doc/latex/sidecap
df343eba
ZU
7238%{texmfdist}/doc/latex/slashbox
7239%{texmfdist}/doc/latex/soul
7240%{texmfdist}/doc/latex/stdclsdv
7241%{texmfdist}/doc/latex/subfig
7242%{texmfdist}/doc/latex/subfigure
df343eba 7243%{texmfdist}/doc/latex/textfit
df343eba
ZU
7244%{texmfdist}/doc/latex/textpos
7245%{texmfdist}/doc/latex/titlesec
7246%{texmfdist}/doc/latex/tocbibind
7247%{texmfdist}/doc/latex/tocloft
7248%{texmfdist}/doc/latex/tools
7249%{texmfdist}/doc/latex/totpages
df343eba
ZU
7250%{texmfdist}/doc/latex/type1cm
7251%{texmfdist}/doc/latex/units
7252%{texmfdist}/doc/latex/vmargin
7253%{texmfdist}/doc/latex/was
7254%{texmfdist}/doc/latex/wrapfig
7255%{texmfdist}/doc/latex/xtab
7256%{texmfdist}/doc/latex/yfonts
7257
096dca83 7258%files -n kpathsea
d08789e0 7259%defattr(644,root,root,755)
4aeb46f7 7260%dir %{texmf}/doc/kpathsea
446ab8e0 7261%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
7262%attr(755,root,root) %{_bindir}/kpsepath
7263%attr(755,root,root) %{_bindir}/kpsestat
7264%attr(755,root,root) %{_bindir}/kpsetool
7265%attr(755,root,root) %{_bindir}/kpsewhich
7266%attr(755,root,root) %{_bindir}/kpsexpand
7267%attr(755,root,root) %{_libdir}/libkpathsea.so.*
7268%{_libdir}/libkpathsea.la
fae5faca
ZU
7269%{_mandir}/man1/kpsexpand.1*
7270%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
7271%{_mandir}/man1/kpsestat.1*
7272%{_mandir}/man1/kpsetool.1*
7273%{_mandir}/man1/kpsewhich.1*
d08789e0 7274
096dca83 7275%files -n kpathsea-devel
d08789e0
ZU
7276%defattr(644,root,root,755)
7277%attr(755,root,root) %{_libdir}/libkpathsea.so
7278%{_includedir}/kpathsea
7279%{_infodir}/kpathsea.info*
7280
7281%files dvips
7282%defattr(644,root,root,755)
446ab8e0 7283# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 7284# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 7285# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
7286# %lang(fi) %{_mandir}/fi/man1/dvips.1*
7287# %{texmf}/dvips/misc
7288# %{texmf}/dvips/config/config.generic
7289# %{texmf}/fonts/map/dvips/misc
7290# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7291# %{texmf}/fonts/map/dvips/tetex/bsr.map
7292# %{_localstatedir}/fonts/map/dvipdfm
7293# %{_localstatedir}/fonts/map/dvips
7294%dir %{texmfdist}/fonts/map/dvips/cmex
7295%dir %{texmf}/dvipdfm
7296%docdir %{texmf}/doc/dvips
7297%docdir %{texmf}/doc/dvipdfm
d08789e0
ZU
7298%attr(755,root,root) %{_bindir}/dvips
7299%attr(755,root,root) %{_bindir}/dvired
7300%attr(755,root,root) %{_bindir}/dvitomp
7301%attr(755,root,root) %{_bindir}/dvitype
7302%attr(755,root,root) %{_bindir}/dvicopy
7303%attr(755,root,root) %{_bindir}/dvipdfm
7304%attr(755,root,root) %{_bindir}/dvipdft
7305# dvi2fax requires ghostscript
7306%attr(755,root,root) %{_bindir}/dvi2fax
7307%{_infodir}/dvips.info*
7308%{_mandir}/man1/dvi2fax.1*
7309%{_mandir}/man1/dvicopy.1*
7310%{_mandir}/man1/dvipdfm.1*
7311%{_mandir}/man1/dvips.1*
7312%{_mandir}/man1/dvired.1*
7313%{_mandir}/man1/dvitomp.1*
7314%{_mandir}/man1/dvitype.1*
d08789e0 7315%{texmf}/dvips/base
80fa261c
ZU
7316%{texmf}/dvips/config
7317%{texmf}/dvips/getafm
d08789e0 7318%{texmf}/dvips/gsftopk
2677a8b0 7319%{texmfdist}/dvips/psfrag
606c6ab6 7320# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 7321%{texmfdist}/fonts/enc/dvips/base
9b908671 7322%{texmfdist}/fonts/map/dvips/allrunes
5902e778 7323%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 7324%{texmfdist}/tex/generic/dvips
5902e778
ZU
7325%{texmf}/dvipdfm/config
7326%{texmf}/dvips/tetex/config.*
d08789e0 7327%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 7328%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
7329# %{texmf}/fonts/map
7330%dir %{texmf}/fonts/map/dvipdfm
7331%dir %{texmf}/fonts/map/dvips
7332%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
7333%{texmf}/fonts/map/dvipdfm/updmap
7334%{texmf}/fonts/map/dvipdfm/dvipdfmx
7335%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
7336%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7337%{texmf}/fonts/map/dvips/tetex/dvips35.map
7338%{texmf}/fonts/map/dvips/tetex/mathpple.map
7339%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7340%{texmf}/fonts/map/dvips/tetex/mt-plus.map
7341%{texmf}/fonts/map/dvips/tetex/mt-yy.map
7342%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 7343
d08789e0
ZU
7344
7345%files dvilj
7346%defattr(644,root,root,755)
7347%attr(755,root,root) %{_bindir}/dvihp
7348%attr(755,root,root) %{_bindir}/dvilj
7349%attr(755,root,root) %{_bindir}/dvilj2p
7350%attr(755,root,root) %{_bindir}/dvilj4
7351%attr(755,root,root) %{_bindir}/dvilj4l
7352%attr(755,root,root) %{_bindir}/dvilj6
7353%{_mandir}/man1/dvihp.1*
7354%{_mandir}/man1/dvilj.1*
09deda15
ZU
7355%{_mandir}/man1/dvilj2p.1*
7356%{_mandir}/man1/dvilj4.1*
7357%{_mandir}/man1/dvilj4l.1*
7358%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
7359
7360%files makeindex
7361%defattr(644,root,root,755)
446ab8e0 7362%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
7363%attr(755,root,root) %{_bindir}/mkindex
7364%attr(755,root,root) %{_bindir}/makeindex
7365%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 7366%{texmfdist}/makeindex
d08789e0
ZU
7367%{_mandir}/man1/makeindex.1*
7368%{_mandir}/man1/mkindex.1*
7369%{_mandir}/man1/rumakeindex.1*
7370
7371%files metafont
7372%defattr(644,root,root,755)
d08789e0
ZU
7373#%attr(755,root,root) %{_bindir}/mfw
7374#%attr(755,root,root) %{_bindir}/virmf
7375#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
7376#%{texmf}/mft/cmbase.mft
7377# %{texmf}/mft/e.mft
446ab8e0
ZU
7378# %{texmf}/mft/pl.mft
7379# %{fmtdir}/mf.base
d08789e0 7380#%{texmf}/web2c/mf-nowin.base
446ab8e0 7381# %{texmf}/web2c/mf.pool
d08789e0 7382#%{texmf}/web2c/mfw.base
d08789e0
ZU
7383#%{_mandir}/man1/inimf.1*
7384#%{_mandir}/man1/virmf.1*
5902e778
ZU
7385%dir %{texmfdist}/mft
7386%dir %{texmfdist}/mft/base
7387%attr(755,root,root) %{_bindir}/mf
7388%attr(755,root,root) %{_bindir}/mf-nowin
7389%attr(755,root,root) %{_bindir}/mft
7390%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 7391%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
7392%attr(755,root,root) %{_bindir}/mktextfm
7393%{texmfdist}/metafont
7394%{texmfdist}/mft/base/mplain.mft
7395%{texmfdist}/mft/base/plain.mft
80fa261c 7396%{texmfdist}/source/metafont
5902e778 7397%{_mandir}/man1/mf.1*
fae5faca 7398%{_mandir}/man1/mf-nowin.1*
5902e778 7399%{_mandir}/man1/mft.1*
d08789e0
ZU
7400%{_mandir}/man1/mktexmf.1*
7401%{_mandir}/man1/mktexpk.1*
7402%{_mandir}/man1/mktextfm.1*
80fa261c 7403%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
7404
7405%files metapost
7406%defattr(644,root,root,755)
d08789e0
ZU
7407#%attr(755,root,root) %{_bindir}/virmpost
7408#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
7409# %{texmf}/web2c/mp.pool
7410# %{fmtdir}/mpost.mem
7411#%{_mandir}/man1/inimpost.1*
7412#%{_mandir}/man1/virmpost.1*
446ab8e0 7413%dir %{texmfdist}/metapost
5902e778
ZU
7414%doc %{texmfdist}/doc/metapost
7415%attr(755,root,root) %{_bindir}/mpost
7416%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
7417%{texmfdist}/metapost/base
7418%{texmfdist}/metapost/config
7419%{texmfdist}/metapost/mfpic
7420%{texmfdist}/metapost/misc
7421%{texmfdist}/metapost/support
80fa261c 7422%{texmfdist}/source/metapost
d08789e0
ZU
7423%{_mandir}/man1/mpost.1*
7424%{_mandir}/man1/mpto.1*
80fa261c 7425%{texmf}/fmtutil/format.metapost.cnf
d08789e0
ZU
7426
7427%files mptopdf
7428%defattr(644,root,root,755)
7429%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 7430%{_mandir}/man1/mptopdf.1*
b839a3ce 7431# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
7432
7433%files texdoctk
7434%defattr(644,root,root,755)
446ab8e0 7435# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
7436%attr(755,root,root) %{_bindir}/texdoctk
7437%{texmf}/texdoctk
d08789e0
ZU
7438%{_mandir}/man1/texdoctk.1*
7439
7440%files -n texconfig
7441%defattr(644,root,root,755)
5902e778
ZU
7442%dir %{texmf}/texconfig
7443%doc %{texmf}/texconfig/README
d08789e0
ZU
7444%attr(755,root,root) %{_bindir}/texconfig
7445%attr(755,root,root) %{_bindir}/texconfig-dialog
7446%attr(755,root,root) %{_bindir}/texconfig-sys
7447%attr(755,root,root) %{texmf}/texconfig/tcfmgr
7448%{_mandir}/man1/texconfig.1*
fae5faca 7449%{_mandir}/man1/texconfig-sys.1*
5902e778 7450%{texmf}/texconfig/g
d08789e0 7451%{texmf}/texconfig/generic
5902e778 7452%{texmf}/texconfig/tcfmgr.map
d08789e0 7453%{texmf}/texconfig/v
d08789e0
ZU
7454%{texmf}/texconfig/x
7455
624ed2f9
ZU
7456%files -n xindy
7457%defattr(644,root,root,755)
4224ae6d 7458%doc %{texmf}/doc/xindy
624ed2f9 7459%dir %{texmf}/xindy
624ed2f9 7460%dir %{texmf}/xindy/lang
1024ab0e
ZU
7461%dir %{texmf}/scripts
7462%{texmf}/scripts/xindy
4224ae6d
MB
7463%{texmf}/xindy/base
7464%{texmf}/xindy/class
7465%{texmf}/xindy/ord
7466%{texmf}/xindy/rules
7467%{texmf}/xindy/styles
7468%{texmf}/xindy/tex
624ed2f9 7469
1024ab0e 7470
624ed2f9
ZU
7471%files -n xindy-albanian
7472%defattr(644,root,root,755)
4224ae6d 7473%{texmf}/xindy/lang/albanian
624ed2f9
ZU
7474
7475%files -n xindy-belarusian
7476%defattr(644,root,root,755)
4224ae6d 7477%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
7478
7479%files -n xindy-bulgarian
7480%defattr(644,root,root,755)
4224ae6d 7481%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
7482
7483%files -n xindy-croatian
7484%defattr(644,root,root,755)
4224ae6d 7485%{texmf}/xindy/lang/croatian
624ed2f9
ZU
7486
7487%files -n xindy-czech
7488%defattr(644,root,root,755)
4224ae6d 7489%{texmf}/xindy/lang/czech
624ed2f9
ZU
7490
7491%files -n xindy-danish
7492%defattr(644,root,root,755)
4224ae6d 7493%{texmf}/xindy/lang/danish
624ed2f9
ZU
7494
7495%files -n xindy-dutch
7496%defattr(644,root,root,755)
4224ae6d 7497%{texmf}/xindy/lang/dutch
624ed2f9
ZU
7498
7499%files -n xindy-english
7500%defattr(644,root,root,755)
4224ae6d 7501%{texmf}/xindy/lang/english
624ed2f9
ZU
7502
7503%files -n xindy-esperanto
7504%defattr(644,root,root,755)
4224ae6d 7505%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
7506
7507%files -n xindy-estonian
7508%defattr(644,root,root,755)
4224ae6d 7509%{texmf}/xindy/lang/estonian
624ed2f9
ZU
7510
7511%files -n xindy-finnish
7512%defattr(644,root,root,755)
4224ae6d 7513%{texmf}/xindy/lang/finnish
624ed2f9
ZU
7514
7515%files -n xindy-french
7516%defattr(644,root,root,755)
4224ae6d 7517%{texmf}/xindy/lang/french
624ed2f9
ZU
7518
7519%files -n xindy-general
7520%defattr(644,root,root,755)
4224ae6d 7521%{texmf}/xindy/lang/general
624ed2f9
ZU
7522
7523%files -n xindy-georgian
7524%defattr(644,root,root,755)
4224ae6d 7525%{texmf}/xindy/lang/georgian
624ed2f9
ZU
7526
7527%files -n xindy-german
7528%defattr(644,root,root,755)
4224ae6d 7529%{texmf}/xindy/lang/german
624ed2f9
ZU
7530
7531%files -n xindy-greek
7532%defattr(644,root,root,755)
4224ae6d 7533%{texmf}/xindy/lang/greek
624ed2f9
ZU
7534
7535%files -n xindy-gypsy
7536%defattr(644,root,root,755)
4224ae6d 7537%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
7538
7539%files -n xindy-hausa
7540%defattr(644,root,root,755)
4224ae6d 7541%{texmf}/xindy/lang/hausa
624ed2f9
ZU
7542
7543%files -n xindy-hebrew
7544%defattr(644,root,root,755)
4224ae6d 7545%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
7546
7547%files -n xindy-hungarian
7548%defattr(644,root,root,755)
4224ae6d 7549%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
7550
7551%files -n xindy-icelandic
7552%defattr(644,root,root,755)
4224ae6d 7553%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
7554
7555%files -n xindy-italian
7556%defattr(644,root,root,755)
4224ae6d 7557%{texmf}/xindy/lang/italian
624ed2f9
ZU
7558
7559%files -n xindy-klingon
7560%defattr(644,root,root,755)
4224ae6d 7561%{texmf}/xindy/lang/klingon
624ed2f9
ZU
7562
7563%files -n xindy-kurdish
7564%defattr(644,root,root,755)
4224ae6d 7565%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
7566
7567%files -n xindy-latin
7568%defattr(644,root,root,755)
4224ae6d 7569%{texmf}/xindy/lang/latin
624ed2f9
ZU
7570
7571%files -n xindy-latvian
7572%defattr(644,root,root,755)
4224ae6d 7573%{texmf}/xindy/lang/latvian
624ed2f9
ZU
7574
7575%files -n xindy-lithuanian
7576%defattr(644,root,root,755)
4224ae6d 7577%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
7578
7579%files -n xindy-lower-sorbian
7580%defattr(644,root,root,755)
4224ae6d 7581%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
7582
7583%files -n xindy-macedonian
7584%defattr(644,root,root,755)
4224ae6d 7585%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
7586
7587%files -n xindy-mongolian
7588%defattr(644,root,root,755)
4224ae6d 7589%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
7590
7591%files -n xindy-norwegian
7592%defattr(644,root,root,755)
4224ae6d 7593%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
7594
7595%files -n xindy-polish
7596%defattr(644,root,root,755)
4224ae6d 7597%{texmf}/xindy/lang/polish
624ed2f9
ZU
7598
7599%files -n xindy-portuguese
7600%defattr(644,root,root,755)
4224ae6d 7601%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
7602
7603%files -n xindy-romanian
7604%defattr(644,root,root,755)
4224ae6d 7605%{texmf}/xindy/lang/romanian
624ed2f9
ZU
7606
7607%files -n xindy-russian
7608%defattr(644,root,root,755)
4224ae6d 7609%{texmf}/xindy/lang/russian
624ed2f9
ZU
7610
7611%files -n xindy-serbian
7612%defattr(644,root,root,755)
4224ae6d 7613%{texmf}/xindy/lang/serbian
624ed2f9
ZU
7614
7615%files -n xindy-slovak
7616%defattr(644,root,root,755)
4224ae6d 7617%{texmf}/xindy/lang/slovak
624ed2f9
ZU
7618
7619%files -n xindy-slovenian
7620%defattr(644,root,root,755)
4224ae6d 7621%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
7622
7623%files -n xindy-spanish
7624%defattr(644,root,root,755)
4224ae6d 7625%{texmf}/xindy/lang/spanish
624ed2f9
ZU
7626
7627%files -n xindy-swedish
7628%defattr(644,root,root,755)
4224ae6d 7629%{texmf}/xindy/lang/swedish
624ed2f9
ZU
7630
7631%files -n xindy-turkish
7632%defattr(644,root,root,755)
4224ae6d 7633%{texmf}/xindy/lang/turkish
624ed2f9
ZU
7634
7635%files -n xindy-ukrainian
7636%defattr(644,root,root,755)
4224ae6d 7637%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
7638
7639%files -n xindy-upper-sorbian
7640%defattr(644,root,root,755)
4224ae6d 7641%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
7642
7643%files -n xindy-vietnamese
7644%defattr(644,root,root,755)
4224ae6d 7645%{texmf}/xindy/lang/vietnamese/
624ed2f9 7646
d08789e0
ZU
7647%files -n xdvi
7648%defattr(644,root,root,755)
d08789e0 7649#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 7650# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 7651# %{_mandir}/man1/xdvizilla.1*
9b908671 7652%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
7653%attr(755,root,root) %{_bindir}/xdvi
7654%{_mandir}/man1/xdvi.1*
d08789e0
ZU
7655%{_desktopdir}/xdvi.desktop
7656%{_pixmapsdir}/xdvi.png
7657%{texmf}/xdvi
7658
7659%files pdftex
7660%defattr(644,root,root,755)
446ab8e0 7661# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 7662# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 7663# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
7664# %dir %{texmf}/fonts/map/pdftex
7665# %dir %{texmf}/fonts/map/pdftex/cmttf
7666# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
7667# %{texmf}/web2c/pdfetex-pl.pool
7668# %{texmf}/web2c/pdfetex.pool
7669# %{texmf}/web2c/pdfxtex.pool
5902e778 7670# %{_mandir}/man1/pdfxtex.1*
5fef92c1 7671%doc %{texmfdist}/doc/pdftex
5902e778
ZU
7672%attr(755,root,root) %{_bindir}/epstopdf
7673%attr(755,root,root) %{_bindir}/pdfcrop
7674%attr(755,root,root) %{_bindir}/pdftex
7675%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 7676%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 7677%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
7678%{_mandir}/man1/epstopdf.1*
7679%{_mandir}/man1/pdftex.1*
80fa261c
ZU
7680%{texmfdist}/fonts/enc/pdftex
7681%{texmfdist}/fonts/map/pdftex
7682%{texmf}/fonts/map/pdftex/updmap
d08789e0 7683
04123363 7684%files phyzzx
f65b3398 7685%defattr(644,root,root,755)
04123363
ZU
7686%attr(755,root,root) %{_bindir}/phyzzx
7687%dir %{texmfdist}/doc/phyzzx
7688%dir %{texmfdist}/tex/phyzzx
7689%doc %{texmfdist}/doc/phyzzx/base
80fa261c 7690%{texmfdist}/tex/phyzzx/base
04123363
ZU
7691%{texmfdist}/tex/phyzzx/config
7692%{texmf}/fmtutil/format.phyzzx.cnf
7693
d08789e0
ZU
7694%files omega
7695%defattr(644,root,root,755)
5902e778
ZU
7696# %{texmf}/web2c/omega.pool
7697# %{texmf}/web2c/aleph.pool
5902e778
ZU
7698# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
7699# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
7700# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
7701# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf
ZU
7702%doc %{texmfdist}/doc/omega
7703%dir %{texmfdist}/omega
7704%dir %{texmfdist}/dvips/omega
d08789e0
ZU
7705%attr(755,root,root) %{_bindir}/aleph
7706%attr(755,root,root) %{_bindir}/lambda
7707%attr(755,root,root) %{_bindir}/mkocp
7708%attr(755,root,root) %{_bindir}/mkofm
7709%attr(755,root,root) %{_bindir}/odvicopy
7710%attr(755,root,root) %{_bindir}/odvips
7711%attr(755,root,root) %{_bindir}/odvitype
7712%attr(755,root,root) %{_bindir}/omega
7713%attr(755,root,root) %{_bindir}/omfonts
7714%attr(755,root,root) %{_bindir}/opl2ofm
7715%attr(755,root,root) %{_bindir}/otangle
7716%attr(755,root,root) %{_bindir}/otp2ocp
7717%attr(755,root,root) %{_bindir}/outocp
7718%attr(755,root,root) %{_bindir}/ovf2ovp
7719%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
7720%{texmfdist}/dvips/omega/config.omega
7721%{texmfdist}/dvips/omega/omega.cfg
7722%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
7723%{texmfdist}/omega/ocp
7724%{texmfdist}/omega/otp
2677a8b0 7725%{texmfdist}/tex/lambda
80fa261c 7726%{texmfdist}/source/lambda
fae5faca 7727%{_mandir}/man1/lambda.1*
d08789e0
ZU
7728%{_mandir}/man1/mkocp.1*
7729%{_mandir}/man1/mkofm.1*
7730%{_mandir}/man1/omega.1*
fae5faca
ZU
7731%{_mandir}/man1/odvicopy.1*
7732%{_mandir}/man1/odvips.1*
7733%{_mandir}/man1/odvitype.1*
d08789e0
ZU
7734%{_mandir}/man1/ofm2opl.1*
7735%{_mandir}/man1/opl2ofm.1*
7736%{_mandir}/man1/otp2ocp.1*
7737%{_mandir}/man1/outocp.1*
7738%{_mandir}/man1/ovf2ovp.1*
7739%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
7740%{texmf}/fmtutil/format.omega.cnf
7741%{texmf}/fmtutil/format.aleph.cnf
d08789e0 7742
d08789e0
ZU
7743%files plain
7744%defattr(644,root,root,755)
446ab8e0
ZU
7745%doc %{texmfdist}/doc/plain
7746%{texmfdist}/tex/plain
4224ae6d 7747%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 7748%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
7749#%{texmf}/web2c/plain.mem
7750#%{texmf}/web2c/plain.base
7751
d5174470
ZU
7752# %files format-plain
7753# %defattr(644,root,root,755)
b839a3ce 7754# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
7755#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
7756
d5174470
ZU
7757# %files format-pdftex
7758# %defattr(644,root,root,755)
b839a3ce 7759# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 7760
d5174470
ZU
7761# %files format-pdfetex
7762# %defattr(644,root,root,755)
b839a3ce 7763# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
7764
7765%files mex
7766%defattr(644,root,root,755)
80fa261c 7767%doc %{texmfdist}/doc/mex
446ab8e0
ZU
7768%dir %{texmfdist}/tex/mex
7769%dir %{texmfdist}/tex/mex/base
7770%{texmfdist}/tex/mex/base/mex1.tex
7771%{texmfdist}/tex/mex/base/mex2.tex
7772%{texmfdist}/tex/mex/base/mex.tex
7773%dir %{texmfdist}/tex/mex/config
7774%{texmfdist}/tex/mex/base/mexconf.tex
7775
d08789e0
ZU
7776%files format-mex
7777%defattr(644,root,root,755)
7778%attr(755,root,root) %{_bindir}/mex
2677a8b0 7779%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 7780# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
7781
7782%files format-pdfmex
7783%defattr(644,root,root,755)
7784%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 7785%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 7786# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
7787
7788%files format-utf8mex
7789%defattr(644,root,root,755)
7790%attr(755,root,root) %{_bindir}/utf8mex
04123363 7791%dir %{texmfdist}/doc/mex
2677a8b0
ZU
7792%doc %{texmfdist}/doc/mex/utf8mex
7793%{texmfdist}/tex/mex/utf8mex
b839a3ce 7794# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
7795
7796%files amstex
7797%defattr(644,root,root,755)
2677a8b0
ZU
7798%dir %{texmfdist}/tex/amstex
7799%{texmfdist}/tex/amstex/base
7800%{texmfdist}/tex/amstex/config
7801%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
7802
7803%files format-amstex
7804%defattr(644,root,root,755)
446ab8e0
ZU
7805%doc %{texmfdist}/doc/amstex
7806%{texmfdist}/tex/amstex
d08789e0
ZU
7807%attr(755,root,root) %{_bindir}/amstex
7808%{_mandir}/man1/amstex.1*
80fa261c
ZU
7809%{texmf}/fmtutil/format.amstex.cnf
7810%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
7811# %lang(fi) %{_mandir}/fi/man1/amstex.1*
7812# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 7813
446ab8e0
ZU
7814# %files format-pdfamstex
7815# %defattr(644,root,root,755)
7816# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 7817#%{texmf}/pdftex/amstex
446ab8e0 7818# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
7819
7820%files csplain
7821%defattr(644,root,root,755)
04123363 7822%dir %{texmfdist}/doc/cslatex
21c69d95 7823%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
7824%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
7825%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
7826%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
7827%doc %{texmfdist}/doc/cslatex/base/csplain.doc
7828%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
7829%doc %{texmfdist}/doc/cslatex/base/test8z.tex
7830%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 7831%attr(755,root,root) %{_bindir}/csplain
446ab8e0 7832%{texmfdist}/tex/csplain
d08789e0
ZU
7833
7834%files format-csplain
7835%defattr(644,root,root,755)
b839a3ce 7836# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
7837
7838%files format-pdfcsplain
7839%defattr(644,root,root,755)
7840%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 7841# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
7842
7843%files cslatex
7844%defattr(644,root,root,755)
446ab8e0
ZU
7845# %doc %{texmf}/doc/cstex/INSTALL.cslatex
7846# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
7847%{texmfdist}/tex/cslatex
7848%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
7849
7850%files format-cslatex
7851%defattr(644,root,root,755)
7852%attr(755,root,root) %{_bindir}/cslatex
80fa261c 7853%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 7854# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
7855
7856%files format-pdfcslatex
7857%defattr(644,root,root,755)
7858%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 7859# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 7860
ffd94364
ZU
7861# %files cyrplain
7862# %defattr(644,root,root,755)
7863# %doc %{texmf}/doc/cyrplain
7864# %{texmf}/tex/cyrplain
d08789e0 7865
ffd94364
ZU
7866# %files format-cyrplain
7867# %defattr(644,root,root,755)
7868# %attr(755,root,root) %{_bindir}/cyrtex
7869# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 7870
ffd94364
ZU
7871# %files format-cyramstex
7872# %defattr(644,root,root,755)
7873# %attr(755,root,root) %{_bindir}/cyramstex
7874# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 7875
ffd94364
ZU
7876# %files format-cyrtexinfo
7877# %defattr(644,root,root,755)
7878# %attr(755,root,root) %{_bindir}/cyrtexinfo
7879# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
7880
7881%files eplain
7882%defattr(644,root,root,755)
ffd94364
ZU
7883%doc %{texmfdist}/doc/etex
7884%doc %{texmfdist}/doc/eplain
7885%{texmfdist}/tex/plain/etex
7886%{texmfdist}/tex/eplain
d08789e0
ZU
7887
7888%files format-eplain
7889%defattr(644,root,root,755)
7890%attr(755,root,root) %{_bindir}/eplain
7891%attr(755,root,root) %{_bindir}/etex
7892%{_mandir}/man1/eplain.1*
7893%{_mandir}/man1/etex.1*
80fa261c 7894%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
7895# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
7896# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
7897
7898%files context
7899%defattr(644,root,root,755)
68640cd8
ZU
7900%doc %{texmfdist}/doc/context
7901# %doc %{texmf}/doc/polish/context
4224ae6d
MB
7902%attr(755,root,root) %{_bindir}/context
7903%attr(755,root,root) %{_bindir}/ctxtools
7904%attr(755,root,root) %{_bindir}/exatools
7905%attr(755,root,root) %{_bindir}/luatools
7906%attr(755,root,root) %{_bindir}/makempy
7907%attr(755,root,root) %{_bindir}/mpstools
7908%attr(755,root,root) %{_bindir}/mtxrun
7909%attr(755,root,root) %{_bindir}/mtxtools
7910%attr(755,root,root) %{_bindir}/pdfthumb
7911%attr(755,root,root) %{_bindir}/pdftools
7912%attr(755,root,root) %{_bindir}/pdftrimwhite
7913%attr(755,root,root) %{_bindir}/pstopdf
7914%attr(755,root,root) %{_bindir}/rlxtools
7915%attr(755,root,root) %{_bindir}/runtools
7916%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
7917%attr(755,root,root) %{_bindir}/texfind
7918%attr(755,root,root) %{_bindir}/texfont
4224ae6d 7919%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 7920%attr(755,root,root) %{_bindir}/texshow
4224ae6d 7921%attr(755,root,root) %{_bindir}/textools
d08789e0 7922%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
7923%attr(755,root,root) %{_bindir}/tmftools
7924%attr(755,root,root) %{_bindir}/xmltools
ffd94364 7925# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
7926%{_mandir}/man1/ctxtools.1*
7927%{_mandir}/man1/pdftools.1*
7928%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
7929%{_mandir}/man1/texfind.1*
7930%{_mandir}/man1/texfont.1*
fae5faca
ZU
7931%{_mandir}/man1/texmfstart.1*
7932%{_mandir}/man1/textools.1*
d08789e0 7933%{_mandir}/man1/texutil.1*
ffd94364 7934# %{_mandir}/man1/texshow.1*
4224ae6d 7935%{texmfdist}/context
68640cd8 7936%{texmfdist}/fonts/enc/dvips/context
ffd94364 7937# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
7938%{texmfdist}/metapost/context
7939%{texmfdist}/scripts/context
4224ae6d
MB
7940%{texmfdist}/tex/context
7941%exclude %{texmfdist}/tex/context/config/cont-de.ini
7942%exclude %{texmfdist}/tex/context/config/cont-en.ini
7943%exclude %{texmfdist}/tex/context/config/cont-nl.ini
7944%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 7945%{texmfdist}/tex/generic/context
4224ae6d 7946%{texmfdist}/tex/latex/context
68640cd8 7947%{texmfdist}/bibtex/bst/context
80fa261c 7948%{texmf}/fmtutil/format.context.cnf
d08789e0
ZU
7949
7950# no fmt, so commented out
7951#%files format-context-cz
7952#%defattr(644,root,root,755)
7953#%%{texmf}/tex/context/config/cont-cz.ini
7954# does not build with beta 20021025
7955#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
7956
7957%files format-context-de
7958%defattr(644,root,root,755)
2677a8b0 7959%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 7960# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
7961#%{_mandir}/man1/cont-de.1*
7962
7963%files format-context-en
7964%defattr(644,root,root,755)
2677a8b0 7965%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 7966# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
7967#%{_mandir}/man1/cont-en.1*
7968# what is the difference betwen uk and en in this particular situation?
2677a8b0 7969%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 7970# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
7971
7972# no fmt, so commented out
7973#%files format-context-it
7974#%defattr(644,root,root,755)
7975#%%{texmf}/tex/context/config/cont-it.ini
7976
7977%files format-context-nl
7978%defattr(644,root,root,755)
2677a8b0 7979%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 7980# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
7981#%{_mandir}/man1/cont-nl.1*
7982
7983# no fmt, so commented out
7984#%files format-context-ro
7985#%defattr(644,root,root,755)
7986#%%{texmf}/tex/context/config/cont-ro.ini
7987
3127b522 7988
d08789e0
ZU
7989%files latex
7990%defattr(644,root,root,755)
5fef92c1 7991%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
7992%attr(755,root,root) %{_bindir}/latex
7993%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
7994# %lang(fi) %{_mandir}/fi/man1/latex.1*
7995# %lang(pl) %{_mandir}/pl/man1/latex.1*
7996# %{_infodir}/latex.info*
04123363 7997%{texmf}/fmtutil/format.latex.cnf
5fef92c1 7998%{_mandir}/man1/lacheck.1*
3127b522
ZU
7999%{_mandir}/man1/latex.1*
8000%{_mandir}/man1/pslatex.1*
d08789e0 8001
3127b522
ZU
8002%dir %{texmfdist}/scripts
8003%dir %{texmfdist}/scripts/pst-pdf
63399af2 8004%dir %{texmfdist}/source/generic
df343eba 8005%dir %{texmfdist}/tex/latex
63399af2
ZU
8006%dir %{texmfdist}/tex/plain
8007%dir %{texmf}/tex/latex
d08789e0 8008
3127b522
ZU
8009# %{texmfdist}/tex/latex/citesort
8010# %{texmfdist}/tex/latex/dvilj
8011# %{texmfdist}/tex/latex/eclbip
8012# %{texmfdist}/tex/latex/eo
8013# %{texmfdist}/tex/latex/example
8014# %{texmfdist}/tex/latex/fguill
8015# %{texmfdist}/tex/latex/floatflt
8016# %{texmfdist}/tex/latex/gletter
8017# %{texmfdist}/tex/latex/here
8018# %{texmfdist}/tex/latex/mt11p
8019# %{texmfdist}/tex/latex/relsize
8020# %{texmfdist}/tex/latex/selectp
8021# %{texmfdist}/tex/latex/shadow
8022# %{texmfdist}/tex/latex/showtags
8023# %{texmfdist}/tex/latex/tabls
8024# %{texmfdist}/tex/latex/texmacs
8025# %{texmfdist}/tex/latex/threeparttable
8026# %{texmfdist}/tex/latex/treesvr
8027# %{texmfdist}/tex/latex/ulem
8028# %{texmfdist}/tex/latex/url
8029# %{texmf}/tex/latex/version
8030# %{texmf}/tex/latex/vpage
8031%{texmfdist}/scripts/pst-pdf/ps4pdf
8032%{texmfdist}/tex/generic/pstricks
8033%{texmfdist}/tex/generic/shapepar
3127b522 8034%{texmfdist}/tex/generic/textmerg
6367bfc9
MB
8035%{texmfdist}/tex/latex/12many
8036%{texmfdist}/tex/latex/AkkTeX
8037%{texmfdist}/tex/latex/ESIEEcv
8038%{texmfdist}/tex/latex/GuIT
8039%{texmfdist}/tex/latex/HA-prosper
8040%{texmfdist}/tex/latex/IEEEconf
8041%{texmfdist}/tex/latex/IEEEtran
8042%{texmfdist}/tex/latex/SIstyle
8043%{texmfdist}/tex/latex/Tabbing
8044%{texmfdist}/tex/latex/a0poster
8045%{texmfdist}/tex/latex/aastex
8046%{texmfdist}/tex/latex/abc
6367bfc9
MB
8047%{texmfdist}/tex/latex/achemso
8048%{texmfdist}/tex/latex/acmconf
8049%{texmfdist}/tex/latex/acmtrans
df343eba 8050%{texmfdist}/tex/latex/acronym
6367bfc9
MB
8051%{texmfdist}/tex/latex/active-conf
8052%{texmfdist}/tex/latex/addlines
8053%{texmfdist}/tex/latex/adrlist
df343eba 8054%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
8055%{texmfdist}/tex/latex/afthesis
8056%{texmfdist}/tex/latex/aguplus
8057%{texmfdist}/tex/latex/aiaa
8058%{texmfdist}/tex/latex/akletter
8059%{texmfdist}/tex/latex/alg
8060%{texmfdist}/tex/latex/algorithm2e
8061%{texmfdist}/tex/latex/algorithmicx
8062%{texmfdist}/tex/latex/allrunes
8063%{texmfdist}/tex/latex/alnumsec
8064%{texmfdist}/tex/latex/altfont
8065%{texmfdist}/tex/latex/ametsoc
8066%{texmfdist}/tex/latex/amsaddr
8067%{texmfdist}/tex/latex/amsrefs
8068%{texmfdist}/tex/latex/animate
8069%{texmfdist}/tex/latex/answers
8070%{texmfdist}/tex/latex/antiqua
8071%{texmfdist}/tex/latex/anyfontsize
df343eba 8072%{texmfdist}/tex/latex/anysize
6367bfc9
MB
8073%{texmfdist}/tex/latex/apa
8074%{texmfdist}/tex/latex/apacite
8075%{texmfdist}/tex/latex/apl
8076%{texmfdist}/tex/latex/ar
8077%{texmfdist}/tex/latex/arabi
8078%{texmfdist}/tex/latex/arabtex
8079%{texmfdist}/tex/latex/archaic
8080%{texmfdist}/tex/latex/arcs
8081%{texmfdist}/tex/latex/arev
8082%{texmfdist}/tex/latex/armenian
8083%{texmfdist}/tex/latex/arydshln
8084%{texmfdist}/tex/latex/asaetr
8085%{texmfdist}/tex/latex/ascelike
8086%{texmfdist}/tex/latex/ascii
8087%{texmfdist}/tex/latex/assignment
8088%{texmfdist}/tex/latex/attachfile
8089%{texmfdist}/tex/latex/augie
8090%{texmfdist}/tex/latex/auncial-new
8091%{texmfdist}/tex/latex/aurical
8092%{texmfdist}/tex/latex/authoraftertitle
8093%{texmfdist}/tex/latex/authorindex
8094%{texmfdist}/tex/latex/auto-pst-pdf
8095%{texmfdist}/tex/latex/autoarea
8096%{texmfdist}/tex/latex/autotab
8097%{texmfdist}/tex/latex/avantgar
8098%{texmfdist}/tex/latex/babelbib
6367bfc9
MB
8099%{texmfdist}/tex/latex/bangtex
8100%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
8101%{texmfdist}/tex/latex/base
8102%{texmfdist}/tex/latex/bayer
8103%{texmfdist}/tex/latex/bbding
8104%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
8105%{texmfdist}/tex/latex/begriff
8106%{texmfdist}/tex/latex/bengali
8107%{texmfdist}/tex/latex/bera
8108%{texmfdist}/tex/latex/betababel
df343eba 8109%{texmfdist}/tex/latex/beton
6367bfc9
MB
8110%{texmfdist}/tex/latex/bez123
8111%{texmfdist}/tex/latex/bibarts
8112%{texmfdist}/tex/latex/bibleref
8113%{texmfdist}/tex/latex/biblist
8114%{texmfdist}/tex/latex/bibtopicprefix
8115%{texmfdist}/tex/latex/bigfoot
8116%{texmfdist}/tex/latex/binomexp
8117%{texmfdist}/tex/latex/biocon
8118%{texmfdist}/tex/latex/bizcard
8119%{texmfdist}/tex/latex/blacklettert1
8120%{texmfdist}/tex/latex/blindtext
8121%{texmfdist}/tex/latex/blowup
8122%{texmfdist}/tex/latex/boisik
8123%{texmfdist}/tex/latex/boites
8124%{texmfdist}/tex/latex/boldtensors
8125%{texmfdist}/tex/latex/bookest
8126%{texmfdist}/tex/latex/bookhands
8127%{texmfdist}/tex/latex/booklet
8128%{texmfdist}/tex/latex/bookman
8129%{texmfdist}/tex/latex/bophook
8130%{texmfdist}/tex/latex/boxhandler
8131%{texmfdist}/tex/latex/bpchem
8132%{texmfdist}/tex/latex/braille
8133%{texmfdist}/tex/latex/breakurl
8134%{texmfdist}/tex/latex/bridge
8135%{texmfdist}/tex/latex/brushscr
8136%{texmfdist}/tex/latex/bullcntr
8137%{texmfdist}/tex/latex/burmese
8138%{texmfdist}/tex/latex/bussproofs
8139%{texmfdist}/tex/latex/bytefield
df343eba 8140%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
8141%{texmfdist}/tex/latex/calxxxx
8142%{texmfdist}/tex/latex/captcont
8143%{texmfdist}/tex/latex/casyl
8144%{texmfdist}/tex/latex/catechis
8145%{texmfdist}/tex/latex/cbcoptic
8146%{texmfdist}/tex/latex/cbfonts
df343eba 8147%{texmfdist}/tex/latex/ccaption
6367bfc9
MB
8148%{texmfdist}/tex/latex/cchess
8149%{texmfdist}/tex/latex/cclicenses
8150%{texmfdist}/tex/latex/cd-cover
8151%{texmfdist}/tex/latex/cd
8152%{texmfdist}/tex/latex/cdpbundl
8153%{texmfdist}/tex/latex/cellspace
df343eba 8154%{texmfdist}/tex/latex/changebar
6367bfc9
MB
8155%{texmfdist}/tex/latex/changepage
8156%{texmfdist}/tex/latex/changes
df343eba 8157%{texmfdist}/tex/latex/chappg
6367bfc9
MB
8158%{texmfdist}/tex/latex/chapterfolder
8159%{texmfdist}/tex/latex/chemarrow
8160%{texmfdist}/tex/latex/chemcompounds
8161%{texmfdist}/tex/latex/chemcono
8162%{texmfdist}/tex/latex/chemstyle
8163%{texmfdist}/tex/latex/cherokee
8164%{texmfdist}/tex/latex/chess
8165%{texmfdist}/tex/latex/chessboard
8166%{texmfdist}/tex/latex/chessfss
8167%{texmfdist}/tex/latex/chicago
8168%{texmfdist}/tex/latex/china2e
8169%{texmfdist}/tex/latex/chletter
8170%{texmfdist}/tex/latex/circ
8171%{texmfdist}/tex/latex/citeref
8172%{texmfdist}/tex/latex/cjhebrew
8173%{texmfdist}/tex/latex/cjk
8174%{texmfdist}/tex/latex/cjw
8175%{texmfdist}/tex/latex/classicthesis
8176%{texmfdist}/tex/latex/clefval
8177%{texmfdist}/tex/latex/cleveref
8178%{texmfdist}/tex/latex/clock
8179%{texmfdist}/tex/latex/clrscode
8180%{texmfdist}/tex/latex/cm-lgc
8181%{texmfdist}/tex/latex/cm-super
df343eba 8182%{texmfdist}/tex/latex/cmap
6367bfc9
MB
8183%{texmfdist}/tex/latex/cmcyralt
8184%{texmfdist}/tex/latex/cmdstring
8185%{texmfdist}/tex/latex/cmdtrack
8186%{texmfdist}/tex/latex/cmll
8187%{texmfdist}/tex/latex/cmsd
8188%{texmfdist}/tex/latex/codepage
8189%{texmfdist}/tex/latex/colorinfo
8190%{texmfdist}/tex/latex/colortab
8191%{texmfdist}/tex/latex/colortbl
8192%{texmfdist}/tex/latex/colorwav
8193%{texmfdist}/tex/latex/combine
8194%{texmfdist}/tex/latex/commath
8195%{texmfdist}/tex/latex/compactbib
8196%{texmfdist}/tex/latex/complexity
8197%{texmfdist}/tex/latex/computational-complexity
8198%{texmfdist}/tex/latex/concprog
8199%{texmfdist}/tex/latex/confproc
8200%{texmfdist}/tex/latex/constants
8201%{texmfdist}/tex/latex/contour
8202%{texmfdist}/tex/latex/cooking
8203%{texmfdist}/tex/latex/cool
8204%{texmfdist}/tex/latex/coollist
8205%{texmfdist}/tex/latex/coolstr
8206%{texmfdist}/tex/latex/cooltooltips
8207%{texmfdist}/tex/latex/coordsys
8208%{texmfdist}/tex/latex/courier-scaled
8209%{texmfdist}/tex/latex/courier
8210%{texmfdist}/tex/latex/courseoutline
8211%{texmfdist}/tex/latex/coursepaper
8212%{texmfdist}/tex/latex/coverpage
8213%{texmfdist}/tex/latex/covington
df343eba 8214%{texmfdist}/tex/latex/crop
6367bfc9
MB
8215%{texmfdist}/tex/latex/crossreference
8216%{texmfdist}/tex/latex/crosswrd
8217%{texmfdist}/tex/latex/csbulletin
8218%{texmfdist}/tex/latex/csquotes
8219%{texmfdist}/tex/latex/csvtools
8220%{texmfdist}/tex/latex/ctable
8221%{texmfdist}/tex/latex/ctib
8222%{texmfdist}/tex/latex/cuisine
8223%{texmfdist}/tex/latex/cursor
8224%{texmfdist}/tex/latex/curve
8225%{texmfdist}/tex/latex/curve2e
8226%{texmfdist}/tex/latex/cv
8227%{texmfdist}/tex/latex/cweb-latex
8228%{texmfdist}/tex/latex/cwpuzzle
8229%{texmfdist}/tex/latex/cyklop
8230%{texmfdist}/tex/latex/dashbox
8231%{texmfdist}/tex/latex/dashrule
8232%{texmfdist}/tex/latex/datatool
8233%{texmfdist}/tex/latex/dateiliste
8234%{texmfdist}/tex/latex/datenumber
8235%{texmfdist}/tex/latex/datetime
8236%{texmfdist}/tex/latex/dcpic
8237%{texmfdist}/tex/latex/decimal
8238%{texmfdist}/tex/latex/delimtxt
8239%{texmfdist}/tex/latex/diagnose
8240%{texmfdist}/tex/latex/dialogl
8241%{texmfdist}/tex/latex/dichokey
8242%{texmfdist}/tex/latex/dictsym
8243%{texmfdist}/tex/latex/digiconfigs
df343eba 8244%{texmfdist}/tex/latex/dinbrief
6367bfc9
MB
8245%{texmfdist}/tex/latex/dingbat
8246%{texmfdist}/tex/latex/directory
8247%{texmfdist}/tex/latex/disser
8248%{texmfdist}/tex/latex/dlfltxb
8249%{texmfdist}/tex/latex/dnaseq
8250%{texmfdist}/tex/latex/docmfp
8251%{texmfdist}/tex/latex/doi
8252%{texmfdist}/tex/latex/doipubmed
8253%{texmfdist}/tex/latex/dotarrow
8254%{texmfdist}/tex/latex/dotseqn
8255%{texmfdist}/tex/latex/dottex
8256%{texmfdist}/tex/latex/doublestroke
8257%{texmfdist}/tex/latex/dpfloat
8258%{texmfdist}/tex/latex/dprogress
8259%{texmfdist}/tex/latex/drac
df343eba 8260%{texmfdist}/tex/latex/draftcopy
6367bfc9
MB
8261%{texmfdist}/tex/latex/draftwatermark
8262%{texmfdist}/tex/latex/dramatist
8263%{texmfdist}/tex/latex/dtk
8264%{texmfdist}/tex/latex/duerer-latex
8265%{texmfdist}/tex/latex/dvdcoll
8266%{texmfdist}/tex/latex/dvipdfmx-def
8267%{texmfdist}/tex/latex/dyntree
8268%{texmfdist}/tex/latex/eCards
8269%{texmfdist}/tex/latex/ean13isbn
8270%{texmfdist}/tex/latex/easy
8271%{texmfdist}/tex/latex/ebezier
8272%{texmfdist}/tex/latex/ebsthesis
8273%{texmfdist}/tex/latex/ecclesiastic
8274%{texmfdist}/tex/latex/ecltree
8275%{texmfdist}/tex/latex/eco
8276%{texmfdist}/tex/latex/economic
8277%{texmfdist}/tex/latex/ecv
8278%{texmfdist}/tex/latex/ed
8279%{texmfdist}/tex/latex/edmargin
8280%{texmfdist}/tex/latex/ednotes
8281%{texmfdist}/tex/latex/eemeir
df343eba 8282%{texmfdist}/tex/latex/eepic
6367bfc9
MB
8283%{texmfdist}/tex/latex/egameps
8284%{texmfdist}/tex/latex/egplot
8285%{texmfdist}/tex/latex/eiad
8286%{texmfdist}/tex/latex/ellipsis
8287%{texmfdist}/tex/latex/elmath
8288%{texmfdist}/tex/latex/elpres
8289%{texmfdist}/tex/latex/elsarticle
8290%{texmfdist}/tex/latex/elsevier
8291%{texmfdist}/tex/latex/em
8292%{texmfdist}/tex/latex/emp
8293%{texmfdist}/tex/latex/emulateapj
8294%{texmfdist}/tex/latex/encxvlna
df343eba 8295%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
8296%{texmfdist}/tex/latex/endheads
8297%{texmfdist}/tex/latex/engpron
8298%{texmfdist}/tex/latex/engrec
8299%{texmfdist}/tex/latex/envbig
8300%{texmfdist}/tex/latex/environ
8301%{texmfdist}/tex/latex/envlab
8302%{texmfdist}/tex/latex/epigrafica
8303%{texmfdist}/tex/latex/epigraph
8304%{texmfdist}/tex/latex/epiolmec
8305%{texmfdist}/tex/latex/epsdice
8306%{texmfdist}/tex/latex/epspdfconversion
8307%{texmfdist}/tex/latex/eqlist
8308%{texmfdist}/tex/latex/eqname
8309%{texmfdist}/tex/latex/eqnarray
8310%{texmfdist}/tex/latex/eqparbox
8311%{texmfdist}/tex/latex/errata
8312%{texmfdist}/tex/latex/esdiff
df343eba 8313%{texmfdist}/tex/latex/esint
6367bfc9
MB
8314%{texmfdist}/tex/latex/eskd
8315%{texmfdist}/tex/latex/eskdx
3127b522 8316%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
8317%{texmfdist}/tex/latex/esvect
8318%{texmfdist}/tex/latex/etaremune
8319%{texmfdist}/tex/latex/etex-pkg
8320%{texmfdist}/tex/latex/ethiop
8321%{texmfdist}/tex/latex/etoolbox
8322%{texmfdist}/tex/latex/eukdate
df343eba
ZU
8323%{texmfdist}/tex/latex/euler
8324%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
8325%{texmfdist}/tex/latex/euproposal
8326%{texmfdist}/tex/latex/euro
8327%{texmfdist}/tex/latex/eurofont
8328%{texmfdist}/tex/latex/europecv
8329%{texmfdist}/tex/latex/eurosans
df343eba 8330%{texmfdist}/tex/latex/eurosym
6367bfc9
MB
8331%{texmfdist}/tex/latex/everypage
8332%{texmfdist}/tex/latex/examdesign
8333%{texmfdist}/tex/latex/examplep
8334%{texmfdist}/tex/latex/exceltex
8335%{texmfdist}/tex/latex/exercise
8336%{texmfdist}/tex/latex/expdlist
cf8dbd64
MB
8337%{texmfdist}/tex/latex/expl3
8338%{texmfdist}/tex/latex/export
8339%{texmfdist}/tex/latex/extarrows
8340%{texmfdist}/tex/latex/extpfeil
8341%{texmfdist}/tex/latex/extract
df343eba 8342%{texmfdist}/tex/latex/extsizes
cf8dbd64
MB
8343%{texmfdist}/tex/latex/facsimile
8344%{texmfdist}/tex/latex/faktor
df343eba
ZU
8345%{texmfdist}/tex/latex/fancybox
8346%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
8347%{texmfdist}/tex/latex/fancynum
8348%{texmfdist}/tex/latex/fancyref
8349%{texmfdist}/tex/latex/fancytooltips
df343eba 8350%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
8351%{texmfdist}/tex/latex/fax
8352%{texmfdist}/tex/latex/fc
8353%{texmfdist}/tex/latex/feyn
8354%{texmfdist}/tex/latex/feynmf
8355%{texmfdist}/tex/latex/fge
8356%{texmfdist}/tex/latex/figbib
8357%{texmfdist}/tex/latex/figsize
df343eba 8358%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
8359%{texmfdist}/tex/latex/fink
8360%{texmfdist}/tex/latex/fixfoot
8361%{texmfdist}/tex/latex/fixme
6367bfc9
MB
8362%{texmfdist}/tex/latex/flabels
8363%{texmfdist}/tex/latex/flacards
8364%{texmfdist}/tex/latex/flagderiv
8365%{texmfdist}/tex/latex/flashcards
8366%{texmfdist}/tex/latex/flippdf
df343eba 8367%{texmfdist}/tex/latex/float
6367bfc9
MB
8368%{texmfdist}/tex/latex/floatrow
8369%{texmfdist}/tex/latex/flowfram
8370%{texmfdist}/tex/latex/fmp
8371%{texmfdist}/tex/latex/fmtcount
8372%{texmfdist}/tex/latex/fnbreak
8373%{texmfdist}/tex/latex/fncychap
8374%{texmfdist}/tex/latex/foekfont
8375%{texmfdist}/tex/latex/foilhtml
8376%{texmfdist}/tex/latex/fonetika
df343eba 8377%{texmfdist}/tex/latex/fontinst
6367bfc9 8378%{texmfdist}/tex/latex/fonttable
df343eba
ZU
8379%{texmfdist}/tex/latex/footmisc
8380%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
8381%{texmfdist}/tex/latex/forarray
8382%{texmfdist}/tex/latex/forloop
8383%{texmfdist}/tex/latex/formlett
8384%{texmfdist}/tex/latex/formula
8385%{texmfdist}/tex/latex/formular
8386%{texmfdist}/tex/latex/fouridx
8387%{texmfdist}/tex/latex/fourier
8388%{texmfdist}/tex/latex/fouriernc
df343eba 8389%{texmfdist}/tex/latex/fp
6367bfc9
MB
8390%{texmfdist}/tex/latex/frankenstein
8391%{texmfdist}/tex/latex/frcursive
8392%{texmfdist}/tex/latex/frenchle
8393%{texmfdist}/tex/latex/fribrief
8394%{texmfdist}/tex/latex/frletter
8395%{texmfdist}/tex/latex/frontespizio
8396%{texmfdist}/tex/latex/fullblck
8397%{texmfdist}/tex/latex/fullpict
8398%{texmfdist}/tex/latex/functan
8399%{texmfdist}/tex/latex/fundus
6367bfc9
MB
8400%{texmfdist}/tex/latex/gaceta
8401%{texmfdist}/tex/latex/galois
8402%{texmfdist}/tex/latex/gastex
8403%{texmfdist}/tex/latex/gatech-thesis
8404%{texmfdist}/tex/latex/gauss
8405%{texmfdist}/tex/latex/gb4e
8406%{texmfdist}/tex/latex/gcard
8407%{texmfdist}/tex/latex/gcite
8408%{texmfdist}/tex/latex/genmpage
df343eba 8409%{texmfdist}/tex/latex/geometry
6367bfc9 8410%{texmfdist}/tex/latex/geomsty
df343eba 8411%{texmfdist}/tex/latex/germbib
6367bfc9
MB
8412%{texmfdist}/tex/latex/gfsartemisia
8413%{texmfdist}/tex/latex/gfsbaskerville
8414%{texmfdist}/tex/latex/gfsbodoni
8415%{texmfdist}/tex/latex/gfscomplutum
8416%{texmfdist}/tex/latex/gfsdidot
8417%{texmfdist}/tex/latex/gfsneohellenic
8418%{texmfdist}/tex/latex/gfsporson
8419%{texmfdist}/tex/latex/gfssolomos
8420%{texmfdist}/tex/latex/ginpenc
8421%{texmfdist}/tex/latex/gloss
8422%{texmfdist}/tex/latex/glossaries
8423%{texmfdist}/tex/latex/gmdoc
8424%{texmfdist}/tex/latex/gmeometric
8425%{texmfdist}/tex/latex/gmiflink
8426%{texmfdist}/tex/latex/gmutils
8427%{texmfdist}/tex/latex/gmverb
8428%{texmfdist}/tex/latex/gnuplottex
8429%{texmfdist}/tex/latex/go
df343eba 8430%{texmfdist}/tex/latex/graphics
6367bfc9
MB
8431%{texmfdist}/tex/latex/graphicx-psmin
8432%{texmfdist}/tex/latex/greek-inputenc
8433%{texmfdist}/tex/latex/greekdates
68640cd8 8434%{texmfdist}/tex/latex/greektex
6367bfc9
MB
8435%{texmfdist}/tex/latex/grfpaste
8436%{texmfdist}/tex/latex/grnumalt
8437%{texmfdist}/tex/latex/grotesq
8438%{texmfdist}/tex/latex/grverb
8439%{texmfdist}/tex/latex/gu
8440%{texmfdist}/tex/latex/guitar
8441%{texmfdist}/tex/latex/guitbeamer
8442%{texmfdist}/tex/latex/hanging
8443%{texmfdist}/tex/latex/har2nat
8444%{texmfdist}/tex/latex/harmony
8445%{texmfdist}/tex/latex/harpoon
8446%{texmfdist}/tex/latex/harvard
8447%{texmfdist}/tex/latex/hc
8448%{texmfdist}/tex/latex/helvetic
8449%{texmfdist}/tex/latex/hep
8450%{texmfdist}/tex/latex/hepnames
8451%{texmfdist}/tex/latex/hepparticles
8452%{texmfdist}/tex/latex/hepthesis
8453%{texmfdist}/tex/latex/hepunits
8454%{texmfdist}/tex/latex/hexgame
8455%{texmfdist}/tex/latex/hfoldsty
8456%{texmfdist}/tex/latex/hhtensor
8457%{texmfdist}/tex/latex/hilowres
8458%{texmfdist}/tex/latex/histogr
8459%{texmfdist}/tex/latex/hitec
8460%{texmfdist}/tex/latex/hpsdiss
8461%{texmfdist}/tex/latex/hrlatex
8462%{texmfdist}/tex/latex/hvfloat
8463%{texmfdist}/tex/latex/hypdvips
8464%{texmfdist}/tex/latex/hyper
df343eba 8465%{texmfdist}/tex/latex/hyperref
6367bfc9 8466%{texmfdist}/tex/latex/hyperxmp
df343eba 8467%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
8468%{texmfdist}/tex/latex/ibycus-babel
8469%{texmfdist}/tex/latex/icsv
8470%{texmfdist}/tex/latex/ieeepes
8471%{texmfdist}/tex/latex/ifmslide
8472%{texmfdist}/tex/latex/ifplatform
8473%{texmfdist}/tex/latex/ifsym
8474%{texmfdist}/tex/latex/ijmart
8475%{texmfdist}/tex/latex/imac
8476%{texmfdist}/tex/latex/image-gallery
8477%{texmfdist}/tex/latex/imtekda
df343eba 8478%{texmfdist}/tex/latex/index
6367bfc9
MB
8479%{texmfdist}/tex/latex/initials
8480%{texmfdist}/tex/latex/inlinebib
8481%{texmfdist}/tex/latex/inlinedef
8482%{texmfdist}/tex/latex/interactiveworkbook
8483%{texmfdist}/tex/latex/inversepath
8484%{texmfdist}/tex/latex/invoice
8485%{texmfdist}/tex/latex/ipa
8486%{texmfdist}/tex/latex/iso
8487%{texmfdist}/tex/latex/iso10303
8488%{texmfdist}/tex/latex/isodate
8489%{texmfdist}/tex/latex/isodoc
8490%{texmfdist}/tex/latex/isonums
8491%{texmfdist}/tex/latex/isorot
8492%{texmfdist}/tex/latex/isotope
8493%{texmfdist}/tex/latex/itnumpar
8494%{texmfdist}/tex/latex/itrans
8495%{texmfdist}/tex/latex/iwona
8496%{texmfdist}/tex/latex/jeopardy
8497%{texmfdist}/tex/latex/jhep
8498%{texmfdist}/tex/latex/jknapltx
8499%{texmfdist}/tex/latex/jneurosci
8500%{texmfdist}/tex/latex/jpsj
8501%{texmfdist}/tex/latex/jura
8502%{texmfdist}/tex/latex/juraabbrev
8503%{texmfdist}/tex/latex/juramisc
8504%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
8505%{texmfdist}/tex/latex/koma-script
8506%{texmfdist}/tex/latex/labels
4224ae6d
MB
8507%dir %{texmfdist}/tex/latex/latexconfig
8508%{texmfdist}/tex/latex/latexconfig/latex.ini
8509%{texmfdist}/tex/latex/latexconfig/lualatex.ini
8510%{texmfdist}/tex/latex/latexconfig/mllatex.ini
8511%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8512%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 8513%{texmfdist}/tex/latex/layouts
df343eba
ZU
8514%{texmfdist}/tex/latex/lettrine
8515%{texmfdist}/tex/latex/listings
8516%{texmfdist}/tex/latex/ltabptch
daae3151 8517%{texmfdist}/tex/latex/localloc
cf8dbd64 8518%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
8519%{texmfdist}/tex/latex/mathcomp
8520%{texmfdist}/tex/latex/mdwtools
8521%{texmfdist}/tex/latex/memoir
8522%{texmfdist}/tex/latex/mh
cf8dbd64
MB
8523%{texmfdist}/tex/latex/misc209
8524%{texmfdist}/tex/latex/mmap
8525%{texmfdist}/tex/latex/mnsymbol
8526%{texmfdist}/tex/latex/moderncv
8527%{texmfdist}/tex/latex/modroman
8528%{texmfdist}/tex/latex/mongolian-babel
8529%{texmfdist}/tex/latex/montex
df343eba
ZU
8530%{texmfdist}/tex/latex/mparhack
8531%{texmfdist}/tex/latex/ms
df343eba 8532%{texmfdist}/tex/latex/multibib
df343eba
ZU
8533%{texmfdist}/tex/latex/multirow
8534%{texmfdist}/tex/latex/mwcls
8535%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
8536%{texmfdist}/tex/latex/ncclatex
8537%{texmfdist}/tex/latex/ncctools
8538%{texmfdist}/tex/latex/ncntrsbk
8539%{texmfdist}/tex/latex/nddiss
8540%{texmfdist}/tex/latex/newalg
8541%{texmfdist}/tex/latex/newfile
8542%{texmfdist}/tex/latex/newlfm
8543%{texmfdist}/tex/latex/newspaper
8544%{texmfdist}/tex/latex/newthm
df343eba
ZU
8545%{texmfdist}/tex/latex/nomencl
8546%{texmfdist}/tex/latex/ntgclass
80fa261c 8547%{texmfdist}/tex/generic/oberdiek
df343eba 8548%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
8549%{texmfdist}/tex/latex/overpic
8550%{texmfdist}/tex/latex/paralist
df343eba
ZU
8551%{texmfdist}/tex/latex/pb-diagram
8552%{texmfdist}/tex/latex/pdfpages
8553%{texmfdist}/tex/latex/picinpar
df343eba
ZU
8554%{texmfdist}/tex/latex/pict2e
8555%{texmfdist}/tex/latex/placeins
df343eba
ZU
8556%{texmfdist}/tex/latex/preprint
8557%{texmfdist}/tex/latex/preview
8558%{texmfdist}/tex/latex/program
df343eba
ZU
8559%{texmfdist}/tex/latex/psfrag
8560%{texmfdist}/tex/latex/pslatex
df343eba
ZU
8561%{texmfdist}/tex/latex/revtex
8562%{texmfdist}/tex/latex/rotating
8563%{texmfdist}/tex/latex/rotfloat
8564%{texmfdist}/tex/latex/scale
8565%{texmfdist}/tex/latex/sectsty
df343eba
ZU
8566%{texmfdist}/tex/latex/seminar
8567%{texmfdist}/tex/latex/setspace
df343eba
ZU
8568%{texmfdist}/tex/latex/showdim
8569%{texmfdist}/tex/latex/showlabels
df343eba
ZU
8570%{texmfdist}/tex/latex/sidecap
8571%{texmfdist}/tex/latex/slashbox
8572%{texmfdist}/tex/latex/soul
8573%{texmfdist}/tex/latex/stdclsdv
8574%{texmfdist}/tex/latex/stmaryrd
8575%{texmfdist}/tex/latex/subfig
8576%{texmfdist}/tex/latex/subfigure
8577%{texmfdist}/tex/latex/supertabular
8578%{texmfdist}/tex/latex/t2
cf8dbd64
MB
8579%{texmfdist}/tex/latex/t-angles
8580%{texmfdist}/tex/latex/tableaux
8581%{texmfdist}/tex/latex/tablists
8582%{texmfdist}/tex/latex/tablor
8583%{texmfdist}/tex/latex/tabto-ltx
8584%{texmfdist}/tex/latex/tabulary
8585%{texmfdist}/tex/latex/tabvar
8586%{texmfdist}/tex/latex/talk
8587%{texmfdist}/tex/latex/taupin
8588%{texmfdist}/tex/latex/tcldoc
8589%{texmfdist}/tex/latex/tdsfrmath
8590%{texmfdist}/tex/latex/technics
8591%{texmfdist}/tex/latex/ted
8592%{texmfdist}/tex/latex/tengwarscript
8593%{texmfdist}/tex/latex/tensor
8594%{texmfdist}/tex/latex/teubner
8595%{texmfdist}/tex/latex/tex-gyre
8596%{texmfdist}/tex/latex/texilikecover
8597%{texmfdist}/tex/latex/texlogos
8598%{texmfdist}/tex/latex/texmate
8599%{texmfdist}/tex/latex/texpower
8600%{texmfdist}/tex/latex/texshade
8601%{texmfdist}/tex/latex/textcase
df343eba 8602%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
8603%{texmfdist}/tex/latex/textopo
8604%{texmfdist}/tex/latex/textpath
df343eba 8605%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
8606%{texmfdist}/tex/latex/theoremref
8607%{texmfdist}/tex/latex/thesis-titlepage-fhac
8608%{texmfdist}/tex/latex/thinsp
8609%{texmfdist}/tex/latex/thmtools
8610%{texmfdist}/tex/latex/thumb
8611%{texmfdist}/tex/latex/thuthesis
8612%{texmfdist}/tex/latex/ticket
8613%{texmfdist}/tex/latex/tikz-inet
8614%{texmfdist}/tex/latex/times
8615%{texmfdist}/tex/latex/timesht
8616%{texmfdist}/tex/latex/tipa
8617%{texmfdist}/tex/latex/titlefoot
df343eba 8618%{texmfdist}/tex/latex/titlesec
cf8dbd64 8619%{texmfdist}/tex/latex/titling
df343eba
ZU
8620%{texmfdist}/tex/latex/tocbibind
8621%{texmfdist}/tex/latex/tocloft
8622%{texmfdist}/tex/latex/tools
8623%{texmfdist}/tex/latex/totpages
df343eba 8624%{texmfdist}/tex/latex/type1cm
cf8dbd64 8625%{texmfdist}/tex/latex/undertilde
df343eba 8626%{texmfdist}/tex/latex/units
cf8dbd64
MB
8627%{texmfdist}/tex/latex/unitsdef
8628%{texmfdist}/tex/latex/universa
8629%{texmfdist}/tex/latex/unroman
8630%{texmfdist}/tex/latex/upmethodology
df343eba 8631%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
8632%{texmfdist}/tex/latex/varindex
8633%{texmfdist}/tex/latex/varsfromjobname
8634%{texmfdist}/tex/latex/vector
8635%{texmfdist}/tex/latex/velthuis
8636%{texmfdist}/tex/latex/verse
8637%{texmfdist}/tex/latex/versions
8638%{texmfdist}/tex/latex/vhistory
8639%{texmfdist}/tex/latex/vita
df343eba 8640%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
8641%{texmfdist}/tex/latex/volumes
8642%{texmfdist}/tex/latex/vpe
8643%{texmfdist}/tex/latex/vrsion
8644%{texmfdist}/tex/latex/vwcol
8645%{texmfdist}/tex/latex/vxu
8646%{texmfdist}/tex/latex/wallpaper
8647%{texmfdist}/tex/latex/warning
8648%{texmfdist}/tex/latex/warpcol
df343eba 8649%{texmfdist}/tex/latex/was
cf8dbd64
MB
8650%{texmfdist}/tex/latex/williams
8651%{texmfdist}/tex/latex/wnri
8652%{texmfdist}/tex/latex/wordlike
df343eba 8653%{texmfdist}/tex/latex/wrapfig
cf8dbd64
MB
8654%{texmfdist}/tex/latex/wsuipa
8655%{texmfdist}/tex/latex/xargs
8656%{texmfdist}/tex/latex/xcolor
8657%{texmfdist}/tex/latex/xdoc
8658%{texmfdist}/tex/latex/xfor
8659%{texmfdist}/tex/latex/xifthen
df343eba 8660%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
8661%{texmfdist}/tex/latex/xmpincl
8662%{texmfdist}/tex/latex/xnewcommand
8663%{texmfdist}/tex/latex/xoptarg
8664%{texmfdist}/tex/latex/xpackages
8665%{texmfdist}/tex/latex/xq
8666%{texmfdist}/tex/latex/xskak
8667%{texmfdist}/tex/latex/xstring
df343eba 8668%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
8669%{texmfdist}/tex/latex/xtcapts
8670%{texmfdist}/tex/latex/xyling
8671%{texmfdist}/tex/latex/xytree
8672%{texmfdist}/tex/latex/yafoot
df343eba 8673%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
8674%{texmfdist}/tex/latex/yhmath
8675%{texmfdist}/tex/latex/yi4latex
8676%{texmfdist}/tex/latex/york-thesis
8677%{texmfdist}/tex/latex/youngtab
8678%{texmfdist}/tex/latex/yplan
8679%{texmfdist}/tex/latex/zapfchan
8680%{texmfdist}/tex/latex/zapfding
8681%{texmfdist}/tex/latex/zed-csp
8682%{texmfdist}/tex/latex/zefonts
8683%{texmfdist}/tex/latex/ziffer
8684%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
8685%{texmfdist}/tex/plain/etex
8686%{texmf}/tex/latex/config
8687%{texmf}/tex/latex/dvipdfm
d08789e0 8688
6c82f497
ZU
8689%files latex-12many
8690%defattr(644,root,root,755)
8691%doc %{texmfdist}/doc/latex/12many
8692%{texmfdist}/source/latex/12many
8693
a8b381b0
ZU
8694%files latex-abstract
8695%defattr(644,root,root,755)
8696%doc %{texmfdist}/doc/latex/abstract
8697%{texmfdist}/tex/latex/abstract
8698
f1f5d194
ZU
8699%files latex-accfonts
8700%defattr(644,root,root,755)
606c6ab6 8701%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
8702%{texmfdist}/tex/latex/accfonts
8703
e88b5dcf
ZU
8704%files latex-adrconv
8705%defattr(644,root,root,755)
8706%{texmfdist}/tex/latex/adrconv
8707%{texmfdist}/doc/latex/adrconv
8708
d08789e0
ZU
8709%files latex-algorithms
8710%defattr(644,root,root,755)
68640cd8
ZU
8711%doc %{texmfdist}/doc/latex/algorithms
8712%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
8713
8714%files latex-ae
8715%defattr(644,root,root,755)
2677a8b0 8716%{texmfdist}/tex/latex/ae
d08789e0
ZU
8717
8718%files latex-ams
8719%defattr(644,root,root,755)
68640cd8
ZU
8720%doc %{texmfdist}/doc/latex/amscls
8721%doc %{texmfdist}/doc/latex/amsmath
68640cd8 8722%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 8723%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
8724%{texmfdist}/tex/latex/amscls
8725%{texmfdist}/tex/latex/amsmath
8726%{texmfdist}/tex/latex/amsfonts
8727%{texmfdist}/tex/latex/onlyamsmath
8728%{texmfdist}/source/latex/onlyamsmath
d08789e0
ZU
8729
8730%files latex-antp
8731%defattr(644,root,root,755)
7179ac92 8732%{texmfdist}/tex/latex/antp
d08789e0
ZU
8733
8734%files latex-antt
8735%defattr(644,root,root,755)
2677a8b0 8736%{texmfdist}/tex/latex/antt
d08789e0 8737
e88b5dcf
ZU
8738%files latex-appendix
8739%defattr(644,root,root,755)
8740%doc %{texmfdist}/doc/latex/appendix
8741%{texmfdist}/tex/latex/appendix
8742
b4d68b39
ZU
8743%files latex-backgammon
8744%defattr(644,root,root,755)
8745%doc %{texmfdist}/doc/latex/backgammon
8746%{texmfdist}/tex/latex/backgammon
8747
6c82f497
ZU
8748%files latex-bardiag
8749%defattr(644,root,root,755)
8750%doc %{texmfdist}/doc/latex/bardiag
8751%{texmfdist}/tex/latex/bardiag
8752
d08789e0
ZU
8753%files latex-bbm
8754%defattr(644,root,root,755)
68640cd8
ZU
8755%doc %{texmfdist}/doc/fonts/bbm
8756%{texmfdist}/tex/latex/bbm
d08789e0
ZU
8757
8758%files latex-bbold
8759%defattr(644,root,root,755)
ffd94364
ZU
8760%doc %{texmfdist}/doc/latex/bbold
8761%{texmfdist}/tex/latex/bbold
8762%{texmfdist}/source/latex/bbold
d08789e0 8763
b4d68b39
ZU
8764%files latex-beamer
8765%defattr(644,root,root,755)
8766%doc %{texmfdist}/doc/latex/beamer
8767%{texmfdist}/tex/latex/beamer-contrib
8768%{texmfdist}/tex/latex/beamer
8769
2fede27b
ZU
8770%files latex-bezos
8771%defattr(644,root,root,755)
8772%doc %{texmfdist}/doc/latex/bezos
8773%{texmfdist}/tex/latex/bezos
8774
d08789e0
ZU
8775%files latex-bibtex
8776%defattr(644,root,root,755)
68640cd8 8777%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
8778%doc %{texmfdist}/doc/latex/adrconv
8779%doc %{texmfdist}/doc/latex/bibtopic
8780%doc %{texmfdist}/doc/latex/bibunits
8781%doc %{texmfdist}/doc/latex/natbib
8782%doc %{texmfdist}/doc/latex/footbib
8783%dir %{texmfdist}/doc/bibtex
8784%dir %{texmfdist}/bibtex
8785%dir %{texmfdist}/bibtex/bib
8786%dir %{texmfdist}/bibtex/bst
b9a3d45e 8787%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
8788
8789%attr(755,root,root) %{_bindir}/bibtex
8790%attr(755,root,root) %{_bindir}/rubibtex
8791
68640cd8
ZU
8792%{texmfdist}/bibtex/bst/base
8793%{texmfdist}/bibtex/csf/base
8794%{texmfdist}/bibtex/bib/base
8795%{texmfdist}/bibtex/bst/adrconv
8796%{texmfdist}/bibtex/bib/adrconv
8797%{texmfdist}/source/latex/adrconv
8798%{texmfdist}/tex/latex/adrconv
8799# %{texmf}/bibtex/bst/misc
8800%{texmfdist}/bibtex/bst/natbib
8801%{texmfdist}/tex/latex/natbib
8802%{texmfdist}/tex/latex/bibtopic
8803%{texmfdist}/source/latex/bibunits
8804%{texmfdist}/tex/latex/bibunits
8805%{texmfdist}/source/latex/footbib
8806%{texmfdist}/tex/latex/footbib
d08789e0
ZU
8807
8808%{_mandir}/man1/bibtex.1*
8809%{_mandir}/man1/rubibtex.1*
8810
8811%files latex-bibtex-ams
8812%defattr(644,root,root,755)
68640cd8
ZU
8813%{texmfdist}/bibtex/bst/ams
8814%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
8815
8816%files latex-bibtex-pl
8817%defattr(644,root,root,755)
04123363 8818%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 8819%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
8820
8821%files latex-bibtex-german
8822%defattr(644,root,root,755)
68640cd8
ZU
8823%doc %{texmfdist}/doc/bibtex/germbib
8824%{texmfdist}/bibtex/bst/germbib
8825%{texmfdist}/tex/latex/germbib
d08789e0
ZU
8826
8827%files latex-bibtex-revtex4
8828%defattr(644,root,root,755)
04123363 8829%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
8830%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
8831%{texmfdist}/source/latex/revtex/revtex4.dtx
8832%{texmfdist}/source/latex/revtex/revtex4.ins
8833%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
8834
8835%files latex-bibtex-jurabib
8836%defattr(644,root,root,755)
68640cd8
ZU
8837%doc %{texmfdist}/doc/latex/jurabib
8838%{texmfdist}/bibtex/bst/jurabib
8839%{texmfdist}/bibtex/bib/jurabib
8840%{texmfdist}/source/latex/jurabib
8841%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
8842
8843%files latex-bibtex-dk
8844%defattr(644,root,root,755)
68640cd8
ZU
8845%doc %{texmfdist}/doc/latex/dk-bib
8846%{texmfdist}/bibtex/bst/dk-bib
8847%{texmfdist}/bibtex/csf/dk-bib
8848%{texmfdist}/bibtex/bib/dk-bib
8849%{texmfdist}/source/latex/dk-bib
8850%{texmfdist}/tex/latex/dk-bib
8851
8852# %files latex-bibtex-nor
8853# %defattr(644,root,root,755)
8854# %{texmf}/bibtex/bst/norbib
d08789e0 8855
33b3b483
ZU
8856%files latex-bibtex-styles
8857%defattr(644,root,root,755)
04123363 8858%dir %{texmfdist}/doc/generic/t2
80fa261c 8859%dir %{texmfdist}/doc/generic/t2%{_sysconfdir}
04123363 8860%dir %{texmfdist}/source/bibtex
33b3b483
ZU
8861%{texmfdist}/bibtex/bib/IEEEtran
8862%{texmfdist}/bibtex/bib/abstyles
8863%{texmfdist}/bibtex/bib/achemso
8864%{texmfdist}/bibtex/bib/acmtrans
8865%{texmfdist}/bibtex/bib/aiaa
8866%{texmfdist}/bibtex/bib/apacite
8867%{texmfdist}/bibtex/bib/asaetr
8868%{texmfdist}/bibtex/bib/ascelike
8869%{texmfdist}/bibtex/bib/beebe
8870%{texmfdist}/bibtex/bib/bibhtml
8871%{texmfdist}/bibtex/bib/bibtopic
8872%{texmfdist}/bibtex/bib/biocon
8873%{texmfdist}/bibtex/bib/computational-complexity
8874%{texmfdist}/bibtex/bib/din1505
8875%{texmfdist}/bibtex/bib/directory
8876%{texmfdist}/bibtex/bib/dtk
8877%{texmfdist}/bibtex/bib/figbib
8878%{texmfdist}/bibtex/bib/frankenstein
8879%{texmfdist}/bibtex/bib/gatech-thesis
8880%{texmfdist}/bibtex/bib/geomsty
8881%{texmfdist}/bibtex/bib/gloss
8882%{texmfdist}/bibtex/bib/harvard
8883%{texmfdist}/bibtex/bib/ieeepes
8884%{texmfdist}/bibtex/bib/ijmart
8885%{texmfdist}/bibtex/bib/imac
8886%{texmfdist}/bibtex/bib/index
8887%{texmfdist}/bibtex/bib/lsc
8888%{texmfdist}/bibtex/bib/msc
8889%{texmfdist}/bibtex/bib/nostarch
8890%{texmfdist}/bibtex/bib/philosophersimprint
8891%{texmfdist}/bibtex/bib/revtex
8892%{texmfdist}/bibtex/bib/spie
8893%{texmfdist}/bibtex/bib/urlbst
8894%{texmfdist}/bibtex/bst/IEEEtran
8895%{texmfdist}/bibtex/bst/abstyles
8896%{texmfdist}/bibtex/bst/achemso
8897%{texmfdist}/bibtex/bst/acmtrans
8898%{texmfdist}/bibtex/bst/afthesis
8899%{texmfdist}/bibtex/bst/aguplus
8900%{texmfdist}/bibtex/bst/aiaa
8901%{texmfdist}/bibtex/bst/aichej
8902%{texmfdist}/bibtex/bst/ametsoc
8903%{texmfdist}/bibtex/bst/apacite
8904%{texmfdist}/bibtex/bst/asaetr
8905%{texmfdist}/bibtex/bst/ascelike
8906%{texmfdist}/bibtex/bst/babelbib
8907%{texmfdist}/bibtex/bst/beebe
8908%{texmfdist}/bibtex/bst/bibhtml
8909%{texmfdist}/bibtex/bst/chem-journal
8910%{texmfdist}/bibtex/bst/chicago
8911%{texmfdist}/bibtex/bst/computational-complexity
8912%{texmfdist}/bibtex/bst/confproc
8913%{texmfdist}/bibtex/bst/datatool
8914%{texmfdist}/bibtex/bst/din1505
8915%{texmfdist}/bibtex/bst/dinat
8916%{texmfdist}/bibtex/bst/directory
8917%{texmfdist}/bibtex/bst/dtk
8918%{texmfdist}/bibtex/bst/dvdcoll
8919%{texmfdist}/bibtex/bst/economic
8920%{texmfdist}/bibtex/bst/elsevier-bib
8921%{texmfdist}/bibtex/bst/fbs
8922%{texmfdist}/bibtex/bst/figbib
8923%{texmfdist}/bibtex/bst/finbib
8924%{texmfdist}/bibtex/bst/frankenstein
8925%{texmfdist}/bibtex/bst/gatech-thesis
8926%{texmfdist}/bibtex/bst/gloss
8927%{texmfdist}/bibtex/bst/gost
8928%{texmfdist}/bibtex/bst/gustlib
8929%{texmfdist}/bibtex/bst/harvard
8930%{texmfdist}/bibtex/bst/hc
8931%{texmfdist}/bibtex/bst/ieeepes
8932%{texmfdist}/bibtex/bst/ijmart
8933%{texmfdist}/bibtex/bst/ijqc
8934%{texmfdist}/bibtex/bst/imac
8935%{texmfdist}/bibtex/bst/index
8936%{texmfdist}/bibtex/bst/inlinebib
8937%{texmfdist}/bibtex/bst/iopart-num
8938%{texmfdist}/bibtex/bst/jneurosci
8939%{texmfdist}/bibtex/bst/jurarsp
8940%{texmfdist}/bibtex/bst/kluwer
8941%{texmfdist}/bibtex/bst/mciteplus
8942%{texmfdist}/bibtex/bst/mslapa
8943%{texmfdist}/bibtex/bst/multibib
8944%{texmfdist}/bibtex/bst/munich
8945%{texmfdist}/bibtex/bst/nature
8946%{texmfdist}/bibtex/bst/nddiss
8947%{texmfdist}/bibtex/bst/opcit
8948%{texmfdist}/bibtex/bst/perception
8949%{texmfdist}/bibtex/bst/revtex
8950%{texmfdist}/bibtex/bst/rsc
8951%{texmfdist}/bibtex/bst/savetrees
8952%{texmfdist}/bibtex/bst/shipunov
8953%{texmfdist}/bibtex/bst/smflatex
8954%{texmfdist}/bibtex/bst/sort-by-letters
8955%{texmfdist}/bibtex/bst/spie
8956%{texmfdist}/bibtex/bst/stellenbosch
8957%{texmfdist}/bibtex/bst/swebib
8958%{texmfdist}/bibtex/bst/texsis
8959%{texmfdist}/bibtex/bst/thuthesis
8960%{texmfdist}/bibtex/bst/tugboat
8961%{texmfdist}/bibtex/bst/urlbst
8962%{texmfdist}/bibtex/csf/gost
8963%doc %{texmfdist}/doc/bibtex/abstyles
8964%doc %{texmfdist}/doc/bibtex/bibhtml
8965%doc %{texmfdist}/doc/bibtex/dinat
8966%doc %{texmfdist}/doc/bibtex/economic
8967%doc %{texmfdist}/doc/bibtex/elsevier-bib
8968%doc %{texmfdist}/doc/bibtex/gost
8969%doc %{texmfdist}/doc/bibtex/ijqc
8970%doc %{texmfdist}/doc/bibtex/iopart-num
80fa261c 8971%doc %{texmfdist}/doc/generic/t2%{_sysconfdir}/rubibtex
33b3b483
ZU
8972%doc %{texmfdist}/doc/latex/IEEEtran
8973%{texmfdist}/source/bibtex/gost
8974
435dbdfa
ZU
8975%files latex-bibtex-vancouver
8976%defattr(644,root,root,755)
8977%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
8978%dir %{texmfdist}/bibtex/bst/vancouver
8979%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
8980%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
8981%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
8982%doc %{texmfdist}/doc/bibtex/vancouver/README
8983%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
8984%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
8985
2fede27b
ZU
8986%files latex-booktabs
8987%defattr(644,root,root,755)
8988%doc %{texmfdist}/doc/latex/booktabs
8989%{texmfdist}/tex/latex/booktabs
8990
8991%files latex-caption
8992%defattr(644,root,root,755)
8993%doc %{texmfdist}/doc/latex/caption
8994%{texmfdist}/tex/latex/caption
8995
d08789e0
ZU
8996%files latex-carlisle
8997%defattr(644,root,root,755)
68640cd8
ZU
8998%doc %{texmfdist}/doc/latex/carlisle
8999%{texmfdist}/tex/latex/carlisle
d08789e0
ZU
9000
9001%files latex-ccfonts
9002%defattr(644,root,root,755)
68640cd8
ZU
9003%doc %{texmfdist}/doc/latex/ccfonts
9004%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9005
9006%files latex-cite
9007%defattr(644,root,root,755)
2677a8b0 9008%{texmfdist}/tex/latex/cite
d08789e0
ZU
9009
9010%files latex-cmbright
9011%defattr(644,root,root,755)
68640cd8
ZU
9012%doc %{texmfdist}/doc/latex/cmbright
9013%{texmfdist}/tex/latex/cmbright
9014
2fede27b
ZU
9015%files latex-comment
9016%defattr(644,root,root,755)
9017%doc %{texmfdist}/doc/latex/comment
9018%{texmfdist}/tex/latex/comment
d08789e0
ZU
9019
9020%files latex-concmath
9021%defattr(644,root,root,755)
2677a8b0 9022%{texmfdist}/tex/latex/concmath
d08789e0 9023
2fede27b
ZU
9024%files latex-currvita
9025%defattr(644,root,root,755)
9026%doc %{texmfdist}/doc/latex/currvita
9027%{texmfdist}/tex/latex/currvita
9028
9029%files latex-curves
9030%defattr(644,root,root,755)
9031%doc %{texmfdist}/doc/latex/curves
9032%{texmfdist}/tex/latex/curves
9033
d08789e0
ZU
9034%files latex-custom-bib
9035%defattr(644,root,root,755)
9501d92c
ZU
9036%doc %{texmfdist}/doc/latex/custom-bib
9037%{texmfdist}/source/latex/custom-bib
9038%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9039
9040%files latex-cyrillic
9041%defattr(644,root,root,755)
9501d92c
ZU
9042%doc %{texmfdist}/doc/latex/cyrillic
9043%{texmfdist}/source/latex/cyrillic
9044%{texmfdist}/tex/latex/cyrillic
d08789e0 9045
04eb4e68
ZU
9046# %files latex-dstroke
9047# %defattr(644,root,root,755)
9048# %{texmf}/tex/latex/dstroke
d08789e0 9049
60597425
ZU
9050%files latex-enumitem
9051%defattr(644,root,root,755)
9052%doc %{texmfdist}/doc/latex/enumitem
9053%{texmfdist}/tex/latex/enumitem
9054
2b453bda
ZU
9055%files latex-exam
9056%defattr(644,root,root,755)
f1f5d194 9057%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
9058%{texmfdist}/tex/latex/exam
9059
f1f5d194
ZU
9060%files latex-gbrief
9061%defattr(644,root,root,755)
9062%doc %{texmfdist}/doc/latex/g-brief
9063%{texmfdist}/tex/latex/g-brief
9064
d08789e0
ZU
9065%files latex-jknappen
9066%defattr(644,root,root,755)
9501d92c
ZU
9067%doc %{texmfdist}/fonts/source/jknappen
9068%{texmfdist}/fonts/tfm/jknappen
d08789e0 9069
d19eaaab
ZU
9070%files latex-keystroke
9071%defattr(644,root,root,755)
9072%{texmfdist}/tex/latex/keystroke
9073%doc %{texmfdist}/doc/latex/keystroke
9074
9075%files latex-labbook
9076%defattr(644,root,root,755)
9077%doc %{texmfdist}/doc/latex/labbook
9078%{texmfdist}/source/latex/labbook
9079%{texmfdist}/tex/latex/labbook
9080
a8b381b0
ZU
9081%files latex-lastpage
9082%defattr(644,root,root,755)
a8b381b0 9083%doc %{texmfdist}/doc/latex/lastpage
f1f5d194
ZU
9084%{texmfdist}/tex/latex/lastpage
9085
d19eaaab
ZU
9086%files latex-lcd
9087%defattr(644,root,root,755)
9088%doc %{texmfdist}/doc/latex/lcd
9089%{texmfdist}/source/latex/lcd
9090%{texmfdist}/tex/latex/lcd
9091
9092%files latex-leaflet
9093%defattr(644,root,root,755)
9094%doc %{texmfdist}/doc/latex/leaflet
9095%{texmfdist}/source/latex/leaflet
9096%{texmfdist}/tex/latex/leaflet
9097
f1f5d194
ZU
9098%files latex-leftidx
9099%defattr(644,root,root,755)
9100%doc %{texmfdist}/doc/latex/leftidx
9101%{texmfdist}/tex/latex/leftidx
a8b381b0 9102
d19eaaab
ZU
9103%files latex-lewis
9104%defattr(644,root,root,755)
9105%doc %{texmfdist}/doc/latex/lewis
9106%{texmfdist}/tex/latex/lewis
9107
d08789e0
ZU
9108%files latex-lm
9109%defattr(644,root,root,755)
9501d92c
ZU
9110%doc %{texmfdist}/doc/fonts/lm
9111%{texmfdist}/tex/latex/lm
9112%{texmfdist}/fonts/afm/public/lm
9113%{texmfdist}/fonts/enc/dvips/lm
9114%{texmfdist}/fonts/map/dvips/lm
9115%{texmfdist}/fonts/map/dvipdfm/lm
9116%{texmfdist}/fonts/opentype/public/lm
9117%{texmfdist}/fonts/tfm/public/lm
9118%{texmfdist}/source/fonts/lm
d08789e0
ZU
9119
9120%files latex-lucidabr
9121%defattr(644,root,root,755)
8affbd2c 9122%dir %{texmfdist}/vtex
04123363 9123%dir %{texmfdist}/vtex/config
26d8eaaa
ZU
9124%{texmfdist}/vtex/config/lucidabr-k.ali
9125%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
9126
9127%files latex-lineno
9128%defattr(644,root,root,755)
9501d92c
ZU
9129%doc %{texmfdist}/doc/latex/lineno
9130%{texmfdist}/tex/latex/lineno
9131
d08789e0
ZU
9132
9133%files latex-marvosym
9134%defattr(644,root,root,755)
2677a8b0 9135%{texmfdist}/tex/latex/marvosym
d08789e0 9136
d19eaaab
ZU
9137%files latex-mathexam
9138%defattr(644,root,root,755)
9139%doc %{texmfdist}/doc/latex/mathexam
9140%{texmfdist}/source/latex/mathexam
9141%{texmfdist}/tex/latex/mathexam
9142
5b7eba8e
MB
9143#%files latex-mathpple
9144#%defattr(644,root,root,755)
d08789e0 9145
5b7eba8e
MB
9146#%files latex-mathtime
9147#%defattr(644,root,root,755)
d08789e0
ZU
9148
9149%files latex-microtype
9150%defattr(644,root,root,755)
26d8eaaa
ZU
9151%doc %{texmfdist}/doc/latex/microtype
9152%{texmfdist}/source/latex/microtype
9153%{texmfdist}/tex/latex/microtype
d08789e0
ZU
9154
9155%files latex-mflogo
9156%defattr(644,root,root,755)
26d8eaaa
ZU
9157%doc %{texmfdist}/doc/latex/mflogo
9158%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
9159
9160%files latex-mfnfss
9161%defattr(644,root,root,755)
26d8eaaa
ZU
9162%{texmfdist}/source/latex/mfnfss
9163%{texmfdist}/tex/latex/mfnfss
9164
d08789e0
ZU
9165%files latex-minitoc
9166%defattr(644,root,root,755)
26d8eaaa
ZU
9167%doc %{texmfdist}/doc/latex/minitoc
9168%{texmfdist}/bibtex/bst/minitoc
9169%{texmfdist}/makeindex/minitoc
9170%{texmfdist}/scripts/minitoc
9171%{texmfdist}/source/latex/minitoc
9172%{texmfdist}/tex/latex/minitoc
9173
d08789e0
ZU
9174
9175%files latex-mltex
9176%defattr(644,root,root,755)
26d8eaaa
ZU
9177%doc %{texmfdist}/doc/latex/mltex
9178%{texmfdist}/tex/latex/mltex
d08789e0 9179
f1f5d194
ZU
9180%files latex-moreverb
9181%defattr(644,root,root,755)
9182%doc %{texmfdist}/doc/latex/moreverb
9183%{texmfdist}/tex/latex/moreverb
9184
d34bfb7f
ZU
9185%files latex-multienum
9186%defattr(644,root,root,755)
f2555868 9187%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 9188%dir %{texmfdist}/tex/latex/multenum
f2555868 9189%{texmfdist}/tex/latex/multenum/*
d34bfb7f 9190
8ed039e0
ZU
9191%files latex-musictex
9192%defattr(644,root,root,755)
9193%doc %{texmfdist}/doc/generic/musictex
9194%{texmfdist}/fonts/source/public/musictex
9195%{texmfdist}/fonts/tfm/public/musictex
9196%{texmfdist}/tex/generic/musictex
9197%{texmfdist}/tex/latex/musictex
9198
a8b381b0
ZU
9199%files latex-ntheorem
9200%defattr(644,root,root,755)
9201%{texmfdist}/tex/latex/ntheorem
9202%doc %{texmfdist}/doc/latex/ntheorem
26d8eaaa 9203
f65b3398
ZU
9204%files latex-other-doc
9205%defattr(644,root,root,755)
8affbd2c 9206%doc %{texmfdist}/doc/alatex
f65b3398 9207%doc %{texmfdist}/doc/cslatex/base
8affbd2c 9208%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
9209%doc %{texmfdist}/doc/latex/ANUfinalexam
9210%doc %{texmfdist}/doc/latex/AkkTeX
9211%doc %{texmfdist}/doc/latex/ESIEEcv
9212%doc %{texmfdist}/doc/latex/GuIT
9213%doc %{texmfdist}/doc/latex/HA-prosper
9214%doc %{texmfdist}/doc/latex/IEEEconf
9215%doc %{texmfdist}/doc/latex/a0poster
9216%doc %{texmfdist}/doc/latex/aastex
9217%doc %{texmfdist}/doc/latex/abc
9218%doc %{texmfdist}/doc/latex/achemso
9219%doc %{texmfdist}/doc/latex/acmconf
9220%doc %{texmfdist}/doc/latex/acmtrans
9221%doc %{texmfdist}/doc/latex/active-conf
9222%doc %{texmfdist}/doc/latex/addlines
9223%doc %{texmfdist}/doc/latex/adrlist
9224%doc %{texmfdist}/doc/latex/afthesis
9225%doc %{texmfdist}/doc/latex/aguplus
9226%doc %{texmfdist}/doc/latex/aiaa
9227%doc %{texmfdist}/doc/latex/akletter
9228%doc %{texmfdist}/doc/latex/alg
9229%doc %{texmfdist}/doc/latex/algorithm2e
9230%doc %{texmfdist}/doc/latex/algorithmicx
9231%doc %{texmfdist}/doc/latex/alnumsec
9232%doc %{texmfdist}/doc/latex/altfont
9233%doc %{texmfdist}/doc/latex/ametsoc
9234%doc %{texmfdist}/doc/latex/amsaddr
9235%doc %{texmfdist}/doc/latex/amsrefs
9236%doc %{texmfdist}/doc/latex/animate
9237%doc %{texmfdist}/doc/latex/answers
9238%doc %{texmfdist}/doc/latex/anyfontsize
9239%doc %{texmfdist}/doc/latex/apa
9240%doc %{texmfdist}/doc/latex/apacite
9241%doc %{texmfdist}/doc/latex/ar
9242%doc %{texmfdist}/doc/latex/arabi
9243%doc %{texmfdist}/doc/latex/arabtex
9244%doc %{texmfdist}/doc/latex/arcs
9245%doc %{texmfdist}/doc/latex/arydshln
9246%doc %{texmfdist}/doc/latex/asaetr
9247%doc %{texmfdist}/doc/latex/ascelike
9248%doc %{texmfdist}/doc/latex/assignment
9249%doc %{texmfdist}/doc/latex/attachfile
9250%doc %{texmfdist}/doc/latex/augie
9251%doc %{texmfdist}/doc/latex/aurical
9252%doc %{texmfdist}/doc/latex/authorindex
9253%doc %{texmfdist}/doc/latex/autoarea
9254%doc %{texmfdist}/doc/latex/autotab
9255%doc %{texmfdist}/doc/latex/babelbib
9256%doc %{texmfdist}/doc/latex/bangtex
9257%doc %{texmfdist}/doc/latex/barcodes
9258%doc %{texmfdist}/doc/latex/bayer
9259%doc %{texmfdist}/doc/latex/bbm-macros
9260%doc %{texmfdist}/doc/latex/beamer-contrib
9261%doc %{texmfdist}/doc/latex/begriff
9262%doc %{texmfdist}/doc/latex/betababel
9263%doc %{texmfdist}/doc/latex/bez123
9264%doc %{texmfdist}/doc/latex/bibarts
9265%doc %{texmfdist}/doc/latex/bibleref
9266%doc %{texmfdist}/doc/latex/biblist
9267%doc %{texmfdist}/doc/latex/bibtopicprefix
9268%doc %{texmfdist}/doc/latex/bigfoot
9269%doc %{texmfdist}/doc/latex/binomexp
9270%doc %{texmfdist}/doc/latex/biocon
9271%doc %{texmfdist}/doc/latex/bizcard
9272%doc %{texmfdist}/doc/latex/blindtext
9273%doc %{texmfdist}/doc/latex/blowup
9274%doc %{texmfdist}/doc/latex/boites
9275%doc %{texmfdist}/doc/latex/boldtensors
9276%doc %{texmfdist}/doc/latex/bookest
9277%doc %{texmfdist}/doc/latex/booklet
9278%doc %{texmfdist}/doc/latex/boxhandler
9279%doc %{texmfdist}/doc/latex/bpchem
9280%doc %{texmfdist}/doc/latex/braille
9281%doc %{texmfdist}/doc/latex/breakurl
9282%doc %{texmfdist}/doc/latex/brushscr
9283%doc %{texmfdist}/doc/latex/bullcntr
9284%doc %{texmfdist}/doc/latex/bussproofs
9285%doc %{texmfdist}/doc/latex/bytefield
9286%doc %{texmfdist}/doc/latex/calxxxx
9287%doc %{texmfdist}/doc/latex/captcont
9288%doc %{texmfdist}/doc/latex/casyl
9289%doc %{texmfdist}/doc/latex/catechis
9290%doc %{texmfdist}/doc/latex/cbcoptic
9291%doc %{texmfdist}/doc/latex/cclicenses
9292%doc %{texmfdist}/doc/latex/cd-cover
9293%doc %{texmfdist}/doc/latex/cd
9294%doc %{texmfdist}/doc/latex/cdpbundl
9295%doc %{texmfdist}/doc/latex/cellspace
9296%doc %{texmfdist}/doc/latex/changes
9297%doc %{texmfdist}/doc/latex/chapterfolder
9298%doc %{texmfdist}/doc/latex/chemcompounds
9299%doc %{texmfdist}/doc/latex/chemcono
9300%doc %{texmfdist}/doc/latex/chemstyle
9301%doc %{texmfdist}/doc/latex/chessboard
9302%doc %{texmfdist}/doc/latex/chessfss
9303%doc %{texmfdist}/doc/latex/china2e
9304%doc %{texmfdist}/doc/latex/chletter
9305%doc %{texmfdist}/doc/latex/circ
9306%doc %{texmfdist}/doc/latex/cite
9307%doc %{texmfdist}/doc/latex/cjk
9308%doc %{texmfdist}/doc/latex/classicthesis
9309%doc %{texmfdist}/doc/latex/clefval
9310%doc %{texmfdist}/doc/latex/cleveref
9311%doc %{texmfdist}/doc/latex/clock
9312%doc %{texmfdist}/doc/latex/clrscode
9313%doc %{texmfdist}/doc/latex/cm-lgc
9314%doc %{texmfdist}/doc/latex/cmap
9315%doc %{texmfdist}/doc/latex/cmcyralt
9316%doc %{texmfdist}/doc/latex/cmdstring
9317%doc %{texmfdist}/doc/latex/cmll
9318%doc %{texmfdist}/doc/latex/codepage
9319%doc %{texmfdist}/doc/latex/colorinfo
9320%doc %{texmfdist}/doc/latex/colortbl
9321%doc %{texmfdist}/doc/latex/colorwav
9322%doc %{texmfdist}/doc/latex/combine
9323%doc %{texmfdist}/doc/latex/commath
9324%doc %{texmfdist}/doc/latex/complexity
9325%doc %{texmfdist}/doc/latex/computational-complexity
9326%doc %{texmfdist}/doc/latex/concprog
9327%doc %{texmfdist}/doc/latex/confproc
9328%doc %{texmfdist}/doc/latex/constants
9329%doc %{texmfdist}/doc/latex/contour
9330%doc %{texmfdist}/doc/latex/cooking
9331%doc %{texmfdist}/doc/latex/cool
9332%doc %{texmfdist}/doc/latex/coollist
9333%doc %{texmfdist}/doc/latex/coolstr
9334%doc %{texmfdist}/doc/latex/cooltooltips
9335%doc %{texmfdist}/doc/latex/coordsys
9336%doc %{texmfdist}/doc/latex/courier-scaled
9337%doc %{texmfdist}/doc/latex/courseoutline
9338%doc %{texmfdist}/doc/latex/coursepaper
9339%doc %{texmfdist}/doc/latex/coverpage
9340%doc %{texmfdist}/doc/latex/covington
9341%doc %{texmfdist}/doc/latex/crossreference
9342%doc %{texmfdist}/doc/latex/crosswrd
9343%doc %{texmfdist}/doc/latex/cryst
9344%doc %{texmfdist}/doc/latex/csbulletin
9345%doc %{texmfdist}/doc/latex/csquotes
9346%doc %{texmfdist}/doc/latex/csvtools
9347%doc %{texmfdist}/doc/latex/ctable
9348%doc %{texmfdist}/doc/latex/ctib
9349%doc %{texmfdist}/doc/latex/cuisine
9350%doc %{texmfdist}/doc/latex/cursor
9351%doc %{texmfdist}/doc/latex/curve
9352%doc %{texmfdist}/doc/latex/curve2e
9353%doc %{texmfdist}/doc/latex/cv
9354%doc %{texmfdist}/doc/latex/cweb-latex
9355%doc %{texmfdist}/doc/latex/cwpuzzle
9356%doc %{texmfdist}/doc/latex/dashrule
9357%doc %{texmfdist}/doc/latex/datatool
9358%doc %{texmfdist}/doc/latex/dateiliste
9359%doc %{texmfdist}/doc/latex/datenumber
9360%doc %{texmfdist}/doc/latex/datetime
9361%doc %{texmfdist}/doc/latex/dcpic
9362%doc %{texmfdist}/doc/latex/delimtxt
9363%doc %{texmfdist}/doc/latex/diagnose
9364%doc %{texmfdist}/doc/latex/dialogl
9365%doc %{texmfdist}/doc/latex/dichokey
9366%doc %{texmfdist}/doc/latex/digiconfigs
9367%doc %{texmfdist}/doc/latex/din1505
9368%doc %{texmfdist}/doc/latex/directory
9369%doc %{texmfdist}/doc/latex/disser
9370%doc %{texmfdist}/doc/latex/dlfltxb
9371%doc %{texmfdist}/doc/latex/dnaseq
9372%doc %{texmfdist}/doc/latex/docmfp
9373%doc %{texmfdist}/doc/latex/doi
9374%doc %{texmfdist}/doc/latex/doipubmed
9375%doc %{texmfdist}/doc/latex/dotarrow
9376%doc %{texmfdist}/doc/latex/dottex
9377%doc %{texmfdist}/doc/latex/dpfloat
9378%doc %{texmfdist}/doc/latex/dprogress
9379%doc %{texmfdist}/doc/latex/drac
9380%doc %{texmfdist}/doc/latex/draftwatermark
9381%doc %{texmfdist}/doc/latex/dramatist
9382%doc %{texmfdist}/doc/latex/dtk
9383%doc %{texmfdist}/doc/latex/dtxgallery
9384%doc %{texmfdist}/doc/latex/duerer-latex
9385%doc %{texmfdist}/doc/latex/dvdcoll
9386%doc %{texmfdist}/doc/latex/dyntree
9387%doc %{texmfdist}/doc/latex/eCards
9388%doc %{texmfdist}/doc/latex/ean13isbn
9389%doc %{texmfdist}/doc/latex/easy
9390%doc %{texmfdist}/doc/latex/ebezier
9391%doc %{texmfdist}/doc/latex/ebong
9392%doc %{texmfdist}/doc/latex/ebsthesis
9393%doc %{texmfdist}/doc/latex/ecclesiastic
9394%doc %{texmfdist}/doc/latex/ecltree
9395%doc %{texmfdist}/doc/latex/ecv
9396%doc %{texmfdist}/doc/latex/ed
9397%doc %{texmfdist}/doc/latex/edmac
9398%doc %{texmfdist}/doc/latex/edmargin
9399%doc %{texmfdist}/doc/latex/ednotes
9400%doc %{texmfdist}/doc/latex/eemeir
9401%doc %{texmfdist}/doc/latex/egameps
9402%doc %{texmfdist}/doc/latex/egplot
9403%doc %{texmfdist}/doc/latex/ellipsis
9404%doc %{texmfdist}/doc/latex/elmath
9405%doc %{texmfdist}/doc/latex/elpres
9406%doc %{texmfdist}/doc/latex/elsarticle
9407%doc %{texmfdist}/doc/latex/elsevier
9408%doc %{texmfdist}/doc/latex/em
9409%doc %{texmfdist}/doc/latex/emp
9410%doc %{texmfdist}/doc/latex/emulateapj
9411%doc %{texmfdist}/doc/latex/endheads
9412%doc %{texmfdist}/doc/latex/engpron
9413%doc %{texmfdist}/doc/latex/engrec
9414%doc %{texmfdist}/doc/latex/environ
9415%doc %{texmfdist}/doc/latex/envlab
9416%doc %{texmfdist}/doc/latex/epigraph
9417%doc %{texmfdist}/doc/latex/epiolmec
9418%doc %{texmfdist}/doc/latex/epsdice
9419%doc %{texmfdist}/doc/latex/epspdfconversion
9420%doc %{texmfdist}/doc/latex/eqlist
9421%doc %{texmfdist}/doc/latex/eqnarray
9422%doc %{texmfdist}/doc/latex/eqparbox
9423%doc %{texmfdist}/doc/latex/errata
9424%doc %{texmfdist}/doc/latex/esdiff
9425%doc %{texmfdist}/doc/latex/eskd
9426%doc %{texmfdist}/doc/latex/eskdx
9427%doc %{texmfdist}/doc/latex/esvect
9428%doc %{texmfdist}/doc/latex/etaremune
9429%doc %{texmfdist}/doc/latex/etex-pkg
9430%doc %{texmfdist}/doc/latex/ethiop-t1
9431%doc %{texmfdist}/doc/latex/ethiop
9432%doc %{texmfdist}/doc/latex/etoolbox
9433%doc %{texmfdist}/doc/latex/eukdate
9434%doc %{texmfdist}/doc/latex/euproposal
9435%doc %{texmfdist}/doc/latex/euro
9436%doc %{texmfdist}/doc/latex/europecv
9437%doc %{texmfdist}/doc/latex/eurosans
9438%doc %{texmfdist}/doc/latex/everypage
9439%doc %{texmfdist}/doc/latex/examdesign
9440%doc %{texmfdist}/doc/latex/examplep
9441%doc %{texmfdist}/doc/latex/exceltex
9442%doc %{texmfdist}/doc/latex/exercise
9443%doc %{texmfdist}/doc/latex/expdlist
9444%doc %{texmfdist}/doc/latex/expl3
9445%doc %{texmfdist}/doc/latex/export
9446%doc %{texmfdist}/doc/latex/extarrows
9447%doc %{texmfdist}/doc/latex/extpfeil
9448%doc %{texmfdist}/doc/latex/extract
9449%doc %{texmfdist}/doc/latex/facsimile
9450%doc %{texmfdist}/doc/latex/faktor
9451%doc %{texmfdist}/doc/latex/fancynum
9452%doc %{texmfdist}/doc/latex/fancyref
9453%doc %{texmfdist}/doc/latex/fancytooltips
9454%doc %{texmfdist}/doc/latex/fax
9455%doc %{texmfdist}/doc/latex/feynmf
9456%doc %{texmfdist}/doc/latex/figbib
9457%doc %{texmfdist}/doc/latex/figsize
9458%doc %{texmfdist}/doc/latex/fink
9459%doc %{texmfdist}/doc/latex/fixfoot
9460%doc %{texmfdist}/doc/latex/fixme
9461%doc %{texmfdist}/doc/latex/flabels
9462%doc %{texmfdist}/doc/latex/flacards
9463%doc %{texmfdist}/doc/latex/flagderiv
9464%doc %{texmfdist}/doc/latex/flashcards
9465%doc %{texmfdist}/doc/latex/flippdf
9466%doc %{texmfdist}/doc/latex/floatrow
9467%doc %{texmfdist}/doc/latex/flowfram
9468%doc %{texmfdist}/doc/latex/fmp
9469%doc %{texmfdist}/doc/latex/fmtcount
9470%doc %{texmfdist}/doc/latex/fnbreak
9471%doc %{texmfdist}/doc/latex/fncychap
9472%doc %{texmfdist}/doc/latex/foekfont
9473%doc %{texmfdist}/doc/latex/fonttable
9474%doc %{texmfdist}/doc/latex/forarray
9475%doc %{texmfdist}/doc/latex/forloop
9476%doc %{texmfdist}/doc/latex/formlett
9477%doc %{texmfdist}/doc/latex/formula
9478%doc %{texmfdist}/doc/latex/formular
9479%doc %{texmfdist}/doc/latex/fouridx
9480%doc %{texmfdist}/doc/latex/frankenstein
9481%doc %{texmfdist}/doc/latex/frenchle
9482%doc %{texmfdist}/doc/latex/fribrief
9483%doc %{texmfdist}/doc/latex/frletter
9484%doc %{texmfdist}/doc/latex/frontespizio
9485%doc %{texmfdist}/doc/latex/fullblck
9486%doc %{texmfdist}/doc/latex/fullpict
9487%doc %{texmfdist}/doc/latex/functan
9488%doc %{texmfdist}/doc/latex/fundus
9489%doc %{texmfdist}/doc/latex/gaceta
9490%doc %{texmfdist}/doc/latex/galois
9491%doc %{texmfdist}/doc/latex/gastex
9492%doc %{texmfdist}/doc/latex/gatech-thesis
9493%doc %{texmfdist}/doc/latex/gauss
9494%doc %{texmfdist}/doc/latex/gb4e
9495%doc %{texmfdist}/doc/latex/gcard
9496%doc %{texmfdist}/doc/latex/gcite
9497%doc %{texmfdist}/doc/latex/genmpage
9498%doc %{texmfdist}/doc/latex/geomsty
9499%doc %{texmfdist}/doc/latex/ginpenc
9500%doc %{texmfdist}/doc/latex/gloss
9501%doc %{texmfdist}/doc/latex/glossaries
9502%doc %{texmfdist}/doc/latex/gmdoc
9503%doc %{texmfdist}/doc/latex/gmeometric
9504%doc %{texmfdist}/doc/latex/gmiflink
9505%doc %{texmfdist}/doc/latex/gmutils
9506%doc %{texmfdist}/doc/latex/gmverb
9507%doc %{texmfdist}/doc/latex/gnuplottex
9508%doc %{texmfdist}/doc/latex/graphicx-psmin
9509%doc %{texmfdist}/doc/latex/greek-inputenc
9510%doc %{texmfdist}/doc/latex/greekdates
9511%doc %{texmfdist}/doc/latex/greektex
9512%doc %{texmfdist}/doc/latex/grfpaste
9513%doc %{texmfdist}/doc/latex/grnumalt
9514%doc %{texmfdist}/doc/latex/grverb
9515%doc %{texmfdist}/doc/latex/gu
9516%doc %{texmfdist}/doc/latex/guitar
9517%doc %{texmfdist}/doc/latex/guitbeamer
9518%doc %{texmfdist}/doc/latex/hanging
9519%doc %{texmfdist}/doc/latex/har2nat
9520%doc %{texmfdist}/doc/latex/harmony
9521%doc %{texmfdist}/doc/latex/harpoon
9522%doc %{texmfdist}/doc/latex/harvard
9523%doc %{texmfdist}/doc/latex/hc
9524%doc %{texmfdist}/doc/latex/hep
9525%doc %{texmfdist}/doc/latex/hepnames
9526%doc %{texmfdist}/doc/latex/hepparticles
9527%doc %{texmfdist}/doc/latex/hepthesis
9528%doc %{texmfdist}/doc/latex/hepunits
9529%doc %{texmfdist}/doc/latex/hexgame
9530%doc %{texmfdist}/doc/latex/hhtensor
9531%doc %{texmfdist}/doc/latex/histogr
9532%doc %{texmfdist}/doc/latex/hitec
9533%doc %{texmfdist}/doc/latex/hpsdiss
9534%doc %{texmfdist}/doc/latex/hrlatex
9535%doc %{texmfdist}/doc/latex/hvfloat
9536%doc %{texmfdist}/doc/latex/hypdvips
9537%doc %{texmfdist}/doc/latex/hyperref-docsrc
9538%doc %{texmfdist}/doc/latex/hyperxmp
9539%doc %{texmfdist}/doc/latex/ibycus-babel
9540%doc %{texmfdist}/doc/latex/icsv
9541%doc %{texmfdist}/doc/latex/ieeepes
9542%doc %{texmfdist}/doc/latex/ifmslide
9543%doc %{texmfdist}/doc/latex/ifplatform
9544%doc %{texmfdist}/doc/latex/ijmart
9545%doc %{texmfdist}/doc/latex/imac
9546%doc %{texmfdist}/doc/latex/image-gallery
9547%doc %{texmfdist}/doc/latex/imtekda
9548%doc %{texmfdist}/doc/latex/inlinebib
9549%doc %{texmfdist}/doc/latex/inlinedef
9550%doc %{texmfdist}/doc/latex/interactiveworkbook
9551%doc %{texmfdist}/doc/latex/inversepath
9552%doc %{texmfdist}/doc/latex/invoice
9553%doc %{texmfdist}/doc/latex/ipa
9554%doc %{texmfdist}/doc/latex/iso
9555%doc %{texmfdist}/doc/latex/iso10303
9556%doc %{texmfdist}/doc/latex/isodate
9557%doc %{texmfdist}/doc/latex/isodoc
9558%doc %{texmfdist}/doc/latex/isorot
9559%doc %{texmfdist}/doc/latex/itnumpar
9560%doc %{texmfdist}/doc/latex/jeopardy
9561%doc %{texmfdist}/doc/latex/jknapltx
9562%doc %{texmfdist}/doc/latex/jneurosci
9563%doc %{texmfdist}/doc/latex/jpsj
9564%doc %{texmfdist}/doc/latex/jura
9565%doc %{texmfdist}/doc/latex/juraabbrev
9566%doc %{texmfdist}/doc/latex/juramisc
9567%doc %{texmfdist}/doc/latex/jurarsp
9568%doc %{texmfdist}/doc/latex/karnaugh
9569%doc %{texmfdist}/doc/latex/kerkis
9570%doc %{texmfdist}/doc/latex/kerntest
9571%doc %{texmfdist}/doc/latex/kluwer
9572%doc %{texmfdist}/doc/latex/labelcas
9573%doc %{texmfdist}/doc/latex/lazylist
9574%doc %{texmfdist}/doc/latex/lcyw
9575%doc %{texmfdist}/doc/latex/leading
9576%doc %{texmfdist}/doc/latex/ledmac
9577%doc %{texmfdist}/doc/latex/lettre
9578%doc %{texmfdist}/doc/latex/lexikon
9579%doc %{texmfdist}/doc/latex/lgreek
9580%doc %{texmfdist}/doc/latex/lhelp
9581%doc %{texmfdist}/doc/latex/linguex
9582%doc %{texmfdist}/doc/latex/lipsum
9583%doc %{texmfdist}/doc/latex/listbib
9584%doc %{texmfdist}/doc/latex/listliketab
9585%doc %{texmfdist}/doc/latex/listofsymbols
9586%doc %{texmfdist}/doc/latex/lkproof
9587%doc %{texmfdist}/doc/latex/logic
9588%doc %{texmfdist}/doc/latex/logpap
9589%doc %{texmfdist}/doc/latex/lps
9590%doc %{texmfdist}/doc/latex/lsc
9591%doc %{texmfdist}/doc/latex/ltxindex
9592%doc %{texmfdist}/doc/latex/mafr
9593%doc %{texmfdist}/doc/latex/magyar
9594%doc %{texmfdist}/doc/latex/mailing
9595%doc %{texmfdist}/doc/latex/makebarcode
9596%doc %{texmfdist}/doc/latex/makebox
9597%doc %{texmfdist}/doc/latex/makecell
9598%doc %{texmfdist}/doc/latex/makecmds
9599%doc %{texmfdist}/doc/latex/makedtx
9600%doc %{texmfdist}/doc/latex/makeglos
9601%doc %{texmfdist}/doc/latex/makeplot
9602%doc %{texmfdist}/doc/latex/manuscript
9603%doc %{texmfdist}/doc/latex/maple
9604%doc %{texmfdist}/doc/latex/marginnote
9605%doc %{texmfdist}/doc/latex/mathdesign
9606%doc %{texmfdist}/doc/latex/mathpazo
9607%doc %{texmfdist}/doc/latex/maybemath
9608%doc %{texmfdist}/doc/latex/mcaption
9609%doc %{texmfdist}/doc/latex/mceinleger
9610%doc %{texmfdist}/doc/latex/mcite
9611%doc %{texmfdist}/doc/latex/mciteplus
9612%doc %{texmfdist}/doc/latex/memexsupp
9613%doc %{texmfdist}/doc/latex/mentis
9614%doc %{texmfdist}/doc/latex/metaplot
9615%doc %{texmfdist}/doc/latex/method
9616%doc %{texmfdist}/doc/latex/metre
9617%doc %{texmfdist}/doc/latex/mff
9618%doc %{texmfdist}/doc/latex/mfpic4ode
9619%doc %{texmfdist}/doc/latex/mftinc
9620%doc %{texmfdist}/doc/latex/mhchem
9621%doc %{texmfdist}/doc/latex/mhequ
9622%doc %{texmfdist}/doc/latex/miller
9623%doc %{texmfdist}/doc/latex/minipage-marginpar
9624%doc %{texmfdist}/doc/latex/miniplot
9625%doc %{texmfdist}/doc/latex/minutes
9626%doc %{texmfdist}/doc/latex/mla-paper
9627%doc %{texmfdist}/doc/latex/mlist
9628%doc %{texmfdist}/doc/latex/mmap
9629%doc %{texmfdist}/doc/latex/mnsymbol
9630%doc %{texmfdist}/doc/latex/moderncv
9631%doc %{texmfdist}/doc/latex/modroman
9632%doc %{texmfdist}/doc/latex/mongolian-babel
9633%doc %{texmfdist}/doc/latex/montex
9634%doc %{texmfdist}/doc/latex/moresize
9635%doc %{texmfdist}/doc/latex/movie15
9636%doc %{texmfdist}/doc/latex/msc
9637%doc %{texmfdist}/doc/latex/msg
9638%doc %{texmfdist}/doc/latex/mslapa
9639%doc %{texmfdist}/doc/latex/mtgreek
9640%doc %{texmfdist}/doc/latex/multibbl
9641%doc %{texmfdist}/doc/latex/multicap
9642%doc %{texmfdist}/doc/latex/multirow
9643%doc %{texmfdist}/doc/latex/munich
9644%doc %{texmfdist}/doc/latex/musixlyr
9645%doc %{texmfdist}/doc/latex/muthesis
9646%doc %{texmfdist}/doc/latex/mxd
9647%doc %{texmfdist}/doc/latex/mxedruli
9648%doc %{texmfdist}/doc/latex/nag
9649%doc %{texmfdist}/doc/latex/namespc
9650%doc %{texmfdist}/doc/latex/nath
9651%doc %{texmfdist}/doc/latex/nature
9652%doc %{texmfdist}/doc/latex/ncclatex
9653%doc %{texmfdist}/doc/latex/ncctools
9654%doc %{texmfdist}/doc/latex/nddiss
9655%doc %{texmfdist}/doc/latex/newalg
9656%doc %{texmfdist}/doc/latex/newfile
9657%doc %{texmfdist}/doc/latex/newlfm
9658%doc %{texmfdist}/doc/latex/newspaper
9659%doc %{texmfdist}/doc/latex/newvbtm
9660%doc %{texmfdist}/doc/latex/niceframe
9661%doc %{texmfdist}/doc/latex/nih
9662%doc %{texmfdist}/doc/latex/noitcrul
9663%doc %{texmfdist}/doc/latex/nomentbl
9664%doc %{texmfdist}/doc/latex/nonfloat
9665%doc %{texmfdist}/doc/latex/nostarch
9666%doc %{texmfdist}/doc/latex/notes
9667%doc %{texmfdist}/doc/latex/notes2bib
9668%doc %{texmfdist}/doc/latex/nrc
9669%doc %{texmfdist}/doc/latex/ntabbing
9670%doc %{texmfdist}/doc/latex/numname
9671%doc %{texmfdist}/doc/latex/numprint
9672%doc %{texmfdist}/doc/latex/objectz
9673%doc %{texmfdist}/doc/latex/ocr-latex
9674%doc %{texmfdist}/doc/latex/octavo
9675%doc %{texmfdist}/doc/latex/ogham
9676%doc %{texmfdist}/doc/latex/ogonek
9677%doc %{texmfdist}/doc/latex/opcit
9678%doc %{texmfdist}/doc/latex/ordinalpt
9679%doc %{texmfdist}/doc/latex/othello
9680%doc %{texmfdist}/doc/latex/otibet
9681%doc %{texmfdist}/doc/latex/outline
9682%doc %{texmfdist}/doc/latex/outliner
9683%doc %{texmfdist}/doc/latex/pagenote
9684%doc %{texmfdist}/doc/latex/paper
9685%doc %{texmfdist}/doc/latex/papercdcase
9686%doc %{texmfdist}/doc/latex/papertex
9687%doc %{texmfdist}/doc/latex/parallel
9688%doc %{texmfdist}/doc/latex/paresse
9689%doc %{texmfdist}/doc/latex/parrun
9690%doc %{texmfdist}/doc/latex/pauldoc
9691%doc %{texmfdist}/doc/latex/pbox
9692%doc %{texmfdist}/doc/latex/pbsheet
9693%doc %{texmfdist}/doc/latex/pdfcprot
9694%doc %{texmfdist}/doc/latex/pdfscreen
9695%doc %{texmfdist}/doc/latex/pdfsync
9696%doc %{texmfdist}/doc/latex/pdftricks
9697%doc %{texmfdist}/doc/latex/pdfwin
9698%doc %{texmfdist}/doc/latex/pecha
9699%doc %{texmfdist}/doc/latex/perception
9700%doc %{texmfdist}/doc/latex/perltex
9701%doc %{texmfdist}/doc/latex/permute
9702%doc %{texmfdist}/doc/latex/petiteannonce
9703%doc %{texmfdist}/doc/latex/petri-nets
9704%doc %{texmfdist}/doc/latex/pgf-soroban
9705%doc %{texmfdist}/doc/latex/pgfopts
9706%doc %{texmfdist}/doc/latex/pgfplots
9707%doc %{texmfdist}/doc/latex/philex
9708%doc %{texmfdist}/doc/latex/philosophersimprint
9709%doc %{texmfdist}/doc/latex/photo
9710%doc %{texmfdist}/doc/latex/pinlabel
9711%doc %{texmfdist}/doc/latex/pittetd
9712%doc %{texmfdist}/doc/latex/plari
9713%doc %{texmfdist}/doc/latex/plates
9714%doc %{texmfdist}/doc/latex/play
9715%doc %{texmfdist}/doc/latex/plweb
9716%doc %{texmfdist}/doc/latex/pmgraph
9717%doc %{texmfdist}/doc/latex/poemscol
9718%doc %{texmfdist}/doc/latex/polski
9719%doc %{texmfdist}/doc/latex/polyglot
9720%doc %{texmfdist}/doc/latex/polytable
9721%doc %{texmfdist}/doc/latex/postcards
9722%doc %{texmfdist}/doc/latex/powerdot
9723%doc %{texmfdist}/doc/latex/ppower4
9724%doc %{texmfdist}/doc/latex/ppr-prv
9725%doc %{texmfdist}/doc/latex/pracjourn
9726%doc %{texmfdist}/doc/latex/prettyref
9727%doc %{texmfdist}/doc/latex/proba
9728%doc %{texmfdist}/doc/latex/probsoln
9729%doc %{texmfdist}/doc/latex/procIAGssymp
9730%doc %{texmfdist}/doc/latex/progkeys
9731%doc %{texmfdist}/doc/latex/progress
9732%doc %{texmfdist}/doc/latex/protex
9733%doc %{texmfdist}/doc/latex/protocol
9734%doc %{texmfdist}/doc/latex/psfragx
9735%doc %{texmfdist}/doc/latex/psgo
9736%doc %{texmfdist}/doc/latex/pspicture
9737%doc %{texmfdist}/doc/latex/pst2pdf
9738%doc %{texmfdist}/doc/latex/ptptex
9739%doc %{texmfdist}/doc/latex/qcm
9740%doc %{texmfdist}/doc/latex/qobitree
9741%doc %{texmfdist}/doc/latex/qstest
9742%doc %{texmfdist}/doc/latex/qsymbols
9743%doc %{texmfdist}/doc/latex/qtree
9744%doc %{texmfdist}/doc/latex/quotchap
9745%doc %{texmfdist}/doc/latex/quotmark
9746%doc %{texmfdist}/doc/latex/r_und_s
9747%doc %{texmfdist}/doc/latex/randbild
9748%doc %{texmfdist}/doc/latex/randtext
9749%doc %{texmfdist}/doc/latex/rccol
9750%doc %{texmfdist}/doc/latex/rcs
9751%doc %{texmfdist}/doc/latex/rcsinfo
9752%doc %{texmfdist}/doc/latex/recipecard
9753%doc %{texmfdist}/doc/latex/rectopma
9754%doc %{texmfdist}/doc/latex/refcheck
9755%doc %{texmfdist}/doc/latex/refman
9756%doc %{texmfdist}/doc/latex/refstyle
9757%doc %{texmfdist}/doc/latex/regcount
9758%doc %{texmfdist}/doc/latex/register
9759%doc %{texmfdist}/doc/latex/relenc
9760%doc %{texmfdist}/doc/latex/repeatindex
9761%doc %{texmfdist}/doc/latex/rlepsf
9762%doc %{texmfdist}/doc/latex/rmpage
9763%doc %{texmfdist}/doc/latex/robustcommand
9764%doc %{texmfdist}/doc/latex/robustindex
9765%doc %{texmfdist}/doc/latex/romannum
9766%doc %{texmfdist}/doc/latex/rotpages
9767%doc %{texmfdist}/doc/latex/rsc
9768%doc %{texmfdist}/doc/latex/rst
9769%doc %{texmfdist}/doc/latex/rtkinenc
9770%doc %{texmfdist}/doc/latex/rtklage
9771%doc %{texmfdist}/doc/latex/sagetex
9772%doc %{texmfdist}/doc/latex/sanskrit
9773%doc %{texmfdist}/doc/latex/sauerj
9774%doc %{texmfdist}/doc/latex/sauterfonts
9775%doc %{texmfdist}/doc/latex/savefnmark
9776%doc %{texmfdist}/doc/latex/savetrees
9777%doc %{texmfdist}/doc/latex/scalebar
9778%doc %{texmfdist}/doc/latex/schedule
9779%doc %{texmfdist}/doc/latex/scientificpaper
9780%doc %{texmfdist}/doc/latex/sciposter
9781%doc %{texmfdist}/doc/latex/sciwordconv
9782%doc %{texmfdist}/doc/latex/screenplay
9783%doc %{texmfdist}/doc/latex/script
9784%doc %{texmfdist}/doc/latex/sdrt
9785%doc %{texmfdist}/doc/latex/sectionbox
9786%doc %{texmfdist}/doc/latex/semantic
9787%doc %{texmfdist}/doc/latex/semioneside
9788%doc %{texmfdist}/doc/latex/seqsplit
9789%doc %{texmfdist}/doc/latex/sf298
9790%doc %{texmfdist}/doc/latex/sffms
9791%doc %{texmfdist}/doc/latex/sfg
9792%doc %{texmfdist}/doc/latex/sgame
9793%doc %{texmfdist}/doc/latex/shadethm
9794%doc %{texmfdist}/doc/latex/shipunov
9795%doc %{texmfdist}/doc/latex/shorttoc
9796%doc %{texmfdist}/doc/latex/show2e
9797%doc %{texmfdist}/doc/latex/showexpl
9798%doc %{texmfdist}/doc/latex/sides
9799%doc %{texmfdist}/doc/latex/siggraph
9800%doc %{texmfdist}/doc/latex/simplecv
9801%doc %{texmfdist}/doc/latex/simplewick
9802%doc %{texmfdist}/doc/latex/skak
9803%doc %{texmfdist}/doc/latex/slantsc
9804%doc %{texmfdist}/doc/latex/smalltableof
9805%doc %{texmfdist}/doc/latex/smartref
9806%doc %{texmfdist}/doc/latex/smflatex
9807%doc %{texmfdist}/doc/latex/snapshot
9808%doc %{texmfdist}/doc/latex/songbook
9809%doc %{texmfdist}/doc/latex/sort-by-letters
9810%doc %{texmfdist}/doc/latex/soyombo
9811%doc %{texmfdist}/doc/latex/sparklines
9812%doc %{texmfdist}/doc/latex/spie
9813%doc %{texmfdist}/doc/latex/splitbib
9814%doc %{texmfdist}/doc/latex/splitindex
9815%doc %{texmfdist}/doc/latex/spotcolor
9816%doc %{texmfdist}/doc/latex/sprite
9817%doc %{texmfdist}/doc/latex/srcltx
9818%doc %{texmfdist}/doc/latex/sseq
9819%doc %{texmfdist}/doc/latex/ssqquote
9820%doc %{texmfdist}/doc/latex/stage
9821%doc %{texmfdist}/doc/latex/statistik
9822%doc %{texmfdist}/doc/latex/stdpage
9823%doc %{texmfdist}/doc/latex/stellenbosch
9824%doc %{texmfdist}/doc/latex/stex
9825%doc %{texmfdist}/doc/latex/stringstrings
9826%doc %{texmfdist}/doc/latex/struktex
9827%doc %{texmfdist}/doc/latex/sttools
9828%doc %{texmfdist}/doc/latex/stubs
9829%doc %{texmfdist}/doc/latex/subdepth
9830%doc %{texmfdist}/doc/latex/subeqn
9831%doc %{texmfdist}/doc/latex/subeqnarray
9832%doc %{texmfdist}/doc/latex/subfloat
9833%doc %{texmfdist}/doc/latex/substr
9834%doc %{texmfdist}/doc/latex/sudoku
9835%doc %{texmfdist}/doc/latex/sudokubundle
9836%doc %{texmfdist}/doc/latex/sugconf
9837%doc %{texmfdist}/doc/latex/supertabular
9838%doc %{texmfdist}/doc/latex/susy
9839%doc %{texmfdist}/doc/latex/svgcolor
9840%doc %{texmfdist}/doc/latex/svn-multi
9841%doc %{texmfdist}/doc/latex/svn
9842%doc %{texmfdist}/doc/latex/svninfo
9843%doc %{texmfdist}/doc/latex/swebib
9844%doc %{texmfdist}/doc/latex/swimgraf
9845%doc %{texmfdist}/doc/latex/synproof
9846%doc %{texmfdist}/doc/latex/syntax
9847%doc %{texmfdist}/doc/latex/syntrace
9848%doc %{texmfdist}/doc/latex/synttree
9849%doc %{texmfdist}/doc/latex/t-angles
9850%doc %{texmfdist}/doc/latex/tableaux
9851%doc %{texmfdist}/doc/latex/tablists
9852%doc %{texmfdist}/doc/latex/tablor
9853%doc %{texmfdist}/doc/latex/tabto-ltx
9854%doc %{texmfdist}/doc/latex/tabulary
9855%doc %{texmfdist}/doc/latex/tabvar
9856%doc %{texmfdist}/doc/latex/talk
9857%doc %{texmfdist}/doc/latex/tapir
9858%doc %{texmfdist}/doc/latex/tcldoc
9859%doc %{texmfdist}/doc/latex/tdsfrmath
9860%doc %{texmfdist}/doc/latex/technics
9861%doc %{texmfdist}/doc/latex/ted
9862%doc %{texmfdist}/doc/latex/tengwarscript
9863%doc %{texmfdist}/doc/latex/tensor
9864%doc %{texmfdist}/doc/latex/teubner
9865%doc %{texmfdist}/doc/latex/texmate
9866%doc %{texmfdist}/doc/latex/texpower
9867%doc %{texmfdist}/doc/latex/texshade
9868%doc %{texmfdist}/doc/latex/textcase
9869%doc %{texmfdist}/doc/latex/textopo
9870%doc %{texmfdist}/doc/latex/theoremref
9871%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
9872%doc %{texmfdist}/doc/latex/thinsp
9873%doc %{texmfdist}/doc/latex/thmtools
9874%doc %{texmfdist}/doc/latex/thumb
9875%doc %{texmfdist}/doc/latex/thuthesis
9876%doc %{texmfdist}/doc/latex/ticket
9877%doc %{texmfdist}/doc/latex/tikz-inet
9878%doc %{texmfdist}/doc/latex/timesht
9879%doc %{texmfdist}/doc/latex/titling
9880%doc %{texmfdist}/doc/latex/tocvsec2
9881%doc %{texmfdist}/doc/latex/todo
9882%doc %{texmfdist}/doc/latex/tokenizer
9883%doc %{texmfdist}/doc/latex/toolbox
9884%doc %{texmfdist}/doc/latex/topfloat
9885%doc %{texmfdist}/doc/latex/toptesi
9886%doc %{texmfdist}/doc/latex/tpslifonts
9887%doc %{texmfdist}/doc/latex/trajan
9888%doc %{texmfdist}/doc/latex/translator
9889%doc %{texmfdist}/doc/latex/tree-dvips
9890%doc %{texmfdist}/doc/latex/trfsigns
9891%doc %{texmfdist}/doc/latex/trivfloat
9892%doc %{texmfdist}/doc/latex/trsym
9893%doc %{texmfdist}/doc/latex/tufte-latex
9894%doc %{texmfdist}/doc/latex/tugboat
9895%doc %{texmfdist}/doc/latex/turnstile
9896%doc %{texmfdist}/doc/latex/twoup
9897%doc %{texmfdist}/doc/latex/typedref
9898%doc %{texmfdist}/doc/latex/typogrid
9899%doc %{texmfdist}/doc/latex/uaclasses
9900%doc %{texmfdist}/doc/latex/ucthesis
9901%doc %{texmfdist}/doc/latex/uebungsblatt
9902%doc %{texmfdist}/doc/latex/uiucthesis
9903%doc %{texmfdist}/doc/latex/ulsy
9904%doc %{texmfdist}/doc/latex/umich-thesis
9905%doc %{texmfdist}/doc/latex/uml
9906%doc %{texmfdist}/doc/latex/umlaute
9907%doc %{texmfdist}/doc/latex/umoline
9908%doc %{texmfdist}/doc/latex/umthesis
9909%doc %{texmfdist}/doc/latex/underlin
9910%doc %{texmfdist}/doc/latex/undertilde
9911%doc %{texmfdist}/doc/latex/unitsdef
9912%doc %{texmfdist}/doc/latex/unroman
9913%doc %{texmfdist}/doc/latex/upmethodology
9914%doc %{texmfdist}/doc/latex/urlbst
9915%doc %{texmfdist}/doc/latex/ushort
9916%doc %{texmfdist}/doc/latex/uwthesis
9917%doc %{texmfdist}/doc/latex/varindex
9918%doc %{texmfdist}/doc/latex/varsfromjobname
9919%doc %{texmfdist}/doc/latex/vector
9920%doc %{texmfdist}/doc/latex/verse
9921%doc %{texmfdist}/doc/latex/vhistory
9922%doc %{texmfdist}/doc/latex/vita
9923%doc %{texmfdist}/doc/latex/volumes
9924%doc %{texmfdist}/doc/latex/vpe
9925%doc %{texmfdist}/doc/latex/vrsion
9926%doc %{texmfdist}/doc/latex/vwcol
9927%doc %{texmfdist}/doc/latex/vxu
9928%doc %{texmfdist}/doc/latex/wadalab
9929%doc %{texmfdist}/doc/latex/wallpaper
9930%doc %{texmfdist}/doc/latex/warpcol
9931%doc %{texmfdist}/doc/latex/wnri
9932%doc %{texmfdist}/doc/latex/wordlike
9933%doc %{texmfdist}/doc/latex/xargs
9934%doc %{texmfdist}/doc/latex/xdoc
9935%doc %{texmfdist}/doc/latex/xfor
9936%doc %{texmfdist}/doc/latex/xifthen
9937%doc %{texmfdist}/doc/latex/xmpincl
9938%doc %{texmfdist}/doc/latex/xnewcommand
9939%doc %{texmfdist}/doc/latex/xoptarg
9940%doc %{texmfdist}/doc/latex/xpackages
9941%doc %{texmfdist}/doc/latex/xskak
9942%doc %{texmfdist}/doc/latex/xstring
9943%doc %{texmfdist}/doc/latex/xtcapts
9944%doc %{texmfdist}/doc/latex/xyling
9945%doc %{texmfdist}/doc/latex/xytree
9946%doc %{texmfdist}/doc/latex/yafoot
9947%doc %{texmfdist}/doc/latex/yhmath
9948%doc %{texmfdist}/doc/latex/york-thesis
9949%doc %{texmfdist}/doc/latex/yplan
9950%doc %{texmfdist}/doc/latex/zed-csp
9951%doc %{texmfdist}/doc/latex/zefonts
9952%doc %{texmfdist}/doc/latex/ziffer
9953%doc %{texmfdist}/doc/latex/zwgetfdate
9954%doc %{texmfdist}/source/latex/hyperref/doc
9955%doc %{texmfdist}/source/latex/koma-script/doc
9956
9957%files latex-other
9958%defattr(644,root,root,755)
f65b3398
ZU
9959%{texmfdist}/metapost/latexmp
9960%{texmfdist}/metapost/makecirc
8affbd2c 9961%dir %{texmfdist}/source/alatex
f65b3398 9962%{texmfdist}/source/alatex/base
8affbd2c 9963%dir %{texmfdist}/source/cslatex
f65b3398
ZU
9964%{texmfdist}/source/cslatex/base
9965%{texmfdist}/source/generic/xypic
9966%{texmfdist}/source/latex/ESIEEcv
9967%{texmfdist}/source/latex/GuIT
9968%{texmfdist}/source/latex/HA-prosper
9969%{texmfdist}/source/latex/IEEEconf
9970%{texmfdist}/source/latex/aastex
9971%{texmfdist}/source/latex/abc
9972%{texmfdist}/source/latex/abstract
9973%{texmfdist}/source/latex/achemso
9974%{texmfdist}/source/latex/acmconf
9975%{texmfdist}/source/latex/acronym
9976%{texmfdist}/source/latex/active-conf
9977%{texmfdist}/source/latex/addlines
9978%{texmfdist}/source/latex/adrlist
9979%{texmfdist}/source/latex/aiaa
9980%{texmfdist}/source/latex/alg
9981%{texmfdist}/source/latex/alnumsec
9982%{texmfdist}/source/latex/altfont
9983%{texmfdist}/source/latex/amsaddr
9984%{texmfdist}/source/latex/amscls
9985%{texmfdist}/source/latex/amsfonts
9986%{texmfdist}/source/latex/amsmath
9987%{texmfdist}/source/latex/amsrefs
9988%{texmfdist}/source/latex/answers
9989%{texmfdist}/source/latex/apacite
9990%{texmfdist}/source/latex/appendix
9991%{texmfdist}/source/latex/arcs
9992%{texmfdist}/source/latex/arydshln
9993%{texmfdist}/source/latex/asaetr
9994%{texmfdist}/source/latex/ascii
9995%{texmfdist}/source/latex/attachfile
8affbd2c 9996%{texmfdist}/source/latex/augie
f65b3398
ZU
9997%{texmfdist}/source/latex/babelbib
9998%{texmfdist}/source/latex/backgammon
9999%{texmfdist}/source/latex/barcodes
10000%{texmfdist}/source/latex/base
10001%{texmfdist}/source/latex/bayer
10002%{texmfdist}/source/latex/bbding
10003%{texmfdist}/source/latex/bbm-macros
10004%{texmfdist}/source/latex/belleek
10005%{texmfdist}/source/latex/bengali
10006%{texmfdist}/source/latex/beton
10007%{texmfdist}/source/latex/bez123
10008%{texmfdist}/source/latex/bibarts
10009%{texmfdist}/source/latex/bibleref
10010%{texmfdist}/source/latex/biblist
10011%{texmfdist}/source/latex/bibtopic
10012%{texmfdist}/source/latex/bibtopicprefix
10013%{texmfdist}/source/latex/bigfoot
10014%{texmfdist}/source/latex/binomexp
10015%{texmfdist}/source/latex/biocon
10016%{texmfdist}/source/latex/bizcard
10017%{texmfdist}/source/latex/blindtext
10018%{texmfdist}/source/latex/blowup
10019%{texmfdist}/source/latex/boites
10020%{texmfdist}/source/latex/bookhands
10021%{texmfdist}/source/latex/booklet
10022%{texmfdist}/source/latex/booktabs
10023%{texmfdist}/source/latex/bophook
10024%{texmfdist}/source/latex/boxhandler
10025%{texmfdist}/source/latex/bpchem
10026%{texmfdist}/source/latex/braille
10027%{texmfdist}/source/latex/breakurl
10028%{texmfdist}/source/latex/brushscr
10029%{texmfdist}/source/latex/bullcntr
10030%{texmfdist}/source/latex/burmese
10031%{texmfdist}/source/latex/bytefield
10032%{texmfdist}/source/latex/captcont
10033%{texmfdist}/source/latex/caption
10034%{texmfdist}/source/latex/carlisle
10035%{texmfdist}/source/latex/catechis
10036%{texmfdist}/source/latex/ccaption
10037%{texmfdist}/source/latex/ccfonts
10038%{texmfdist}/source/latex/cclicenses
10039%{texmfdist}/source/latex/cd-cover
10040%{texmfdist}/source/latex/cd
10041%{texmfdist}/source/latex/cdpbundl
10042%{texmfdist}/source/latex/changebar
10043%{texmfdist}/source/latex/changes
10044%{texmfdist}/source/latex/chappg
10045%{texmfdist}/source/latex/chapterfolder
10046%{texmfdist}/source/latex/chemcompounds
10047%{texmfdist}/source/latex/chemstyle
10048%{texmfdist}/source/latex/chessboard
10049%{texmfdist}/source/latex/chessfss
10050%{texmfdist}/source/latex/chletter
10051%{texmfdist}/source/latex/circ
10052%{texmfdist}/source/latex/cjk/utils
10053%{texmfdist}/source/latex/cjw
10054%{texmfdist}/source/latex/clefval
10055%{texmfdist}/source/latex/cleveref
10056%{texmfdist}/source/latex/cmcyralt
10057%{texmfdist}/source/latex/cmdtrack
10058%{texmfdist}/source/latex/cmll
10059%{texmfdist}/source/latex/cmsd
10060%{texmfdist}/source/latex/codepage
10061%{texmfdist}/source/latex/colortbl
10062%{texmfdist}/source/latex/colorwav
10063%{texmfdist}/source/latex/combine
10064%{texmfdist}/source/latex/comment
10065%{texmfdist}/source/latex/computational-complexity
10066%{texmfdist}/source/latex/confproc
10067%{texmfdist}/source/latex/constants
10068%{texmfdist}/source/latex/contour
10069%{texmfdist}/source/latex/cooking
10070%{texmfdist}/source/latex/cool
10071%{texmfdist}/source/latex/coollist
10072%{texmfdist}/source/latex/coolstr
10073%{texmfdist}/source/latex/cooltooltips
10074%{texmfdist}/source/latex/coordsys
10075%{texmfdist}/source/latex/coverpage
10076%{texmfdist}/source/latex/crop
10077%{texmfdist}/source/latex/crossreference
10078%{texmfdist}/source/latex/crosswrd
10079%{texmfdist}/source/latex/csvtools
10080%{texmfdist}/source/latex/ctable
10081%{texmfdist}/source/latex/ctib
10082%{texmfdist}/source/latex/cuisine
10083%{texmfdist}/source/latex/currvita
10084%{texmfdist}/source/latex/curve
10085%{texmfdist}/source/latex/curve2e
10086%{texmfdist}/source/latex/curves
10087%{texmfdist}/source/latex/cweb-latex
10088%{texmfdist}/source/latex/cwpuzzle
10089%{texmfdist}/source/latex/dashbox
10090%{texmfdist}/source/latex/dashrule
10091%{texmfdist}/source/latex/datatool
10092%{texmfdist}/source/latex/dateiliste
10093%{texmfdist}/source/latex/datenumber
10094%{texmfdist}/source/latex/datetime
10095%{texmfdist}/source/latex/decimal
10096%{texmfdist}/source/latex/delimtxt
10097%{texmfdist}/source/latex/diagnose
10098%{texmfdist}/source/latex/dialogl
10099%{texmfdist}/source/latex/dinbrief
10100%{texmfdist}/source/latex/disser
10101%{texmfdist}/source/latex/dnaseq
10102%{texmfdist}/source/latex/docmfp
10103%{texmfdist}/source/latex/doipubmed
10104%{texmfdist}/source/latex/dotarrow
10105%{texmfdist}/source/latex/dotseqn
10106%{texmfdist}/source/latex/dottex
10107%{texmfdist}/source/latex/dprogress
10108%{texmfdist}/source/latex/drac
10109%{texmfdist}/source/latex/draftcopy
10110%{texmfdist}/source/latex/draftwatermark
10111%{texmfdist}/source/latex/dramatist
10112%{texmfdist}/source/latex/dtk
10113%{texmfdist}/source/latex/dtxgallery
10114%{texmfdist}/source/latex/dyntree
10115%{texmfdist}/source/latex/eCards
10116%{texmfdist}/source/latex/ebezier
10117%{texmfdist}/source/latex/ebsthesis
10118%{texmfdist}/source/latex/ecclesiastic
10119%{texmfdist}/source/latex/ecv
10120%{texmfdist}/source/latex/ed
10121%{texmfdist}/source/latex/edmac
10122%{texmfdist}/source/latex/edmargin
10123%{texmfdist}/source/latex/eemeir
10124%{texmfdist}/source/latex/egplot
10125%{texmfdist}/source/latex/eiad
10126%{texmfdist}/source/latex/ellipsis
10127%{texmfdist}/source/latex/elmath
10128%{texmfdist}/source/latex/elsarticle
10129%{texmfdist}/source/latex/em
10130%{texmfdist}/source/latex/emp
10131%{texmfdist}/source/latex/endfloat
10132%{texmfdist}/source/latex/endheads
10133%{texmfdist}/source/latex/engpron
10134%{texmfdist}/source/latex/engrec
10135%{texmfdist}/source/latex/environ
10136%{texmfdist}/source/latex/envlab
10137%{texmfdist}/source/latex/epigraph
10138%{texmfdist}/source/latex/epiolmec
10139%{texmfdist}/source/latex/epsdice
10140%{texmfdist}/source/latex/eqlist
10141%{texmfdist}/source/latex/eqnarray
10142%{texmfdist}/source/latex/eqparbox
10143%{texmfdist}/source/latex/errata
10144%{texmfdist}/source/latex/esdiff
10145%{texmfdist}/source/latex/eskd
10146%{texmfdist}/source/latex/eso-pic
10147%{texmfdist}/source/latex/esvect
10148%{texmfdist}/source/latex/etaremune
10149%{texmfdist}/source/latex/ethiop
10150%{texmfdist}/source/latex/eukdate
10151%{texmfdist}/source/latex/euler
10152%{texmfdist}/source/latex/euproposal
10153%{texmfdist}/source/latex/euro
10154%{texmfdist}/source/latex/everypage
10155%{texmfdist}/source/latex/examdesign
10156%{texmfdist}/source/latex/exercise
10157%{texmfdist}/source/latex/expdlist
10158%{texmfdist}/source/latex/expl3
10159%{texmfdist}/source/latex/export
10160%{texmfdist}/source/latex/extpfeil
10161%{texmfdist}/source/latex/extract
10162%{texmfdist}/source/latex/facsimile
10163%{texmfdist}/source/latex/faktor
10164%{texmfdist}/source/latex/fancynum
10165%{texmfdist}/source/latex/fancyref
10166%{texmfdist}/source/latex/fancytooltips
10167%{texmfdist}/source/latex/fancyvrb
10168%{texmfdist}/source/latex/feynmf
10169%{texmfdist}/source/latex/figsize
10170%{texmfdist}/source/latex/filecontents
10171%{texmfdist}/source/latex/fink
10172%{texmfdist}/source/latex/fixme
10173%{texmfdist}/source/latex/flabels
10174%{texmfdist}/source/latex/flagderiv
10175%{texmfdist}/source/latex/flashcards
10176%{texmfdist}/source/latex/flippdf
10177%{texmfdist}/source/latex/float
10178%{texmfdist}/source/latex/floatrow
10179%{texmfdist}/source/latex/flowfram
10180%{texmfdist}/source/latex/fmp
10181%{texmfdist}/source/latex/fmtcount
10182%{texmfdist}/source/latex/fnbreak
10183%{texmfdist}/source/latex/foilhtml
10184%{texmfdist}/source/latex/fonttable
10185%{texmfdist}/source/latex/footmisc
10186%{texmfdist}/source/latex/footnpag
10187%{texmfdist}/source/latex/forarray
10188%{texmfdist}/source/latex/forloop
10189%{texmfdist}/source/latex/formula
10190%{texmfdist}/source/latex/fouridx
10191%{texmfdist}/source/latex/frankenstein
10192%{texmfdist}/source/latex/frontespizio
10193%{texmfdist}/source/latex/fullblck
10194%{texmfdist}/source/latex/functan
10195%{texmfdist}/source/latex/fundus
10196%{texmfdist}/source/latex/g-brief
10197%{texmfdist}/source/latex/galois
10198%{texmfdist}/source/latex/gcite
10199%{texmfdist}/source/latex/genmpage
10200%{texmfdist}/source/latex/geometry
10201%{texmfdist}/source/latex/geomsty
10202%{texmfdist}/source/latex/ginpenc
10203%{texmfdist}/source/latex/glossaries
10204%{texmfdist}/source/latex/gnuplottex
10205%{texmfdist}/source/latex/go
10206%{texmfdist}/source/latex/graphics
10207%{texmfdist}/source/latex/graphicx-psmin
10208%{texmfdist}/source/latex/greekdates
10209%{texmfdist}/source/latex/grnumalt
10210%{texmfdist}/source/latex/grverb
10211%{texmfdist}/source/latex/guitar
10212%{texmfdist}/source/latex/hanging
10213%{texmfdist}/source/latex/harvard
10214%{texmfdist}/source/latex/hc
10215%{texmfdist}/source/latex/hepthesis
10216%{texmfdist}/source/latex/hhtensor
10217%{texmfdist}/source/latex/hilowres
10218%{texmfdist}/source/latex/histogr
10219%{texmfdist}/source/latex/hpsdiss
10220%{texmfdist}/source/latex/hrlatex
10221%{texmfdist}/source/latex/hyper
10222%{texmfdist}/source/latex/hyperref
10223%{texmfdist}/source/latex/hyperxmp
10224%{texmfdist}/source/latex/hyphenat
10225%{texmfdist}/source/latex/ibycus-babel
10226%{texmfdist}/source/latex/icsv
10227%{texmfdist}/source/latex/ifmslide
10228%{texmfdist}/source/latex/ifplatform
10229%{texmfdist}/source/latex/ijmart
10230%{texmfdist}/source/latex/imtekda
10231%{texmfdist}/source/latex/index
10232%{texmfdist}/source/latex/inlinedef
10233%{texmfdist}/source/latex/inversepath
10234%{texmfdist}/source/latex/iso
10235%{texmfdist}/source/latex/iso10303
10236%{texmfdist}/source/latex/isodate
10237%{texmfdist}/source/latex/isodoc
10238%{texmfdist}/source/latex/isorot
10239%{texmfdist}/source/latex/isotope
10240%{texmfdist}/source/latex/itnumpar
10241%{texmfdist}/source/latex/jeopardy
10242%{texmfdist}/source/latex/jura
10243%{texmfdist}/source/latex/juraabbrev
10244%{texmfdist}/source/latex/jurarsp
10245%{texmfdist}/source/latex/kdgreek
10246%{texmfdist}/source/latex/kerntest
10247%{texmfdist}/source/latex/kluwer
10248%{texmfdist}/source/latex/koma-script
10249%{texmfdist}/source/latex/labelcas
10250%{texmfdist}/source/latex/labels
10251%{texmfdist}/source/latex/lastpage
10252%{texmfdist}/source/latex/latex-tds
10253%{texmfdist}/source/latex/layouts
10254%{texmfdist}/source/latex/lcg
10255%{texmfdist}/source/latex/lcyw
10256%{texmfdist}/source/latex/leading
10257%{texmfdist}/source/latex/ledmac
10258%{texmfdist}/source/latex/leftidx
10259%{texmfdist}/source/latex/lettrine
10260%{texmfdist}/source/latex/lexikon
10261%{texmfdist}/source/latex/lhcyr
10262%{texmfdist}/source/latex/lhelp
10263%{texmfdist}/source/latex/limap
10264%{texmfdist}/source/latex/lipsum
10265%{texmfdist}/source/latex/listbib
10266%{texmfdist}/source/latex/listings
10267%{texmfdist}/source/latex/listliketab
10268%{texmfdist}/source/latex/localloc
10269%{texmfdist}/source/latex/logpap
10270%{texmfdist}/source/latex/lps
10271%{texmfdist}/source/latex/ltxindex
10272%{texmfdist}/source/latex/mailing
10273%{texmfdist}/source/latex/makebox
10274%{texmfdist}/source/latex/makecell
10275%{texmfdist}/source/latex/makecmds
10276%{texmfdist}/source/latex/makedtx
10277%{texmfdist}/source/latex/makeplot
10278%{texmfdist}/source/latex/manfnt
10279%{texmfdist}/source/latex/manuscript
10280%{texmfdist}/source/latex/mapcodes
10281%{texmfdist}/source/latex/marginnote
10282%{texmfdist}/source/latex/mathcomp
10283%{texmfdist}/source/latex/mathpazo
10284%{texmfdist}/source/latex/mcaption
10285%{texmfdist}/source/latex/mcite
10286%{texmfdist}/source/latex/mdwtools
10287%{texmfdist}/source/latex/memoir
10288%{texmfdist}/source/latex/mentis
10289%{texmfdist}/source/latex/menu
10290%{texmfdist}/source/latex/method
10291%{texmfdist}/source/latex/metre
10292%{texmfdist}/source/latex/mff
10293%{texmfdist}/source/latex/mfpic4ode
10294%{texmfdist}/source/latex/mftinc
10295%{texmfdist}/source/latex/mh
10296%{texmfdist}/source/latex/miller
10297%{texmfdist}/source/latex/minipage-marginpar
10298%{texmfdist}/source/latex/minutes
10299%{texmfdist}/source/latex/mlist
10300%{texmfdist}/source/latex/mnsymbol
10301%{texmfdist}/source/latex/modroman
10302%{texmfdist}/source/latex/mongolian-babel
10303%{texmfdist}/source/latex/montex
10304%{texmfdist}/source/latex/moresize
10305%{texmfdist}/source/latex/moreverb
10306%{texmfdist}/source/latex/mparhack
10307%{texmfdist}/source/latex/ms
10308%{texmfdist}/source/latex/msg
10309%{texmfdist}/source/latex/mtgreek
10310%{texmfdist}/source/latex/multibbl
10311%{texmfdist}/source/latex/multibib
10312%{texmfdist}/source/latex/multicap
10313%{texmfdist}/source/latex/mwcls
10314%{texmfdist}/source/latex/mxd
10315%{texmfdist}/source/latex/nag
10316%{texmfdist}/source/latex/namespc
10317%{texmfdist}/source/latex/natbib
10318%{texmfdist}/source/latex/ncctools
10319%{texmfdist}/source/latex/nddiss
10320%{texmfdist}/source/latex/newalg
10321%{texmfdist}/source/latex/newfile
10322%{texmfdist}/source/latex/newlfm
10323%{texmfdist}/source/latex/newspaper
10324%{texmfdist}/source/latex/newvbtm
10325%{texmfdist}/source/latex/niceframe
10326%{texmfdist}/source/latex/noitcrul
10327%{texmfdist}/source/latex/nomencl
10328%{texmfdist}/source/latex/nomentbl
10329%{texmfdist}/source/latex/nonfloat
10330%{texmfdist}/source/latex/nostarch
10331%{texmfdist}/source/latex/notes
10332%{texmfdist}/source/latex/notes2bib
10333%{texmfdist}/source/latex/nrc
10334%{texmfdist}/source/latex/ntgclass
10335%{texmfdist}/source/latex/ntheorem
10336%{texmfdist}/source/latex/numprint
10337%{texmfdist}/source/latex/oberdiek
10338%{texmfdist}/source/latex/objectz
10339%{texmfdist}/source/latex/octavo
10340%{texmfdist}/source/latex/ogonek
10341%{texmfdist}/source/latex/oldstyle
10342%{texmfdist}/source/latex/opcit
10343%{texmfdist}/source/latex/ordinalpt
10344%{texmfdist}/source/latex/othello
10345%{texmfdist}/source/latex/otibet
10346%{texmfdist}/source/latex/pacioli
10347%{texmfdist}/source/latex/pageno
10348%{texmfdist}/source/latex/pagenote
10349%{texmfdist}/source/latex/paper
10350%{texmfdist}/source/latex/papercdcase
10351%{texmfdist}/source/latex/papertex
10352%{texmfdist}/source/latex/paralist
10353%{texmfdist}/source/latex/parallel
10354%{texmfdist}/source/latex/paresse
10355%{texmfdist}/source/latex/parrun
10356%{texmfdist}/source/latex/patchcmd
10357%{texmfdist}/source/latex/pauldoc
10358%{texmfdist}/source/latex/pawpict
10359%{texmfdist}/source/latex/pbox
10360%{texmfdist}/source/latex/pbsheet
10361%{texmfdist}/source/latex/pdfcprot
10362%{texmfdist}/source/latex/pdfpages
10363%{texmfdist}/source/latex/perltex
10364%{texmfdist}/source/latex/permute
10365%{texmfdist}/source/latex/petri-nets
10366%{texmfdist}/source/latex/pgfopts
10367%{texmfdist}/source/latex/pgfplots
10368%{texmfdist}/source/latex/philosophersimprint
10369%{texmfdist}/source/latex/photo
10370%{texmfdist}/source/latex/pict2e
10371%{texmfdist}/source/latex/pittetd
10372%{texmfdist}/source/latex/plari
10373%{texmfdist}/source/latex/play
10374%{texmfdist}/source/latex/plweb
10375%{texmfdist}/source/latex/poemscol
10376%{texmfdist}/source/latex/polski
10377%{texmfdist}/source/latex/polyglot
10378%{texmfdist}/source/latex/polytable
10379%{texmfdist}/source/latex/powerdot
10380%{texmfdist}/source/latex/ppr-prv
10381%{texmfdist}/source/latex/pracjourn
10382%{texmfdist}/source/latex/preprint
10383%{texmfdist}/source/latex/prettyref
10384%{texmfdist}/source/latex/preview
10385%{texmfdist}/source/latex/proba
10386%{texmfdist}/source/latex/probsoln
10387%{texmfdist}/source/latex/progkeys
10388%{texmfdist}/source/latex/prosper
10389%{texmfdist}/source/latex/protocol
10390%{texmfdist}/source/latex/psfrag
10391%{texmfdist}/source/latex/psfragx
10392%{texmfdist}/source/latex/pslatex
10393%{texmfdist}/source/latex/pspicture
10394%{texmfdist}/source/latex/qcm
10395%{texmfdist}/source/latex/qstest
10396%{texmfdist}/source/latex/qsymbols
10397%{texmfdist}/source/latex/quotchap
10398%{texmfdist}/source/latex/quotmark
10399%{texmfdist}/source/latex/randbild
10400%{texmfdist}/source/latex/rccol
10401%{texmfdist}/source/latex/rcs
10402%{texmfdist}/source/latex/rcsinfo
10403%{texmfdist}/source/latex/recipecard
10404%{texmfdist}/source/latex/refman
10405%{texmfdist}/source/latex/refstyle
10406%{texmfdist}/source/latex/regcount
10407%{texmfdist}/source/latex/register
10408%{texmfdist}/source/latex/relenc
10409%{texmfdist}/source/latex/revtex
10410%{texmfdist}/source/latex/rmpage
10411%{texmfdist}/source/latex/robustcommand
10412%{texmfdist}/source/latex/romannum
10413%{texmfdist}/source/latex/rotating
10414%{texmfdist}/source/latex/rotfloat
10415%{texmfdist}/source/latex/rsc
10416%{texmfdist}/source/latex/rst
10417%{texmfdist}/source/latex/rtkinenc
10418%{texmfdist}/source/latex/sagetex
10419%{texmfdist}/source/latex/sanskrit
10420%{texmfdist}/source/latex/sauerj
10421%{texmfdist}/source/latex/sauterfonts
10422%{texmfdist}/source/latex/savefnmark
10423%{texmfdist}/source/latex/savetrees
10424%{texmfdist}/source/latex/scale
10425%{texmfdist}/source/latex/scalebar
10426%{texmfdist}/source/latex/schedule
10427%{texmfdist}/source/latex/sciwordconv
10428%{texmfdist}/source/latex/screenplay
10429%{texmfdist}/source/latex/sectsty
10430%{texmfdist}/source/latex/semantic
10431%{texmfdist}/source/latex/semioneside
10432%{texmfdist}/source/latex/seqsplit
10433%{texmfdist}/source/latex/sf298
10434%{texmfdist}/source/latex/sffms
10435%{texmfdist}/source/latex/shorttoc
10436%{texmfdist}/source/latex/show2e
10437%{texmfdist}/source/latex/showexpl
10438%{texmfdist}/source/latex/showlabels
10439%{texmfdist}/source/latex/sidecap
10440%{texmfdist}/source/latex/siggraph
10441%{texmfdist}/source/latex/simplecv
10442%{texmfdist}/source/latex/simplewick
10443%{texmfdist}/source/latex/skull
10444%{texmfdist}/source/latex/slantsc
10445%{texmfdist}/source/latex/snapshot
10446%{texmfdist}/source/latex/songbook
10447%{texmfdist}/source/latex/soul
10448%{texmfdist}/source/latex/splitbib
10449%{texmfdist}/source/latex/splitindex
10450%{texmfdist}/source/latex/srcltx
10451%{texmfdist}/source/latex/sseq
10452%{texmfdist}/source/latex/ssqquote
10453%{texmfdist}/source/latex/stack
10454%{texmfdist}/source/latex/statistik
10455%{texmfdist}/source/latex/staves
10456%{texmfdist}/source/latex/stdclsdv
10457%{texmfdist}/source/latex/stdpage
10458%{texmfdist}/source/latex/stellenbosch
10459%{texmfdist}/source/latex/stex
10460%{texmfdist}/source/latex/stringstrings
10461%{texmfdist}/source/latex/struktex
10462%{texmfdist}/source/latex/subdepth
10463%{texmfdist}/source/latex/subeqn
10464%{texmfdist}/source/latex/subeqnarray
10465%{texmfdist}/source/latex/subfig
10466%{texmfdist}/source/latex/subfigure
10467%{texmfdist}/source/latex/subfloat
10468%{texmfdist}/source/latex/sudoku
10469%{texmfdist}/source/latex/sudokubundle
10470%{texmfdist}/source/latex/supertabular
10471%{texmfdist}/source/latex/svn-multi
10472%{texmfdist}/source/latex/svn
10473%{texmfdist}/source/latex/svninfo
10474%{texmfdist}/source/latex/swimgraf
10475%{texmfdist}/source/latex/syntrace
10476%{texmfdist}/source/latex/synttree
10477%{texmfdist}/source/latex/tablists
10478%{texmfdist}/source/latex/tabulary
10479%{texmfdist}/source/latex/tabvar
10480%{texmfdist}/source/latex/talk
10481%{texmfdist}/source/latex/tcldoc
10482%{texmfdist}/source/latex/tdsfrmath
10483%{texmfdist}/source/latex/technics
10484%{texmfdist}/source/latex/ted
10485%{texmfdist}/source/latex/tengwarscript
10486%{texmfdist}/source/latex/tensor
10487%{texmfdist}/source/latex/teubner
10488%{texmfdist}/source/latex/texmate
10489%{texmfdist}/source/latex/texpower
10490%{texmfdist}/source/latex/texshade
10491%{texmfdist}/source/latex/textcase
10492%{texmfdist}/source/latex/textfit
10493%{texmfdist}/source/latex/textopo
10494%{texmfdist}/source/latex/textpos
10495%{texmfdist}/source/latex/thesis-titlepage-fhac
10496%{texmfdist}/source/latex/thmtools
10497%{texmfdist}/source/latex/thumb
10498%{texmfdist}/source/latex/thuthesis
10499%{texmfdist}/source/latex/timesht
10500%{texmfdist}/source/latex/titling
10501%{texmfdist}/source/latex/tocbibind
10502%{texmfdist}/source/latex/tocloft
10503%{texmfdist}/source/latex/tocvsec2
10504%{texmfdist}/source/latex/todo
10505%{texmfdist}/source/latex/toolbox
10506%{texmfdist}/source/latex/tools
10507%{texmfdist}/source/latex/toptesi
10508%{texmfdist}/source/latex/totpages
10509%{texmfdist}/source/latex/trajan
10510%{texmfdist}/source/latex/tree-dvips
10511%{texmfdist}/source/latex/trfsigns
10512%{texmfdist}/source/latex/trivfloat
10513%{texmfdist}/source/latex/trsym
10514%{texmfdist}/source/latex/tugboat
10515%{texmfdist}/source/latex/turnstile
10516%{texmfdist}/source/latex/twoup
10517%{texmfdist}/source/latex/type1cm
10518%{texmfdist}/source/latex/typedref
10519%{texmfdist}/source/latex/typogrid
10520%{texmfdist}/source/latex/uaclasses
10521%{texmfdist}/source/latex/uiucthesis
10522%{texmfdist}/source/latex/ulsy
10523%{texmfdist}/source/latex/uml
10524%{texmfdist}/source/latex/umlaute
10525%{texmfdist}/source/latex/umoline
10526%{texmfdist}/source/latex/underlin
10527%{texmfdist}/source/latex/undertilde
10528%{texmfdist}/source/latex/units
10529%{texmfdist}/source/latex/unitsdef
10530%{texmfdist}/source/latex/unroman
10531%{texmfdist}/source/latex/upmethodology
10532%{texmfdist}/source/latex/urlbst
10533%{texmfdist}/source/latex/ushort
10534%{texmfdist}/source/latex/varindex
10535%{texmfdist}/source/latex/vector
10536%{texmfdist}/source/latex/verse
10537%{texmfdist}/source/latex/vmargin
10538%{texmfdist}/source/latex/volumes
10539%{texmfdist}/source/latex/vrsion
10540%{texmfdist}/source/latex/vwcol
10541%{texmfdist}/source/latex/vxu
10542%{texmfdist}/source/latex/warning
10543%{texmfdist}/source/latex/warpcol
10544%{texmfdist}/source/latex/was
10545%{texmfdist}/source/latex/wnri
10546%{texmfdist}/source/latex/xargs
10547%{texmfdist}/source/latex/xdoc
10548%{texmfdist}/source/latex/xfor
10549%{texmfdist}/source/latex/xmpincl
10550%{texmfdist}/source/latex/xpackages
10551%{texmfdist}/source/latex/xskak
10552%{texmfdist}/source/latex/xtab
10553%{texmfdist}/source/latex/xtcapts
10554%{texmfdist}/source/latex/yafoot
10555%{texmfdist}/source/latex/yfonts
10556%{texmfdist}/source/latex/yhmath
10557%{texmfdist}/source/latex/york-thesis
10558%{texmfdist}/source/latex/youngtab
198c241e 10559%dir %{texmfdist}/source/plain
8affbd2c 10560%dir %{texmfdist}/source/plain/jsmisc
f65b3398
ZU
10561%{texmfdist}/source/plain/jsmisc/xfig
10562%{texmfdist}/source/xelatex
8affbd2c 10563%{texmfdist}/tex/alatex
f65b3398
ZU
10564%{texmfdist}/tex/generic/enctex
10565%{texmfdist}/tex/latex/kalender
10566%{texmfdist}/tex/latex/karnaugh
10567%{texmfdist}/tex/latex/kerkis
10568%{texmfdist}/tex/latex/kerntest
10569%{texmfdist}/tex/latex/kluwer
10570%{texmfdist}/tex/latex/kpfonts
10571%{texmfdist}/tex/latex/kurier
10572%{texmfdist}/tex/latex/labelcas
10573%{texmfdist}/tex/latex/lazylist
10574%{texmfdist}/tex/latex/lcg
10575%{texmfdist}/tex/latex/lcyw
10576%{texmfdist}/tex/latex/leading
10577%{texmfdist}/tex/latex/ledmac
10578%{texmfdist}/tex/latex/lettre
10579%{texmfdist}/tex/latex/levy
10580%{texmfdist}/tex/latex/lexikon
10581%{texmfdist}/tex/latex/lgreek
10582%{texmfdist}/tex/latex/lhcyr
10583%{texmfdist}/tex/latex/lhelp
10584%{texmfdist}/tex/latex/libertine
10585%{texmfdist}/tex/latex/limap
10586%{texmfdist}/tex/latex/linearA
10587%{texmfdist}/tex/latex/linguex
10588%{texmfdist}/tex/latex/lipsum
10589%{texmfdist}/tex/latex/listbib
10590%{texmfdist}/tex/latex/listliketab
10591%{texmfdist}/tex/latex/listofsymbols
10592%{texmfdist}/tex/latex/lkproof
10593%{texmfdist}/tex/latex/logic
10594%{texmfdist}/tex/latex/logpap
10595%{texmfdist}/tex/latex/lps
10596%{texmfdist}/tex/latex/lsc
10597%{texmfdist}/tex/latex/ltablex
10598%{texmfdist}/tex/latex/ltxindex
10599%{texmfdist}/tex/latex/lxfonts
10600%{texmfdist}/tex/latex/ly1
10601%{texmfdist}/tex/latex/mafr
10602%{texmfdist}/tex/latex/mailing
10603%{texmfdist}/tex/latex/makebarcode
10604%{texmfdist}/tex/latex/makebox
10605%{texmfdist}/tex/latex/makecell
10606%{texmfdist}/tex/latex/makecmds
10607%{texmfdist}/tex/latex/makedtx
10608%{texmfdist}/tex/latex/makeglos
10609%{texmfdist}/tex/latex/makeplot
10610%{texmfdist}/tex/latex/manfnt
10611%{texmfdist}/tex/latex/manuscript
10612%{texmfdist}/tex/latex/mapcodes
10613%{texmfdist}/tex/latex/maple
10614%{texmfdist}/tex/latex/marginnote
10615%{texmfdist}/tex/latex/mathdesign
10616%{texmfdist}/tex/latex/maybemath
10617%{texmfdist}/tex/latex/mcaption
10618%{texmfdist}/tex/latex/mceinleger
10619%{texmfdist}/tex/latex/mcite
10620%{texmfdist}/tex/latex/mciteplus
10621%{texmfdist}/tex/latex/memexsupp
10622%{texmfdist}/tex/latex/mentis
10623%{texmfdist}/tex/latex/menu
10624%{texmfdist}/tex/latex/method
10625%{texmfdist}/tex/latex/metre
10626%{texmfdist}/tex/latex/mff
10627%{texmfdist}/tex/latex/mfpic4ode
10628%{texmfdist}/tex/latex/mftinc
10629%{texmfdist}/tex/latex/mhchem
10630%{texmfdist}/tex/latex/mhequ
10631%{texmfdist}/tex/latex/mhs
10632%{texmfdist}/tex/latex/miller
10633%{texmfdist}/tex/latex/minipage-marginpar
10634%{texmfdist}/tex/latex/miniplot
10635%{texmfdist}/tex/latex/minutes
10636%{texmfdist}/tex/latex/mla-paper
10637%{texmfdist}/tex/latex/mlist
10638%{texmfdist}/tex/latex/moresize
10639%{texmfdist}/tex/latex/movie15
10640%{texmfdist}/tex/latex/msc
10641%{texmfdist}/tex/latex/msg
10642%{texmfdist}/tex/latex/mslapa
10643%{texmfdist}/tex/latex/mtgreek
10644%{texmfdist}/tex/latex/multibbl
10645%{texmfdist}/tex/latex/multicap
10646%{texmfdist}/tex/latex/multido
10647%{texmfdist}/tex/latex/muthesis
10648%{texmfdist}/tex/latex/mxd
10649%{texmfdist}/tex/latex/mxedruli
10650%{texmfdist}/tex/latex/nag
10651%{texmfdist}/tex/latex/namespc
10652%{texmfdist}/tex/latex/nath
10653%{texmfdist}/tex/latex/nature
10654%{texmfdist}/tex/latex/newvbtm
10655%{texmfdist}/tex/latex/niceframe
10656%{texmfdist}/tex/latex/nih
10657%{texmfdist}/tex/latex/noitcrul
10658%{texmfdist}/tex/latex/nomentbl
10659%{texmfdist}/tex/latex/nonfloat
10660%{texmfdist}/tex/latex/nostarch
10661%{texmfdist}/tex/latex/notes
10662%{texmfdist}/tex/latex/notes2bib
10663%{texmfdist}/tex/latex/nrc
10664%{texmfdist}/tex/latex/ntabbing
10665%{texmfdist}/tex/latex/numline
10666%{texmfdist}/tex/latex/numname
10667%{texmfdist}/tex/latex/numprint
10668%{texmfdist}/tex/latex/objectz
10669%{texmfdist}/tex/latex/ocr-latex
10670%{texmfdist}/tex/latex/octavo
10671%{texmfdist}/tex/latex/ogonek
10672%{texmfdist}/tex/latex/oldstyle
10673%{texmfdist}/tex/latex/opcit
10674%{texmfdist}/tex/latex/ordinalpt
10675%{texmfdist}/tex/latex/ot2cyr
10676%{texmfdist}/tex/latex/othello
10677%{texmfdist}/tex/latex/otibet
10678%{texmfdist}/tex/latex/outline
10679%{texmfdist}/tex/latex/outliner
10680%{texmfdist}/tex/latex/pacioli
10681%{texmfdist}/tex/latex/pageno
10682%{texmfdist}/tex/latex/pagenote
10683%{texmfdist}/tex/latex/palatino
10684%{texmfdist}/tex/latex/paper
10685%{texmfdist}/tex/latex/papercdcase
10686%{texmfdist}/tex/latex/papertex
10687%{texmfdist}/tex/latex/parallel
10688%{texmfdist}/tex/latex/paresse
10689%{texmfdist}/tex/latex/parrun
10690%{texmfdist}/tex/latex/patchcmd
10691%{texmfdist}/tex/latex/pauldoc
10692%{texmfdist}/tex/latex/pawpict
10693%{texmfdist}/tex/latex/pbox
10694%{texmfdist}/tex/latex/pbsheet
10695%{texmfdist}/tex/latex/pclnfss
10696%{texmfdist}/tex/latex/pdfcprot
10697%{texmfdist}/tex/latex/pdfscreen
10698%{texmfdist}/tex/latex/pdftricks
10699%{texmfdist}/tex/latex/pdfwin
10700%{texmfdist}/tex/latex/pecha
10701%{texmfdist}/tex/latex/perltex
10702%{texmfdist}/tex/latex/permute
10703%{texmfdist}/tex/latex/petiteannonce
10704%{texmfdist}/tex/latex/petri-nets
10705%{texmfdist}/tex/latex/pgf-soroban
10706%{texmfdist}/tex/latex/phaistos
10707%{texmfdist}/tex/latex/philex
10708%{texmfdist}/tex/latex/philosophersimprint
10709%{texmfdist}/tex/latex/phonetic
10710%{texmfdist}/tex/latex/photo
10711%{texmfdist}/tex/latex/pictex2
10712%{texmfdist}/tex/latex/pinlabel
10713%{texmfdist}/tex/latex/pittetd
10714%{texmfdist}/tex/latex/plari
10715%{texmfdist}/tex/latex/plates
10716%{texmfdist}/tex/latex/play
10717%{texmfdist}/tex/latex/plweb
10718%{texmfdist}/tex/latex/pmgraph
10719%{texmfdist}/tex/latex/poemscol
10720%{texmfdist}/tex/latex/polski
10721%{texmfdist}/tex/latex/polyglot
10722%{texmfdist}/tex/latex/polytable
10723%{texmfdist}/tex/latex/postcards
10724%{texmfdist}/tex/latex/powerdot
10725%{texmfdist}/tex/latex/ppower4
10726%{texmfdist}/tex/latex/ppr-prv
10727%{texmfdist}/tex/latex/pracjourn
10728%{texmfdist}/tex/latex/prettyref
10729%{texmfdist}/tex/latex/proba
10730%{texmfdist}/tex/latex/probsoln
10731%{texmfdist}/tex/latex/procIAGssymp
10732%{texmfdist}/tex/latex/progkeys
10733%{texmfdist}/tex/latex/progress
10734%{texmfdist}/tex/latex/protex
10735%{texmfdist}/tex/latex/protocol
10736%{texmfdist}/tex/latex/psfragx
10737%{texmfdist}/tex/latex/psgo
10738%{texmfdist}/tex/latex/pspicture
10739%{texmfdist}/tex/latex/pstricks-add
10740%{texmfdist}/tex/latex/ptptex
10741%{texmfdist}/tex/latex/qcm
10742%{texmfdist}/tex/latex/qobitree
10743%{texmfdist}/tex/latex/qstest
10744%{texmfdist}/tex/latex/qsymbols
10745%{texmfdist}/tex/latex/qtree
10746%{texmfdist}/tex/latex/quotchap
10747%{texmfdist}/tex/latex/quotmark
10748%{texmfdist}/tex/latex/r_und_s
10749%{texmfdist}/tex/latex/randbild
10750%{texmfdist}/tex/latex/randtext
10751%{texmfdist}/tex/latex/rccol
10752%{texmfdist}/tex/latex/rcs
10753%{texmfdist}/tex/latex/rcsinfo
10754%{texmfdist}/tex/latex/recipecard
10755%{texmfdist}/tex/latex/rectopma
10756%{texmfdist}/tex/latex/refcheck
10757%{texmfdist}/tex/latex/refman
10758%{texmfdist}/tex/latex/refstyle
10759%{texmfdist}/tex/latex/regcount
10760%{texmfdist}/tex/latex/register
10761%{texmfdist}/tex/latex/relenc
10762%{texmfdist}/tex/latex/repeatindex
10763%{texmfdist}/tex/latex/resume
10764%{texmfdist}/tex/latex/rlepsf
10765%{texmfdist}/tex/latex/rmpage
10766%{texmfdist}/tex/latex/robustcommand
10767%{texmfdist}/tex/latex/robustindex
10768%{texmfdist}/tex/latex/romannum
10769%{texmfdist}/tex/latex/rotpages
10770%{texmfdist}/tex/latex/rsc
10771%{texmfdist}/tex/latex/rst
10772%{texmfdist}/tex/latex/rtkinenc
10773%{texmfdist}/tex/latex/rtklage
10774%{texmfdist}/tex/latex/sagetex
10775%{texmfdist}/tex/latex/sanskrit
10776%{texmfdist}/tex/latex/sauerj
10777%{texmfdist}/tex/latex/sauterfonts
10778%{texmfdist}/tex/latex/savefnmark
10779%{texmfdist}/tex/latex/savesym
10780%{texmfdist}/tex/latex/savetrees
10781%{texmfdist}/tex/latex/scalebar
10782%{texmfdist}/tex/latex/schedule
10783%{texmfdist}/tex/latex/scientificpaper
10784%{texmfdist}/tex/latex/sciposter
10785%{texmfdist}/tex/latex/sciwordconv
10786%{texmfdist}/tex/latex/screenplay
10787%{texmfdist}/tex/latex/script
10788%{texmfdist}/tex/latex/sdrt
10789%{texmfdist}/tex/latex/sectionbox
10790%{texmfdist}/tex/latex/semantic
10791%{texmfdist}/tex/latex/semaphor
10792%{texmfdist}/tex/latex/semioneside
10793%{texmfdist}/tex/latex/seqsplit
10794%{texmfdist}/tex/latex/sf298
10795%{texmfdist}/tex/latex/sffms
10796%{texmfdist}/tex/latex/sfg
10797%{texmfdist}/tex/latex/sfmath
10798%{texmfdist}/tex/latex/sgame
10799%{texmfdist}/tex/latex/shadbox
10800%{texmfdist}/tex/latex/shadethm
10801%{texmfdist}/tex/latex/shipunov
10802%{texmfdist}/tex/latex/shorttoc
10803%{texmfdist}/tex/latex/show2e
10804%{texmfdist}/tex/latex/showexpl
10805%{texmfdist}/tex/latex/sides
10806%{texmfdist}/tex/latex/siggraph
10807%{texmfdist}/tex/latex/simplecv
10808%{texmfdist}/tex/latex/simplewick
10809%{texmfdist}/tex/latex/skak
10810%{texmfdist}/tex/latex/skull
10811%{texmfdist}/tex/latex/slantsc
10812%{texmfdist}/tex/latex/smalltableof
10813%{texmfdist}/tex/latex/smartref
10814%{texmfdist}/tex/latex/smflatex
10815%{texmfdist}/tex/latex/snapshot
10816%{texmfdist}/tex/latex/songbook
10817%{texmfdist}/tex/latex/soyombo
10818%{texmfdist}/tex/latex/sparklines
10819%{texmfdist}/tex/latex/spie
10820%{texmfdist}/tex/latex/splitbib
10821%{texmfdist}/tex/latex/splitindex
10822%{texmfdist}/tex/latex/sprite
10823%{texmfdist}/tex/latex/srcltx
10824%{texmfdist}/tex/latex/sseq
10825%{texmfdist}/tex/latex/ssqquote
10826%{texmfdist}/tex/latex/stack
10827%{texmfdist}/tex/latex/stage
10828%{texmfdist}/tex/latex/statex2
10829%{texmfdist}/tex/latex/statistik
10830%{texmfdist}/tex/latex/staves
10831%{texmfdist}/tex/latex/stdpage
10832%{texmfdist}/tex/latex/stellenbosch
10833%{texmfdist}/tex/latex/stex
10834%{texmfdist}/tex/latex/stringstrings
10835%{texmfdist}/tex/latex/struktex
10836%{texmfdist}/tex/latex/sttools
10837%{texmfdist}/tex/latex/stubs
10838%{texmfdist}/tex/latex/subdepth
10839%{texmfdist}/tex/latex/subeqn
10840%{texmfdist}/tex/latex/subeqnarray
10841%{texmfdist}/tex/latex/subfloat
10842%{texmfdist}/tex/latex/substr
10843%{texmfdist}/tex/latex/sudoku
10844%{texmfdist}/tex/latex/sudokubundle
10845%{texmfdist}/tex/latex/sugconf
10846%{texmfdist}/tex/latex/susy
10847%{texmfdist}/tex/latex/svgcolor
10848%{texmfdist}/tex/latex/svn-multi
10849%{texmfdist}/tex/latex/svn
10850%{texmfdist}/tex/latex/svninfo
10851%{texmfdist}/tex/latex/swimgraf
10852%{texmfdist}/tex/latex/symbol
10853%{texmfdist}/tex/latex/synproof
10854%{texmfdist}/tex/latex/syntax
10855%{texmfdist}/tex/latex/syntrace
10856%{texmfdist}/tex/latex/synttree
10857%{texmfdist}/tex/latex/timing
10858%{texmfdist}/tex/latex/tocvsec2
10859%{texmfdist}/tex/latex/todo
10860%{texmfdist}/tex/latex/tokenizer
10861%{texmfdist}/tex/latex/toolbox
10862%{texmfdist}/tex/latex/topfloat
10863%{texmfdist}/tex/latex/toptesi
10864%{texmfdist}/tex/latex/tpslifonts
10865%{texmfdist}/tex/latex/tracking
10866%{texmfdist}/tex/latex/trajan
10867%{texmfdist}/tex/latex/translator
10868%{texmfdist}/tex/latex/tree-dvips
10869%{texmfdist}/tex/latex/trfsigns
10870%{texmfdist}/tex/latex/trivfloat
10871%{texmfdist}/tex/latex/trsym
10872%{texmfdist}/tex/latex/tufte-latex
10873%{texmfdist}/tex/latex/tugboat
10874%{texmfdist}/tex/latex/turnstile
10875%{texmfdist}/tex/latex/twoup
10876%{texmfdist}/tex/latex/typedref
10877%{texmfdist}/tex/latex/typogrid
10878%{texmfdist}/tex/latex/uaclasses
10879%{texmfdist}/tex/latex/ucthesis
10880%{texmfdist}/tex/latex/uebungsblatt
10881%{texmfdist}/tex/latex/uhrzeit
10882%{texmfdist}/tex/latex/uiucthesis
10883%{texmfdist}/tex/latex/ulsy
10884%{texmfdist}/tex/latex/umich-thesis
10885%{texmfdist}/tex/latex/uml
10886%{texmfdist}/tex/latex/umoline
10887%{texmfdist}/tex/latex/umrand
10888%{texmfdist}/tex/latex/umthesis
10889%{texmfdist}/tex/latex/underlin
10890%{texmfdist}/tex/latex/ushort
10891%{texmfdist}/tex/latex/uwthesis
10892
26d8eaaa
ZU
10893# %files latex-palatcm
10894# %defattr(644,root,root,755)
10895# %{texmf}/tex/latex/palatcm
d08789e0 10896
f65b3398
ZU
10897%files latex-pdfslide
10898%defattr(644,root,root,755)
10899%doc %{texmfdist}/doc/latex/pdfslide
10900%{texmfdist}/tex/latex/pdfslide
10901
03d9d5fa
ZU
10902%files latex-pgf
10903%defattr(644,root,root,755)
10904%doc %{texmfdist}/doc/generic/pgf
8ed039e0
ZU
10905%{texmfdist}/tex/generic/pgf
10906%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
10907%{texmfdist}/tex/latex/pgf
10908%{texmfdist}/tex/latex/pgfopts
10909%{texmfdist}/tex/latex/pgfplots
10910
b7b4a109
ZU
10911%files latex-prosper
10912%defattr(644,root,root,755)
10913%doc %{texmfdist}/doc/latex/prosper
10914%{texmfdist}/tex/latex/prosper
10915
f65b3398
ZU
10916%files latex-polynom
10917%defattr(644,root,root,755)
10918%doc %{texmfdist}/doc/latex/polynom
10919%{texmfdist}/source/latex/polynom
10920%{texmfdist}/tex/latex/polynom
10921
10922%files latex-polynomial
10923%defattr(644,root,root,755)
10924%doc %{texmfdist}/doc/latex/polynomial
10925%{texmfdist}/source/latex/polynomial
10926%{texmfdist}/tex/latex/polynomial
10927
b7b4a109
ZU
10928%files latex-pseudocode
10929%defattr(644,root,root,755)
10930%doc %{texmfdist}/doc/latex/pseudocode
10931%{texmfdist}/tex/latex/pseudocode
10932
8efa6a9c
ZU
10933%files latex-pst-2dplot
10934%defattr(644,root,root,755)
10935%doc %{texmfdist}/doc/generic/pst-2dplot
10936%{texmfdist}/tex/latex/pst-2dplot
10937
10938%files latex-pst-3dplot
10939%defattr(644,root,root,755)
10940%doc %{texmfdist}/doc/generic/pst-3dplot
10941%{texmfdist}/dvips/pst-3dplot
10942%{texmfdist}/tex/generic/pst-3dplot
10943%{texmfdist}/tex/latex/pst-3dplot
10944
10945%files latex-pst-bar
10946%defattr(644,root,root,755)
10947%doc %{texmfdist}/doc/generic/pst-3dplot
10948%{texmfdist}/dvips/pst-bar
10949%{texmfdist}/tex/generic/pst-bar
10950%{texmfdist}/tex/latex/pst-bar
10951
10952%files latex-pst-circ
10953%defattr(644,root,root,755)
10954%doc %{texmfdist}/doc/generic/pst-circ
10955%{texmfdist}/dvips/pst-circ
10956%{texmfdist}/tex/generic/pst-circ
10957%{texmfdist}/tex/latex/pst-circ
10958
10959%files latex-pst-diffraction
10960%defattr(644,root,root,755)
10961%doc %{texmfdist}/doc/generic/pst-diffraction
10962%{texmfdist}/tex/generic/pst-diffraction
10963%{texmfdist}/tex/latex/pst-diffraction
10964
b7b4a109
ZU
10965%files latex-pst-eucl
10966%defattr(644,root,root,755)
8efa6a9c 10967%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
10968%{texmfdist}/tex/generic/pst-eucl
10969%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
10970
10971%files latex-pst-fun
10972%defattr(644,root,root,755)
10973%doc %{texmfdist}/doc/generic/pst-fun
10974%{texmfdist}/dvips/pst-fun
10975%{texmfdist}/tex/generic/pst-fun
10976%{texmfdist}/tex/latex/pst-fun
10977
10978%files latex-pst-func
10979%defattr(644,root,root,755)
10980%doc %{texmfdist}/doc/generic/pst-func
10981%{texmfdist}/dvips/pst-func
10982%{texmfdist}/tex/generic/pst-func
10983%{texmfdist}/tex/latex/pst-func
10984
10985%files latex-pst-infixplot
10986%defattr(644,root,root,755)
10987%doc %{texmfdist}/doc/generic/pst-infixplot
10988%{texmfdist}/tex/generic/pst-infixplot
10989%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
10990
10991%files latex-pst-fr3d
10992%defattr(644,root,root,755)
10993%doc %{texmfdist}/doc/generic/pst-fr3d
10994%{texmfdist}/source/generic/pst-fr3d
10995%{texmfdist}/tex/generic/pst-fr3d
10996%{texmfdist}/tex/latex/pst-fr3d
10997
10998%files latex-pst-fractal
10999%defattr(644,root,root,755)
11000%doc %{texmfdist}/doc/generic/pst-fractal
11001%{texmfdist}/dvips/pst-fractal
11002%{texmfdist}/tex/generic/pst-fractal
11003%{texmfdist}/tex/latex/pst-fractal
11004
8efa6a9c
ZU
11005%files latex-pst-math
11006%defattr(644,root,root,755)
11007%doc %{texmfdist}/doc/generic/pst-math
11008%{texmfdist}/dvips/pst-math
11009%{texmfdist}/tex/generic/pst-math
11010%{texmfdist}/tex/latex/pst-math
11011
11012%files latex-pst-ob3d
11013%defattr(644,root,root,755)
11014%doc %{texmfdist}/doc/generic/pst-ob3d
11015%{texmfdist}/source/generic/pst-ob3d
11016%{texmfdist}/tex/generic/pst-ob3d
11017%{texmfdist}/tex/latex/pst-ob3d
11018
11019%files latex-pst-optexp
11020%defattr(644,root,root,755)
11021%doc %{texmfdist}/doc/generic/pst-optexp
11022%{texmfdist}/dvips/pst-optexp
11023%{texmfdist}/tex/generic/pst-optexp
11024%{texmfdist}/tex/latex/pst-optexp
11025
11026%files latex-pst-optic
11027%defattr(644,root,root,755)
11028%doc %{texmfdist}/doc/generic/pst-optic
11029%{texmfdist}/tex/generic/pst-optic
11030%{texmfdist}/tex/latex/pst-optic
11031
11032%files latex-pst-text
11033%defattr(644,root,root,755)
11034%doc %{texmfdist}/doc/generic/pst-text
04123363 11035%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
11036%{texmfdist}/tex/generic/pst-text
11037%{texmfdist}/tex/latex/pst-text
11038
1024ab0e
ZU
11039%files latex-pst-uncategorized
11040%defattr(644,root,root,755)
11041%doc %{texmfdist}/doc/generic/pst-3d
11042%doc %{texmfdist}/doc/generic/pst-asr
11043%doc %{texmfdist}/doc/generic/pst-bar
11044%doc %{texmfdist}/doc/generic/pst-barcode
11045%doc %{texmfdist}/doc/generic/pst-blur
11046%doc %{texmfdist}/doc/generic/pst-coil
11047%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
11048# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
11049# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
11050%doc %{texmfdist}/doc/generic/pst-dbicons
11051%doc %{texmfdist}/doc/generic/pst-eps
11052%doc %{texmfdist}/doc/generic/pst-fill
11053%doc %{texmfdist}/doc/generic/pst-geo
11054%doc %{texmfdist}/doc/generic/pst-ghsb
11055%doc %{texmfdist}/doc/generic/pst-gr3d
11056%doc %{texmfdist}/doc/generic/pst-grad
11057%doc %{texmfdist}/doc/generic/pst-jtree
11058%doc %{texmfdist}/doc/generic/pst-labo
11059%doc %{texmfdist}/doc/generic/pst-lens
11060%doc %{texmfdist}/doc/generic/pst-light3d
11061%doc %{texmfdist}/doc/generic/pst-osci
11062%doc %{texmfdist}/doc/generic/pst-pad
11063%doc %{texmfdist}/doc/generic/pst-pdgr
11064%doc %{texmfdist}/doc/generic/pst-poly
11065%doc %{texmfdist}/doc/generic/pst-qtree
11066%doc %{texmfdist}/doc/generic/pst-slpe
11067%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
11068# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
11069# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
11070%doc %{texmfdist}/doc/generic/pst-soroban
11071%doc %{texmfdist}/doc/generic/pst-spectra
11072%doc %{texmfdist}/doc/generic/pst-stru
11073%doc %{texmfdist}/doc/generic/pst-uml
11074%doc %{texmfdist}/doc/generic/pst-vue3d
11075%doc %{texmfdist}/doc/latex/auto-pst-pdf
11076%doc %{texmfdist}/doc/latex/pst-pdf
11077%{texmfdist}/dvips/pst-barcode
11078%{texmfdist}/dvips/pst-blur
11079%{texmfdist}/dvips/pst-coil
11080%{texmfdist}/dvips/pst-cox
11081%{texmfdist}/dvips/pst-eucl
11082%{texmfdist}/dvips/pst-geo
11083%{texmfdist}/dvips/pst-ghsb
11084%{texmfdist}/dvips/pst-grad
11085%{texmfdist}/dvips/pst-light3d
11086%{texmfdist}/dvips/pst-slpe
11087%{texmfdist}/dvips/pst-solides3d
11088%{texmfdist}/dvips/pst-spectra
11089%{texmfdist}/dvips/pst-vue3d
11090%{texmfdist}/scripts/pst-pdf
11091%{texmfdist}/source/generic/pst-3d
11092%{texmfdist}/source/generic/pst-3dplot
11093%{texmfdist}/source/generic/pst-barcode
11094%{texmfdist}/source/generic/pst-blur
11095%{texmfdist}/source/generic/pst-circ
11096%{texmfdist}/source/generic/pst-coil
11097%{texmfdist}/source/generic/pst-dbicons
11098%{texmfdist}/source/generic/pst-diffraction
11099%{texmfdist}/source/generic/pst-eps
11100%{texmfdist}/source/generic/pst-fill
11101%{texmfdist}/source/generic/pst-fractal
11102%{texmfdist}/source/generic/pst-fun
11103%{texmfdist}/source/generic/pst-func
11104%{texmfdist}/source/generic/pst-lens
11105%{texmfdist}/source/generic/pst-light3d
11106%{texmfdist}/source/generic/pst-optic
11107%{texmfdist}/source/generic/pst-pad
11108%{texmfdist}/source/generic/pst-pdgr
11109%{texmfdist}/source/generic/pst-slpe
11110%{texmfdist}/source/generic/pst-soroban
11111%{texmfdist}/source/generic/pst-text
11112%{texmfdist}/source/generic/pst-uml
11113%{texmfdist}/source/generic/pst-vue3d
11114%{texmfdist}/source/latex/auto-pst-pdf
11115%{texmfdist}/source/latex/pst-gr3d
11116%{texmfdist}/source/latex/pst-pdf
11117%{texmfdist}/source/latex/pst-poly
11118%{texmfdist}/tex/generic/pst-3d
11119%{texmfdist}/tex/generic/pst-asr
11120%{texmfdist}/tex/generic/pst-barcode
11121%{texmfdist}/tex/generic/pst-blur
11122%{texmfdist}/tex/generic/pst-coil
11123%{texmfdist}/tex/generic/pst-cox
11124%{texmfdist}/tex/generic/pst-eps
11125%{texmfdist}/tex/generic/pst-fill
11126%{texmfdist}/tex/generic/pst-geo
11127%{texmfdist}/tex/generic/pst-ghsb
11128%{texmfdist}/tex/generic/pst-gr3d
11129%{texmfdist}/tex/generic/pst-grad
11130%{texmfdist}/tex/generic/pst-jtree
11131%{texmfdist}/tex/generic/pst-labo
11132%{texmfdist}/tex/generic/pst-lens
11133%{texmfdist}/tex/generic/pst-light3d
11134%{texmfdist}/tex/generic/pst-osci
11135%{texmfdist}/tex/generic/pst-pad
11136%{texmfdist}/tex/generic/pst-pdgr
11137%{texmfdist}/tex/generic/pst-poly
11138%{texmfdist}/tex/generic/pst-qtree
11139%{texmfdist}/tex/generic/pst-slpe
11140%{texmfdist}/tex/generic/pst-solides3d
11141%{texmfdist}/tex/generic/pst-spectra
11142%{texmfdist}/tex/generic/pst-stru
11143%{texmfdist}/tex/generic/pst-vue3d
11144%{texmfdist}/tex/latex/pst-3d
11145%{texmfdist}/tex/latex/pst-asr
11146%{texmfdist}/tex/latex/pst-barcode
11147%{texmfdist}/tex/latex/pst-blur
11148%{texmfdist}/tex/latex/pst-coil
11149%{texmfdist}/tex/latex/pst-cox
11150%{texmfdist}/tex/latex/pst-dbicons
11151%{texmfdist}/tex/latex/pst-eps
11152%{texmfdist}/tex/latex/pst-fill
11153%{texmfdist}/tex/latex/pst-geo
11154%{texmfdist}/tex/latex/pst-ghsb
11155%{texmfdist}/tex/latex/pst-gr3d
11156%{texmfdist}/tex/latex/pst-grad
11157%{texmfdist}/tex/latex/pst-jtree
11158%{texmfdist}/tex/latex/pst-labo
11159%{texmfdist}/tex/latex/pst-lens
11160%{texmfdist}/tex/latex/pst-light3d
11161%{texmfdist}/tex/latex/pst-osci
11162%{texmfdist}/tex/latex/pst-pad
11163%{texmfdist}/tex/latex/pst-pdf
11164%{texmfdist}/tex/latex/pst-pdgr
11165%{texmfdist}/tex/latex/pst-poly
11166%{texmfdist}/tex/latex/pst-qtree
11167%{texmfdist}/tex/latex/pst-slpe
11168%{texmfdist}/tex/latex/pst-solides3d
11169%{texmfdist}/tex/latex/pst-soroban
11170%{texmfdist}/tex/latex/pst-spectra
11171%{texmfdist}/tex/latex/pst-stru
11172%{texmfdist}/tex/latex/pst-uml
11173%{texmfdist}/tex/latex/pst-vue3d
11174
d08789e0 11175%files latex-psnfss
489714ae 11176%defattr(644,root,root,755)
26d8eaaa 11177%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
11178%dir %{texmfdist}/source/latex
11179%dir %{texmfdist}/source/latex/latex-tds
11180%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 11181%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 11182%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
11183%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
11184%{texmfdist}/tex/latex/psnfss
11185
d08789e0
ZU
11186%files latex-pxfonts
11187%defattr(644,root,root,755)
26d8eaaa
ZU
11188%doc %{texmfdist}/doc/fonts/pxfonts
11189%{texmfdist}/tex/latex/pxfonts
11190%{texmfdist}/fonts/type1/public/pxfonts
11191%{texmfdist}/fonts/afm/public/pxfonts
11192%{texmfdist}/fonts/tfm/public/pxfonts
11193%{texmfdist}/fonts/vf/public/pxfonts
11194%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 11195
5b7eba8e
MB
11196#%files latex-qfonts
11197#%defattr(644,root,root,755)
d08789e0 11198
6c82f497
ZU
11199%files latex-SIstyle
11200%defattr(644,root,root,755)
11201%{texmfdist}/doc/latex/SIstyle
11202%{texmfdist}/source/latex/SIstyle
11203
3127b522
ZU
11204%files latex-SIunits
11205%defattr(644,root,root,755)
3127b522 11206%{texmfdist}/doc/latex/SIunits
5b7eba8e 11207%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
11208%{texmfdist}/source/latex/SIunits
11209
f65b3398
ZU
11210%files latex-siunitx
11211%defattr(644,root,root,755)
11212%{texmfdist}/doc/latex/siunitx
11213%{texmfdist}/tex/latex/siunitx
11214%{texmfdist}/source/latex/siunitx
11215
6c82f497
ZU
11216%files latex-Tabbing
11217%defattr(644,root,root,755)
11218%{texmfdist}/source/latex/Tabbing
11219%{texmfdist}/doc/latex/Tabbing
3127b522 11220
d08789e0
ZU
11221%files latex-txfonts
11222%defattr(644,root,root,755)
26d8eaaa
ZU
11223%doc %{texmfdist}/doc/fonts/txfonts
11224%{texmfdist}/fonts/type1/public/txfonts
11225%{texmfdist}/fonts/afm/public/txfonts
11226%{texmfdist}/fonts/enc/dvips/txfonts
11227%{texmfdist}/fonts/tfm/public/txfonts
11228%{texmfdist}/fonts/vf/public/txfonts
11229%{texmfdist}/fonts/map/dvips/txfonts
11230%{texmfdist}/tex/latex/txfonts
26d8eaaa 11231
7ea3a98b
ZU
11232%files latex-ucs
11233%defattr(644,root,root,755)
7ea3a98b 11234%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 11235%{texmfdist}/tex/latex/ucs
d08789e0
ZU
11236
11237%files latex-umlaute
11238%defattr(644,root,root,755)
2677a8b0 11239%{texmfdist}/tex/latex/umlaute
d08789e0 11240
26d8eaaa
ZU
11241# %files latex-urwvn
11242# %defattr(644,root,root,755)
d08789e0
ZU
11243
11244%files latex-wasysym
11245%defattr(644,root,root,755)
26d8eaaa
ZU
11246%doc %{texmfdist}/doc/latex/wasysym
11247%{texmfdist}/tex/latex/wasysym
11248%{texmfdist}/source/latex/wasysym
d08789e0 11249
03d9d5fa
ZU
11250%files latex-xcolor
11251%defattr(644,root,root,755)
11252%doc %{texmfdist}/doc/latex/xcolor
04123363 11253%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
11254%{texmfdist}/source/latex/xcolor
11255
2496d461
ZU
11256# %files format-latex
11257# %defattr(644,root,root,755)
26d8eaaa 11258# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
11259
11260%files format-pdflatex
11261%defattr(644,root,root,755)
11262#%{texmf}/pdftex/latex/config
26d8eaaa 11263# %dir %{texmf}/pdftex/latex
d08789e0 11264%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 11265%{_mandir}/man1/pdflatex.1*
26d8eaaa 11266# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 11267
26d8eaaa
ZU
11268# %files platex
11269# %defattr(644,root,root,755)
11270# %doc %{texmf}/doc/latex/platex
11271# %dir %{texmf}/tex/platex
11272# %{texmf}/tex/platex/config
11273# %{texmf}/tex/latex/platex
d08789e0 11274
26d8eaaa
ZU
11275# %files format-platex
11276# %defattr(644,root,root,755)
11277# %attr(755,root,root) %{_bindir}/platex
d08789e0 11278#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 11279# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
11280#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11281
26d8eaaa
ZU
11282# %files format-pdfplatex
11283# %defattr(644,root,root,755)
d08789e0
ZU
11284#%dir %{texmf}/pdftex/platex
11285#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
11286# %attr(755,root,root) %{_bindir}/pdfplatex
11287# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
11288
11289%files tex-babel
11290%defattr(644,root,root,755)
21c69d95 11291%dir %{texmfdist}/source/generic/babel
26d8eaaa
ZU
11292%doc %{texmfdist}/doc/generic/babel
11293%{texmfdist}/tex/generic/babel
d08789e0
ZU
11294
11295%files tex-german
11296%defattr(644,root,root,755)
26d8eaaa
ZU
11297%doc %{texmfdist}/doc/generic/german
11298%{texmfdist}/tex/generic/german
d08789e0
ZU
11299
11300%files tex-mfpic
11301%defattr(644,root,root,755)
26d8eaaa
ZU
11302%doc %{texmfdist}/doc/generic/mfpic
11303%{texmfdist}/tex/generic/mfpic
d08789e0
ZU
11304
11305%files tex-misc
11306%defattr(644,root,root,755)
26d8eaaa
ZU
11307%doc %{texmfdist}/doc/latex/localloc
11308%doc %{texmfdist}/doc/generic/multido
11309%doc %{texmfdist}/doc/generic/tap
d08789e0 11310
26d8eaaa
ZU
11311%{texmfdist}/tex/generic/eijkhout
11312%{texmfdist}/tex/generic/multido
11313%{texmfdist}/tex/generic/misc
d08789e0
ZU
11314
11315%files tex-pictex
11316%defattr(644,root,root,755)
2677a8b0
ZU
11317%doc %{texmfdist}/doc/generic/pictex
11318%{texmfdist}/tex/generic/pictex
d08789e0
ZU
11319
11320%files tex-pstricks
11321%defattr(644,root,root,755)
26d8eaaa
ZU
11322%doc %{texmfdist}/doc/generic/pstricks
11323%{texmfdist}/dvips/pstricks
11324%{texmfdist}/tex/generic/pstricks
d08789e0 11325
26d8eaaa
ZU
11326# %files tex-qpx
11327# %defattr(644,root,root,755)
11328# %doc %{texmf}/doc/fonts/polish/qpx
11329# %{texmf}/tex/generic/qpx
d08789e0 11330
31bd2c4a 11331%files tex-qpxqtx
d08789e0 11332%defattr(644,root,root,755)
26d8eaaa
ZU
11333%doc %{texmfdist}/doc/fonts/qpxqtx
11334%{texmfdist}/fonts/tfm/public/qpxqtx
11335%{texmfdist}/fonts/vf/public/qpxqtx
11336%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
11337
11338%files tex-ruhyphen
11339%defattr(644,root,root,755)
26d8eaaa
ZU
11340%{texmfdist}/tex/generic/ruhyphen
11341%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
11342
11343%files tex-spanish
11344%defattr(644,root,root,755)
26d8eaaa 11345%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 11346%dir %{texmfdist}/source/latex/mapcodes
04123363 11347%dir %{texmfdist}/source/latex/polyglot
21c69d95
ZU
11348%dir %{texmfdist}/source/latex/polyglot/langs
11349%dir %{texmfdist}/tex/latex/apacite
11350%dir %{texmfdist}/tex/latex/babelbib
11351%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 11352%dir %{texmfdist}/tex/texsis
21c69d95 11353%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
11354%{texmfdist}/source/generic/babel/spanish.ins
11355%{texmfdist}/source/generic/babel/spanish.dtx
11356%{texmfdist}/source/latex/polyglot/langs/spanish.ld
11357%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
11358%{texmfdist}/source/latex/mapcodes/spanish.map
11359%{texmfdist}/source/latex/mapcodes/spanish.dtx
11360%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
11361%{texmfdist}/tex/generic/babel/spanish.sty
11362%{texmfdist}/tex/generic/babel/spanish.ldf
11363%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
11364%{texmfdist}/tex/latex/custom-bib/spanish.mbs
11365%{texmfdist}/tex/latex/babelbib/spanish.bdf
11366%{texmfdist}/tex/latex/apacite/spanish.apc
11367%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
11368
11369%files tex-texdraw
11370%defattr(644,root,root,755)
26d8eaaa
ZU
11371%doc %{texmfdist}/doc/texdraw
11372%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
11373
11374%files tex-thumbpdf
11375%defattr(644,root,root,755)
26d8eaaa 11376%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 11377%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
11378%{texmfdist}/tex/generic/thumbpdf
11379%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
11380%{_mandir}/man1/thumbpdf.1*
11381
11382%files tex-ukrhyph
11383%defattr(644,root,root,755)
26d8eaaa
ZU
11384%doc %{texmfdist}/doc/generic/ukrhyph
11385%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
11386
11387%files latex-vietnam
11388%defattr(644,root,root,755)
26d8eaaa
ZU
11389%doc %{texmfdist}/doc/generic/vntex
11390%{texmfdist}/tex/latex/vntex
d08789e0
ZU
11391
11392%files tex-xypic
11393%defattr(644,root,root,755)
26d8eaaa
ZU
11394%doc %{texmfdist}/doc/generic/xypic
11395%{texmfdist}/tex/generic/xypic
d08789e0
ZU
11396
11397%files tex-xkeyval
11398%defattr(644,root,root,755)
4a09ae1a
ZU
11399%doc %{texmfdist}/doc/latex/xkeyval
11400%{texmfdist}/source/latex/xkeyval
11401%{texmfdist}/tex/generic/xkeyval
11402%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
11403
11404%files fonts-adobe
11405%defattr(644,root,root,755)
4a09ae1a
ZU
11406%{texmfdist}/fonts/type1/adobe
11407%{texmfdist}/fonts/afm/adobe
11408%{texmfdist}/fonts/tfm/adobe
11409%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
11410
11411%files fonts-ae
11412%defattr(644,root,root,755)
4a09ae1a
ZU
11413%doc %{texmfdist}/doc/fonts/ae
11414%{texmfdist}/fonts/tfm/public/ae
11415%{texmfdist}/fonts/vf/public/ae
11416%{texmfdist}/source/fonts/ae
d08789e0
ZU
11417
11418%files fonts-ams
11419%defattr(644,root,root,755)
4a09ae1a
ZU
11420%{texmfdist}/bibtex/bst/ams
11421%{texmfdist}/bibtex/bib/ams
11422%{texmfdist}/dvips/ams
11423%{texmfdist}/fonts/source/public/ams
11424%{texmfdist}/fonts/type1/bluesky/ams
11425%{texmfdist}/fonts/afm/bluesky/ams
11426%{texmfdist}/fonts/tfm/public/ams
11427%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
11428
11429%files fonts-antp
11430%defattr(644,root,root,755)
26d8eaaa 11431%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
11432%{texmfdist}/fonts/enc/dvips/antp
11433%{texmfdist}/fonts/map/dvips/antp
11434%{texmfdist}/fonts/afm/public/antp
11435%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 11436%{texmfdist}/dvips/antp
d08789e0
ZU
11437
11438%files fonts-antt
11439%defattr(644,root,root,755)
4a09ae1a
ZU
11440%doc %{texmfdist}/doc/fonts/antt
11441%{texmfdist}/fonts/afm/public/antt
11442%{texmfdist}/fonts/opentype/public/antt
11443%{texmfdist}/fonts/enc/dvips/antt
11444%{texmfdist}/fonts/tfm/public/antt
11445%{texmfdist}/fonts/map/dvips/antt
11446%{texmfdist}/tex/plain/antt
11447%{texmfdist}/tex/latex/antt
d08789e0 11448
5bc70a92
MB
11449%files fonts-arphic
11450%defattr(644,root,root,755)
11451%doc %{texmfdist}/doc/fonts/arphic
11452%{texmfdist}/fonts/afm/arphic
11453%{texmfdist}/fonts/tfm/arphic
11454%{texmfdist}/fonts/vf/arphic
11455
d08789e0
ZU
11456%files fonts-bbm
11457%defattr(644,root,root,755)
4a09ae1a
ZU
11458%doc %{texmfdist}/doc/fonts/bbm
11459%{texmfdist}/fonts/source/public/bbm
11460%{texmfdist}/fonts/tfm/public/bbm
11461%{texmfdist}/source/latex/bbm
11462%{texmfdist}/tex/latex/bbm
d08789e0
ZU
11463
11464%files fonts-bbold
11465%defattr(644,root,root,755)
4a09ae1a
ZU
11466%{texmfdist}/fonts/source/public/bbold
11467%{texmfdist}/fonts/tfm/public/bbold
d08789e0 11468
4a09ae1a
ZU
11469# %files fonts-bh
11470# %defattr(644,root,root,755)
11471# %doc %{texmf}/doc/fonts/bh
11472# %{texmf}/fonts/tfm/bh
11473# %{texmf}/fonts/vf/bh
d08789e0
ZU
11474
11475%files fonts-bitstream
11476%defattr(644,root,root,755)
4a09ae1a
ZU
11477%{texmfdist}/fonts/afm/bitstrea
11478%{texmfdist}/fonts/tfm/bitstrea
11479%{texmfdist}/fonts/vf/bitstrea
d08789e0 11480
5b7eba8e
MB
11481#%files fonts-cbgreek
11482#%defattr(644,root,root,755)
d08789e0
ZU
11483
11484%files fonts-cc-pl
11485%defattr(644,root,root,755)
4a09ae1a
ZU
11486%{texmfdist}/fonts/source/public/cc-pl
11487%{texmfdist}/fonts/enc/dvips/cc-pl
11488%{texmfdist}/fonts/tfm/public/cc-pl
11489%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 11490
d08789e0
ZU
11491%files fonts-cg
11492%defattr(644,root,root,755)
4a09ae1a
ZU
11493%{texmfdist}/fonts/tfm/cg
11494%{texmfdist}/fonts/vf/cg
d08789e0
ZU
11495
11496%files fonts-cm
11497%defattr(644,root,root,755)
ffd94364 11498%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
11499%dir %{texmfdist}/doc/fonts
11500%dir %{texmfdist}/dvips
11501%dir %{texmfdist}/fonts/afm/bluesky
11502%dir %{texmfdist}/fonts/map/dvips
11503%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
11504%{texmfdist}/dvips/cm
11505%{texmfdist}/fonts/source/public/cm
11506%{texmfdist}/fonts/afm/bluesky/cm
11507%{texmfdist}/fonts/tfm/public/cm
11508%{texmfdist}/fonts/pk/ljfour/public/cm
11509%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
11510
11511%files fonts-cmbright
11512%defattr(644,root,root,755)
4a09ae1a
ZU
11513%doc %{texmfdist}/doc/latex/cmbright
11514%{texmfdist}/fonts/source/public/cmbright
11515%{texmfdist}/fonts/tfm/public/cmbright
11516%{texmfdist}/source/latex/cmbright
11517%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
11518
11519%files fonts-cmcyr
11520%defattr(644,root,root,755)
4a09ae1a
ZU
11521%doc %{texmfdist}/doc/fonts/cmcyr
11522%{texmfdist}/fonts/source/public/cmcyr
11523%{texmfdist}/fonts/type1/public/cmcyr
11524%{texmfdist}/fonts/tfm/public/cmcyr
11525%{texmfdist}/fonts/vf/public/cmcyr
11526%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
11527
11528%files fonts-cmextra
11529%defattr(644,root,root,755)
4a09ae1a
ZU
11530%{texmfdist}/fonts/source/public/cmextra
11531%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 11532
5d7e11d7
ZU
11533%files fonts-cmsuper
11534%defattr(644,root,root,755)
11535%doc %{texmfdist}/doc/fonts/cm-super
11536%{texmfdist}/fonts/afm/public/cm-super
11537%{texmfdist}/fonts/enc/dvips/cm-super
11538%{texmfdist}/fonts/map/dvips/cm-super
11539%{texmfdist}/fonts/map/vtex/cm-super
11540%{texmfdist}/fonts/type1/public/cm-super
11541
d08789e0
ZU
11542%files fonts-concmath
11543%defattr(644,root,root,755)
4a09ae1a
ZU
11544%doc %{texmfdist}/doc/fonts/concmath
11545%doc %{texmfdist}/doc/latex/concmath
11546%{texmfdist}/fonts/source/public/concmath
11547%{texmfdist}/fonts/tfm/public/concmath
11548%{texmfdist}/source/latex/concmath
11549%{texmfdist}/tex/latex/concmath
d08789e0
ZU
11550
11551%files fonts-concrete
11552%defattr(644,root,root,755)
4a09ae1a
ZU
11553%doc %{texmfdist}/doc/fonts/concrete
11554%{texmfdist}/fonts/source/public/concrete
11555%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
11556
11557%files fonts-cs
11558%defattr(644,root,root,755)
4a09ae1a
ZU
11559%{texmfdist}/dvips/cs
11560%{texmfdist}/fonts/source/public/cs
11561%{texmfdist}/fonts/enc/dvips/cs
11562%{texmfdist}/fonts/tfm/public/cs
11563%{texmfdist}/fonts/map/dvips/cs
d08789e0 11564
5b7eba8e
MB
11565#%files fonts-dstroke
11566#%defattr(644,root,root,755)
d08789e0
ZU
11567
11568%files fonts-ecc
11569%defattr(644,root,root,755)
4a09ae1a
ZU
11570%doc %{texmfdist}/doc/fonts/ecc
11571%{texmfdist}/fonts/source/public/ecc
11572%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
11573
11574%files fonts-eurosym
11575%defattr(644,root,root,755)
4a09ae1a
ZU
11576%doc %{texmfdist}/doc/fonts/eurosym
11577%{texmfdist}/fonts/source/public/eurosym
11578%{texmfdist}/fonts/tfm/public/eurosym
11579%{texmfdist}/fonts/map/dvips/eurosym
11580%{texmfdist}/source/fonts/eurosym
11581%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
11582
11583%files fonts-eulervm
11584%defattr(644,root,root,755)
7179ac92
ZU
11585%doc %{texmfdist}/doc/latex/eulervm
11586%{texmfdist}/fonts/tfm/public/eulervm
11587%{texmfdist}/fonts/vf/public/eulervm
11588%{texmfdist}/source/latex/eulervm
11589%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
11590
11591%files fonts-euxm
11592%defattr(644,root,root,755)
7179ac92
ZU
11593%{texmfdist}/fonts/source/public/euxm
11594%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
11595
11596%files fonts-gothic
11597%defattr(644,root,root,755)
7179ac92
ZU
11598%{texmfdist}/doc/fonts/gothic
11599%{texmfdist}/dvips/gothic
11600%{texmfdist}/fonts/source/public/gothic
11601%{texmfdist}/fonts/type1/public/gothic
11602%{texmfdist}/fonts/afm/public/gothic
11603%{texmfdist}/fonts/tfm/public/gothic
11604%{texmfdist}/fonts/vf/public/gothic
11605%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
11606
11607%files fonts-hoekwater
11608%defattr(644,root,root,755)
7179ac92
ZU
11609%{texmfdist}/fonts/afm/hoekwater
11610%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 11611%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
11612
11613%files fonts-jknappen
11614%defattr(644,root,root,755)
7179ac92
ZU
11615%{texmfdist}/fonts/source/jknappen
11616%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
11617
11618%files fonts-latex
11619%defattr(644,root,root,755)
7179ac92 11620%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
11621%dir %{texmfdist}/fonts/source/public/latex-fonts
11622%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
11623%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
11624%dir %{texmfdist}/fonts/tfm/public/latex-fonts
11625%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
11626%{texmfdist}/fonts/source/public/esint
11627%{texmfdist}/fonts/tfm/public/esint
11628%{texmfdist}/source/latex/esint
11629%{texmfdist}/tex/latex/esint
f2555868
ZU
11630%{texmfdist}/fonts/source/public/latex-fonts/*
11631%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
11632%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
11633%{texmfdist}/fonts/tfm/public/latex-fonts/*
11634%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
11635
11636%files fonts-lh
11637%defattr(644,root,root,755)
7179ac92
ZU
11638%doc %{texmfdist}/doc/fonts/lh
11639%{texmfdist}/fonts/source/lh
11640%{texmfdist}/metapost/support/charlib/LH
11641%{texmfdist}/source/fonts/lh
11642%{texmfdist}/source/latex/lh
d08789e0
ZU
11643
11644%files fonts-lm
11645%defattr(644,root,root,755)
7179ac92
ZU
11646%doc %{texmfdist}/doc/fonts/lm
11647%{texmfdist}/fonts/type1/public/lm
11648%{texmfdist}/fonts/afm/public/lm
11649%{texmfdist}/fonts/opentype/public/lm
11650%{texmfdist}/fonts/enc/dvips/lm
11651%{texmfdist}/fonts/tfm/public/lm
11652%{texmfdist}/fonts/map/dvips/lm
11653%{texmfdist}/fonts/map/dvipdfm/lm
11654%{texmfdist}/source/fonts/lm
11655%{texmfdist}/tex/latex/lm
d08789e0
ZU
11656
11657%files fonts-marvosym
11658%defattr(644,root,root,755)
7179ac92 11659%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
11660%dir %{texmfdist}/source/fonts/eurofont
11661%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 11662%dir %{texmfdist}/tex/latex
7179ac92
ZU
11663%{texmfdist}/fonts/type1/public/marvosym
11664%{texmfdist}/fonts/afm/public/marvosym
11665%{texmfdist}/fonts/tfm/public/marvosym
11666%{texmfdist}/fonts/map/dvips/marvosym
f2555868 11667%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 11668%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
11669
11670%files fonts-mflogo
11671%defattr(644,root,root,755)
7179ac92
ZU
11672%doc %{texmfdist}/doc/latex/mflogo
11673%{texmfdist}/fonts/source/public/mflogo
11674%{texmfdist}/fonts/type1/hoekwater/mflogo
11675%{texmfdist}/fonts/afm/hoekwater/mflogo
11676%{texmfdist}/fonts/tfm/public/mflogo
11677%{texmfdist}/fonts/map/dvips/mflogo
11678%{texmfdist}/source/latex/mflogo
11679%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
11680
11681%files fonts-misc
11682%defattr(644,root,root,755)
7179ac92
ZU
11683%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
11684%{texmfdist}/fonts/source/public/misc
11685%{texmfdist}/fonts/tfm/public/misc
11686%{texmfdist}/fonts/misc
d08789e0
ZU
11687
11688%files fonts-monotype
11689%defattr(644,root,root,755)
7179ac92
ZU
11690%{texmfdist}/fonts/tfm/monotype
11691%{texmfdist}/fonts/vf/monotype
d08789e0 11692
745facc7 11693
f1ba8563
ZU
11694%files fonts-other
11695%defattr(644,root,root,755)
745facc7
ZU
11696
11697%doc %{texmfdist}/doc/fonts/yi4latex
11698%{texmfdist}/fonts/source/public/yi4latex
11699%{texmfdist}/fonts/tfm/public/yi4latex
11700
11701%{texmfdist}/fonts/tfm/public/pslatex
11702%{texmfdist}/fonts/map/dvips/pslatex
11703%{texmfdist}/fonts/vf/public/pslatex
11704
f1ba8563
ZU
11705%doc %{texmfdist}/doc/fonts/allrunes
11706%{texmfdist}/fonts/source/public/allrunes
11707%{texmfdist}/fonts/tfm/public/allrunes
11708%{texmfdist}/fonts/type1/public/allrunes
11709%{texmfdist}/source/fonts/allrunes
11710
11711%doc %{texmfdist}/doc/fonts/antiqua
11712%{texmfdist}/fonts/map/dvips/antiqua
11713
11714%{texmfdist}/fonts/source/public/apl
11715%{texmfdist}/fonts/tfm/public/apl
11716%{texmfdist}/source/fonts/apl
11717
8affbd2c
ZU
11718%{texmfdist}/fonts/afm/arabi
11719%{texmfdist}/fonts/tfm/arabi
11720%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
11721%{texmfdist}/fonts/enc/dvips/arabi
11722%{texmfdist}/fonts/map/dvips/arabi
11723
11724%{texmfdist}/fonts/map/dvips/arabtex
11725%{texmfdist}/fonts/source/public/arabtex
11726%{texmfdist}/fonts/tfm/public/arabtex
11727%{texmfdist}/fonts/type1/public/arabtex
11728
11729%doc %{texmfdist}/doc/fonts/archaic
11730%{texmfdist}/fonts/afm/public/archaic
11731%{texmfdist}/fonts/map/dvips/archaic
11732%{texmfdist}/fonts/source/public/archaic
11733%{texmfdist}/fonts/tfm/public/archaic
11734%{texmfdist}/fonts/type1/public/archaic
11735%{texmfdist}/source/fonts/archaic
11736
11737%doc %{texmfdist}/doc/fonts/arev
11738%{texmfdist}/fonts/afm/public/arev
11739%{texmfdist}/fonts/enc/dvips/arev
11740%{texmfdist}/fonts/map/dvips/arev
11741%{texmfdist}/fonts/tfm/public/arev
11742%{texmfdist}/fonts/type1/public/arev
11743%{texmfdist}/fonts/vf/public/arev
11744%{texmfdist}/source/fonts/arev
11745
11746%{texmfdist}/fonts/tfm/vntex/arevvn
11747%{texmfdist}/fonts/type1/vntex/arevvn
11748
11749%{texmfdist}/fonts/source/public/ar
11750%{texmfdist}/fonts/tfm/public/ar
11751
11752%doc %{texmfdist}/doc/fonts/armenian
11753%{texmfdist}/fonts/source/public/armenian
11754%{texmfdist}/fonts/tfm/public/armenian
11755
11756%{texmfdist}/fonts/map/dvips/arphic
11757
11758%doc %{texmfdist}/doc/fonts/malayalam
11759%doc %{texmfdist}/doc/fonts/Asana-Math
11760%{texmfdist}/fonts/opentype/public/Asana-Math
11761
11762%doc %{texmfdist}/doc/fonts/ascii
11763%{texmfdist}/fonts/map/dvips/ascii
11764%{texmfdist}/fonts/tfm/public/ascii
11765%{texmfdist}/fonts/type1/public/ascii
11766
11767%doc %{texmfdist}/doc/fonts/astro
11768%{texmfdist}/fonts/source/public/astro
11769%{texmfdist}/fonts/tfm/public/astro
11770
11771%{texmfdist}/fonts/afm/public/augie
11772%{texmfdist}/fonts/map/dvips/augie
11773%{texmfdist}/fonts/tfm/public/augie
11774%{texmfdist}/fonts/type1/public/augie
11775%{texmfdist}/fonts/vf/public/augie
11776
11777%doc %{texmfdist}/doc/fonts/auncial-new
11778%{texmfdist}/fonts/afm/public/auncial-new
11779%{texmfdist}/fonts/map/dvips/auncial-new
11780%{texmfdist}/fonts/tfm/public/auncial-new
11781%{texmfdist}/fonts/type1/public/auncial-new
11782%{texmfdist}/source/fonts/auncial-new
11783
11784%{texmfdist}/fonts/afm/public/aurical
11785%{texmfdist}/fonts/map/dvips/aurical
11786%{texmfdist}/fonts/source/public/aurical
11787%{texmfdist}/fonts/tfm/public/aurical
11788%{texmfdist}/fonts/type1/public/aurical
11789
11790%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563
ZU
11791
11792%{texmfdist}/fonts/source/public/backgammon
11793%{texmfdist}/fonts/tfm/public/backgammon
11794
11795%{texmfdist}/fonts/source/public/bangtex
11796%{texmfdist}/fonts/tfm/public/bangtex
11797
11798%{texmfdist}/fonts/source/public/barcodes
11799%{texmfdist}/fonts/tfm/public/barcodes
11800
11801%{texmfdist}/fonts/source/public/bayer
11802%{texmfdist}/fonts/tfm/public/bayer
11803
11804%{texmfdist}/fonts/source/public/bbding
11805%{texmfdist}/fonts/tfm/public/bbding
11806
11807%{texmfdist}/fonts/map/dvips/belleek
198c241e 11808%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
11809
11810%{texmfdist}/fonts/source/public/bengali
11811%{texmfdist}/fonts/tfm/public/bengali
11812
11813%doc %{texmfdist}/doc/fonts/bera
11814%{texmfdist}/fonts/afm/public/bera
11815%{texmfdist}/fonts/map/dvips/bera
11816%{texmfdist}/fonts/map/vtex/bera
11817%{texmfdist}/fonts/tfm/public/bera
11818%{texmfdist}/fonts/type1/public/bera
11819%{texmfdist}/fonts/vf/public/bera
11820
11821%doc %{texmfdist}/doc/fonts/blacklettert1
11822%{texmfdist}/fonts/tfm/public/blacklettert1
11823%{texmfdist}/fonts/vf/public/blacklettert1
11824%{texmfdist}/source/fonts/blacklettert1
11825
11826%doc %{texmfdist}/doc/fonts/boisik
11827%{texmfdist}/fonts/source/public/boisik
11828
11829%doc %{texmfdist}/doc/fonts/bookhands
11830%{texmfdist}/fonts/source/public/bookhands
11831
11832%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
11833
11834%{texmfdist}/fonts/afm/public/brushscr
11835%{texmfdist}/fonts/map/dvips/brushscr
11836%{texmfdist}/fonts/tfm/public/brushscr
11837%{texmfdist}/fonts/type1/public/brushscr
11838%{texmfdist}/fonts/vf/public/brushscr
11839
11840%doc %{texmfdist}/doc/fonts/burmese
11841%{texmfdist}/fonts/map/dvips/burmese
11842%{texmfdist}/fonts/tfm/public/burmese
11843%{texmfdist}/fonts/type1/public/burmese
11844
8affbd2c
ZU
11845%doc %{texmfdist}/doc/fonts/cns
11846%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
11847
11848%{texmfdist}/fonts/enc/dvips/c90enc
11849
11850%{texmfdist}/fonts/source/public/calligra
11851%{texmfdist}/fonts/tfm/public/calligra
11852
11853%doc %{texmfdist}/doc/fonts/carolmin-ps
11854%{texmfdist}/fonts/afm/public/carolmin-ps
11855%{texmfdist}/fonts/map/dvips/carolmin-ps
11856%{texmfdist}/fonts/type1/public/carolmin-ps
11857
11858%{texmfdist}/fonts/source/public/casyl
11859%{texmfdist}/fonts/tfm/public/casyl
11860
11861%{texmfdist}/fonts/source/public/cbcoptic
11862%{texmfdist}/fonts/tfm/public/cbcoptic
11863%{texmfdist}/fonts/type1/public/cbcoptic
11864
11865%doc %{texmfdist}/doc/fonts/cbfonts
11866%{texmfdist}/fonts/enc/dvips/cbfonts
11867%{texmfdist}/fonts/map/dvips/cbfonts
11868%{texmfdist}/fonts/source/public/cbfonts
11869%{texmfdist}/fonts/tfm/public/cbfonts
11870%{texmfdist}/fonts/type1/public/cbfonts
11871
11872%{texmfdist}/fonts/source/public/cchess
11873%{texmfdist}/fonts/tfm/public/cchess
11874
11875%{texmfdist}/fonts/afm/vntex/chartervn
11876%{texmfdist}/fonts/tfm/vntex/chartervn
11877%{texmfdist}/fonts/type1/vntex/chartervn
11878%{texmfdist}/fonts/vf/vntex/chartervn
11879
11880%doc %{texmfdist}/doc/fonts/chemarrow
11881%{texmfdist}/fonts/afm/public/chemarrow
11882%{texmfdist}/fonts/map/dvips/chemarrow
11883%{texmfdist}/fonts/source/public/chemarrow
11884%{texmfdist}/fonts/tfm/public/chemarrow
11885%{texmfdist}/fonts/type1/public/chemarrow
11886
11887%{texmfdist}/fonts/source/public/cherokee
11888%{texmfdist}/fonts/tfm/public/cherokee
11889
11890%{texmfdist}/fonts/source/public/chess
11891
11892%{texmfdist}/fonts/enc/dvips/chessfss
11893
11894%{texmfdist}/fonts/source/public/china2e
11895%{texmfdist}/fonts/tfm/public/china2e
11896
11897%{texmfdist}/fonts/source/public/circ
11898%{texmfdist}/fonts/tfm/public/circ
11899
11900%doc %{texmfdist}/doc/fonts/cirth
11901%{texmfdist}/fonts/source/public/cirth
11902%{texmfdist}/fonts/tfm/public/cirth
11903
11904%doc %{texmfdist}/doc/fonts/cjhebrew
11905%{texmfdist}/fonts/afm/public/cjhebrew
11906%{texmfdist}/fonts/enc/dvips/cjhebrew
11907%{texmfdist}/fonts/map/dvips/cjhebrew
11908%{texmfdist}/fonts/tfm/public/cjhebrew
11909%{texmfdist}/fonts/type1/public/cjhebrew
11910%{texmfdist}/fonts/vf/public/cjhebrew
11911
11912%{texmfdist}/fonts/source/public/clock
11913%{texmfdist}/fonts/tfm/public/clock
11914
11915%doc %{texmfdist}/doc/fonts/cmastro
11916%{texmfdist}/fonts/source/public/cmastro
11917%{texmfdist}/fonts/tfm/public/cmastro
11918
11919%{texmfdist}/fonts/tfm/vntex/cmbrightvn
11920%{texmfdist}/fonts/type1/vntex/cmbrightvn
11921
11922%{texmfdist}/fonts/type1/public/cmex
11923
11924%{texmfdist}/fonts/afm/public/cm-lgc
11925%{texmfdist}/fonts/enc/dvips/cm-lgc
11926%{texmfdist}/fonts/map/dvips/cm-lgc
11927%{texmfdist}/fonts/ofm/public/cm-lgc
11928%{texmfdist}/fonts/ovf/public/cm-lgc
11929%{texmfdist}/fonts/tfm/public/cm-lgc
11930%{texmfdist}/fonts/type1/public/cm-lgc
11931%{texmfdist}/fonts/vf/public/cm-lgc
11932
11933%{texmfdist}/fonts/map/dvips/cmll
11934%{texmfdist}/fonts/source/public/cmll
11935%{texmfdist}/fonts/tfm/public/cmll
11936%{texmfdist}/fonts/type1/public/cmll
11937
11938%doc %{texmfdist}/doc/fonts/cmpica
11939%{texmfdist}/fonts/source/public/cmpica
11940%{texmfdist}/fonts/tfm/public/cmpica
11941
f1ba8563 11942
f1ba8563
ZU
11943%{texmfdist}/fonts/tfm/vntex/comicsansvn
11944%{texmfdist}/fonts/type1/vntex/comicsansvn
11945%{texmfdist}/fonts/vf/vntex/comicsansvn
11946
11947%{texmfdist}/fonts/tfm/vntex/concretevn
11948%{texmfdist}/fonts/type1/vntex/concretevn
11949
8affbd2c
ZU
11950%{texmfdist}/fonts/afm/ibm
11951%{texmfdist}/fonts/tfm/ibm
11952%{texmfdist}/fonts/vf/ibm
f1ba8563 11953%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
11954%{texmfdist}/fonts/tfm/cspsfonts-adobe
11955%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
11956
11957%doc %{texmfdist}/doc/fonts/croatian
11958%{texmfdist}/fonts/source/public/croatian
11959
11960%{texmfdist}/fonts/afm/public/cryst
11961%{texmfdist}/fonts/source/public/cryst
11962%{texmfdist}/fonts/tfm/public/cryst
11963%{texmfdist}/fonts/type1/public/cryst
11964
11965%{texmfdist}/fonts/source/public/ctib
11966%{texmfdist}/fonts/tfm/public/ctib
11967
11968%doc %{texmfdist}/doc/fonts/cyklop
11969%{texmfdist}/fonts/afm/public/cyklop
11970%{texmfdist}/fonts/enc/dvips/cyklop
11971%{texmfdist}/fonts/map/dvips/cyklop
11972%{texmfdist}/fonts/opentype/public/cyklop
11973%{texmfdist}/fonts/tfm/public/cyklop
11974%{texmfdist}/fonts/type1/public/cyklop
11975
11976%{texmfdist}/fonts/source/public/dancers
11977%{texmfdist}/fonts/tfm/public/dancers
11978
11979%doc %{texmfdist}/doc/fonts/dice
11980%{texmfdist}/fonts/source/public/dice
11981%{texmfdist}/fonts/tfm/public/dice
11982
11983%doc %{texmfdist}/doc/fonts/dictsym
11984%{texmfdist}/fonts/afm/public/dictsym
11985%{texmfdist}/fonts/map/dvips/dictsym
11986%{texmfdist}/fonts/map/vtex/dictsym
11987%{texmfdist}/fonts/tfm/public/dictsym
11988%{texmfdist}/fonts/type1/public/dictsym
11989
11990%doc %{texmfdist}/doc/fonts/dingbat
11991%{texmfdist}/fonts/tfm/public/dingbat
11992%{texmfdist}/source/fonts/dingbat
11993
f1ba8563
ZU
11994%doc %{texmfdist}/doc/fonts/doublestroke
11995%{texmfdist}/fonts/map/dvips/doublestroke
11996%{texmfdist}/fonts/source/public/doublestroke
11997%{texmfdist}/fonts/tfm/public/doublestroke
11998%{texmfdist}/fonts/type1/public/doublestroke
11999
12000%doc %{texmfdist}/doc/fonts/duerer
12001%{texmfdist}/fonts/source/public/duerer
12002%{texmfdist}/fonts/tfm/public/duerer
12003
12004%doc %{texmfdist}/doc/fonts/ean
12005%{texmfdist}/fonts/source/public/ean
12006%{texmfdist}/fonts/tfm/public/ean
12007
12008%doc %{texmfdist}/doc/fonts/eco
12009%{texmfdist}/fonts/tfm/public/eco
12010%{texmfdist}/fonts/vf/public/eco
12011%{texmfdist}/source/fonts/eco
12012
12013%doc %{texmfdist}/doc/fonts/eiad
12014%{texmfdist}/fonts/source/public/eiad
12015%{texmfdist}/fonts/tfm/public/eiad
12016
12017%doc %{texmfdist}/doc/fonts/elvish
12018%{texmfdist}/fonts/source/public/elvish
12019%{texmfdist}/fonts/tfm/public/elvish
12020
12021%doc %{texmfdist}/doc/fonts/epigrafica
12022%{texmfdist}/fonts/afm/public/epigrafica
12023%{texmfdist}/fonts/enc/dvips/epigrafica
12024%{texmfdist}/fonts/map/dvips/epigrafica
12025%{texmfdist}/fonts/tfm/public/epigrafica
12026%{texmfdist}/fonts/type1/public/epigrafica
12027%{texmfdist}/fonts/vf/public/epigrafica
12028
12029%{texmfdist}/fonts/map/dvips/epiolmec
12030%{texmfdist}/fonts/tfm/public/epiolmec
12031%{texmfdist}/fonts/type1/public/epiolmec
12032
12033%doc %{texmfdist}/doc/fonts/esint-type1
12034%{texmfdist}/fonts/map/dvips/esint-type1
12035%{texmfdist}/fonts/type1/public/esint-type1
12036
12037%{texmfdist}/fonts/map/dvips/esvect
12038%{texmfdist}/fonts/source/public/esvect
12039%{texmfdist}/fonts/tfm/public/esvect
12040%{texmfdist}/fonts/type1/public/esvect
12041
12042%{texmfdist}/fonts/ofm/public/ethiop
12043%{texmfdist}/fonts/ovf/public/ethiop
12044%{texmfdist}/fonts/ovp/public/ethiop
12045%{texmfdist}/fonts/source/public/ethiop
12046%{texmfdist}/fonts/tfm/public/ethiop
12047
12048%{texmfdist}/fonts/map/dvips/ethiop-t1
12049%{texmfdist}/fonts/type1/public/ethiop-t1
12050
12051%doc %{texmfdist}/doc/fonts/euro-ce
12052%{texmfdist}/fonts/source/public/euro-ce
12053%{texmfdist}/fonts/tfm/public/euro-ce
12054
12055%doc %{texmfdist}/doc/fonts/eurofont
12056%{texmfdist}/fonts/map/dvips/eurofont
12057%{texmfdist}/source/fonts/eurofont
12058
f1ba8563
ZU
12059%doc %{texmfdist}/doc/fonts/feyn
12060%{texmfdist}/fonts/source/public/feyn
12061%{texmfdist}/fonts/tfm/public/feyn
12062%{texmfdist}/source/fonts/feyn
12063
12064%doc %{texmfdist}/doc/fonts/fge
12065%{texmfdist}/fonts/source/public/fge
12066%{texmfdist}/fonts/tfm/public/fge
12067%{texmfdist}/source/fonts/fge
12068
12069%{texmfdist}/fonts/map/dvips/foekfont
12070%{texmfdist}/fonts/tfm/public/foekfont
12071%{texmfdist}/fonts/type1/public/foekfont
12072
12073%doc %{texmfdist}/doc/fonts/fonetika
12074%{texmfdist}/fonts/afm/public/fonetika
12075%{texmfdist}/fonts/map/dvips/fonetika
12076%{texmfdist}/fonts/tfm/public/fonetika
12077%{texmfdist}/fonts/type1/public/fonetika
12078
12079%doc %{texmfdist}/doc/fonts/fourier
12080%{texmfdist}/fonts/afm/public/fourier
12081%{texmfdist}/fonts/map/dvips/fourier
12082%{texmfdist}/fonts/tfm/public/fourier
12083%{texmfdist}/fonts/type1/public/fourier
12084%{texmfdist}/fonts/vf/public/fourier
12085%{texmfdist}/source/fonts/fourier
12086
12087%doc %{texmfdist}/doc/fonts/fouriernc
12088%{texmfdist}/fonts/afm/public/fouriernc
12089%{texmfdist}/fonts/tfm/public/fouriernc
12090%{texmfdist}/fonts/vf/public/fouriernc
12091
12092%doc %{texmfdist}/doc/fonts/frcursive
12093%{texmfdist}/fonts/source/public/frcursive
12094%{texmfdist}/fonts/tfm/public/frcursive
12095%{texmfdist}/source/fonts/frcursive
12096
12097%doc %{texmfdist}/doc/fonts/futhark
12098%{texmfdist}/fonts/source/public/futhark
12099%{texmfdist}/fonts/tfm/public/futhark
12100
12101%{texmfdist}/fonts/afm/public/garuda
12102%{texmfdist}/fonts/map/dvips/garuda
12103%{texmfdist}/fonts/tfm/public/garuda
12104%{texmfdist}/fonts/type1/public/garuda
12105
12106%doc %{texmfdist}/doc/fonts/genealogy
12107%{texmfdist}/fonts/source/public/genealogy
12108%{texmfdist}/fonts/tfm/public/genealogy
12109
12110%doc %{texmfdist}/doc/fonts/gfsartemisia
12111%{texmfdist}/fonts/afm/public/gfsartemisia
12112%{texmfdist}/fonts/enc/dvips/gfsartemisia
12113%{texmfdist}/fonts/map/dvips/gfsartemisia
12114%{texmfdist}/fonts/opentype/public/gfsartemisia
12115%{texmfdist}/fonts/tfm/public/gfsartemisia
12116%{texmfdist}/fonts/type1/public/gfsartemisia
12117%{texmfdist}/fonts/vf/public/gfsartemisia
12118
12119%doc %{texmfdist}/doc/fonts/gfsbaskerville
12120%{texmfdist}/fonts/afm/public/gfsbaskerville
12121%{texmfdist}/fonts/enc/dvips/gfsbaskerville
12122%{texmfdist}/fonts/map/dvips/gfsbaskerville
12123%{texmfdist}/fonts/opentype/public/gfsbaskerville
12124%{texmfdist}/fonts/tfm/public/gfsbaskerville
12125%{texmfdist}/fonts/type1/public/gfsbaskerville
12126%{texmfdist}/fonts/vf/public/gfsbaskerville
12127
12128%doc %{texmfdist}/doc/fonts/gfsbodoni
12129%{texmfdist}/fonts/afm/public/gfsbodoni
12130%{texmfdist}/fonts/enc/dvips/gfsbodoni
12131%{texmfdist}/fonts/map/dvips/gfsbodoni
12132%{texmfdist}/fonts/opentype/public/gfsbodoni
12133%{texmfdist}/fonts/tfm/public/gfsbodoni
12134%{texmfdist}/fonts/type1/public/gfsbodoni
12135%{texmfdist}/fonts/vf/public/gfsbodoni
12136
12137%doc %{texmfdist}/doc/fonts/gfscomplutum
12138%{texmfdist}/fonts/afm/public/gfscomplutum
12139%{texmfdist}/fonts/enc/dvips/gfscomplutum
12140%{texmfdist}/fonts/map/dvips/gfscomplutum
12141%{texmfdist}/fonts/opentype/public/gfscomplutum
12142%{texmfdist}/fonts/tfm/public/gfscomplutum
12143%{texmfdist}/fonts/type1/public/gfscomplutum
12144%{texmfdist}/fonts/vf/public/gfscomplutum
12145
12146%doc %{texmfdist}/doc/fonts/gfsdidot
12147%{texmfdist}/fonts/afm/public/gfsdidot
12148%{texmfdist}/fonts/enc/dvips/gfsdidot
12149%{texmfdist}/fonts/map/dvips/gfsdidot
12150%{texmfdist}/fonts/opentype/public/gfsdidot
12151%{texmfdist}/fonts/tfm/public/gfsdidot
12152%{texmfdist}/fonts/type1/public/gfsdidot
12153%{texmfdist}/fonts/vf/public/gfsdidot
12154
12155%doc %{texmfdist}/doc/fonts/gfsneohellenic
12156%{texmfdist}/fonts/afm/public/gfsneohellenic
12157%{texmfdist}/fonts/enc/dvips/gfsneohellenic
12158%{texmfdist}/fonts/map/dvips/gfsneohellenic
12159%{texmfdist}/fonts/opentype/public/gfsneohellenic
12160%{texmfdist}/fonts/tfm/public/gfsneohellenic
12161%{texmfdist}/fonts/type1/public/gfsneohellenic
12162%{texmfdist}/fonts/vf/public/gfsneohellenic
12163
12164%doc %{texmfdist}/doc/fonts/gfsporson
12165%{texmfdist}/fonts/afm/public/gfsporson
12166%{texmfdist}/fonts/enc/dvips/gfsporson
12167%{texmfdist}/fonts/map/dvips/gfsporson
12168%{texmfdist}/fonts/opentype/public/gfsporson
12169%{texmfdist}/fonts/tfm/public/gfsporson
12170%{texmfdist}/fonts/type1/public/gfsporson
12171%{texmfdist}/fonts/vf/public/gfsporson
12172
12173%doc %{texmfdist}/doc/fonts/gfssolomos
12174%{texmfdist}/fonts/afm/public/gfssolomos
12175%{texmfdist}/fonts/enc/dvips/gfssolomos
12176%{texmfdist}/fonts/map/dvips/gfssolomos
12177%{texmfdist}/fonts/opentype/public/gfssolomos
12178%{texmfdist}/fonts/tfm/public/gfssolomos
12179%{texmfdist}/fonts/type1/public/gfssolomos
12180%{texmfdist}/fonts/vf/public/gfssolomos
12181
12182%{texmfdist}/fonts/source/public/go
12183%{texmfdist}/fonts/tfm/public/go
12184
12185%doc %{texmfdist}/doc/fonts/greenpoint
12186%{texmfdist}/fonts/source/public/greenpoint
12187%{texmfdist}/fonts/tfm/public/greenpoint
12188
12189%{texmfdist}/fonts/afm/groff
12190%{texmfdist}/fonts/enc/dvips/groff
12191%{texmfdist}/fonts/map/dvips/groff
12192%{texmfdist}/fonts/tfm/groff
12193%{texmfdist}/fonts/type1/groff
12194
12195%doc %{texmfdist}/doc/fonts/grotesq
12196%{texmfdist}/fonts/map/dvips/grotesq
12197
12198%{texmfdist}/fonts/afm/vntex/grotesqvn
12199%{texmfdist}/fonts/tfm/vntex/grotesqvn
12200%{texmfdist}/fonts/type1/vntex/grotesqvn
12201
12202%{texmfdist}/fonts/afm/public/grverb
12203%{texmfdist}/fonts/map/dvips/grverb
12204%{texmfdist}/fonts/tfm/public/grverb
12205%{texmfdist}/fonts/type1/public/grverb
12206%{texmfdist}/fonts/vf/public/grverb
12207
12208%{texmfdist}/fonts/source/public/hands
12209%{texmfdist}/fonts/tfm/public/hands
12210
8affbd2c
ZU
12211%{texmfdist}/fonts/afm/jmn
12212%{texmfdist}/fonts/tfm/jmn
12213%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
12214
12215%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
12216
12217%doc %{texmfdist}/doc/fonts/hfbright
12218%{texmfdist}/fonts/afm/public/hfbright
12219%{texmfdist}/fonts/enc/dvips/hfbright
12220%{texmfdist}/fonts/map/dvips/hfbright
12221%{texmfdist}/fonts/type1/public/hfbright
12222%{texmfdist}/source/fonts/hfbright
12223
12224%doc %{texmfdist}/doc/fonts/hfoldsty
12225%{texmfdist}/fonts/tfm/public/hfoldsty
12226%{texmfdist}/fonts/vf/public/hfoldsty
12227%{texmfdist}/source/fonts/hfoldsty
12228
12229%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 12230%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
12231%{texmfdist}/fonts/afm/public/ibygrk
12232%{texmfdist}/fonts/enc/dvips/ibygrk
12233%{texmfdist}/fonts/map/dvips/ibygrk
12234%{texmfdist}/fonts/source/public/ibygrk
12235%{texmfdist}/fonts/tfm/public/ibygrk
12236%{texmfdist}/fonts/type1/public/ibygrk
12237
12238%doc %{texmfdist}/doc/fonts/ifsym
12239%{texmfdist}/fonts/source/public/ifsym
12240%{texmfdist}/fonts/tfm/public/ifsym
12241
12242%doc %{texmfdist}/doc/fonts/initials
12243%{texmfdist}/fonts/afm/public/initials
12244%{texmfdist}/fonts/map/dvips/initials
12245%{texmfdist}/fonts/tfm/public/initials
12246%{texmfdist}/fonts/type1/public/initials
12247
745facc7 12248%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
12249%{texmfdist}/fonts/afm/public/itrans
12250%{texmfdist}/fonts/source/public/itrans
12251%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
12252%{texmfdist}/fonts/type1/public/itrans
12253
745facc7 12254%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
12255%{texmfdist}/fonts/afm/public/iwona
12256%{texmfdist}/fonts/enc/dvips/iwona
12257%{texmfdist}/fonts/map/dvips/iwona
12258%{texmfdist}/fonts/opentype/public/iwona
12259%{texmfdist}/fonts/tfm/public/iwona
12260%{texmfdist}/fonts/type1/public/iwona
12261
12262%{texmfdist}/fonts/enc/dvips/jmn
12263%{texmfdist}/fonts/map/dvips/jmn
12264
745facc7 12265%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
12266%{texmfdist}/fonts/source/public/kdgreek
12267%{texmfdist}/fonts/tfm/public/kdgreek
12268
12269%{texmfdist}/fonts/afm/public/kerkis
12270%{texmfdist}/fonts/enc/dvips/kerkis
12271%{texmfdist}/fonts/map/dvips/kerkis
12272%{texmfdist}/fonts/tfm/public/kerkis
12273%{texmfdist}/fonts/type1/public/kerkis
12274%{texmfdist}/fonts/vf/public/kerkis
12275
12276%doc %{texmfdist}/doc/fonts/kixfont
12277%{texmfdist}/fonts/source/public/kixfont
12278%{texmfdist}/fonts/tfm/public/kixfont
12279
12280%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 12281%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
12282%{texmfdist}/fonts/afm/public/kpfonts
12283%{texmfdist}/fonts/map/public/kpfonts
12284%{texmfdist}/fonts/source/public/kpfonts
12285%{texmfdist}/fonts/tfm/public/kpfonts
12286%{texmfdist}/fonts/type1/public/kpfonts
12287%{texmfdist}/fonts/vf/public/kpfonts
12288
745facc7 12289%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
12290%{texmfdist}/fonts/afm/public/kurier
12291%{texmfdist}/fonts/enc/dvips/kurier
12292%{texmfdist}/fonts/map/dvips/kurier
12293%{texmfdist}/fonts/opentype/public/kurier
12294%{texmfdist}/fonts/tfm/public/kurier
12295%{texmfdist}/fonts/type1/public/kurier
12296
12297%doc %{texmfdist}/doc/fonts/levy
12298%{texmfdist}/fonts/source/public/levy
12299
12300%doc %{texmfdist}/doc/fonts/lfb
12301%{texmfdist}/fonts/source/public/lfb
12302%{texmfdist}/fonts/tfm/public/lfb
12303
12304%doc %{texmfdist}/doc/fonts/libertine
12305%{texmfdist}/fonts/afm/public/libertine
12306%{texmfdist}/fonts/enc/dvips/libertine
12307%{texmfdist}/fonts/map/dvips/libertine
12308%{texmfdist}/fonts/tfm/public/libertine
12309%{texmfdist}/fonts/type1/public/libertine
12310%{texmfdist}/fonts/vf/public/libertine
12311
12312%doc %{texmfdist}/doc/fonts/linearA
12313%{texmfdist}/fonts/afm/public/linearA
12314%{texmfdist}/fonts/map/dvips/linearA
12315%{texmfdist}/fonts/tfm/public/linearA
12316%{texmfdist}/fonts/type1/public/linearA
12317%{texmfdist}/source/fonts/linearA
12318
12319%{texmfdist}/fonts/source/public/logic
12320%{texmfdist}/fonts/tfm/public/logic
12321
12322%doc %{texmfdist}/doc/fonts/lxfonts
12323%{texmfdist}/fonts/map/dvips/lxfonts
12324%{texmfdist}/fonts/source/public/lxfonts
12325%{texmfdist}/fonts/tfm/public/lxfonts
12326%{texmfdist}/fonts/type1/public/lxfonts
12327
12328%doc %{texmfdist}/doc/fonts/ly1
12329%{texmfdist}/fonts/map/dvips/ly1
12330
12331%{texmfdist}/fonts/source/public/malayalam
12332%{texmfdist}/fonts/tfm/public/malayalam
12333
12334%{texmfdist}/fonts/map/dvips/manfnt
12335
12336%{texmfdist}/fonts/map/dvips/mathdesign
12337
12338%{texmfdist}/fonts/tfm/public/mathpazo
12339%{texmfdist}/fonts/vf/public/mathpazo
12340
8affbd2c
ZU
12341%{texmfdist}/fonts/afm/mathdesign
12342%{texmfdist}/fonts/tfm/mathdesign
12343%{texmfdist}/fonts/type1/mathdesign
12344%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
12345
12346%{texmfdist}/fonts/enc/dvips/mnsymbol
12347%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 12348%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
12349%{texmfdist}/fonts/map/vtex/mnsymbol
12350%{texmfdist}/fonts/opentype/public/mnsymbol
12351%{texmfdist}/fonts/source/public/mnsymbol
12352%{texmfdist}/fonts/tfm/public/mnsymbol
12353%{texmfdist}/fonts/type1/public/mnsymbol
12354
12355%{texmfdist}/fonts/map/dvips/montex
12356%{texmfdist}/fonts/source/public/montex
12357%{texmfdist}/fonts/tfm/public/montex
12358%{texmfdist}/fonts/type1/public/montex
12359
12360%{texmfdist}/fonts/tfm/vntex/mscorevn
12361%{texmfdist}/fonts/vf/vntex/mscorevn
12362
12363%{texmfdist}/fonts/source/public/musixps
12364%{texmfdist}/fonts/tfm/public/musixps
12365
12366%doc %{texmfdist}/doc/generic/musixtex
12367%{texmfdist}/fonts/map/dvips/musixtex
12368%{texmfdist}/fonts/source/public/musixtex
12369%{texmfdist}/fonts/tfm/public/musixtex
12370%{texmfdist}/fonts/type1/public/musixtex
12371
12372%{texmfdist}/fonts/source/public/mxd
12373%{texmfdist}/fonts/tfm/public/mxd
12374
12375%{texmfdist}/fonts/source/public/mxedruli
12376%{texmfdist}/fonts/tfm/public/mxedruli
12377
12378%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
12379
12380%{texmfdist}/fonts/source/public/niceframe
12381%{texmfdist}/fonts/tfm/public/niceframe
12382
12383%doc %{texmfdist}/doc/fonts/nkarta
12384%{texmfdist}/fonts/source/public/nkarta
12385%{texmfdist}/fonts/tfm/public/nkarta
12386
12387%{texmfdist}/fonts/afm/public/norasi
12388%{texmfdist}/fonts/map/dvips/norasi
12389%{texmfdist}/fonts/tfm/public/norasi
12390%{texmfdist}/fonts/type1/public/norasi
12391
12392%{texmfdist}/fonts/source/public/oca
12393
12394%{texmfdist}/fonts/afm/public/ocherokee
12395%{texmfdist}/fonts/map/dvips/ocherokee
12396%{texmfdist}/fonts/ofm/public/ocherokee
12397%{texmfdist}/fonts/ovf/public/ocherokee
12398%{texmfdist}/fonts/ovp/public/ocherokee
12399%{texmfdist}/fonts/tfm/public/ocherokee
12400%{texmfdist}/fonts/type1/public/ocherokee
12401
12402%{texmfdist}/fonts/source/public/ogham
12403%{texmfdist}/fonts/tfm/public/ogham
12404
12405%doc %{texmfdist}/doc/fonts/oinuit
12406%{texmfdist}/fonts/map/dvips/oinuit
12407%{texmfdist}/fonts/ofm/public/oinuit
12408%{texmfdist}/fonts/ovf/public/oinuit
12409%{texmfdist}/fonts/tfm/public/oinuit
12410%{texmfdist}/fonts/type1/public/oinuit
12411
12412%{texmfdist}/fonts/source/public/osmanian
12413
12414%doc %{texmfdist}/doc/fonts/ot2cyr
12415%{texmfdist}/fonts/map/dvips/ot2cyr
12416%{texmfdist}/source/fonts/ot2cyr
12417
12418%{texmfdist}/fonts/source/public/othello
12419%{texmfdist}/fonts/tfm/public/othello
12420
12421%{texmfdist}/fonts/ofm/public/otibet
12422%{texmfdist}/fonts/ovf/public/otibet
12423%{texmfdist}/fonts/ovp/public/otibet
12424%{texmfdist}/fonts/source/public/otibet
12425%{texmfdist}/fonts/tfm/public/otibet
12426
12427%doc %{texmfdist}/doc/fonts/pacioli
12428%{texmfdist}/fonts/source/public/pacioli
12429%{texmfdist}/fonts/tfm/public/pacioli
12430
12431%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
12432
12433%doc %{texmfdist}/doc/fonts/phaistos
12434%{texmfdist}/fonts/afm/public/phaistos
12435%{texmfdist}/fonts/map/dvips/phaistos
12436%{texmfdist}/fonts/opentype/public/phaistos
12437%{texmfdist}/fonts/tfm/public/phaistos
12438%{texmfdist}/fonts/type1/public/phaistos
12439%{texmfdist}/source/fonts/phaistos
12440
12441%{texmfdist}/fonts/opentype/public/philokalia
12442
12443%doc %{texmfdist}/doc/fonts/phonetic
12444%{texmfdist}/fonts/source/public/phonetic
12445%{texmfdist}/fonts/tfm/public/phonetic
12446%{texmfdist}/source/fonts/phonetic
12447
8affbd2c 12448%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
12449
12450%{texmfdist}/fonts/source/public/punk
12451%{texmfdist}/fonts/tfm/public/punk
12452
12453%{texmfdist}/fonts/tfm/public/relenc
12454%{texmfdist}/fonts/vf/public/relenc
12455
12456%doc %{texmfdist}/doc/fonts/rsfs
12457%{texmfdist}/fonts/map/dvips/rsfs
12458
12459%{texmfdist}/fonts/map/dvips/sanskrit
12460%{texmfdist}/fonts/source/public/sanskrit
12461%{texmfdist}/fonts/tfm/public/sanskrit
12462%{texmfdist}/fonts/type1/public/sanskrit
12463
12464%{texmfdist}/fonts/source/public/sauter
12465
12466%doc %{texmfdist}/doc/fonts/semaphor
12467%{texmfdist}/fonts/afm/public/semaphor
12468%{texmfdist}/fonts/enc/dvips/semaphor
12469%{texmfdist}/fonts/map/dvips/semaphor
12470%{texmfdist}/fonts/opentype/public/semaphor
12471%{texmfdist}/fonts/source/public/semaphor
12472%{texmfdist}/fonts/tfm/public/semaphor
12473%{texmfdist}/fonts/type1/public/semaphor
12474
12475%{texmfdist}/fonts/source/public/simpsons
12476
12477%{texmfdist}/fonts/map/dvips/skak
12478%{texmfdist}/fonts/source/public/skak
12479%{texmfdist}/fonts/tfm/public/skak
12480
12481%doc %{texmfdist}/doc/fonts/skaknew
12482%{texmfdist}/fonts/afm/public/skaknew
12483%{texmfdist}/fonts/map/dvips/skaknew
12484%{texmfdist}/fonts/map/vtex/skaknew
12485%{texmfdist}/fonts/tfm/public/skaknew
12486%{texmfdist}/fonts/type1/public/skaknew
12487
12488%{texmfdist}/fonts/source/public/skull
12489
12490%{texmfdist}/fonts/source/public/soyombo
12491%{texmfdist}/fonts/tfm/public/soyombo
12492
12493%doc %{texmfdist}/doc/fonts/staves
12494%{texmfdist}/fonts/map/dvips/staves
12495%{texmfdist}/fonts/tfm/public/staves
12496%{texmfdist}/fonts/type1/public/staves
12497
12498%{texmfdist}/fonts/map/dvips/stmaryrd
12499%{texmfdist}/fonts/source/public/stmaryrd
12500
12501%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
12502
12503%{texmfdist}/fonts/afm/public/tabvar
12504%{texmfdist}/fonts/map/dvips/tabvar
12505%{texmfdist}/fonts/tfm/public/tabvar
12506%{texmfdist}/fonts/type1/public/tabvar
12507
f1ba8563
ZU
12508
12509%{texmfdist}/fonts/source/public/tapir
12510%{texmfdist}/fonts/type1/public/tapir
12511
12512%{texmfdist}/fonts/enc/dvips/tengwarscript
12513%{texmfdist}/fonts/map/dvips/tengwarscript
12514%{texmfdist}/fonts/tfm/public/tengwarscript
12515%{texmfdist}/fonts/vf/public/tengwarscript
12516
80fa261c 12517%{texmfdist}/doc/fonts/pclnfss
198c241e 12518%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
12519
12520%doc %{texmfdist}/doc/fonts/tex-gyre
12521%{texmfdist}/fonts/afm/public/tex-gyre
12522%{texmfdist}/fonts/enc/dvips/tex-gyre
12523%{texmfdist}/fonts/map/dvips/tex-gyre
12524%{texmfdist}/fonts/opentype/public/tex-gyre
12525%{texmfdist}/fonts/tfm/public/tex-gyre
12526%{texmfdist}/fonts/type1/public/tex-gyre
12527
f1ba8563 12528%{texmfdist}/fonts/map/dvips/times
f1ba8563 12529
f1ba8563
ZU
12530
12531%doc %{texmfdist}/doc/fonts/timing
12532%{texmfdist}/fonts/source/public/timing
12533%{texmfdist}/fonts/tfm/public/timing
12534
12535%doc %{texmfdist}/doc/fonts/tipa
12536%{texmfdist}/fonts/map/dvips/tipa
12537%{texmfdist}/fonts/source/public/tipa
12538%{texmfdist}/fonts/tfm/public/tipa
12539%{texmfdist}/fonts/type1/public/tipa
12540
12541%{texmfdist}/fonts/afm/public/trajan
12542%{texmfdist}/fonts/map/dvips/trajan
12543%{texmfdist}/fonts/tfm/public/trajan
12544%{texmfdist}/fonts/type1/public/trajan
12545
12546%{texmfdist}/fonts/source/public/trsym
12547%{texmfdist}/fonts/tfm/public/trsym
12548
12549%{texmfdist}/fonts/tfm/vntex/txttvn
12550%{texmfdist}/fonts/type1/vntex/txttvn
12551
12552%{texmfdist}/fonts/map/dvips/uhc
12553
12554%{texmfdist}/fonts/source/public/ulsy
12555%{texmfdist}/fonts/tfm/public/ulsy
12556
12557%doc %{texmfdist}/doc/fonts/umrand
12558%{texmfdist}/fonts/source/public/umrand
12559%{texmfdist}/fonts/tfm/public/umrand
12560
12561%doc %{texmfdist}/doc/fonts/umtypewriter
12562%{texmfdist}/fonts/opentype/public/umtypewriter
12563
12564%doc %{texmfdist}/doc/fonts/universa
12565%{texmfdist}/fonts/source/public/universa
12566%{texmfdist}/fonts/tfm/public/universa
12567%{texmfdist}/source/fonts/universa
12568
12569%{texmfdist}/fonts/afm/public/velthuis
12570%{texmfdist}/fonts/map/dvips/velthuis
12571%{texmfdist}/fonts/source/public/velthuis
12572%{texmfdist}/fonts/tfm/public/velthuis
12573%{texmfdist}/fonts/type1/public/velthuis
12574
12575%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
12576
12577%{texmfdist}/fonts/afm/vntex/vntopia
12578%{texmfdist}/fonts/tfm/vntex/vntopia
12579%{texmfdist}/fonts/type1/vntex/vntopia
12580%{texmfdist}/fonts/vf/vntex/vntopia
12581
12582%{texmfdist}/fonts/map/dvips/wadalab
12583
12584%doc %{texmfdist}/doc/fonts/wasy
12585%{texmfdist}/fonts/afm/public/wasy
12586%{texmfdist}/fonts/map/dvips/wasy
12587%{texmfdist}/fonts/type1/public/wasy
12588
12589%{texmfdist}/fonts/source/public/wnri
12590%{texmfdist}/fonts/tfm/public/wnri
12591
12592%{texmfdist}/fonts/source/public/wsuipa
12593%{texmfdist}/fonts/tfm/public/wsuipa
12594
12595%{texmfdist}/fonts/source/public/xbmc
12596%{texmfdist}/fonts/tfm/public/xbmc
12597
f1ba8563
ZU
12598%doc %{texmfdist}/doc/fonts/xq
12599%{texmfdist}/fonts/source/public/xq
12600%{texmfdist}/fonts/tfm/public/xq
12601
12602%{texmfdist}/fonts/source/public/yannisgr
12603
12604%{texmfdist}/fonts/map/dvips/yhmath
12605%{texmfdist}/fonts/source/public/yhmath
12606%{texmfdist}/fonts/tfm/public/yhmath
12607%{texmfdist}/fonts/type1/public/yhmath
12608%{texmfdist}/fonts/vf/public/yhmath
12609
12610%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 12611%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
12612
12613%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
12614
12615%{texmfdist}/dvips/zefonts
12616%{texmfdist}/fonts/map/dvips/zefonts
12617%{texmfdist}/fonts/tfm/public/zefonts
12618%{texmfdist}/fonts/vf/public/zefonts
12619
12620
d08789e0 12621%files fonts-omega
489714ae 12622%defattr(644,root,root,755)
7179ac92 12623%doc %{texmfdist}/doc/omega
2677a8b0
ZU
12624%dir %{texmfdist}/omega
12625%dir %{texmfdist}/omega/otp
12626%dir %{texmfdist}/omega/ocp
7179ac92
ZU
12627%{texmfdist}/dvips/omega
12628%{texmfdist}/fonts/ofm/public/omega
12629%{texmfdist}/fonts/type1/public/omega
12630%{texmfdist}/fonts/afm/public/omega
12631%{texmfdist}/fonts/ovp/public/omega
12632%{texmfdist}/fonts/tfm/public/omega
12633%{texmfdist}/fonts/ovf/public/omega
12634%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
12635%{texmfdist}/omega/ocp/omega
12636%{texmfdist}/omega/otp/omega
12637%{texmfdist}/tex/plain/omega
d08789e0 12638
5b7eba8e
MB
12639#%files fonts-pazo
12640#%defattr(644,root,root,755)
d08789e0
ZU
12641
12642%files fonts-pl
12643%defattr(644,root,root,755)
7179ac92 12644%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
12645%dir %{texmf}/scripts/texlive
12646%dir %{texmf}/scripts/texlive/tlmgrgui
12647%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
12648%{texmfdist}/dvips/pl
12649%{texmfdist}/fonts/source/public/pl
12650%{texmfdist}/fonts/type1/public/pl
12651%{texmfdist}/fonts/afm/public/pl
12652%{texmfdist}/fonts/enc/dvips/pl
12653%{texmfdist}/fonts/tfm/public/pl
12654%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 12655%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
12656
12657%files fonts-px
12658%defattr(644,root,root,755)
7179ac92 12659%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
12660# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
12661# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
12662%dir %{texmfdist}/fonts/map/dvips/pxfonts
12663%dir %{texmfdist}/tex/latex/pxfonts
12664%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
12665%{texmfdist}/fonts/afm/public/pxfonts
12666%{texmfdist}/fonts/tfm/public/pxfonts
12667%{texmfdist}/fonts/type1/public/pxfonts
12668%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 12669%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 12670
5b7eba8e
MB
12671#%files fonts-qfonts
12672#%defattr(644,root,root,755)
31bd2c4a
ZU
12673# %doc %{texmf}/doc/fonts/polish/qfonts
12674# %{texmf}/fonts/enc/dvips/qfonts
12675# %{texmf}/fonts/map/dvips/qfonts
12676# %{texmf}/dvips/qfonts
12677# %{texmf}/fonts/afm/public/qfonts
12678# %{texmf}/fonts/tfm/public/qfonts
d08789e0 12679
74dbda3f
ZU
12680# %files fonts-qpx
12681# %defattr(644,root,root,755)
12682# %{texmf}/fonts/tfm/public/qpx
12683# %{texmf}/fonts/vf/public/qpx
d08789e0 12684
31bd2c4a 12685%files fonts-qpxqtx
d08789e0 12686%defattr(644,root,root,755)
7179ac92
ZU
12687%{texmfdist}/fonts/tfm/public/qpxqtx
12688%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
12689
12690%files fonts-rsfs
12691%defattr(644,root,root,755)
7179ac92
ZU
12692%{texmfdist}/fonts/source/public/rsfs
12693%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
12694
12695%files fonts-stmaryrd
12696%defattr(644,root,root,755)
7179ac92
ZU
12697%doc %{texmfdist}/doc/fonts/stmaryrd
12698%{texmfdist}/source/fonts/stmaryrd
12699%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
12700
12701%files fonts-tx
12702%defattr(644,root,root,755)
7179ac92
ZU
12703%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
12704%{texmfdist}/fonts/afm/public/txfonts
12705%{texmfdist}/fonts/tfm/public/txfonts
12706%{texmfdist}/fonts/vf/public/txfonts
d08789e0 12707
5bc70a92
MB
12708%files fonts-uhc
12709%defattr(644,root,root,755)
12710%doc %{texmfdist}/doc/fonts/uhc
12711%{texmfdist}/fonts/afm/uhc
12712%{texmfdist}/fonts/tfm/uhc
12713%{texmfdist}/fonts/vf/uhc
12714
d08789e0
ZU
12715%files fonts-urw
12716%defattr(644,root,root,755)
7179ac92 12717%{texmfdist}/fonts/afm/urw
5bc70a92
MB
12718%{texmfdist}/fonts/tfm/urw
12719%{texmfdist}/fonts/vf/urw
d08789e0
ZU
12720
12721%files fonts-urwvn
12722%defattr(644,root,root,755)
26d8eaaa 12723%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
12724%{texmfdist}/fonts/tfm/vntex/urwvn
12725%{texmfdist}/fonts/type1/vntex/urwvn
12726%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
12727
12728%files fonts-vnr
12729%defattr(644,root,root,755)
7179ac92
ZU
12730%{texmfdist}/fonts/map/dvips/vntex
12731%{texmfdist}/fonts/source/vntex/vnr
12732%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 12733
5bc70a92
MB
12734%files fonts-wadalab
12735%defattr(644,root,root,755)
12736%doc %{texmfdist}/doc/fonts/wadalab
12737%{texmfdist}/fonts/afm/wadalab
12738%{texmfdist}/fonts/tfm/wadalab
12739%{texmfdist}/fonts/vf/wadalab
12740
d08789e0
ZU
12741%files fonts-wasy
12742%defattr(644,root,root,755)
7179ac92
ZU
12743%{texmfdist}/fonts/source/public/wasy
12744%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
12745
12746%files fonts-xypic
12747%defattr(644,root,root,755)
7179ac92
ZU
12748%{texmfdist}/fonts/map/dvips/xypic
12749# %{texmfdist}/fonts/afm/public/xypic
12750%{texmfdist}/fonts/source/public/xypic
12751%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
12752
12753%files fonts-yandy
12754%defattr(644,root,root,755)
adbd04dd 12755# %{texmf}/fonts/afm/yandy
7179ac92 12756%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
12757# %{texmf}/fonts/tfm/yandy
12758# %{texmf}/fonts/vf/yandy
d08789e0
ZU
12759
12760%files fonts-type1-antp
12761%defattr(644,root,root,755)
7179ac92
ZU
12762%{texmfdist}/dvips/antp
12763%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
12764
12765%files fonts-type1-antt
12766%defattr(644,root,root,755)
adbd04dd 12767# %{texmf}/dvips/antt
7179ac92 12768%{texmfdist}/fonts/type1/public/antt
d08789e0 12769
5bc70a92
MB
12770%files fonts-type1-arphic
12771%defattr(644,root,root,755)
12772%{texmfdist}/fonts/type1/arphic
12773
d08789e0
ZU
12774%files fonts-type1-belleek
12775%defattr(644,root,root,755)
7179ac92
ZU
12776%doc %{texmfdist}/doc/fonts/belleek
12777%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
12778
12779%files fonts-type1-bitstream
12780%defattr(644,root,root,755)
7179ac92 12781%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
12782
12783%files fonts-type1-bluesky
12784%defattr(644,root,root,755)
04eb4e68
ZU
12785# %doc %{texmf}/doc/fonts/bluesky
12786# %{texmf}/dvips/bluesky
7179ac92 12787%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
12788
12789%files fonts-type1-cc-pl
12790%defattr(644,root,root,755)
7179ac92
ZU
12791%doc %{texmfdist}/doc/fonts/cc-pl
12792%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
12793
12794%files fonts-type1-cmcyr
12795%defattr(644,root,root,755)
7179ac92 12796%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
12797
12798%files fonts-type1-cs
12799%defattr(644,root,root,755)
7179ac92 12800%{texmfdist}/fonts/type1/public/cs
d08789e0 12801
04eb4e68
ZU
12802# %files fonts-type1-dstroke
12803# %defattr(644,root,root,755)
12804# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
12805
12806%files fonts-type1-eurosym
12807%defattr(644,root,root,755)
7179ac92 12808%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
12809
12810%files fonts-type1-hoekwater
12811%defattr(644,root,root,755)
7179ac92 12812%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
12813
12814%files fonts-type1-fpl
12815%defattr(644,root,root,755)
7179ac92
ZU
12816%doc %{texmfdist}/doc/fonts/fpl
12817%{texmfdist}/fonts/afm/public/fpl
12818%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
12819
12820%files fonts-type1-lm
12821%defattr(644,root,root,755)
7179ac92
ZU
12822%{texmfdist}/fonts/afm/public/lm
12823%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
12824
12825%files fonts-type1-marvosym
12826%defattr(644,root,root,755)
7179ac92 12827%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
12828
12829%files fonts-type1-mathpazo
12830%defattr(644,root,root,755)
04eb4e68 12831# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
12832%{texmfdist}/fonts/afm/public/mathpazo
12833%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
12834
12835%files fonts-type1-omega
12836%defattr(644,root,root,755)
7179ac92 12837%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
12838
12839%files fonts-type1-pl
12840%defattr(644,root,root,755)
04eb4e68 12841# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 12842%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
12843
12844%files fonts-type1-px
12845%defattr(644,root,root,755)
7179ac92 12846%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 12847
04eb4e68
ZU
12848# %files fonts-type1-qfonts
12849# %defattr(644,root,root,755)
7179ac92 12850# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
12851
12852%files fonts-type1-tx
12853%defattr(644,root,root,755)
7179ac92 12854%{texmfdist}/fonts/type1/public/txfonts
d08789e0 12855
04eb4e68
ZU
12856# %files fonts-type1-tt2001
12857# %defattr(644,root,root,755)
12858# %{texmf}/fonts/type1/public/tt2001
d08789e0 12859
5bc70a92
MB
12860%files fonts-type1-uhc
12861%defattr(644,root,root,755)
12862%{texmfdist}/fonts/type1/uhc
12863
d08789e0
ZU
12864%files fonts-type1-urw
12865%defattr(644,root,root,755)
7179ac92 12866%{texmfdist}/fonts/type1/urw
d08789e0
ZU
12867
12868%files fonts-type1-vnr
12869%defattr(644,root,root,755)
7179ac92 12870%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 12871
5bc70a92
MB
12872%files fonts-type1-wadalab
12873%defattr(644,root,root,755)
12874%{texmfdist}/fonts/type1/wadalab
12875
d08789e0
ZU
12876%files fonts-type1-xypic
12877%defattr(644,root,root,755)
7179ac92 12878%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
12879
12880# TeXLive-specific
12881
12882%files afm2pl
12883%defattr(644,root,root,755)
12884%attr(755,root,root) %{_bindir}/afm2pl
12885%{_mandir}/man1/afm2pl*
12886
12887%files bbox
12888%defattr(644,root,root,755)
12889%attr(755,root,root) %{_bindir}/bbox
12890%{_mandir}/man1/bbox*
12891
12892%files cefutils
12893%defattr(644,root,root,755)
12894%attr(755,root,root) %{_bindir}/cef*
2677a8b0 12895%dir %{texmfdist}/tex/latex/cjk
21c69d95
ZU
12896%dir %{texmfdist}/doc/latex/cjk
12897%dir %{texmfdist}/source/latex/cjk
12898%dir %{texmfdist}/source/latex/cjk/utils
2677a8b0 12899%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
12900%doc %{texmfdist}/doc/latex/cjk/doc
12901%doc %{texmfdist}/doc/latex/cjk/examples
12902%{texmfdist}/source/latex/cjk/utils/CEFconv
12903
12904%files detex
12905%defattr(644,root,root,755)
12906%attr(755,root,root) %{_bindir}/detex
12907%{_mandir}/man1/detex*
12908
7ffd1967
ZU
12909
12910%files dviutils
12911%defattr(644,root,root,755)
12912%attr(755,root,root) %{_bindir}/dt2dv
12913%attr(755,root,root) %{_bindir}/dv2dt
12914%attr(755,root,root) %{_bindir}/dvi2tty
12915%attr(755,root,root) %{_bindir}/dviasm
12916%attr(755,root,root) %{_bindir}/dvibook
12917%attr(755,root,root) %{_bindir}/dviconcat
12918%attr(755,root,root) %{_bindir}/dvidvi
12919%attr(755,root,root) %{_bindir}/dvigif
12920%attr(755,root,root) %{_bindir}/dvipdfmx
12921%attr(755,root,root) %{_bindir}/dvipos
12922%attr(755,root,root) %{_bindir}/dviselect
12923%attr(755,root,root) %{_bindir}/dvitodvi
12924%{_mandir}/man1/dt2dv*
12925%{_mandir}/man1/dv2dt*
12926%{_mandir}/man1/dvi2tty*
12927%{_mandir}/man1/dvibook*
12928%{_mandir}/man1/dviconcat*
12929%{_mandir}/man1/dvidvi*
12930%{_mandir}/man1/dvigif*
12931%{_mandir}/man1/dvipos*
12932%{_mandir}/man1/dviselect*
12933%{_mandir}/man1/dvitodvi*
12934
12935%files epsutils
12936%defattr(644,root,root,755)
12937%attr(755,root,root) %{_bindir}/epsffit
12938%attr(755,root,root) %{_bindir}/epspdf
12939%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 12940%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
12941%{texmfdist}/scripts/epspdf
12942%{_mandir}/man1/epsffit*
12943%doc %{texmfdist}/doc/epspdf
12944
12945%files filters
12946%defattr(644,root,root,755)
12947%attr(755,root,root) %{_bindir}/fix*
12948%{_mandir}/man1/fix*
12949
faa40f44
ZU
12950%files psutils
12951%defattr(644,root,root,755)
12952%attr(755,root,root) %{_bindir}/extractres
12953%attr(755,root,root) %{_bindir}/getafm
12954%attr(755,root,root) %{_bindir}/includeres
12955%attr(755,root,root) %{_bindir}/psbook
12956%attr(755,root,root) %{_bindir}/psmerge
12957%attr(755,root,root) %{_bindir}/psnup
12958%attr(755,root,root) %{_bindir}/psresize
12959%attr(755,root,root) %{_bindir}/psselect
5fef92c1 12960%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
12961%attr(755,root,root) %{_bindir}/pstops
12962%attr(755,root,root) %{_bindir}/showchar
12963%{_mandir}/man1/extractres*
12964%{_mandir}/man1/getafm*
12965%{_mandir}/man1/includeres*
12966%{_mandir}/man1/psbook*
12967%{_mandir}/man1/psmerge*
12968%{_mandir}/man1/psnup*
12969%{_mandir}/man1/psresize*
12970%{_mandir}/man1/psselect*
12971%{_mandir}/man1/pstops*
12972%{texmf}/dvips/psutils
12973
489714ae
ZU
12974%files uncategorized-utils
12975%defattr(644,root,root,755)
12976%attr(755,root,root) %{_bindir}/devnag
12977%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
12978
12979%files tex4ht
12980%defattr(644,root,root,755)
add234d3
MB
12981%attr(755,root,root) %{_bindir}/ht
12982%attr(755,root,root) %{_bindir}/htcontext
12983%attr(755,root,root) %{_bindir}/htlatex
12984%attr(755,root,root) %{_bindir}/htmex
12985%attr(755,root,root) %{_bindir}/httex
12986%attr(755,root,root) %{_bindir}/httexi
12987%attr(755,root,root) %{_bindir}/htxelatex
12988%attr(755,root,root) %{_bindir}/htxetex
12989%attr(755,root,root) %{_bindir}/mk4ht
12990%attr(755,root,root) %{_bindir}/t4ht
12991%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 12992%{texmf}/scripts/tex4ht
5b7eba8e 12993%{texmfdist}/tex/generic/tex4ht
add234d3
MB
12994%dir %{texmfdist}/scripts/tex4ht
12995%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
12996%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
12997%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
12998%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
12999%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
13000%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
13001%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
13002%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
13003%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 13004%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 13005%{texmfdist}/tex4ht
4224ae6d
MB
13006
13007%files xetex
13008%defattr(644,root,root,755)
13009%attr(755,root,root) %{_bindir}/xdvipdfmx
13010%attr(755,root,root) %{_bindir}/xelatex
13011%attr(755,root,root) %{_bindir}/xetex
13012%{texmf}/fmtutil/format.xetex.cnf
13013%doc %{texmfdist}/doc/xelatex
13014%doc %{texmfdist}/doc/xetex
13015%{texmfdist}/scripts/xetex
13016%{texmfdist}/tex/generic/ifxetex
13017%{texmfdist}/tex/generic/xetexconfig
13018%{texmfdist}/tex/latex/latexconfig/xelatex.ini
13019%{texmfdist}/tex/plain/config/xetex.ini
13020%{texmfdist}/tex/xelatex
13021%{texmfdist}/tex/xetex
13022
13023%files xmltex
13024%defattr(644,root,root,755)
13025%doc %{texmfdist}/doc/xmltex
13026%attr(755,root,root) %{_bindir}/pdfxmltex
13027%attr(755,root,root) %{_bindir}/xmltex
13028%{texmfdist}/tex/xmltex
13029%{texmf}/fmtutil/format.xmltex.cnf
This page took 1.984891 seconds and 4 git commands to generate.