]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- more packaging
[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
330a8c29 44Release: 0.9.8
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
e67df411
ZU
626%package tex-mathdots
627Summary: Commands to produce dots in math that respect font size
628Summary(hu.UTF-8): Pontok előállítása matematikai módban a font méret figyelmbevételével
629Group: Applications/Publishing/TeX
630Requires(post,postun): %{_bindir}/texhash
631Requires: %{name} = %{epoch}:%{version}-%{release}
632
633%description tex-mathdots
634Commands to produce dots in math that respect font size.
635
636%description tex-mathdots -l hu.UTF-8
637Pontok előállítása matematikai módban a font méret figyelmbevételével.
638
d08789e0
ZU
639%package metafont
640Summary: MetaFont
6b25593c 641Summary(hu.UTF-8): MetaFont
d08789e0
ZU
642Summary(pl.UTF-8): Zestaw narzędzi MetaFont
643Group: Applications/Publishing/TeX
644Requires(post,postun): %{_bindir}/texhash
645Requires: %{name} = %{epoch}:%{version}-%{release}
646
647%description metafont
648MetaFont.
649
650%description metafont -l pl.UTF-8
651Zestaw narzędzi MetaFont.
652
653%package metapost
654Summary: MetaPost
6b25593c 655Summary(hu.UTF-8): MetaPost
d08789e0
ZU
656Summary(pl.UTF-8): Zestaw narzędzi MetaPost
657Group: Applications/Publishing/TeX
658Requires(post,postun): %{_bindir}/texhash
659Requires: %{name} = %{epoch}:%{version}-%{release}
43a061cf 660Obsoletes: tetex-matapost
d08789e0
ZU
661
662%description metapost
663MetaPost.
664
6b25593c
ZU
665%description metapost -l hu.UTF-8
666MetaPost.
667
d08789e0
ZU
668%description metapost -l pl.UTF-8
669Zestaw narzędzi MetaPost.
670
43a061cf
ZU
671%package metapost-other
672Summary: Various MetaPost utils
673Summary(hu.UTF-8): Különböző MetaPost eszközök
786ebdb1 674Group: Applications/Publishing/TeX
786ebdb1 675Requires(post,postun): %{_bindir}/texhash
43a061cf 676Requires: %{name} = %{epoch}:%{version}-%{release}
786ebdb1 677
43a061cf
ZU
678%description metapost-other
679Various MetaPost utils.
786ebdb1 680
43a061cf
ZU
681%description metapost-other -l hu.UTF-8
682Különböző MetaPost eszközök.
786ebdb1 683
d08789e0
ZU
684%package mptopdf
685Summary: MetaPost to PDF converter
6b25593c 686Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
687Summary(pl.UTF-8): Konwerter MetaPost do PDF
688Group: Applications/Publishing/TeX
689Requires(post,postun): %{_bindir}/texhash
690Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
691
692%description mptopdf
693MetaPost to PDF converter.
694
6b25593c
ZU
695%description mptopdf -l hu.UTF-8
696MetaPost-ból PDF-be konvertáló.
697
d08789e0
ZU
698%description mptopdf -l pl.UTF-8
699Konwerter MetaPost do PDF.
700
701%package texdoctk
702Summary: Easy access to TeX documentation
703Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
704Group: Applications/Publishing/TeX
705Requires(post,postun): %{_bindir}/texhash
706Requires: %{name} = %{epoch}:%{version}-%{release}
707
708%description texdoctk
709A Perl/Tk-based GUI for easy access to package documentation for TeX
710on Unix platforms; the databases it uses are based on the texmf/doc
711subtrees of teTeX v.1.0.x, but database files for local configurations
712with modified/extended directories can be derived from them. Note that
713texdoctk is not a viewer itself, but an interface for finding
714documentation files and opening them with the appropriate viewer; so
715it relies on appropriate programs to be installed on the system.
716However, the choice of these programs can be configured by the
717sysadmin or user.
718
719%description texdoctk -l pl.UTF-8
720Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
721dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
722danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
723używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
724Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
725interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
726właściwej przeglądarce; tak więc wymaga on odpowiednich programów
727zainstalowanych w systemie. Wybór tych programów może być dokonany
728przez administratora lub użytkownika.
729
730%package -n texconfig
731Summary: TeX typesetting system configurator
732Summary(pl.UTF-8): Konfigurator systemu składu TeX
733Group: Applications/Publishing/TeX
734Requires: %{name} = %{epoch}:%{version}-%{release}
735Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
736Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
737Requires: xdvi = %{epoch}:%{version}-%{release}
738Obsoletes: tetex-texconfig
739
740%description -n texconfig
741TeX typesetting system configurator.
742
743%description -n texconfig -l pl.UTF-8
744Konfigurator systemu składu TeX.
745
746%package -n xdvi
747Summary: X11 previewer
748Summary(de.UTF-8): X11-Previewer
749Summary(es.UTF-8): Visualizador TeX X11
750Summary(fr.UTF-8): Prévisualisateur X11
751Summary(pl.UTF-8): Przeglądarka DVI dla X11
752Summary(pt_BR.UTF-8): Visualizador TeX X11
753Summary(tr.UTF-8): X11 öngörüntüleyici
754Group: Applications/Publishing/TeX
755Requires(post,postun): %{_bindir}/texhash
756Requires: %{name} = %{epoch}:%{version}-%{release}
757Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
758Suggests: %{name}-dvips
759Obsoletes: tetex-xdvi
760
761%description -n xdvi
762xdvi is a program which runs under the X window system. It is used to
763preview dvi files, such as are produced by tex and latex.
764
765%description -n xdvi -l de.UTF-8
766xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
767ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
768latex erzeugt wurden.
769
770%description -n xdvi -l es.UTF-8
771xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
772visualizar archivos dvi, como los producidos por tex y latex.
773
774%description -n xdvi -l fr.UTF-8
775xdvi est un programme s'exécutant sous le système X Window. Il sert à
776visualiser les fichiers dvi tels que ceux produits par tex et latex.
777
778%description -n xdvi -l pl.UTF-8
779Xdvi jest programem (działającym w X Window System) do przeglądania
780plików DVI, produkowanych przez TeXa i LaTeXa.
781
782%description -n xdvi -l pt_BR.UTF-8
783xdvi é um programa que roda no sistema X Window. É usado para
784visualizar arquivos dvi, como os produzidos por tex e latex.
785
624ed2f9
ZU
786%package -n xindy
787Summary: Xindy creates sorted and tagged index from raw index
788Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
789Group: Applications/Publishing/TeX
790
791%description -n xindy
792Xindy creates sorted and tagged index from raw index.
793
794%description -n xindy -l hu.UTF-8
795Xindy rendezett és cimkézett indexet készít nyers indexekből.
796
797%package -n xindy-albanian
798Summary: Xindy albanian language
799Summary(hu.UTF-8): Xindy albán nyelv
800Group: Applications/Publishing/TeX
801
802%description -n xindy-albanian
803Xindy albanian language
804
805%description -n xindy-albanian -l hu.UTF-8
806Xindy albán nyelv
807
808%package -n xindy-belarusian
809Summary: Xindy belarusian language
810Summary(hu.UTF-8): Xindy belorusz nyelv
811Group: Applications/Publishing/TeX
812
813%description -n xindy-belarusian
814Xindy belarusian language
815
816%description -n xindy-belarusian -l hu.UTF-8
817Xindy belorusz nyelv
818
819%package -n xindy-bulgarian
820Summary: Xindy bulgarian language
821Summary(hu.UTF-8): Xindy bolgár nyelv
822Group: Applications/Publishing/TeX
823
824%description -n xindy-bulgarian
825Xindy bulgarian language
826
827%description -n xindy-bulgarian -l hu.UTF-8
828Xindy bolgár nyelv
829
830%package -n xindy-croatian
831Summary: Xindy croatian language
832Summary(hu.UTF-8): Xindy horvát nyelv
833Group: Applications/Publishing/TeX
834
835%description -n xindy-croatian
836Xindy croatian language
837
838%description -n xindy-croatian -l hu.UTF-8
839Xindy horvát nyelv
840
841%package -n xindy-czech
842Summary: Xindy czech language
843Summary(hu.UTF-8): Xindy cseh nyelv
844Group: Applications/Publishing/TeX
845
846%description -n xindy-czech
847Xindy czech language
848
849%description -n xindy-czech -l hu.UTF-8
850Xindy cseh nyelv
851
852%package -n xindy-danish
853Summary: Xindy danish language
854Summary(hu.UTF-8): Xindy dán nyelv
855Group: Applications/Publishing/TeX
856
857%description -n xindy-danish
858Xindy danish language
859
860%description -n xindy-danish -l hu.UTF-8
861Xindy dán nyelv
862
863%package -n xindy-dutch
864Summary: Xindy dutch language
865Summary(hu.UTF-8): Xindy holland nyelv
866Group: Applications/Publishing/TeX
867
868%description -n xindy-dutch
869Xindy dutch language
870
871%description -n xindy-dutch -l hu.UTF-8
872Xindy holland nyelv
873
874%package -n xindy-english
875Summary: Xindy english language
876Summary(hu.UTF-8): Xindy angol nyelv
877Group: Applications/Publishing/TeX
878
879%description -n xindy-english
880Xindy english language
881
882%description -n xindy-english -l hu.UTF-8
883Xindy angol nyelv
884
885%package -n xindy-esperanto
886Summary: Xindy esperanto language
887Summary(hu.UTF-8): Xindy eszperantó nyelv
888Group: Applications/Publishing/TeX
889
890%description -n xindy-esperanto
891Xindy esperanto language
892
893%description -n xindy-esperanto -l hu.UTF-8
894Xindy eszperantó nyelv
895
896%package -n xindy-estonian
897Summary: Xindy estonian language
898Summary(hu.UTF-8): Xindy észt nyelv
899Group: Applications/Publishing/TeX
900
901%description -n xindy-estonian
902Xindy estonian language
903
904%description -n xindy-estonian -l hu.UTF-8
905Xindy észt nyelv
906
907%package -n xindy-finnish
908Summary: Xindy finnish language
909Summary(hu.UTF-8): Xindy finn nyelv
910Group: Applications/Publishing/TeX
911
912%description -n xindy-finnish
913Xindy finnish language
914
915%description -n xindy-finnish -l hu.UTF-8
916Xindy finn nyelv
917
918%package -n xindy-french
919Summary: Xindy french language
920Summary(hu.UTF-8): Xindy francia nyelv
921Group: Applications/Publishing/TeX
922
923%description -n xindy-french
924Xindy french language
925
926%description -n xindy-french -l hu.UTF-8
927Xindy francia nyelv
928
929%package -n xindy-general
930Summary: Xindy general language
931Summary(hu.UTF-8): Xindy általános nyelv
932Group: Applications/Publishing/TeX
933
934%description -n xindy-general
935Xindy general language
936
937%description -n xindy-general -l hu.UTF-8
938Xindy általános nyelv
939
940%package -n xindy-georgian
941Summary: Xindy georgian language
942Summary(hu.UTF-8): Xindy georgian nyelv
943Group: Applications/Publishing/TeX
944
945%description -n xindy-georgian
946Xindy georgian language
947
948%description -n xindy-georgian -l hu.UTF-8
949Xindy georgian nyelv
950
951%package -n xindy-german
952Summary: Xindy german language
953Summary(hu.UTF-8): Xindy német nyelv
954Group: Applications/Publishing/TeX
955
956%description -n xindy-german
957Xindy german language
958
959%description -n xindy-german -l hu.UTF-8
960Xindy német nyelv
961
962%package -n xindy-greek
963Summary: Xindy greek language
964Summary(hu.UTF-8): Xindy görög nyelv
965Group: Applications/Publishing/TeX
966
967%description -n xindy-greek
968Xindy greek language
969
970%description -n xindy-greek -l hu.UTF-8
971Xindy görög nyelv
972
973%package -n xindy-gypsy
974Summary: Xindy gypsy language
975Summary(hu.UTF-8): Xindy cigány nyelv
976Group: Applications/Publishing/TeX
977
978%description -n xindy-gypsy
979Xindy gypsy language
980
981%description -n xindy-gypsy -l hu.UTF-8
982Xindy cigány nyelv
983
984%package -n xindy-hausa
985Summary: Xindy hausa language
986Summary(hu.UTF-8): Xindy hausa nyelv
987Group: Applications/Publishing/TeX
988
989%description -n xindy-hausa
990Xindy hausa language
991
992%description -n xindy-hausa -l hu.UTF-8
993Xindy hausa nyelv
994
995%package -n xindy-hebrew
996Summary: Xindy hebrew language
997Summary(hu.UTF-8): Xindy héber nyelv
998Group: Applications/Publishing/TeX
999
1000%description -n xindy-hebrew
1001Xindy hebrew language
1002
1003%description -n xindy-hebrew -l hu.UTF-8
1004Xindy héber nyelv
1005
1006%package -n xindy-hungarian
1007Summary: Xindy hungarian language
1008Summary(hu.UTF-8): Xindy magyar nyelv
1009Group: Applications/Publishing/TeX
1010
1011%description -n xindy-hungarian
1012Xindy hungarian language
1013
1014%description -n xindy-hungarian -l hu.UTF-8
1015Xindy magyar nyelv
1016
1017%package -n xindy-icelandic
1018Summary: Xindy icelandic language
1019Summary(hu.UTF-8): Xindy izlandi nyelv
1020Group: Applications/Publishing/TeX
1021
1022%description -n xindy-icelandic
1023Xindy icelandic language
1024
1025%description -n xindy-icelandic -l hu.UTF-8
1026Xindy izlandi nyelv
1027
1028%package -n xindy-italian
1029Summary: Xindy italian language
1030Summary(hu.UTF-8): Xindy olasz nyelv
1031Group: Applications/Publishing/TeX
1032
1033%description -n xindy-italian
1034Xindy italian language
1035
1036%description -n xindy-italian -l hu.UTF-8
1037Xindy olasz nyelv
1038
1039%package -n xindy-klingon
1040Summary: Xindy klingon language
1041Summary(hu.UTF-8): Xindy klingon nyelv
1042Group: Applications/Publishing/TeX
1043
1044%description -n xindy-klingon
1045Xindy klingon language
1046
1047%description -n xindy-klingon -l hu.UTF-8
1048Xindy klingon nyelv
1049
1050%package -n xindy-kurdish
1051Summary: Xindy kurdish language
1052Summary(hu.UTF-8): Xindy kurd nyelv
1053Group: Applications/Publishing/TeX
1054
1055%description -n xindy-kurdish
1056Xindy kurdish language
1057
1058%description -n xindy-kurdish -l hu.UTF-8
1059Xindy kurd nyelv
1060
1061%package -n xindy-latin
1062Summary: Xindy latin language
1063Summary(hu.UTF-8): Xindy latin nyelv
1064Group: Applications/Publishing/TeX
1065
1066%description -n xindy-latin
1067Xindy latin language
1068
1069%description -n xindy-latin -l hu.UTF-8
1070Xindy latin nyelv
1071
1072%package -n xindy-latvian
1073Summary: Xindy latvian language
1074Summary(hu.UTF-8): Xindy lett nyelv
1075Group: Applications/Publishing/TeX
1076
1077%description -n xindy-latvian
1078Xindy latvian language
1079
1080%description -n xindy-latvian -l hu.UTF-8
1081Xindy lett nyelv
1082
1083%package -n xindy-lithuanian
1084Summary: Xindy lithuanian language
1085Summary(hu.UTF-8): Xindy litván nyelv
1086Group: Applications/Publishing/TeX
1087
1088%description -n xindy-lithuanian
1089Xindy lithuanian language
1090
1091%description -n xindy-lithuanian -l hu.UTF-8
1092Xindy litván nyelv
1093
1094%package -n xindy-lower-sorbian
1095Summary: Xindy lower-sorbian language
1096Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1097Group: Applications/Publishing/TeX
1098
1099%description -n xindy-lower-sorbian
1100Xindy lower-sorbian language
1101
1102%description -n xindy-lower-sorbian -l hu.UTF-8
1103Xindy lower-sorbian nyelv
1104
1105%package -n xindy-macedonian
1106Summary: Xindy macedonian language
1107Summary(hu.UTF-8): Xindy macedón nyelv
1108Group: Applications/Publishing/TeX
1109
1110%description -n xindy-macedonian
1111Xindy macedonian language
1112
1113%description -n xindy-macedonian -l hu.UTF-8
1114Xindy macedón nyelv
1115
1116%package -n xindy-mongolian
1117Summary: Xindy mongolian language
1118Summary(hu.UTF-8): Xindy mongol nyelv
1119Group: Applications/Publishing/TeX
1120
1121%description -n xindy-mongolian
1122Xindy mongolian language
1123
1124%description -n xindy-mongolian -l hu.UTF-8
1125Xindy mongol nyelv
1126
1127%package -n xindy-norwegian
1128Summary: Xindy norwegian language
1129Summary(hu.UTF-8): Xindy norvég nyelv
1130Group: Applications/Publishing/TeX
1131
1132%description -n xindy-norwegian
1133Xindy norwegian language
1134
1135%description -n xindy-norwegian -l hu.UTF-8
1136Xindy norvég nyelv
1137
1138%package -n xindy-polish
1139Summary: Xindy polish language
1140Summary(hu.UTF-8): Xindy lengyel nyelv
1141Group: Applications/Publishing/TeX
1142
1143%description -n xindy-polish
1144Xindy polish language
1145
1146%description -n xindy-polish -l hu.UTF-8
1147Xindy lengyel nyelv
1148
1149%package -n xindy-portuguese
1150Summary: Xindy portuguese language
1151Summary(hu.UTF-8): Xindy portugál nyelv
1152Group: Applications/Publishing/TeX
1153
1154%description -n xindy-portuguese
1155Xindy portuguese language
1156
1157%description -n xindy-portuguese -l hu.UTF-8
1158Xindy portugál nyelv
1159
1160%package -n xindy-romanian
1161Summary: Xindy romanian language
1162Summary(hu.UTF-8): Xindy román nyelv
1163Group: Applications/Publishing/TeX
1164
1165%description -n xindy-romanian
1166Xindy romanian language
1167
1168%description -n xindy-romanian -l hu.UTF-8
1169Xindy román nyelv
1170
1171%package -n xindy-russian
1172Summary: Xindy russian language
1173Summary(hu.UTF-8): Xindy orosz nyelv
1174Group: Applications/Publishing/TeX
1175
1176%description -n xindy-russian
1177Xindy russian language
1178
1179%description -n xindy-russian -l hu.UTF-8
1180Xindy orosz nyelv
1181
1182%package -n xindy-serbian
1183Summary: Xindy serbian language
1184Summary(hu.UTF-8): Xindy szerb nyelv
1185Group: Applications/Publishing/TeX
1186
1187%description -n xindy-serbian
1188Xindy serbian language
1189
1190%description -n xindy-serbian -l hu.UTF-8
1191Xindy szerb nyelv
1192
1193%package -n xindy-slovak
1194Summary: Xindy slovak language
1195Summary(hu.UTF-8): Xindy szlovák nyelv
1196Group: Applications/Publishing/TeX
1197
1198%description -n xindy-slovak
1199Xindy slovak language
1200
1201%description -n xindy-slovak -l hu.UTF-8
1202Xindy szlovák nyelv
1203
1204%package -n xindy-slovenian
1205Summary: Xindy slovenian language
1206Summary(hu.UTF-8): Xindy szlovén nyelv
1207Group: Applications/Publishing/TeX
1208
1209%description -n xindy-slovenian
1210Xindy slovenian language
1211
1212%description -n xindy-slovenian -l hu.UTF-8
1213Xindy szlovén nyelv
1214
1215%package -n xindy-spanish
1216Summary: Xindy spanish language
1217Summary(hu.UTF-8): Xindy spanyol nyelv
1218Group: Applications/Publishing/TeX
1219
1220%description -n xindy-spanish
1221Xindy spanish language
1222
1223%description -n xindy-spanish -l hu.UTF-8
1224Xindy spanyol nyelv
1225
1226%package -n xindy-swedish
1227Summary: Xindy swedish language
1228Summary(hu.UTF-8): Xindy svéd nyelv
1229Group: Applications/Publishing/TeX
1230
1231%description -n xindy-swedish
1232Xindy swedish language
1233
1234%description -n xindy-swedish -l hu.UTF-8
1235Xindy svéd nyelv
1236
1237%package -n xindy-turkish
1238Summary: Xindy turkish language
1239Summary(hu.UTF-8): Xindy török nyelv
1240Group: Applications/Publishing/TeX
1241
1242%description -n xindy-turkish
1243Xindy turkish language
1244
1245%description -n xindy-turkish -l hu.UTF-8
1246Xindy török nyelv
1247
1248%package -n xindy-ukrainian
1249Summary: Xindy ukrainian language
1250Summary(hu.UTF-8): Xindy ukrán nyelv
1251Group: Applications/Publishing/TeX
1252
1253%description -n xindy-ukrainian
1254Xindy ukrainian language
1255
1256%description -n xindy-ukrainian -l hu.UTF-8
1257Xindy ukrán nyelv
1258
1259%package -n xindy-upper-sorbian
1260Summary: Xindy upper-sorbian language
1261Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1262Group: Applications/Publishing/TeX
1263
1264%description -n xindy-upper-sorbian
1265Xindy upper-sorbian language
1266
1267%description -n xindy-upper-sorbian -l hu.UTF-8
1268Xindy upper-sorbian nyelv
1269
1270%package -n xindy-vietnamese
1271Summary: Xindy vietnamese language
04123363 1272Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1273Group: Applications/Publishing/TeX
1274
1275%description -n xindy-vietnamese
1276Xindy vietnamese language
1277
1278%description -n xindy-vietnamese -l hu.UTF-8
1279Xindy vietnám nyelv
1280
1281
d08789e0
ZU
1282%package pdftex
1283Summary: TeX generating PDF files instead DVI
04123363 1284Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1285Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1286Group: Applications/Publishing/TeX
60597425 1287Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1288Requires: %{name} = %{epoch}:%{version}-%{release}
1289Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1290
1291%description pdftex
1292TeX generating PDF files instead DVI.
1293
1294%description pdftex -l pl.UTF-8
1295TeX generujący pliki PDF zamiast DVI.
1296
faa40f44
ZU
1297%package psutils
1298Summary: PostScript Utilities
1299Summary(hu.UTF-8): PostScript eszközök
1300Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1301Group: Applications/Printing
8affbd2c 1302Obsoletes: psutils
faa40f44
ZU
1303
1304%description psutils
1305This archive contains some utilities for manipulating PostScript
1306documents. Page selection and rearrangement are supported, including
1307arrangement into signatures for booklet printing, and page merging for
1308n-up printing.
1309
1310%description psutils -l hu.UTF-8
1311Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1312dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1313beleértve a booklet nyomtatáshoz való átrendezést is.
1314
1315%description psutils -l pl.UTF-8
1316PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1317wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1318także na łączenie różnych plików PostScript w całość.
faa40f44 1319
04123363
ZU
1320%package phyzzx
1321Summary: A TeX format for physicists
1322Summary(hu.UTF-8): TeX formátum fizikusoknak
1323Group: Applications/Publishing/TeX
1324Requires(post,postun): %{_bindir}/texhash
1325Requires: %{name} = %{epoch}:%{version}-%{release}
1326
1327%description phyzzx
1328A TeX format for physicists.
1329
1330%description phyzzx -l hu.UTF-8
1331TeX formátum fizikusoknak.
1332
d08789e0
ZU
1333%package omega
1334Summary: Extended unicode TeX
1335Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1336Group: Applications/Publishing/TeX
1337Requires(post,postun): %{_bindir}/texhash
1338Requires: %{name} = %{epoch}:%{version}-%{release}
1339Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1340Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1341
1342%description omega
1343Omega is a version of the TeX program modified for multilingual
1344typesetting. It uses unicode, and has additional primitives for (among
1345other things) bidirectional typesetting.
1346
1347%description omega -l pl.UTF-8
1348Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1349Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1350tekstu pisanego w obu kierunkach.
1351
1352# # formats #
1353
1354# Plain format.
1355
1356%package plain
1357Summary: Plain TeX format basic files
1358Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1359Group: Applications/Publishing/TeX
60597425 1360Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1361Requires: %{name} = %{epoch}:%{version}-%{release}
1362
1363%description plain
1364Plain TeX format basic files.
1365
1366%description plain -l pl.UTF-8
1367Podstawowe pliki dla formatu Plain TeX.
1368
1369%package format-plain
1370Summary: TeX Plain format
1371Summary(pl.UTF-8): Format TeX Plain
1372Group: Applications/Publishing/TeX
1373Requires(post,postun): %{_bindir}/texhash
1374Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1375
1376%description format-plain
1377TeX Plain format.
1378
1379%description format-plain -l pl.UTF-8
1380Format TeX Plain.
1381
1382%package format-pdftex
1383Summary: PDFTeX Plain format
1384Summary(pl.UTF-8): Format PDFTeX Plain
1385Group: Applications/Publishing/TeX
1386Requires(post,postun): %{_bindir}/texhash
1387Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1388Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1389# for epstopdf to work
1390Requires: fonts-Type1-urw
1391Requires: ghostscript
1392
1393%description format-pdftex
1394PDFTeX Plain format.
1395
1396%description format-pdftex -l pl.UTF-8
1397Format PDFTeX Plain.
1398
1399%package format-pdfetex
1400Summary: PDFTeX EPlain format
1401Summary(pl.UTF-8): Format PDFTeX EPlain
1402Group: Applications/Publishing/TeX
1403Requires(post,postun): %{_bindir}/texhash
1404Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1405Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1406
1407%description format-pdfetex
1408PDFTeX EPlain format.
1409
1410%description format-pdfetex -l pl.UTF-8
1411Format PDFTeX EPlain.
1412
1413# MeX Plain format
1414
1415%package mex
1416Summary: MeX Plain Format basic files
1417Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1418Group: Applications/Publishing/TeX
1419Requires(post,postun): %{_bindir}/texhash
1420Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1421Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1422Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1423
1424%description mex
1425MeX Plain Format basic files.
1426
1427%description mex -l pl.UTF-8
1428Podstawowe pliki dla formatu MeX Plain.
1429
1430%package format-mex
1431Summary: MeX Plain Format
1432Summary(pl.UTF-8): Format MeX Plain
1433Group: Applications/Publishing/TeX
1434Requires(post,postun): %{_bindir}/texhash
f6a96d15 1435Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1436
1437%description format-mex
1438MeX Plain Format.
1439
1440%description format-mex -l pl.UTF-8
1441Format MeX Plain.
1442
1443%package format-pdfmex
1444Summary: PDFMeX Plain Format
1445Summary(pl.UTF-8): Format PDFMeX Plain
1446Group: Applications/Publishing/TeX
1447Requires(post,postun): %{_bindir}/texhash
1448Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1449Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1450
1451%description format-pdfmex
1452PDFMeX Plain Format.
1453
1454%description format-pdfmex -l pl.UTF-8
1455Format PDFMeX Plain.
1456
1457%package format-utf8mex
1458Summary: MeX Plain Format with UTF-8 encoded source files
1459Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1460Group: Applications/Publishing/TeX
1461Requires(post,postun): %{_bindir}/texhash
1462Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1463
1464%description format-utf8mex
1465MeX Plain Format with UTF-8 encoded source files.
1466
1467%description format-utf8mex -l pl.UTF-8
1468Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1469
1470# AMS TeX format
1471
1472%package amstex
1473Summary: AMS macros for Plain TeX basic files
1474Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1475Group: Applications/Publishing/TeX
1476Requires(post,postun): %{_bindir}/texhash
1477Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1478Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1479Obsoletes: tetex-ams
1480Obsoletes: tetex-plain-amsfonts
1481
1482%description amstex
1483American Mathematical Society macros for Plain TeX basic files.
1484
1485%description amstex -l pl.UTF-8
1486Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1487Plain TeX.
1488
1489%package format-amstex
1490Summary: AMS macros for Plain TeX
1491Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1492Group: Applications/Publishing/TeX
1493Requires(post,postun): %{_bindir}/texhash
1494Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1495Obsoletes: tetex-ams
1496
1497%description format-amstex
1498American Mathematical Society macros for Plain TeX.
1499
1500%description format-amstex -l pl.UTF-8
1501Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1502
1503%package format-pdfamstex
1504Summary: AMS macros for PDFTeX
1505Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1506Group: Applications/Publishing/TeX
1507Requires(post,postun): %{_bindir}/texhash
1508Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1509Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1510
1511%description format-pdfamstex
1512American Mathematical Society macros for PDFTeX.
1513
1514%description format-pdfamstex -l pl.UTF-8
1515Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1516
1517# CSPlain format
1518
1519%package csplain
1520Summary: TeX CSPlain format basic files
1521Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1522Group: Applications/Publishing/TeX
1523Requires(post,postun): %{_bindir}/texhash
1524Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1525Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1526
1527%description csplain
1528TeX CSPlain format basic files.
1529
1530%description csplain -l pl.UTF-8
1531Podstawowe pliki dla formatu TeX CSPlain.
1532
1533%package format-csplain
1534Summary: TeX CSPlain format
1535Summary(pl.UTF-8): Format TeX CSPlain
1536Group: Applications/Publishing/TeX
1537Requires(post,postun): %{_bindir}/texhash
1538Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1539
1540%description format-csplain
1541TeX CSPlain format.
1542
1543%description format-csplain -l pl.UTF-8
1544Format TeX CSPlain.
1545
1546%package format-pdfcsplain
1547Summary: PDFTeX CSPlain format
1548Summary(pl.UTF-8): Format PDFTeX CSPlain
1549Group: Applications/Publishing/TeX
1550Requires(post,postun): %{_bindir}/texhash
1551Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1552
1553%description format-pdfcsplain
1554PDFTeX CSPlain format.
1555
1556%description format-pdfcsplain -l pl.UTF-8
1557Format PDFTeX CSPlain.
1558
1559# CSLaTeX format
1560
1561%package cslatex
1562Summary: CSLaTeX format basic files
1563Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1564Group: Applications/Publishing/TeX
1565Requires(post,postun): %{_bindir}/texhash
1566Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1567Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1568
1569%description cslatex
1570CSLaTeX format basic files.
1571
1572%description cslatex -l pl.UTF-8
1573Podstawowe pliki dla formatu CSLaTeX.
1574
1575%package format-cslatex
1576Summary: CSLaTeX format
1577Summary(pl.UTF-8): Format CSLaTeX
1578Group: Applications/Publishing/TeX
1579Requires(post,postun): %{_bindir}/texhash
1580Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1581
1582%description format-cslatex
1583CSLaTeX format.
1584
1585%description format-cslatex -l pl.UTF-8
1586Format CSLaTeX.
1587
1588%package format-pdfcslatex
1589Summary: PDF CSLaTeX format
1590Summary(pl.UTF-8): Format PDF CSLaTeX
1591Group: Applications/Publishing/TeX
1592Requires(post,postun): %{_bindir}/texhash
1593Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1594
1595%description format-pdfcslatex
1596PDF CSLaTeX format.
1597
1598%description format-pdfcslatex -l pl.UTF-8
1599Format PDF CSLaTeX.
1600
1601# Cyrillic Plain format
1602
1603%package cyrplain
1604Summary: Cyrillic Plain format basic files
1605Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1606Group: Applications/Publishing/TeX
1607Requires(post,postun): %{_bindir}/texhash
1608Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1609
1610%description cyrplain
1611Cyrillic Plain format basic files.
1612
1613%description cyrplain -l pl.UTF-8
1614Podstawowe pliki dla formatu Cyrillic Plain.
1615
1616%package format-cyrplain
1617Summary: Cyrillic Plain format
1618Summary(pl.UTF-8): Format Cyrillic Plain
1619Group: Applications/Publishing/TeX
1620Requires(post,postun): %{_bindir}/texhash
1621Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1622
1623%description format-cyrplain
1624Cyrillic Plain format.
1625
1626%description format-cyrplain -l pl.UTF-8
1627Format Cyrillic Plain.
1628
1629%package format-cyramstex
1630Summary: Cyrillic AMSTeX format
1631Summary(pl.UTF-8): Format Cyrillic AMSTeX
1632Group: Applications/Publishing/TeX
1633Requires(post,postun): %{_bindir}/texhash
1634Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1635Obsoletes: tetex-cyramstex
1636
1637%description format-cyramstex
1638Cyrillic AMSTeX format.
1639
1640%description format-cyramstex -l pl.UTF-8
1641Format Cyrillic AMSTeX.
1642
1643%package format-cyrtexinfo
1644Summary: Cyrillic TeXInfo format
1645Summary(pl.UTF-8): Format Cyrillic TeXInfo
1646Group: Applications/Publishing/TeX
1647Requires(post,postun): %{_bindir}/texhash
1648Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1649Obsoletes: tetex-cyrtexinfo
1650
1651%description format-cyrtexinfo
1652Cyrillic TeXInfo format.
1653
1654%description format-cyrtexinfo -l pl.UTF-8
1655Format Cyrillic TeXInfo.
1656
1657# EPlain format
1658
1659%package eplain
1660Summary: EPlain format basic files
1661Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1662Group: Applications/Publishing/TeX
1663Requires(post,postun): %{_bindir}/texhash
1664Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1665Obsoletes: tetex-etex
1666
1667%description eplain
1668EPlain format basic files.
1669
1670%description eplain -l pl.UTF-8
1671Podstawowe pliki dla formatu EPlain.
1672
1673%package format-eplain
1674Summary: EPlain format
1675Summary(pl.UTF-8): Format EPlain
1676Group: Applications/Publishing/TeX
1677Requires(post,postun): %{_bindir}/texhash
1678Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1679
1680%description format-eplain
1681EPlain format.
1682
1683%description format-eplain -l pl.UTF-8
1684Format EPlain.
1685
1686# ConTeXt format.
1687
1688%package context
1689Summary: ConTeXt macro package basic files
1690Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1691Group: Applications/Publishing/TeX
1692Requires(post,postun): %{_bindir}/texhash
1693Requires: %{name} = %{epoch}:%{version}-%{release}
1694Obsoletes: tetex-latex-context
1695
1696%define _noautoreq 'perl(path_tre)'
1697
1698%description context
1699A full featured, parameter driven macro package, which fully supports
1700advanced interactive documents.
1701
1702This package contains basic files.
1703
1704%description context -l pl.UTF-8
1705Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1706całkowicie obsługujący zaawansowane dokumenty interaktywne.
1707
1708Ten pakiet zawiera podstawowe pliki.
1709
1710%package format-context-de
1711Summary: German ConTeXt format
1712Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1713Group: Applications/Publishing/TeX
1714Requires(post,postun): %{_bindir}/texhash
1715Requires: %{name}-context = %{epoch}:%{version}-%{release}
1716
1717%description format-context-de
1718German ConTeXt format.
1719
1720%description format-context-de -l pl.UTF-8
1721Niemiecka wersja formatu ConTeXt.
1722
1723%package format-context-en
1724Summary: English ConTeXt format
1725Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1726Group: Applications/Publishing/TeX
1727Requires(post,postun): %{_bindir}/texhash
1728Requires: %{name}-context = %{epoch}:%{version}-%{release}
1729
1730%description format-context-en
1731English ConTeXt format.
1732
1733%description format-context-en -l pl.UTF-8
1734Angielska wersja formatu ConTeXt.
1735
1736%package format-context-nl
1737Summary: Dutch ConTeXt format
1738Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1739Group: Applications/Publishing/TeX
1740Requires(post,postun): %{_bindir}/texhash
1741Requires: %{name}-context = %{epoch}:%{version}-%{release}
1742
1743%description format-context-nl
1744Dutch ConTeXt format.
1745
1746%description format-context-nl -l pl.UTF-8
1747Holenderska wersja formatu ConTeXt.
1748
1749# LaTeX format.
1750
1751%package latex
1752Summary: LaTeX macro package basic files
1753Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1754Group: Applications/Publishing/TeX
60597425 1755Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1756Requires: %{name} = %{epoch}:%{version}-%{release}
1757Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1758Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1759Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1760# for misc/eurosym:
1761Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1762Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1763Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
e67df411 1764Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
5ff30b02 1765Suggests: %{name}-fonts-jknappen
fb2a8613 1766Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1767Obsoletes: tetex-bibtex-koma-script
1768Obsoletes: tetex-latex-SIunits
1769Obsoletes: tetex-latex-caption
1770Obsoletes: tetex-latex-curves
1771Obsoletes: tetex-latex-dinbrief
1772Obsoletes: tetex-latex-draftcopy
1773Obsoletes: tetex-latex-dvilj
1774Obsoletes: tetex-latex-eepic
1775Obsoletes: tetex-latex-endfloat
1776Obsoletes: tetex-latex-fancyhdr
1777Obsoletes: tetex-latex-fancyheadings
1778Obsoletes: tetex-latex-fancyvrb
1779Obsoletes: tetex-latex-fp
1780Obsoletes: tetex-latex-graphics
1781Obsoletes: tetex-latex-hyperref
1782Obsoletes: tetex-latex-koma-script
1783Obsoletes: tetex-latex-labels
1784Obsoletes: tetex-latex-listings
1785Obsoletes: tetex-latex-misc
1786Obsoletes: tetex-latex-ms
1787Obsoletes: tetex-latex-multirow
1788Obsoletes: tetex-latex-mwcls
1789Obsoletes: tetex-latex-mwdtools
1790Obsoletes: tetex-latex-natbib
1791Obsoletes: tetex-latex-ntgclass
1792Obsoletes: tetex-latex-oberdiek
1793Obsoletes: tetex-latex-pb-diagram
188cb15d 1794Obsoletes: tetex-latex-pstricks
d08789e0
ZU
1795Obsoletes: tetex-latex-revtex4
1796Obsoletes: tetex-latex-seminar
1797Obsoletes: tetex-latex-t2
1798Obsoletes: tetex-latex-titlesec
1799Obsoletes: tetex-latex-tools
1800Obsoletes: tetex-latex-units
1801Obsoletes: tetex-mwcls
1802Obsoletes: tetex-revtex4
1803
1804%description latex
1805LaTeX is a front end for the TeX text formatting system. Easier to use
1806than TeX, LaTeX is essentially a set of TeX macros which provide
1807convenient, predefined document formats for users.
1808
1809This package contains basic files.
1810
1811%description latex -l pl.UTF-8
1812LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1813łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1814dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1815
1816Ten pakiet zawiera podstawowe pliki.
1817
6c82f497
ZU
1818%package latex-12many
1819Summary: Generalising mathematical index sets
1820Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1821Group: Applications/Publishing/TeX
6c82f497 1822Requires(post,postun): %{_bindir}/texhash
b4d68b39 1823Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1824
1825%description latex-12many
1826Generalising mathematical index sets.
1827
1828%description latex-12many -l hu.UTF-8
1829A matematikai halmazok indexelésének általánosítása.
1830
a8b381b0
ZU
1831%package latex-abstract
1832Summary: Control the typesetting of the abstract environment
1833Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1834Group: Applications/Publishing/TeX
fe66da27 1835Requires(post,postun): %{_bindir}/texhash
b4d68b39 1836Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1837
1838%description latex-abstract
1839Control the typesetting of the abstract environment.
1840
1841%description latex-abstract -l hu.UTF-8
1842Az "abstract" környezet szedésének irányítása.
1843
f1f5d194
ZU
1844%package latex-accfonts
1845Summary: Utilities to derive new fonts from existing ones
1846Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1847Group: Applications/Publishing/TeX
1848Requires(post,postun): %{_bindir}/texhash
1849
1850%description latex-accfonts
1851Utilities to derive new fonts from existing ones.
1852
1853%description latex-accfonts -l hu.UTF-8
1854Eszközök új betűtípusok származtatására már létezőkből.
1855
e88b5dcf
ZU
1856%package latex-adrconv
1857Summary: BibTeX styles to implement an address database
1858Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1859Group: Applications/Publishing/TeX
2fede27b 1860Requires(post,postun): %{_bindir}/texhash
78d53d8c 1861Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1862
1863%description latex-adrconv
1864BibTeX styles to implement an address database.
1865
1866%description latex-adrconv -l hu.UTF-8
1867BibTeX stílusok cím-adatbázis megvalósításához.
1868
1869
d08789e0
ZU
1870%package latex-ae
1871Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1872Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1873Group: Applications/Publishing/TeX
1874Requires(post,postun): %{_bindir}/texhash
1875Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1876Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1877
1878%description latex-ae
1879A set of virtual fonts which emulates T1 coded fonts using the
1880standard CM fonts. The package is called AE fonts (for Almost
1881European). The main use of the package is to produce PDF files using
1882versions of the CM fonts instead of the bitmapped EC fonts.
1883
1884%description latex-ae -l pl.UTF-8
1885Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1886standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1887- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1888 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1889 bitmapowych fontów EC.
1890
1891%package latex-algorithms
1892Summary: Floating algorithm environment
1893Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1894Group: Applications/Publishing/TeX
1895Requires(post,postun): /usr/bin/texhash
1896Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1897
1898%description latex-algorithms
1899Defines a floating algorithm environment designed to work with the
1900algorithmic package.
1901
1902%description latex-algorithms -l pl.UTF-8
1903Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1904do pracy z pakietem algorithmic.
1905
1906%package latex-ams
1907Summary: AMS math facilities for LaTeX
1908Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1909Group: Applications/Publishing/TeX
1910Requires(post,postun): %{_bindir}/texhash
1911Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1912Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1913Obsoletes: tetex-latex-amscls
1914Obsoletes: tetex-latex-amsfonts
1915Obsoletes: tetex-latex-amsmath
1916
1917%description latex-ams
1918This package is the principal package in the AMS-LaTeX distribution.
1919It adapts for use in LaTeX most of the mathematical features found in
1920AMS-TeX.
1921
1922%description latex-ams -l pl.UTF-8
1923To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
1924możliwości matematycznych AMS-TeXa do używania w LaTeXu.
1925
1926%package latex-antp
1927Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
1928Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
1929Group: Applications/Publishing/TeX
1930Requires(post,postun): %{_bindir}/texhash
1931Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
1932Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1933
1934%description latex-antp
1935A replica of Antykwa Poltawskiego font in PostScript Type 1 format
1936- -- preliminary version. This font was designed in the 'twenties and
1937 the 'thirties of XX century by a Polish graphic artist and a
1938 typographer Adam Poltawski. It was widely used by Polish printing
1939 houses as long as metal types were in use (until ca the 'sixties).
1940 Perhaps the first complete font family programmed and parametrized in
1941 METAPOST.
1942
1943%description latex-antp -l pl.UTF-8
1944Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
1945PostScript Type 1. Ten krój został opracowany w latach 30-tych i
194640-tych XX wieku przez polskiego grafika i typografa Adama
1947Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
1948używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
1949kompletna rodzina fontów zaprogramowana i zparametryzowana w
1950METAPOSCIE.
1951
1952%package latex-antt
1953Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
1954Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
1955Group: Applications/Publishing/TeX
1956Requires(post,postun): %{_bindir}/texhash
1957Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
1958Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1959
1960%description latex-antt
1961Antykwa Torunska is a serif font designed by the late Polish
1962typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
19631.
1964
1965%description latex-antt -l pl.UTF-8
1966Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
1967typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
1968postać cyfrową jako Type 1.
1969
e88b5dcf
ZU
1970%package latex-appendix
1971Summary: Extra control of appendices
1972Summary(hu.UTF-8): Az appendixek nagyobb irányítása
1973Group: Applications/Publishing/TeX
1974Requires(post,postun): %{_bindir}/texhash
78d53d8c 1975Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1976
1977%description latex-appendix
1978Extra control of appendices.
1979
1980%description latex-appendix -l hu.UTF-8
1981Az appendixek nagyobb irányítása.
1982
b4d68b39
ZU
1983%package latex-backgammon
1984Summary: LaTeX package to documenting backgammon games
1985Summary(hu.UTF-8): LaTeX csomag backgammon játékok dokumentálására
1986Group: Applications/Publishing/TeX
1987Requires(post,postun): %{_bindir}/texhash
1988Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1989
1990%description latex-backgammon
1991LaTeX package to documenting backgammon games.
1992
1993%description latex-backgammon -l hu.UTF-8
1994LaTeX csomag backgammon játékok dokumentálására
1995
d08789e0
ZU
1996%package latex-bbm
1997Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
1998Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
1999Group: Applications/Publishing/TeX
2000Requires(post,postun): %{_bindir}/texhash
2001Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2002Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2003
2004%description latex-bbm
2005Blackboard variant fonts for Computer Modern, with LaTeX support.
2006
2007%description latex-bbm -l pl.UTF-8
2008Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2009
6c82f497
ZU
2010%package latex-bardiag
2011Summary: LateX package for drawing bar diagrams
2012Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
2013Group: Applications/Publishing/TeX
2014Requires(post,postun): %{_bindir}/texhash
2015
2016%description latex-bardiag
2017LateX package for drawing bar diagrams.
2018
2019%description latex-bardiag -l hu.UTF-8
2020LaTeX csomag oszlopdiagramok rajzolására.
2021
d08789e0
ZU
2022%package latex-bbold
2023Summary: Sans serif blackboard bold for LaTeX
2024Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2025Group: Applications/Publishing/TeX
2026Requires(post,postun): %{_bindir}/texhash
2027Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2028Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2029
2030%description latex-bbold
2031A geometric sans serif blackboard bold font, for use in mathematics.
2032
2033%description latex-bbold -l pl.UTF-8
2034Geometryczny tablicowy tłusty font sans serif, do używania w
2035matematyce.
2036
2037%package latex-bibtex
2038Summary: Bibliography management for LaTeX
2039Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2040Group: Applications/Publishing/TeX
2041Requires(post,postun): %{_bindir}/texhash
2042Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2043Obsoletes: tetex-bibtex
2044Obsoletes: tetex-natbib
2045Obsoletes: tetex-rubibtex
2046
2047%description latex-bibtex
2048Bibliography management for LaTeX.
2049
2050%description latex-bibtex -l pl.UTF-8
2051Zarządzanie bibliografią dla LaTeXa.
2052
b4d68b39
ZU
2053%package latex-beamer
2054Summary: A LaTeX class for producing presentations and slides
2055Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2056Group: Applications/Publishing/TeX
2057Requires(post,postun): %{_bindir}/texhash
2058Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2059
2060%description latex-beamer
2061A LaTeX class for producing presentations and slides.
2062
2063%description latex-beamer -l hu.UTF-8
2064LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2065
2fede27b
ZU
2066%package latex-bezos
2067Summary: Packages by Javier Bezos (additional math tools)
2068Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2069Group: Applications/Publishing/TeX
2070Requires(post,postun): %{_bindir}/texhash
78d53d8c 2071Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2072
2073%description latex-bezos
2074Packages by Javier Bezos (additional math tools).
2075
2076%description latex-bezos
2077Javier Bezos csomagjai (további matematikai eszközök).
2078
d08789e0
ZU
2079%package latex-bibtex-ams
2080Summary: BibTeX style files for American Mathematical Society publications
2081Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2082Group: Applications/Publishing/TeX
2083Requires(post,postun): %{_bindir}/texhash
2084Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2085Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2086Obsoletes: tetex-bibtex-ams
2087
2088%description latex-bibtex-ams
2089BibTeX style files for American Mathematical Society publications.
2090
2091%description latex-bibtex-ams -l pl.UTF-8
2092Pliki stylów BibTeXa do publikacji American Mathematical Society.
2093
2094%package latex-bibtex-dk
2095Summary: Danish variants of the standard BibTeX styles
2096Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2097Group: Applications/Publishing/TeX
2098Requires(post,postun): /usr/bin/texhash
2099Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2100
2101%description latex-bibtex-dk
2102Dk-bib is a translation of the four standard BibTeX style files
2103(abbrv, alpha, plain and unsrt) into Danish. The files have been
2104extended with ISBN, ISSN and URL fields which can be enabled through a
2105LaTeX style file.
2106
2107%description latex-bibtex-dk -l pl.UTF-8
2108Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2109(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2110rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2111stylu LaTeXa.
2112
2113%package latex-bibtex-nor
2114Summary: Norwegian variants of the standard BibTeX styles
2115Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2116Group: Applications/Publishing/TeX
2117Requires(post,postun): /usr/bin/texhash
2118Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2119
2120%description latex-bibtex-nor
2121Norwegian variants of the standard BibTeX styles.
2122
2123%description latex-bibtex-nor -l pl.UTF-8
2124Norweskie warianty standardowych stylów BibTeXa.
2125
2126%package latex-bibtex-pl
2127Summary: Polish bibliography management for LaTeX
2128Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2129Group: Applications/Publishing/TeX
2130Requires(post,postun): %{_bindir}/texhash
2131Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2132Obsoletes: tetex-bibtex-plbib
2133
2134%description latex-bibtex-pl
2135Polish bibliography management for LaTeX.
2136
2137%description latex-bibtex-pl -l pl.UTF-8
2138Polska wersja zarządzania bibliografią dla LaTeXa.
2139
2140%package latex-bibtex-german
2141Summary: German variants of standard BibTeX styles
2142Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2143Group: Applications/Publishing/TeX
2144Requires(post,postun): %{_bindir}/texhash
2145Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2146Obsoletes: tetex-bibtex-germbib
2147
2148%description latex-bibtex-german
2149German variants of standard BibTeX styles.
2150
2151%description latex-bibtex-german -l pl.UTF-8
2152Niemieckie wersje standardowych stylów BibTeXa.
2153
2154%package latex-bibtex-revtex4
2155Summary: BibTeX styles for REVTeX4
2156Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2157Group: Applications/Publishing/TeX
2158Requires(post,postun): %{_bindir}/texhash
2159Requires: %{name} = %{epoch}:%{version}-%{release}
2160Obsoletes: tetex-bibtex-revtex4
2161
2162%description latex-bibtex-revtex4
2163BibTeX styles for REVTeX4.
2164
2165%description latex-bibtex-revtex4 -l pl.UTF-8
2166Style BibTeXa dla REVTeX4.
2167
2168%package latex-bibtex-jurabib
2169Summary: Extended BibTeX citation support for the humanities and legal texts
2170Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2171Group: Applications/Publishing/TeX
2172Requires(post,postun): %{_bindir}/texhash
2173Requires: %{name} = %{epoch}:%{version}-%{release}
2174Obsoletes: tetex-bibtex-jurabib
2175
2176%description latex-bibtex-jurabib
2177Extended BibTeX citation support for the humanities and legal texts.
2178
2179%description latex-bibtex-jurabib -l pl.UTF-8
2180Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2181prawniczych.
2182
33b3b483
ZU
2183%package latex-bibtex-styles
2184Summary: Various BibTeX styles
2185Summary(hu.UTF-8): Vegyes BibTeX stílusok
2186Group: Applications/Publishing/TeX
2187Requires(post,postun): %{_bindir}/texhash
2188Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2189
2190%description latex-bibtex-styles
2191Various BibTeX styles.
2192
2193%description latex-bibtex-styles -l hu.UTF-8
2194Vegyes BibTeX stílusok.
2195
435dbdfa
ZU
2196%package latex-bibtex-vancouver
2197Summary: Bibliographic style file for Biomedical Journals
b5f33174 2198Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2199Group: Applications/Publishing/TeX
435dbdfa 2200Requires(post,postun): %{_bindir}/texhash
33b3b483 2201Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2202
b5f33174 2203%description latex-bibtex-vancouver
435dbdfa 2204Bibliographic style file for Biomedical Journals.
2fede27b 2205
b5f33174
ZU
2206%description latex-bibtex-vancouver -l hu.UTF-8
2207Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2208
2fede27b
ZU
2209%package latex-booktabs
2210Summary: Publication quality tables in LaTeX
2211Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2212Group: Applications/Publishing/TeX
2213Requires(post,postun): %{_bindir}/texhash
78d53d8c 2214Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2215
2216%description latex-booktabs
2217Publication quality tables in LaTeX.
2218
2219%description latex-booktabs -l hu.UTF-8
2220Nyomdai minőségű táblázatok LaTeX-ben.
2221
2222
2223%package latex-caption
2224Summary: Customising captions in floating environments
2225Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2226Group: Applications/Publishing/TeX
2227Requires(post,postun): %{_bindir}/texhash
78d53d8c 2228Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2229
2230%description latex-caption
2231Customising captions in floating environments.
2232
2233%description latex-caption -l hu.UTF-8
2234Feliratok testreszabása úszó környezetekben.
2235
d08789e0
ZU
2236%package latex-carlisle
2237Summary: Miscellaneous small packages by David Carlisle
2238Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2239Group: Applications/Publishing/TeX
2240Requires(post,postun): %{_bindir}/texhash
2241Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2242
2243%description latex-carlisle
2244Miscellaneous small packages by David Carlisle.
2245
2246%description latex-carlisle -l pl.UTF-8
2247Różne małe pakiety autorstwa Davida Carlisle.
2248
2249%package latex-ccfonts
2250Summary: Support for Concrete text and math fonts in LaTeX
2251Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2252Group: Applications/Publishing/TeX
2253Requires(post,postun): %{_bindir}/texhash
2254Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2255
2256%description latex-ccfonts
2257LaTeX font definition files for the Concrete fonts and a LaTeX package
2258for typesetting documents using Concrete as the default font family.
2259The files support OT1, T1, TS1, and Concrete math including AMS fonts
2260(Ulrik Vieth's concmath).
2261
2262%description latex-ccfonts -l pl.UTF-8
2263Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2264LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2265rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2266Concrete wraz z AMS (concmath Ulrika Vietha).
2267
2268%package latex-cite
2269Summary: Supports compressed, sorted lists of numerical citations
2270Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2271Group: Applications/Publishing/TeX
2272Requires(post,postun): %{_bindir}/texhash
2273Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2274
2275%description latex-cite
2276Supports compressed, sorted lists of numerical citations.
2277
2278%description latex-cite -l pl.UTF-8
2279Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2280
2281%package latex-cmbright
2282Summary: Support for CM Bright fonts in LaTeX
2283Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2284Group: Applications/Publishing/TeX
2285Requires(post,postun): %{_bindir}/texhash
2286Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2287Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2288
2289%description latex-cmbright
2290A family of sans serif fonts for TeX and LaTeX, based on Donald
2291Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2292various shapes as well as all the fonts necessary for mathematical
2293typesetting, incl. AMS symbols. This collection provides all the
2294necessary files for using the fonts with LaTeX.
2295
2296%description latex-cmbright -l pl.UTF-8
2297Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2298Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2299kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2300symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2301używania fontów w LaTeXu.
2302
2fede27b
ZU
2303%package latex-comment
2304Summary: Selectively include/excludes portions of text
2305Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2306Group: Applications/Publishing/TeX
2307Requires(post,postun): %{_bindir}/texhash
78d53d8c 2308Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2309
2310%description latex-comment
2311Selectively include/excludes portions of text.
2312
2313%description latex-comment -l hu.UTF-8
2314A szöveg részeinek beillesztése/kihagyása.
2315
d08789e0
ZU
2316%package latex-concmath
2317Summary: LaTeX package and font definition files to access the Concrete math fonts
2318Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2319Group: Applications/Publishing/TeX
2320Requires(post,postun): %{_bindir}/texhash
2321Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2322Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2323
2324%description latex-concmath
2325LaTeX package and font definition files to access the Concrete math
2326fonts, which were derived from Computer Modern math fonts using
2327parameters from Concrete Roman text fonts.
2328
2329%description latex-concmath -l pl.UTF-8
2330Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2331matematyczne Concrete wywodzące się z fontów matematycznych Computer
2332Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2333Roman.
2334
2fede27b
ZU
2335%package latex-currvita
2336Summary: Typeset a curriculum vitae
2337Summary(hu.UTF-8): Önéletrajzok írása
2338Group: Applications/Publishing/TeX
2339Requires(post,postun): %{_bindir}/texhash
78d53d8c 2340Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2341
2342%description latex-currvita
2343Typeset a curriculum vitae.
2344
2345%description latex-currvita -l hu.UTF-8
2346Önéletrajzok írása.
2347
2348%package latex-curves
2349Summary: Curves for LaTeX picture environment
2350Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2351Group: Applications/Publishing/TeX
2352Requires(post,postun): %{_bindir}/texhash
78d53d8c 2353Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2354
2355%description latex-curves
2356Curves for LaTeX picture environment.
2357
2358%description latex-curves -l hu.UTF-8
2359Görbék LaTeX picture környezetébe.
2360
d08789e0
ZU
2361%package latex-custom-bib
2362Summary: Customized BibTeX styles for LaTeX
2363Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2364Group: Applications/Publishing/TeX
2365Requires(post,postun): %{_bindir}/texhash
2366Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2367
2368%description latex-custom-bib
2369Package generating customized BibTeX bibliography styles from a
2370generic file using docstrip. Includes support for the Harvard style.
2371
2372%description latex-custom-bib -l pl.UTF-8
2373Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2374pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2375
2376%package latex-cyrillic
2377Summary: LaTeX Cyrillic support
2378Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2379Group: Applications/Publishing/TeX
2380Requires(post,postun): %{_bindir}/texhash
2381Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2382
2383%description latex-cyrillic
2384LaTeX Cyrillic support.
2385
2386%description latex-cyrillic -l pl.UTF-8
2387Obsługa cyrylicy dla LaTeXa.
2388
b280f158
ZU
2389%package latex-dstroke
2390Summary: LaTeX doublestroke font
2391Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2392Group: Applications/Publishing/TeX
2393Requires(post,postun): %{_bindir}/texhash
2394Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2395Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2396
2397%description latex-dstroke
2398Doublestroke font for typesetting the mathematical symbols for the
2399natural numbers, whole numbers, rational numbers, real numbers and
2400complex numbers.
2401
2402%description latex-dstroke -l pl.UTF-8
2403Podwójnie kreślony font do składania symboli matematycznych liczb
2404naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2405
60597425
ZU
2406%package latex-enumitem
2407Summary: A package to customize the three basic lists
2408Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2409Group: Applications/Publishing/TeX
2410Requires(post,postun): %{_bindir}/texhash
78d53d8c 2411Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2412
2413%description latex-enumitem
2414A package to customize the three basic lists (enumerate, itemize and
2415description).
2416
2417%description latex-enumitem
2418Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2419(enumerate, itemize, description).
2420
2b453bda
ZU
2421%package latex-exam
2422Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2423Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2424Group: Applications/Publishing/TeX
fe66da27 2425Requires(post,postun): %{_bindir}/texhash
78d53d8c 2426Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2427
2428%description latex-exam
2429The exam document class attempts to make it easy for even a LaTeX
2430novice to prepare exams.
2431
2432%description latex-exam -l hu.UTF-8
2433Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2434feladatsorok készítése.
2435
f1f5d194
ZU
2436%package latex-gbrief
2437Summary: Letter document class
2438Summary(hu.UTF-8): Levél dokumentumosztály
2439Group: Applications/Publishing/TeX
2440Requires(post,postun): %{_bindir}/texhash
2441Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2442
2443%description latex-gbrief
2444Letter document class.
2445
2446%description latex-gbrief -l hu.UTF-8
2447Levél dokumentumosztály.
2448
2b453bda 2449
d08789e0
ZU
2450%package latex-jknappen
2451Summary: Miscellaneous packages by Joerg Knappen
2452Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2453Group: Applications/Publishing/TeX
2454Requires(post,postun): %{_bindir}/texhash
2455Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2456Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2457
2458%description latex-jknappen
2459Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2460Knappen, including sgmlcmpt.
2461
2462%description latex-jknappen -l pl.UTF-8
2463Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2464Knappena. Zawiera sgmlcmpt.
2465
d19eaaab
ZU
2466%package latex-keystroke
2467Summary: Graphical representation of keys on keyboard
2468Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2469Group: Applications/Publishing/TeX
2470Requires(post,postun): %{_bindir}/texhash
2471Requires: %{name}-latex
2472
2473%description latex-keystroke
2474Graphical representation of keys on keyboard.
2475
2476%description latex-keystroke -l hu.UTF-8
2477A billentyűk grafikus megjelenítése.
2478
2479
2480%package latex-labbook
2481Summary: Typeset laboratory journals
2482Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2483Group: Applications/Publishing/TeX
2484Requires(post,postun): %{_bindir}/texhash
2485Requires: %{name}-latex
2486
2487%description latex-labbook
2488Typeset laboratory journals.
2489
2490%description latex-labbook -l hu.UTF-8
2491Laborjegyzőkönyvek szedése.
2492
2493%package latex-lcd
2494Summary: Alphanumerical LCD-style displays
f65b3398 2495Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2496Group: Applications/Publishing/TeX
2497Requires(post,postun): %{_bindir}/texhash
2498Requires: %{name}-latex
2499
2500%description latex-lcd
2501Alphanumerical LCD-style displays.
2502
2503%description latex-lcd -l hu.UTF-8
f65b3398 2504Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2505
2506%package latex-leaflet
2507Summary: Create small handouts (flyers)
2508Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2509Group: Applications/Publishing/TeX
2510Requires(post,postun): %{_bindir}/texhash
2511Requires: %{name}-latex
2512
2513%description latex-leaflet
2514Create small handouts (flyers).
2515
2516%description latex-leaflet -l hu.UTF-8
2517Kis "kézikönyvek" készítése (brossúrák).
2518
f1f5d194
ZU
2519%package latex-leftidx
2520Summary: Left and right subscripts and superscripts in math mode
2521Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2522Group: Applications/Publishing/TeX
2523Requires(post,postun): %{_bindir}/texhash
2524Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2525
7b6c7caa
ZU
2526%description latex-leftidx
2527Left and right subscripts and superscripts in math mode.
2528
2529%description latex-leftidx -l hu.UTF-8
2530Bal és jobboldali alsó és felső indexek matematikai módban.
2531
d19eaaab
ZU
2532
2533%package latex-lewis
2534Summary: Draw Lewis structures (chemistry)
2535Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2536Group: Applications/Publishing/TeX
2537Requires(post,postun): %{_bindir}/texhash
2538Requires: %{name}-latex
2539
2540%description latex-lewis
2541Draw Lewis structures (chemistry).
2542
2543%description latex-lewis -l hu.UTF-8
2544Lewis struktúrák készítése (kémia).
2545
d08789e0
ZU
2546%package latex-lm
2547Summary: LaTeX styles for Latin Modern family fonts
2548Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2549Group: Applications/Publishing/TeX
2550Requires(post,postun): /usr/bin/texhash
2551Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2552Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2553
2554%description latex-lm
2555Latin Modern family of fonts, based on the Computer Modern fonts
2556released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2557lot of additional characters, mainly accented ones, but not only.
2558There is a one set of PostScript fonts and four sets of TeX Font
2559Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2560encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2561Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2562potential user knows what to do with all these files. The author is
2563Boguslaw Jackowski.
2564
2565%description latex-lm -l pl.UTF-8
2566Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2567przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2568Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2569Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2570Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2571QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2572(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2573(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2574tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2575
a8b381b0
ZU
2576%package latex-lastpage
2577Summary: Reference last page for "Page N of M" type footers
2578Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2579Group: Applications/Publishing/TeX
fe66da27 2580Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2581
2582%description latex-lastpage
2583Reference last page for Page N of M type footers.
2584
2585%description latex-lastpage -l hu.UTF-8
2586Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2587
d08789e0
ZU
2588%package latex-lineno
2589Summary: Line numbers on paragraphs
2590Summary(pl.UTF-8): Numery linii dla paragrafów
2591Group: Applications/Publishing/TeX
2592Requires(post,postun): /usr/bin/texhash
2593Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2594
2595%description latex-lineno
2596The LaTeX package lineno.sty provides line numbers on paragraphs.
2597After TeX has broken a paragraph into lines there will be line numbers
2598attached to them, with the possibility to make references through the
2599LaTeX \ref, \pageref cross reference mechanism.
2600
2601%description latex-lineno -l pl.UTF-8
2602Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2603paragrafu na linie przez TeXa do linii dołączane są ich numery z
2604możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2605\ref i \pageref.
2606
d19eaaab
ZU
2607
2608%package latex-mathexam
2609Summary: Package for typesetting exams
2610Summary(hu.UTF-8): Vizsgák szedése
2611Group: Applications/Publishing/TeX
2612Requires(post,postun): %{_bindir}/texhash
2613Requires: %{name}-latex
2614
2615%description latex-mathexam
2616Package for typesetting exams.
2617
2618%description latex-mathexam -l hu.UTF-8
2619Vizsgák szedése.
2620
d08789e0
ZU
2621%package latex-microtype
2622Summary: An interface to the micro-typographic extensions of pdfTeX
2623Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2624Group: Applications/Publishing/TeX
2625Requires(post,postun): /usr/bin/texhash
2626Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2627
2628%description latex-microtype
2629The `microtype' package provides a LaTeX interface to pdfTeX's
2630micro-typographic extensions: character protrusion and font expansion.
2631It allows to restrict character protrusion and/or font expansion to a
2632definable set of fonts, and to configure micro-typographic aspects of
2633the fonts in a straight-forward and flexible way. Settings for various
2634fonts are provided.
2635
2636%description latex-microtype -l pl.UTF-8
2637Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2638mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2639Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2640określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2641aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2642dla różnych fontów.
2643
8ed039e0
ZU
2644%package latex-musictex
2645Summary: Typesetting music with TeX
2646Summary(hu.UTF-8): Zenék szedése TeX-hel
2647Group: Applications/Publishing/TeX
2648Requires(post,postun): %{_bindir}/texhash
2649Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2650
2651%description latex-musictex
2652Typesetting music with TeX.
2653
2654%description latex-musictex -l hu.UTF-8
2655Zenék szedése TeX-hel.
2656
d08789e0
ZU
2657%package latex-lucidabr
2658Summary: Package to make Lucida Bright fonts usable with LaTeX
2659Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2660Group: Applications/Publishing/TeX
2661Requires(post,postun): %{_bindir}/texhash
2662Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2663
2664%description latex-lucidabr
2665Package to make Lucida Bright fonts usable with LaTeX.
2666
2667%description latex-lucidabr -l pl.UTF-8
2668Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2669
2670%package latex-marvosym
2671Summary: Styles for Martin Vogel's Symbol (marvosym) font
2672Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
2673Group: Applications/Publishing/TeX
2674Requires(post,postun): /usr/bin/texhash
2675Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2676Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2677
2678%description latex-marvosym
2679Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2680currency symbol as defined by the European commission; Euro currency
2681symbols in typefaces Times, Helvetica and Courier; Symbols for
2682structural engineering; Symbols for steel cross-sections; Astronomy
2683signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2684symbols; CE sign and others.
2685
2686%description latex-marvosym -l pl.UTF-8
2687Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2688waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2689krojach Times, Helvetica i Courier; symbole do inżynierii
2690strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2691(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2692CE i inne.
2693
2694%package latex-mathpple
2695Summary: Use PostScript Palatino for typesetting maths
2696Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2697Group: Applications/Publishing/TeX
2698Requires(post,postun): %{_bindir}/texhash
2699Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2700Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2701
2702%description latex-mathpple
2703The package defines the PostScript font family `Palatino' (ppl) as the
2704default roman font and then uses the `mathpple' fonts for typesetting
2705math. These virtual fonts have been created for typesetting math in a
2706style that suits the Palatino text fonts. The AMS fonts, when used
2707additionally, will be scaled to fit Palatino.
2708
2709%description latex-mathpple -l pl.UTF-8
2710Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2711domyślny font roman i używa fontów mathpple do składania wzorów
2712matematycznych. Te wirtualne fonty zostały stworzone do składania
2713wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2714Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2715pasować do Palatino.
2716
2717%package latex-mathtime
2718Summary: Mathtime fonts for LaTeX
2719Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
2720Group: Applications/Publishing/TeX
2721Requires(post,postun): %{_bindir}/texhash
2722Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2723
2724%description latex-mathtime
2725The Mathtime fonts have a number of characters remapped to positions
2726different from the ones normally used by the corresponding TeX
2727CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2728style files use the Times Roman font (often called something like:
2729ptmr or ptmr7t or ptmrq).
2730
2731%description latex-mathtime -l pl.UTF-8
2732Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2733różniące się od tych normalnie używanych w odpowiadających im TeXowych
2734fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2735używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2736ptmrq).
2737
2738%package latex-mflogo
2739Summary: LaTeX support for MetaFont and logo fonts
2740Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
2741Group: Applications/Publishing/TeX
2742Requires(post,postun): %{_bindir}/texhash
2743Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2744Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2745
2746%description latex-mflogo
2747LaTeX package and font definition file to access the Knuthian `logo'
2748fonts described in `The MetaFontbook' and the MetaFont and logos in
2749LaTeX documents.
2750
2751%description latex-mflogo -l pl.UTF-8
2752Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2753opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2754LaTeXa.
2755
2756%package latex-mfnfss
2757Summary: Font description files to use extra fonts like yinit and ygoth
2758Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2759Group: Applications/Publishing/TeX
2760Requires(post,postun): %{_bindir}/texhash
2761Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2762
2763%description latex-mfnfss
2764Font description files to use extra fonts like yinit and ygoth.
2765
2766%description latex-mfnfss -l pl.UTF-8
2767Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2768
2769%package latex-minitoc
2770Summary: Produce a table of contents for each chapter
2771Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
2772Group: Applications/Publishing/TeX
2773Requires(post,postun): %{_bindir}/texhash
2774Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2775
2776%description latex-minitoc
2777Produce a table of contents for each chapter.
2778
2779%description latex-minitoc -l pl.UTF-8
2780Tworzenie spisów treści dla każdego rozdziału.
2781
2782%package latex-mltex
2783Summary: Support for MLTeX
2784Summary(pl.UTF-8): Wsparcie dla MLTeXa
2785Group: Applications/Publishing/TeX
2786Requires(post,postun): %{_bindir}/texhash
2787Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2788
2789%description latex-mltex
2790Support for MLTeX, the multilingual TeX extension from Michael J.
2791Ferguson.
2792
2793%description latex-mltex -l pl.UTF-8
2794Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2795autorstwa Michaela J. Fergusona.
2796
d34bfb7f
ZU
2797%package latex-multienum
2798Summary: Multi-column enumerated lists
2799Summary(hu.UTF-8): Többoszlopos számozott listák
2800Group: Applications/Publishing/TeX
2801Requires(post,postun): %{_bindir}/texhash
2802Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2803
2804%description latex-multienum
2805Multi-column enumerated lists.
2806
2807%description latex-multienum -l hu.UTF-8
2808Többoszlopos számozott listák.
2809
f1f5d194
ZU
2810
2811%package latex-moreverb
2812Summary: Extended verbatim
2813Summary(hu.UTF-8): Kiterjesztett verbatim
2814Group: Applications/Publishing/TeX
2815Requires(post,postun): %{_bindir}/texhash
2816Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2817
2818%description latex-moreverb
2819Extended verbatim.
2820
2821%description latex-moreverb -l hu.UTF-8
2822Kiterjesztett verbatim.
2823
a8b381b0
ZU
2824%package latex-ntheorem
2825Summary: Enhanced theorem environment
2826Summary(hu.UTF-8): Bővített tétel környezet
2827Group: Applications/Publishing/TeX
fe66da27 2828Requires(post,postun): %{_bindir}/texhash
78d53d8c 2829Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
2830
2831%description latex-ntheorem
2832Enhanced theorem environment.
2833
2834%description latex-ntheorem -l hu.UTF-8
2835Bővített tétel környezet
2836
f65b3398
ZU
2837%package latex-other
2838Summary: Other LaTeX packages
2839Summary(hu.UTF-8): Néhány további LaTeX csomag
2840Group: Applications/Publishing/TeX
2841Requires(post,postun): %{_bindir}/texhash
2842Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2843
2844%description latex-other
2845Other LaTeX packages.
2846
2847%description latex-other -l hu.UTF-8
2848Néhány további LaTeX csomag.
2849
2850%package latex-other-doc
2851Summary: Other LaTeX packages documentation
2852Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
2853Group: Applications/Publishing/TeX
2854Requires(post,postun): %{_bindir}/texhash
2855Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2856
2857%description latex-other-doc
2858Other LaTeX packages documentation.
2859
2860%description latex-other-doc -l hu.UTF-8
2861Néhány további LaTeX csomag dokumentációja.
2862
d08789e0
ZU
2863%package latex-palatcm
2864Summary: Palatino + Computer Modern math fonts for LaTeX
2865Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2866Group: Applications/Publishing/TeX
2867Requires(post,postun): %{_bindir}/texhash
2868Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2869
2870%description latex-palatcm
2871Palatino + Computer Modern math fonts for LaTeX.
2872
2873%description latex-palatcm -l pl.UTF-8
2874Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2875
f65b3398
ZU
2876
2877%package latex-pdfslide
2878Summary: Presentation slides using pdftex
2879Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
2880Group: Applications/Publishing/TeX
2881Requires(post,postun): %{_bindir}/texhash
2882Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2883
2884%description latex-pdfslide
2885Presentation slides using pdftex.
2886
2887%description latex-pdfslide -l hu.UTF-8
2888Prezentáció készítése pdftex-hel.
2889
03d9d5fa
ZU
2890%package latex-pgf
2891Summary: The TeX Portable Graphic Format
2892Summary(hu.UTF-8): TeX Portable Graphic Formátum
2893Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
2894Group: Applications/Publishing/TeX
2895Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
2896Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2897Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 2898Obsoletes: tetex-pgf
03d9d5fa
ZU
2899
2900%description latex-pgf
2901A macro package for creating graphics directly in TeX and LaTeX.
2902
2903%description latex-pgf -l hu.UTF-8
2904Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
2905
2906%description latex-pgf -l pl.UTF-8
2907Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
2908
f65b3398
ZU
2909%package latex-polynom
2910Summary: Macros for manipulating polynomials
2911Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
2912Group: Applications/Publishing/TeX
2913Requires(post,postun): %{_bindir}/texhash
2914Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2915
2916%description latex-polynom
2917Macros for manipulating polynomials.
2918
2919%description latex-polynom -l hu.UTF-8
2920Makrók polinomokkal való műveletekre.
2921
2922%package latex-polynomial
2923Summary: Typeset (univariate) polynomials
2924Summary(hu.UTF-8): Egyváltozós polinomok szedése
2925Group: Applications/Publishing/TeX
2926Requires(post,postun): %{_bindir}/texhash
2927Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2928
2929%description latex-polynomial
2930Typeset (univariate) polynomials.
2931
2932%description latex-polynomial -l hu.UTF-8
2933Egyváltozós polinomok szedése.
2934
b7b4a109
ZU
2935%package latex-prosper
2936Summary: LaTeX class for high quality slides
2937Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
2938Group: Applications/Publishing/TeX
2939Requires(post,postun): %{_bindir}/texhash
2940Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2941
2942%description latex-prosper
2943LaTeX class for high quality slides.
2944
2945%description latex-prosper -l hu.UTF-8
2946LaTeX osztály jó minőségű fóliák készítéséhez.
2947
2948%package latex-pseudocode
2949Summary: LaTeX enviroment for specifying algorithms in a natural way
2950Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
2951Group: Applications/Publishing/TeX
2952Requires(post,postun): %{_bindir}/texhash
2953Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2954
2955%description latex-pseudocode
2956LaTeX enviroment for specifying algorithms in a natural way.
2957
2958%description latex-pseudocode -l hu.UTF-8
2959LaTeX környezet algoritmusok bevitelére.
2960
d08789e0
ZU
2961%package latex-psnfss
2962Summary: LaTeX font support for common PostScript fonts
2963Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
2964Group: Applications/Publishing/TeX
2965Requires(post,postun): %{_bindir}/texhash
2966Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2967Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2968Obsoletes: tetex-latex-mathptm
2969Obsoletes: tetex-latex-mathptmx
2970
2971%description latex-psnfss
2972LaTeX font definition files, macros and font metrics for common
2973PostScript fonts.
2974
2975%description latex-psnfss -l pl.UTF-8
2976LaTeXowe pliki definicji fontów, makra i metryki fontów dla
2977popularnych fontów postscriptowych.
2978
8efa6a9c
ZU
2979%package latex-pst-2dplot
2980Summary: A PSTricks package for drawing 2D curves
2981Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
2982Group: Applications/Publishing/TeX
2983Requires(post,postun): %{_bindir}/texhash
2984Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2985
2986%description latex-pst-2dplot
2987A PSTricks package for drawing 2D curves.
2988
2989%description latex-pst-2dplot -l hu.UTF-8
2990PSTricks csomag kétdimenziós görbék rajzolásához.
2991
2992%package latex-pst-3dplot
2993Summary: Draw 3d curves and graphs using PSTricks
2994Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
2995Group: Applications/Publishing/TeX
2996Requires(post,postun): %{_bindir}/texhash
2997Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2998
2999%description latex-pst-3dplot
3000Draw 3d curves and graphs using PSTricks.
3001
3002%description latex-pst-3dplot -l hu.UTF-8
30033D-s görbék és grafikonok PSTricks-szel.
3004
3005
3006%package latex-pst-bar
3007Summary: Produces bar charts using pstricks
3008Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
3009Group: Applications/Publishing/TeX
3010Requires(post,postun): %{_bindir}/texhash
3011Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3012
3013%description latex-pst-bar
3014Produces bar charts using pstricks.
3015
3016%description latex-pst-bar -l hu.UTF-8
3017Oszlopdiagramok pstricks-szel.
3018
3019%package latex-pst-circ
3020Summary: PSTricks package for drawing electric circuits
3021Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3022Group: Applications/Publishing/TeX
3023Requires(post,postun): %{_bindir}/texhash
3024Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3025
3026%description latex-pst-circ
3027PSTricks package for drawing electric circuits.
3028
3029%description latex-pst-circ -l hu.UTF-8
3030PSTricks csomag elektromos áramkörök rajzolásához.
3031
3032%package latex-pst-diffraction
3033Summary: Print diffraction patterns from various apertures
3034Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3035Group: Applications/Publishing/TeX
3036Requires(post,postun): %{_bindir}/texhash
3037Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3038
3039%description latex-pst-diffraction
3040Print diffraction patterns from various apertures.
3041
3042%description latex-pst-diffraction -l hu.UTF-8
3043Diffrakciós képek különböző eszközökön.
3044
b7b4a109
ZU
3045%package latex-pst-eucl
3046Summary: Euclidian geometry with pstricks
3047Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3048Group: Applications/Publishing/TeX
3049Requires(post,postun): %{_bindir}/texhash
3050Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3051
3052%description latex-pst-eucl
3053Euclidian geometry with pstricks.
3054
3055%description latex-pst-eucl -l hu.UTF-8
3056Euklidészi geometria a pstricks használatával.
3057
8efa6a9c
ZU
3058
3059%package latex-pst-fun
3060Summary: Draw "funny" objects with PSTricks
3061Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3062Group: Applications/Publishing/TeX
3063Requires(post,postun): %{_bindir}/texhash
3064Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3065
3066%description latex-pst-fun
3067Draw "funny" objects with PSTricks.
3068
3069%description latex-pst-fun -l hu.UTF-8
3070"Vicces" rajzok PSTricks-szel
3071
3072%package latex-pst-func
3073Summary: PSTricks package for plotting mathematical functions
3074Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3075Group: Applications/Publishing/TeX
3076Requires(post,postun): %{_bindir}/texhash
3077Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3078
3079%description latex-pst-func
3080PSTricks package for plotting mathematical functions.
3081
3082%description latex-pst-eucl -l hu.UTF-8
3083PSTricks csomag matematikai függvények ábrázolásához.
3084
b7b4a109
ZU
3085%package latex-pst-fr3d
3086Summary: Draw 3-dimensional framed boxes using PSTricks
3087Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3088Group: Applications/Publishing/TeX
3089Requires(post,postun): %{_bindir}/texhash
3090Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3091
3092%description latex-pst-fr3d
3093Draw 3-dimensional framed boxes using PSTricks.
3094
3095%description latex-pst-fr3d -l hu.UTF-8
3096Háromdimenziós dobozok PSTricks segítségével.
3097
3098%package latex-pst-fractal
3099Summary: Draw fractal sets using PSTricks
3100Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3101Group: Applications/Publishing/TeX
3102Requires(post,postun): %{_bindir}/texhash
3103Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3104
3105%description latex-pst-fractal
3106Draw fractal sets using PSTricks.
3107
3108%description latex-pst-fractal -l hu.UTF-8
3109Fraktálok rajzolása PSTricks segítségével.
3110
8efa6a9c
ZU
3111%package latex-pst-infixplot
3112Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3113Summary(hu.UTF-8): Infix kifejezések ábrázolása
3114Group: Applications/Publishing/TeX
3115Requires(post,postun): %{_bindir}/texhash
3116Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3117
3118%description latex-pst-infixplot
3119Using pstricks plotting capacities with infix expressions rather than
3120RPN.
3121
3122%description latex-pst-infixplot -l hu.UTF-8
3123Infix kifejezések ábrázolása.
3124
3125%package latex-pst-math
3126Summary: Enhancement of PostScript math operators to use with pstricks
3127Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3128Group: Applications/Publishing/TeX
3129Requires(post,postun): %{_bindir}/texhash
3130Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3131
3132%description latex-pst-math
3133Enhancement of PostScript math operators to use with pstricks.
3134
3135%description latex-pst-math -l hu.UTF-8
3136PostScript matematikai operátorok bővítése pstricks-szel.
3137
3138%package latex-pst-ob3d
3139Summary: Three dimensional objects using PSTricks
3140Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3141Group: Applications/Publishing/TeX
3142Requires(post,postun): %{_bindir}/texhash
3143Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3144
3145%description latex-pst-ob3d
3146Three dimensional objects using PSTricks.
3147
3148%description latex-pst-ob3d -l hu.UTF-8
3149Háromdimenziós objektumok PSTricks-szel.
3150
3151%package latex-pst-optexp
3152Summary: Drawing optical experimental setups
3153Summary(hu.UTF-8): Optikai összeállítások rajzolása
3154Group: Applications/Publishing/TeX
3155Requires(post,postun): %{_bindir}/texhash
3156Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3157
3158%description latex-pst-optexp
3159Drawing optical experimental setups.
3160
3161%description latex-pst-optexp -l hu.UTF-8
3162Optikai összeállítások rajzolása.
3163
3164%package latex-pst-optic
3165Summary: Drawing optics diagrams
3166Summary(hu.UTF-8): Optikai ábrák rajzolása
3167Group: Applications/Publishing/TeX
3168Requires(post,postun): %{_bindir}/texhash
3169Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3170
3171%description latex-pst-optic
3172Drawing optics diagrams.
3173
3174%description latex-pst-optic -l hu.UTF-8
3175Optikai ábrák rajzolása.
3176
3177%package latex-pst-text
3178Summary: Text and character manipulation in PSTricks
3179Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3180Group: Applications/Publishing/TeX
3181Requires(post,postun): %{_bindir}/texhash
3182Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3183
3184%description latex-pst-text
3185Text and character manipulation in PSTricks.
3186
3187%description latex-pst-text -l hu.UTF-8
3188Szöveg és karakter manipulációk PSTricks-szel.
3189
1024ab0e
ZU
3190%package latex-pst-uncategorized
3191Summary: Other uncategorized PSTricks packages
3192Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3193Group: Applications/Publishing/TeX
3194Requires(post,postun): %{_bindir}/texhash
3195Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3196
3197%description latex-pst-uncategorized
3198Other uncategorized PSTricks packages.
3199
3200%description latex-pst-uncategorized -l hu.UTF-8
3201Néhány kategorizálatlan PSTricks csomag.
3202
d08789e0
ZU
3203%package latex-pxfonts
3204Summary: PX fonts LaTeX support
3205Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3206Group: Applications/Publishing/TeX
3207Requires(post,postun): %{_bindir}/texhash
3208Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3209Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3210
3211%description latex-pxfonts
3212PX fonts LaTeX support.
3213
3214%description latex-pxfonts -l pl.UTF-8
3215Obsługa fontów PX w LaTeXu.
3216
3217%package latex-qfonts
3218Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3219Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3220Group: Applications/Publishing/TeX
3221Requires(post,postun): %{_bindir}/texhash
3222Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3223Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3224
3225%description latex-qfonts
3226A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3227QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3228QuasiTimes (regular, italic, bold and bold italic), based on URW++
3229fonts distributed with Ghostscript. The fonts are encoded according to
3230QX layout which facilitates multilingual and technical typesetting
3231using TeX, preserving usability in Windows applications.
3232
3233%description latex-qfonts -l pl.UTF-8
3234Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3235QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3236QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3237fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3238zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3239TeXu, zachowując przydatność dla aplikacji windowsowych.
3240
6c82f497
ZU
3241%package latex-SIstyle
3242Summary: Package to typeset SI units, numbers and angles
3243Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3244Group: Applications/Publishing/TeX
6c82f497 3245Requires(post,postun): /usr/bin/texhash
b4d68b39 3246Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3247
3248%description latex-SIstyle
3249Package to typeset SI units, numbers and angles.
3250
3251%description latex-SIstyle -l hu.UTF-8
3252Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3253
3254%package latex-SIunits
3255Summary: The SIunits package can be used to standardise the use of units in your writings
3256Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3257Group: Applications/Publishing/TeX
fe66da27 3258Requires(post,postun): /usr/bin/texhash
78d53d8c 3259Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3260
3261%description latex-SIunits
2b453bda
ZU
3262The SIunits package can be used to standardise the use of units in
3263your writings.
3127b522
ZU
3264
3265%description latex-SIunits -l hu.UTF-8
3266Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3267
f65b3398
ZU
3268%package latex-siunitx
3269Summary: A comprehensive (SI) units package
3270Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3271Group: Applications/Publishing/TeX
3272Requires(post,postun): /usr/bin/texhash
3273Requires: %{name}-latex
3274
3275%description latex-siunitx
3276A comprehensive (SI) units package.
3277
3278%description latex-siunitx -l hu.UTF-8
3279Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3280
6c82f497
ZU
3281%package latex-Tabbing
3282Summary: Tabbing with accented letters
3283Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3284Group: Applications/Publishing/TeX
3285Requires(post,postun): /usr/bin/texhash
3286
3287%description latex-Tabbing
3288Tabbing with accented letters.
3289
3290%description latex-Tabbing -l hu.UTF-8
3291Tabbing környezet ékezetes betűk használatával.
3127b522 3292
d08789e0
ZU
3293%package latex-urwvn
3294Summary: URWVN fonts
3295Summary(pl.UTF-8): Fonty URWVN
3296Group: Applications/Publishing/TeX
3297Requires(post,postun): /usr/bin/texhash
3298Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3299Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3300
3301%description latex-urwvn
3302URWVN fonts.
3303
3304%description latex-urwvn -l pl.UTF-8
3305Fonty URWVN.
3306
3307%package latex-txfonts
3308Summary: TX fonts LaTeX support
3309Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3310Group: Applications/Publishing/TeX
3311Requires(post,postun): %{_bindir}/texhash
3312Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3314
3315%description latex-txfonts
3316TX fonts LaTeX support.
3317
3318%description latex-txfonts -l pl.UTF-8
3319Obsługa fontów TX w LaTeXu.
3320
7ea3a98b
ZU
3321%package latex-ucs
3322Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3323Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3324Group: Applications/Publishing/TeX
7ea3a98b 3325Requires(post,postun): %{_bindir}/texhash
78d53d8c 3326Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3327
3328%description latex-ucs
d34bfb7f
ZU
3329This package contains support for using UTF-8 as input encoding in
3330LaTeX documents.
7ea3a98b
ZU
3331
3332%description latex-ucs -l hu.UTF-8
3333Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3334
d08789e0
ZU
3335%package latex-umlaute
3336Summary: An interface to inputenc for using alternate input encodings
3337Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3338Group: Applications/Publishing/TeX
3339Requires(post,postun): %{_bindir}/texhash
3340Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3341
3342%description latex-umlaute
3343An interface to inputenc for using alternate input encodings.
3344
3345%description latex-umlaute -l pl.UTF-8
3346Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3347
3348%package latex-wasysym
3349Summary: Extra characters from the Waldis symbol fonts
3350Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3351Group: Applications/Publishing/TeX
3352Requires(post,postun): %{_bindir}/texhash
3353Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3354Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3355
3356%description latex-wasysym
3357Makes some additional characters available that come from the wasy
3358fonts (Waldis symbol fonts). These fonts are not automatically
3359included in NFSS2/LaTeX2e since they take up important space and often
3360aren't necessary if one makes use of the packages amsfonts or amssymb.
3361Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3362apple, ocircle invneg, logof, varint, male, female, phone, clock,
3363lightning, pointer, sun, bell, permil, smiley, various electrical
3364symbols, shapes, music notes, circles, signs, astronomy, etc.
3365
3366%description latex-wasysym -l pl.UTF-8
3367Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3368(Waldis symbol). Te fonty nie są automatycznie dołączane w
3369NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3370jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3371m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3372ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3373pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3374kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3375
03d9d5fa
ZU
3376%package latex-xcolor
3377Summary: Allows for access to color tints, shades, tones etc
3378Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3379Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3380Group: Applications/Publishing/TeX
3381Obsoletes: tetex-latex-xcolor
3382
3383%description
3384`xcolor' provides easy driver-independent access to several kinds of
3385color tints, shades, tones, and mixes of arbitrary colors. It allows
3386to select a document-wide target color model and offers tools for
3387automatic color schemes, conversion between eight color models, and
3388alternating table row colors.
3389
3390%description latex-xcolor -l hu.UTF-8
3391`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3392színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3393keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3394modell kiválasztásához és a színmodellek közötti konverzióra.
3395
3396%description latex-xcolor -l pl.UTF-8
3397`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3398wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3399na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3400schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3401naprzemiennych kolorów w tabelach.
3402
d08789e0
ZU
3403%package format-latex
3404Summary: LaTeX macro package
3405Summary(pl.UTF-8): Pakiet makr LaTeX
3406Group: Applications/Publishing/TeX
3407Requires(post,postun): %{_bindir}/texhash
3408Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3409Obsoletes: hugelatex
3410
3411%description format-latex
3412LaTeX is a front end for the TeX text formatting system. Easier to use
3413than TeX, LaTeX is essentially a set of TeX macros which provide
3414convenient, predefined document formats for users.
3415
3416This package contains LaTeX format.
3417
3418%description format-latex -l pl.UTF-8
3419LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3420łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3421dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3422
3423Ten pakiet zawiera format LaTeX.
3424
3425%package format-pdflatex
3426Summary: PDF LaTeX macro package
3427Summary(pl.UTF-8): Pakiet makr PDF LaTeX
3428Group: Applications/Publishing/TeX
3429Requires(post,postun): %{_bindir}/texhash
3430Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3431Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3432Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3433Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
3434Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3435
3436%description format-pdflatex
3437LaTeX is a front end for the TeX text formatting system. Easier to use
3438than TeX, LaTeX is essentially a set of TeX macros which provide
3439convenient, predefined document formats for users.
3440
3441This package contains PDF LaTeX format.
3442
3443%description format-pdflatex -l pl.UTF-8
3444LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3445łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3446dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3447
3448Ten pakiet zawiera format PDF LaTeX.
3449
3450# PLaTeX format
3451
3452%package platex
3453Summary: PLaTeX format basic files
3454Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
3455Group: Applications/Publishing/TeX
3456Requires(post,postun): %{_bindir}/texhash
3457Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3458Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3459
3460%description platex
3461PLaTeX format basic files.
3462
3463%description platex -l pl.UTF-8
3464Podstawowe pliki dla formatu PLaTeX.
3465
3466%package format-platex
3467Summary: PLaTeX format
3468Summary(pl.UTF-8): Format PLaTeX
3469Group: Applications/Publishing/TeX
3470Requires(post,postun): %{_bindir}/texhash
3471Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3472
3473%description format-platex
3474PLaTeX format.
3475
3476%description format-platex -l pl.UTF-8
3477Format PLaTeX.
3478
3479%package format-pdfplatex
3480Summary: PDF PLaTeX format
3481Summary(pl.UTF-8): Format PDF PLaTeX
3482Group: Applications/Publishing/TeX
3483Requires(post,postun): %{_bindir}/texhash
3484Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3485Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3486Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3487
3488%description format-pdfplatex
3489PDF PLaTeX format.
3490
3491%description format-pdfplatex -l pl.UTF-8
3492Format PDF PLaTeX.
3493
29d720fe
ZU
3494%package scripts
3495Summary: Various scripts
3496Summary(hu.UTF-8): Néhány szkript
3497Group: Applications/Publishing/TeX
3498Requires(post,postun): %{_bindir}/texhash
3499Requires: %{name} = %{epoch}:%{version}-%{release}
3500
3501%description scripts
3502Various scripts.
3503
3504%description scripts -l hu.UTF-8
3505Néhány szkript.
3506
d08789e0
ZU
3507# # TeX generic macros #
3508
3509%package tex-babel
3510Summary: Multilingual support for TeX
3511Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
3512Group: Applications/Publishing/TeX
3513Requires(post,postun): %{_bindir}/texhash
3514Requires: %{name} = %{epoch}:%{version}-%{release}
3515
3516%description tex-babel
3517Multilingual support for TeX.
3518
3519%description tex-babel -l pl.UTF-8
3520Obsługa wielu języków dla TeXa.
3521
3522%package tex-german
3523Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
3524Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3525Group: Applications/Publishing/TeX
3526Requires(post,postun): %{_bindir}/texhash
3527Requires: %{name} = %{epoch}:%{version}-%{release}
3528
3529%description tex-german
3530Supports the new German orthography (neue deutsche Rechtschreibung).
3531
3532%description tex-german -l pl.UTF-8
3533Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3534
3535%package tex-mfpic
3536Summary: Macros which generate Metafont or Metapost for drawing pictures
3537Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
3538Group: Applications/Publishing/TeX
3539Requires(post,postun): %{_bindir}/texhash
3540Requires: %{name} = %{epoch}:%{version}-%{release}
3541
3542%description tex-mfpic
3543Macros which generate Metafont or Metapost for drawing pictures.
3544
3545%description tex-mfpic -l pl.UTF-8
3546Makra generujące Metafont lub Metapost do rysowania obrazków.
3547
3548%package tex-misc
3549Summary: Miscellaneous TeX macros
3550Summary(pl.UTF-8): Różne makra TeXowe
3551Group: Applications/Publishing/TeX
3552Requires(post,postun): %{_bindir}/texhash
3553Requires: %{name} = %{epoch}:%{version}-%{release}
3554Obsoletes: tetex-tex-eijkhout
3555
3556%description tex-misc
3557Miscellaneous TeX macros.
3558
3559%description tex-misc -l pl.UTF-8
3560Różne makra TeXowe.
3561
3562%package tex-pictex
3563Summary: Picture drawing macros for TeX and LaTeX
3564Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
3565Group: Applications/Publishing/TeX
3566Requires(post,postun): %{_bindir}/texhash
3567Requires: %{name} = %{epoch}:%{version}-%{release}
3568
3569%description tex-pictex
3570Picture drawing macros for TeX and LaTeX.
3571
3572%description tex-pictex -l pl.UTF-8
3573Makra do rysowania obrazków dla TeXa i LaTeXa.
3574
29d720fe
ZU
3575%package tex-psizzl
3576Summary: A TeX format for physics papers
3577Summary(hu.UTF-8): TeX formátum fizikai kiadványokhoz
3578Group: Applications/Publishing/TeX
3579Requires(post,postun): %{_bindir}/texhash
3580Requires: %{name} = %{epoch}:%{version}-%{release}
3581
3582%description tex-psizzl
3583A TeX format for physics papers.
3584
3585%description tex-psizzl -l hu.UTF-8
3586TeX formátum fizikai kiadványokhoz.
3587
d08789e0
ZU
3588%package tex-pstricks
3589Summary: PostScript macros for TeX
3590Summary(pl.UTF-8): Makra postscriptowe dla TeXa
3591Group: Applications/Publishing/TeX
3592Requires(post,postun): %{_bindir}/texhash
188cb15d 3593Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
3594
3595%description tex-pstricks
3596An extensive collection of PostScript macros that is compatible with
3597most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3598AMS-LaTeX. Included are macros for color, graphics, pie charts,
3599rotation, trees and overlays. It has many special features, including:
3600a wide variety of graphics (picture drawing) macros, with a flexible
3601interface and with color support. There are macros for coloring or
3602shading the cells of tables.
3603
3604%description tex-pstricks -l pl.UTF-8
3605Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3606makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3607makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3608nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3609rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3610makra do kolorowania lub cieniowania komórek tabel.
3611
3612%package tex-qpx
3613Summary: QuasiPalatino and PX fonts typesetting support
3614Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
3615Group: Applications/Publishing/TeX
3616Requires(post,postun): %{_bindir}/texhash
3617Requires: %{name} = %{epoch}:%{version}-%{release}
3618Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3619
3620%description tex-qpx
3621QuasiPalatino and PX fonts typesetting support.
3622
3623%description tex-qpx -l pl.UTF-8
3624Wsparcie dla składu fontami QuasiPalatino i PX.
3625
31bd2c4a 3626%package tex-qpxqtx
d08789e0
ZU
3627Summary: QuasiTimes and TX fonts typesetting support
3628Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
3629Group: Applications/Publishing/TeX
3630Requires(post,postun): %{_bindir}/texhash
3631Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 3632Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 3633
31bd2c4a 3634%description tex-qpxqtx
d08789e0
ZU
3635QuasiTimes and TX fonts typesetting support.
3636
31bd2c4a 3637%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
3638Wsparcie dla składu fontami QuasiTimes i TX.
3639
3640%package tex-ruhyphen
3641Summary: Russian hyphenation
3642Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
3643Group: Applications/Publishing/TeX
3644Requires(post,postun): %{_bindir}/texhash
3645Requires: %{name} = %{epoch}:%{version}-%{release}
3646
3647%description tex-ruhyphen
3648A collection of Russian hyphenation patterns supporting a number of
3649Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3650LCY, LWN (OT2), and koi8-r.
3651
3652%description tex-ruhyphen -l pl.UTF-8
3653Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3654kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3655Cyrillic), LCY, LWN (OT2) i koi8-r.
3656
3657%package tex-spanish
3658Summary: Various TeX related files for typesetting documents written in Spanish
3659Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3660Group: Applications/Publishing/TeX
3661Requires(post,postun): %{_bindir}/texhash
3662Requires: %{name} = %{epoch}:%{version}-%{release}
3663Obsoletes: tetex-tex-spanishb
3664
3665%description tex-spanish
3666Various TeX related files for typesetting documents written in
3667Spanish, including hyphenation and dictionaries.
3668
3669%description tex-spanish -l pl.UTF-8
3670Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3671hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3672
3673%package tex-texdraw
3674Summary: Graphical macros, using embedded PostScript
3675Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
3676Group: Applications/Publishing/TeX
3677Requires(post,postun): %{_bindir}/texhash
3678Requires: %{name} = %{epoch}:%{version}-%{release}
3679
3680%description tex-texdraw
3681Graphical macros, using embedded PostScript.
3682
3683%description tex-texdraw -l pl.UTF-8
3684Makra graficzne używające osadzanego PostScriptu.
3685
3686%package tex-thumbpdf
3687Summary: Thumbnails for PDFTeX and dvips/ps2pdf
3688Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
3689Group: Applications/Publishing/TeX
3690Requires(post,postun): %{_bindir}/texhash
3691Requires: %{name} = %{epoch}:%{version}-%{release}
3692
3693%description tex-thumbpdf
3694Provides support, using Perl, for thumbnails in pdfTeX and
3695dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3696represented in a TeX readable file that is read by the package
3697thumbpdf.sty to automatically include the thumbnails. Works with both
3698plain TeX and LaTeX.
3699
3700%description tex-thumbpdf -l pl.UTF-8
3701Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3702użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3703TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3704ikonki. Działa z formatami plain TeX i LaTeX.
3705
3706%package tex-ukrhyph
3707Summary: Ukranian hyphenation
3708Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
3709Group: Applications/Publishing/TeX
3710Requires(post,postun): %{_bindir}/texhash
3711Requires: %{name} = %{epoch}:%{version}-%{release}
3712
3713%description tex-ukrhyph
3714This package allows the use of different hyphenation patterns for the
3715Ukrainian language for various Cyrillic font encodings. Contains
3716packages implementing traditional rules, modern rules, and combined
3717English-Ukrainian hyphenation.
3718
3719%description tex-ukrhyph -l pl.UTF-8
3720Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3721dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3722Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3723łączonych angielsko-ukraińskich.
3724
e67df411
ZU
3725%package latex-variations
3726Summary: Typeset tables of variations of functions
3727Group: Applications/Publishing/TeX
3728Requires(post,postun): %{_bindir}/texhash
3729Requires: %{name} = %{epoch}:%{version}-%{release}
3730
3731%description latex-variations
3732Typeset tables of variations of functions.
3733
d08789e0
ZU
3734%package latex-vietnam
3735Summary: Vietnamese language support
3736Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
3737Group: Applications/Publishing/TeX
3738Requires(post,postun): %{_bindir}/texhash
3739Requires: %{name} = %{epoch}:%{version}-%{release}
3740Obsoletes: tetex-tex-vietnam
3741
3742%description latex-vietnam
3743Vietnamese language support.
3744
3745%description latex-vietnam -l pl.UTF-8
3746Wsparcie dla języka wietnamskiego.
3747
3748%package tex-xypic
3749Summary: Package for typesetting a variety of graphs and diagrams with TeX
3750Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
3751Group: Applications/Publishing/TeX
3752Requires(post,postun): %{_bindir}/texhash
3753Requires: %{name} = %{epoch}:%{version}-%{release}
3754Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3755
3756%description tex-xypic
3757A package for typesetting a variety of graphs and diagrams with TeX.
3758Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3759and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3760`supported package'.
3761
3762%description tex-xypic -l pl.UTF-8
3763Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3764z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3765w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3766
3767%package tex-xkeyval
3768Summary: Extension to keyval package
3769Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
3770Group: Applications/Publishing/TeX
3771Requires(post,postun): /usr/bin/texhash
3772Requires: %{name} = %{epoch}:%{version}-%{release}
3773
3774%description tex-xkeyval
3775Extension to keyval package.
3776
3777%description tex-xkeyval -l pl.UTF-8
3778Rozszerzenie do pakietu keyval.
3779
3780%package dirs-fonts
3781Summary: TeX font directories
3782Summary(pl.UTF-8): Katalogi fontów TeXa
3783Group: Fonts
5ff30b02 3784Obsoletes: tetex-dirs-fonts
d08789e0
ZU
3785
3786%description dirs-fonts
3787TeX font directories.
3788
3789%description dirs-fonts -l pl.UTF-8
3790Katalogi fontów TeXa.
3791
3792# # Fonts packages #
3793
3794%package fonts-adobe
3795Summary: Adobe fonts
3796Summary(pl.UTF-8): Fonty Adobe
3797Group: Fonts
78d53d8c 3798Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3799
3800%description fonts-adobe
3801Adobe fonts.
3802
3803%description fonts-adobe -l pl.UTF-8
3804Fonty Adobe.
3805
3806%package fonts-ae
3807Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
3808Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3809Group: Fonts
78d53d8c 3810Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3811
3812%description fonts-ae
3813Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3814
3815%description fonts-ae -l pl.UTF-8
3816Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3817
3818%package fonts-ams
3819Summary: AMS fonts
3820Summary(pl.UTF-8): Fonty AMS
3821Group: Fonts
78d53d8c 3822Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3823
3824%description fonts-ams
3825AMS fonts.
3826
3827%description fonts-ams -l pl.UTF-8
3828Fonty AMS.
3829
3830%package fonts-antp
3831Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3832Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3833Group: Fonts
78d53d8c 3834Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3835
3836%description fonts-antp
3837Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3838
3839%description fonts-antp -l pl.UTF-8
3840Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3841Type 1.
3842
3843%package fonts-antt
3844Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
3845Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3846Group: Fonts
78d53d8c 3847Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3848
3849%description fonts-antt
3850Antykwa Torunska, a Type 1 family of a Polish traditional type.
3851
3852%description fonts-antt -l pl.UTF-8
3853Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3854
5bc70a92
MB
3855%package fonts-arphic
3856Summary: Arphic fonts
3857Group: Fonts
3858Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3859
3860%description fonts-arphic
3861Arphic fonts.
3862
d08789e0
ZU
3863%package fonts-bbm
3864Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
3865Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3866Group: Fonts
78d53d8c 3867Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3868
3869%description fonts-bbm
3870Blackboard variant fonts for Computer Modern, with LaTeX support.
3871
3872%description fonts-bbm -l pl.UTF-8
3873Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3874
3875%package fonts-bbold
3876Summary: Sans serif blackboard bold for LaTeX
3877Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
3878Group: Fonts
78d53d8c 3879Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3880
3881%description fonts-bbold
3882Sans serif blackboard bold for LaTeX.
3883
3884%description fonts-bbold -l pl.UTF-8
3885Tablicowy tłusty font sans serif dla LaTeXa.
3886
b280f158
ZU
3887%package fonts-bh
3888Summary: Bold & Heavy Fonts
3889Summary(pl.UTF-8): Fonty Bold i Heavy
3890Group: Fonts
78d53d8c 3891Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 3892
b280f158
ZU
3893%description fonts-bh
3894Bold & Heavy Fonts.
d08789e0 3895
b280f158
ZU
3896%description fonts-bh -l pl.UTF-8
3897Fonty Bold i Heavy.
d08789e0
ZU
3898
3899%package fonts-bitstream
3900Summary: Bitstream fonts
3901Summary(pl.UTF-8): Fonty Bitstream
3902Group: Fonts
78d53d8c 3903Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3904Obsoletes: tetex-fonts-bitstrea
3905
3906%description fonts-bitstream
3907Bitstream fonts.
3908
3909%description fonts-bitstream -l pl.UTF-8
3910Fonty Bitstream.
3911
3912%package fonts-cbgreek
3913Summary: Complete set of Greek fonts
3914Summary(pl.UTF-8): Pełny zestaw fontów greckich
3915Group: Fonts
78d53d8c 3916Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3917
3918%description fonts-cbgreek
3919Complete set of Greek fonts.
3920
3921%description fonts-cbgreek -l pl.UTF-8
3922Pełny zestaw fontów greckich.
3923
3924%package fonts-cc-pl
3925Summary: Polish version of Computer Concrete fonts
3926Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
3927Group: Fonts
78d53d8c 3928Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3929
3930%description fonts-cc-pl
3931Polish version of Computer Concrete fonts.
3932
3933%description fonts-cc-pl -l pl.UTF-8
3934Polska wersja fontów Computer Concrete.
3935
3936%package fonts-cg
3937Summary: Compugraphic fonts
3938Summary(pl.UTF-8): Fonty Compugraphic
3939Group: Fonts
78d53d8c 3940Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3941
3942%description fonts-cg
3943Compugraphic fonts.
3944
3945%description fonts-cg -l pl.UTF-8
3946Fonty Compugraphic.
3947
3948%package fonts-cm
3949Summary: Computer Modern fonts
3950Summary(pl.UTF-8): Fonty Computer Modern
3951Group: Fonts
78d53d8c 3952Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3953
3954%description fonts-cm
3955Computer Modern fonts.
3956
3957%description fonts-cm -l pl.UTF-8
3958Fonty Computer Modern.
3959
3960%package fonts-cmbright
3961Summary: CM Bright fonts
3962Summary(pl.UTF-8): Fonty CM Bright
3963Group: Fonts
78d53d8c 3964Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3965
3966%description fonts-cmbright
3967CM Bright fonts.
3968
3969%description fonts-cmbright -l pl.UTF-8
3970Fonty CM Bright.
3971
5d7e11d7
ZU
3972%package fonts-cmsuper
3973Summary: CM Super fonts
3974Summary(hu.UTF-8): CM Super betűtípus
3975Group: Fonts
3976Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3977
830ca960 3978%description fonts-cmsuper
5d7e11d7
ZU
3979CM Super fonts.
3980
830ca960 3981%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
3982CM Super betűtípus
3983
3984
d08789e0
ZU
3985%package fonts-cmcyr
3986Summary: Computer Modern fonts extended with Russian letters
3987Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
3988Group: Fonts
78d53d8c 3989Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3990
3991%description fonts-cmcyr
3992Computer Modern fonts extended with Russian letters.
3993
3994%description fonts-cmcyr -l pl.UTF-8
3995Fonty Computer Modern rozszerzone o litery rosyjskie.
3996
3997%package fonts-cmextra
3998Summary: Extra Computer Modern fonts, from the American Mathematical Society
3999Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
4000Group: Fonts
78d53d8c 4001Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4002
4003%description fonts-cmextra
4004Extra Computer Modern fonts, from the American Mathematical Society.
4005
4006%description fonts-cmextra -l pl.UTF-8
4007Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4008
4009%package fonts-concmath
4010Summary: Concrete Math fonts
4011Summary(pl.UTF-8): Fonty matematyczne Concrete Math
4012Group: Fonts
78d53d8c 4013Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4014
4015%description fonts-concmath
4016Concrete Math fonts.
4017
4018%description fonts-concmath -l pl.UTF-8
4019Fonty matematyczne Concrete Math.
4020
4021%package fonts-concrete
4022Summary: Concrete Roman fonts
4023Summary(pl.UTF-8): Fonty Concrete Roman
4024Group: Fonts
78d53d8c 4025Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4026
4027%description fonts-concrete
4028Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4029with Euler math fonts.
4030
4031%description fonts-concrete -l pl.UTF-8
4032Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4033przeznaczone do używania z fontami matematycznymi Euler.
4034
4035%package fonts-cs
4036Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4037Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4038Group: Fonts
78d53d8c 4039Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4040
4041%description fonts-cs
4042Czech/Slovak-tuned MetaFont Computer Modern fonts.
4043
4044%description fonts-cs -l pl.UTF-8
4045Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4046czeskiego i słowackiego.
4047
4a09ae1a
ZU
4048%package fonts-dstroke
4049Summary: Doublestroke font for typesetting the mathematical symbols
4050Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4051Group: Fonts
78d53d8c 4052Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4053
4054%description fonts-dstroke
4055Doublestroke font for typesetting the mathematical symbols.
4056
4057%description fonts-dstroke -l pl.UTF-8
4058Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4059
4060%package fonts-ecc
4061Summary: Sources for the European Concrete fonts
4062Summary(pl.UTF-8): Źródła dla fontów European Concrete
4063Group: Fonts
78d53d8c 4064Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4065
4066%description fonts-ecc
4067The MetaFont sources and tfm files of the European Concrete Fonts.
4068This is the EC implementation of Knuth's Concrete fonts, including
4069also the corresponding text companion fonts.
4070
4071%description fonts-ecc -l pl.UTF-8
4072Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4073implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4074tekstowymi fontami towarzyszącymi.
4075
4076%package fonts-eurosym
4077Summary: The new European currency symbol for the Euro
4078Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4079Group: Fonts
78d53d8c 4080Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4081
4082%description fonts-eurosym
4083The new European currency symbol for the Euro implemented in Metafont,
4084using the official European Commission dimensions, and providing
4085several shapes (normal, slanted, bold, outline).
4086
4087%description fonts-eurosym -l pl.UTF-8
4088Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4089z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4090różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4091
4092%package fonts-eulervm
4093Summary: The Virtual Euler Math fonts
4094Summary(pl.UTF-8): Fonty Virtual Euler Math
4095Group: Fonts
78d53d8c 4096Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4097
4098%description fonts-eulervm
4099Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4100approach has several advantages over immediately using the _real_
4101Euler fonts: Most noticeably, less TeX resources are consumed, the
4102quality of various math symbols is improved, and a usable \hslash
4103symbol can be provided.
4104
4105%description fonts-eulervm -l pl.UTF-8
4106Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4107fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4108używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4109jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4110matematycznych i może być dostępny używalny symbol \hslash.
4111
4112%package fonts-euxm
4113Summary: Fonts similar to EUSM but with two more characters
4114Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4115Group: Fonts
78d53d8c 4116Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4117
4118%description fonts-euxm
4119Fonts like EUSM but with two more characters needed for Concrete Math
4120included in TeXLive distribution in fonts3.
4121
4122%description fonts-euxm -l pl.UTF-8
4123Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4124dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4125
4126%package fonts-gothic
4127Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4128Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4129Group: Fonts
78d53d8c 4130Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4131
4132%description fonts-gothic
4133Gothic and ornamental initial fonts by Yannis Haralambous.
4134
4135%description fonts-gothic -l pl.UTF-8
4136Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4137
4138%package fonts-hoekwater
4139Summary: Converted mflogo font
4140Summary(pl.UTF-8): Przekonwertowany font mflogo
4141Group: Fonts
78d53d8c 4142Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4143
4144%description fonts-hoekwater
4145Fonts originally created in MetaFont, transformed to PostScript by
4146Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4147xipa.
4148
4149%description fonts-hoekwater -l pl.UTF-8
4150Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4151PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4152stmaryrd, wasy, wasy2, xipa.
4153
4154%package fonts-jknappen
4155Summary: Miscellaneous packages by Joerg Knappen
4156Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4157Group: Fonts
78d53d8c 4158Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4159
4160%description fonts-jknappen
4161Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4162Knappen, including sgmlcmpt.
4163
4164%description fonts-jknappen -l pl.UTF-8
4165Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4166Knappena. Zawiera sgmlcmpt.
4167
4168%package fonts-latex
4169Summary: Basic LaTeX fonts
4170Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4171Group: Fonts
78d53d8c 4172Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4173
4174%description fonts-latex
4175Basic LaTeX fonts.
4176
4177%description fonts-latex -l pl.UTF-8
4178Podstawowe fonty dla LaTeXa.
4179
4180%package fonts-lh
4181Summary: Olga Lapko's LH fonts
4182Summary(pl.UTF-8): Fonty LH Olgi Lapko
4183Group: Fonts
78d53d8c 4184Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4185
4186%description fonts-lh
4187The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4188
4189%description fonts-lh -l pl.UTF-8
4190Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4191
4192%package fonts-lm
4193Summary: Latin Modern family fonts
4194Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4195Group: Applications/Publishing/TeX
78d53d8c 4196Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4197
4198%description fonts-lm
4199Latin Modern family of fonts, based on the Computer Modern fonts
4200released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4201lot of additional characters, mainly accented ones, but not only.
4202There is a one set of PostScript fonts and four sets of TeX Font
4203Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4204encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4205Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4206potential user knows what to do with all these files. The author is
4207Boguslaw Jackowski.
4208
4209%description fonts-lm -l pl.UTF-8
4210Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4211przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4212Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4213Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4214Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4215QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4216(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4217(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4218tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4219
4220%package fonts-marvosym
4221Summary: Martin Vogel's Symbol (marvosym) font
4222Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4223Group: Fonts
78d53d8c 4224Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4225
4226%description fonts-marvosym
4227Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4228currency symbol as defined by the European commission; Euro currency
4229symbols in typefaces Times, Helvetica and Courier; Symbols for
4230structural engineering; Symbols for steel cross-sections; Astronomy
4231signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4232symbols; CE sign and others.
4233
4234%description fonts-marvosym -l pl.UTF-8
4235Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4236waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4237dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4238strukturalnej; symbole dla przekroi poprzecznych; symbole
4239astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4240krawieckie; znak CE i inne.
4241
4242%package fonts-mflogo
4243Summary: Logo fonts
4244Summary(pl.UTF-8): Fonty logo
4245Group: Fonts
78d53d8c 4246Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4247
4248%description fonts-mflogo
4249Logo fonts.
4250
4251%description fonts-mflogo -l pl.UTF-8
4252Fonty logo.
4253
4254%package fonts-misc
4255Summary: Miscellaneous fonts
4256Summary(pl.UTF-8): Różne fonty
4257Group: Fonts
78d53d8c 4258Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4259
4260%description fonts-misc
4261Miscellaneous fonts.
4262
4263%description fonts-misc -l pl.UTF-8
4264Fonty różne.
4265
4266%package fonts-monotype
4267Summary: Monotype fonts
4268Summary(pl.UTF-8): Fonty Monotype
4269Group: Fonts
78d53d8c 4270Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4271
4272%description fonts-monotype
4273Monotype fonts.
4274
4275%description fonts-monotype -l pl.UTF-8
4276Fonty Monotype.
4277
4278%package fonts-omega
4279Summary: Fonts for Omega - extended unicode TeX
4280Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4281Group: Fonts
78d53d8c 4282Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4283
4284%description fonts-omega
4285Fonts for Omega - extended unicode TeX.
4286
4287%description fonts-omega -l pl.UTF-8
4288Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4289
f1ba8563
ZU
4290
4291%package fonts-other
4292Summary: Other fonts
4293Summary(hu.UTF-8): További betűtípusok
4294Group: Fonts
4295Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4296
4297%description fonts-other
4298Other fonts.
4299
4300%description fonts-omega -l hu.UTF-8
4301További betűtípusok.
4302
d08789e0
ZU
4303%package fonts-pazo
4304Summary: Pazo fonts
4305Summary(pl.UTF-8): Fonty Pazo
4306Group: Fonts
78d53d8c 4307Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4308
4309%description fonts-pazo
4310Pazo fonts.
4311
4312%description fonts-pazo -l pl.UTF-8
4313Fonty Pazo.
4314
4315%package fonts-pl
4316Summary: Polish fonts
4317Summary(pl.UTF-8): Polskie fonty
4318Group: Fonts
78d53d8c 4319Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4320
4321%description fonts-pl
4322Polish fonts.
4323
4324%description fonts-pl -l pl.UTF-8
4325Polskie fonty.
4326
4327%package fonts-px
4328Summary: PX fonts
4329Summary(pl.UTF-8): Fonty PX
4330Group: Fonts
78d53d8c 4331Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4332
4333%description fonts-px
4334PX fonts.
4335
4336%description fonts-px -l pl.UTF-8
4337Fonty PX.
4338
4339%package fonts-qfonts
4340Summary: Quasi fonts
4341Summary(pl.UTF-8): Fonty Quasi
4342Group: Fonts
78d53d8c 4343Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4344
4345%description fonts-qfonts
4346Quasi fonts.
4347
4348%description fonts-qfonts -l pl.UTF-8
4349Fonty Quasi.
4350
4351%package fonts-qpx
4352Summary: Additional fonts for QPX package
4353Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4354Group: Fonts
78d53d8c 4355Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4356Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4357Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4358
4359%description fonts-qpx
4360Additional fonts for QPX package.
4361
4362%description fonts-qpx -l pl.UTF-8
4363Dodatkowe fonty dla pakietu QPX.
4364
31bd2c4a 4365%package fonts-qpxqtx
d08789e0
ZU
4366Summary: Additional fonts for QTX package
4367Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4368Group: Fonts
78d53d8c 4369Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4370# I hope qpxqtx doesn't need qfonts
4371# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4372Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4373
31bd2c4a 4374%description fonts-qpxqtx
d08789e0
ZU
4375Additional fonts for QTX package.
4376
31bd2c4a 4377%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
4378Dodatkowe fonty dla pakietu QTX.
4379
4380%package fonts-rsfs
4381Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
4382Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4383Group: Fonts
78d53d8c 4384Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4385
4386%description fonts-rsfs
4387Fonts of uppercase script letters for use as symbols in scientific and
4388mathematical typesetting, in contrast to the informal script fonts
4389such as that used for the `calligraphic' symbols in the TeX math
4390symbol font.
4391
4392%description fonts-rsfs -l pl.UTF-8
4393Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4394dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4395fontów pisanych takich jak używane do symboli "kaligraficznych" w
4396matematycznym foncie TeXowym symbol.
4397
4398%package fonts-stmaryrd
4399Summary: St Mary Road symbols for functional programming
4400Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
4401Group: Fonts
78d53d8c 4402Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4403
4404%description fonts-stmaryrd
4405St Mary Road symbols for functional programming.
4406
4407%description fonts-stmaryrd -l pl.UTF-8
4408Symbole St Mary Road do programowania funkcyjnego.
4409
4410%package fonts-tx
4411Summary: TX fonts
4412Summary(pl.UTF-8): Fonty TX
4413Group: Fonts
78d53d8c 4414Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4415
4416%description fonts-tx
4417TX fonts.
4418
4419%description fonts-tx -l pl.UTF-8
4420Fonty TX.
4421
5bc70a92
MB
4422%package fonts-uhc
4423Summary: UHC fonts
4424Group: Fonts
4425Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4426
4427%description fonts-uhc
4428UHC fonts.
4429
d08789e0
ZU
4430%package fonts-urw
4431Summary: URW fonts
4432Summary(pl.UTF-8): Fonty URW
4433Group: Fonts
78d53d8c 4434Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4435
4436%description fonts-urw
4437URW fonts.
4438
4439%description fonts-urw -l pl.UTF-8
4440Fonty URW.
4441
4442%package fonts-urwvn
4443Summary: URWVN fonts
4444Summary(pl.UTF-8): Fonty URWVN
4445Group: Fonts
78d53d8c 4446Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4447
4448%description fonts-urwvn
4449URWVN fonts.
4450
4451%description fonts-urwvn -l pl.UTF-8
4452Fonty URWVN.
4453
4454%package fonts-vnr
4455Summary: VNR fonts
4456Summary(pl.UTF-8): Fonty VNR
4457Group: Fonts
78d53d8c 4458Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4459
4460%description fonts-vnr
4461VNR fonts.
4462
4463%description fonts-vnr -l pl.UTF-8
4464Fonty VNR.
4465
e67df411
ZU
4466%package fonts-urw35vf
4467Summary: urw35vf fonts
4468Summary(hu.UTF-8): urw35vf betűtípus
4469Summary(pl.UTF-8): Fonty urw35vf
4470Group: Fonts
4471Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4472
4473%description fonts-urw35vf
4474urw35vf fonts.
4475
4476%description fonts-urw35vf -l hu.UTF-8
4477urw35vf betűtípus.
4478
5bc70a92
MB
4479%package fonts-wadalab
4480Summary: Wadalab fonts
4481Group: Fonts
4482Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4483
4484%description fonts-wadalab
4485Wadalab fonts.
4486
d08789e0
ZU
4487%package fonts-wasy
4488Summary: Waldis symbol fonts
4489Summary(pl.UTF-8): Fonty Waldis symbol
4490Group: Fonts
78d53d8c 4491Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4492
4493%description fonts-wasy
4494Waldis symbol fonts.
4495
4496%description fonts-wasy -l pl.UTF-8
4497Fonty Waldis symbol.
4498
4499%package fonts-xypic
4500Summary: Xy-pic fonts
4501Summary(pl.UTF-8): Fonty Xy-pic
4502Group: Fonts
78d53d8c 4503Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4504
4505%description fonts-xypic
4506Xy-pic fonts.
4507
4508%description fonts-xypic -l pl.UTF-8
4509Fonty Xy-pic.
4510
4511%package fonts-yandy
4512Summary: European Modern fonts from Y&Y
4513Summary(pl.UTF-8): Fonty European Modern od Y&Y
4514Group: Fonts
78d53d8c 4515Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4516
4517%description fonts-yandy
4518European Modern fonts from Y&Y.
4519
4520%description fonts-yandy -l pl.UTF-8
4521Fonty European Modern od Y&Y.
4522
4523%package fonts-type1-antp
4524Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4525Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4526Group: Fonts
78d53d8c 4527Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4528
4529%description fonts-type1-antp
4530Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4531
4532%description fonts-type1-antp -l pl.UTF-8
4533Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4534Type 1.
4535
4536%package fonts-type1-antt
4537Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4538Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4539Group: Fonts
78d53d8c 4540Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4541
4542%description fonts-type1-antt
4543Antykwa Torunska, a Type 1 family of a Polish traditional type.
4544
4545%description fonts-type1-antt -l pl.UTF-8
4546Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4547
5bc70a92
MB
4548%package fonts-type1-arphic
4549Summary: Type1 Arphic fonts
4550Group: Fonts
4551Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4552
4553%description fonts-type1-arphic
4554Type1 Arphic fonts.
4555
d08789e0
ZU
4556%package fonts-type1-belleek
4557Summary: Free replacement for basic MathTime fonts
4558Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
4559Group: Fonts
78d53d8c 4560Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4561
4562%description fonts-type1-belleek
4563Free replacement for basic MathTime fonts.
4564
4565%description fonts-type1-belleek -l pl.UTF-8
4566Wolnodostępny zamiennik podstawowych fontów MathTime.
4567
4568%package fonts-type1-bitstream
4569Summary: Bitstream fonts
4570Summary(pl.UTF-8): Fonty Bitstream
4571Group: Fonts
78d53d8c 4572Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4573Obsoletes: tetex-fonts-type1-bitstrea
4574
4575%description fonts-type1-bitstream
4576Bitstream fonts.
4577
4578%description fonts-type1-bitstream -l pl.UTF-8
4579Fonty Bitstream.
4580
4581%package fonts-type1-bluesky
4582Summary: Computer Modern family fonts
4583Summary(pl.UTF-8): Fonty z rodziny Computer Modern
4584Group: Fonts
78d53d8c 4585Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4586
4587%description fonts-type1-bluesky
4588Computer Modern family fonts.
4589
4590%description fonts-type1-bluesky -l pl.UTF-8
4591Fonty z rodzony Computer Modern.
4592
4593%package fonts-type1-cc-pl
4594Summary: Polish version of Computer Concrete fonts
4595Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4596Group: Fonts
78d53d8c 4597Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4598
4599%description fonts-type1-cc-pl
4600Polish version of Computer Concrete fonts.
4601
4602%description fonts-type1-cc-pl -l pl.UTF-8
4603Polska wersja fontów Computer Concrete.
4604
4605%package fonts-type1-cmcyr
4606Summary: Computer Modern fonts extended with Russian letters
4607Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4608Group: Fonts
78d53d8c 4609Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4610
4611%description fonts-type1-cmcyr
4612Computer Modern fonts extended with Russian letters.
4613
4614%description fonts-type1-cmcyr -l pl.UTF-8
4615Fonty Computer Modern rozszerzone o litery rosyjskie.
4616
4617%package fonts-type1-cs
4618Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4619Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4620Group: Fonts
78d53d8c 4621Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4622
4623%description fonts-type1-cs
4624Czech/Slovak-tuned MetaFont Computer Modern fonts.
4625
4626%description fonts-type1-cs -l pl.UTF-8
4627Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4628czeskiego i słowackiego.
4629
b280f158
ZU
4630%package fonts-type1-dstroke
4631Summary: Doublestroke Type1 font for typesetting the mathematical symbols
4632Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
4633Group: Fonts
78d53d8c 4634Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4635
4636%description fonts-type1-dstroke
4637Doublestroke Type1 font for typesetting the mathematical symbols.
4638
4639%description fonts-type1-dstroke -l pl.UTF-8
4640Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
4641
4642%package fonts-type1-eurosym
4643Summary: The new European currency symbol for the Euro
4644Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4645Group: Fonts
78d53d8c 4646Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4647
4648%description fonts-type1-eurosym
4649The new European currency symbol for the Euro implemented in Metafont,
4650using the official European Commission dimensions, and providing
4651several shapes (normal, slanted, bold, outline).
4652
4653%description fonts-type1-eurosym -l pl.UTF-8
4654Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4655z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4656różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4657
4658%package fonts-type1-hoekwater
4659Summary: Converted mflogo font
4660Summary(pl.UTF-8): Przekonwertowany font mflogo
4661Group: Fonts
78d53d8c 4662Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4663
4664%description fonts-type1-hoekwater
4665Fonts originally created in MetaFont, transformed to PostScript by
4666Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4667xipa.
4668
4669%description fonts-type1-hoekwater -l pl.UTF-8
4670Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4671PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4672stmaryrd, wasy, wasy2, xipa.
4673
4674%package fonts-type1-fpl
4675Summary: SC/OsF fonts for URW Palladio L
4676Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
4677Group: Fonts
78d53d8c 4678Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4679
4680%description fonts-type1-fpl
4681The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4682are compatible with respect to metrics with the Palatino SC/OsF fonts
4683from Adobe. Note that it is not the author's aim to exactly reproduce
4684the outlines of the original Adobe fonts. The SC and OsF in the FPL
4685Fonts were designed with the glyphs from URW Palladio L as starting
4686point. For some glyphs (eg 'o') the author got the best result by
4687scaling and boldening. For others (eg 'h') shifting selected portions
4688of the character gave more satisfying results. All this was done using
4689the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4690data in these fonts comes from Walter Schmidt's improved Palatino
4691metrics.
4692
4693%description fonts-type1-fpl -l pl.UTF-8
4694Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4695kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4696Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4697kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4698projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4699(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4700pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4701dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4702wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4703Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4704Palatino Waltera Schmidta.
4705
b280f158
ZU
4706%package fonts-type1-tt2001
4707Summary: Type1 tt2001 family fonts
4708Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
4709Group: Applications/Publishing/TeX
78d53d8c 4710Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4711
4712%description fonts-type1-tt2001
4713Type1 tt2001 famliy fonts.
4714
4715%description fonts-type1-tt2001 -l pl.UTF-8
4716Fonty Type1 z rodziny tt2001.
d08789e0
ZU
4717
4718%package fonts-type1-lm
4719Summary: Type1 Latin Modern family fonts
4720Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
4721Group: Applications/Publishing/TeX
78d53d8c 4722Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4723
4724%description fonts-type1-lm
4725Latin Modern family of fonts, based on the Computer Modern fonts
4726released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4727lot of additional characters, mainly accented ones, but not only.
4728There is a one set of PostScript fonts and four sets of TeX Font
4729Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4730encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4731Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4732potential user knows what to do with all these files. The author is
4733Boguslaw Jackowski.
4734
4735%description fonts-type1-lm -l pl.UTF-8
4736Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4737przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4738Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4739Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4740Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4741QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4742(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4743(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4744tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4745
4746%package fonts-type1-marvosym
4747Summary: Martin Vogel's Symbol (marvosym) font
4748Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4749Group: Fonts
78d53d8c 4750Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4751
4752%description fonts-type1-marvosym
4753Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4754currency symbol as defined by the European commission; Euro currency
4755symbols in typefaces Times, Helvetica and Courier; Symbols for
4756structural engineering; Symbols for steel cross-sections; Astronomy
4757signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4758symbols; CE sign and others.
4759
4760%description fonts-type1-marvosym -l pl.UTF-8
4761Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4762waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4763dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4764strukturalnej; symbole dla przekroi poprzecznych; symbole
4765astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4766krawieckie; znak CE i inne.
4767
4768%package fonts-type1-mathpazo
4769Summary: Pazo Math fonts
4770Summary(pl.UTF-8): Fonty matematyczne Pazo Math
4771Group: Fonts
78d53d8c 4772Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4773
4774%description fonts-type1-mathpazo
4775Pazo Math fonts.
4776
4777%description fonts-type1-mathpazo -l pl.UTF-8
4778Fonty matematyczne Pazo Math.
4779
4780%package fonts-type1-omega
4781Summary: Type1 fonts for Omega - extended unicode TeX
4782Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4783Group: Fonts
78d53d8c 4784Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4785
4786%description fonts-type1-omega
4787Type1 fonts for Omega - extended unicode TeX.
4788
4789%description fonts-type1-omega -l pl.UTF-8
4790Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4791
4792%package fonts-type1-pl
4793Summary: Polish fonts
4794Summary(pl.UTF-8): Polskie fonty
4795Group: Fonts
78d53d8c 4796Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4797Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4798
4799%description fonts-type1-pl
4800Polish fonts.
4801
4802%description fonts-type1-pl -l pl.UTF-8
4803Polskie fonty.
4804
4805%package fonts-type1-px
4806Summary: PX fonts
4807Summary(pl.UTF-8): Fonty PX
4808Group: Fonts
78d53d8c 4809Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4810
4811%description fonts-type1-px
4812PX fonts.
4813
4814%description fonts-type1-px -l pl.UTF-8
4815Fonty PX.
4816
b280f158
ZU
4817%package fonts-type1-qfonts
4818Summary: Quasi fonts
4819Summary(pl.UTF-8): Fonty Quasi
4820Group: Fonts
78d53d8c 4821Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4822
4823%description fonts-type1-qfonts
4824Quasi fonts.
4825
4826%description fonts-type1-qfonts -l pl.UTF-8
4827Fonty Quasi.
d08789e0
ZU
4828
4829%package fonts-type1-tx
4830Summary: TX fonts
4831Summary(pl.UTF-8): Fonty TX
4832Group: Fonts
78d53d8c 4833Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4834
4835%description fonts-type1-tx
4836TX fonts.
4837
4838%description fonts-type1-tx -l pl.UTF-8
4839Fonty TX.
4840
5bc70a92
MB
4841%package fonts-type1-uhc
4842Summary: Type1 UHC fonts
4843Group: Fonts
4844Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4845
4846%description fonts-type1-uhc
4847Type1 UHC fonts.
4848
d08789e0
ZU
4849%package fonts-type1-urw
4850Summary: URW fonts
4851Summary(pl.UTF-8): Fonty URW
4852Group: Fonts
78d53d8c 4853Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4854
4855%description fonts-type1-urw
4856URW fonts.
4857
4858%description fonts-type1-urw -l pl.UTF-8
4859Fonty URW.
4860
4861%package fonts-type1-vnr
4862Summary: Type1 VNR fonts
4863Summary(pl.UTF-8): Fonty Type1 VNR
4864Group: Fonts
78d53d8c 4865Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4866
4867%description fonts-type1-vnr
4868Type1 VNR fonts.
4869
4870%description fonts-type1-vnr -l pl.UTF-8
4871Fonty Type1 VNR.
4872
5bc70a92
MB
4873%package fonts-type1-wadalab
4874Summary: Type1 Wadalab fonts
4875Group: Fonts
4876Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4877
4878%description fonts-type1-wadalab
4879Type1 Wadalab fonts.
4880
d08789e0
ZU
4881%package fonts-type1-xypic
4882Summary: Xy-pic fonts
4883Summary(pl.UTF-8): Fonty Xy-pic
4884Group: Fonts
78d53d8c 4885Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4886
4887%description fonts-type1-xypic
4888Xy-pic fonts.
4889
4890%description fonts-type1-xypic -l pl.UTF-8
4891Fonty Xy-pic.
4892
489714ae
ZU
4893
4894# TeXLive-specific packages - there wasn't before...
4895%package afm2pl
4896Summary: Convert an Adobe font metric file to a TeX font property list
4897Group: Fonts
4898
4899%description afm2pl
4900Convert an Adobe font metric file to a TeX font property list.
4901
4902
4903%package bbox
4904Summary: bbox prints the bounding box of images
4905Group: Applications/Publishing/TeX
4906
4907%description bbox
4908bbox reads a rawppm or rawpbm file and prints out the bounding box of
4909the image.
4910
4911%package cefutils
4912Summary: In cefutils there are CEF-compatible utils
4913Group: Applications/Publishing/TeX
4914
4915%description cefutils
4916In cefutils there are CEF-compatible (Chinese Encoding Framework)
4917utils.
4918
4919%package detex
4920Summary: A filter to strip TeX commands from a .tex file
4921Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
4922Group: Applications/Publishing/TeX
4923
4924%description detex
4925A filter to strip TeX commands from a .tex file.
4926
4927%description detex -l hu.UTF-8
4928Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
4929
4930
7ffd1967
ZU
4931%package dviutils
4932Summary: Various DVI utils
4933Summary(hu.UTF-8): Vegyes DVI eszközök
4934Group: Applications/Publishing/TeX
4935
4936%description dviutils
4937This package contains various DVI utils.
4938
4939%description dviutils -l hu.UTF-8
4940Ez a csomag mindenféle DVI eszközt tartalmaz.
4941
4942%package epsutils
4943Summary: Various EPS utils
4944Group: Applications/Publishing/TeX
4945
4946%description epsutils
4947Various EPS (Encapsulated PostScript) utils.
4948
4949
4950%package filters
4951Summary: Various filters
4952Group: Applications/Publishing/TeX
4953
4954%description filters
4955Various filters.
4956
4957
489714ae
ZU
4958%package uncategorized-utils
4959Summary: Uncategorized utils
4960Group: Applications/Publishing/TeX
4961
4962%description uncategorized-utils
4963Uncategorized utilities. Needs check and categorizing.
4964
5b7eba8e
MB
4965%package tex4ht
4966Summary: LaTeX and TeX for hypertext
4967Group: Applications/Publishing/TeX
4968
4969%description tex4ht
4970A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
4971providing a configurable (La)TeX-based authoring system for hypertext.
4972When converting to XML, you can use MathML instead of images for
4973equation representation.
4974
4224ae6d
MB
4975%package xetex
4976Summary: Extended TeX / LaTeX version for unicode
4977Group: Applications/Publishing/TeX
4978Requires(post,postun): /usr/bin/texhash
4979Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
4980
4981%description xetex
4982XeTeX extends the TeX typesetting system (and macro packages such as
4983LaTeX and ConTeXt) to have native support for the Unicode character
4984set, including complex Asian scripts, and for OpenType and TrueType
4985fonts.
4986
4987%package xmltex
4988Summary: TeX package for processing XML files
4989Group: Applications/Publishing/TeX
4990Requires(post,postun): /usr/bin/texhash
4991
4992%description xmltex
4993XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
4994It allows TeX to directly process XML files.
4995
d08789e0
ZU
4996%prep
4997%setup -q -c -T -n %{name}-%{version}-source
4998lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 4999%patch0 -p1
1cc1dae0 5000%patch1 -p1
c48c077b
AM
5001
5002cd libs/teckit
5003cat ax*.m4 > acinclude.m4
5004%{__libtoolize}
5005%{__aclocal}
5006%{__autoconf}
5007%{__automake}
d08789e0
ZU
5008
5009%build
5010find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 5011%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 5012cd texk/kpathsea
83feaf0d
ZU
5013%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5014%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5015%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5016%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5017%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 5018%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 5019cd ../..
d47c034d 5020
a784d38e 5021%configure \
ca4b56d2
AM
5022%if %{with bootstrap}
5023 --without-xindy \
5024 --without-luatex \
5025%endif
d08789e0
ZU
5026 --disable-multiplatform \
5027 --disable-static \
5028 --enable-a4 \
5029 --enable-gf \
5030 --enable-ipc \
5031 --enable-shared \
a784d38e 5032 --with-fontconfig \
d08789e0
ZU
5033 --with-fonts-dir=/var/cache/fonts \
5034 --with-ncurses \
e671f712 5035 --with-system-freetype \
97b079ad 5036 --with-freetype-include=/usr/include/freetype \
a784d38e 5037 --with-system-freetype2 \
97b079ad 5038 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5039 --with-system-gd \
5040 --with-system-ncurses \
5041 --with-system-pnglib \
5042 --with-system-t1lib \
5043 --with-system-zlib \
d08789e0
ZU
5044 --with-xdvi-x-toolkit=xaw \
5045 --without-dialog \
5046 --without-t1utils \
ca4b56d2 5047 --without-texinfo
d08789e0 5048
d08789e0
ZU
5049%{__make}
5050
d08789e0
ZU
5051%install
5052rm -rf $RPM_BUILD_ROOT
5053install -d $RPM_BUILD_ROOT%{_datadir} \
5054 $RPM_BUILD_ROOT%{_desktopdir} \
5055 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5056 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5057 $RPM_BUILD_ROOT/var/cache/fonts \
5058 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5059 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5060 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5061 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5062
f37ff31b
ZU
5063lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5064%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5065%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5066%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
f37ff31b
ZU
5067# This is an empty directory
5068%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5069# Useless binary
5070%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5071
d08789e0
ZU
5072# commented out because of following (non-fatal) error:
5073# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5074#perl -pi \
5075# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5076# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5077# texmf/web2c/texmf.cnf
5078
d08789e0
ZU
5079install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5080
5081LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5082
5083%{__make} install \
5084 prefix=$RPM_BUILD_ROOT%{_prefix} \
5085 bindir=$RPM_BUILD_ROOT%{_bindir} \
5086 mandir=$RPM_BUILD_ROOT%{_mandir} \
5087 libdir=$RPM_BUILD_ROOT%{_libdir} \
5088 datadir=$RPM_BUILD_ROOT%{_datadir} \
5089 infodir=$RPM_BUILD_ROOT%{_infodir} \
5090 includedir=$RPM_BUILD_ROOT%{_includedir} \
5091 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5092 texmf=$RPM_BUILD_ROOT%{texmf} \
5093 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5094 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5095
37bb0d8c 5096# Fix broken symlinks
3702646a
ZU
5097CURDIR=$(pwd)
5098cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5099ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5100ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5101ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5102ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5103ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5104ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5105ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5106ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5107ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5108ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5109ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5110ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5111ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5112ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5113ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5114ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5115ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5116ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5117ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5118ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5119ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5120ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5121ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5122ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5123ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5124ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5125ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5126ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5127ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5128ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5129ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5130ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5131ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5132ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5133ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5134ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5135ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5136ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5137ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5138ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5139ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5140ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5141ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5142ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5143ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5144ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5145ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5146ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5147ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5148ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5149ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5150ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5151ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5152ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5153ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5154ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5155ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5156ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5157ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5158ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
3702646a 5159cd $CURDIR
37bb0d8c 5160
d08789e0
ZU
5161#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5162#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5163
26d8eaaa
ZU
5164# %{__make} init \
5165# prefix=$RPM_BUILD_ROOT%{_prefix} \
5166# bindir=$RPM_BUILD_ROOT%{_bindir} \
5167# mandir=$RPM_BUILD_ROOT%{_mandir} \
5168# libdir=$RPM_BUILD_ROOT%{_libdir} \
5169# datadir=$RPM_BUILD_ROOT%{_datadir} \
5170# infodir=$RPM_BUILD_ROOT%{_infodir} \
5171# includedir=$RPM_BUILD_ROOT%{_includedir} \
5172# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5173# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5174
489714ae 5175%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5176%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5177# We don't need it
5178%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5179%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5180
d08789e0
ZU
5181perl -pi \
5182 -e "s|$RPM_BUILD_ROOT||g;" \
5183 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5184
8175e90e 5185install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5186
5187install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5188install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5189
ce981570 5190# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5191
5192# in separate spec
b4d68b39
ZU
5193# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5194# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5195
5196# not included in package
5197rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5198rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5199rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5200rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5201rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5202rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5203rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5204rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5205rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5206rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5207rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5208rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5209rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5210rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5211rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5212rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5213
5214# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5215# and we can still analyze them
ce981570
ZU
5216# install -d format-logs
5217# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5218
5219%clean
5220rm -rf $RPM_BUILD_ROOT
5221
5222%post
5223%fixinfodir
5224%texhash
5225
5226%postun
5227%fixinfodir
5228if [ "$1" = "1" ]; then
5229 %texhash
5230fi
5231
5232%post doc-Catalogue
5233%texhash
5234
5235%postun doc-Catalogue
5236%texhash
5237
5238%post doc-tug-faq
5239%texhash
5240
5241%postun doc-tug-faq
5242%texhash
5243
096dca83 5244%post -n kpathsea
d08789e0
ZU
5245/sbin/ldconfig
5246%fixinfodir
5247%texhash
5248
096dca83 5249%postun -n kpathsea
d08789e0
ZU
5250/sbin/ldconfig
5251%fixinfodir
5252%texhash
5253
096dca83 5254%post -n kpathsea-devel
d08789e0
ZU
5255%texhash
5256
096dca83 5257%postun -n kpathsea-devel
d08789e0
ZU
5258%texhash
5259
5260%post dvips
5261%fixinfodir
5262%texhash
5263
5264%postun dvips
5265%fixinfodir
5266%texhash
5267
5268%post dvilj
5269%texhash
5270
5271%postun dvilj
5272%texhash
5273
5274%post makeindex
5275%texhash
5276
5277%postun makeindex
5278%texhash
5279
29d720fe
ZU
5280%post scripts
5281%texhash
5282
5283%postun scripts
5284%texhash
5285
e67df411
ZU
5286%post tex-mathdots
5287%texhash
5288
5289%postun tex-mathdots
5290%texhash
5291
d08789e0
ZU
5292%post metafont
5293%texhash
5294
5295%postun metafont
5296%texhash
5297
5298%post metapost
5299%texhash
5300
5301%postun metapost
5302%texhash
5303
43a061cf 5304%post metapost-other
786ebdb1
ZU
5305%texhash
5306
43a061cf 5307%postun metapost-other
786ebdb1
ZU
5308%texhash
5309
d08789e0
ZU
5310%post mptopdf
5311%texhash
5312
5313%postun mptopdf
5314%texhash
5315
5316%post texdoctk
5317%texhash
5318
5319%postun texdoctk
5320%texhash
5321
5322%post -n xdvi
5323%texhash
5324
5325%postun -n xdvi
5326%texhash
5327
5328%post pdftex
5329%texhash
5330
5331%postun pdftex
5332%texhash
5333
04123363
ZU
5334%post phyzzx
5335%texhash
5336
5337%postun phyzzx
5338%texhash
5339
d08789e0
ZU
5340%post omega
5341%texhash
5342
5343%postun omega
5344%texhash
5345
5346%post plain
5347%texhash
5348
5349%postun plain
5350%texhash
5351
5352%post format-plain
5353%texhash
5354
5355%postun format-plain
5356%texhash
5357
5358%post format-pdftex
5359%texhash
5360
5361%postun format-pdftex
5362%texhash
5363
5364%post format-pdfetex
5365%texhash
5366
5367%postun format-pdfetex
5368%texhash
5369
5370%post mex
5371%texhash
5372
5373%postun mex
5374%texhash
5375
5376%post format-mex
5377%texhash
5378
5379%postun format-mex
5380%texhash
5381
5382%post format-pdfmex
5383%texhash
5384
5385%postun format-pdfmex
5386%texhash
5387
5388%postun format-utf8mex
5389%texhash
5390
5391%post amstex
5392%texhash
5393
5394%postun amstex
5395%texhash
5396
5397%post format-amstex
5398%texhash
5399
5400%postun format-amstex
5401%texhash
5402
5403%post format-pdfamstex
5404%texhash
5405
5406%postun format-pdfamstex
5407%texhash
5408
5409%post csplain
5410%texhash
5411
5412%postun csplain
5413%texhash
5414
5415%post format-csplain
5416%texhash
5417
5418%postun format-csplain
5419%texhash
5420
5421%post format-pdfcsplain
5422%texhash
5423
5424%postun format-pdfcsplain
5425%texhash
5426
5427%post cslatex
5428%texhash
5429
5430%postun cslatex
5431%texhash
5432
5433%post format-cslatex
5434%texhash
5435
5436%postun format-cslatex
5437%texhash
5438
5439%post format-pdfcslatex
5440%texhash
5441
5442%postun format-pdfcslatex
5443%texhash
5444
5445%post cyrplain
5446%texhash
5447
5448%postun cyrplain
5449%texhash
5450
5451%post format-cyrplain
5452%texhash
5453
5454%postun format-cyrplain
5455%texhash
5456
5457%post format-cyramstex
5458%texhash
5459
5460%postun format-cyramstex
5461%texhash
5462
5463%post format-cyrtexinfo
5464%texhash
5465
5466%postun format-cyrtexinfo
5467%texhash
5468
5469%post eplain
5470%texhash
5471
5472%postun eplain
5473%texhash
5474
5475%post format-eplain
5476%texhash
5477
5478%postun format-eplain
5479%texhash
5480
5481# ConTeXt format
5482
5483%post context
5484%texhash
5485
5486%postun context
5487%texhash
5488
5489%post format-context-de
5490%texhash
5491
5492%postun format-context-de
5493%texhash
5494
5495%post format-context-en
5496%texhash
5497
5498%postun format-context-en
5499%texhash
5500
5501%post format-context-nl
5502%texhash
5503
5504%postun format-context-nl
5505%texhash
5506
5507# LaTeX format.
5508
5509%post latex
5510%fixinfodir
5511%texhash
5512
5513%postun latex
5514%fixinfodir
5515%texhash
5516
6c82f497
ZU
5517%post latex-12many
5518%texhash
5519
5520%postun latex-12many
5521%texhash
5522
fe66da27
ZU
5523%post latex-abstract
5524%texhash
5525
5526%postun latex-abstract
5527%texhash
5528
f1f5d194
ZU
5529%post latex-accfonts
5530%texhash
5531
5532%postun latex-accfonts
5533%texhash
5534
e88b5dcf
ZU
5535%post latex-adrconv
5536%texhash
5537
5538%postun latex-adrconv
5539%texhash
5540
d08789e0
ZU
5541%post latex-ae
5542%texhash
5543
5544%postun latex-ae
5545%texhash
5546
5547%post latex-ams
5548%texhash
5549
5550%postun latex-ams
5551%texhash
5552
5553%post latex-antp
5554%texhash
5555
5556%postun latex-antp
5557%texhash
5558
5559%post latex-antt
5560%texhash
5561
5562%postun latex-antt
5563%texhash
5564
e88b5dcf
ZU
5565%post latex-appendix
5566%texhash
5567
5568%postun latex-appendix
5569%texhash
5570
b4d68b39
ZU
5571%post latex-backgammon
5572%texhash
5573
5574%postun latex-backgammon
5575%texhash
5576
6c82f497
ZU
5577%post latex-bardiag
5578%texhash
5579
5580%postun latex-bardiag
5581%texhash
5582
d08789e0
ZU
5583%post latex-bbm
5584%texhash
5585
5586%postun latex-bbm
5587%texhash
5588
5589%post latex-bbold
5590%texhash
5591
5592%postun latex-bbold
5593%texhash
5594
b4d68b39
ZU
5595%post latex-beamer
5596%texhash
5597
5598%postun latex-beamer
5599%texhash
5600
2fede27b
ZU
5601%post latex-bezos
5602%texhash
5603
5604%postun latex-bezos
5605%texhash
5606
d08789e0
ZU
5607%post latex-bibtex
5608%texhash
5609
5610%postun latex-bibtex
5611%texhash
5612
5613%post latex-bibtex-ams
5614%texhash
5615
5616%postun latex-bibtex-ams
5617%texhash
5618
5619%post latex-bibtex-pl
5620%texhash
5621
5622%postun latex-bibtex-pl
5623%texhash
5624
5625%post latex-bibtex-german
5626%texhash
5627
5628%postun latex-bibtex-german
5629%texhash
5630
5631%post latex-bibtex-revtex4
5632%texhash
5633
5634%postun latex-bibtex-revtex4
5635%texhash
5636
5637%post latex-bibtex-jurabib
5638%texhash
5639
5640%postun latex-bibtex-jurabib
5641%texhash
5642
33b3b483
ZU
5643%post latex-bibtex-styles
5644%texhash
5645
5646%postun latex-bibtex-styles
5647%texhash
5648
2fede27b
ZU
5649%post latex-booktabs
5650%texhash
5651
5652%postun latex-booktabs
5653%texhash
5654
5655
5656%post latex-caption
5657%texhash
5658
5659%postun latex-caption
5660%texhash
5661
d08789e0
ZU
5662%post latex-carlisle
5663%texhash
5664
5665%postun latex-carlisle
5666%texhash
5667
5668%post latex-ccfonts
5669%texhash
5670
5671%postun latex-ccfonts
5672%texhash
5673
5674%post latex-cite
5675%texhash
5676
5677%postun latex-cite
5678%texhash
5679
5680%post latex-cmbright
5681%texhash
5682
5683%postun latex-cmbright
5684%texhash
5685
2fede27b
ZU
5686
5687%post latex-comment
5688%texhash
5689
5690%postun latex-comment
5691%texhash
5692
d08789e0
ZU
5693%post latex-concmath
5694%texhash
5695
5696%postun latex-concmath
5697%texhash
5698
2fede27b
ZU
5699%post latex-currvita
5700%texhash
5701
5702%postun latex-currvita
5703%texhash
5704
5705
5706%post latex-curves
5707%texhash
5708
5709%postun latex-curves
5710%texhash
5711
d08789e0
ZU
5712%post latex-custom-bib
5713%texhash
5714
5715%postun latex-custom-bib
5716%texhash
5717
5718%post latex-cyrillic
5719%texhash
5720
5721%postun latex-cyrillic
5722%texhash
5723
04eb4e68
ZU
5724# %post latex-dstroke
5725# %texhash
d08789e0 5726
04eb4e68
ZU
5727# %postun latex-dstroke
5728# %texhash
d08789e0 5729
60597425
ZU
5730%post latex-enumitem
5731%texhash
5732
5733%postun latex-enumitem
5734%texhash
5735
fe66da27
ZU
5736%post latex-exam
5737%texhash
5738
5739%postun latex-exam
5740%texhash
5741
f1f5d194
ZU
5742%post latex-gbrief
5743%texhash
5744
5745%postun latex-gbrief
5746%texhash
5747
d08789e0
ZU
5748%post latex-jknappen
5749%texhash
5750
5751%postun latex-jknappen
5752%texhash
5753
d19eaaab
ZU
5754%post latex-keystroke
5755%texhash
5756
5757%postun latex-keystroke
5758%texhash
5759
5760%post latex-labbook
5761%texhash
5762
5763%postun latex-labbook
5764%texhash
5765
5766%post latex-lcd
5767%texhash
5768
5769%postun latex-lcd
5770%texhash
5771
5772%post latex-leaflet
5773%texhash
5774
5775%postun latex-leaflet
5776%texhash
5777
f1f5d194
ZU
5778%post latex-leftidx
5779%texhash
5780
5781%postun latex-leftidx
5782%texhash
5783
d19eaaab
ZU
5784%post latex-lewis
5785%texhash
5786
5787%postun latex-lewis
5788%texhash
5789
d08789e0
ZU
5790%post latex-lm
5791%texhash
5792
fe66da27
ZU
5793%post latex-lastpage
5794%texhash
5795
5796%postun latex-lastpage
5797%texhash
5798
d08789e0
ZU
5799%postun latex-lm
5800%texhash
5801
5802%post latex-lucidabr
5803%texhash
5804
5805%postun latex-lucidabr
5806%texhash
5807
5808%post latex-marvosym
5809%texhash
5810
5811%postun latex-marvosym
5812%texhash
5813
d19eaaab
ZU
5814%post latex-mathexam
5815%texhash
5816
5817%postun latex-mathexam
5818%texhash
5819
d08789e0
ZU
5820%post latex-mathpple
5821%texhash
5822
5823%postun latex-mathpple
5824%texhash
5825
5826%post latex-mathtime
5827%texhash
5828
5829%postun latex-mathtime
5830%texhash
5831
5832%post latex-mflogo
5833%texhash
5834
5835%postun latex-mflogo
5836%texhash
5837
5838%post latex-mfnfss
5839%texhash
5840
5841%postun latex-mfnfss
5842%texhash
5843
5844%post latex-minitoc
5845%texhash
5846
5847%postun latex-minitoc
5848%texhash
5849
5850%post latex-mltex
5851%texhash
5852
5853%postun latex-mltex
5854%texhash
5855
f1f5d194
ZU
5856%post latex-moreverb
5857%texhash
5858
5859%postun latex-moreverb
5860%texhash
5861
d34bfb7f
ZU
5862%post latex-multienum
5863%texhash
5864
5865%postun latex-multienum
5866%texhash
5867
8ed039e0
ZU
5868%post latex-musictex
5869%texhash
5870
5871%postun latex-musictex
5872%texhash
5873
fe66da27
ZU
5874%post latex-ntheorem
5875%texhash
5876
5877%postun latex-ntheorem
5878%texhash
5879
f65b3398
ZU
5880%post latex-other
5881%texhash
5882
5883%postun latex-other
5884%texhash
5885
5886%post latex-other-doc
5887%texhash
5888
5889%postun latex-other-doc
5890%texhash
5891
d08789e0
ZU
5892%post latex-palatcm
5893%texhash
5894
5895%postun latex-palatcm
5896%texhash
5897
f65b3398
ZU
5898%post latex-pdfslide
5899%texhash
5900
5901%postun latex-pdfslide
5902%texhash
5903
03d9d5fa
ZU
5904%post latex-pgf
5905%texhash
5906
5907%postun latex-pgf
5908%texhash
5909
f65b3398
ZU
5910%post latex-polynom
5911%texhash
5912
5913%postun latex-polynom
5914%texhash
5915
5916%post latex-polynomial
5917%texhash
5918
5919%postun latex-polynomial
5920%texhash
5921
b7b4a109
ZU
5922%post latex-prosper
5923%texhash
5924
5925%postun latex-prosper
5926%texhash
5927
5928%post latex-pseudocode
5929%texhash
5930
5931%postun latex-pseudocode
5932%texhash
5933
d08789e0
ZU
5934%post latex-psnfss
5935%texhash
5936
5937%postun latex-psnfss
5938%texhash
5939
8efa6a9c
ZU
5940%post latex-pst-2dplot
5941%texhash
5942
5943%postun latex-pst-2dplot
5944%texhash
5945
5946%post latex-pst-3dplot
5947%texhash
5948
5949%postun latex-pst-3dplot
5950%texhash
5951
5952%post latex-pst-bar
5953%texhash
5954
5955%postun latex-pst-bar
5956%texhash
5957
5958%post latex-pst-circ
5959%texhash
5960
5961%postun latex-pst-circ
5962%texhash
5963
b7b4a109
ZU
5964%post latex-pst-eucl
5965%texhash
5966
5967%postun latex-pst-eucl
5968%texhash
5969
8efa6a9c
ZU
5970%post latex-pst-diffraction
5971%texhash
5972
5973%postun latex-pst-diffraction
5974%texhash
5975
5976%post latex-pst-fun
5977%texhash
5978
5979%postun latex-pst-fun
5980%texhash
5981
5982%post latex-pst-func
5983%texhash
5984
5985%postun latex-pst-func
5986%texhash
5987
5988%post latex-pst-infixplot
5989%texhash
5990
5991%postun latex-pst-infixplot
5992%texhash
5993
b7b4a109
ZU
5994%post latex-pst-fr3d
5995%texhash
5996
5997%postun latex-pst-fr3d
5998%texhash
5999
6000%post latex-pst-fractal
6001%texhash
6002
6003%postun latex-pst-fractal
6004%texhash
6005
d08789e0
ZU
6006%post latex-pxfonts
6007%texhash
6008
8efa6a9c
ZU
6009%post latex-pst-math
6010%texhash
6011
6012%postun latex-pst-math
6013%texhash
6014
6015%post latex-pst-ob3d
6016%texhash
6017
6018%postun latex-pst-ob3d
6019%texhash
6020
6021%post latex-pst-optic
6022%texhash
6023
6024%postun latex-pst-optic
6025%texhash
6026
6027%post latex-pst-optexp
6028%texhash
6029
6030%postun latex-pst-optexp
6031%texhash
6032
6033%post latex-pst-text
6034%texhash
6035
6036%postun latex-pst-text
6037%texhash
6038
1024ab0e
ZU
6039%post latex-pst-uncategorized
6040%texhash
6041
6042%postun latex-pst-uncategorized
6043
6044%texhash
6045
d08789e0
ZU
6046%postun latex-pxfonts
6047%texhash
6048
6049%post latex-qfonts
6050%texhash
6051
6052%postun latex-qfonts
6053%texhash
6054
6c82f497
ZU
6055%post latex-SIstyle
6056%texhash
6057
6058%postun latex-SIstyle
6059%texhash
6060
fe66da27
ZU
6061%post latex-SIunits
6062%texhash
6063
6064%postun latex-SIunits
6065%texhash
6066
f65b3398
ZU
6067%post latex-siunitx
6068%texhash
6069
6070%postun latex-siunitx
6071%texhash
6072
6c82f497
ZU
6073%post latex-Tabbing
6074%texhash
6075
6076%postun latex-Tabbing
6077%texhash
6078
d08789e0
ZU
6079%post latex-txfonts
6080%texhash
6081
6082%postun latex-txfonts
6083%texhash
6084
7ea3a98b
ZU
6085%post latex-ucs
6086%texhash
6087
6088%postun latex-ucs
6089%texhash
6090
d08789e0
ZU
6091%post latex-umlaute
6092%texhash
6093
6094%postun latex-umlaute
6095%texhash
6096
e67df411
ZU
6097%post latex-variations
6098%texhash
6099
6100%postun latex-variations
6101%texhash
6102
d08789e0
ZU
6103%post latex-wasysym
6104%texhash
6105
6106%postun latex-wasysym
6107%texhash
6108
03d9d5fa
ZU
6109%post latex-xcolor
6110%texhash
6111
6112%postun latex-xcolor
6113%texhash
6114
d08789e0
ZU
6115%post format-latex
6116%texhash
6117
6118%postun format-latex
6119%texhash
6120
6121%post format-pdflatex
6122%texhash
6123
6124%postun format-pdflatex
6125%texhash
6126
6127%post platex
6128%texhash
6129
6130%postun platex
6131%texhash
6132
6133%post format-platex
6134%texhash
6135
6136%postun format-platex
6137%texhash
6138
6139%post format-pdfplatex
6140%texhash
6141
6142%postun format-pdfplatex
6143%texhash
6144
6145%post tex-babel
6146%texhash
6147
6148%postun tex-babel
6149%texhash
6150
6151%post tex-german
6152%texhash
6153
6154%postun tex-german
6155%texhash
6156
6157%post tex-mfpic
6158%texhash
6159
6160%postun tex-mfpic
6161%texhash
6162
6163%post tex-misc
6164%texhash
6165
6166%postun tex-misc
6167%texhash
6168
6169%post tex-pictex
6170%texhash
6171
6172%postun tex-pictex
6173%texhash
6174
29d720fe
ZU
6175%post tex-psizzl
6176%texhash
6177
6178%postun tex-psizzl
6179%texhash
6180
d08789e0
ZU
6181%post tex-pstricks
6182%texhash
6183
6184%postun tex-pstricks
6185%texhash
6186
6187%post tex-qpx
6188%texhash
6189
6190%postun tex-qpx
6191%texhash
6192
31bd2c4a 6193%post tex-qpxqtx
d08789e0
ZU
6194%texhash
6195
31bd2c4a 6196%postun tex-qpxqtx
d08789e0
ZU
6197%texhash
6198
6199%post tex-ruhyphen
6200%texhash
6201
6202%postun tex-ruhyphen
6203%texhash
6204
6205%post tex-spanish
6206%texhash
6207
6208%postun tex-spanish
6209%texhash
6210
6211%post tex-texdraw
6212%texhash
6213
6214%postun tex-texdraw
6215%texhash
6216
6217%post tex-thumbpdf
6218%texhash
6219
6220%postun tex-thumbpdf
6221%texhash
6222
6223%post tex-ukrhyph
6224%texhash
6225
6226%postun tex-ukrhyph
6227%texhash
6228
6229%post latex-vietnam
6230%texhash
6231
6232%postun latex-vietnam
6233%texhash
6234
6235%post tex-xypic
6236%texhash
6237
6238%postun tex-xypic
6239%texhash
6240
6241%post fonts-adobe
6242%texhash
6243
6244%postun fonts-adobe
6245%texhash
6246
6247%post fonts-ae
6248%texhash
6249
6250%postun fonts-ae
6251%texhash
6252
6253%post fonts-ams
6254%texhash
6255
6256%postun fonts-ams
6257%texhash
6258
6259%post fonts-antp
6260%texhash
6261
6262%postun fonts-antp
6263%texhash
6264
6265%post fonts-antt
6266%texhash
6267
6268%postun fonts-antt
6269%texhash
6270
6271%post fonts-bbm
6272%texhash
6273
6274%postun fonts-bbm
6275%texhash
6276
6277%post fonts-bbold
6278%texhash
6279
6280%postun fonts-bbold
6281%texhash
6282
070c5aff
ZU
6283%post fonts-bh
6284%texhash
d08789e0 6285
070c5aff
ZU
6286%postun fonts-bh
6287%texhash
d08789e0
ZU
6288
6289%post fonts-bitstream
6290%texhash
6291
6292%postun fonts-bitstream
6293%texhash
6294
6295%post fonts-cbgreek
6296%texhash
6297
6298%postun fonts-cbgreek
6299%texhash
6300
6301%post fonts-cc-pl
6302%texhash
6303
6304%postun fonts-cc-pl
6305%texhash
6306
6307%post fonts-cg
6308%texhash
6309
6310%postun fonts-cg
6311%texhash
6312
6313%post fonts-cm
6314%texhash
6315
6316%postun fonts-cm
6317%texhash
6318
6319%post fonts-cmbright
6320%texhash
6321
6322%postun fonts-cmbright
6323%texhash
6324
6325%post fonts-cmcyr
6326%texhash
6327
6328%postun fonts-cmcyr
6329%texhash
6330
6331%post fonts-cmextra
6332%texhash
6333
6334%postun fonts-cmextra
6335%texhash
6336
7af5f8bc 6337%post fonts-cmsuper
5d7e11d7
ZU
6338%texhash
6339
7af5f8bc 6340%postun fonts-cmsuper
5d7e11d7
ZU
6341%texhash
6342
d08789e0
ZU
6343%post fonts-concmath
6344%texhash
6345
6346%postun fonts-concmath
6347%texhash
6348
6349%post fonts-concrete
6350%texhash
6351
6352%postun fonts-concrete
6353%texhash
6354
6355%post fonts-cs
6356%texhash
6357
6358%postun fonts-cs
6359%texhash
6360
4a09ae1a
ZU
6361%post fonts-dstroke
6362%texhash
d08789e0 6363
4a09ae1a
ZU
6364%postun fonts-dstroke
6365%texhash
d08789e0
ZU
6366
6367%post fonts-ecc
6368%texhash
6369
6370%postun fonts-ecc
6371%texhash
6372
6373%post fonts-eurosym
6374%texhash
6375
6376%postun fonts-eurosym
6377%texhash
6378
6379%post fonts-euxm
6380%texhash
6381
6382%postun fonts-euxm
6383%texhash
6384
6385%post fonts-gothic
6386%texhash
6387
6388%postun fonts-gothic
6389%texhash
6390
6391%post fonts-hoekwater
6392%texhash
6393
6394%postun fonts-hoekwater
6395%texhash
6396
6397%post fonts-jknappen
6398%texhash
6399
6400%postun fonts-jknappen
6401%texhash
6402
6403%post fonts-latex
6404%texhash
6405
6406%postun fonts-latex
6407%texhash
6408
6409%post fonts-lh
6410%texhash
6411
6412%postun fonts-lh
6413%texhash
6414
6415%post fonts-lm
6416%texhash
6417
6418%postun fonts-lm
6419%texhash
6420
6421%post fonts-marvosym
6422%texhash
6423
6424%postun fonts-marvosym
6425%texhash
6426
6427%post fonts-mflogo
6428%texhash
6429
6430%postun fonts-mflogo
6431%texhash
6432
6433%post fonts-misc
6434%texhash
6435
6436%postun fonts-misc
6437%texhash
6438
6439%post fonts-monotype
6440%texhash
6441
6442%postun fonts-monotype
6443%texhash
6444
6445%post fonts-omega
6446%texhash
6447
6448%postun fonts-omega
6449%texhash
6450
f1ba8563
ZU
6451%post fonts-other
6452%texhash
6453
6454%postun fonts-other
6455%texhash
6456
d08789e0
ZU
6457%post fonts-pazo
6458%texhash
6459
6460%postun fonts-pazo
6461%texhash
6462
6463%post fonts-pl
6464%texhash
6465
6466%postun fonts-pl
6467%texhash
6468
6469%post fonts-px
6470%texhash
6471
6472%postun fonts-px
6473%texhash
6474
6475%post fonts-qfonts
6476%texhash
6477
6478%postun fonts-qfonts
6479%texhash
6480
6481%post fonts-qpx
6482%texhash
6483
6484%postun fonts-qpx
6485%texhash
6486
31bd2c4a 6487%post fonts-qpxqtx
d08789e0
ZU
6488%texhash
6489
31bd2c4a 6490%postun fonts-qpxqtx
d08789e0
ZU
6491%texhash
6492
6493%post fonts-rsfs
6494%texhash
6495
6496%postun fonts-rsfs
6497%texhash
6498
6499%post fonts-stmaryrd
6500%texhash
6501
6502%postun fonts-stmaryrd
6503%texhash
6504
6505%post fonts-tx
6506%texhash
6507
6508%postun fonts-tx
6509%texhash
6510
6511%post fonts-urw
6512%texhash
6513
6514%postun fonts-urw
6515%texhash
6516
e67df411
ZU
6517%post fonts-urw35vf
6518%texhash
6519
6520%postun fonts-urw35vf
6521%texhash
6522
d08789e0
ZU
6523%post fonts-vnr
6524%texhash
6525
6526%postun fonts-vnr
6527%texhash
6528
6529%post fonts-wasy
6530%texhash
6531
6532%postun fonts-wasy
6533%texhash
6534
6535%post fonts-xypic
6536%texhash
6537
6538%postun fonts-xypic
6539%texhash
6540
6541%post fonts-yandy
6542%texhash
6543
6544%postun fonts-yandy
6545%texhash
6546
6547%post fonts-type1-antp
6548%texhash
6549
6550%postun fonts-type1-antp
6551%texhash
6552
6553%post fonts-type1-antt
6554%texhash
6555
6556%postun fonts-type1-antt
6557%texhash
6558
6559%post fonts-type1-belleek
6560%texhash
6561
6562%postun fonts-type1-belleek
6563%texhash
6564
6565%post fonts-type1-bitstream
6566%texhash
6567
6568%postun fonts-type1-bitstream
6569%texhash
6570
6571%post fonts-type1-bluesky
6572%texhash
6573
6574%postun fonts-type1-bluesky
6575%texhash
6576
6577%post fonts-type1-cc-pl
6578%texhash
6579
6580%postun fonts-type1-cc-pl
6581%texhash
6582
6583%post fonts-type1-cmcyr
6584%texhash
6585
6586%postun fonts-type1-cmcyr
6587%texhash
6588
6589%post fonts-type1-cs
6590%texhash
6591
6592%postun fonts-type1-cs
6593%texhash
6594
070c5aff
ZU
6595%post fonts-type1-dstroke
6596%texhash
d08789e0 6597
070c5aff
ZU
6598%postun fonts-type1-dstroke
6599%texhash
d08789e0
ZU
6600
6601%post fonts-type1-eurosym
6602%texhash
6603
6604%postun fonts-type1-eurosym
6605%texhash
6606
6607%post fonts-type1-hoekwater
6608%texhash
6609
6610%postun fonts-type1-hoekwater
6611%texhash
6612
6613%post fonts-type1-lm
6614%texhash
6615
6616%postun fonts-type1-lm
6617%texhash
6618
6619%post fonts-type1-marvosym
6620%texhash
6621
6622%postun fonts-type1-marvosym
6623%texhash
6624
6625%post fonts-type1-mathpazo
6626%texhash
6627
6628%postun fonts-type1-mathpazo
6629%texhash
6630
6631%post fonts-type1-omega
6632%texhash
6633
6634%postun fonts-type1-omega
6635%texhash
6636
6637%post fonts-type1-pl
6638%texhash
6639
6640%postun fonts-type1-pl
6641%texhash
6642
6643%post fonts-type1-px
6644%texhash
6645
6646%postun fonts-type1-px
6647%texhash
6648
070c5aff
ZU
6649%post fonts-type1-qfonts
6650%texhash
d08789e0 6651
070c5aff
ZU
6652%postun fonts-type1-qfonts
6653%texhash
d08789e0
ZU
6654
6655%post fonts-type1-tx
6656%texhash
6657
6658%postun fonts-type1-tx
6659%texhash
6660
6661%post fonts-type1-urw
6662%texhash
6663
6664%postun fonts-type1-urw
6665%texhash
6666
6667%post fonts-type1-vnr
6668%texhash
6669
6670%postun fonts-type1-vnr
6671%texhash
6672
6673%post fonts-type1-xypic
6674%texhash
6675
6676%postun fonts-type1-xypic
6677%texhash
6678
6679%post -n texconfig
6680%texhash
6681
6682%postun -n texconfig
6683%texhash
6684
4224ae6d
MB
6685%post xetex
6686%texhash
6687
6688%postun xetex
6689%texhash
6690
6691%post xmltex
6692%texhash
6693
6694%postun xmltex
6695%texhash
6696
5902e778
ZU
6697# Check the commented lines!!!
6698
d08789e0
ZU
6699%files
6700%defattr(644,root,root,755)
0f6c4baf 6701# %doc %{texmf}/LICENSE.texmf
df343eba 6702# %doc %{texmf}/ChangeLog
df343eba 6703# %doc %{texmf}/doc/README.knuth
efc75a1e 6704# There isn't doc/fonts directory
80fa261c 6705%dir %{texmfdist}/doc/fonts
606c6ab6 6706%doc %{texmfdist}/doc/fontname
efc75a1e 6707# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
6708# %dir %{texmf}/doc/help
6709# %doc %{texmf}/doc/help/csname.txt
6710# %doc %{texmf}/doc/help/ctan
6711# %doc %{texmf}/doc/help/tds.dvi
6712# %doc %{texmf}/doc/help/unixtex.ftp
6713# %dir %{texmf}/doc/help/faq
6714# %doc %{texmf}/doc/images
df343eba
ZU
6715# %dir %{texmf}/doc/polish
6716# %doc %{texmf}/doc/polish/*.html
6717# %dir %{texmf}/doc/programs
6718# %doc %{texmf}/doc/programs/web2c*
6719# %doc %{texmf}/doc/programs/cwebman.dvi
6720# %doc %{texmf}/doc/programs/dvipng.*
6721# %doc %{texmf}/doc/knuth
d08789e0
ZU
6722#%attr(755,root,root) %{_bindir}/MakeTeXPK
6723#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
6724
6725# ***********
6726# executables
6727# ***********
d08789e0
ZU
6728%attr(755,root,root) %{_bindir}/a2ping
6729%attr(755,root,root) %{_bindir}/afm2tfm
6730%attr(755,root,root) %{_bindir}/allcm
6731%attr(755,root,root) %{_bindir}/allec
6732%attr(755,root,root) %{_bindir}/allneeded
6733%attr(755,root,root) %{_bindir}/cweave
6734%attr(755,root,root) %{_bindir}/ctangle
6735%attr(755,root,root) %{_bindir}/ctie
6736%attr(755,root,root) %{_bindir}/dmp
6737%attr(755,root,root) %{_bindir}/dvipng
6738%attr(755,root,root) %{_bindir}/e2pall
6739%attr(755,root,root) %{_bindir}/ebb
df343eba 6740# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
6741%attr(755,root,root) %{_bindir}/fmtutil
6742%attr(755,root,root) %{_bindir}/fmtutil-sys
6743#%attr(755,root,root) %{_bindir}/fontexport
6744#%attr(755,root,root) %{_bindir}/fontimport
6745%attr(755,root,root) %{_bindir}/fontinst
6746%attr(755,root,root) %{_bindir}/gftodvi
6747%attr(755,root,root) %{_bindir}/gftopk
6748%attr(755,root,root) %{_bindir}/gftype
6749%attr(755,root,root) %{_bindir}/gsftopk
6750#%attr(755,root,root) %{_bindir}/initex
6751%attr(755,root,root) %{_bindir}/kpseaccess
6752%attr(755,root,root) %{_bindir}/kpsereadlink
6753%attr(755,root,root) %{_bindir}/kpsewhere
6754%attr(755,root,root) %{_bindir}/mag
6755%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
6756#%attr(755,root,root) %{_bindir}/mkfontdesc
6757%attr(755,root,root) %{_bindir}/mktexfmt
6758%attr(755,root,root) %{_bindir}/mktexlsr
6759%attr(755,root,root) %{_bindir}/newer
6760%attr(755,root,root) %{_bindir}/patgen
6761%attr(755,root,root) %{_bindir}/pdfetex
6762%attr(755,root,root) %{_bindir}/pfb2pfa
6763%attr(755,root,root) %{_bindir}/pk2bm
6764%attr(755,root,root) %{_bindir}/pktogf
6765%attr(755,root,root) %{_bindir}/pktype
6766%attr(755,root,root) %{_bindir}/pltotf
6767%attr(755,root,root) %{_bindir}/pooltype
6768%attr(755,root,root) %{_bindir}/ps2frag
6769%attr(755,root,root) %{_bindir}/ps2pk
6770# TODO: move this file to correct subpackage ?
6771%attr(755,root,root) %{_bindir}/ps4pdf
6772#%attr(755,root,root) %{_bindir}/t1mapper
6773%attr(755,root,root) %{_bindir}/tangle
6774#%attr(755,root,root) %{_bindir}/tetex-updmap
6775%attr(755,root,root) %{_bindir}/tex
6776%attr(755,root,root) %{_bindir}/texdoc
d08789e0 6777%attr(755,root,root) %{_bindir}/texhash
df343eba 6778# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
6779%attr(755,root,root) %{_bindir}/texlinks
6780%attr(755,root,root) %{_bindir}/tftopl
6781%attr(755,root,root) %{_bindir}/tie
6782%attr(755,root,root) %{_bindir}/ttf2afm
6783%attr(755,root,root) %{_bindir}/updmap
6784%attr(755,root,root) %{_bindir}/updmap-sys
6785%attr(755,root,root) %{_bindir}/vftovp
6786#%attr(755,root,root) %{_bindir}/virtex
6787%attr(755,root,root) %{_bindir}/vptovf
6788%attr(755,root,root) %{_bindir}/weave
6789
6790%attr(755,root,root) %{texmf}/web2c/mktexnam
6791%attr(755,root,root) %{texmf}/web2c/mktexdir
6792%attr(755,root,root) %{texmf}/web2c/mktexupd
6793
0edad7f5 6794%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
6795
6796#%dir /etc/sysconfig/tetex-updmap
6797#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
6798
6799%ghost %{texmf}/ls-R
7057740b 6800%ghost %{texmfdist}/ls-R
7057740b 6801# %ghost %{_localstatedir}/ls-R
d08789e0 6802
2677a8b0 6803%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 6804%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
6805%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
6806%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
6807%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 6808
d08789e0
ZU
6809%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
6810%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
6811%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
6812%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
6813%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
6814%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
6815%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
6816
d08789e0
ZU
6817%attr(1777,root,root) /var/cache/fonts
6818
6819%{_datadir}/info/web2c.info*
df343eba
ZU
6820# %{_datadir}/info/texi2html.info*
6821# %{_datadir}/texi2html
d08789e0
ZU
6822#%{texmf}/updates.dat
6823
df343eba 6824# %{texmf}/aliases
df343eba 6825# %{texmf}/tex/generic/bghyph
1a192771
ZU
6826# %doc %{texmf}/doc/generic/hyphen
6827#%{texmf}/tex/generic/letterspacing
6828
6829# ***********
6830# Directories
6831# ***********
ae4a938c 6832%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
6833%attr(1777,root,root) %dir %{_localstatedir}/fonts
6834%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 6835%attr(1777,root,root) %dir %{fmtdir}
1a192771 6836
b6042de9 6837%dir %{texmfdist}
8ed039e0 6838%doc %{texmfdist}/README
b6042de9
ZU
6839%dir %{texmf}
6840
1a192771
ZU
6841%dir %{texmfdist}/doc
6842%dir %{texmfdist}/doc/generic
6843%dir %{texmfdist}/doc/generic/enctex
6844%dir %{texmfdist}/doc/latex
6845%dir %{texmfdist}/doc/latex/localloc
6846%dir %{texmf}/doc
6847%dir %{texmf}/doc/generic
6848%dir %{texmf}/doc/tetex
04123363 6849%dir %{texmf}/fmtutil
1a192771
ZU
6850
6851%dir %{texmfdist}/tex
2677a8b0 6852%dir %{texmfdist}/tex/cslatex
0b6bcf85 6853%dir %{texmfdist}/tex/cslatex/base
330a8c29
ZU
6854%dir %{texmfdist}/tex/fontinst
6855%dir %{texmfdist}/tex/fontinst/misc
165b9d73 6856%dir %{texmfdist}/tex/generic
5f841614 6857%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 6858%dir %{texmfdist}/tex/generic/enctex
5f841614 6859%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 6860%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
6861%dir %{texmfdist}/tex/latex
6862%dir %{texmfdist}/tex/latex/base
1a192771
ZU
6863%dir %{texmf}/dvips
6864%dir %{texmf}/dvips/config
6865%dir %{texmf}/dvips/tetex
d08789e0
ZU
6866%dir %{texmf}/fonts/enc
6867%dir %{texmf}/fonts/enc/dvips
6868%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 6869%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
6870%dir %{texmf}/fonts/map
6871%dir %{texmf}/fonts/map/dvips
6872%dir %{texmf}/fonts/map/dvips/tetex
6873%dir %{texmf}/scripts
6874%dir %{texmf}/tex
1a192771
ZU
6875%dir %{texmf}/tex/generic
6876%dir %{texmf}/tex/generic/config
1a192771
ZU
6877%dir %{texmf}/web2c
6878
6879# Docs
2677a8b0 6880# %doc %{texmf}/doc/README
1a192771
ZU
6881%doc %{texmf}/doc/tetex/TETEXDOC.*
6882%doc %{texmf}/doc/tetex/teTeX-FAQ
6883
6884# %{texmf}/fonts/map/dvips/tetex/contnav.map
6885# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
6886%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
6887%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
6888
6889# Main fonts from TeTeX
d08789e0
ZU
6890%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
6891%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
6892%{texmf}/fonts/enc/dvips/tetex/10037936.enc
6893%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
6894%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
6895%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
6896%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
6897%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
6898%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
6899%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
6900%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 6901%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 6902
f2555868 6903%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
6904%{texmfdist}/tex/generic/encodings
6905%{texmfdist}/tex/generic/epsf
f2555868 6906%{texmfdist}/tex/generic/hyph-utf8/*
80fa261c 6907%{texmfdist}/tex/generic/genmisc
2677a8b0 6908%{texmfdist}/tex/generic/misc/null*
1a192771 6909%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
6910%{texmfdist}/tex/generic/tap
6911%{texmfdist}/tex/generic/tex-ps
2677a8b0 6912%{texmfdist}/tex/texinfo
80fa261c 6913%{texmfdist}/tex/fontinst/misc/glyphbox.mtx
1a192771 6914%{texmf}/tex/fontinst
1a192771 6915%{texmf}/tex/generic/hyphen
df343eba 6916
1a192771
ZU
6917# %{fmtdir}/metafun.mem
6918#%{texmf}/web2c/tex-pl.pool
6919# %{texmf}/web2c/tex.pool
fb2a8613 6920%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
6921
6922%{texmf}/web2c/*.tcx
df343eba
ZU
6923
6924# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
6925# %lang(fi) %{_mandir}/fi/man1/allcm.1*
6926# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
6927# %lang(fr) %{_mandir}/fr/man1/access.1*
6928# %lang(hu) %{_mandir}/hu/man1/access.1*
6929# %lang(hu) %{_mandir}/hu/man1/newer.1*
6930# %lang(pl) %{_mandir}/pl/man1/access.1*
6931# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
6932#%{_mandir}/man1/MakeTeXPK.1*
6933#%{_mandir}/man1/access.1*
6934#%{_mandir}/man1/fontexport.1*
6935#%{_mandir}/man1/fontimport.1*
6936#%{_mandir}/man1/initex.1*
6937#%{_mandir}/man1/t1mapper.1*
1a192771 6938#%{_mandir}/man1/texdoc.1*
1a192771 6939#%{_mandir}/man1/texi2html.1*
d08789e0 6940#%{_mandir}/man1/virtex.1*
1a192771 6941#%{_mandir}/man8/fmtutil.8*
d08789e0 6942#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
6943#%{_mandir}/man8/texlinks.8*
6944
d08789e0
ZU
6945%{_mandir}/man1/afm2tfm.1*
6946%{_mandir}/man1/allcm.1*
fae5faca 6947%{_mandir}/man1/allec.1*
d08789e0 6948%{_mandir}/man1/allneeded.1*
fae5faca 6949%{_mandir}/man1/ctangle.1*
d08789e0 6950%{_mandir}/man1/ctie.1*
fae5faca 6951%{_mandir}/man1/cweave.1*
d08789e0
ZU
6952%{_mandir}/man1/cweb.1*
6953%{_mandir}/man1/dmp.1*
6954%{_mandir}/man1/dvipdft.1*
6955%{_mandir}/man1/dvipng.1*
6956%{_mandir}/man1/e2pall.1*
6957%{_mandir}/man1/ebb.1*
6958%{_mandir}/man1/fmtutil.1*
09deda15 6959%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
6960%{_mandir}/man1/fontinst.1*
6961%{_mandir}/man1/gftodvi.1*
6962%{_mandir}/man1/gftopk.1*
6963%{_mandir}/man1/gftype.1*
6964%{_mandir}/man1/gsftopk.1*
6965%{_mandir}/man1/kpseaccess.1*
6966%{_mandir}/man1/kpsereadlink.1*
6967%{_mandir}/man1/kpsewhere.1*
6968%{_mandir}/man1/mag.1*
6969%{_mandir}/man1/makempx.1*
6970%{_mandir}/man1/makempy.1*
fae5faca 6971%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
6972%{_mandir}/man1/mktexlsr.1*
6973%{_mandir}/man1/newer.1*
6974%{_mandir}/man1/patgen.1*
6975%{_mandir}/man1/pdfetex.1*
6976%{_mandir}/man1/pfb2pfa.1*
6977%{_mandir}/man1/pk2bm.1*
6978%{_mandir}/man1/pktogf.1*
6979%{_mandir}/man1/pktype.1*
6980%{_mandir}/man1/pltotf.1*
6981%{_mandir}/man1/pooltype.1*
6982%{_mandir}/man1/ps2frag.1*
6983%{_mandir}/man1/ps2pk.1*
6984%{_mandir}/man1/tangle.1*
6985%{_mandir}/man1/tex.1*
d08789e0 6986%{_mandir}/man1/texexec.1*
fae5faca 6987%{_mandir}/man1/texhash.1*
d08789e0 6988%{_mandir}/man1/texlinks.1*
d08789e0 6989%{_mandir}/man1/tftopl.1*
d08789e0 6990%{_mandir}/man1/tie.1*
1a192771 6991%{_mandir}/man1/ttf2afm.1*
d08789e0 6992%{_mandir}/man1/updmap.1*
fae5faca 6993%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
6994%{_mandir}/man1/vftovp.1*
6995%{_mandir}/man1/vptovf.1*
6996%{_mandir}/man1/weave.1*
6997%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 6998%{_mandir}/man5/updmap.cfg.5*
1a192771 6999
80fa261c
ZU
7000%files other-utils
7001%defattr(644,root,root,755)
7002%attr(755,root,root) %{_bindir}/bg5+latex
7003%attr(755,root,root) %{_bindir}/bg5+pdflatex
7004%attr(755,root,root) %{_bindir}/bg5conv
7005%attr(755,root,root) %{_bindir}/bg5latex
7006%attr(755,root,root) %{_bindir}/bg5pdflatex
7007%attr(755,root,root) %{_bindir}/bibtex8
7008%attr(755,root,root) %{_bindir}/cfftot1
7009%attr(755,root,root) %{_bindir}/ebong
7010%attr(755,root,root) %{_bindir}/extconv
7011%attr(755,root,root) %{_bindir}/extractbb
7012%attr(755,root,root) %{_bindir}/gbklatex
7013%attr(755,root,root) %{_bindir}/gbkpdflatex
7014%attr(755,root,root) %{_bindir}/getnonfreefonts
7015%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
7016%attr(755,root,root) %{_bindir}/hbf2gf
7017%attr(755,root,root) %{_bindir}/jadetex
7018%attr(755,root,root) %{_bindir}/lamed
7019%attr(755,root,root) %{_bindir}/makeglossaries
7020%attr(755,root,root) %{_bindir}/metafun
7021%attr(755,root,root) %{_bindir}/mkjobtexmf
7022%attr(755,root,root) %{_bindir}/mllatex
7023%attr(755,root,root) %{_bindir}/mltex
7024%attr(755,root,root) %{_bindir}/mmafm
7025%attr(755,root,root) %{_bindir}/mmpfb
7026%attr(755,root,root) %{_bindir}/musixflx
7027%attr(755,root,root) %{_bindir}/ofm2opl
7028%attr(755,root,root) %{_bindir}/otfinfo
7029%attr(755,root,root) %{_bindir}/otftotfm
7030%attr(755,root,root) %{_bindir}/oxdvi
7031%attr(755,root,root) %{_bindir}/pdfatfi
7032%attr(755,root,root) %{_bindir}/pdfclose
7033%attr(755,root,root) %{_bindir}/pdfjadetex
7034%attr(755,root,root) %{_bindir}/pdfopen
7035%attr(755,root,root) %{_bindir}/pdftosrc
7036%{__perl}tex
7037%attr(755,root,root) %{_bindir}/physe
7038%attr(755,root,root) %{_bindir}/pkfix
7039%attr(755,root,root) %{_bindir}/ppower4
7040%attr(755,root,root) %{_bindir}/rungs
7041%attr(755,root,root) %{_bindir}/simpdftex
7042%attr(755,root,root) %{_bindir}/sjisconv
7043%attr(755,root,root) %{_bindir}/sjislatex
7044%attr(755,root,root) %{_bindir}/sjispdflatex
7045%attr(755,root,root) %{_bindir}/synctex
7046%attr(755,root,root) %{_bindir}/t1dotlessj
7047%attr(755,root,root) %{_bindir}/t1lint
7048%attr(755,root,root) %{_bindir}/t1reencode
7049%attr(755,root,root) %{_bindir}/t1testpage
7050%attr(755,root,root) %{_bindir}/texcount
7051%attr(755,root,root) %{_bindir}/texsis
7052%attr(755,root,root) %{_bindir}/tlmgr
7053%attr(755,root,root) %{_bindir}/tpic2pdftex
7054%attr(755,root,root) %{_bindir}/ttf2pk
7055%attr(755,root,root) %{_bindir}/ttf2tfm
7056%attr(755,root,root) %{_bindir}/ttftotype42
7057%attr(755,root,root) %{_bindir}/vlna
7058%attr(755,root,root) %{_bindir}/vpe
7059%{_mandir}/man1/cfftot1.1*
7060%{_mandir}/man1/getnonfreefonts-sys.1
7061%{_mandir}/man1/getnonfreefonts.1*
7062%{_mandir}/man1/hbf2gf.1*
7063%{_mandir}/man1/mkjobtexmf.1*
7064%{_mandir}/man1/mmafm.1*
7065%{_mandir}/man1/mmpfb.1*
7066%{_mandir}/man1/otfinfo.1*
7067%{_mandir}/man1/otftotfm.1*
7068%{_mandir}/man1/oxdvi.1
7069%{_mandir}/man1/pdftosrc.1*
7070%{_mandir}/man1/ps2eps.1*
7071%{_mandir}/man1/synctex.1*
7072%{_mandir}/man1/t1dotlessj.1*
7073%{_mandir}/man1/t1lint.1*
7074%{_mandir}/man1/t1reencode.1*
7075%{_mandir}/man1/t1testpage.1*
7076%{_mandir}/man1/ttf2pk.1*
7077%{_mandir}/man1/ttf2tfm.1*
7078%{_mandir}/man1/ttftotype42.1*
7079%{_mandir}/man1/vlna.1*
7080%{_mandir}/man5/synctex.5*
7081%{texmfdist}/source/startex
7082%{texmfdist}/source/jadetex
7083%{texmfdist}/tex/jadetex
7084%{texmfdist}/tex/texsis
7085%{texmfdist}/tex/startex
7086%{texmf}/fmtutil/format.jadetex.cnf
7087%{texmf}/fmtutil/format.mltex.cnf
7088%{texmfdist}/tex/generic/abbr
7089%{texmfdist}/tex/generic/abstyles/
7090%{texmfdist}/tex/generic/arrayjob
7091%{texmfdist}/tex/generic/barr
7092%{texmfdist}/tex/generic/borceux
7093%{texmfdist}/tex/generic/c-pascal
7094%{texmfdist}/tex/generic/cirth
7095%{texmfdist}/tex/generic/colortab
7096%{texmfdist}/tex/generic/dratex
7097%{texmfdist}/tex/generic/ean
7098%{texmfdist}/tex/generic/edmac
7099%{texmfdist}/tex/generic/elvish
7100%{texmfdist}/tex/generic/fenixpar
7101%{texmfdist}/tex/generic/fltpoint
7102%{texmfdist}/tex/generic/musixtex
7103
7104%files other-utils-doc
7105%defattr(644,root,root,755)
7106%doc %{texmfdist}/doc/jadetex
7107%doc %{texmfdist}/doc/texsis
7108%doc %{texmfdist}/doc/startex
7109%doc %{texmfdist}/doc/generic/c-pascal
d08789e0
ZU
7110
7111%files dirs-fonts
7112%defattr(644,root,root,755)
1a192771 7113%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7114%dir %{texmfdist}/fonts
7115%dir %{texmfdist}/fonts/afm
7116%dir %{texmfdist}/fonts/afm/public
4224ae6d 7117%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7118%dir %{texmfdist}/fonts/enc
7119%dir %{texmfdist}/fonts/enc/dvips
7120%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7121%dir %{texmfdist}/fonts/map
21c69d95 7122%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7123%dir %{texmfdist}/fonts/map/dvips
7124%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7125%dir %{texmfdist}/fonts/map/fontname
330a8c29 7126%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
7127%dir %{texmfdist}/fonts/ofm
7128%dir %{texmfdist}/fonts/ofm/public
7129%dir %{texmfdist}/fonts/ovf
7130%dir %{texmfdist}/fonts/ovf/public
7131%dir %{texmfdist}/fonts/ovp
7132%dir %{texmfdist}/fonts/ovp/public
7133%dir %{texmfdist}/fonts/opentype
7134%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7135%dir %{texmfdist}/fonts/pk
1a192771 7136%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7137%dir %{texmfdist}/fonts/source
7138%dir %{texmfdist}/fonts/source/public
21c69d95 7139%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7140%dir %{texmfdist}/fonts/tfm
7141%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7142%dir %{texmfdist}/fonts/tfm/vntex
04123363 7143%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7144%dir %{texmfdist}/fonts/type1
7145%dir %{texmfdist}/fonts/type1/public
21c69d95 7146%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7147%dir %{texmfdist}/fonts/vf
7148%dir %{texmfdist}/fonts/vf/public
21c69d95 7149%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7150%dir %{texmfdist}/source
7151%dir %{texmfdist}/source/fonts
7152%dir %{texmfdist}/source/latex
1a192771
ZU
7153%dir %{texmf}/fonts
7154%dir %{texmf}/fonts/opentype
7155%dir %{texmf}/fonts/opentype/public
d08789e0 7156
5b7eba8e
MB
7157%files doc
7158%defattr(644,root,root,755)
80fa261c 7159%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7160%dir %{texmfdoc}
04123363 7161%dir %{texmfdoc}/doc
80fa261c
ZU
7162%{texmfdoc}/README
7163%{texmfdoc}/ls-R
5b7eba8e 7164%{texmfdoc}/doc/english
80fa261c 7165%{texmfdist}/doc/fontinst
5b7eba8e
MB
7166
7167%files doc-bg
7168%defattr(644,root,root,755)
7169%{texmfdoc}/doc/bulgarian
7170
7171%files doc-cs
7172%defattr(644,root,root,755)
7173%{texmfdoc}/doc/czechslovak
7174
7175%files doc-de
7176%defattr(644,root,root,755)
7177%{texmfdoc}/doc/german
7178
7179%files doc-el
7180%defattr(644,root,root,755)
7181%{texmfdoc}/doc/greek
7182
7183%files doc-es
7184%defattr(644,root,root,755)
7185%{texmfdoc}/doc/spanish
7186
7187%files doc-fi
7188%defattr(644,root,root,755)
7189%{texmfdoc}/doc/finnish
7190
7191%files doc-fr
7192%defattr(644,root,root,755)
7193%{texmfdoc}/doc/french
7194
7195%files doc-it
7196%defattr(644,root,root,755)
7197%{texmfdoc}/doc/italian
7198
7199%files doc-ja
7200%defattr(644,root,root,755)
7201%{texmfdoc}/doc/japanese
7202
7203%files doc-ko
7204%defattr(644,root,root,755)
7205%{texmfdoc}/doc/korean
7206
7207%files doc-mn
7208%defattr(644,root,root,755)
7209%{texmfdoc}/doc/mongolian
7210
7211%files doc-nl
7212%defattr(644,root,root,755)
7213%{texmfdoc}/doc/dutch
7214
7215%files doc-pl
7216%defattr(644,root,root,755)
7217%{texmfdoc}/doc/polish
7218
7219%files doc-pt
7220%defattr(644,root,root,755)
7221%{texmfdoc}/doc/portuguese
7222
7223%files doc-ru
7224%defattr(644,root,root,755)
7225%{texmfdoc}/doc/russian
7226
7227%files doc-sk
7228%defattr(644,root,root,755)
7229%{texmfdoc}/doc/slovak
7230
7231%files doc-sl
7232%defattr(644,root,root,755)
7233%{texmfdoc}/doc/slovenian
7234
7235%files doc-th
7236%defattr(644,root,root,755)
7237%{texmfdoc}/doc/thai
7238
7239%files doc-tr
7240%defattr(644,root,root,755)
7241%{texmfdoc}/doc/turkish
7242
7243%files doc-uk
7244%defattr(644,root,root,755)
7245%{texmfdoc}/doc/ukrainian
7246
7247%files doc-vi
7248%defattr(644,root,root,755)
7249%{texmfdoc}/doc/vietnamese
7250
7251%files doc-zh_CN
7252%defattr(644,root,root,755)
7253%{texmfdoc}/doc/chinese
7254
0f6c4baf
ZU
7255# %files doc-Catalogue
7256# %defattr(644,root,root,755)
7257# %{texmf}/doc/help/Catalogue
d08789e0 7258
0f6c4baf
ZU
7259# %files doc-tug-faq
7260# %defattr(644,root,root,755)
7261# %{texmf}/doc/help/faq/uktug-faq
d08789e0 7262
5902e778 7263
d08789e0
ZU
7264%files doc-latex
7265%defattr(644,root,root,755)
5902e778
ZU
7266# %{texmfdist}/doc/latex/bar
7267# %{texmfdist}/doc/latex/eclbip
7268# %{texmfdist}/doc/latex/eo
7269# %{texmfdist}/doc/latex/floatflt
7270# %{texmfdist}/doc/latex/general
7271# %{texmfdist}/doc/latex/germbib
7272# %{texmfdist}/doc/latex/images
7273# %{texmfdist}/doc/latex/mathcomp
7274# %{texmfdist}/doc/latex/mt11p
7275# %{texmfdist}/doc/latex/picins
7276# %{texmfdist}/doc/latex/ps4pdf
7277# %{texmfdist}/doc/latex/pslatex
7278# %{texmfdist}/doc/latex/shapepar
7279# %{texmfdist}/doc/latex/supertab
7280# %{texmfdist}/doc/latex/tex-refs
7281# %{texmfdist}/doc/latex/textmerg
7282# %{texmfdist}/doc/latex/treesvr
df343eba 7283%{texmfdist}/doc/latex/acronym
df343eba
ZU
7284%{texmfdist}/doc/latex/aeguill
7285%{texmfdist}/doc/latex/anysize
df343eba
ZU
7286%{texmfdist}/doc/latex/base
7287%{texmfdist}/doc/latex/beton
df343eba
ZU
7288%{texmfdist}/doc/latex/carlisle
7289%{texmfdist}/doc/latex/ccaption
7290%{texmfdist}/doc/latex/changebar
7291%{texmfdist}/doc/latex/chappg
df343eba
ZU
7292%{texmfdist}/doc/latex/concmath
7293%{texmfdist}/doc/latex/crop
df343eba
ZU
7294%{texmfdist}/doc/latex/dinbrief
7295%{texmfdist}/doc/latex/draftcopy
df343eba
ZU
7296%{texmfdist}/doc/latex/eepic
7297%{texmfdist}/doc/latex/endfloat
df343eba
ZU
7298%{texmfdist}/doc/latex/esint
7299%{texmfdist}/doc/latex/eso-pic
7300%{texmfdist}/doc/latex/euler
7301%{texmfdist}/doc/latex/eulervm
df343eba
ZU
7302%{texmfdist}/doc/latex/extsizes
7303%{texmfdist}/doc/latex/fancybox
7304%{texmfdist}/doc/latex/fancyhdr
7305%{texmfdist}/doc/latex/fancyvrb
7306%{texmfdist}/doc/latex/filecontents
7307%{texmfdist}/doc/latex/float
df343eba
ZU
7308%{texmfdist}/doc/latex/footmisc
7309%{texmfdist}/doc/latex/footnpag
7310%{texmfdist}/doc/latex/fp
df343eba 7311%{texmfdist}/doc/latex/geometry
df343eba
ZU
7312%{texmfdist}/doc/latex/graphics
7313%{texmfdist}/doc/latex/hyperref
7314%{texmfdist}/doc/latex/hyphenat
df343eba
ZU
7315%{texmfdist}/doc/latex/index
7316%{texmfdist}/doc/latex/koma-script
7317%{texmfdist}/doc/latex/labels
df343eba 7318%{texmfdist}/doc/latex/layouts
df343eba
ZU
7319%{texmfdist}/doc/latex/lettrine
7320%{texmfdist}/doc/latex/listings
7321%{texmfdist}/doc/latex/ltabptch
df343eba
ZU
7322%{texmfdist}/doc/latex/mdwtools
7323%{texmfdist}/doc/latex/memoir
7324%{texmfdist}/doc/latex/mh
df343eba
ZU
7325%{texmfdist}/doc/latex/mparhack
7326%{texmfdist}/doc/latex/ms
df343eba
ZU
7327%{texmfdist}/doc/latex/multibib
7328%{texmfdist}/doc/latex/mwcls
7329%{texmfdist}/doc/latex/natbib
7330%{texmfdist}/doc/latex/nomencl
7331%{texmfdist}/doc/latex/ntgclass
df343eba
ZU
7332%{texmfdist}/doc/latex/oberdiek
7333%{texmfdist}/doc/latex/overpic
7334%{texmfdist}/doc/latex/paralist
7335%{texmfdist}/doc/latex/pb-diagram
7336%{texmfdist}/doc/latex/pdfpages
7337%{texmfdist}/doc/latex/picinpar
df343eba
ZU
7338%{texmfdist}/doc/latex/pict2e
7339%{texmfdist}/doc/latex/placeins
7340%{texmfdist}/doc/latex/preprint
7341%{texmfdist}/doc/latex/preview
7342%{texmfdist}/doc/latex/program
df343eba 7343%{texmfdist}/doc/latex/psfrag
0f6c4baf 7344%{texmfdist}/doc/latex/revtex
df343eba
ZU
7345%{texmfdist}/doc/latex/rotating
7346%{texmfdist}/doc/latex/rotfloat
7347%{texmfdist}/doc/latex/scale
7348%{texmfdist}/doc/latex/sectsty
7349%{texmfdist}/doc/latex/seminar
df343eba
ZU
7350%{texmfdist}/doc/latex/showlabels
7351%{texmfdist}/doc/latex/sidecap
df343eba
ZU
7352%{texmfdist}/doc/latex/slashbox
7353%{texmfdist}/doc/latex/soul
7354%{texmfdist}/doc/latex/stdclsdv
7355%{texmfdist}/doc/latex/subfig
7356%{texmfdist}/doc/latex/subfigure
df343eba 7357%{texmfdist}/doc/latex/textfit
df343eba
ZU
7358%{texmfdist}/doc/latex/textpos
7359%{texmfdist}/doc/latex/titlesec
7360%{texmfdist}/doc/latex/tocbibind
7361%{texmfdist}/doc/latex/tocloft
7362%{texmfdist}/doc/latex/tools
7363%{texmfdist}/doc/latex/totpages
df343eba
ZU
7364%{texmfdist}/doc/latex/type1cm
7365%{texmfdist}/doc/latex/units
7366%{texmfdist}/doc/latex/vmargin
7367%{texmfdist}/doc/latex/was
7368%{texmfdist}/doc/latex/wrapfig
7369%{texmfdist}/doc/latex/xtab
7370%{texmfdist}/doc/latex/yfonts
7371
096dca83 7372%files -n kpathsea
d08789e0 7373%defattr(644,root,root,755)
4aeb46f7 7374%dir %{texmf}/doc/kpathsea
446ab8e0 7375%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
7376%attr(755,root,root) %{_bindir}/kpsepath
7377%attr(755,root,root) %{_bindir}/kpsestat
7378%attr(755,root,root) %{_bindir}/kpsetool
7379%attr(755,root,root) %{_bindir}/kpsewhich
7380%attr(755,root,root) %{_bindir}/kpsexpand
7381%attr(755,root,root) %{_libdir}/libkpathsea.so.*
7382%{_libdir}/libkpathsea.la
fae5faca
ZU
7383%{_mandir}/man1/kpsexpand.1*
7384%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
7385%{_mandir}/man1/kpsestat.1*
7386%{_mandir}/man1/kpsetool.1*
7387%{_mandir}/man1/kpsewhich.1*
d08789e0 7388
096dca83 7389%files -n kpathsea-devel
d08789e0
ZU
7390%defattr(644,root,root,755)
7391%attr(755,root,root) %{_libdir}/libkpathsea.so
7392%{_includedir}/kpathsea
7393%{_infodir}/kpathsea.info*
7394
7395%files dvips
7396%defattr(644,root,root,755)
446ab8e0 7397# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 7398# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 7399# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
7400# %lang(fi) %{_mandir}/fi/man1/dvips.1*
7401# %{texmf}/dvips/misc
7402# %{texmf}/dvips/config/config.generic
7403# %{texmf}/fonts/map/dvips/misc
7404# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7405# %{texmf}/fonts/map/dvips/tetex/bsr.map
7406# %{_localstatedir}/fonts/map/dvipdfm
7407# %{_localstatedir}/fonts/map/dvips
7408%dir %{texmfdist}/fonts/map/dvips/cmex
7409%dir %{texmf}/dvipdfm
7410%docdir %{texmf}/doc/dvips
7411%docdir %{texmf}/doc/dvipdfm
d08789e0
ZU
7412%attr(755,root,root) %{_bindir}/dvips
7413%attr(755,root,root) %{_bindir}/dvired
7414%attr(755,root,root) %{_bindir}/dvitomp
7415%attr(755,root,root) %{_bindir}/dvitype
7416%attr(755,root,root) %{_bindir}/dvicopy
7417%attr(755,root,root) %{_bindir}/dvipdfm
7418%attr(755,root,root) %{_bindir}/dvipdft
7419# dvi2fax requires ghostscript
7420%attr(755,root,root) %{_bindir}/dvi2fax
7421%{_infodir}/dvips.info*
7422%{_mandir}/man1/dvi2fax.1*
7423%{_mandir}/man1/dvicopy.1*
7424%{_mandir}/man1/dvipdfm.1*
7425%{_mandir}/man1/dvips.1*
7426%{_mandir}/man1/dvired.1*
7427%{_mandir}/man1/dvitomp.1*
7428%{_mandir}/man1/dvitype.1*
d08789e0 7429%{texmf}/dvips/base
80fa261c
ZU
7430%{texmf}/dvips/config
7431%{texmf}/dvips/getafm
d08789e0 7432%{texmf}/dvips/gsftopk
2677a8b0 7433%{texmfdist}/dvips/psfrag
606c6ab6 7434# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 7435%{texmfdist}/fonts/enc/dvips/base
9b908671 7436%{texmfdist}/fonts/map/dvips/allrunes
5902e778 7437%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 7438%{texmfdist}/tex/generic/dvips
f7f90954 7439%{texmfdist}/dvips
5902e778
ZU
7440%{texmf}/dvipdfm/config
7441%{texmf}/dvips/tetex/config.*
d08789e0 7442%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 7443%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
7444# %{texmf}/fonts/map
7445%dir %{texmf}/fonts/map/dvipdfm
7446%dir %{texmf}/fonts/map/dvips
7447%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
7448%{texmf}/fonts/map/dvipdfm/updmap
7449%{texmf}/fonts/map/dvipdfm/dvipdfmx
7450%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
7451%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7452%{texmf}/fonts/map/dvips/tetex/dvips35.map
7453%{texmf}/fonts/map/dvips/tetex/mathpple.map
7454%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7455%{texmf}/fonts/map/dvips/tetex/mt-plus.map
7456%{texmf}/fonts/map/dvips/tetex/mt-yy.map
7457%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 7458
d08789e0
ZU
7459
7460%files dvilj
7461%defattr(644,root,root,755)
7462%attr(755,root,root) %{_bindir}/dvihp
7463%attr(755,root,root) %{_bindir}/dvilj
7464%attr(755,root,root) %{_bindir}/dvilj2p
7465%attr(755,root,root) %{_bindir}/dvilj4
7466%attr(755,root,root) %{_bindir}/dvilj4l
7467%attr(755,root,root) %{_bindir}/dvilj6
7468%{_mandir}/man1/dvihp.1*
7469%{_mandir}/man1/dvilj.1*
09deda15
ZU
7470%{_mandir}/man1/dvilj2p.1*
7471%{_mandir}/man1/dvilj4.1*
7472%{_mandir}/man1/dvilj4l.1*
7473%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
7474
7475%files makeindex
7476%defattr(644,root,root,755)
446ab8e0 7477%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
7478%attr(755,root,root) %{_bindir}/mkindex
7479%attr(755,root,root) %{_bindir}/makeindex
7480%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 7481%{texmfdist}/makeindex
d08789e0
ZU
7482%{_mandir}/man1/makeindex.1*
7483%{_mandir}/man1/mkindex.1*
7484%{_mandir}/man1/rumakeindex.1*
7485
29d720fe
ZU
7486%files scripts
7487%defattr(644,root,root,755)
7488%dir %{texmfdist}/scripts
7489%dir %{texmf}/scripts
7490%dir %{texmf}/scripts/texlive
7491%{texmfdist}/scripts/bengali
7492%{texmfdist}/scripts/dviasm
7493%{texmfdist}/scripts/glossaries
7494%{texmfdist}/scripts/oberdiek
7495%{texmfdist}/scripts/perltex
7496%{texmfdist}/scripts/pgfplots
7497%{texmfdist}/scripts/ppower4
7498%{texmfdist}/scripts/pst2pdf
7499%{texmfdist}/scripts/shipunov
7500%{texmfdist}/scripts/texcount
7501%{texmfdist}/scripts/vpe/vpe.pl
7502%{texmf}/scripts/a2ping
7503%{texmf}/scripts/epstopdf
7504%{texmf}/scripts/pkfix
7505%{texmf}/scripts/ps2eps
7506%{texmf}/scripts/simpdftex
7507%{texmf}/scripts/tetex
7508%{texmf}/scripts/texlive/getnonfreefonts.pl
7509%{texmf}/scripts/texlive/gswin32
7510%{texmf}/scripts/texlive/lua
7511%{texmf}/scripts/texlive/*.tlu
7512%{texmf}/scripts/texlive/tlmgr.pl
7513%{texmf}/scripts/texlive/tlmgrgui
7514
e67df411
ZU
7515%files tex-mathdots
7516%defattr(644,root,root,755)
7517%doc %{texmfdist}/doc/generic/mathdots
7518%{texmfdist}/source/generic/mathdots
7519%{texmfdist}/tex/generic/mathdots
7520
d08789e0
ZU
7521%files metafont
7522%defattr(644,root,root,755)
d08789e0
ZU
7523#%attr(755,root,root) %{_bindir}/mfw
7524#%attr(755,root,root) %{_bindir}/virmf
7525#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
7526#%{texmf}/mft/cmbase.mft
7527# %{texmf}/mft/e.mft
446ab8e0
ZU
7528# %{texmf}/mft/pl.mft
7529# %{fmtdir}/mf.base
d08789e0 7530#%{texmf}/web2c/mf-nowin.base
446ab8e0 7531# %{texmf}/web2c/mf.pool
d08789e0 7532#%{texmf}/web2c/mfw.base
d08789e0
ZU
7533#%{_mandir}/man1/inimf.1*
7534#%{_mandir}/man1/virmf.1*
5902e778
ZU
7535%dir %{texmfdist}/mft
7536%dir %{texmfdist}/mft/base
7537%attr(755,root,root) %{_bindir}/mf
7538%attr(755,root,root) %{_bindir}/mf-nowin
7539%attr(755,root,root) %{_bindir}/mft
7540%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 7541%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
7542%attr(755,root,root) %{_bindir}/mktextfm
7543%{texmfdist}/metafont
7544%{texmfdist}/mft/base/mplain.mft
7545%{texmfdist}/mft/base/plain.mft
80fa261c 7546%{texmfdist}/source/metafont
5902e778 7547%{_mandir}/man1/mf.1*
fae5faca 7548%{_mandir}/man1/mf-nowin.1*
5902e778 7549%{_mandir}/man1/mft.1*
d08789e0
ZU
7550%{_mandir}/man1/mktexmf.1*
7551%{_mandir}/man1/mktexpk.1*
7552%{_mandir}/man1/mktextfm.1*
80fa261c 7553%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
7554
7555%files metapost
7556%defattr(644,root,root,755)
d08789e0
ZU
7557#%attr(755,root,root) %{_bindir}/virmpost
7558#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
7559# %{texmf}/web2c/mp.pool
7560# %{fmtdir}/mpost.mem
7561#%{_mandir}/man1/inimpost.1*
7562#%{_mandir}/man1/virmpost.1*
446ab8e0 7563%dir %{texmfdist}/metapost
5902e778
ZU
7564%doc %{texmfdist}/doc/metapost
7565%attr(755,root,root) %{_bindir}/mpost
7566%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
7567%{texmfdist}/metapost/base
7568%{texmfdist}/metapost/config
7569%{texmfdist}/metapost/mfpic
7570%{texmfdist}/metapost/misc
7571%{texmfdist}/metapost/support
80fa261c 7572%{texmfdist}/source/metapost
d08789e0
ZU
7573%{_mandir}/man1/mpost.1*
7574%{_mandir}/man1/mpto.1*
80fa261c 7575%{texmf}/fmtutil/format.metapost.cnf
d08789e0 7576
43a061cf 7577%files metapost-other
786ebdb1
ZU
7578%defattr(644,root,root,755)
7579%{texmfdist}/metapost/automata
7580%{texmfdist}/metapost/bbcard
7581%{texmfdist}/metapost/blockdraw_mp
7582%{texmfdist}/metapost/bpolynomial
7583%{texmfdist}/metapost/cmarrows
7584%{texmfdist}/metapost/dviincl
7585%{texmfdist}/metapost/epsincl
7586%{texmfdist}/metapost/expressg
7587%{texmfdist}/metapost/exteps
7588%{texmfdist}/metapost/featpost
7589%{texmfdist}/metapost/feynmf
7590%{texmfdist}/metapost/frcursive
7591%{texmfdist}/metapost/hatching
7592%{texmfdist}/metapost/metaobj
7593%{texmfdist}/metapost/metaplot
7594%{texmfdist}/metapost/metauml
7595%{texmfdist}/metapost/mp3d
7596%{texmfdist}/metapost/mpattern
7597%{texmfdist}/metapost/nkarta
7598%{texmfdist}/metapost/piechartmp
7599%{texmfdist}/metapost/slideshow
7600%{texmfdist}/metapost/splines
7601%{texmfdist}/metapost/tabvar
7602%{texmfdist}/metapost/textpath
7603%{texmfdist}/metapost/venn
7604
d08789e0
ZU
7605%files mptopdf
7606%defattr(644,root,root,755)
7607%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 7608%{_mandir}/man1/mptopdf.1*
b839a3ce 7609# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
7610
7611%files texdoctk
7612%defattr(644,root,root,755)
446ab8e0 7613# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
7614%attr(755,root,root) %{_bindir}/texdoctk
7615%{texmf}/texdoctk
d08789e0
ZU
7616%{_mandir}/man1/texdoctk.1*
7617
7618%files -n texconfig
7619%defattr(644,root,root,755)
5902e778
ZU
7620%dir %{texmf}/texconfig
7621%doc %{texmf}/texconfig/README
d08789e0
ZU
7622%attr(755,root,root) %{_bindir}/texconfig
7623%attr(755,root,root) %{_bindir}/texconfig-dialog
7624%attr(755,root,root) %{_bindir}/texconfig-sys
7625%attr(755,root,root) %{texmf}/texconfig/tcfmgr
7626%{_mandir}/man1/texconfig.1*
fae5faca 7627%{_mandir}/man1/texconfig-sys.1*
5902e778 7628%{texmf}/texconfig/g
d08789e0 7629%{texmf}/texconfig/generic
5902e778 7630%{texmf}/texconfig/tcfmgr.map
d08789e0 7631%{texmf}/texconfig/v
d08789e0
ZU
7632%{texmf}/texconfig/x
7633
624ed2f9
ZU
7634%files -n xindy
7635%defattr(644,root,root,755)
4224ae6d 7636%doc %{texmf}/doc/xindy
624ed2f9 7637%dir %{texmf}/xindy
624ed2f9 7638%dir %{texmf}/xindy/lang
1024ab0e
ZU
7639%dir %{texmf}/scripts
7640%{texmf}/scripts/xindy
4224ae6d
MB
7641%{texmf}/xindy/base
7642%{texmf}/xindy/class
7643%{texmf}/xindy/ord
7644%{texmf}/xindy/rules
7645%{texmf}/xindy/styles
7646%{texmf}/xindy/tex
624ed2f9 7647
1024ab0e 7648
624ed2f9
ZU
7649%files -n xindy-albanian
7650%defattr(644,root,root,755)
4224ae6d 7651%{texmf}/xindy/lang/albanian
624ed2f9
ZU
7652
7653%files -n xindy-belarusian
7654%defattr(644,root,root,755)
4224ae6d 7655%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
7656
7657%files -n xindy-bulgarian
7658%defattr(644,root,root,755)
4224ae6d 7659%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
7660
7661%files -n xindy-croatian
7662%defattr(644,root,root,755)
4224ae6d 7663%{texmf}/xindy/lang/croatian
624ed2f9
ZU
7664
7665%files -n xindy-czech
7666%defattr(644,root,root,755)
4224ae6d 7667%{texmf}/xindy/lang/czech
624ed2f9
ZU
7668
7669%files -n xindy-danish
7670%defattr(644,root,root,755)
4224ae6d 7671%{texmf}/xindy/lang/danish
624ed2f9
ZU
7672
7673%files -n xindy-dutch
7674%defattr(644,root,root,755)
4224ae6d 7675%{texmf}/xindy/lang/dutch
624ed2f9
ZU
7676
7677%files -n xindy-english
7678%defattr(644,root,root,755)
4224ae6d 7679%{texmf}/xindy/lang/english
624ed2f9
ZU
7680
7681%files -n xindy-esperanto
7682%defattr(644,root,root,755)
4224ae6d 7683%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
7684
7685%files -n xindy-estonian
7686%defattr(644,root,root,755)
4224ae6d 7687%{texmf}/xindy/lang/estonian
624ed2f9
ZU
7688
7689%files -n xindy-finnish
7690%defattr(644,root,root,755)
4224ae6d 7691%{texmf}/xindy/lang/finnish
624ed2f9
ZU
7692
7693%files -n xindy-french
7694%defattr(644,root,root,755)
4224ae6d 7695%{texmf}/xindy/lang/french
624ed2f9
ZU
7696
7697%files -n xindy-general
7698%defattr(644,root,root,755)
4224ae6d 7699%{texmf}/xindy/lang/general
624ed2f9
ZU
7700
7701%files -n xindy-georgian
7702%defattr(644,root,root,755)
4224ae6d 7703%{texmf}/xindy/lang/georgian
624ed2f9
ZU
7704
7705%files -n xindy-german
7706%defattr(644,root,root,755)
4224ae6d 7707%{texmf}/xindy/lang/german
624ed2f9
ZU
7708
7709%files -n xindy-greek
7710%defattr(644,root,root,755)
4224ae6d 7711%{texmf}/xindy/lang/greek
624ed2f9
ZU
7712
7713%files -n xindy-gypsy
7714%defattr(644,root,root,755)
4224ae6d 7715%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
7716
7717%files -n xindy-hausa
7718%defattr(644,root,root,755)
4224ae6d 7719%{texmf}/xindy/lang/hausa
624ed2f9
ZU
7720
7721%files -n xindy-hebrew
7722%defattr(644,root,root,755)
4224ae6d 7723%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
7724
7725%files -n xindy-hungarian
7726%defattr(644,root,root,755)
4224ae6d 7727%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
7728
7729%files -n xindy-icelandic
7730%defattr(644,root,root,755)
4224ae6d 7731%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
7732
7733%files -n xindy-italian
7734%defattr(644,root,root,755)
4224ae6d 7735%{texmf}/xindy/lang/italian
624ed2f9
ZU
7736
7737%files -n xindy-klingon
7738%defattr(644,root,root,755)
4224ae6d 7739%{texmf}/xindy/lang/klingon
624ed2f9
ZU
7740
7741%files -n xindy-kurdish
7742%defattr(644,root,root,755)
4224ae6d 7743%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
7744
7745%files -n xindy-latin
7746%defattr(644,root,root,755)
4224ae6d 7747%{texmf}/xindy/lang/latin
624ed2f9
ZU
7748
7749%files -n xindy-latvian
7750%defattr(644,root,root,755)
4224ae6d 7751%{texmf}/xindy/lang/latvian
624ed2f9
ZU
7752
7753%files -n xindy-lithuanian
7754%defattr(644,root,root,755)
4224ae6d 7755%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
7756
7757%files -n xindy-lower-sorbian
7758%defattr(644,root,root,755)
4224ae6d 7759%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
7760
7761%files -n xindy-macedonian
7762%defattr(644,root,root,755)
4224ae6d 7763%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
7764
7765%files -n xindy-mongolian
7766%defattr(644,root,root,755)
4224ae6d 7767%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
7768
7769%files -n xindy-norwegian
7770%defattr(644,root,root,755)
4224ae6d 7771%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
7772
7773%files -n xindy-polish
7774%defattr(644,root,root,755)
4224ae6d 7775%{texmf}/xindy/lang/polish
624ed2f9
ZU
7776
7777%files -n xindy-portuguese
7778%defattr(644,root,root,755)
4224ae6d 7779%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
7780
7781%files -n xindy-romanian
7782%defattr(644,root,root,755)
4224ae6d 7783%{texmf}/xindy/lang/romanian
624ed2f9
ZU
7784
7785%files -n xindy-russian
7786%defattr(644,root,root,755)
4224ae6d 7787%{texmf}/xindy/lang/russian
624ed2f9
ZU
7788
7789%files -n xindy-serbian
7790%defattr(644,root,root,755)
4224ae6d 7791%{texmf}/xindy/lang/serbian
624ed2f9
ZU
7792
7793%files -n xindy-slovak
7794%defattr(644,root,root,755)
4224ae6d 7795%{texmf}/xindy/lang/slovak
624ed2f9
ZU
7796
7797%files -n xindy-slovenian
7798%defattr(644,root,root,755)
4224ae6d 7799%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
7800
7801%files -n xindy-spanish
7802%defattr(644,root,root,755)
4224ae6d 7803%{texmf}/xindy/lang/spanish
624ed2f9
ZU
7804
7805%files -n xindy-swedish
7806%defattr(644,root,root,755)
4224ae6d 7807%{texmf}/xindy/lang/swedish
624ed2f9
ZU
7808
7809%files -n xindy-turkish
7810%defattr(644,root,root,755)
4224ae6d 7811%{texmf}/xindy/lang/turkish
624ed2f9
ZU
7812
7813%files -n xindy-ukrainian
7814%defattr(644,root,root,755)
4224ae6d 7815%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
7816
7817%files -n xindy-upper-sorbian
7818%defattr(644,root,root,755)
4224ae6d 7819%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
7820
7821%files -n xindy-vietnamese
7822%defattr(644,root,root,755)
4224ae6d 7823%{texmf}/xindy/lang/vietnamese/
624ed2f9 7824
d08789e0
ZU
7825%files -n xdvi
7826%defattr(644,root,root,755)
d08789e0 7827#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 7828# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 7829# %{_mandir}/man1/xdvizilla.1*
9b908671 7830%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
7831%attr(755,root,root) %{_bindir}/xdvi
7832%{_mandir}/man1/xdvi.1*
d08789e0
ZU
7833%{_desktopdir}/xdvi.desktop
7834%{_pixmapsdir}/xdvi.png
7835%{texmf}/xdvi
7836
7837%files pdftex
7838%defattr(644,root,root,755)
446ab8e0 7839# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 7840# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 7841# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
7842# %dir %{texmf}/fonts/map/pdftex
7843# %dir %{texmf}/fonts/map/pdftex/cmttf
7844# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
7845# %{texmf}/web2c/pdfetex-pl.pool
7846# %{texmf}/web2c/pdfetex.pool
7847# %{texmf}/web2c/pdfxtex.pool
5902e778 7848# %{_mandir}/man1/pdfxtex.1*
28c0ab22 7849%dir %{texmf}/fonts/map/pdftex
5fef92c1 7850%doc %{texmfdist}/doc/pdftex
5902e778
ZU
7851%attr(755,root,root) %{_bindir}/epstopdf
7852%attr(755,root,root) %{_bindir}/pdfcrop
7853%attr(755,root,root) %{_bindir}/pdftex
bf184d85 7854%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 7855%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 7856%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 7857%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
7858%{_mandir}/man1/epstopdf.1*
7859%{_mandir}/man1/pdftex.1*
80fa261c
ZU
7860%{texmfdist}/fonts/enc/pdftex
7861%{texmfdist}/fonts/map/pdftex
7862%{texmf}/fonts/map/pdftex/updmap
d08789e0 7863
04123363 7864%files phyzzx
f65b3398 7865%defattr(644,root,root,755)
04123363
ZU
7866%attr(755,root,root) %{_bindir}/phyzzx
7867%dir %{texmfdist}/doc/phyzzx
7868%dir %{texmfdist}/tex/phyzzx
7869%doc %{texmfdist}/doc/phyzzx/base
80fa261c 7870%{texmfdist}/tex/phyzzx/base
04123363
ZU
7871%{texmfdist}/tex/phyzzx/config
7872%{texmf}/fmtutil/format.phyzzx.cnf
7873
d08789e0
ZU
7874%files omega
7875%defattr(644,root,root,755)
5902e778
ZU
7876# %{texmf}/web2c/omega.pool
7877# %{texmf}/web2c/aleph.pool
5902e778
ZU
7878# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
7879# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
7880# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
7881# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf
ZU
7882%doc %{texmfdist}/doc/omega
7883%dir %{texmfdist}/omega
7884%dir %{texmfdist}/dvips/omega
d08789e0
ZU
7885%attr(755,root,root) %{_bindir}/aleph
7886%attr(755,root,root) %{_bindir}/lambda
7887%attr(755,root,root) %{_bindir}/mkocp
7888%attr(755,root,root) %{_bindir}/mkofm
7889%attr(755,root,root) %{_bindir}/odvicopy
7890%attr(755,root,root) %{_bindir}/odvips
7891%attr(755,root,root) %{_bindir}/odvitype
7892%attr(755,root,root) %{_bindir}/omega
7893%attr(755,root,root) %{_bindir}/omfonts
7894%attr(755,root,root) %{_bindir}/opl2ofm
7895%attr(755,root,root) %{_bindir}/otangle
7896%attr(755,root,root) %{_bindir}/otp2ocp
7897%attr(755,root,root) %{_bindir}/outocp
7898%attr(755,root,root) %{_bindir}/ovf2ovp
7899%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
7900%{texmfdist}/dvips/omega/config.omega
7901%{texmfdist}/dvips/omega/omega.cfg
7902%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
7903%{texmfdist}/omega/ocp
7904%{texmfdist}/omega/otp
2677a8b0 7905%{texmfdist}/tex/lambda
80fa261c 7906%{texmfdist}/source/lambda
fae5faca 7907%{_mandir}/man1/lambda.1*
d08789e0
ZU
7908%{_mandir}/man1/mkocp.1*
7909%{_mandir}/man1/mkofm.1*
7910%{_mandir}/man1/omega.1*
fae5faca
ZU
7911%{_mandir}/man1/odvicopy.1*
7912%{_mandir}/man1/odvips.1*
7913%{_mandir}/man1/odvitype.1*
d08789e0
ZU
7914%{_mandir}/man1/ofm2opl.1*
7915%{_mandir}/man1/opl2ofm.1*
7916%{_mandir}/man1/otp2ocp.1*
7917%{_mandir}/man1/outocp.1*
7918%{_mandir}/man1/ovf2ovp.1*
7919%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
7920%{texmf}/fmtutil/format.omega.cnf
7921%{texmf}/fmtutil/format.aleph.cnf
d08789e0 7922
d08789e0
ZU
7923%files plain
7924%defattr(644,root,root,755)
446ab8e0
ZU
7925%doc %{texmfdist}/doc/plain
7926%{texmfdist}/tex/plain
4224ae6d 7927%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 7928%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
7929#%{texmf}/web2c/plain.mem
7930#%{texmf}/web2c/plain.base
7931
d5174470
ZU
7932# %files format-plain
7933# %defattr(644,root,root,755)
b839a3ce 7934# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
7935#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
7936
d5174470
ZU
7937# %files format-pdftex
7938# %defattr(644,root,root,755)
b839a3ce 7939# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 7940
d5174470
ZU
7941# %files format-pdfetex
7942# %defattr(644,root,root,755)
b839a3ce 7943# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
7944
7945%files mex
7946%defattr(644,root,root,755)
80fa261c 7947%doc %{texmfdist}/doc/mex
446ab8e0
ZU
7948%dir %{texmfdist}/tex/mex
7949%dir %{texmfdist}/tex/mex/base
7950%{texmfdist}/tex/mex/base/mex1.tex
7951%{texmfdist}/tex/mex/base/mex2.tex
7952%{texmfdist}/tex/mex/base/mex.tex
7953%dir %{texmfdist}/tex/mex/config
7954%{texmfdist}/tex/mex/base/mexconf.tex
7955
d08789e0
ZU
7956%files format-mex
7957%defattr(644,root,root,755)
7958%attr(755,root,root) %{_bindir}/mex
2677a8b0 7959%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 7960# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
7961
7962%files format-pdfmex
7963%defattr(644,root,root,755)
7964%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 7965%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 7966# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
7967
7968%files format-utf8mex
7969%defattr(644,root,root,755)
7970%attr(755,root,root) %{_bindir}/utf8mex
04123363 7971%dir %{texmfdist}/doc/mex
2677a8b0
ZU
7972%doc %{texmfdist}/doc/mex/utf8mex
7973%{texmfdist}/tex/mex/utf8mex
b839a3ce 7974# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
7975
7976%files amstex
7977%defattr(644,root,root,755)
2677a8b0
ZU
7978%dir %{texmfdist}/tex/amstex
7979%{texmfdist}/tex/amstex/base
7980%{texmfdist}/tex/amstex/config
7981%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
7982
7983%files format-amstex
7984%defattr(644,root,root,755)
446ab8e0
ZU
7985%doc %{texmfdist}/doc/amstex
7986%{texmfdist}/tex/amstex
d08789e0
ZU
7987%attr(755,root,root) %{_bindir}/amstex
7988%{_mandir}/man1/amstex.1*
80fa261c
ZU
7989%{texmf}/fmtutil/format.amstex.cnf
7990%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
7991# %lang(fi) %{_mandir}/fi/man1/amstex.1*
7992# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 7993
446ab8e0
ZU
7994# %files format-pdfamstex
7995# %defattr(644,root,root,755)
7996# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 7997#%{texmf}/pdftex/amstex
446ab8e0 7998# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
7999
8000%files csplain
8001%defattr(644,root,root,755)
04123363 8002%dir %{texmfdist}/doc/cslatex
21c69d95 8003%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
8004%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
8005%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
8006%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
8007%doc %{texmfdist}/doc/cslatex/base/csplain.doc
8008%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
8009%doc %{texmfdist}/doc/cslatex/base/test8z.tex
8010%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 8011%attr(755,root,root) %{_bindir}/csplain
446ab8e0 8012%{texmfdist}/tex/csplain
d08789e0
ZU
8013
8014%files format-csplain
8015%defattr(644,root,root,755)
b839a3ce 8016# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
8017
8018%files format-pdfcsplain
8019%defattr(644,root,root,755)
8020%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 8021# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
8022
8023%files cslatex
8024%defattr(644,root,root,755)
446ab8e0
ZU
8025# %doc %{texmf}/doc/cstex/INSTALL.cslatex
8026# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
8027%{texmfdist}/tex/cslatex
8028%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
8029
8030%files format-cslatex
8031%defattr(644,root,root,755)
8032%attr(755,root,root) %{_bindir}/cslatex
80fa261c 8033%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 8034# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
8035
8036%files format-pdfcslatex
8037%defattr(644,root,root,755)
8038%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 8039# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 8040
ffd94364
ZU
8041# %files cyrplain
8042# %defattr(644,root,root,755)
8043# %doc %{texmf}/doc/cyrplain
8044# %{texmf}/tex/cyrplain
d08789e0 8045
ffd94364
ZU
8046# %files format-cyrplain
8047# %defattr(644,root,root,755)
8048# %attr(755,root,root) %{_bindir}/cyrtex
8049# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 8050
ffd94364
ZU
8051# %files format-cyramstex
8052# %defattr(644,root,root,755)
8053# %attr(755,root,root) %{_bindir}/cyramstex
8054# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 8055
ffd94364
ZU
8056# %files format-cyrtexinfo
8057# %defattr(644,root,root,755)
8058# %attr(755,root,root) %{_bindir}/cyrtexinfo
8059# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
8060
8061%files eplain
8062%defattr(644,root,root,755)
ffd94364
ZU
8063%doc %{texmfdist}/doc/etex
8064%doc %{texmfdist}/doc/eplain
8065%{texmfdist}/tex/plain/etex
8066%{texmfdist}/tex/eplain
d08789e0
ZU
8067
8068%files format-eplain
8069%defattr(644,root,root,755)
8070%attr(755,root,root) %{_bindir}/eplain
8071%attr(755,root,root) %{_bindir}/etex
8072%{_mandir}/man1/eplain.1*
8073%{_mandir}/man1/etex.1*
80fa261c 8074%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
8075# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
8076# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
8077
8078%files context
8079%defattr(644,root,root,755)
68640cd8
ZU
8080%doc %{texmfdist}/doc/context
8081# %doc %{texmf}/doc/polish/context
4224ae6d
MB
8082%attr(755,root,root) %{_bindir}/context
8083%attr(755,root,root) %{_bindir}/ctxtools
8084%attr(755,root,root) %{_bindir}/exatools
8085%attr(755,root,root) %{_bindir}/luatools
8086%attr(755,root,root) %{_bindir}/makempy
8087%attr(755,root,root) %{_bindir}/mpstools
8088%attr(755,root,root) %{_bindir}/mtxrun
8089%attr(755,root,root) %{_bindir}/mtxtools
8090%attr(755,root,root) %{_bindir}/pdfthumb
8091%attr(755,root,root) %{_bindir}/pdftools
8092%attr(755,root,root) %{_bindir}/pdftrimwhite
8093%attr(755,root,root) %{_bindir}/pstopdf
8094%attr(755,root,root) %{_bindir}/rlxtools
8095%attr(755,root,root) %{_bindir}/runtools
8096%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
8097%attr(755,root,root) %{_bindir}/texfind
8098%attr(755,root,root) %{_bindir}/texfont
4224ae6d 8099%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 8100%attr(755,root,root) %{_bindir}/texshow
4224ae6d 8101%attr(755,root,root) %{_bindir}/textools
d08789e0 8102%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
8103%attr(755,root,root) %{_bindir}/tmftools
8104%attr(755,root,root) %{_bindir}/xmltools
ffd94364 8105# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
8106%{_mandir}/man1/ctxtools.1*
8107%{_mandir}/man1/pdftools.1*
8108%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
8109%{_mandir}/man1/texfind.1*
8110%{_mandir}/man1/texfont.1*
fae5faca
ZU
8111%{_mandir}/man1/texmfstart.1*
8112%{_mandir}/man1/textools.1*
d08789e0 8113%{_mandir}/man1/texutil.1*
ffd94364 8114# %{_mandir}/man1/texshow.1*
4224ae6d 8115%{texmfdist}/context
68640cd8 8116%{texmfdist}/fonts/enc/dvips/context
ffd94364 8117# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
8118%{texmfdist}/metapost/context
8119%{texmfdist}/scripts/context
4224ae6d
MB
8120%{texmfdist}/tex/context
8121%exclude %{texmfdist}/tex/context/config/cont-de.ini
8122%exclude %{texmfdist}/tex/context/config/cont-en.ini
8123%exclude %{texmfdist}/tex/context/config/cont-nl.ini
8124%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 8125%{texmfdist}/tex/generic/context
4224ae6d 8126%{texmfdist}/tex/latex/context
68640cd8 8127%{texmfdist}/bibtex/bst/context
80fa261c 8128%{texmf}/fmtutil/format.context.cnf
f7f90954 8129%doc %{texmfdist}/doc/luatex
d08789e0
ZU
8130
8131# no fmt, so commented out
8132#%files format-context-cz
8133#%defattr(644,root,root,755)
8134#%%{texmf}/tex/context/config/cont-cz.ini
8135# does not build with beta 20021025
8136#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
8137
8138%files format-context-de
8139%defattr(644,root,root,755)
2677a8b0 8140%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 8141# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
8142#%{_mandir}/man1/cont-de.1*
8143
8144%files format-context-en
8145%defattr(644,root,root,755)
2677a8b0 8146%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 8147# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
8148#%{_mandir}/man1/cont-en.1*
8149# what is the difference betwen uk and en in this particular situation?
2677a8b0 8150%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 8151# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
8152
8153# no fmt, so commented out
8154#%files format-context-it
8155#%defattr(644,root,root,755)
8156#%%{texmf}/tex/context/config/cont-it.ini
8157
8158%files format-context-nl
8159%defattr(644,root,root,755)
2677a8b0 8160%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 8161# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
8162#%{_mandir}/man1/cont-nl.1*
8163
8164# no fmt, so commented out
8165#%files format-context-ro
8166#%defattr(644,root,root,755)
8167#%%{texmf}/tex/context/config/cont-ro.ini
8168
3127b522 8169
d08789e0
ZU
8170%files latex
8171%defattr(644,root,root,755)
5fef92c1 8172%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
8173%attr(755,root,root) %{_bindir}/latex
8174%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
8175# %lang(fi) %{_mandir}/fi/man1/latex.1*
8176# %lang(pl) %{_mandir}/pl/man1/latex.1*
8177# %{_infodir}/latex.info*
04123363 8178%{texmf}/fmtutil/format.latex.cnf
5fef92c1 8179%{_mandir}/man1/lacheck.1*
3127b522
ZU
8180%{_mandir}/man1/latex.1*
8181%{_mandir}/man1/pslatex.1*
d08789e0 8182
3127b522
ZU
8183%dir %{texmfdist}/scripts
8184%dir %{texmfdist}/scripts/pst-pdf
63399af2 8185%dir %{texmfdist}/source/generic
df343eba 8186%dir %{texmfdist}/tex/latex
63399af2
ZU
8187%dir %{texmfdist}/tex/plain
8188%dir %{texmf}/tex/latex
d08789e0 8189
3127b522
ZU
8190# %{texmfdist}/tex/latex/citesort
8191# %{texmfdist}/tex/latex/dvilj
8192# %{texmfdist}/tex/latex/eclbip
8193# %{texmfdist}/tex/latex/eo
8194# %{texmfdist}/tex/latex/example
8195# %{texmfdist}/tex/latex/fguill
8196# %{texmfdist}/tex/latex/floatflt
8197# %{texmfdist}/tex/latex/gletter
8198# %{texmfdist}/tex/latex/here
8199# %{texmfdist}/tex/latex/mt11p
8200# %{texmfdist}/tex/latex/relsize
8201# %{texmfdist}/tex/latex/selectp
8202# %{texmfdist}/tex/latex/shadow
8203# %{texmfdist}/tex/latex/showtags
8204# %{texmfdist}/tex/latex/tabls
8205# %{texmfdist}/tex/latex/texmacs
8206# %{texmfdist}/tex/latex/threeparttable
8207# %{texmfdist}/tex/latex/treesvr
8208# %{texmfdist}/tex/latex/ulem
8209# %{texmfdist}/tex/latex/url
8210# %{texmf}/tex/latex/version
8211# %{texmf}/tex/latex/vpage
8212%{texmfdist}/scripts/pst-pdf/ps4pdf
8213%{texmfdist}/tex/generic/pstricks
8214%{texmfdist}/tex/generic/shapepar
3127b522 8215%{texmfdist}/tex/generic/textmerg
6367bfc9
MB
8216%{texmfdist}/tex/latex/12many
8217%{texmfdist}/tex/latex/AkkTeX
8218%{texmfdist}/tex/latex/ESIEEcv
8219%{texmfdist}/tex/latex/GuIT
8220%{texmfdist}/tex/latex/HA-prosper
8221%{texmfdist}/tex/latex/IEEEconf
8222%{texmfdist}/tex/latex/IEEEtran
8223%{texmfdist}/tex/latex/SIstyle
8224%{texmfdist}/tex/latex/Tabbing
8225%{texmfdist}/tex/latex/a0poster
8226%{texmfdist}/tex/latex/aastex
8227%{texmfdist}/tex/latex/abc
6367bfc9
MB
8228%{texmfdist}/tex/latex/achemso
8229%{texmfdist}/tex/latex/acmconf
8230%{texmfdist}/tex/latex/acmtrans
df343eba 8231%{texmfdist}/tex/latex/acronym
6367bfc9
MB
8232%{texmfdist}/tex/latex/active-conf
8233%{texmfdist}/tex/latex/addlines
8234%{texmfdist}/tex/latex/adrlist
df343eba 8235%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
8236%{texmfdist}/tex/latex/afthesis
8237%{texmfdist}/tex/latex/aguplus
8238%{texmfdist}/tex/latex/aiaa
8239%{texmfdist}/tex/latex/akletter
8240%{texmfdist}/tex/latex/alg
8241%{texmfdist}/tex/latex/algorithm2e
8242%{texmfdist}/tex/latex/algorithmicx
8243%{texmfdist}/tex/latex/allrunes
8244%{texmfdist}/tex/latex/alnumsec
8245%{texmfdist}/tex/latex/altfont
8246%{texmfdist}/tex/latex/ametsoc
8247%{texmfdist}/tex/latex/amsaddr
8248%{texmfdist}/tex/latex/amsrefs
8249%{texmfdist}/tex/latex/animate
8250%{texmfdist}/tex/latex/answers
8251%{texmfdist}/tex/latex/antiqua
8252%{texmfdist}/tex/latex/anyfontsize
df343eba 8253%{texmfdist}/tex/latex/anysize
6367bfc9
MB
8254%{texmfdist}/tex/latex/apa
8255%{texmfdist}/tex/latex/apacite
8256%{texmfdist}/tex/latex/apl
8257%{texmfdist}/tex/latex/ar
8258%{texmfdist}/tex/latex/arabi
8259%{texmfdist}/tex/latex/arabtex
8260%{texmfdist}/tex/latex/archaic
8261%{texmfdist}/tex/latex/arcs
8262%{texmfdist}/tex/latex/arev
8263%{texmfdist}/tex/latex/armenian
8264%{texmfdist}/tex/latex/arydshln
8265%{texmfdist}/tex/latex/asaetr
8266%{texmfdist}/tex/latex/ascelike
8267%{texmfdist}/tex/latex/ascii
8268%{texmfdist}/tex/latex/assignment
8269%{texmfdist}/tex/latex/attachfile
8270%{texmfdist}/tex/latex/augie
8271%{texmfdist}/tex/latex/auncial-new
8272%{texmfdist}/tex/latex/aurical
8273%{texmfdist}/tex/latex/authoraftertitle
8274%{texmfdist}/tex/latex/authorindex
8275%{texmfdist}/tex/latex/auto-pst-pdf
8276%{texmfdist}/tex/latex/autoarea
8277%{texmfdist}/tex/latex/autotab
8278%{texmfdist}/tex/latex/avantgar
8279%{texmfdist}/tex/latex/babelbib
6367bfc9
MB
8280%{texmfdist}/tex/latex/bangtex
8281%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
8282%{texmfdist}/tex/latex/base
8283%{texmfdist}/tex/latex/bayer
8284%{texmfdist}/tex/latex/bbding
8285%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
8286%{texmfdist}/tex/latex/begriff
8287%{texmfdist}/tex/latex/bengali
8288%{texmfdist}/tex/latex/bera
8289%{texmfdist}/tex/latex/betababel
df343eba 8290%{texmfdist}/tex/latex/beton
6367bfc9
MB
8291%{texmfdist}/tex/latex/bez123
8292%{texmfdist}/tex/latex/bibarts
8293%{texmfdist}/tex/latex/bibleref
8294%{texmfdist}/tex/latex/biblist
8295%{texmfdist}/tex/latex/bibtopicprefix
8296%{texmfdist}/tex/latex/bigfoot
8297%{texmfdist}/tex/latex/binomexp
8298%{texmfdist}/tex/latex/biocon
8299%{texmfdist}/tex/latex/bizcard
8300%{texmfdist}/tex/latex/blacklettert1
8301%{texmfdist}/tex/latex/blindtext
8302%{texmfdist}/tex/latex/blowup
8303%{texmfdist}/tex/latex/boisik
8304%{texmfdist}/tex/latex/boites
8305%{texmfdist}/tex/latex/boldtensors
8306%{texmfdist}/tex/latex/bookest
8307%{texmfdist}/tex/latex/bookhands
8308%{texmfdist}/tex/latex/booklet
8309%{texmfdist}/tex/latex/bookman
8310%{texmfdist}/tex/latex/bophook
8311%{texmfdist}/tex/latex/boxhandler
8312%{texmfdist}/tex/latex/bpchem
8313%{texmfdist}/tex/latex/braille
8314%{texmfdist}/tex/latex/breakurl
8315%{texmfdist}/tex/latex/bridge
8316%{texmfdist}/tex/latex/brushscr
8317%{texmfdist}/tex/latex/bullcntr
8318%{texmfdist}/tex/latex/burmese
8319%{texmfdist}/tex/latex/bussproofs
8320%{texmfdist}/tex/latex/bytefield
df343eba 8321%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
8322%{texmfdist}/tex/latex/calxxxx
8323%{texmfdist}/tex/latex/captcont
8324%{texmfdist}/tex/latex/casyl
8325%{texmfdist}/tex/latex/catechis
8326%{texmfdist}/tex/latex/cbcoptic
8327%{texmfdist}/tex/latex/cbfonts
df343eba 8328%{texmfdist}/tex/latex/ccaption
6367bfc9
MB
8329%{texmfdist}/tex/latex/cchess
8330%{texmfdist}/tex/latex/cclicenses
8331%{texmfdist}/tex/latex/cd-cover
8332%{texmfdist}/tex/latex/cd
8333%{texmfdist}/tex/latex/cdpbundl
8334%{texmfdist}/tex/latex/cellspace
df343eba 8335%{texmfdist}/tex/latex/changebar
6367bfc9
MB
8336%{texmfdist}/tex/latex/changepage
8337%{texmfdist}/tex/latex/changes
df343eba 8338%{texmfdist}/tex/latex/chappg
6367bfc9
MB
8339%{texmfdist}/tex/latex/chapterfolder
8340%{texmfdist}/tex/latex/chemarrow
8341%{texmfdist}/tex/latex/chemcompounds
8342%{texmfdist}/tex/latex/chemcono
8343%{texmfdist}/tex/latex/chemstyle
8344%{texmfdist}/tex/latex/cherokee
8345%{texmfdist}/tex/latex/chess
8346%{texmfdist}/tex/latex/chessboard
8347%{texmfdist}/tex/latex/chessfss
8348%{texmfdist}/tex/latex/chicago
8349%{texmfdist}/tex/latex/china2e
8350%{texmfdist}/tex/latex/chletter
8351%{texmfdist}/tex/latex/circ
8352%{texmfdist}/tex/latex/citeref
8353%{texmfdist}/tex/latex/cjhebrew
8354%{texmfdist}/tex/latex/cjk
8355%{texmfdist}/tex/latex/cjw
8356%{texmfdist}/tex/latex/classicthesis
8357%{texmfdist}/tex/latex/clefval
8358%{texmfdist}/tex/latex/cleveref
8359%{texmfdist}/tex/latex/clock
8360%{texmfdist}/tex/latex/clrscode
8361%{texmfdist}/tex/latex/cm-lgc
8362%{texmfdist}/tex/latex/cm-super
df343eba 8363%{texmfdist}/tex/latex/cmap
6367bfc9
MB
8364%{texmfdist}/tex/latex/cmcyralt
8365%{texmfdist}/tex/latex/cmdstring
8366%{texmfdist}/tex/latex/cmdtrack
8367%{texmfdist}/tex/latex/cmll
8368%{texmfdist}/tex/latex/cmsd
8369%{texmfdist}/tex/latex/codepage
8370%{texmfdist}/tex/latex/colorinfo
8371%{texmfdist}/tex/latex/colortab
8372%{texmfdist}/tex/latex/colortbl
8373%{texmfdist}/tex/latex/colorwav
8374%{texmfdist}/tex/latex/combine
8375%{texmfdist}/tex/latex/commath
8376%{texmfdist}/tex/latex/compactbib
8377%{texmfdist}/tex/latex/complexity
8378%{texmfdist}/tex/latex/computational-complexity
8379%{texmfdist}/tex/latex/concprog
8380%{texmfdist}/tex/latex/confproc
8381%{texmfdist}/tex/latex/constants
8382%{texmfdist}/tex/latex/contour
8383%{texmfdist}/tex/latex/cooking
8384%{texmfdist}/tex/latex/cool
8385%{texmfdist}/tex/latex/coollist
8386%{texmfdist}/tex/latex/coolstr
8387%{texmfdist}/tex/latex/cooltooltips
8388%{texmfdist}/tex/latex/coordsys
8389%{texmfdist}/tex/latex/courier-scaled
8390%{texmfdist}/tex/latex/courier
8391%{texmfdist}/tex/latex/courseoutline
8392%{texmfdist}/tex/latex/coursepaper
8393%{texmfdist}/tex/latex/coverpage
8394%{texmfdist}/tex/latex/covington
df343eba 8395%{texmfdist}/tex/latex/crop
6367bfc9
MB
8396%{texmfdist}/tex/latex/crossreference
8397%{texmfdist}/tex/latex/crosswrd
8398%{texmfdist}/tex/latex/csbulletin
8399%{texmfdist}/tex/latex/csquotes
8400%{texmfdist}/tex/latex/csvtools
8401%{texmfdist}/tex/latex/ctable
8402%{texmfdist}/tex/latex/ctib
8403%{texmfdist}/tex/latex/cuisine
8404%{texmfdist}/tex/latex/cursor
8405%{texmfdist}/tex/latex/curve
8406%{texmfdist}/tex/latex/curve2e
8407%{texmfdist}/tex/latex/cv
8408%{texmfdist}/tex/latex/cweb-latex
8409%{texmfdist}/tex/latex/cwpuzzle
8410%{texmfdist}/tex/latex/cyklop
8411%{texmfdist}/tex/latex/dashbox
8412%{texmfdist}/tex/latex/dashrule
8413%{texmfdist}/tex/latex/datatool
8414%{texmfdist}/tex/latex/dateiliste
8415%{texmfdist}/tex/latex/datenumber
8416%{texmfdist}/tex/latex/datetime
8417%{texmfdist}/tex/latex/dcpic
8418%{texmfdist}/tex/latex/decimal
8419%{texmfdist}/tex/latex/delimtxt
8420%{texmfdist}/tex/latex/diagnose
8421%{texmfdist}/tex/latex/dialogl
8422%{texmfdist}/tex/latex/dichokey
8423%{texmfdist}/tex/latex/dictsym
8424%{texmfdist}/tex/latex/digiconfigs
df343eba 8425%{texmfdist}/tex/latex/dinbrief
6367bfc9
MB
8426%{texmfdist}/tex/latex/dingbat
8427%{texmfdist}/tex/latex/directory
8428%{texmfdist}/tex/latex/disser
8429%{texmfdist}/tex/latex/dlfltxb
8430%{texmfdist}/tex/latex/dnaseq
8431%{texmfdist}/tex/latex/docmfp
8432%{texmfdist}/tex/latex/doi
8433%{texmfdist}/tex/latex/doipubmed
8434%{texmfdist}/tex/latex/dotarrow
8435%{texmfdist}/tex/latex/dotseqn
8436%{texmfdist}/tex/latex/dottex
8437%{texmfdist}/tex/latex/doublestroke
8438%{texmfdist}/tex/latex/dpfloat
8439%{texmfdist}/tex/latex/dprogress
8440%{texmfdist}/tex/latex/drac
df343eba 8441%{texmfdist}/tex/latex/draftcopy
6367bfc9
MB
8442%{texmfdist}/tex/latex/draftwatermark
8443%{texmfdist}/tex/latex/dramatist
8444%{texmfdist}/tex/latex/dtk
8445%{texmfdist}/tex/latex/duerer-latex
8446%{texmfdist}/tex/latex/dvdcoll
8447%{texmfdist}/tex/latex/dvipdfmx-def
8448%{texmfdist}/tex/latex/dyntree
8449%{texmfdist}/tex/latex/eCards
8450%{texmfdist}/tex/latex/ean13isbn
8451%{texmfdist}/tex/latex/easy
8452%{texmfdist}/tex/latex/ebezier
8453%{texmfdist}/tex/latex/ebsthesis
8454%{texmfdist}/tex/latex/ecclesiastic
8455%{texmfdist}/tex/latex/ecltree
8456%{texmfdist}/tex/latex/eco
8457%{texmfdist}/tex/latex/economic
8458%{texmfdist}/tex/latex/ecv
8459%{texmfdist}/tex/latex/ed
8460%{texmfdist}/tex/latex/edmargin
8461%{texmfdist}/tex/latex/ednotes
8462%{texmfdist}/tex/latex/eemeir
df343eba 8463%{texmfdist}/tex/latex/eepic
6367bfc9
MB
8464%{texmfdist}/tex/latex/egameps
8465%{texmfdist}/tex/latex/egplot
8466%{texmfdist}/tex/latex/eiad
8467%{texmfdist}/tex/latex/ellipsis
8468%{texmfdist}/tex/latex/elmath
8469%{texmfdist}/tex/latex/elpres
8470%{texmfdist}/tex/latex/elsarticle
8471%{texmfdist}/tex/latex/elsevier
8472%{texmfdist}/tex/latex/em
8473%{texmfdist}/tex/latex/emp
8474%{texmfdist}/tex/latex/emulateapj
8475%{texmfdist}/tex/latex/encxvlna
df343eba 8476%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
8477%{texmfdist}/tex/latex/endheads
8478%{texmfdist}/tex/latex/engpron
8479%{texmfdist}/tex/latex/engrec
8480%{texmfdist}/tex/latex/envbig
8481%{texmfdist}/tex/latex/environ
8482%{texmfdist}/tex/latex/envlab
8483%{texmfdist}/tex/latex/epigrafica
8484%{texmfdist}/tex/latex/epigraph
8485%{texmfdist}/tex/latex/epiolmec
8486%{texmfdist}/tex/latex/epsdice
8487%{texmfdist}/tex/latex/epspdfconversion
8488%{texmfdist}/tex/latex/eqlist
8489%{texmfdist}/tex/latex/eqname
8490%{texmfdist}/tex/latex/eqnarray
8491%{texmfdist}/tex/latex/eqparbox
8492%{texmfdist}/tex/latex/errata
8493%{texmfdist}/tex/latex/esdiff
df343eba 8494%{texmfdist}/tex/latex/esint
6367bfc9
MB
8495%{texmfdist}/tex/latex/eskd
8496%{texmfdist}/tex/latex/eskdx
3127b522 8497%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
8498%{texmfdist}/tex/latex/esvect
8499%{texmfdist}/tex/latex/etaremune
8500%{texmfdist}/tex/latex/etex-pkg
8501%{texmfdist}/tex/latex/ethiop
8502%{texmfdist}/tex/latex/etoolbox
8503%{texmfdist}/tex/latex/eukdate
df343eba
ZU
8504%{texmfdist}/tex/latex/euler
8505%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
8506%{texmfdist}/tex/latex/euproposal
8507%{texmfdist}/tex/latex/euro
8508%{texmfdist}/tex/latex/eurofont
8509%{texmfdist}/tex/latex/europecv
8510%{texmfdist}/tex/latex/eurosans
df343eba 8511%{texmfdist}/tex/latex/eurosym
6367bfc9
MB
8512%{texmfdist}/tex/latex/everypage
8513%{texmfdist}/tex/latex/examdesign
8514%{texmfdist}/tex/latex/examplep
8515%{texmfdist}/tex/latex/exceltex
8516%{texmfdist}/tex/latex/exercise
8517%{texmfdist}/tex/latex/expdlist
cf8dbd64
MB
8518%{texmfdist}/tex/latex/expl3
8519%{texmfdist}/tex/latex/export
8520%{texmfdist}/tex/latex/extarrows
8521%{texmfdist}/tex/latex/extpfeil
8522%{texmfdist}/tex/latex/extract
df343eba 8523%{texmfdist}/tex/latex/extsizes
cf8dbd64
MB
8524%{texmfdist}/tex/latex/facsimile
8525%{texmfdist}/tex/latex/faktor
df343eba
ZU
8526%{texmfdist}/tex/latex/fancybox
8527%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
8528%{texmfdist}/tex/latex/fancynum
8529%{texmfdist}/tex/latex/fancyref
8530%{texmfdist}/tex/latex/fancytooltips
df343eba 8531%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
8532%{texmfdist}/tex/latex/fax
8533%{texmfdist}/tex/latex/fc
8534%{texmfdist}/tex/latex/feyn
8535%{texmfdist}/tex/latex/feynmf
8536%{texmfdist}/tex/latex/fge
8537%{texmfdist}/tex/latex/figbib
8538%{texmfdist}/tex/latex/figsize
df343eba 8539%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
8540%{texmfdist}/tex/latex/fink
8541%{texmfdist}/tex/latex/fixfoot
8542%{texmfdist}/tex/latex/fixme
6367bfc9
MB
8543%{texmfdist}/tex/latex/flabels
8544%{texmfdist}/tex/latex/flacards
8545%{texmfdist}/tex/latex/flagderiv
8546%{texmfdist}/tex/latex/flashcards
8547%{texmfdist}/tex/latex/flippdf
df343eba 8548%{texmfdist}/tex/latex/float
6367bfc9
MB
8549%{texmfdist}/tex/latex/floatrow
8550%{texmfdist}/tex/latex/flowfram
8551%{texmfdist}/tex/latex/fmp
8552%{texmfdist}/tex/latex/fmtcount
8553%{texmfdist}/tex/latex/fnbreak
8554%{texmfdist}/tex/latex/fncychap
8555%{texmfdist}/tex/latex/foekfont
8556%{texmfdist}/tex/latex/foilhtml
8557%{texmfdist}/tex/latex/fonetika
df343eba 8558%{texmfdist}/tex/latex/fontinst
6367bfc9 8559%{texmfdist}/tex/latex/fonttable
df343eba
ZU
8560%{texmfdist}/tex/latex/footmisc
8561%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
8562%{texmfdist}/tex/latex/forarray
8563%{texmfdist}/tex/latex/forloop
8564%{texmfdist}/tex/latex/formlett
8565%{texmfdist}/tex/latex/formula
8566%{texmfdist}/tex/latex/formular
8567%{texmfdist}/tex/latex/fouridx
8568%{texmfdist}/tex/latex/fourier
8569%{texmfdist}/tex/latex/fouriernc
df343eba 8570%{texmfdist}/tex/latex/fp
6367bfc9
MB
8571%{texmfdist}/tex/latex/frankenstein
8572%{texmfdist}/tex/latex/frcursive
8573%{texmfdist}/tex/latex/frenchle
8574%{texmfdist}/tex/latex/fribrief
8575%{texmfdist}/tex/latex/frletter
8576%{texmfdist}/tex/latex/frontespizio
8577%{texmfdist}/tex/latex/fullblck
8578%{texmfdist}/tex/latex/fullpict
8579%{texmfdist}/tex/latex/functan
8580%{texmfdist}/tex/latex/fundus
6367bfc9
MB
8581%{texmfdist}/tex/latex/gaceta
8582%{texmfdist}/tex/latex/galois
8583%{texmfdist}/tex/latex/gastex
8584%{texmfdist}/tex/latex/gatech-thesis
8585%{texmfdist}/tex/latex/gauss
8586%{texmfdist}/tex/latex/gb4e
8587%{texmfdist}/tex/latex/gcard
8588%{texmfdist}/tex/latex/gcite
8589%{texmfdist}/tex/latex/genmpage
df343eba 8590%{texmfdist}/tex/latex/geometry
6367bfc9 8591%{texmfdist}/tex/latex/geomsty
df343eba 8592%{texmfdist}/tex/latex/germbib
6367bfc9
MB
8593%{texmfdist}/tex/latex/gfsartemisia
8594%{texmfdist}/tex/latex/gfsbaskerville
8595%{texmfdist}/tex/latex/gfsbodoni
8596%{texmfdist}/tex/latex/gfscomplutum
8597%{texmfdist}/tex/latex/gfsdidot
8598%{texmfdist}/tex/latex/gfsneohellenic
8599%{texmfdist}/tex/latex/gfsporson
8600%{texmfdist}/tex/latex/gfssolomos
8601%{texmfdist}/tex/latex/ginpenc
8602%{texmfdist}/tex/latex/gloss
8603%{texmfdist}/tex/latex/glossaries
8604%{texmfdist}/tex/latex/gmdoc
8605%{texmfdist}/tex/latex/gmeometric
8606%{texmfdist}/tex/latex/gmiflink
8607%{texmfdist}/tex/latex/gmutils
8608%{texmfdist}/tex/latex/gmverb
8609%{texmfdist}/tex/latex/gnuplottex
8610%{texmfdist}/tex/latex/go
df343eba 8611%{texmfdist}/tex/latex/graphics
6367bfc9
MB
8612%{texmfdist}/tex/latex/graphicx-psmin
8613%{texmfdist}/tex/latex/greek-inputenc
8614%{texmfdist}/tex/latex/greekdates
68640cd8 8615%{texmfdist}/tex/latex/greektex
6367bfc9
MB
8616%{texmfdist}/tex/latex/grfpaste
8617%{texmfdist}/tex/latex/grnumalt
8618%{texmfdist}/tex/latex/grotesq
8619%{texmfdist}/tex/latex/grverb
8620%{texmfdist}/tex/latex/gu
8621%{texmfdist}/tex/latex/guitar
8622%{texmfdist}/tex/latex/guitbeamer
8623%{texmfdist}/tex/latex/hanging
8624%{texmfdist}/tex/latex/har2nat
8625%{texmfdist}/tex/latex/harmony
8626%{texmfdist}/tex/latex/harpoon
8627%{texmfdist}/tex/latex/harvard
8628%{texmfdist}/tex/latex/hc
8629%{texmfdist}/tex/latex/helvetic
8630%{texmfdist}/tex/latex/hep
8631%{texmfdist}/tex/latex/hepnames
8632%{texmfdist}/tex/latex/hepparticles
8633%{texmfdist}/tex/latex/hepthesis
8634%{texmfdist}/tex/latex/hepunits
8635%{texmfdist}/tex/latex/hexgame
8636%{texmfdist}/tex/latex/hfoldsty
8637%{texmfdist}/tex/latex/hhtensor
8638%{texmfdist}/tex/latex/hilowres
8639%{texmfdist}/tex/latex/histogr
8640%{texmfdist}/tex/latex/hitec
8641%{texmfdist}/tex/latex/hpsdiss
8642%{texmfdist}/tex/latex/hrlatex
8643%{texmfdist}/tex/latex/hvfloat
8644%{texmfdist}/tex/latex/hypdvips
8645%{texmfdist}/tex/latex/hyper
df343eba 8646%{texmfdist}/tex/latex/hyperref
6367bfc9 8647%{texmfdist}/tex/latex/hyperxmp
df343eba 8648%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
8649%{texmfdist}/tex/latex/ibycus-babel
8650%{texmfdist}/tex/latex/icsv
8651%{texmfdist}/tex/latex/ieeepes
8652%{texmfdist}/tex/latex/ifmslide
8653%{texmfdist}/tex/latex/ifplatform
8654%{texmfdist}/tex/latex/ifsym
8655%{texmfdist}/tex/latex/ijmart
8656%{texmfdist}/tex/latex/imac
8657%{texmfdist}/tex/latex/image-gallery
8658%{texmfdist}/tex/latex/imtekda
df343eba 8659%{texmfdist}/tex/latex/index
6367bfc9
MB
8660%{texmfdist}/tex/latex/initials
8661%{texmfdist}/tex/latex/inlinebib
8662%{texmfdist}/tex/latex/inlinedef
8663%{texmfdist}/tex/latex/interactiveworkbook
8664%{texmfdist}/tex/latex/inversepath
8665%{texmfdist}/tex/latex/invoice
8666%{texmfdist}/tex/latex/ipa
8667%{texmfdist}/tex/latex/iso
8668%{texmfdist}/tex/latex/iso10303
8669%{texmfdist}/tex/latex/isodate
8670%{texmfdist}/tex/latex/isodoc
8671%{texmfdist}/tex/latex/isonums
8672%{texmfdist}/tex/latex/isorot
8673%{texmfdist}/tex/latex/isotope
8674%{texmfdist}/tex/latex/itnumpar
8675%{texmfdist}/tex/latex/itrans
8676%{texmfdist}/tex/latex/iwona
8677%{texmfdist}/tex/latex/jeopardy
8678%{texmfdist}/tex/latex/jhep
8679%{texmfdist}/tex/latex/jknapltx
8680%{texmfdist}/tex/latex/jneurosci
8681%{texmfdist}/tex/latex/jpsj
8682%{texmfdist}/tex/latex/jura
8683%{texmfdist}/tex/latex/juraabbrev
8684%{texmfdist}/tex/latex/juramisc
8685%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
8686%{texmfdist}/tex/latex/koma-script
8687%{texmfdist}/tex/latex/labels
4224ae6d
MB
8688%dir %{texmfdist}/tex/latex/latexconfig
8689%{texmfdist}/tex/latex/latexconfig/latex.ini
8690%{texmfdist}/tex/latex/latexconfig/lualatex.ini
8691%{texmfdist}/tex/latex/latexconfig/mllatex.ini
8692%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8693%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 8694%{texmfdist}/tex/latex/layouts
df343eba
ZU
8695%{texmfdist}/tex/latex/lettrine
8696%{texmfdist}/tex/latex/listings
8697%{texmfdist}/tex/latex/ltabptch
daae3151 8698%{texmfdist}/tex/latex/localloc
cf8dbd64 8699%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
8700%{texmfdist}/tex/latex/mathcomp
8701%{texmfdist}/tex/latex/mdwtools
8702%{texmfdist}/tex/latex/memoir
8703%{texmfdist}/tex/latex/mh
cf8dbd64
MB
8704%{texmfdist}/tex/latex/misc209
8705%{texmfdist}/tex/latex/mmap
8706%{texmfdist}/tex/latex/mnsymbol
8707%{texmfdist}/tex/latex/moderncv
8708%{texmfdist}/tex/latex/modroman
8709%{texmfdist}/tex/latex/mongolian-babel
8710%{texmfdist}/tex/latex/montex
df343eba
ZU
8711%{texmfdist}/tex/latex/mparhack
8712%{texmfdist}/tex/latex/ms
df343eba 8713%{texmfdist}/tex/latex/multibib
df343eba
ZU
8714%{texmfdist}/tex/latex/multirow
8715%{texmfdist}/tex/latex/mwcls
8716%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
8717%{texmfdist}/tex/latex/ncclatex
8718%{texmfdist}/tex/latex/ncctools
8719%{texmfdist}/tex/latex/ncntrsbk
8720%{texmfdist}/tex/latex/nddiss
8721%{texmfdist}/tex/latex/newalg
8722%{texmfdist}/tex/latex/newfile
8723%{texmfdist}/tex/latex/newlfm
8724%{texmfdist}/tex/latex/newspaper
8725%{texmfdist}/tex/latex/newthm
df343eba
ZU
8726%{texmfdist}/tex/latex/nomencl
8727%{texmfdist}/tex/latex/ntgclass
80fa261c 8728%{texmfdist}/tex/generic/oberdiek
df343eba 8729%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
8730%{texmfdist}/tex/latex/overpic
8731%{texmfdist}/tex/latex/paralist
df343eba
ZU
8732%{texmfdist}/tex/latex/pb-diagram
8733%{texmfdist}/tex/latex/pdfpages
8734%{texmfdist}/tex/latex/picinpar
df343eba
ZU
8735%{texmfdist}/tex/latex/pict2e
8736%{texmfdist}/tex/latex/placeins
df343eba
ZU
8737%{texmfdist}/tex/latex/preprint
8738%{texmfdist}/tex/latex/preview
8739%{texmfdist}/tex/latex/program
df343eba
ZU
8740%{texmfdist}/tex/latex/psfrag
8741%{texmfdist}/tex/latex/pslatex
df343eba
ZU
8742%{texmfdist}/tex/latex/revtex
8743%{texmfdist}/tex/latex/rotating
8744%{texmfdist}/tex/latex/rotfloat
8745%{texmfdist}/tex/latex/scale
8746%{texmfdist}/tex/latex/sectsty
df343eba
ZU
8747%{texmfdist}/tex/latex/seminar
8748%{texmfdist}/tex/latex/setspace
df343eba
ZU
8749%{texmfdist}/tex/latex/showdim
8750%{texmfdist}/tex/latex/showlabels
df343eba
ZU
8751%{texmfdist}/tex/latex/sidecap
8752%{texmfdist}/tex/latex/slashbox
8753%{texmfdist}/tex/latex/soul
8754%{texmfdist}/tex/latex/stdclsdv
8755%{texmfdist}/tex/latex/stmaryrd
8756%{texmfdist}/tex/latex/subfig
8757%{texmfdist}/tex/latex/subfigure
8758%{texmfdist}/tex/latex/supertabular
8759%{texmfdist}/tex/latex/t2
cf8dbd64
MB
8760%{texmfdist}/tex/latex/t-angles
8761%{texmfdist}/tex/latex/tableaux
8762%{texmfdist}/tex/latex/tablists
8763%{texmfdist}/tex/latex/tablor
8764%{texmfdist}/tex/latex/tabto-ltx
8765%{texmfdist}/tex/latex/tabulary
8766%{texmfdist}/tex/latex/tabvar
8767%{texmfdist}/tex/latex/talk
8768%{texmfdist}/tex/latex/taupin
8769%{texmfdist}/tex/latex/tcldoc
8770%{texmfdist}/tex/latex/tdsfrmath
8771%{texmfdist}/tex/latex/technics
8772%{texmfdist}/tex/latex/ted
8773%{texmfdist}/tex/latex/tengwarscript
8774%{texmfdist}/tex/latex/tensor
8775%{texmfdist}/tex/latex/teubner
8776%{texmfdist}/tex/latex/tex-gyre
8777%{texmfdist}/tex/latex/texilikecover
8778%{texmfdist}/tex/latex/texlogos
8779%{texmfdist}/tex/latex/texmate
8780%{texmfdist}/tex/latex/texpower
8781%{texmfdist}/tex/latex/texshade
8782%{texmfdist}/tex/latex/textcase
df343eba 8783%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
8784%{texmfdist}/tex/latex/textopo
8785%{texmfdist}/tex/latex/textpath
df343eba 8786%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
8787%{texmfdist}/tex/latex/theoremref
8788%{texmfdist}/tex/latex/thesis-titlepage-fhac
8789%{texmfdist}/tex/latex/thinsp
8790%{texmfdist}/tex/latex/thmtools
8791%{texmfdist}/tex/latex/thumb
8792%{texmfdist}/tex/latex/thuthesis
8793%{texmfdist}/tex/latex/ticket
8794%{texmfdist}/tex/latex/tikz-inet
8795%{texmfdist}/tex/latex/times
8796%{texmfdist}/tex/latex/timesht
8797%{texmfdist}/tex/latex/tipa
8798%{texmfdist}/tex/latex/titlefoot
df343eba 8799%{texmfdist}/tex/latex/titlesec
cf8dbd64 8800%{texmfdist}/tex/latex/titling
df343eba
ZU
8801%{texmfdist}/tex/latex/tocbibind
8802%{texmfdist}/tex/latex/tocloft
8803%{texmfdist}/tex/latex/tools
8804%{texmfdist}/tex/latex/totpages
df343eba 8805%{texmfdist}/tex/latex/type1cm
cf8dbd64 8806%{texmfdist}/tex/latex/undertilde
df343eba 8807%{texmfdist}/tex/latex/units
cf8dbd64
MB
8808%{texmfdist}/tex/latex/unitsdef
8809%{texmfdist}/tex/latex/universa
8810%{texmfdist}/tex/latex/unroman
8811%{texmfdist}/tex/latex/upmethodology
df343eba 8812%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
8813%{texmfdist}/tex/latex/varindex
8814%{texmfdist}/tex/latex/varsfromjobname
8815%{texmfdist}/tex/latex/vector
8816%{texmfdist}/tex/latex/velthuis
8817%{texmfdist}/tex/latex/verse
8818%{texmfdist}/tex/latex/versions
8819%{texmfdist}/tex/latex/vhistory
8820%{texmfdist}/tex/latex/vita
df343eba 8821%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
8822%{texmfdist}/tex/latex/volumes
8823%{texmfdist}/tex/latex/vpe
8824%{texmfdist}/tex/latex/vrsion
8825%{texmfdist}/tex/latex/vwcol
8826%{texmfdist}/tex/latex/vxu
8827%{texmfdist}/tex/latex/wallpaper
8828%{texmfdist}/tex/latex/warning
8829%{texmfdist}/tex/latex/warpcol
df343eba 8830%{texmfdist}/tex/latex/was
cf8dbd64
MB
8831%{texmfdist}/tex/latex/williams
8832%{texmfdist}/tex/latex/wnri
8833%{texmfdist}/tex/latex/wordlike
df343eba 8834%{texmfdist}/tex/latex/wrapfig
cf8dbd64
MB
8835%{texmfdist}/tex/latex/wsuipa
8836%{texmfdist}/tex/latex/xargs
8837%{texmfdist}/tex/latex/xcolor
8838%{texmfdist}/tex/latex/xdoc
8839%{texmfdist}/tex/latex/xfor
8840%{texmfdist}/tex/latex/xifthen
df343eba 8841%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
8842%{texmfdist}/tex/latex/xmpincl
8843%{texmfdist}/tex/latex/xnewcommand
8844%{texmfdist}/tex/latex/xoptarg
8845%{texmfdist}/tex/latex/xpackages
8846%{texmfdist}/tex/latex/xq
8847%{texmfdist}/tex/latex/xskak
8848%{texmfdist}/tex/latex/xstring
df343eba 8849%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
8850%{texmfdist}/tex/latex/xtcapts
8851%{texmfdist}/tex/latex/xyling
8852%{texmfdist}/tex/latex/xytree
8853%{texmfdist}/tex/latex/yafoot
df343eba 8854%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
8855%{texmfdist}/tex/latex/yhmath
8856%{texmfdist}/tex/latex/yi4latex
8857%{texmfdist}/tex/latex/york-thesis
8858%{texmfdist}/tex/latex/youngtab
8859%{texmfdist}/tex/latex/yplan
8860%{texmfdist}/tex/latex/zapfchan
8861%{texmfdist}/tex/latex/zapfding
8862%{texmfdist}/tex/latex/zed-csp
8863%{texmfdist}/tex/latex/zefonts
8864%{texmfdist}/tex/latex/ziffer
8865%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
8866%{texmfdist}/tex/plain/etex
8867%{texmf}/tex/latex/config
8868%{texmf}/tex/latex/dvipdfm
d08789e0 8869
6c82f497
ZU
8870%files latex-12many
8871%defattr(644,root,root,755)
8872%doc %{texmfdist}/doc/latex/12many
8873%{texmfdist}/source/latex/12many
8874
a8b381b0
ZU
8875%files latex-abstract
8876%defattr(644,root,root,755)
8877%doc %{texmfdist}/doc/latex/abstract
8878%{texmfdist}/tex/latex/abstract
8879
f1f5d194
ZU
8880%files latex-accfonts
8881%defattr(644,root,root,755)
606c6ab6 8882%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
8883%{texmfdist}/tex/latex/accfonts
8884
e88b5dcf
ZU
8885%files latex-adrconv
8886%defattr(644,root,root,755)
8887%{texmfdist}/tex/latex/adrconv
8888%{texmfdist}/doc/latex/adrconv
8889
d08789e0
ZU
8890%files latex-algorithms
8891%defattr(644,root,root,755)
68640cd8
ZU
8892%doc %{texmfdist}/doc/latex/algorithms
8893%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
8894
8895%files latex-ae
8896%defattr(644,root,root,755)
2677a8b0 8897%{texmfdist}/tex/latex/ae
d08789e0
ZU
8898
8899%files latex-ams
8900%defattr(644,root,root,755)
68640cd8
ZU
8901%doc %{texmfdist}/doc/latex/amscls
8902%doc %{texmfdist}/doc/latex/amsmath
68640cd8 8903%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 8904%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
8905%{texmfdist}/tex/latex/amscls
8906%{texmfdist}/tex/latex/amsmath
8907%{texmfdist}/tex/latex/amsfonts
8908%{texmfdist}/tex/latex/onlyamsmath
8909%{texmfdist}/source/latex/onlyamsmath
d08789e0
ZU
8910
8911%files latex-antp
8912%defattr(644,root,root,755)
7179ac92 8913%{texmfdist}/tex/latex/antp
d08789e0
ZU
8914
8915%files latex-antt
8916%defattr(644,root,root,755)
2677a8b0 8917%{texmfdist}/tex/latex/antt
d08789e0 8918
e88b5dcf
ZU
8919%files latex-appendix
8920%defattr(644,root,root,755)
8921%doc %{texmfdist}/doc/latex/appendix
8922%{texmfdist}/tex/latex/appendix
8923
b4d68b39
ZU
8924%files latex-backgammon
8925%defattr(644,root,root,755)
8926%doc %{texmfdist}/doc/latex/backgammon
8927%{texmfdist}/tex/latex/backgammon
8928
6c82f497
ZU
8929%files latex-bardiag
8930%defattr(644,root,root,755)
8931%doc %{texmfdist}/doc/latex/bardiag
8932%{texmfdist}/tex/latex/bardiag
8933
d08789e0
ZU
8934%files latex-bbm
8935%defattr(644,root,root,755)
68640cd8
ZU
8936%doc %{texmfdist}/doc/fonts/bbm
8937%{texmfdist}/tex/latex/bbm
d08789e0
ZU
8938
8939%files latex-bbold
8940%defattr(644,root,root,755)
ffd94364
ZU
8941%doc %{texmfdist}/doc/latex/bbold
8942%{texmfdist}/tex/latex/bbold
8943%{texmfdist}/source/latex/bbold
d08789e0 8944
b4d68b39
ZU
8945%files latex-beamer
8946%defattr(644,root,root,755)
8947%doc %{texmfdist}/doc/latex/beamer
8948%{texmfdist}/tex/latex/beamer-contrib
8949%{texmfdist}/tex/latex/beamer
8950
2fede27b
ZU
8951%files latex-bezos
8952%defattr(644,root,root,755)
8953%doc %{texmfdist}/doc/latex/bezos
8954%{texmfdist}/tex/latex/bezos
8955
d08789e0
ZU
8956%files latex-bibtex
8957%defattr(644,root,root,755)
68640cd8 8958%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
8959%doc %{texmfdist}/doc/latex/adrconv
8960%doc %{texmfdist}/doc/latex/bibtopic
8961%doc %{texmfdist}/doc/latex/bibunits
8962%doc %{texmfdist}/doc/latex/natbib
8963%doc %{texmfdist}/doc/latex/footbib
8964%dir %{texmfdist}/doc/bibtex
8965%dir %{texmfdist}/bibtex
8966%dir %{texmfdist}/bibtex/bib
8967%dir %{texmfdist}/bibtex/bst
b9a3d45e 8968%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
8969
8970%attr(755,root,root) %{_bindir}/bibtex
8971%attr(755,root,root) %{_bindir}/rubibtex
8972
68640cd8
ZU
8973%{texmfdist}/bibtex/bst/base
8974%{texmfdist}/bibtex/csf/base
8975%{texmfdist}/bibtex/bib/base
8976%{texmfdist}/bibtex/bst/adrconv
8977%{texmfdist}/bibtex/bib/adrconv
8978%{texmfdist}/source/latex/adrconv
8979%{texmfdist}/tex/latex/adrconv
8980# %{texmf}/bibtex/bst/misc
8981%{texmfdist}/bibtex/bst/natbib
8982%{texmfdist}/tex/latex/natbib
8983%{texmfdist}/tex/latex/bibtopic
8984%{texmfdist}/source/latex/bibunits
8985%{texmfdist}/tex/latex/bibunits
8986%{texmfdist}/source/latex/footbib
8987%{texmfdist}/tex/latex/footbib
d08789e0
ZU
8988
8989%{_mandir}/man1/bibtex.1*
8990%{_mandir}/man1/rubibtex.1*
8991
8992%files latex-bibtex-ams
8993%defattr(644,root,root,755)
68640cd8
ZU
8994%{texmfdist}/bibtex/bst/ams
8995%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
8996
8997%files latex-bibtex-pl
8998%defattr(644,root,root,755)
04123363 8999%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 9000%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
9001
9002%files latex-bibtex-german
9003%defattr(644,root,root,755)
68640cd8
ZU
9004%doc %{texmfdist}/doc/bibtex/germbib
9005%{texmfdist}/bibtex/bst/germbib
9006%{texmfdist}/tex/latex/germbib
d08789e0
ZU
9007
9008%files latex-bibtex-revtex4
9009%defattr(644,root,root,755)
04123363 9010%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
9011%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9012%{texmfdist}/source/latex/revtex/revtex4.dtx
9013%{texmfdist}/source/latex/revtex/revtex4.ins
9014%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
9015
9016%files latex-bibtex-jurabib
9017%defattr(644,root,root,755)
68640cd8
ZU
9018%doc %{texmfdist}/doc/latex/jurabib
9019%{texmfdist}/bibtex/bst/jurabib
9020%{texmfdist}/bibtex/bib/jurabib
9021%{texmfdist}/source/latex/jurabib
9022%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
9023
9024%files latex-bibtex-dk
9025%defattr(644,root,root,755)
68640cd8
ZU
9026%doc %{texmfdist}/doc/latex/dk-bib
9027%{texmfdist}/bibtex/bst/dk-bib
9028%{texmfdist}/bibtex/csf/dk-bib
9029%{texmfdist}/bibtex/bib/dk-bib
9030%{texmfdist}/source/latex/dk-bib
9031%{texmfdist}/tex/latex/dk-bib
9032
9033# %files latex-bibtex-nor
9034# %defattr(644,root,root,755)
9035# %{texmf}/bibtex/bst/norbib
d08789e0 9036
33b3b483
ZU
9037%files latex-bibtex-styles
9038%defattr(644,root,root,755)
04123363 9039%dir %{texmfdist}/doc/generic/t2
80fa261c 9040%dir %{texmfdist}/doc/generic/t2%{_sysconfdir}
04123363 9041%dir %{texmfdist}/source/bibtex
33b3b483
ZU
9042%{texmfdist}/bibtex/bib/IEEEtran
9043%{texmfdist}/bibtex/bib/abstyles
9044%{texmfdist}/bibtex/bib/achemso
9045%{texmfdist}/bibtex/bib/acmtrans
9046%{texmfdist}/bibtex/bib/aiaa
9047%{texmfdist}/bibtex/bib/apacite
9048%{texmfdist}/bibtex/bib/asaetr
9049%{texmfdist}/bibtex/bib/ascelike
9050%{texmfdist}/bibtex/bib/beebe
9051%{texmfdist}/bibtex/bib/bibhtml
9052%{texmfdist}/bibtex/bib/bibtopic
9053%{texmfdist}/bibtex/bib/biocon
9054%{texmfdist}/bibtex/bib/computational-complexity
9055%{texmfdist}/bibtex/bib/din1505
9056%{texmfdist}/bibtex/bib/directory
9057%{texmfdist}/bibtex/bib/dtk
9058%{texmfdist}/bibtex/bib/figbib
9059%{texmfdist}/bibtex/bib/frankenstein
9060%{texmfdist}/bibtex/bib/gatech-thesis
9061%{texmfdist}/bibtex/bib/geomsty
9062%{texmfdist}/bibtex/bib/gloss
9063%{texmfdist}/bibtex/bib/harvard
9064%{texmfdist}/bibtex/bib/ieeepes
9065%{texmfdist}/bibtex/bib/ijmart
9066%{texmfdist}/bibtex/bib/imac
9067%{texmfdist}/bibtex/bib/index
9068%{texmfdist}/bibtex/bib/lsc
9069%{texmfdist}/bibtex/bib/msc
9070%{texmfdist}/bibtex/bib/nostarch
9071%{texmfdist}/bibtex/bib/philosophersimprint
9072%{texmfdist}/bibtex/bib/revtex
9073%{texmfdist}/bibtex/bib/spie
9074%{texmfdist}/bibtex/bib/urlbst
9075%{texmfdist}/bibtex/bst/IEEEtran
9076%{texmfdist}/bibtex/bst/abstyles
9077%{texmfdist}/bibtex/bst/achemso
9078%{texmfdist}/bibtex/bst/acmtrans
9079%{texmfdist}/bibtex/bst/afthesis
9080%{texmfdist}/bibtex/bst/aguplus
9081%{texmfdist}/bibtex/bst/aiaa
9082%{texmfdist}/bibtex/bst/aichej
9083%{texmfdist}/bibtex/bst/ametsoc
9084%{texmfdist}/bibtex/bst/apacite
9085%{texmfdist}/bibtex/bst/asaetr
9086%{texmfdist}/bibtex/bst/ascelike
9087%{texmfdist}/bibtex/bst/babelbib
9088%{texmfdist}/bibtex/bst/beebe
9089%{texmfdist}/bibtex/bst/bibhtml
9090%{texmfdist}/bibtex/bst/chem-journal
9091%{texmfdist}/bibtex/bst/chicago
9092%{texmfdist}/bibtex/bst/computational-complexity
9093%{texmfdist}/bibtex/bst/confproc
9094%{texmfdist}/bibtex/bst/datatool
9095%{texmfdist}/bibtex/bst/din1505
9096%{texmfdist}/bibtex/bst/dinat
9097%{texmfdist}/bibtex/bst/directory
9098%{texmfdist}/bibtex/bst/dtk
9099%{texmfdist}/bibtex/bst/dvdcoll
9100%{texmfdist}/bibtex/bst/economic
9101%{texmfdist}/bibtex/bst/elsevier-bib
9102%{texmfdist}/bibtex/bst/fbs
9103%{texmfdist}/bibtex/bst/figbib
9104%{texmfdist}/bibtex/bst/finbib
9105%{texmfdist}/bibtex/bst/frankenstein
9106%{texmfdist}/bibtex/bst/gatech-thesis
9107%{texmfdist}/bibtex/bst/gloss
9108%{texmfdist}/bibtex/bst/gost
9109%{texmfdist}/bibtex/bst/gustlib
9110%{texmfdist}/bibtex/bst/harvard
9111%{texmfdist}/bibtex/bst/hc
9112%{texmfdist}/bibtex/bst/ieeepes
9113%{texmfdist}/bibtex/bst/ijmart
9114%{texmfdist}/bibtex/bst/ijqc
9115%{texmfdist}/bibtex/bst/imac
9116%{texmfdist}/bibtex/bst/index
9117%{texmfdist}/bibtex/bst/inlinebib
9118%{texmfdist}/bibtex/bst/iopart-num
9119%{texmfdist}/bibtex/bst/jneurosci
9120%{texmfdist}/bibtex/bst/jurarsp
9121%{texmfdist}/bibtex/bst/kluwer
9122%{texmfdist}/bibtex/bst/mciteplus
9123%{texmfdist}/bibtex/bst/mslapa
9124%{texmfdist}/bibtex/bst/multibib
9125%{texmfdist}/bibtex/bst/munich
9126%{texmfdist}/bibtex/bst/nature
9127%{texmfdist}/bibtex/bst/nddiss
9128%{texmfdist}/bibtex/bst/opcit
9129%{texmfdist}/bibtex/bst/perception
9130%{texmfdist}/bibtex/bst/revtex
9131%{texmfdist}/bibtex/bst/rsc
9132%{texmfdist}/bibtex/bst/savetrees
9133%{texmfdist}/bibtex/bst/shipunov
9134%{texmfdist}/bibtex/bst/smflatex
9135%{texmfdist}/bibtex/bst/sort-by-letters
9136%{texmfdist}/bibtex/bst/spie
9137%{texmfdist}/bibtex/bst/stellenbosch
9138%{texmfdist}/bibtex/bst/swebib
9139%{texmfdist}/bibtex/bst/texsis
9140%{texmfdist}/bibtex/bst/thuthesis
9141%{texmfdist}/bibtex/bst/tugboat
9142%{texmfdist}/bibtex/bst/urlbst
9143%{texmfdist}/bibtex/csf/gost
9144%doc %{texmfdist}/doc/bibtex/abstyles
9145%doc %{texmfdist}/doc/bibtex/bibhtml
9146%doc %{texmfdist}/doc/bibtex/dinat
9147%doc %{texmfdist}/doc/bibtex/economic
9148%doc %{texmfdist}/doc/bibtex/elsevier-bib
9149%doc %{texmfdist}/doc/bibtex/gost
9150%doc %{texmfdist}/doc/bibtex/ijqc
9151%doc %{texmfdist}/doc/bibtex/iopart-num
80fa261c 9152%doc %{texmfdist}/doc/generic/t2%{_sysconfdir}/rubibtex
33b3b483
ZU
9153%doc %{texmfdist}/doc/latex/IEEEtran
9154%{texmfdist}/source/bibtex/gost
9155
435dbdfa
ZU
9156%files latex-bibtex-vancouver
9157%defattr(644,root,root,755)
9158%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9159%dir %{texmfdist}/bibtex/bst/vancouver
9160%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9161%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9162%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9163%doc %{texmfdist}/doc/bibtex/vancouver/README
9164%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9165%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9166
2fede27b
ZU
9167%files latex-booktabs
9168%defattr(644,root,root,755)
9169%doc %{texmfdist}/doc/latex/booktabs
9170%{texmfdist}/tex/latex/booktabs
9171
9172%files latex-caption
9173%defattr(644,root,root,755)
9174%doc %{texmfdist}/doc/latex/caption
9175%{texmfdist}/tex/latex/caption
9176
d08789e0
ZU
9177%files latex-carlisle
9178%defattr(644,root,root,755)
68640cd8
ZU
9179%doc %{texmfdist}/doc/latex/carlisle
9180%{texmfdist}/tex/latex/carlisle
d08789e0
ZU
9181
9182%files latex-ccfonts
9183%defattr(644,root,root,755)
68640cd8
ZU
9184%doc %{texmfdist}/doc/latex/ccfonts
9185%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9186
9187%files latex-cite
9188%defattr(644,root,root,755)
2677a8b0 9189%{texmfdist}/tex/latex/cite
d08789e0
ZU
9190
9191%files latex-cmbright
9192%defattr(644,root,root,755)
68640cd8
ZU
9193%doc %{texmfdist}/doc/latex/cmbright
9194%{texmfdist}/tex/latex/cmbright
9195
2fede27b
ZU
9196%files latex-comment
9197%defattr(644,root,root,755)
9198%doc %{texmfdist}/doc/latex/comment
9199%{texmfdist}/tex/latex/comment
d08789e0
ZU
9200
9201%files latex-concmath
9202%defattr(644,root,root,755)
2677a8b0 9203%{texmfdist}/tex/latex/concmath
d08789e0 9204
2fede27b
ZU
9205%files latex-currvita
9206%defattr(644,root,root,755)
9207%doc %{texmfdist}/doc/latex/currvita
9208%{texmfdist}/tex/latex/currvita
9209
9210%files latex-curves
9211%defattr(644,root,root,755)
9212%doc %{texmfdist}/doc/latex/curves
9213%{texmfdist}/tex/latex/curves
9214
d08789e0
ZU
9215%files latex-custom-bib
9216%defattr(644,root,root,755)
9501d92c
ZU
9217%doc %{texmfdist}/doc/latex/custom-bib
9218%{texmfdist}/source/latex/custom-bib
9219%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9220
9221%files latex-cyrillic
9222%defattr(644,root,root,755)
9501d92c
ZU
9223%doc %{texmfdist}/doc/latex/cyrillic
9224%{texmfdist}/source/latex/cyrillic
9225%{texmfdist}/tex/latex/cyrillic
d08789e0 9226
04eb4e68
ZU
9227# %files latex-dstroke
9228# %defattr(644,root,root,755)
9229# %{texmf}/tex/latex/dstroke
d08789e0 9230
60597425
ZU
9231%files latex-enumitem
9232%defattr(644,root,root,755)
9233%doc %{texmfdist}/doc/latex/enumitem
9234%{texmfdist}/tex/latex/enumitem
9235
2b453bda
ZU
9236%files latex-exam
9237%defattr(644,root,root,755)
f1f5d194 9238%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
9239%{texmfdist}/tex/latex/exam
9240
f1f5d194
ZU
9241%files latex-gbrief
9242%defattr(644,root,root,755)
9243%doc %{texmfdist}/doc/latex/g-brief
9244%{texmfdist}/tex/latex/g-brief
9245
d08789e0
ZU
9246%files latex-jknappen
9247%defattr(644,root,root,755)
9501d92c
ZU
9248%doc %{texmfdist}/fonts/source/jknappen
9249%{texmfdist}/fonts/tfm/jknappen
d08789e0 9250
d19eaaab
ZU
9251%files latex-keystroke
9252%defattr(644,root,root,755)
9253%{texmfdist}/tex/latex/keystroke
9254%doc %{texmfdist}/doc/latex/keystroke
9255
9256%files latex-labbook
9257%defattr(644,root,root,755)
9258%doc %{texmfdist}/doc/latex/labbook
9259%{texmfdist}/source/latex/labbook
9260%{texmfdist}/tex/latex/labbook
9261
a8b381b0
ZU
9262%files latex-lastpage
9263%defattr(644,root,root,755)
a8b381b0 9264%doc %{texmfdist}/doc/latex/lastpage
f1f5d194
ZU
9265%{texmfdist}/tex/latex/lastpage
9266
d19eaaab
ZU
9267%files latex-lcd
9268%defattr(644,root,root,755)
9269%doc %{texmfdist}/doc/latex/lcd
9270%{texmfdist}/source/latex/lcd
9271%{texmfdist}/tex/latex/lcd
9272
9273%files latex-leaflet
9274%defattr(644,root,root,755)
9275%doc %{texmfdist}/doc/latex/leaflet
9276%{texmfdist}/source/latex/leaflet
9277%{texmfdist}/tex/latex/leaflet
9278
f1f5d194
ZU
9279%files latex-leftidx
9280%defattr(644,root,root,755)
9281%doc %{texmfdist}/doc/latex/leftidx
9282%{texmfdist}/tex/latex/leftidx
a8b381b0 9283
d19eaaab
ZU
9284%files latex-lewis
9285%defattr(644,root,root,755)
9286%doc %{texmfdist}/doc/latex/lewis
9287%{texmfdist}/tex/latex/lewis
9288
d08789e0
ZU
9289%files latex-lm
9290%defattr(644,root,root,755)
9501d92c
ZU
9291%doc %{texmfdist}/doc/fonts/lm
9292%{texmfdist}/tex/latex/lm
9293%{texmfdist}/fonts/afm/public/lm
9294%{texmfdist}/fonts/enc/dvips/lm
9295%{texmfdist}/fonts/map/dvips/lm
9296%{texmfdist}/fonts/map/dvipdfm/lm
9297%{texmfdist}/fonts/opentype/public/lm
9298%{texmfdist}/fonts/tfm/public/lm
9299%{texmfdist}/source/fonts/lm
d08789e0
ZU
9300
9301%files latex-lucidabr
9302%defattr(644,root,root,755)
8affbd2c 9303%dir %{texmfdist}/vtex
04123363 9304%dir %{texmfdist}/vtex/config
26d8eaaa
ZU
9305%{texmfdist}/vtex/config/lucidabr-k.ali
9306%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
9307
9308%files latex-lineno
9309%defattr(644,root,root,755)
9501d92c
ZU
9310%doc %{texmfdist}/doc/latex/lineno
9311%{texmfdist}/tex/latex/lineno
9312
d08789e0
ZU
9313
9314%files latex-marvosym
9315%defattr(644,root,root,755)
2677a8b0 9316%{texmfdist}/tex/latex/marvosym
d08789e0 9317
d19eaaab
ZU
9318%files latex-mathexam
9319%defattr(644,root,root,755)
9320%doc %{texmfdist}/doc/latex/mathexam
9321%{texmfdist}/source/latex/mathexam
9322%{texmfdist}/tex/latex/mathexam
9323
5b7eba8e
MB
9324#%files latex-mathpple
9325#%defattr(644,root,root,755)
d08789e0 9326
5b7eba8e
MB
9327#%files latex-mathtime
9328#%defattr(644,root,root,755)
d08789e0
ZU
9329
9330%files latex-microtype
9331%defattr(644,root,root,755)
26d8eaaa
ZU
9332%doc %{texmfdist}/doc/latex/microtype
9333%{texmfdist}/source/latex/microtype
9334%{texmfdist}/tex/latex/microtype
d08789e0
ZU
9335
9336%files latex-mflogo
9337%defattr(644,root,root,755)
26d8eaaa
ZU
9338%doc %{texmfdist}/doc/latex/mflogo
9339%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
9340
9341%files latex-mfnfss
9342%defattr(644,root,root,755)
26d8eaaa
ZU
9343%{texmfdist}/source/latex/mfnfss
9344%{texmfdist}/tex/latex/mfnfss
9345
d08789e0
ZU
9346%files latex-minitoc
9347%defattr(644,root,root,755)
26d8eaaa
ZU
9348%doc %{texmfdist}/doc/latex/minitoc
9349%{texmfdist}/bibtex/bst/minitoc
9350%{texmfdist}/makeindex/minitoc
9351%{texmfdist}/scripts/minitoc
9352%{texmfdist}/source/latex/minitoc
9353%{texmfdist}/tex/latex/minitoc
9354
d08789e0
ZU
9355
9356%files latex-mltex
9357%defattr(644,root,root,755)
26d8eaaa
ZU
9358%doc %{texmfdist}/doc/latex/mltex
9359%{texmfdist}/tex/latex/mltex
d08789e0 9360
f1f5d194
ZU
9361%files latex-moreverb
9362%defattr(644,root,root,755)
9363%doc %{texmfdist}/doc/latex/moreverb
9364%{texmfdist}/tex/latex/moreverb
9365
d34bfb7f
ZU
9366%files latex-multienum
9367%defattr(644,root,root,755)
f2555868 9368%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 9369%dir %{texmfdist}/tex/latex/multenum
f2555868 9370%{texmfdist}/tex/latex/multenum/*
d34bfb7f 9371
8ed039e0
ZU
9372%files latex-musictex
9373%defattr(644,root,root,755)
9374%doc %{texmfdist}/doc/generic/musictex
9375%{texmfdist}/fonts/source/public/musictex
9376%{texmfdist}/fonts/tfm/public/musictex
9377%{texmfdist}/tex/generic/musictex
9378%{texmfdist}/tex/latex/musictex
9379
a8b381b0
ZU
9380%files latex-ntheorem
9381%defattr(644,root,root,755)
9382%{texmfdist}/tex/latex/ntheorem
9383%doc %{texmfdist}/doc/latex/ntheorem
26d8eaaa 9384
f65b3398
ZU
9385%files latex-other-doc
9386%defattr(644,root,root,755)
8affbd2c 9387%doc %{texmfdist}/doc/alatex
f65b3398 9388%doc %{texmfdist}/doc/cslatex/base
e67df411 9389%doc %{texmfdist}/doc/generic/enctex
8affbd2c 9390%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
9391%doc %{texmfdist}/doc/latex/ANUfinalexam
9392%doc %{texmfdist}/doc/latex/AkkTeX
9393%doc %{texmfdist}/doc/latex/ESIEEcv
9394%doc %{texmfdist}/doc/latex/GuIT
9395%doc %{texmfdist}/doc/latex/HA-prosper
9396%doc %{texmfdist}/doc/latex/IEEEconf
9397%doc %{texmfdist}/doc/latex/a0poster
9398%doc %{texmfdist}/doc/latex/aastex
9399%doc %{texmfdist}/doc/latex/abc
9400%doc %{texmfdist}/doc/latex/achemso
9401%doc %{texmfdist}/doc/latex/acmconf
9402%doc %{texmfdist}/doc/latex/acmtrans
9403%doc %{texmfdist}/doc/latex/active-conf
9404%doc %{texmfdist}/doc/latex/addlines
9405%doc %{texmfdist}/doc/latex/adrlist
9406%doc %{texmfdist}/doc/latex/afthesis
9407%doc %{texmfdist}/doc/latex/aguplus
9408%doc %{texmfdist}/doc/latex/aiaa
9409%doc %{texmfdist}/doc/latex/akletter
9410%doc %{texmfdist}/doc/latex/alg
9411%doc %{texmfdist}/doc/latex/algorithm2e
9412%doc %{texmfdist}/doc/latex/algorithmicx
9413%doc %{texmfdist}/doc/latex/alnumsec
9414%doc %{texmfdist}/doc/latex/altfont
9415%doc %{texmfdist}/doc/latex/ametsoc
9416%doc %{texmfdist}/doc/latex/amsaddr
9417%doc %{texmfdist}/doc/latex/amsrefs
9418%doc %{texmfdist}/doc/latex/animate
9419%doc %{texmfdist}/doc/latex/answers
9420%doc %{texmfdist}/doc/latex/anyfontsize
9421%doc %{texmfdist}/doc/latex/apa
9422%doc %{texmfdist}/doc/latex/apacite
9423%doc %{texmfdist}/doc/latex/ar
9424%doc %{texmfdist}/doc/latex/arabi
9425%doc %{texmfdist}/doc/latex/arabtex
9426%doc %{texmfdist}/doc/latex/arcs
9427%doc %{texmfdist}/doc/latex/arydshln
9428%doc %{texmfdist}/doc/latex/asaetr
9429%doc %{texmfdist}/doc/latex/ascelike
9430%doc %{texmfdist}/doc/latex/assignment
9431%doc %{texmfdist}/doc/latex/attachfile
9432%doc %{texmfdist}/doc/latex/augie
9433%doc %{texmfdist}/doc/latex/aurical
9434%doc %{texmfdist}/doc/latex/authorindex
9435%doc %{texmfdist}/doc/latex/autoarea
9436%doc %{texmfdist}/doc/latex/autotab
9437%doc %{texmfdist}/doc/latex/babelbib
9438%doc %{texmfdist}/doc/latex/bangtex
9439%doc %{texmfdist}/doc/latex/barcodes
9440%doc %{texmfdist}/doc/latex/bayer
9441%doc %{texmfdist}/doc/latex/bbm-macros
9442%doc %{texmfdist}/doc/latex/beamer-contrib
9443%doc %{texmfdist}/doc/latex/begriff
9444%doc %{texmfdist}/doc/latex/betababel
9445%doc %{texmfdist}/doc/latex/bez123
9446%doc %{texmfdist}/doc/latex/bibarts
9447%doc %{texmfdist}/doc/latex/bibleref
9448%doc %{texmfdist}/doc/latex/biblist
9449%doc %{texmfdist}/doc/latex/bibtopicprefix
9450%doc %{texmfdist}/doc/latex/bigfoot
9451%doc %{texmfdist}/doc/latex/binomexp
9452%doc %{texmfdist}/doc/latex/biocon
9453%doc %{texmfdist}/doc/latex/bizcard
9454%doc %{texmfdist}/doc/latex/blindtext
9455%doc %{texmfdist}/doc/latex/blowup
9456%doc %{texmfdist}/doc/latex/boites
9457%doc %{texmfdist}/doc/latex/boldtensors
9458%doc %{texmfdist}/doc/latex/bookest
9459%doc %{texmfdist}/doc/latex/booklet
9460%doc %{texmfdist}/doc/latex/boxhandler
9461%doc %{texmfdist}/doc/latex/bpchem
9462%doc %{texmfdist}/doc/latex/braille
9463%doc %{texmfdist}/doc/latex/breakurl
9464%doc %{texmfdist}/doc/latex/brushscr
9465%doc %{texmfdist}/doc/latex/bullcntr
9466%doc %{texmfdist}/doc/latex/bussproofs
9467%doc %{texmfdist}/doc/latex/bytefield
9468%doc %{texmfdist}/doc/latex/calxxxx
9469%doc %{texmfdist}/doc/latex/captcont
9470%doc %{texmfdist}/doc/latex/casyl
9471%doc %{texmfdist}/doc/latex/catechis
9472%doc %{texmfdist}/doc/latex/cbcoptic
9473%doc %{texmfdist}/doc/latex/cclicenses
9474%doc %{texmfdist}/doc/latex/cd-cover
9475%doc %{texmfdist}/doc/latex/cd
9476%doc %{texmfdist}/doc/latex/cdpbundl
9477%doc %{texmfdist}/doc/latex/cellspace
9478%doc %{texmfdist}/doc/latex/changes
9479%doc %{texmfdist}/doc/latex/chapterfolder
9480%doc %{texmfdist}/doc/latex/chemcompounds
9481%doc %{texmfdist}/doc/latex/chemcono
9482%doc %{texmfdist}/doc/latex/chemstyle
9483%doc %{texmfdist}/doc/latex/chessboard
9484%doc %{texmfdist}/doc/latex/chessfss
9485%doc %{texmfdist}/doc/latex/china2e
9486%doc %{texmfdist}/doc/latex/chletter
9487%doc %{texmfdist}/doc/latex/circ
9488%doc %{texmfdist}/doc/latex/cite
9489%doc %{texmfdist}/doc/latex/cjk
9490%doc %{texmfdist}/doc/latex/classicthesis
9491%doc %{texmfdist}/doc/latex/clefval
9492%doc %{texmfdist}/doc/latex/cleveref
9493%doc %{texmfdist}/doc/latex/clock
9494%doc %{texmfdist}/doc/latex/clrscode
9495%doc %{texmfdist}/doc/latex/cm-lgc
9496%doc %{texmfdist}/doc/latex/cmap
9497%doc %{texmfdist}/doc/latex/cmcyralt
9498%doc %{texmfdist}/doc/latex/cmdstring
9499%doc %{texmfdist}/doc/latex/cmll
9500%doc %{texmfdist}/doc/latex/codepage
9501%doc %{texmfdist}/doc/latex/colorinfo
9502%doc %{texmfdist}/doc/latex/colortbl
9503%doc %{texmfdist}/doc/latex/colorwav
9504%doc %{texmfdist}/doc/latex/combine
9505%doc %{texmfdist}/doc/latex/commath
9506%doc %{texmfdist}/doc/latex/complexity
9507%doc %{texmfdist}/doc/latex/computational-complexity
9508%doc %{texmfdist}/doc/latex/concprog
9509%doc %{texmfdist}/doc/latex/confproc
9510%doc %{texmfdist}/doc/latex/constants
9511%doc %{texmfdist}/doc/latex/contour
9512%doc %{texmfdist}/doc/latex/cooking
9513%doc %{texmfdist}/doc/latex/cool
9514%doc %{texmfdist}/doc/latex/coollist
9515%doc %{texmfdist}/doc/latex/coolstr
9516%doc %{texmfdist}/doc/latex/cooltooltips
9517%doc %{texmfdist}/doc/latex/coordsys
9518%doc %{texmfdist}/doc/latex/courier-scaled
9519%doc %{texmfdist}/doc/latex/courseoutline
9520%doc %{texmfdist}/doc/latex/coursepaper
9521%doc %{texmfdist}/doc/latex/coverpage
9522%doc %{texmfdist}/doc/latex/covington
9523%doc %{texmfdist}/doc/latex/crossreference
9524%doc %{texmfdist}/doc/latex/crosswrd
9525%doc %{texmfdist}/doc/latex/cryst
9526%doc %{texmfdist}/doc/latex/csbulletin
9527%doc %{texmfdist}/doc/latex/csquotes
9528%doc %{texmfdist}/doc/latex/csvtools
9529%doc %{texmfdist}/doc/latex/ctable
9530%doc %{texmfdist}/doc/latex/ctib
9531%doc %{texmfdist}/doc/latex/cuisine
9532%doc %{texmfdist}/doc/latex/cursor
9533%doc %{texmfdist}/doc/latex/curve
9534%doc %{texmfdist}/doc/latex/curve2e
9535%doc %{texmfdist}/doc/latex/cv
9536%doc %{texmfdist}/doc/latex/cweb-latex
9537%doc %{texmfdist}/doc/latex/cwpuzzle
9538%doc %{texmfdist}/doc/latex/dashrule
9539%doc %{texmfdist}/doc/latex/datatool
9540%doc %{texmfdist}/doc/latex/dateiliste
9541%doc %{texmfdist}/doc/latex/datenumber
9542%doc %{texmfdist}/doc/latex/datetime
9543%doc %{texmfdist}/doc/latex/dcpic
9544%doc %{texmfdist}/doc/latex/delimtxt
9545%doc %{texmfdist}/doc/latex/diagnose
9546%doc %{texmfdist}/doc/latex/dialogl
9547%doc %{texmfdist}/doc/latex/dichokey
9548%doc %{texmfdist}/doc/latex/digiconfigs
9549%doc %{texmfdist}/doc/latex/din1505
9550%doc %{texmfdist}/doc/latex/directory
9551%doc %{texmfdist}/doc/latex/disser
9552%doc %{texmfdist}/doc/latex/dlfltxb
9553%doc %{texmfdist}/doc/latex/dnaseq
9554%doc %{texmfdist}/doc/latex/docmfp
9555%doc %{texmfdist}/doc/latex/doi
9556%doc %{texmfdist}/doc/latex/doipubmed
9557%doc %{texmfdist}/doc/latex/dotarrow
9558%doc %{texmfdist}/doc/latex/dottex
9559%doc %{texmfdist}/doc/latex/dpfloat
9560%doc %{texmfdist}/doc/latex/dprogress
9561%doc %{texmfdist}/doc/latex/drac
9562%doc %{texmfdist}/doc/latex/draftwatermark
9563%doc %{texmfdist}/doc/latex/dramatist
9564%doc %{texmfdist}/doc/latex/dtk
9565%doc %{texmfdist}/doc/latex/dtxgallery
9566%doc %{texmfdist}/doc/latex/duerer-latex
9567%doc %{texmfdist}/doc/latex/dvdcoll
9568%doc %{texmfdist}/doc/latex/dyntree
9569%doc %{texmfdist}/doc/latex/eCards
9570%doc %{texmfdist}/doc/latex/ean13isbn
9571%doc %{texmfdist}/doc/latex/easy
9572%doc %{texmfdist}/doc/latex/ebezier
9573%doc %{texmfdist}/doc/latex/ebong
9574%doc %{texmfdist}/doc/latex/ebsthesis
9575%doc %{texmfdist}/doc/latex/ecclesiastic
9576%doc %{texmfdist}/doc/latex/ecltree
9577%doc %{texmfdist}/doc/latex/ecv
9578%doc %{texmfdist}/doc/latex/ed
9579%doc %{texmfdist}/doc/latex/edmac
9580%doc %{texmfdist}/doc/latex/edmargin
9581%doc %{texmfdist}/doc/latex/ednotes
9582%doc %{texmfdist}/doc/latex/eemeir
9583%doc %{texmfdist}/doc/latex/egameps
9584%doc %{texmfdist}/doc/latex/egplot
9585%doc %{texmfdist}/doc/latex/ellipsis
9586%doc %{texmfdist}/doc/latex/elmath
9587%doc %{texmfdist}/doc/latex/elpres
9588%doc %{texmfdist}/doc/latex/elsarticle
9589%doc %{texmfdist}/doc/latex/elsevier
9590%doc %{texmfdist}/doc/latex/em
9591%doc %{texmfdist}/doc/latex/emp
9592%doc %{texmfdist}/doc/latex/emulateapj
9593%doc %{texmfdist}/doc/latex/endheads
9594%doc %{texmfdist}/doc/latex/engpron
9595%doc %{texmfdist}/doc/latex/engrec
9596%doc %{texmfdist}/doc/latex/environ
9597%doc %{texmfdist}/doc/latex/envlab
9598%doc %{texmfdist}/doc/latex/epigraph
9599%doc %{texmfdist}/doc/latex/epiolmec
9600%doc %{texmfdist}/doc/latex/epsdice
9601%doc %{texmfdist}/doc/latex/epspdfconversion
9602%doc %{texmfdist}/doc/latex/eqlist
9603%doc %{texmfdist}/doc/latex/eqnarray
9604%doc %{texmfdist}/doc/latex/eqparbox
9605%doc %{texmfdist}/doc/latex/errata
9606%doc %{texmfdist}/doc/latex/esdiff
9607%doc %{texmfdist}/doc/latex/eskd
9608%doc %{texmfdist}/doc/latex/eskdx
9609%doc %{texmfdist}/doc/latex/esvect
9610%doc %{texmfdist}/doc/latex/etaremune
9611%doc %{texmfdist}/doc/latex/etex-pkg
9612%doc %{texmfdist}/doc/latex/ethiop-t1
9613%doc %{texmfdist}/doc/latex/ethiop
9614%doc %{texmfdist}/doc/latex/etoolbox
9615%doc %{texmfdist}/doc/latex/eukdate
9616%doc %{texmfdist}/doc/latex/euproposal
9617%doc %{texmfdist}/doc/latex/euro
9618%doc %{texmfdist}/doc/latex/europecv
9619%doc %{texmfdist}/doc/latex/eurosans
9620%doc %{texmfdist}/doc/latex/everypage
9621%doc %{texmfdist}/doc/latex/examdesign
9622%doc %{texmfdist}/doc/latex/examplep
9623%doc %{texmfdist}/doc/latex/exceltex
9624%doc %{texmfdist}/doc/latex/exercise
9625%doc %{texmfdist}/doc/latex/expdlist
9626%doc %{texmfdist}/doc/latex/expl3
9627%doc %{texmfdist}/doc/latex/export
9628%doc %{texmfdist}/doc/latex/extarrows
9629%doc %{texmfdist}/doc/latex/extpfeil
9630%doc %{texmfdist}/doc/latex/extract
9631%doc %{texmfdist}/doc/latex/facsimile
9632%doc %{texmfdist}/doc/latex/faktor
9633%doc %{texmfdist}/doc/latex/fancynum
9634%doc %{texmfdist}/doc/latex/fancyref
9635%doc %{texmfdist}/doc/latex/fancytooltips
9636%doc %{texmfdist}/doc/latex/fax
9637%doc %{texmfdist}/doc/latex/feynmf
9638%doc %{texmfdist}/doc/latex/figbib
9639%doc %{texmfdist}/doc/latex/figsize
9640%doc %{texmfdist}/doc/latex/fink
9641%doc %{texmfdist}/doc/latex/fixfoot
9642%doc %{texmfdist}/doc/latex/fixme
9643%doc %{texmfdist}/doc/latex/flabels
9644%doc %{texmfdist}/doc/latex/flacards
9645%doc %{texmfdist}/doc/latex/flagderiv
9646%doc %{texmfdist}/doc/latex/flashcards
9647%doc %{texmfdist}/doc/latex/flippdf
9648%doc %{texmfdist}/doc/latex/floatrow
9649%doc %{texmfdist}/doc/latex/flowfram
9650%doc %{texmfdist}/doc/latex/fmp
9651%doc %{texmfdist}/doc/latex/fmtcount
9652%doc %{texmfdist}/doc/latex/fnbreak
9653%doc %{texmfdist}/doc/latex/fncychap
9654%doc %{texmfdist}/doc/latex/foekfont
9655%doc %{texmfdist}/doc/latex/fonttable
9656%doc %{texmfdist}/doc/latex/forarray
9657%doc %{texmfdist}/doc/latex/forloop
9658%doc %{texmfdist}/doc/latex/formlett
9659%doc %{texmfdist}/doc/latex/formula
9660%doc %{texmfdist}/doc/latex/formular
9661%doc %{texmfdist}/doc/latex/fouridx
9662%doc %{texmfdist}/doc/latex/frankenstein
9663%doc %{texmfdist}/doc/latex/frenchle
9664%doc %{texmfdist}/doc/latex/fribrief
9665%doc %{texmfdist}/doc/latex/frletter
9666%doc %{texmfdist}/doc/latex/frontespizio
9667%doc %{texmfdist}/doc/latex/fullblck
9668%doc %{texmfdist}/doc/latex/fullpict
9669%doc %{texmfdist}/doc/latex/functan
9670%doc %{texmfdist}/doc/latex/fundus
9671%doc %{texmfdist}/doc/latex/gaceta
9672%doc %{texmfdist}/doc/latex/galois
9673%doc %{texmfdist}/doc/latex/gastex
9674%doc %{texmfdist}/doc/latex/gatech-thesis
9675%doc %{texmfdist}/doc/latex/gauss
9676%doc %{texmfdist}/doc/latex/gb4e
9677%doc %{texmfdist}/doc/latex/gcard
9678%doc %{texmfdist}/doc/latex/gcite
9679%doc %{texmfdist}/doc/latex/genmpage
9680%doc %{texmfdist}/doc/latex/geomsty
9681%doc %{texmfdist}/doc/latex/ginpenc
9682%doc %{texmfdist}/doc/latex/gloss
9683%doc %{texmfdist}/doc/latex/glossaries
9684%doc %{texmfdist}/doc/latex/gmdoc
9685%doc %{texmfdist}/doc/latex/gmeometric
9686%doc %{texmfdist}/doc/latex/gmiflink
9687%doc %{texmfdist}/doc/latex/gmutils
9688%doc %{texmfdist}/doc/latex/gmverb
9689%doc %{texmfdist}/doc/latex/gnuplottex
9690%doc %{texmfdist}/doc/latex/graphicx-psmin
9691%doc %{texmfdist}/doc/latex/greek-inputenc
9692%doc %{texmfdist}/doc/latex/greekdates
9693%doc %{texmfdist}/doc/latex/greektex
9694%doc %{texmfdist}/doc/latex/grfpaste
9695%doc %{texmfdist}/doc/latex/grnumalt
9696%doc %{texmfdist}/doc/latex/grverb
9697%doc %{texmfdist}/doc/latex/gu
9698%doc %{texmfdist}/doc/latex/guitar
9699%doc %{texmfdist}/doc/latex/guitbeamer
9700%doc %{texmfdist}/doc/latex/hanging
9701%doc %{texmfdist}/doc/latex/har2nat
9702%doc %{texmfdist}/doc/latex/harmony
9703%doc %{texmfdist}/doc/latex/harpoon
9704%doc %{texmfdist}/doc/latex/harvard
9705%doc %{texmfdist}/doc/latex/hc
9706%doc %{texmfdist}/doc/latex/hep
9707%doc %{texmfdist}/doc/latex/hepnames
9708%doc %{texmfdist}/doc/latex/hepparticles
9709%doc %{texmfdist}/doc/latex/hepthesis
9710%doc %{texmfdist}/doc/latex/hepunits
9711%doc %{texmfdist}/doc/latex/hexgame
9712%doc %{texmfdist}/doc/latex/hhtensor
9713%doc %{texmfdist}/doc/latex/histogr
9714%doc %{texmfdist}/doc/latex/hitec
9715%doc %{texmfdist}/doc/latex/hpsdiss
9716%doc %{texmfdist}/doc/latex/hrlatex
9717%doc %{texmfdist}/doc/latex/hvfloat
9718%doc %{texmfdist}/doc/latex/hypdvips
9719%doc %{texmfdist}/doc/latex/hyperref-docsrc
9720%doc %{texmfdist}/doc/latex/hyperxmp
9721%doc %{texmfdist}/doc/latex/ibycus-babel
9722%doc %{texmfdist}/doc/latex/icsv
9723%doc %{texmfdist}/doc/latex/ieeepes
9724%doc %{texmfdist}/doc/latex/ifmslide
9725%doc %{texmfdist}/doc/latex/ifplatform
9726%doc %{texmfdist}/doc/latex/ijmart
9727%doc %{texmfdist}/doc/latex/imac
9728%doc %{texmfdist}/doc/latex/image-gallery
9729%doc %{texmfdist}/doc/latex/imtekda
9730%doc %{texmfdist}/doc/latex/inlinebib
9731%doc %{texmfdist}/doc/latex/inlinedef
9732%doc %{texmfdist}/doc/latex/interactiveworkbook
9733%doc %{texmfdist}/doc/latex/inversepath
9734%doc %{texmfdist}/doc/latex/invoice
9735%doc %{texmfdist}/doc/latex/ipa
9736%doc %{texmfdist}/doc/latex/iso
9737%doc %{texmfdist}/doc/latex/iso10303
9738%doc %{texmfdist}/doc/latex/isodate
9739%doc %{texmfdist}/doc/latex/isodoc
9740%doc %{texmfdist}/doc/latex/isorot
9741%doc %{texmfdist}/doc/latex/itnumpar
9742%doc %{texmfdist}/doc/latex/jeopardy
9743%doc %{texmfdist}/doc/latex/jknapltx
9744%doc %{texmfdist}/doc/latex/jneurosci
9745%doc %{texmfdist}/doc/latex/jpsj
9746%doc %{texmfdist}/doc/latex/jura
9747%doc %{texmfdist}/doc/latex/juraabbrev
9748%doc %{texmfdist}/doc/latex/juramisc
9749%doc %{texmfdist}/doc/latex/jurarsp
9750%doc %{texmfdist}/doc/latex/karnaugh
9751%doc %{texmfdist}/doc/latex/kerkis
9752%doc %{texmfdist}/doc/latex/kerntest
9753%doc %{texmfdist}/doc/latex/kluwer
9754%doc %{texmfdist}/doc/latex/labelcas
9755%doc %{texmfdist}/doc/latex/lazylist
9756%doc %{texmfdist}/doc/latex/lcyw
9757%doc %{texmfdist}/doc/latex/leading
9758%doc %{texmfdist}/doc/latex/ledmac
9759%doc %{texmfdist}/doc/latex/lettre
9760%doc %{texmfdist}/doc/latex/lexikon
9761%doc %{texmfdist}/doc/latex/lgreek
9762%doc %{texmfdist}/doc/latex/lhelp
9763%doc %{texmfdist}/doc/latex/linguex
9764%doc %{texmfdist}/doc/latex/lipsum
9765%doc %{texmfdist}/doc/latex/listbib
9766%doc %{texmfdist}/doc/latex/listliketab
9767%doc %{texmfdist}/doc/latex/listofsymbols
9768%doc %{texmfdist}/doc/latex/lkproof
9769%doc %{texmfdist}/doc/latex/logic
9770%doc %{texmfdist}/doc/latex/logpap
9771%doc %{texmfdist}/doc/latex/lps
9772%doc %{texmfdist}/doc/latex/lsc
9773%doc %{texmfdist}/doc/latex/ltxindex
9774%doc %{texmfdist}/doc/latex/mafr
9775%doc %{texmfdist}/doc/latex/magyar
9776%doc %{texmfdist}/doc/latex/mailing
9777%doc %{texmfdist}/doc/latex/makebarcode
9778%doc %{texmfdist}/doc/latex/makebox
9779%doc %{texmfdist}/doc/latex/makecell
9780%doc %{texmfdist}/doc/latex/makecmds
9781%doc %{texmfdist}/doc/latex/makedtx
9782%doc %{texmfdist}/doc/latex/makeglos
9783%doc %{texmfdist}/doc/latex/makeplot
9784%doc %{texmfdist}/doc/latex/manuscript
9785%doc %{texmfdist}/doc/latex/maple
9786%doc %{texmfdist}/doc/latex/marginnote
9787%doc %{texmfdist}/doc/latex/mathdesign
9788%doc %{texmfdist}/doc/latex/mathpazo
9789%doc %{texmfdist}/doc/latex/maybemath
9790%doc %{texmfdist}/doc/latex/mcaption
9791%doc %{texmfdist}/doc/latex/mceinleger
9792%doc %{texmfdist}/doc/latex/mcite
9793%doc %{texmfdist}/doc/latex/mciteplus
9794%doc %{texmfdist}/doc/latex/memexsupp
9795%doc %{texmfdist}/doc/latex/mentis
9796%doc %{texmfdist}/doc/latex/metaplot
9797%doc %{texmfdist}/doc/latex/method
9798%doc %{texmfdist}/doc/latex/metre
9799%doc %{texmfdist}/doc/latex/mff
9800%doc %{texmfdist}/doc/latex/mfpic4ode
9801%doc %{texmfdist}/doc/latex/mftinc
9802%doc %{texmfdist}/doc/latex/mhchem
9803%doc %{texmfdist}/doc/latex/mhequ
9804%doc %{texmfdist}/doc/latex/miller
9805%doc %{texmfdist}/doc/latex/minipage-marginpar
9806%doc %{texmfdist}/doc/latex/miniplot
9807%doc %{texmfdist}/doc/latex/minutes
9808%doc %{texmfdist}/doc/latex/mla-paper
9809%doc %{texmfdist}/doc/latex/mlist
9810%doc %{texmfdist}/doc/latex/mmap
9811%doc %{texmfdist}/doc/latex/mnsymbol
9812%doc %{texmfdist}/doc/latex/moderncv
9813%doc %{texmfdist}/doc/latex/modroman
9814%doc %{texmfdist}/doc/latex/mongolian-babel
9815%doc %{texmfdist}/doc/latex/montex
9816%doc %{texmfdist}/doc/latex/moresize
9817%doc %{texmfdist}/doc/latex/movie15
9818%doc %{texmfdist}/doc/latex/msc
9819%doc %{texmfdist}/doc/latex/msg
9820%doc %{texmfdist}/doc/latex/mslapa
9821%doc %{texmfdist}/doc/latex/mtgreek
9822%doc %{texmfdist}/doc/latex/multibbl
9823%doc %{texmfdist}/doc/latex/multicap
9824%doc %{texmfdist}/doc/latex/multirow
9825%doc %{texmfdist}/doc/latex/munich
9826%doc %{texmfdist}/doc/latex/musixlyr
9827%doc %{texmfdist}/doc/latex/muthesis
9828%doc %{texmfdist}/doc/latex/mxd
9829%doc %{texmfdist}/doc/latex/mxedruli
9830%doc %{texmfdist}/doc/latex/nag
9831%doc %{texmfdist}/doc/latex/namespc
9832%doc %{texmfdist}/doc/latex/nath
9833%doc %{texmfdist}/doc/latex/nature
9834%doc %{texmfdist}/doc/latex/ncclatex
9835%doc %{texmfdist}/doc/latex/ncctools
9836%doc %{texmfdist}/doc/latex/nddiss
9837%doc %{texmfdist}/doc/latex/newalg
9838%doc %{texmfdist}/doc/latex/newfile
9839%doc %{texmfdist}/doc/latex/newlfm
9840%doc %{texmfdist}/doc/latex/newspaper
9841%doc %{texmfdist}/doc/latex/newvbtm
9842%doc %{texmfdist}/doc/latex/niceframe
9843%doc %{texmfdist}/doc/latex/nih
9844%doc %{texmfdist}/doc/latex/noitcrul
9845%doc %{texmfdist}/doc/latex/nomentbl
9846%doc %{texmfdist}/doc/latex/nonfloat
9847%doc %{texmfdist}/doc/latex/nostarch
9848%doc %{texmfdist}/doc/latex/notes
9849%doc %{texmfdist}/doc/latex/notes2bib
9850%doc %{texmfdist}/doc/latex/nrc
9851%doc %{texmfdist}/doc/latex/ntabbing
9852%doc %{texmfdist}/doc/latex/numname
9853%doc %{texmfdist}/doc/latex/numprint
9854%doc %{texmfdist}/doc/latex/objectz
9855%doc %{texmfdist}/doc/latex/ocr-latex
9856%doc %{texmfdist}/doc/latex/octavo
9857%doc %{texmfdist}/doc/latex/ogham
9858%doc %{texmfdist}/doc/latex/ogonek
9859%doc %{texmfdist}/doc/latex/opcit
9860%doc %{texmfdist}/doc/latex/ordinalpt
9861%doc %{texmfdist}/doc/latex/othello
9862%doc %{texmfdist}/doc/latex/otibet
9863%doc %{texmfdist}/doc/latex/outline
9864%doc %{texmfdist}/doc/latex/outliner
9865%doc %{texmfdist}/doc/latex/pagenote
9866%doc %{texmfdist}/doc/latex/paper
9867%doc %{texmfdist}/doc/latex/papercdcase
9868%doc %{texmfdist}/doc/latex/papertex
9869%doc %{texmfdist}/doc/latex/parallel
9870%doc %{texmfdist}/doc/latex/paresse
9871%doc %{texmfdist}/doc/latex/parrun
9872%doc %{texmfdist}/doc/latex/pauldoc
9873%doc %{texmfdist}/doc/latex/pbox
9874%doc %{texmfdist}/doc/latex/pbsheet
9875%doc %{texmfdist}/doc/latex/pdfcprot
9876%doc %{texmfdist}/doc/latex/pdfscreen
9877%doc %{texmfdist}/doc/latex/pdfsync
9878%doc %{texmfdist}/doc/latex/pdftricks
9879%doc %{texmfdist}/doc/latex/pdfwin
9880%doc %{texmfdist}/doc/latex/pecha
9881%doc %{texmfdist}/doc/latex/perception
9882%doc %{texmfdist}/doc/latex/perltex
9883%doc %{texmfdist}/doc/latex/permute
9884%doc %{texmfdist}/doc/latex/petiteannonce
9885%doc %{texmfdist}/doc/latex/petri-nets
9886%doc %{texmfdist}/doc/latex/pgf-soroban
9887%doc %{texmfdist}/doc/latex/pgfopts
9888%doc %{texmfdist}/doc/latex/pgfplots
9889%doc %{texmfdist}/doc/latex/philex
9890%doc %{texmfdist}/doc/latex/philosophersimprint
9891%doc %{texmfdist}/doc/latex/photo
9892%doc %{texmfdist}/doc/latex/pinlabel
9893%doc %{texmfdist}/doc/latex/pittetd
9894%doc %{texmfdist}/doc/latex/plari
9895%doc %{texmfdist}/doc/latex/plates
9896%doc %{texmfdist}/doc/latex/play
9897%doc %{texmfdist}/doc/latex/plweb
9898%doc %{texmfdist}/doc/latex/pmgraph
9899%doc %{texmfdist}/doc/latex/poemscol
9900%doc %{texmfdist}/doc/latex/polski
9901%doc %{texmfdist}/doc/latex/polyglot
9902%doc %{texmfdist}/doc/latex/polytable
9903%doc %{texmfdist}/doc/latex/postcards
9904%doc %{texmfdist}/doc/latex/powerdot
9905%doc %{texmfdist}/doc/latex/ppower4
9906%doc %{texmfdist}/doc/latex/ppr-prv
9907%doc %{texmfdist}/doc/latex/pracjourn
9908%doc %{texmfdist}/doc/latex/prettyref
9909%doc %{texmfdist}/doc/latex/proba
9910%doc %{texmfdist}/doc/latex/probsoln
9911%doc %{texmfdist}/doc/latex/procIAGssymp
9912%doc %{texmfdist}/doc/latex/progkeys
9913%doc %{texmfdist}/doc/latex/progress
9914%doc %{texmfdist}/doc/latex/protex
9915%doc %{texmfdist}/doc/latex/protocol
9916%doc %{texmfdist}/doc/latex/psfragx
9917%doc %{texmfdist}/doc/latex/psgo
9918%doc %{texmfdist}/doc/latex/pspicture
9919%doc %{texmfdist}/doc/latex/pst2pdf
9920%doc %{texmfdist}/doc/latex/ptptex
9921%doc %{texmfdist}/doc/latex/qcm
9922%doc %{texmfdist}/doc/latex/qobitree
9923%doc %{texmfdist}/doc/latex/qstest
9924%doc %{texmfdist}/doc/latex/qsymbols
9925%doc %{texmfdist}/doc/latex/qtree
9926%doc %{texmfdist}/doc/latex/quotchap
9927%doc %{texmfdist}/doc/latex/quotmark
9928%doc %{texmfdist}/doc/latex/r_und_s
9929%doc %{texmfdist}/doc/latex/randbild
9930%doc %{texmfdist}/doc/latex/randtext
9931%doc %{texmfdist}/doc/latex/rccol
9932%doc %{texmfdist}/doc/latex/rcs
9933%doc %{texmfdist}/doc/latex/rcsinfo
9934%doc %{texmfdist}/doc/latex/recipecard
9935%doc %{texmfdist}/doc/latex/rectopma
9936%doc %{texmfdist}/doc/latex/refcheck
9937%doc %{texmfdist}/doc/latex/refman
9938%doc %{texmfdist}/doc/latex/refstyle
9939%doc %{texmfdist}/doc/latex/regcount
9940%doc %{texmfdist}/doc/latex/register
9941%doc %{texmfdist}/doc/latex/relenc
9942%doc %{texmfdist}/doc/latex/repeatindex
9943%doc %{texmfdist}/doc/latex/rlepsf
9944%doc %{texmfdist}/doc/latex/rmpage
9945%doc %{texmfdist}/doc/latex/robustcommand
9946%doc %{texmfdist}/doc/latex/robustindex
9947%doc %{texmfdist}/doc/latex/romannum
9948%doc %{texmfdist}/doc/latex/rotpages
9949%doc %{texmfdist}/doc/latex/rsc
9950%doc %{texmfdist}/doc/latex/rst
9951%doc %{texmfdist}/doc/latex/rtkinenc
9952%doc %{texmfdist}/doc/latex/rtklage
9953%doc %{texmfdist}/doc/latex/sagetex
9954%doc %{texmfdist}/doc/latex/sanskrit
9955%doc %{texmfdist}/doc/latex/sauerj
9956%doc %{texmfdist}/doc/latex/sauterfonts
9957%doc %{texmfdist}/doc/latex/savefnmark
9958%doc %{texmfdist}/doc/latex/savetrees
9959%doc %{texmfdist}/doc/latex/scalebar
9960%doc %{texmfdist}/doc/latex/schedule
9961%doc %{texmfdist}/doc/latex/scientificpaper
9962%doc %{texmfdist}/doc/latex/sciposter
9963%doc %{texmfdist}/doc/latex/sciwordconv
9964%doc %{texmfdist}/doc/latex/screenplay
9965%doc %{texmfdist}/doc/latex/script
9966%doc %{texmfdist}/doc/latex/sdrt
9967%doc %{texmfdist}/doc/latex/sectionbox
9968%doc %{texmfdist}/doc/latex/semantic
9969%doc %{texmfdist}/doc/latex/semioneside
9970%doc %{texmfdist}/doc/latex/seqsplit
9971%doc %{texmfdist}/doc/latex/sf298
9972%doc %{texmfdist}/doc/latex/sffms
9973%doc %{texmfdist}/doc/latex/sfg
9974%doc %{texmfdist}/doc/latex/sgame
9975%doc %{texmfdist}/doc/latex/shadethm
9976%doc %{texmfdist}/doc/latex/shipunov
9977%doc %{texmfdist}/doc/latex/shorttoc
9978%doc %{texmfdist}/doc/latex/show2e
9979%doc %{texmfdist}/doc/latex/showexpl
9980%doc %{texmfdist}/doc/latex/sides
9981%doc %{texmfdist}/doc/latex/siggraph
9982%doc %{texmfdist}/doc/latex/simplecv
9983%doc %{texmfdist}/doc/latex/simplewick
9984%doc %{texmfdist}/doc/latex/skak
9985%doc %{texmfdist}/doc/latex/slantsc
9986%doc %{texmfdist}/doc/latex/smalltableof
9987%doc %{texmfdist}/doc/latex/smartref
9988%doc %{texmfdist}/doc/latex/smflatex
9989%doc %{texmfdist}/doc/latex/snapshot
9990%doc %{texmfdist}/doc/latex/songbook
9991%doc %{texmfdist}/doc/latex/sort-by-letters
9992%doc %{texmfdist}/doc/latex/soyombo
9993%doc %{texmfdist}/doc/latex/sparklines
9994%doc %{texmfdist}/doc/latex/spie
9995%doc %{texmfdist}/doc/latex/splitbib
9996%doc %{texmfdist}/doc/latex/splitindex
9997%doc %{texmfdist}/doc/latex/spotcolor
9998%doc %{texmfdist}/doc/latex/sprite
9999%doc %{texmfdist}/doc/latex/srcltx
10000%doc %{texmfdist}/doc/latex/sseq
10001%doc %{texmfdist}/doc/latex/ssqquote
10002%doc %{texmfdist}/doc/latex/stage
10003%doc %{texmfdist}/doc/latex/statistik
10004%doc %{texmfdist}/doc/latex/stdpage
10005%doc %{texmfdist}/doc/latex/stellenbosch
10006%doc %{texmfdist}/doc/latex/stex
10007%doc %{texmfdist}/doc/latex/stringstrings
10008%doc %{texmfdist}/doc/latex/struktex
10009%doc %{texmfdist}/doc/latex/sttools
10010%doc %{texmfdist}/doc/latex/stubs
10011%doc %{texmfdist}/doc/latex/subdepth
10012%doc %{texmfdist}/doc/latex/subeqn
10013%doc %{texmfdist}/doc/latex/subeqnarray
10014%doc %{texmfdist}/doc/latex/subfloat
10015%doc %{texmfdist}/doc/latex/substr
10016%doc %{texmfdist}/doc/latex/sudoku
10017%doc %{texmfdist}/doc/latex/sudokubundle
10018%doc %{texmfdist}/doc/latex/sugconf
10019%doc %{texmfdist}/doc/latex/supertabular
10020%doc %{texmfdist}/doc/latex/susy
10021%doc %{texmfdist}/doc/latex/svgcolor
10022%doc %{texmfdist}/doc/latex/svn-multi
10023%doc %{texmfdist}/doc/latex/svn
10024%doc %{texmfdist}/doc/latex/svninfo
10025%doc %{texmfdist}/doc/latex/swebib
10026%doc %{texmfdist}/doc/latex/swimgraf
10027%doc %{texmfdist}/doc/latex/synproof
10028%doc %{texmfdist}/doc/latex/syntax
10029%doc %{texmfdist}/doc/latex/syntrace
10030%doc %{texmfdist}/doc/latex/synttree
10031%doc %{texmfdist}/doc/latex/t-angles
10032%doc %{texmfdist}/doc/latex/tableaux
10033%doc %{texmfdist}/doc/latex/tablists
10034%doc %{texmfdist}/doc/latex/tablor
10035%doc %{texmfdist}/doc/latex/tabto-ltx
10036%doc %{texmfdist}/doc/latex/tabulary
10037%doc %{texmfdist}/doc/latex/tabvar
10038%doc %{texmfdist}/doc/latex/talk
10039%doc %{texmfdist}/doc/latex/tapir
10040%doc %{texmfdist}/doc/latex/tcldoc
10041%doc %{texmfdist}/doc/latex/tdsfrmath
10042%doc %{texmfdist}/doc/latex/technics
10043%doc %{texmfdist}/doc/latex/ted
10044%doc %{texmfdist}/doc/latex/tengwarscript
10045%doc %{texmfdist}/doc/latex/tensor
10046%doc %{texmfdist}/doc/latex/teubner
10047%doc %{texmfdist}/doc/latex/texmate
10048%doc %{texmfdist}/doc/latex/texpower
10049%doc %{texmfdist}/doc/latex/texshade
10050%doc %{texmfdist}/doc/latex/textcase
10051%doc %{texmfdist}/doc/latex/textopo
10052%doc %{texmfdist}/doc/latex/theoremref
10053%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10054%doc %{texmfdist}/doc/latex/thinsp
10055%doc %{texmfdist}/doc/latex/thmtools
10056%doc %{texmfdist}/doc/latex/thumb
10057%doc %{texmfdist}/doc/latex/thuthesis
10058%doc %{texmfdist}/doc/latex/ticket
10059%doc %{texmfdist}/doc/latex/tikz-inet
10060%doc %{texmfdist}/doc/latex/timesht
10061%doc %{texmfdist}/doc/latex/titling
10062%doc %{texmfdist}/doc/latex/tocvsec2
10063%doc %{texmfdist}/doc/latex/todo
10064%doc %{texmfdist}/doc/latex/tokenizer
10065%doc %{texmfdist}/doc/latex/toolbox
10066%doc %{texmfdist}/doc/latex/topfloat
10067%doc %{texmfdist}/doc/latex/toptesi
10068%doc %{texmfdist}/doc/latex/tpslifonts
10069%doc %{texmfdist}/doc/latex/trajan
10070%doc %{texmfdist}/doc/latex/translator
10071%doc %{texmfdist}/doc/latex/tree-dvips
10072%doc %{texmfdist}/doc/latex/trfsigns
10073%doc %{texmfdist}/doc/latex/trivfloat
10074%doc %{texmfdist}/doc/latex/trsym
10075%doc %{texmfdist}/doc/latex/tufte-latex
10076%doc %{texmfdist}/doc/latex/tugboat
10077%doc %{texmfdist}/doc/latex/turnstile
10078%doc %{texmfdist}/doc/latex/twoup
10079%doc %{texmfdist}/doc/latex/typedref
10080%doc %{texmfdist}/doc/latex/typogrid
10081%doc %{texmfdist}/doc/latex/uaclasses
10082%doc %{texmfdist}/doc/latex/ucthesis
10083%doc %{texmfdist}/doc/latex/uebungsblatt
10084%doc %{texmfdist}/doc/latex/uiucthesis
10085%doc %{texmfdist}/doc/latex/ulsy
10086%doc %{texmfdist}/doc/latex/umich-thesis
10087%doc %{texmfdist}/doc/latex/uml
10088%doc %{texmfdist}/doc/latex/umlaute
10089%doc %{texmfdist}/doc/latex/umoline
10090%doc %{texmfdist}/doc/latex/umthesis
10091%doc %{texmfdist}/doc/latex/underlin
10092%doc %{texmfdist}/doc/latex/undertilde
10093%doc %{texmfdist}/doc/latex/unitsdef
10094%doc %{texmfdist}/doc/latex/unroman
10095%doc %{texmfdist}/doc/latex/upmethodology
10096%doc %{texmfdist}/doc/latex/urlbst
10097%doc %{texmfdist}/doc/latex/ushort
10098%doc %{texmfdist}/doc/latex/uwthesis
10099%doc %{texmfdist}/doc/latex/varindex
10100%doc %{texmfdist}/doc/latex/varsfromjobname
10101%doc %{texmfdist}/doc/latex/vector
10102%doc %{texmfdist}/doc/latex/verse
10103%doc %{texmfdist}/doc/latex/vhistory
10104%doc %{texmfdist}/doc/latex/vita
10105%doc %{texmfdist}/doc/latex/volumes
10106%doc %{texmfdist}/doc/latex/vpe
10107%doc %{texmfdist}/doc/latex/vrsion
10108%doc %{texmfdist}/doc/latex/vwcol
10109%doc %{texmfdist}/doc/latex/vxu
10110%doc %{texmfdist}/doc/latex/wadalab
10111%doc %{texmfdist}/doc/latex/wallpaper
10112%doc %{texmfdist}/doc/latex/warpcol
10113%doc %{texmfdist}/doc/latex/wnri
10114%doc %{texmfdist}/doc/latex/wordlike
10115%doc %{texmfdist}/doc/latex/xargs
10116%doc %{texmfdist}/doc/latex/xdoc
10117%doc %{texmfdist}/doc/latex/xfor
10118%doc %{texmfdist}/doc/latex/xifthen
10119%doc %{texmfdist}/doc/latex/xmpincl
10120%doc %{texmfdist}/doc/latex/xnewcommand
10121%doc %{texmfdist}/doc/latex/xoptarg
10122%doc %{texmfdist}/doc/latex/xpackages
10123%doc %{texmfdist}/doc/latex/xskak
10124%doc %{texmfdist}/doc/latex/xstring
10125%doc %{texmfdist}/doc/latex/xtcapts
10126%doc %{texmfdist}/doc/latex/xyling
10127%doc %{texmfdist}/doc/latex/xytree
10128%doc %{texmfdist}/doc/latex/yafoot
10129%doc %{texmfdist}/doc/latex/yhmath
10130%doc %{texmfdist}/doc/latex/york-thesis
10131%doc %{texmfdist}/doc/latex/yplan
10132%doc %{texmfdist}/doc/latex/zed-csp
10133%doc %{texmfdist}/doc/latex/zefonts
10134%doc %{texmfdist}/doc/latex/ziffer
10135%doc %{texmfdist}/doc/latex/zwgetfdate
10136%doc %{texmfdist}/source/latex/hyperref/doc
10137%doc %{texmfdist}/source/latex/koma-script/doc
10138
10139%files latex-other
10140%defattr(644,root,root,755)
f65b3398
ZU
10141%{texmfdist}/metapost/latexmp
10142%{texmfdist}/metapost/makecirc
8affbd2c 10143%dir %{texmfdist}/source/alatex
f65b3398 10144%{texmfdist}/source/alatex/base
8affbd2c 10145%dir %{texmfdist}/source/cslatex
f65b3398
ZU
10146%{texmfdist}/source/cslatex/base
10147%{texmfdist}/source/generic/xypic
10148%{texmfdist}/source/latex/ESIEEcv
10149%{texmfdist}/source/latex/GuIT
10150%{texmfdist}/source/latex/HA-prosper
10151%{texmfdist}/source/latex/IEEEconf
10152%{texmfdist}/source/latex/aastex
10153%{texmfdist}/source/latex/abc
10154%{texmfdist}/source/latex/abstract
10155%{texmfdist}/source/latex/achemso
10156%{texmfdist}/source/latex/acmconf
10157%{texmfdist}/source/latex/acronym
10158%{texmfdist}/source/latex/active-conf
10159%{texmfdist}/source/latex/addlines
10160%{texmfdist}/source/latex/adrlist
10161%{texmfdist}/source/latex/aiaa
10162%{texmfdist}/source/latex/alg
10163%{texmfdist}/source/latex/alnumsec
10164%{texmfdist}/source/latex/altfont
10165%{texmfdist}/source/latex/amsaddr
10166%{texmfdist}/source/latex/amscls
10167%{texmfdist}/source/latex/amsfonts
10168%{texmfdist}/source/latex/amsmath
10169%{texmfdist}/source/latex/amsrefs
10170%{texmfdist}/source/latex/answers
10171%{texmfdist}/source/latex/apacite
10172%{texmfdist}/source/latex/appendix
10173%{texmfdist}/source/latex/arcs
10174%{texmfdist}/source/latex/arydshln
10175%{texmfdist}/source/latex/asaetr
10176%{texmfdist}/source/latex/ascii
10177%{texmfdist}/source/latex/attachfile
8affbd2c 10178%{texmfdist}/source/latex/augie
f65b3398
ZU
10179%{texmfdist}/source/latex/babelbib
10180%{texmfdist}/source/latex/backgammon
10181%{texmfdist}/source/latex/barcodes
10182%{texmfdist}/source/latex/base
10183%{texmfdist}/source/latex/bayer
10184%{texmfdist}/source/latex/bbding
10185%{texmfdist}/source/latex/bbm-macros
10186%{texmfdist}/source/latex/belleek
10187%{texmfdist}/source/latex/bengali
10188%{texmfdist}/source/latex/beton
10189%{texmfdist}/source/latex/bez123
10190%{texmfdist}/source/latex/bibarts
10191%{texmfdist}/source/latex/bibleref
10192%{texmfdist}/source/latex/biblist
10193%{texmfdist}/source/latex/bibtopic
10194%{texmfdist}/source/latex/bibtopicprefix
10195%{texmfdist}/source/latex/bigfoot
10196%{texmfdist}/source/latex/binomexp
10197%{texmfdist}/source/latex/biocon
10198%{texmfdist}/source/latex/bizcard
10199%{texmfdist}/source/latex/blindtext
10200%{texmfdist}/source/latex/blowup
10201%{texmfdist}/source/latex/boites
10202%{texmfdist}/source/latex/bookhands
10203%{texmfdist}/source/latex/booklet
10204%{texmfdist}/source/latex/booktabs
10205%{texmfdist}/source/latex/bophook
10206%{texmfdist}/source/latex/boxhandler
10207%{texmfdist}/source/latex/bpchem
10208%{texmfdist}/source/latex/braille
10209%{texmfdist}/source/latex/breakurl
10210%{texmfdist}/source/latex/brushscr
10211%{texmfdist}/source/latex/bullcntr
10212%{texmfdist}/source/latex/burmese
10213%{texmfdist}/source/latex/bytefield
10214%{texmfdist}/source/latex/captcont
10215%{texmfdist}/source/latex/caption
10216%{texmfdist}/source/latex/carlisle
10217%{texmfdist}/source/latex/catechis
10218%{texmfdist}/source/latex/ccaption
10219%{texmfdist}/source/latex/ccfonts
10220%{texmfdist}/source/latex/cclicenses
10221%{texmfdist}/source/latex/cd-cover
10222%{texmfdist}/source/latex/cd
10223%{texmfdist}/source/latex/cdpbundl
10224%{texmfdist}/source/latex/changebar
10225%{texmfdist}/source/latex/changes
10226%{texmfdist}/source/latex/chappg
10227%{texmfdist}/source/latex/chapterfolder
10228%{texmfdist}/source/latex/chemcompounds
10229%{texmfdist}/source/latex/chemstyle
10230%{texmfdist}/source/latex/chessboard
10231%{texmfdist}/source/latex/chessfss
10232%{texmfdist}/source/latex/chletter
10233%{texmfdist}/source/latex/circ
10234%{texmfdist}/source/latex/cjk/utils
10235%{texmfdist}/source/latex/cjw
10236%{texmfdist}/source/latex/clefval
10237%{texmfdist}/source/latex/cleveref
10238%{texmfdist}/source/latex/cmcyralt
10239%{texmfdist}/source/latex/cmdtrack
10240%{texmfdist}/source/latex/cmll
10241%{texmfdist}/source/latex/cmsd
10242%{texmfdist}/source/latex/codepage
10243%{texmfdist}/source/latex/colortbl
10244%{texmfdist}/source/latex/colorwav
10245%{texmfdist}/source/latex/combine
10246%{texmfdist}/source/latex/comment
10247%{texmfdist}/source/latex/computational-complexity
10248%{texmfdist}/source/latex/confproc
10249%{texmfdist}/source/latex/constants
10250%{texmfdist}/source/latex/contour
10251%{texmfdist}/source/latex/cooking
10252%{texmfdist}/source/latex/cool
10253%{texmfdist}/source/latex/coollist
10254%{texmfdist}/source/latex/coolstr
10255%{texmfdist}/source/latex/cooltooltips
10256%{texmfdist}/source/latex/coordsys
10257%{texmfdist}/source/latex/coverpage
10258%{texmfdist}/source/latex/crop
10259%{texmfdist}/source/latex/crossreference
10260%{texmfdist}/source/latex/crosswrd
10261%{texmfdist}/source/latex/csvtools
10262%{texmfdist}/source/latex/ctable
10263%{texmfdist}/source/latex/ctib
10264%{texmfdist}/source/latex/cuisine
10265%{texmfdist}/source/latex/currvita
10266%{texmfdist}/source/latex/curve
10267%{texmfdist}/source/latex/curve2e
10268%{texmfdist}/source/latex/curves
10269%{texmfdist}/source/latex/cweb-latex
10270%{texmfdist}/source/latex/cwpuzzle
10271%{texmfdist}/source/latex/dashbox
10272%{texmfdist}/source/latex/dashrule
10273%{texmfdist}/source/latex/datatool
10274%{texmfdist}/source/latex/dateiliste
10275%{texmfdist}/source/latex/datenumber
10276%{texmfdist}/source/latex/datetime
10277%{texmfdist}/source/latex/decimal
10278%{texmfdist}/source/latex/delimtxt
10279%{texmfdist}/source/latex/diagnose
10280%{texmfdist}/source/latex/dialogl
10281%{texmfdist}/source/latex/dinbrief
10282%{texmfdist}/source/latex/disser
10283%{texmfdist}/source/latex/dnaseq
10284%{texmfdist}/source/latex/docmfp
10285%{texmfdist}/source/latex/doipubmed
10286%{texmfdist}/source/latex/dotarrow
10287%{texmfdist}/source/latex/dotseqn
10288%{texmfdist}/source/latex/dottex
10289%{texmfdist}/source/latex/dprogress
10290%{texmfdist}/source/latex/drac
10291%{texmfdist}/source/latex/draftcopy
10292%{texmfdist}/source/latex/draftwatermark
10293%{texmfdist}/source/latex/dramatist
10294%{texmfdist}/source/latex/dtk
10295%{texmfdist}/source/latex/dtxgallery
10296%{texmfdist}/source/latex/dyntree
10297%{texmfdist}/source/latex/eCards
10298%{texmfdist}/source/latex/ebezier
10299%{texmfdist}/source/latex/ebsthesis
10300%{texmfdist}/source/latex/ecclesiastic
10301%{texmfdist}/source/latex/ecv
10302%{texmfdist}/source/latex/ed
10303%{texmfdist}/source/latex/edmac
10304%{texmfdist}/source/latex/edmargin
10305%{texmfdist}/source/latex/eemeir
10306%{texmfdist}/source/latex/egplot
10307%{texmfdist}/source/latex/eiad
10308%{texmfdist}/source/latex/ellipsis
10309%{texmfdist}/source/latex/elmath
10310%{texmfdist}/source/latex/elsarticle
10311%{texmfdist}/source/latex/em
10312%{texmfdist}/source/latex/emp
10313%{texmfdist}/source/latex/endfloat
10314%{texmfdist}/source/latex/endheads
10315%{texmfdist}/source/latex/engpron
10316%{texmfdist}/source/latex/engrec
10317%{texmfdist}/source/latex/environ
10318%{texmfdist}/source/latex/envlab
10319%{texmfdist}/source/latex/epigraph
10320%{texmfdist}/source/latex/epiolmec
10321%{texmfdist}/source/latex/epsdice
10322%{texmfdist}/source/latex/eqlist
10323%{texmfdist}/source/latex/eqnarray
10324%{texmfdist}/source/latex/eqparbox
10325%{texmfdist}/source/latex/errata
10326%{texmfdist}/source/latex/esdiff
10327%{texmfdist}/source/latex/eskd
10328%{texmfdist}/source/latex/eso-pic
10329%{texmfdist}/source/latex/esvect
10330%{texmfdist}/source/latex/etaremune
10331%{texmfdist}/source/latex/ethiop
10332%{texmfdist}/source/latex/eukdate
10333%{texmfdist}/source/latex/euler
10334%{texmfdist}/source/latex/euproposal
10335%{texmfdist}/source/latex/euro
10336%{texmfdist}/source/latex/everypage
10337%{texmfdist}/source/latex/examdesign
10338%{texmfdist}/source/latex/exercise
10339%{texmfdist}/source/latex/expdlist
10340%{texmfdist}/source/latex/expl3
10341%{texmfdist}/source/latex/export
10342%{texmfdist}/source/latex/extpfeil
10343%{texmfdist}/source/latex/extract
10344%{texmfdist}/source/latex/facsimile
10345%{texmfdist}/source/latex/faktor
10346%{texmfdist}/source/latex/fancynum
10347%{texmfdist}/source/latex/fancyref
10348%{texmfdist}/source/latex/fancytooltips
10349%{texmfdist}/source/latex/fancyvrb
10350%{texmfdist}/source/latex/feynmf
10351%{texmfdist}/source/latex/figsize
10352%{texmfdist}/source/latex/filecontents
10353%{texmfdist}/source/latex/fink
10354%{texmfdist}/source/latex/fixme
10355%{texmfdist}/source/latex/flabels
10356%{texmfdist}/source/latex/flagderiv
10357%{texmfdist}/source/latex/flashcards
10358%{texmfdist}/source/latex/flippdf
10359%{texmfdist}/source/latex/float
10360%{texmfdist}/source/latex/floatrow
10361%{texmfdist}/source/latex/flowfram
10362%{texmfdist}/source/latex/fmp
10363%{texmfdist}/source/latex/fmtcount
10364%{texmfdist}/source/latex/fnbreak
10365%{texmfdist}/source/latex/foilhtml
10366%{texmfdist}/source/latex/fonttable
10367%{texmfdist}/source/latex/footmisc
10368%{texmfdist}/source/latex/footnpag
10369%{texmfdist}/source/latex/forarray
10370%{texmfdist}/source/latex/forloop
10371%{texmfdist}/source/latex/formula
10372%{texmfdist}/source/latex/fouridx
10373%{texmfdist}/source/latex/frankenstein
10374%{texmfdist}/source/latex/frontespizio
10375%{texmfdist}/source/latex/fullblck
10376%{texmfdist}/source/latex/functan
10377%{texmfdist}/source/latex/fundus
10378%{texmfdist}/source/latex/g-brief
10379%{texmfdist}/source/latex/galois
10380%{texmfdist}/source/latex/gcite
10381%{texmfdist}/source/latex/genmpage
10382%{texmfdist}/source/latex/geometry
10383%{texmfdist}/source/latex/geomsty
10384%{texmfdist}/source/latex/ginpenc
10385%{texmfdist}/source/latex/glossaries
10386%{texmfdist}/source/latex/gnuplottex
10387%{texmfdist}/source/latex/go
10388%{texmfdist}/source/latex/graphics
10389%{texmfdist}/source/latex/graphicx-psmin
10390%{texmfdist}/source/latex/greekdates
10391%{texmfdist}/source/latex/grnumalt
10392%{texmfdist}/source/latex/grverb
10393%{texmfdist}/source/latex/guitar
10394%{texmfdist}/source/latex/hanging
10395%{texmfdist}/source/latex/harvard
10396%{texmfdist}/source/latex/hc
10397%{texmfdist}/source/latex/hepthesis
10398%{texmfdist}/source/latex/hhtensor
10399%{texmfdist}/source/latex/hilowres
10400%{texmfdist}/source/latex/histogr
10401%{texmfdist}/source/latex/hpsdiss
10402%{texmfdist}/source/latex/hrlatex
10403%{texmfdist}/source/latex/hyper
10404%{texmfdist}/source/latex/hyperref
10405%{texmfdist}/source/latex/hyperxmp
10406%{texmfdist}/source/latex/hyphenat
10407%{texmfdist}/source/latex/ibycus-babel
10408%{texmfdist}/source/latex/icsv
10409%{texmfdist}/source/latex/ifmslide
10410%{texmfdist}/source/latex/ifplatform
10411%{texmfdist}/source/latex/ijmart
10412%{texmfdist}/source/latex/imtekda
10413%{texmfdist}/source/latex/index
10414%{texmfdist}/source/latex/inlinedef
10415%{texmfdist}/source/latex/inversepath
10416%{texmfdist}/source/latex/iso
10417%{texmfdist}/source/latex/iso10303
10418%{texmfdist}/source/latex/isodate
10419%{texmfdist}/source/latex/isodoc
10420%{texmfdist}/source/latex/isorot
10421%{texmfdist}/source/latex/isotope
10422%{texmfdist}/source/latex/itnumpar
10423%{texmfdist}/source/latex/jeopardy
10424%{texmfdist}/source/latex/jura
10425%{texmfdist}/source/latex/juraabbrev
10426%{texmfdist}/source/latex/jurarsp
10427%{texmfdist}/source/latex/kdgreek
10428%{texmfdist}/source/latex/kerntest
10429%{texmfdist}/source/latex/kluwer
10430%{texmfdist}/source/latex/koma-script
10431%{texmfdist}/source/latex/labelcas
10432%{texmfdist}/source/latex/labels
10433%{texmfdist}/source/latex/lastpage
10434%{texmfdist}/source/latex/latex-tds
10435%{texmfdist}/source/latex/layouts
10436%{texmfdist}/source/latex/lcg
10437%{texmfdist}/source/latex/lcyw
10438%{texmfdist}/source/latex/leading
10439%{texmfdist}/source/latex/ledmac
10440%{texmfdist}/source/latex/leftidx
10441%{texmfdist}/source/latex/lettrine
10442%{texmfdist}/source/latex/lexikon
10443%{texmfdist}/source/latex/lhcyr
10444%{texmfdist}/source/latex/lhelp
10445%{texmfdist}/source/latex/limap
10446%{texmfdist}/source/latex/lipsum
10447%{texmfdist}/source/latex/listbib
10448%{texmfdist}/source/latex/listings
10449%{texmfdist}/source/latex/listliketab
10450%{texmfdist}/source/latex/localloc
10451%{texmfdist}/source/latex/logpap
10452%{texmfdist}/source/latex/lps
10453%{texmfdist}/source/latex/ltxindex
10454%{texmfdist}/source/latex/mailing
10455%{texmfdist}/source/latex/makebox
10456%{texmfdist}/source/latex/makecell
10457%{texmfdist}/source/latex/makecmds
10458%{texmfdist}/source/latex/makedtx
10459%{texmfdist}/source/latex/makeplot
10460%{texmfdist}/source/latex/manfnt
10461%{texmfdist}/source/latex/manuscript
10462%{texmfdist}/source/latex/mapcodes
10463%{texmfdist}/source/latex/marginnote
10464%{texmfdist}/source/latex/mathcomp
10465%{texmfdist}/source/latex/mathpazo
10466%{texmfdist}/source/latex/mcaption
10467%{texmfdist}/source/latex/mcite
10468%{texmfdist}/source/latex/mdwtools
10469%{texmfdist}/source/latex/memoir
10470%{texmfdist}/source/latex/mentis
10471%{texmfdist}/source/latex/menu
10472%{texmfdist}/source/latex/method
10473%{texmfdist}/source/latex/metre
10474%{texmfdist}/source/latex/mff
10475%{texmfdist}/source/latex/mfpic4ode
10476%{texmfdist}/source/latex/mftinc
10477%{texmfdist}/source/latex/mh
10478%{texmfdist}/source/latex/miller
10479%{texmfdist}/source/latex/minipage-marginpar
10480%{texmfdist}/source/latex/minutes
10481%{texmfdist}/source/latex/mlist
10482%{texmfdist}/source/latex/mnsymbol
10483%{texmfdist}/source/latex/modroman
10484%{texmfdist}/source/latex/mongolian-babel
10485%{texmfdist}/source/latex/montex
10486%{texmfdist}/source/latex/moresize
10487%{texmfdist}/source/latex/moreverb
10488%{texmfdist}/source/latex/mparhack
10489%{texmfdist}/source/latex/ms
10490%{texmfdist}/source/latex/msg
10491%{texmfdist}/source/latex/mtgreek
10492%{texmfdist}/source/latex/multibbl
10493%{texmfdist}/source/latex/multibib
10494%{texmfdist}/source/latex/multicap
10495%{texmfdist}/source/latex/mwcls
10496%{texmfdist}/source/latex/mxd
10497%{texmfdist}/source/latex/nag
10498%{texmfdist}/source/latex/namespc
10499%{texmfdist}/source/latex/natbib
10500%{texmfdist}/source/latex/ncctools
10501%{texmfdist}/source/latex/nddiss
10502%{texmfdist}/source/latex/newalg
10503%{texmfdist}/source/latex/newfile
10504%{texmfdist}/source/latex/newlfm
10505%{texmfdist}/source/latex/newspaper
10506%{texmfdist}/source/latex/newvbtm
10507%{texmfdist}/source/latex/niceframe
10508%{texmfdist}/source/latex/noitcrul
10509%{texmfdist}/source/latex/nomencl
10510%{texmfdist}/source/latex/nomentbl
10511%{texmfdist}/source/latex/nonfloat
10512%{texmfdist}/source/latex/nostarch
10513%{texmfdist}/source/latex/notes
10514%{texmfdist}/source/latex/notes2bib
10515%{texmfdist}/source/latex/nrc
10516%{texmfdist}/source/latex/ntgclass
10517%{texmfdist}/source/latex/ntheorem
10518%{texmfdist}/source/latex/numprint
10519%{texmfdist}/source/latex/oberdiek
10520%{texmfdist}/source/latex/objectz
10521%{texmfdist}/source/latex/octavo
10522%{texmfdist}/source/latex/ogonek
10523%{texmfdist}/source/latex/oldstyle
10524%{texmfdist}/source/latex/opcit
10525%{texmfdist}/source/latex/ordinalpt
10526%{texmfdist}/source/latex/othello
10527%{texmfdist}/source/latex/otibet
10528%{texmfdist}/source/latex/pacioli
10529%{texmfdist}/source/latex/pageno
10530%{texmfdist}/source/latex/pagenote
10531%{texmfdist}/source/latex/paper
10532%{texmfdist}/source/latex/papercdcase
10533%{texmfdist}/source/latex/papertex
10534%{texmfdist}/source/latex/paralist
10535%{texmfdist}/source/latex/parallel
10536%{texmfdist}/source/latex/paresse
10537%{texmfdist}/source/latex/parrun
10538%{texmfdist}/source/latex/patchcmd
10539%{texmfdist}/source/latex/pauldoc
10540%{texmfdist}/source/latex/pawpict
10541%{texmfdist}/source/latex/pbox
10542%{texmfdist}/source/latex/pbsheet
10543%{texmfdist}/source/latex/pdfcprot
10544%{texmfdist}/source/latex/pdfpages
10545%{texmfdist}/source/latex/perltex
10546%{texmfdist}/source/latex/permute
10547%{texmfdist}/source/latex/petri-nets
10548%{texmfdist}/source/latex/pgfopts
10549%{texmfdist}/source/latex/pgfplots
10550%{texmfdist}/source/latex/philosophersimprint
10551%{texmfdist}/source/latex/photo
10552%{texmfdist}/source/latex/pict2e
10553%{texmfdist}/source/latex/pittetd
10554%{texmfdist}/source/latex/plari
10555%{texmfdist}/source/latex/play
10556%{texmfdist}/source/latex/plweb
10557%{texmfdist}/source/latex/poemscol
10558%{texmfdist}/source/latex/polski
10559%{texmfdist}/source/latex/polyglot
10560%{texmfdist}/source/latex/polytable
10561%{texmfdist}/source/latex/powerdot
10562%{texmfdist}/source/latex/ppr-prv
10563%{texmfdist}/source/latex/pracjourn
10564%{texmfdist}/source/latex/preprint
10565%{texmfdist}/source/latex/prettyref
10566%{texmfdist}/source/latex/preview
10567%{texmfdist}/source/latex/proba
10568%{texmfdist}/source/latex/probsoln
10569%{texmfdist}/source/latex/progkeys
10570%{texmfdist}/source/latex/prosper
10571%{texmfdist}/source/latex/protocol
10572%{texmfdist}/source/latex/psfrag
10573%{texmfdist}/source/latex/psfragx
10574%{texmfdist}/source/latex/pslatex
10575%{texmfdist}/source/latex/pspicture
10576%{texmfdist}/source/latex/qcm
10577%{texmfdist}/source/latex/qstest
10578%{texmfdist}/source/latex/qsymbols
10579%{texmfdist}/source/latex/quotchap
10580%{texmfdist}/source/latex/quotmark
10581%{texmfdist}/source/latex/randbild
10582%{texmfdist}/source/latex/rccol
10583%{texmfdist}/source/latex/rcs
10584%{texmfdist}/source/latex/rcsinfo
10585%{texmfdist}/source/latex/recipecard
10586%{texmfdist}/source/latex/refman
10587%{texmfdist}/source/latex/refstyle
10588%{texmfdist}/source/latex/regcount
10589%{texmfdist}/source/latex/register
10590%{texmfdist}/source/latex/relenc
10591%{texmfdist}/source/latex/revtex
10592%{texmfdist}/source/latex/rmpage
10593%{texmfdist}/source/latex/robustcommand
10594%{texmfdist}/source/latex/romannum
10595%{texmfdist}/source/latex/rotating
10596%{texmfdist}/source/latex/rotfloat
10597%{texmfdist}/source/latex/rsc
10598%{texmfdist}/source/latex/rst
10599%{texmfdist}/source/latex/rtkinenc
10600%{texmfdist}/source/latex/sagetex
10601%{texmfdist}/source/latex/sanskrit
10602%{texmfdist}/source/latex/sauerj
10603%{texmfdist}/source/latex/sauterfonts
10604%{texmfdist}/source/latex/savefnmark
10605%{texmfdist}/source/latex/savetrees
10606%{texmfdist}/source/latex/scale
10607%{texmfdist}/source/latex/scalebar
10608%{texmfdist}/source/latex/schedule
10609%{texmfdist}/source/latex/sciwordconv
10610%{texmfdist}/source/latex/screenplay
10611%{texmfdist}/source/latex/sectsty
10612%{texmfdist}/source/latex/semantic
10613%{texmfdist}/source/latex/semioneside
10614%{texmfdist}/source/latex/seqsplit
10615%{texmfdist}/source/latex/sf298
10616%{texmfdist}/source/latex/sffms
10617%{texmfdist}/source/latex/shorttoc
10618%{texmfdist}/source/latex/show2e
10619%{texmfdist}/source/latex/showexpl
10620%{texmfdist}/source/latex/showlabels
10621%{texmfdist}/source/latex/sidecap
10622%{texmfdist}/source/latex/siggraph
10623%{texmfdist}/source/latex/simplecv
10624%{texmfdist}/source/latex/simplewick
10625%{texmfdist}/source/latex/skull
10626%{texmfdist}/source/latex/slantsc
10627%{texmfdist}/source/latex/snapshot
10628%{texmfdist}/source/latex/songbook
10629%{texmfdist}/source/latex/soul
10630%{texmfdist}/source/latex/splitbib
10631%{texmfdist}/source/latex/splitindex
10632%{texmfdist}/source/latex/srcltx
10633%{texmfdist}/source/latex/sseq
10634%{texmfdist}/source/latex/ssqquote
10635%{texmfdist}/source/latex/stack
10636%{texmfdist}/source/latex/statistik
10637%{texmfdist}/source/latex/staves
10638%{texmfdist}/source/latex/stdclsdv
10639%{texmfdist}/source/latex/stdpage
10640%{texmfdist}/source/latex/stellenbosch
10641%{texmfdist}/source/latex/stex
10642%{texmfdist}/source/latex/stringstrings
10643%{texmfdist}/source/latex/struktex
10644%{texmfdist}/source/latex/subdepth
10645%{texmfdist}/source/latex/subeqn
10646%{texmfdist}/source/latex/subeqnarray
10647%{texmfdist}/source/latex/subfig
10648%{texmfdist}/source/latex/subfigure
10649%{texmfdist}/source/latex/subfloat
10650%{texmfdist}/source/latex/sudoku
10651%{texmfdist}/source/latex/sudokubundle
10652%{texmfdist}/source/latex/supertabular
10653%{texmfdist}/source/latex/svn-multi
10654%{texmfdist}/source/latex/svn
10655%{texmfdist}/source/latex/svninfo
10656%{texmfdist}/source/latex/swimgraf
10657%{texmfdist}/source/latex/syntrace
10658%{texmfdist}/source/latex/synttree
10659%{texmfdist}/source/latex/tablists
10660%{texmfdist}/source/latex/tabulary
10661%{texmfdist}/source/latex/tabvar
10662%{texmfdist}/source/latex/talk
10663%{texmfdist}/source/latex/tcldoc
10664%{texmfdist}/source/latex/tdsfrmath
10665%{texmfdist}/source/latex/technics
10666%{texmfdist}/source/latex/ted
10667%{texmfdist}/source/latex/tengwarscript
10668%{texmfdist}/source/latex/tensor
10669%{texmfdist}/source/latex/teubner
10670%{texmfdist}/source/latex/texmate
10671%{texmfdist}/source/latex/texpower
10672%{texmfdist}/source/latex/texshade
10673%{texmfdist}/source/latex/textcase
10674%{texmfdist}/source/latex/textfit
10675%{texmfdist}/source/latex/textopo
10676%{texmfdist}/source/latex/textpos
10677%{texmfdist}/source/latex/thesis-titlepage-fhac
10678%{texmfdist}/source/latex/thmtools
10679%{texmfdist}/source/latex/thumb
10680%{texmfdist}/source/latex/thuthesis
10681%{texmfdist}/source/latex/timesht
10682%{texmfdist}/source/latex/titling
10683%{texmfdist}/source/latex/tocbibind
10684%{texmfdist}/source/latex/tocloft
10685%{texmfdist}/source/latex/tocvsec2
10686%{texmfdist}/source/latex/todo
10687%{texmfdist}/source/latex/toolbox
10688%{texmfdist}/source/latex/tools
10689%{texmfdist}/source/latex/toptesi
10690%{texmfdist}/source/latex/totpages
10691%{texmfdist}/source/latex/trajan
10692%{texmfdist}/source/latex/tree-dvips
10693%{texmfdist}/source/latex/trfsigns
10694%{texmfdist}/source/latex/trivfloat
10695%{texmfdist}/source/latex/trsym
10696%{texmfdist}/source/latex/tugboat
10697%{texmfdist}/source/latex/turnstile
10698%{texmfdist}/source/latex/twoup
10699%{texmfdist}/source/latex/type1cm
10700%{texmfdist}/source/latex/typedref
10701%{texmfdist}/source/latex/typogrid
10702%{texmfdist}/source/latex/uaclasses
10703%{texmfdist}/source/latex/uiucthesis
10704%{texmfdist}/source/latex/ulsy
10705%{texmfdist}/source/latex/uml
10706%{texmfdist}/source/latex/umlaute
10707%{texmfdist}/source/latex/umoline
10708%{texmfdist}/source/latex/underlin
10709%{texmfdist}/source/latex/undertilde
10710%{texmfdist}/source/latex/units
10711%{texmfdist}/source/latex/unitsdef
10712%{texmfdist}/source/latex/unroman
10713%{texmfdist}/source/latex/upmethodology
10714%{texmfdist}/source/latex/urlbst
10715%{texmfdist}/source/latex/ushort
10716%{texmfdist}/source/latex/varindex
10717%{texmfdist}/source/latex/vector
10718%{texmfdist}/source/latex/verse
10719%{texmfdist}/source/latex/vmargin
10720%{texmfdist}/source/latex/volumes
10721%{texmfdist}/source/latex/vrsion
10722%{texmfdist}/source/latex/vwcol
10723%{texmfdist}/source/latex/vxu
10724%{texmfdist}/source/latex/warning
10725%{texmfdist}/source/latex/warpcol
10726%{texmfdist}/source/latex/was
10727%{texmfdist}/source/latex/wnri
10728%{texmfdist}/source/latex/xargs
10729%{texmfdist}/source/latex/xdoc
10730%{texmfdist}/source/latex/xfor
10731%{texmfdist}/source/latex/xmpincl
10732%{texmfdist}/source/latex/xpackages
10733%{texmfdist}/source/latex/xskak
10734%{texmfdist}/source/latex/xtab
10735%{texmfdist}/source/latex/xtcapts
10736%{texmfdist}/source/latex/yafoot
10737%{texmfdist}/source/latex/yfonts
10738%{texmfdist}/source/latex/yhmath
10739%{texmfdist}/source/latex/york-thesis
10740%{texmfdist}/source/latex/youngtab
198c241e 10741%dir %{texmfdist}/source/plain
8affbd2c 10742%dir %{texmfdist}/source/plain/jsmisc
f65b3398
ZU
10743%{texmfdist}/source/plain/jsmisc/xfig
10744%{texmfdist}/source/xelatex
8affbd2c 10745%{texmfdist}/tex/alatex
f65b3398
ZU
10746%{texmfdist}/tex/generic/enctex
10747%{texmfdist}/tex/latex/kalender
10748%{texmfdist}/tex/latex/karnaugh
10749%{texmfdist}/tex/latex/kerkis
10750%{texmfdist}/tex/latex/kerntest
10751%{texmfdist}/tex/latex/kluwer
10752%{texmfdist}/tex/latex/kpfonts
10753%{texmfdist}/tex/latex/kurier
10754%{texmfdist}/tex/latex/labelcas
10755%{texmfdist}/tex/latex/lazylist
10756%{texmfdist}/tex/latex/lcg
10757%{texmfdist}/tex/latex/lcyw
10758%{texmfdist}/tex/latex/leading
10759%{texmfdist}/tex/latex/ledmac
10760%{texmfdist}/tex/latex/lettre
10761%{texmfdist}/tex/latex/levy
10762%{texmfdist}/tex/latex/lexikon
10763%{texmfdist}/tex/latex/lgreek
10764%{texmfdist}/tex/latex/lhcyr
10765%{texmfdist}/tex/latex/lhelp
10766%{texmfdist}/tex/latex/libertine
10767%{texmfdist}/tex/latex/limap
10768%{texmfdist}/tex/latex/linearA
10769%{texmfdist}/tex/latex/linguex
10770%{texmfdist}/tex/latex/lipsum
10771%{texmfdist}/tex/latex/listbib
10772%{texmfdist}/tex/latex/listliketab
10773%{texmfdist}/tex/latex/listofsymbols
10774%{texmfdist}/tex/latex/lkproof
10775%{texmfdist}/tex/latex/logic
10776%{texmfdist}/tex/latex/logpap
10777%{texmfdist}/tex/latex/lps
10778%{texmfdist}/tex/latex/lsc
10779%{texmfdist}/tex/latex/ltablex
10780%{texmfdist}/tex/latex/ltxindex
10781%{texmfdist}/tex/latex/lxfonts
10782%{texmfdist}/tex/latex/ly1
10783%{texmfdist}/tex/latex/mafr
10784%{texmfdist}/tex/latex/mailing
10785%{texmfdist}/tex/latex/makebarcode
10786%{texmfdist}/tex/latex/makebox
10787%{texmfdist}/tex/latex/makecell
10788%{texmfdist}/tex/latex/makecmds
10789%{texmfdist}/tex/latex/makedtx
10790%{texmfdist}/tex/latex/makeglos
10791%{texmfdist}/tex/latex/makeplot
10792%{texmfdist}/tex/latex/manfnt
10793%{texmfdist}/tex/latex/manuscript
10794%{texmfdist}/tex/latex/mapcodes
10795%{texmfdist}/tex/latex/maple
10796%{texmfdist}/tex/latex/marginnote
10797%{texmfdist}/tex/latex/mathdesign
10798%{texmfdist}/tex/latex/maybemath
10799%{texmfdist}/tex/latex/mcaption
10800%{texmfdist}/tex/latex/mceinleger
10801%{texmfdist}/tex/latex/mcite
10802%{texmfdist}/tex/latex/mciteplus
10803%{texmfdist}/tex/latex/memexsupp
10804%{texmfdist}/tex/latex/mentis
10805%{texmfdist}/tex/latex/menu
10806%{texmfdist}/tex/latex/method
10807%{texmfdist}/tex/latex/metre
10808%{texmfdist}/tex/latex/mff
10809%{texmfdist}/tex/latex/mfpic4ode
10810%{texmfdist}/tex/latex/mftinc
10811%{texmfdist}/tex/latex/mhchem
10812%{texmfdist}/tex/latex/mhequ
10813%{texmfdist}/tex/latex/mhs
10814%{texmfdist}/tex/latex/miller
10815%{texmfdist}/tex/latex/minipage-marginpar
10816%{texmfdist}/tex/latex/miniplot
10817%{texmfdist}/tex/latex/minutes
10818%{texmfdist}/tex/latex/mla-paper
10819%{texmfdist}/tex/latex/mlist
10820%{texmfdist}/tex/latex/moresize
10821%{texmfdist}/tex/latex/movie15
10822%{texmfdist}/tex/latex/msc
10823%{texmfdist}/tex/latex/msg
10824%{texmfdist}/tex/latex/mslapa
10825%{texmfdist}/tex/latex/mtgreek
10826%{texmfdist}/tex/latex/multibbl
10827%{texmfdist}/tex/latex/multicap
10828%{texmfdist}/tex/latex/multido
10829%{texmfdist}/tex/latex/muthesis
10830%{texmfdist}/tex/latex/mxd
10831%{texmfdist}/tex/latex/mxedruli
10832%{texmfdist}/tex/latex/nag
10833%{texmfdist}/tex/latex/namespc
10834%{texmfdist}/tex/latex/nath
10835%{texmfdist}/tex/latex/nature
10836%{texmfdist}/tex/latex/newvbtm
10837%{texmfdist}/tex/latex/niceframe
10838%{texmfdist}/tex/latex/nih
10839%{texmfdist}/tex/latex/noitcrul
10840%{texmfdist}/tex/latex/nomentbl
10841%{texmfdist}/tex/latex/nonfloat
10842%{texmfdist}/tex/latex/nostarch
10843%{texmfdist}/tex/latex/notes
10844%{texmfdist}/tex/latex/notes2bib
10845%{texmfdist}/tex/latex/nrc
10846%{texmfdist}/tex/latex/ntabbing
10847%{texmfdist}/tex/latex/numline
10848%{texmfdist}/tex/latex/numname
10849%{texmfdist}/tex/latex/numprint
10850%{texmfdist}/tex/latex/objectz
10851%{texmfdist}/tex/latex/ocr-latex
10852%{texmfdist}/tex/latex/octavo
10853%{texmfdist}/tex/latex/ogonek
10854%{texmfdist}/tex/latex/oldstyle
10855%{texmfdist}/tex/latex/opcit
10856%{texmfdist}/tex/latex/ordinalpt
10857%{texmfdist}/tex/latex/ot2cyr
10858%{texmfdist}/tex/latex/othello
10859%{texmfdist}/tex/latex/otibet
10860%{texmfdist}/tex/latex/outline
10861%{texmfdist}/tex/latex/outliner
10862%{texmfdist}/tex/latex/pacioli
10863%{texmfdist}/tex/latex/pageno
10864%{texmfdist}/tex/latex/pagenote
10865%{texmfdist}/tex/latex/palatino
10866%{texmfdist}/tex/latex/paper
10867%{texmfdist}/tex/latex/papercdcase
10868%{texmfdist}/tex/latex/papertex
10869%{texmfdist}/tex/latex/parallel
10870%{texmfdist}/tex/latex/paresse
10871%{texmfdist}/tex/latex/parrun
10872%{texmfdist}/tex/latex/patchcmd
10873%{texmfdist}/tex/latex/pauldoc
10874%{texmfdist}/tex/latex/pawpict
10875%{texmfdist}/tex/latex/pbox
10876%{texmfdist}/tex/latex/pbsheet
10877%{texmfdist}/tex/latex/pclnfss
10878%{texmfdist}/tex/latex/pdfcprot
10879%{texmfdist}/tex/latex/pdfscreen
10880%{texmfdist}/tex/latex/pdftricks
10881%{texmfdist}/tex/latex/pdfwin
10882%{texmfdist}/tex/latex/pecha
10883%{texmfdist}/tex/latex/perltex
10884%{texmfdist}/tex/latex/permute
10885%{texmfdist}/tex/latex/petiteannonce
10886%{texmfdist}/tex/latex/petri-nets
10887%{texmfdist}/tex/latex/pgf-soroban
10888%{texmfdist}/tex/latex/phaistos
10889%{texmfdist}/tex/latex/philex
10890%{texmfdist}/tex/latex/philosophersimprint
10891%{texmfdist}/tex/latex/phonetic
10892%{texmfdist}/tex/latex/photo
10893%{texmfdist}/tex/latex/pictex2
10894%{texmfdist}/tex/latex/pinlabel
10895%{texmfdist}/tex/latex/pittetd
10896%{texmfdist}/tex/latex/plari
10897%{texmfdist}/tex/latex/plates
10898%{texmfdist}/tex/latex/play
10899%{texmfdist}/tex/latex/plweb
10900%{texmfdist}/tex/latex/pmgraph
10901%{texmfdist}/tex/latex/poemscol
10902%{texmfdist}/tex/latex/polski
10903%{texmfdist}/tex/latex/polyglot
10904%{texmfdist}/tex/latex/polytable
10905%{texmfdist}/tex/latex/postcards
10906%{texmfdist}/tex/latex/powerdot
10907%{texmfdist}/tex/latex/ppower4
10908%{texmfdist}/tex/latex/ppr-prv
10909%{texmfdist}/tex/latex/pracjourn
10910%{texmfdist}/tex/latex/prettyref
10911%{texmfdist}/tex/latex/proba
10912%{texmfdist}/tex/latex/probsoln
10913%{texmfdist}/tex/latex/procIAGssymp
10914%{texmfdist}/tex/latex/progkeys
10915%{texmfdist}/tex/latex/progress
10916%{texmfdist}/tex/latex/protex
10917%{texmfdist}/tex/latex/protocol
10918%{texmfdist}/tex/latex/psfragx
10919%{texmfdist}/tex/latex/psgo
10920%{texmfdist}/tex/latex/pspicture
10921%{texmfdist}/tex/latex/pstricks-add
10922%{texmfdist}/tex/latex/ptptex
10923%{texmfdist}/tex/latex/qcm
10924%{texmfdist}/tex/latex/qobitree
10925%{texmfdist}/tex/latex/qstest
10926%{texmfdist}/tex/latex/qsymbols
10927%{texmfdist}/tex/latex/qtree
10928%{texmfdist}/tex/latex/quotchap
10929%{texmfdist}/tex/latex/quotmark
10930%{texmfdist}/tex/latex/r_und_s
10931%{texmfdist}/tex/latex/randbild
10932%{texmfdist}/tex/latex/randtext
10933%{texmfdist}/tex/latex/rccol
10934%{texmfdist}/tex/latex/rcs
10935%{texmfdist}/tex/latex/rcsinfo
10936%{texmfdist}/tex/latex/recipecard
10937%{texmfdist}/tex/latex/rectopma
10938%{texmfdist}/tex/latex/refcheck
10939%{texmfdist}/tex/latex/refman
10940%{texmfdist}/tex/latex/refstyle
10941%{texmfdist}/tex/latex/regcount
10942%{texmfdist}/tex/latex/register
10943%{texmfdist}/tex/latex/relenc
10944%{texmfdist}/tex/latex/repeatindex
10945%{texmfdist}/tex/latex/resume
10946%{texmfdist}/tex/latex/rlepsf
10947%{texmfdist}/tex/latex/rmpage
10948%{texmfdist}/tex/latex/robustcommand
10949%{texmfdist}/tex/latex/robustindex
10950%{texmfdist}/tex/latex/romannum
10951%{texmfdist}/tex/latex/rotpages
10952%{texmfdist}/tex/latex/rsc
10953%{texmfdist}/tex/latex/rst
10954%{texmfdist}/tex/latex/rtkinenc
10955%{texmfdist}/tex/latex/rtklage
10956%{texmfdist}/tex/latex/sagetex
10957%{texmfdist}/tex/latex/sanskrit
10958%{texmfdist}/tex/latex/sauerj
10959%{texmfdist}/tex/latex/sauterfonts
10960%{texmfdist}/tex/latex/savefnmark
10961%{texmfdist}/tex/latex/savesym
10962%{texmfdist}/tex/latex/savetrees
10963%{texmfdist}/tex/latex/scalebar
10964%{texmfdist}/tex/latex/schedule
10965%{texmfdist}/tex/latex/scientificpaper
10966%{texmfdist}/tex/latex/sciposter
10967%{texmfdist}/tex/latex/sciwordconv
10968%{texmfdist}/tex/latex/screenplay
10969%{texmfdist}/tex/latex/script
10970%{texmfdist}/tex/latex/sdrt
10971%{texmfdist}/tex/latex/sectionbox
10972%{texmfdist}/tex/latex/semantic
10973%{texmfdist}/tex/latex/semaphor
10974%{texmfdist}/tex/latex/semioneside
10975%{texmfdist}/tex/latex/seqsplit
10976%{texmfdist}/tex/latex/sf298
10977%{texmfdist}/tex/latex/sffms
10978%{texmfdist}/tex/latex/sfg
10979%{texmfdist}/tex/latex/sfmath
10980%{texmfdist}/tex/latex/sgame
10981%{texmfdist}/tex/latex/shadbox
10982%{texmfdist}/tex/latex/shadethm
10983%{texmfdist}/tex/latex/shipunov
10984%{texmfdist}/tex/latex/shorttoc
10985%{texmfdist}/tex/latex/show2e
10986%{texmfdist}/tex/latex/showexpl
10987%{texmfdist}/tex/latex/sides
10988%{texmfdist}/tex/latex/siggraph
10989%{texmfdist}/tex/latex/simplecv
10990%{texmfdist}/tex/latex/simplewick
10991%{texmfdist}/tex/latex/skak
10992%{texmfdist}/tex/latex/skull
10993%{texmfdist}/tex/latex/slantsc
10994%{texmfdist}/tex/latex/smalltableof
10995%{texmfdist}/tex/latex/smartref
10996%{texmfdist}/tex/latex/smflatex
10997%{texmfdist}/tex/latex/snapshot
10998%{texmfdist}/tex/latex/songbook
10999%{texmfdist}/tex/latex/soyombo
11000%{texmfdist}/tex/latex/sparklines
11001%{texmfdist}/tex/latex/spie
11002%{texmfdist}/tex/latex/splitbib
11003%{texmfdist}/tex/latex/splitindex
11004%{texmfdist}/tex/latex/sprite
11005%{texmfdist}/tex/latex/srcltx
11006%{texmfdist}/tex/latex/sseq
11007%{texmfdist}/tex/latex/ssqquote
11008%{texmfdist}/tex/latex/stack
11009%{texmfdist}/tex/latex/stage
11010%{texmfdist}/tex/latex/statex2
11011%{texmfdist}/tex/latex/statistik
11012%{texmfdist}/tex/latex/staves
11013%{texmfdist}/tex/latex/stdpage
11014%{texmfdist}/tex/latex/stellenbosch
11015%{texmfdist}/tex/latex/stex
11016%{texmfdist}/tex/latex/stringstrings
11017%{texmfdist}/tex/latex/struktex
11018%{texmfdist}/tex/latex/sttools
11019%{texmfdist}/tex/latex/stubs
11020%{texmfdist}/tex/latex/subdepth
11021%{texmfdist}/tex/latex/subeqn
11022%{texmfdist}/tex/latex/subeqnarray
11023%{texmfdist}/tex/latex/subfloat
11024%{texmfdist}/tex/latex/substr
11025%{texmfdist}/tex/latex/sudoku
11026%{texmfdist}/tex/latex/sudokubundle
11027%{texmfdist}/tex/latex/sugconf
11028%{texmfdist}/tex/latex/susy
11029%{texmfdist}/tex/latex/svgcolor
11030%{texmfdist}/tex/latex/svn-multi
11031%{texmfdist}/tex/latex/svn
11032%{texmfdist}/tex/latex/svninfo
11033%{texmfdist}/tex/latex/swimgraf
11034%{texmfdist}/tex/latex/symbol
11035%{texmfdist}/tex/latex/synproof
11036%{texmfdist}/tex/latex/syntax
11037%{texmfdist}/tex/latex/syntrace
11038%{texmfdist}/tex/latex/synttree
11039%{texmfdist}/tex/latex/timing
11040%{texmfdist}/tex/latex/tocvsec2
11041%{texmfdist}/tex/latex/todo
11042%{texmfdist}/tex/latex/tokenizer
11043%{texmfdist}/tex/latex/toolbox
11044%{texmfdist}/tex/latex/topfloat
11045%{texmfdist}/tex/latex/toptesi
11046%{texmfdist}/tex/latex/tpslifonts
11047%{texmfdist}/tex/latex/tracking
11048%{texmfdist}/tex/latex/trajan
11049%{texmfdist}/tex/latex/translator
11050%{texmfdist}/tex/latex/tree-dvips
11051%{texmfdist}/tex/latex/trfsigns
11052%{texmfdist}/tex/latex/trivfloat
11053%{texmfdist}/tex/latex/trsym
11054%{texmfdist}/tex/latex/tufte-latex
11055%{texmfdist}/tex/latex/tugboat
11056%{texmfdist}/tex/latex/turnstile
11057%{texmfdist}/tex/latex/twoup
11058%{texmfdist}/tex/latex/typedref
11059%{texmfdist}/tex/latex/typogrid
11060%{texmfdist}/tex/latex/uaclasses
11061%{texmfdist}/tex/latex/ucthesis
11062%{texmfdist}/tex/latex/uebungsblatt
11063%{texmfdist}/tex/latex/uhrzeit
11064%{texmfdist}/tex/latex/uiucthesis
11065%{texmfdist}/tex/latex/ulsy
11066%{texmfdist}/tex/latex/umich-thesis
11067%{texmfdist}/tex/latex/uml
11068%{texmfdist}/tex/latex/umoline
11069%{texmfdist}/tex/latex/umrand
11070%{texmfdist}/tex/latex/umthesis
11071%{texmfdist}/tex/latex/underlin
11072%{texmfdist}/tex/latex/ushort
11073%{texmfdist}/tex/latex/uwthesis
11074
26d8eaaa
ZU
11075# %files latex-palatcm
11076# %defattr(644,root,root,755)
11077# %{texmf}/tex/latex/palatcm
d08789e0 11078
f65b3398
ZU
11079%files latex-pdfslide
11080%defattr(644,root,root,755)
11081%doc %{texmfdist}/doc/latex/pdfslide
11082%{texmfdist}/tex/latex/pdfslide
11083
03d9d5fa
ZU
11084%files latex-pgf
11085%defattr(644,root,root,755)
11086%doc %{texmfdist}/doc/generic/pgf
8ed039e0
ZU
11087%{texmfdist}/tex/generic/pgf
11088%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
11089%{texmfdist}/tex/latex/pgf
11090%{texmfdist}/tex/latex/pgfopts
11091%{texmfdist}/tex/latex/pgfplots
11092
b7b4a109
ZU
11093%files latex-prosper
11094%defattr(644,root,root,755)
11095%doc %{texmfdist}/doc/latex/prosper
11096%{texmfdist}/tex/latex/prosper
11097
f65b3398
ZU
11098%files latex-polynom
11099%defattr(644,root,root,755)
11100%doc %{texmfdist}/doc/latex/polynom
11101%{texmfdist}/source/latex/polynom
11102%{texmfdist}/tex/latex/polynom
11103
11104%files latex-polynomial
11105%defattr(644,root,root,755)
11106%doc %{texmfdist}/doc/latex/polynomial
11107%{texmfdist}/source/latex/polynomial
11108%{texmfdist}/tex/latex/polynomial
11109
b7b4a109
ZU
11110%files latex-pseudocode
11111%defattr(644,root,root,755)
11112%doc %{texmfdist}/doc/latex/pseudocode
11113%{texmfdist}/tex/latex/pseudocode
11114
8efa6a9c
ZU
11115%files latex-pst-2dplot
11116%defattr(644,root,root,755)
11117%doc %{texmfdist}/doc/generic/pst-2dplot
11118%{texmfdist}/tex/latex/pst-2dplot
11119
11120%files latex-pst-3dplot
11121%defattr(644,root,root,755)
11122%doc %{texmfdist}/doc/generic/pst-3dplot
11123%{texmfdist}/dvips/pst-3dplot
11124%{texmfdist}/tex/generic/pst-3dplot
11125%{texmfdist}/tex/latex/pst-3dplot
11126
11127%files latex-pst-bar
11128%defattr(644,root,root,755)
11129%doc %{texmfdist}/doc/generic/pst-3dplot
11130%{texmfdist}/dvips/pst-bar
11131%{texmfdist}/tex/generic/pst-bar
11132%{texmfdist}/tex/latex/pst-bar
11133
11134%files latex-pst-circ
11135%defattr(644,root,root,755)
11136%doc %{texmfdist}/doc/generic/pst-circ
11137%{texmfdist}/dvips/pst-circ
11138%{texmfdist}/tex/generic/pst-circ
11139%{texmfdist}/tex/latex/pst-circ
11140
11141%files latex-pst-diffraction
11142%defattr(644,root,root,755)
11143%doc %{texmfdist}/doc/generic/pst-diffraction
11144%{texmfdist}/tex/generic/pst-diffraction
11145%{texmfdist}/tex/latex/pst-diffraction
11146
b7b4a109
ZU
11147%files latex-pst-eucl
11148%defattr(644,root,root,755)
8efa6a9c 11149%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
11150%{texmfdist}/tex/generic/pst-eucl
11151%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
11152
11153%files latex-pst-fun
11154%defattr(644,root,root,755)
11155%doc %{texmfdist}/doc/generic/pst-fun
11156%{texmfdist}/dvips/pst-fun
11157%{texmfdist}/tex/generic/pst-fun
11158%{texmfdist}/tex/latex/pst-fun
11159
11160%files latex-pst-func
11161%defattr(644,root,root,755)
11162%doc %{texmfdist}/doc/generic/pst-func
11163%{texmfdist}/dvips/pst-func
11164%{texmfdist}/tex/generic/pst-func
11165%{texmfdist}/tex/latex/pst-func
11166
11167%files latex-pst-infixplot
11168%defattr(644,root,root,755)
11169%doc %{texmfdist}/doc/generic/pst-infixplot
11170%{texmfdist}/tex/generic/pst-infixplot
11171%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
11172
11173%files latex-pst-fr3d
11174%defattr(644,root,root,755)
11175%doc %{texmfdist}/doc/generic/pst-fr3d
11176%{texmfdist}/source/generic/pst-fr3d
11177%{texmfdist}/tex/generic/pst-fr3d
11178%{texmfdist}/tex/latex/pst-fr3d
11179
11180%files latex-pst-fractal
11181%defattr(644,root,root,755)
11182%doc %{texmfdist}/doc/generic/pst-fractal
11183%{texmfdist}/dvips/pst-fractal
11184%{texmfdist}/tex/generic/pst-fractal
11185%{texmfdist}/tex/latex/pst-fractal
11186
8efa6a9c
ZU
11187%files latex-pst-math
11188%defattr(644,root,root,755)
11189%doc %{texmfdist}/doc/generic/pst-math
11190%{texmfdist}/dvips/pst-math
11191%{texmfdist}/tex/generic/pst-math
11192%{texmfdist}/tex/latex/pst-math
11193
11194%files latex-pst-ob3d
11195%defattr(644,root,root,755)
11196%doc %{texmfdist}/doc/generic/pst-ob3d
11197%{texmfdist}/source/generic/pst-ob3d
11198%{texmfdist}/tex/generic/pst-ob3d
11199%{texmfdist}/tex/latex/pst-ob3d
11200
11201%files latex-pst-optexp
11202%defattr(644,root,root,755)
11203%doc %{texmfdist}/doc/generic/pst-optexp
11204%{texmfdist}/dvips/pst-optexp
11205%{texmfdist}/tex/generic/pst-optexp
11206%{texmfdist}/tex/latex/pst-optexp
11207
11208%files latex-pst-optic
11209%defattr(644,root,root,755)
11210%doc %{texmfdist}/doc/generic/pst-optic
11211%{texmfdist}/tex/generic/pst-optic
11212%{texmfdist}/tex/latex/pst-optic
11213
11214%files latex-pst-text
11215%defattr(644,root,root,755)
11216%doc %{texmfdist}/doc/generic/pst-text
04123363 11217%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
11218%{texmfdist}/tex/generic/pst-text
11219%{texmfdist}/tex/latex/pst-text
11220
1024ab0e
ZU
11221%files latex-pst-uncategorized
11222%defattr(644,root,root,755)
11223%doc %{texmfdist}/doc/generic/pst-3d
11224%doc %{texmfdist}/doc/generic/pst-asr
11225%doc %{texmfdist}/doc/generic/pst-bar
11226%doc %{texmfdist}/doc/generic/pst-barcode
11227%doc %{texmfdist}/doc/generic/pst-blur
11228%doc %{texmfdist}/doc/generic/pst-coil
11229%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
11230# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
11231# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
11232%doc %{texmfdist}/doc/generic/pst-dbicons
11233%doc %{texmfdist}/doc/generic/pst-eps
11234%doc %{texmfdist}/doc/generic/pst-fill
11235%doc %{texmfdist}/doc/generic/pst-geo
11236%doc %{texmfdist}/doc/generic/pst-ghsb
11237%doc %{texmfdist}/doc/generic/pst-gr3d
11238%doc %{texmfdist}/doc/generic/pst-grad
11239%doc %{texmfdist}/doc/generic/pst-jtree
11240%doc %{texmfdist}/doc/generic/pst-labo
11241%doc %{texmfdist}/doc/generic/pst-lens
11242%doc %{texmfdist}/doc/generic/pst-light3d
11243%doc %{texmfdist}/doc/generic/pst-osci
11244%doc %{texmfdist}/doc/generic/pst-pad
11245%doc %{texmfdist}/doc/generic/pst-pdgr
11246%doc %{texmfdist}/doc/generic/pst-poly
11247%doc %{texmfdist}/doc/generic/pst-qtree
11248%doc %{texmfdist}/doc/generic/pst-slpe
11249%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
11250# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
11251# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
11252%doc %{texmfdist}/doc/generic/pst-soroban
11253%doc %{texmfdist}/doc/generic/pst-spectra
11254%doc %{texmfdist}/doc/generic/pst-stru
11255%doc %{texmfdist}/doc/generic/pst-uml
11256%doc %{texmfdist}/doc/generic/pst-vue3d
11257%doc %{texmfdist}/doc/latex/auto-pst-pdf
11258%doc %{texmfdist}/doc/latex/pst-pdf
11259%{texmfdist}/dvips/pst-barcode
11260%{texmfdist}/dvips/pst-blur
11261%{texmfdist}/dvips/pst-coil
11262%{texmfdist}/dvips/pst-cox
11263%{texmfdist}/dvips/pst-eucl
11264%{texmfdist}/dvips/pst-geo
11265%{texmfdist}/dvips/pst-ghsb
11266%{texmfdist}/dvips/pst-grad
11267%{texmfdist}/dvips/pst-light3d
11268%{texmfdist}/dvips/pst-slpe
11269%{texmfdist}/dvips/pst-solides3d
11270%{texmfdist}/dvips/pst-spectra
11271%{texmfdist}/dvips/pst-vue3d
11272%{texmfdist}/scripts/pst-pdf
11273%{texmfdist}/source/generic/pst-3d
11274%{texmfdist}/source/generic/pst-3dplot
11275%{texmfdist}/source/generic/pst-barcode
11276%{texmfdist}/source/generic/pst-blur
11277%{texmfdist}/source/generic/pst-circ
11278%{texmfdist}/source/generic/pst-coil
11279%{texmfdist}/source/generic/pst-dbicons
11280%{texmfdist}/source/generic/pst-diffraction
11281%{texmfdist}/source/generic/pst-eps
11282%{texmfdist}/source/generic/pst-fill
11283%{texmfdist}/source/generic/pst-fractal
11284%{texmfdist}/source/generic/pst-fun
11285%{texmfdist}/source/generic/pst-func
11286%{texmfdist}/source/generic/pst-lens
11287%{texmfdist}/source/generic/pst-light3d
11288%{texmfdist}/source/generic/pst-optic
11289%{texmfdist}/source/generic/pst-pad
11290%{texmfdist}/source/generic/pst-pdgr
11291%{texmfdist}/source/generic/pst-slpe
11292%{texmfdist}/source/generic/pst-soroban
11293%{texmfdist}/source/generic/pst-text
11294%{texmfdist}/source/generic/pst-uml
11295%{texmfdist}/source/generic/pst-vue3d
11296%{texmfdist}/source/latex/auto-pst-pdf
11297%{texmfdist}/source/latex/pst-gr3d
11298%{texmfdist}/source/latex/pst-pdf
11299%{texmfdist}/source/latex/pst-poly
11300%{texmfdist}/tex/generic/pst-3d
11301%{texmfdist}/tex/generic/pst-asr
11302%{texmfdist}/tex/generic/pst-barcode
11303%{texmfdist}/tex/generic/pst-blur
11304%{texmfdist}/tex/generic/pst-coil
11305%{texmfdist}/tex/generic/pst-cox
11306%{texmfdist}/tex/generic/pst-eps
11307%{texmfdist}/tex/generic/pst-fill
11308%{texmfdist}/tex/generic/pst-geo
11309%{texmfdist}/tex/generic/pst-ghsb
11310%{texmfdist}/tex/generic/pst-gr3d
11311%{texmfdist}/tex/generic/pst-grad
11312%{texmfdist}/tex/generic/pst-jtree
11313%{texmfdist}/tex/generic/pst-labo
11314%{texmfdist}/tex/generic/pst-lens
11315%{texmfdist}/tex/generic/pst-light3d
11316%{texmfdist}/tex/generic/pst-osci
11317%{texmfdist}/tex/generic/pst-pad
11318%{texmfdist}/tex/generic/pst-pdgr
11319%{texmfdist}/tex/generic/pst-poly
11320%{texmfdist}/tex/generic/pst-qtree
11321%{texmfdist}/tex/generic/pst-slpe
11322%{texmfdist}/tex/generic/pst-solides3d
11323%{texmfdist}/tex/generic/pst-spectra
11324%{texmfdist}/tex/generic/pst-stru
11325%{texmfdist}/tex/generic/pst-vue3d
11326%{texmfdist}/tex/latex/pst-3d
11327%{texmfdist}/tex/latex/pst-asr
11328%{texmfdist}/tex/latex/pst-barcode
11329%{texmfdist}/tex/latex/pst-blur
11330%{texmfdist}/tex/latex/pst-coil
11331%{texmfdist}/tex/latex/pst-cox
11332%{texmfdist}/tex/latex/pst-dbicons
11333%{texmfdist}/tex/latex/pst-eps
11334%{texmfdist}/tex/latex/pst-fill
11335%{texmfdist}/tex/latex/pst-geo
11336%{texmfdist}/tex/latex/pst-ghsb
11337%{texmfdist}/tex/latex/pst-gr3d
11338%{texmfdist}/tex/latex/pst-grad
11339%{texmfdist}/tex/latex/pst-jtree
11340%{texmfdist}/tex/latex/pst-labo
11341%{texmfdist}/tex/latex/pst-lens
11342%{texmfdist}/tex/latex/pst-light3d
11343%{texmfdist}/tex/latex/pst-osci
11344%{texmfdist}/tex/latex/pst-pad
11345%{texmfdist}/tex/latex/pst-pdf
11346%{texmfdist}/tex/latex/pst-pdgr
11347%{texmfdist}/tex/latex/pst-poly
11348%{texmfdist}/tex/latex/pst-qtree
11349%{texmfdist}/tex/latex/pst-slpe
11350%{texmfdist}/tex/latex/pst-solides3d
11351%{texmfdist}/tex/latex/pst-soroban
11352%{texmfdist}/tex/latex/pst-spectra
11353%{texmfdist}/tex/latex/pst-stru
11354%{texmfdist}/tex/latex/pst-uml
11355%{texmfdist}/tex/latex/pst-vue3d
11356
d08789e0 11357%files latex-psnfss
489714ae 11358%defattr(644,root,root,755)
26d8eaaa 11359%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
11360%dir %{texmfdist}/source/latex
11361%dir %{texmfdist}/source/latex/latex-tds
11362%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 11363%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 11364%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
11365%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
11366%{texmfdist}/tex/latex/psnfss
11367
d08789e0
ZU
11368%files latex-pxfonts
11369%defattr(644,root,root,755)
26d8eaaa
ZU
11370%doc %{texmfdist}/doc/fonts/pxfonts
11371%{texmfdist}/tex/latex/pxfonts
11372%{texmfdist}/fonts/type1/public/pxfonts
11373%{texmfdist}/fonts/afm/public/pxfonts
11374%{texmfdist}/fonts/tfm/public/pxfonts
11375%{texmfdist}/fonts/vf/public/pxfonts
11376%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 11377
5b7eba8e
MB
11378#%files latex-qfonts
11379#%defattr(644,root,root,755)
d08789e0 11380
6c82f497
ZU
11381%files latex-SIstyle
11382%defattr(644,root,root,755)
11383%{texmfdist}/doc/latex/SIstyle
11384%{texmfdist}/source/latex/SIstyle
11385
3127b522
ZU
11386%files latex-SIunits
11387%defattr(644,root,root,755)
3127b522 11388%{texmfdist}/doc/latex/SIunits
5b7eba8e 11389%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
11390%{texmfdist}/source/latex/SIunits
11391
f65b3398
ZU
11392%files latex-siunitx
11393%defattr(644,root,root,755)
11394%{texmfdist}/doc/latex/siunitx
11395%{texmfdist}/tex/latex/siunitx
11396%{texmfdist}/source/latex/siunitx
11397
6c82f497
ZU
11398%files latex-Tabbing
11399%defattr(644,root,root,755)
11400%{texmfdist}/source/latex/Tabbing
11401%{texmfdist}/doc/latex/Tabbing
3127b522 11402
d08789e0
ZU
11403%files latex-txfonts
11404%defattr(644,root,root,755)
26d8eaaa
ZU
11405%doc %{texmfdist}/doc/fonts/txfonts
11406%{texmfdist}/fonts/type1/public/txfonts
11407%{texmfdist}/fonts/afm/public/txfonts
11408%{texmfdist}/fonts/enc/dvips/txfonts
11409%{texmfdist}/fonts/tfm/public/txfonts
11410%{texmfdist}/fonts/vf/public/txfonts
11411%{texmfdist}/fonts/map/dvips/txfonts
11412%{texmfdist}/tex/latex/txfonts
26d8eaaa 11413
7ea3a98b
ZU
11414%files latex-ucs
11415%defattr(644,root,root,755)
7ea3a98b 11416%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 11417%{texmfdist}/tex/latex/ucs
d08789e0
ZU
11418
11419%files latex-umlaute
11420%defattr(644,root,root,755)
2677a8b0 11421%{texmfdist}/tex/latex/umlaute
d08789e0 11422
26d8eaaa
ZU
11423# %files latex-urwvn
11424# %defattr(644,root,root,755)
d08789e0 11425
e67df411
ZU
11426%files latex-variations
11427%defattr(644,root,root,755)
e65bc3d5 11428%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
11429%{texmfdist}/tex/generic/variations
11430
d08789e0
ZU
11431%files latex-wasysym
11432%defattr(644,root,root,755)
26d8eaaa
ZU
11433%doc %{texmfdist}/doc/latex/wasysym
11434%{texmfdist}/tex/latex/wasysym
11435%{texmfdist}/source/latex/wasysym
d08789e0 11436
03d9d5fa
ZU
11437%files latex-xcolor
11438%defattr(644,root,root,755)
11439%doc %{texmfdist}/doc/latex/xcolor
04123363 11440%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
11441%{texmfdist}/source/latex/xcolor
11442
2496d461
ZU
11443# %files format-latex
11444# %defattr(644,root,root,755)
26d8eaaa 11445# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
11446
11447%files format-pdflatex
11448%defattr(644,root,root,755)
11449#%{texmf}/pdftex/latex/config
26d8eaaa 11450# %dir %{texmf}/pdftex/latex
d08789e0 11451%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 11452%{_mandir}/man1/pdflatex.1*
26d8eaaa 11453# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 11454
26d8eaaa
ZU
11455# %files platex
11456# %defattr(644,root,root,755)
11457# %doc %{texmf}/doc/latex/platex
11458# %dir %{texmf}/tex/platex
11459# %{texmf}/tex/platex/config
11460# %{texmf}/tex/latex/platex
d08789e0 11461
26d8eaaa
ZU
11462# %files format-platex
11463# %defattr(644,root,root,755)
11464# %attr(755,root,root) %{_bindir}/platex
d08789e0 11465#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 11466# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
11467#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11468
26d8eaaa
ZU
11469# %files format-pdfplatex
11470# %defattr(644,root,root,755)
d08789e0
ZU
11471#%dir %{texmf}/pdftex/platex
11472#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
11473# %attr(755,root,root) %{_bindir}/pdfplatex
11474# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
11475
11476%files tex-babel
11477%defattr(644,root,root,755)
21c69d95 11478%dir %{texmfdist}/source/generic/babel
26d8eaaa
ZU
11479%doc %{texmfdist}/doc/generic/babel
11480%{texmfdist}/tex/generic/babel
d08789e0
ZU
11481
11482%files tex-german
11483%defattr(644,root,root,755)
26d8eaaa
ZU
11484%doc %{texmfdist}/doc/generic/german
11485%{texmfdist}/tex/generic/german
d08789e0
ZU
11486
11487%files tex-mfpic
11488%defattr(644,root,root,755)
26d8eaaa
ZU
11489%doc %{texmfdist}/doc/generic/mfpic
11490%{texmfdist}/tex/generic/mfpic
d08789e0
ZU
11491
11492%files tex-misc
11493%defattr(644,root,root,755)
26d8eaaa
ZU
11494%doc %{texmfdist}/doc/latex/localloc
11495%doc %{texmfdist}/doc/generic/multido
11496%doc %{texmfdist}/doc/generic/tap
d08789e0 11497
26d8eaaa
ZU
11498%{texmfdist}/tex/generic/eijkhout
11499%{texmfdist}/tex/generic/multido
11500%{texmfdist}/tex/generic/misc
d08789e0
ZU
11501
11502%files tex-pictex
11503%defattr(644,root,root,755)
2677a8b0
ZU
11504%doc %{texmfdist}/doc/generic/pictex
11505%{texmfdist}/tex/generic/pictex
d08789e0 11506
29d720fe
ZU
11507%files tex-psizzl
11508%defattr(644,root,root,755)
11509%{texmfdist}/doc/psizzl
11510%{texmfdist}/source/psizzl
11511%{texmfdist}/tex/psizzl
11512
d08789e0
ZU
11513%files tex-pstricks
11514%defattr(644,root,root,755)
26d8eaaa
ZU
11515%doc %{texmfdist}/doc/generic/pstricks
11516%{texmfdist}/dvips/pstricks
11517%{texmfdist}/tex/generic/pstricks
d08789e0 11518
26d8eaaa
ZU
11519# %files tex-qpx
11520# %defattr(644,root,root,755)
11521# %doc %{texmf}/doc/fonts/polish/qpx
11522# %{texmf}/tex/generic/qpx
d08789e0 11523
31bd2c4a 11524%files tex-qpxqtx
d08789e0 11525%defattr(644,root,root,755)
26d8eaaa
ZU
11526%doc %{texmfdist}/doc/fonts/qpxqtx
11527%{texmfdist}/fonts/tfm/public/qpxqtx
11528%{texmfdist}/fonts/vf/public/qpxqtx
11529%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
11530
11531%files tex-ruhyphen
11532%defattr(644,root,root,755)
26d8eaaa
ZU
11533%{texmfdist}/tex/generic/ruhyphen
11534%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
11535
11536%files tex-spanish
11537%defattr(644,root,root,755)
26d8eaaa 11538%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 11539%dir %{texmfdist}/source/latex/mapcodes
04123363 11540%dir %{texmfdist}/source/latex/polyglot
21c69d95
ZU
11541%dir %{texmfdist}/source/latex/polyglot/langs
11542%dir %{texmfdist}/tex/latex/apacite
11543%dir %{texmfdist}/tex/latex/babelbib
11544%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 11545%dir %{texmfdist}/tex/texsis
21c69d95 11546%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
11547%{texmfdist}/source/generic/babel/spanish.ins
11548%{texmfdist}/source/generic/babel/spanish.dtx
11549%{texmfdist}/source/latex/polyglot/langs/spanish.ld
11550%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
11551%{texmfdist}/source/latex/mapcodes/spanish.map
11552%{texmfdist}/source/latex/mapcodes/spanish.dtx
11553%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
11554%{texmfdist}/tex/generic/babel/spanish.sty
11555%{texmfdist}/tex/generic/babel/spanish.ldf
11556%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
11557%{texmfdist}/tex/latex/custom-bib/spanish.mbs
11558%{texmfdist}/tex/latex/babelbib/spanish.bdf
11559%{texmfdist}/tex/latex/apacite/spanish.apc
11560%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
11561
11562%files tex-texdraw
11563%defattr(644,root,root,755)
26d8eaaa
ZU
11564%doc %{texmfdist}/doc/texdraw
11565%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
11566
11567%files tex-thumbpdf
11568%defattr(644,root,root,755)
26d8eaaa 11569%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 11570%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
11571%{texmfdist}/tex/generic/thumbpdf
11572%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
11573%{_mandir}/man1/thumbpdf.1*
11574
11575%files tex-ukrhyph
11576%defattr(644,root,root,755)
26d8eaaa
ZU
11577%doc %{texmfdist}/doc/generic/ukrhyph
11578%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
11579
11580%files latex-vietnam
11581%defattr(644,root,root,755)
26d8eaaa
ZU
11582%doc %{texmfdist}/doc/generic/vntex
11583%{texmfdist}/tex/latex/vntex
d08789e0
ZU
11584
11585%files tex-xypic
11586%defattr(644,root,root,755)
26d8eaaa
ZU
11587%doc %{texmfdist}/doc/generic/xypic
11588%{texmfdist}/tex/generic/xypic
d08789e0
ZU
11589
11590%files tex-xkeyval
11591%defattr(644,root,root,755)
4a09ae1a
ZU
11592%doc %{texmfdist}/doc/latex/xkeyval
11593%{texmfdist}/source/latex/xkeyval
11594%{texmfdist}/tex/generic/xkeyval
11595%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
11596
11597%files fonts-adobe
11598%defattr(644,root,root,755)
4a09ae1a
ZU
11599%{texmfdist}/fonts/type1/adobe
11600%{texmfdist}/fonts/afm/adobe
11601%{texmfdist}/fonts/tfm/adobe
11602%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
11603
11604%files fonts-ae
11605%defattr(644,root,root,755)
4a09ae1a
ZU
11606%doc %{texmfdist}/doc/fonts/ae
11607%{texmfdist}/fonts/tfm/public/ae
11608%{texmfdist}/fonts/vf/public/ae
11609%{texmfdist}/source/fonts/ae
d08789e0
ZU
11610
11611%files fonts-ams
11612%defattr(644,root,root,755)
4a09ae1a
ZU
11613%{texmfdist}/bibtex/bst/ams
11614%{texmfdist}/bibtex/bib/ams
11615%{texmfdist}/dvips/ams
11616%{texmfdist}/fonts/source/public/ams
11617%{texmfdist}/fonts/type1/bluesky/ams
11618%{texmfdist}/fonts/afm/bluesky/ams
11619%{texmfdist}/fonts/tfm/public/ams
11620%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
11621
11622%files fonts-antp
11623%defattr(644,root,root,755)
26d8eaaa 11624%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
11625%{texmfdist}/fonts/enc/dvips/antp
11626%{texmfdist}/fonts/map/dvips/antp
11627%{texmfdist}/fonts/afm/public/antp
11628%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 11629%{texmfdist}/dvips/antp
d08789e0
ZU
11630
11631%files fonts-antt
11632%defattr(644,root,root,755)
4a09ae1a
ZU
11633%doc %{texmfdist}/doc/fonts/antt
11634%{texmfdist}/fonts/afm/public/antt
11635%{texmfdist}/fonts/opentype/public/antt
11636%{texmfdist}/fonts/enc/dvips/antt
11637%{texmfdist}/fonts/tfm/public/antt
11638%{texmfdist}/fonts/map/dvips/antt
11639%{texmfdist}/tex/plain/antt
11640%{texmfdist}/tex/latex/antt
d08789e0 11641
5bc70a92
MB
11642%files fonts-arphic
11643%defattr(644,root,root,755)
11644%doc %{texmfdist}/doc/fonts/arphic
11645%{texmfdist}/fonts/afm/arphic
11646%{texmfdist}/fonts/tfm/arphic
11647%{texmfdist}/fonts/vf/arphic
11648
d08789e0
ZU
11649%files fonts-bbm
11650%defattr(644,root,root,755)
4a09ae1a
ZU
11651%doc %{texmfdist}/doc/fonts/bbm
11652%{texmfdist}/fonts/source/public/bbm
11653%{texmfdist}/fonts/tfm/public/bbm
11654%{texmfdist}/source/latex/bbm
11655%{texmfdist}/tex/latex/bbm
d08789e0
ZU
11656
11657%files fonts-bbold
11658%defattr(644,root,root,755)
4a09ae1a
ZU
11659%{texmfdist}/fonts/source/public/bbold
11660%{texmfdist}/fonts/tfm/public/bbold
d08789e0 11661
4a09ae1a
ZU
11662# %files fonts-bh
11663# %defattr(644,root,root,755)
11664# %doc %{texmf}/doc/fonts/bh
11665# %{texmf}/fonts/tfm/bh
11666# %{texmf}/fonts/vf/bh
d08789e0
ZU
11667
11668%files fonts-bitstream
11669%defattr(644,root,root,755)
4a09ae1a
ZU
11670%{texmfdist}/fonts/afm/bitstrea
11671%{texmfdist}/fonts/tfm/bitstrea
11672%{texmfdist}/fonts/vf/bitstrea
d08789e0 11673
5b7eba8e
MB
11674#%files fonts-cbgreek
11675#%defattr(644,root,root,755)
d08789e0
ZU
11676
11677%files fonts-cc-pl
11678%defattr(644,root,root,755)
4a09ae1a
ZU
11679%{texmfdist}/fonts/source/public/cc-pl
11680%{texmfdist}/fonts/enc/dvips/cc-pl
11681%{texmfdist}/fonts/tfm/public/cc-pl
11682%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 11683
d08789e0
ZU
11684%files fonts-cg
11685%defattr(644,root,root,755)
4a09ae1a
ZU
11686%{texmfdist}/fonts/tfm/cg
11687%{texmfdist}/fonts/vf/cg
d08789e0
ZU
11688
11689%files fonts-cm
11690%defattr(644,root,root,755)
ffd94364 11691%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
11692%dir %{texmfdist}/doc/fonts
11693%dir %{texmfdist}/dvips
11694%dir %{texmfdist}/fonts/afm/bluesky
11695%dir %{texmfdist}/fonts/map/dvips
11696%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
11697%{texmfdist}/dvips/cm
11698%{texmfdist}/fonts/source/public/cm
11699%{texmfdist}/fonts/afm/bluesky/cm
11700%{texmfdist}/fonts/tfm/public/cm
11701%{texmfdist}/fonts/pk/ljfour/public/cm
11702%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
11703
11704%files fonts-cmbright
11705%defattr(644,root,root,755)
4a09ae1a
ZU
11706%doc %{texmfdist}/doc/latex/cmbright
11707%{texmfdist}/fonts/source/public/cmbright
11708%{texmfdist}/fonts/tfm/public/cmbright
11709%{texmfdist}/source/latex/cmbright
11710%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
11711
11712%files fonts-cmcyr
11713%defattr(644,root,root,755)
4a09ae1a
ZU
11714%doc %{texmfdist}/doc/fonts/cmcyr
11715%{texmfdist}/fonts/source/public/cmcyr
11716%{texmfdist}/fonts/type1/public/cmcyr
11717%{texmfdist}/fonts/tfm/public/cmcyr
11718%{texmfdist}/fonts/vf/public/cmcyr
11719%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
11720
11721%files fonts-cmextra
11722%defattr(644,root,root,755)
4a09ae1a
ZU
11723%{texmfdist}/fonts/source/public/cmextra
11724%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 11725
5d7e11d7
ZU
11726%files fonts-cmsuper
11727%defattr(644,root,root,755)
11728%doc %{texmfdist}/doc/fonts/cm-super
11729%{texmfdist}/fonts/afm/public/cm-super
11730%{texmfdist}/fonts/enc/dvips/cm-super
11731%{texmfdist}/fonts/map/dvips/cm-super
11732%{texmfdist}/fonts/map/vtex/cm-super
11733%{texmfdist}/fonts/type1/public/cm-super
11734
d08789e0
ZU
11735%files fonts-concmath
11736%defattr(644,root,root,755)
4a09ae1a
ZU
11737%doc %{texmfdist}/doc/fonts/concmath
11738%doc %{texmfdist}/doc/latex/concmath
11739%{texmfdist}/fonts/source/public/concmath
11740%{texmfdist}/fonts/tfm/public/concmath
11741%{texmfdist}/source/latex/concmath
11742%{texmfdist}/tex/latex/concmath
d08789e0
ZU
11743
11744%files fonts-concrete
11745%defattr(644,root,root,755)
4a09ae1a
ZU
11746%doc %{texmfdist}/doc/fonts/concrete
11747%{texmfdist}/fonts/source/public/concrete
11748%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
11749
11750%files fonts-cs
11751%defattr(644,root,root,755)
4a09ae1a
ZU
11752%{texmfdist}/dvips/cs
11753%{texmfdist}/fonts/source/public/cs
11754%{texmfdist}/fonts/enc/dvips/cs
11755%{texmfdist}/fonts/tfm/public/cs
11756%{texmfdist}/fonts/map/dvips/cs
d08789e0 11757
5b7eba8e
MB
11758#%files fonts-dstroke
11759#%defattr(644,root,root,755)
d08789e0
ZU
11760
11761%files fonts-ecc
11762%defattr(644,root,root,755)
4a09ae1a
ZU
11763%doc %{texmfdist}/doc/fonts/ecc
11764%{texmfdist}/fonts/source/public/ecc
11765%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
11766
11767%files fonts-eurosym
11768%defattr(644,root,root,755)
4a09ae1a
ZU
11769%doc %{texmfdist}/doc/fonts/eurosym
11770%{texmfdist}/fonts/source/public/eurosym
11771%{texmfdist}/fonts/tfm/public/eurosym
11772%{texmfdist}/fonts/map/dvips/eurosym
11773%{texmfdist}/source/fonts/eurosym
11774%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
11775
11776%files fonts-eulervm
11777%defattr(644,root,root,755)
7179ac92
ZU
11778%doc %{texmfdist}/doc/latex/eulervm
11779%{texmfdist}/fonts/tfm/public/eulervm
11780%{texmfdist}/fonts/vf/public/eulervm
11781%{texmfdist}/source/latex/eulervm
11782%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
11783
11784%files fonts-euxm
11785%defattr(644,root,root,755)
7179ac92
ZU
11786%{texmfdist}/fonts/source/public/euxm
11787%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
11788
11789%files fonts-gothic
11790%defattr(644,root,root,755)
7179ac92
ZU
11791%{texmfdist}/doc/fonts/gothic
11792%{texmfdist}/dvips/gothic
11793%{texmfdist}/fonts/source/public/gothic
11794%{texmfdist}/fonts/type1/public/gothic
11795%{texmfdist}/fonts/afm/public/gothic
11796%{texmfdist}/fonts/tfm/public/gothic
11797%{texmfdist}/fonts/vf/public/gothic
11798%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
11799
11800%files fonts-hoekwater
11801%defattr(644,root,root,755)
7179ac92
ZU
11802%{texmfdist}/fonts/afm/hoekwater
11803%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 11804%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
11805
11806%files fonts-jknappen
11807%defattr(644,root,root,755)
7179ac92
ZU
11808%{texmfdist}/fonts/source/jknappen
11809%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
11810
11811%files fonts-latex
11812%defattr(644,root,root,755)
7179ac92 11813%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
11814%dir %{texmfdist}/fonts/source/public/latex-fonts
11815%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
11816%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
11817%dir %{texmfdist}/fonts/tfm/public/latex-fonts
11818%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
11819%{texmfdist}/fonts/source/public/esint
11820%{texmfdist}/fonts/tfm/public/esint
11821%{texmfdist}/source/latex/esint
11822%{texmfdist}/tex/latex/esint
f2555868
ZU
11823%{texmfdist}/fonts/source/public/latex-fonts/*
11824%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
11825%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
11826%{texmfdist}/fonts/tfm/public/latex-fonts/*
11827%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
11828
11829%files fonts-lh
11830%defattr(644,root,root,755)
7179ac92
ZU
11831%doc %{texmfdist}/doc/fonts/lh
11832%{texmfdist}/fonts/source/lh
11833%{texmfdist}/metapost/support/charlib/LH
11834%{texmfdist}/source/fonts/lh
11835%{texmfdist}/source/latex/lh
d08789e0
ZU
11836
11837%files fonts-lm
11838%defattr(644,root,root,755)
7179ac92
ZU
11839%doc %{texmfdist}/doc/fonts/lm
11840%{texmfdist}/fonts/type1/public/lm
11841%{texmfdist}/fonts/afm/public/lm
11842%{texmfdist}/fonts/opentype/public/lm
11843%{texmfdist}/fonts/enc/dvips/lm
11844%{texmfdist}/fonts/tfm/public/lm
11845%{texmfdist}/fonts/map/dvips/lm
11846%{texmfdist}/fonts/map/dvipdfm/lm
11847%{texmfdist}/source/fonts/lm
11848%{texmfdist}/tex/latex/lm
d08789e0
ZU
11849
11850%files fonts-marvosym
11851%defattr(644,root,root,755)
7179ac92 11852%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
11853%dir %{texmfdist}/source/fonts/eurofont
11854%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 11855%dir %{texmfdist}/tex/latex
7179ac92
ZU
11856%{texmfdist}/fonts/type1/public/marvosym
11857%{texmfdist}/fonts/afm/public/marvosym
11858%{texmfdist}/fonts/tfm/public/marvosym
11859%{texmfdist}/fonts/map/dvips/marvosym
f2555868 11860%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 11861%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
11862
11863%files fonts-mflogo
11864%defattr(644,root,root,755)
7179ac92
ZU
11865%doc %{texmfdist}/doc/latex/mflogo
11866%{texmfdist}/fonts/source/public/mflogo
11867%{texmfdist}/fonts/type1/hoekwater/mflogo
11868%{texmfdist}/fonts/afm/hoekwater/mflogo
11869%{texmfdist}/fonts/tfm/public/mflogo
11870%{texmfdist}/fonts/map/dvips/mflogo
11871%{texmfdist}/source/latex/mflogo
11872%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
11873
11874%files fonts-misc
11875%defattr(644,root,root,755)
7179ac92
ZU
11876%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
11877%{texmfdist}/fonts/source/public/misc
11878%{texmfdist}/fonts/tfm/public/misc
11879%{texmfdist}/fonts/misc
d08789e0
ZU
11880
11881%files fonts-monotype
11882%defattr(644,root,root,755)
7179ac92
ZU
11883%{texmfdist}/fonts/tfm/monotype
11884%{texmfdist}/fonts/vf/monotype
d08789e0 11885
745facc7 11886
f1ba8563
ZU
11887%files fonts-other
11888%defattr(644,root,root,755)
745facc7
ZU
11889
11890%doc %{texmfdist}/doc/fonts/yi4latex
11891%{texmfdist}/fonts/source/public/yi4latex
11892%{texmfdist}/fonts/tfm/public/yi4latex
11893
11894%{texmfdist}/fonts/tfm/public/pslatex
11895%{texmfdist}/fonts/map/dvips/pslatex
11896%{texmfdist}/fonts/vf/public/pslatex
11897
f1ba8563
ZU
11898%doc %{texmfdist}/doc/fonts/allrunes
11899%{texmfdist}/fonts/source/public/allrunes
11900%{texmfdist}/fonts/tfm/public/allrunes
11901%{texmfdist}/fonts/type1/public/allrunes
11902%{texmfdist}/source/fonts/allrunes
11903
11904%doc %{texmfdist}/doc/fonts/antiqua
11905%{texmfdist}/fonts/map/dvips/antiqua
11906
11907%{texmfdist}/fonts/source/public/apl
11908%{texmfdist}/fonts/tfm/public/apl
11909%{texmfdist}/source/fonts/apl
11910
8affbd2c
ZU
11911%{texmfdist}/fonts/afm/arabi
11912%{texmfdist}/fonts/tfm/arabi
11913%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
11914%{texmfdist}/fonts/enc/dvips/arabi
11915%{texmfdist}/fonts/map/dvips/arabi
11916
11917%{texmfdist}/fonts/map/dvips/arabtex
11918%{texmfdist}/fonts/source/public/arabtex
11919%{texmfdist}/fonts/tfm/public/arabtex
11920%{texmfdist}/fonts/type1/public/arabtex
11921
11922%doc %{texmfdist}/doc/fonts/archaic
11923%{texmfdist}/fonts/afm/public/archaic
11924%{texmfdist}/fonts/map/dvips/archaic
11925%{texmfdist}/fonts/source/public/archaic
11926%{texmfdist}/fonts/tfm/public/archaic
11927%{texmfdist}/fonts/type1/public/archaic
11928%{texmfdist}/source/fonts/archaic
11929
11930%doc %{texmfdist}/doc/fonts/arev
11931%{texmfdist}/fonts/afm/public/arev
11932%{texmfdist}/fonts/enc/dvips/arev
11933%{texmfdist}/fonts/map/dvips/arev
11934%{texmfdist}/fonts/tfm/public/arev
11935%{texmfdist}/fonts/type1/public/arev
11936%{texmfdist}/fonts/vf/public/arev
11937%{texmfdist}/source/fonts/arev
11938
11939%{texmfdist}/fonts/tfm/vntex/arevvn
11940%{texmfdist}/fonts/type1/vntex/arevvn
11941
11942%{texmfdist}/fonts/source/public/ar
11943%{texmfdist}/fonts/tfm/public/ar
11944
11945%doc %{texmfdist}/doc/fonts/armenian
11946%{texmfdist}/fonts/source/public/armenian
11947%{texmfdist}/fonts/tfm/public/armenian
11948
11949%{texmfdist}/fonts/map/dvips/arphic
11950
11951%doc %{texmfdist}/doc/fonts/malayalam
11952%doc %{texmfdist}/doc/fonts/Asana-Math
11953%{texmfdist}/fonts/opentype/public/Asana-Math
11954
11955%doc %{texmfdist}/doc/fonts/ascii
11956%{texmfdist}/fonts/map/dvips/ascii
11957%{texmfdist}/fonts/tfm/public/ascii
11958%{texmfdist}/fonts/type1/public/ascii
11959
11960%doc %{texmfdist}/doc/fonts/astro
11961%{texmfdist}/fonts/source/public/astro
11962%{texmfdist}/fonts/tfm/public/astro
11963
11964%{texmfdist}/fonts/afm/public/augie
11965%{texmfdist}/fonts/map/dvips/augie
11966%{texmfdist}/fonts/tfm/public/augie
11967%{texmfdist}/fonts/type1/public/augie
11968%{texmfdist}/fonts/vf/public/augie
11969
11970%doc %{texmfdist}/doc/fonts/auncial-new
11971%{texmfdist}/fonts/afm/public/auncial-new
11972%{texmfdist}/fonts/map/dvips/auncial-new
11973%{texmfdist}/fonts/tfm/public/auncial-new
11974%{texmfdist}/fonts/type1/public/auncial-new
11975%{texmfdist}/source/fonts/auncial-new
11976
11977%{texmfdist}/fonts/afm/public/aurical
11978%{texmfdist}/fonts/map/dvips/aurical
11979%{texmfdist}/fonts/source/public/aurical
11980%{texmfdist}/fonts/tfm/public/aurical
11981%{texmfdist}/fonts/type1/public/aurical
11982
11983%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563
ZU
11984
11985%{texmfdist}/fonts/source/public/backgammon
11986%{texmfdist}/fonts/tfm/public/backgammon
11987
11988%{texmfdist}/fonts/source/public/bangtex
11989%{texmfdist}/fonts/tfm/public/bangtex
11990
11991%{texmfdist}/fonts/source/public/barcodes
11992%{texmfdist}/fonts/tfm/public/barcodes
11993
11994%{texmfdist}/fonts/source/public/bayer
11995%{texmfdist}/fonts/tfm/public/bayer
11996
11997%{texmfdist}/fonts/source/public/bbding
11998%{texmfdist}/fonts/tfm/public/bbding
11999
12000%{texmfdist}/fonts/map/dvips/belleek
198c241e 12001%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
12002
12003%{texmfdist}/fonts/source/public/bengali
12004%{texmfdist}/fonts/tfm/public/bengali
12005
12006%doc %{texmfdist}/doc/fonts/bera
12007%{texmfdist}/fonts/afm/public/bera
12008%{texmfdist}/fonts/map/dvips/bera
12009%{texmfdist}/fonts/map/vtex/bera
12010%{texmfdist}/fonts/tfm/public/bera
12011%{texmfdist}/fonts/type1/public/bera
12012%{texmfdist}/fonts/vf/public/bera
12013
12014%doc %{texmfdist}/doc/fonts/blacklettert1
12015%{texmfdist}/fonts/tfm/public/blacklettert1
12016%{texmfdist}/fonts/vf/public/blacklettert1
12017%{texmfdist}/source/fonts/blacklettert1
12018
12019%doc %{texmfdist}/doc/fonts/boisik
12020%{texmfdist}/fonts/source/public/boisik
12021
12022%doc %{texmfdist}/doc/fonts/bookhands
12023%{texmfdist}/fonts/source/public/bookhands
12024
12025%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
12026
12027%{texmfdist}/fonts/afm/public/brushscr
12028%{texmfdist}/fonts/map/dvips/brushscr
12029%{texmfdist}/fonts/tfm/public/brushscr
12030%{texmfdist}/fonts/type1/public/brushscr
12031%{texmfdist}/fonts/vf/public/brushscr
12032
12033%doc %{texmfdist}/doc/fonts/burmese
12034%{texmfdist}/fonts/map/dvips/burmese
12035%{texmfdist}/fonts/tfm/public/burmese
12036%{texmfdist}/fonts/type1/public/burmese
12037
8affbd2c
ZU
12038%doc %{texmfdist}/doc/fonts/cns
12039%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
12040
12041%{texmfdist}/fonts/enc/dvips/c90enc
12042
12043%{texmfdist}/fonts/source/public/calligra
12044%{texmfdist}/fonts/tfm/public/calligra
12045
12046%doc %{texmfdist}/doc/fonts/carolmin-ps
12047%{texmfdist}/fonts/afm/public/carolmin-ps
12048%{texmfdist}/fonts/map/dvips/carolmin-ps
12049%{texmfdist}/fonts/type1/public/carolmin-ps
12050
12051%{texmfdist}/fonts/source/public/casyl
12052%{texmfdist}/fonts/tfm/public/casyl
12053
12054%{texmfdist}/fonts/source/public/cbcoptic
12055%{texmfdist}/fonts/tfm/public/cbcoptic
12056%{texmfdist}/fonts/type1/public/cbcoptic
12057
12058%doc %{texmfdist}/doc/fonts/cbfonts
12059%{texmfdist}/fonts/enc/dvips/cbfonts
12060%{texmfdist}/fonts/map/dvips/cbfonts
12061%{texmfdist}/fonts/source/public/cbfonts
12062%{texmfdist}/fonts/tfm/public/cbfonts
12063%{texmfdist}/fonts/type1/public/cbfonts
12064
12065%{texmfdist}/fonts/source/public/cchess
12066%{texmfdist}/fonts/tfm/public/cchess
12067
12068%{texmfdist}/fonts/afm/vntex/chartervn
12069%{texmfdist}/fonts/tfm/vntex/chartervn
12070%{texmfdist}/fonts/type1/vntex/chartervn
12071%{texmfdist}/fonts/vf/vntex/chartervn
12072
12073%doc %{texmfdist}/doc/fonts/chemarrow
12074%{texmfdist}/fonts/afm/public/chemarrow
12075%{texmfdist}/fonts/map/dvips/chemarrow
12076%{texmfdist}/fonts/source/public/chemarrow
12077%{texmfdist}/fonts/tfm/public/chemarrow
12078%{texmfdist}/fonts/type1/public/chemarrow
12079
12080%{texmfdist}/fonts/source/public/cherokee
12081%{texmfdist}/fonts/tfm/public/cherokee
12082
12083%{texmfdist}/fonts/source/public/chess
12084
12085%{texmfdist}/fonts/enc/dvips/chessfss
12086
12087%{texmfdist}/fonts/source/public/china2e
12088%{texmfdist}/fonts/tfm/public/china2e
12089
12090%{texmfdist}/fonts/source/public/circ
12091%{texmfdist}/fonts/tfm/public/circ
12092
12093%doc %{texmfdist}/doc/fonts/cirth
12094%{texmfdist}/fonts/source/public/cirth
12095%{texmfdist}/fonts/tfm/public/cirth
12096
12097%doc %{texmfdist}/doc/fonts/cjhebrew
12098%{texmfdist}/fonts/afm/public/cjhebrew
12099%{texmfdist}/fonts/enc/dvips/cjhebrew
12100%{texmfdist}/fonts/map/dvips/cjhebrew
12101%{texmfdist}/fonts/tfm/public/cjhebrew
12102%{texmfdist}/fonts/type1/public/cjhebrew
12103%{texmfdist}/fonts/vf/public/cjhebrew
12104
12105%{texmfdist}/fonts/source/public/clock
12106%{texmfdist}/fonts/tfm/public/clock
12107
12108%doc %{texmfdist}/doc/fonts/cmastro
12109%{texmfdist}/fonts/source/public/cmastro
12110%{texmfdist}/fonts/tfm/public/cmastro
12111
12112%{texmfdist}/fonts/tfm/vntex/cmbrightvn
12113%{texmfdist}/fonts/type1/vntex/cmbrightvn
12114
12115%{texmfdist}/fonts/type1/public/cmex
12116
12117%{texmfdist}/fonts/afm/public/cm-lgc
12118%{texmfdist}/fonts/enc/dvips/cm-lgc
12119%{texmfdist}/fonts/map/dvips/cm-lgc
12120%{texmfdist}/fonts/ofm/public/cm-lgc
12121%{texmfdist}/fonts/ovf/public/cm-lgc
12122%{texmfdist}/fonts/tfm/public/cm-lgc
12123%{texmfdist}/fonts/type1/public/cm-lgc
12124%{texmfdist}/fonts/vf/public/cm-lgc
12125
12126%{texmfdist}/fonts/map/dvips/cmll
12127%{texmfdist}/fonts/source/public/cmll
12128%{texmfdist}/fonts/tfm/public/cmll
12129%{texmfdist}/fonts/type1/public/cmll
12130
12131%doc %{texmfdist}/doc/fonts/cmpica
12132%{texmfdist}/fonts/source/public/cmpica
12133%{texmfdist}/fonts/tfm/public/cmpica
12134
f1ba8563 12135
f1ba8563
ZU
12136%{texmfdist}/fonts/tfm/vntex/comicsansvn
12137%{texmfdist}/fonts/type1/vntex/comicsansvn
12138%{texmfdist}/fonts/vf/vntex/comicsansvn
12139
12140%{texmfdist}/fonts/tfm/vntex/concretevn
12141%{texmfdist}/fonts/type1/vntex/concretevn
12142
8affbd2c
ZU
12143%{texmfdist}/fonts/afm/ibm
12144%{texmfdist}/fonts/tfm/ibm
12145%{texmfdist}/fonts/vf/ibm
f1ba8563 12146%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
12147%{texmfdist}/fonts/tfm/cspsfonts-adobe
12148%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
12149
12150%doc %{texmfdist}/doc/fonts/croatian
12151%{texmfdist}/fonts/source/public/croatian
12152
12153%{texmfdist}/fonts/afm/public/cryst
12154%{texmfdist}/fonts/source/public/cryst
12155%{texmfdist}/fonts/tfm/public/cryst
12156%{texmfdist}/fonts/type1/public/cryst
12157
12158%{texmfdist}/fonts/source/public/ctib
12159%{texmfdist}/fonts/tfm/public/ctib
12160
12161%doc %{texmfdist}/doc/fonts/cyklop
12162%{texmfdist}/fonts/afm/public/cyklop
12163%{texmfdist}/fonts/enc/dvips/cyklop
12164%{texmfdist}/fonts/map/dvips/cyklop
12165%{texmfdist}/fonts/opentype/public/cyklop
12166%{texmfdist}/fonts/tfm/public/cyklop
12167%{texmfdist}/fonts/type1/public/cyklop
12168
12169%{texmfdist}/fonts/source/public/dancers
12170%{texmfdist}/fonts/tfm/public/dancers
12171
12172%doc %{texmfdist}/doc/fonts/dice
12173%{texmfdist}/fonts/source/public/dice
12174%{texmfdist}/fonts/tfm/public/dice
12175
12176%doc %{texmfdist}/doc/fonts/dictsym
12177%{texmfdist}/fonts/afm/public/dictsym
12178%{texmfdist}/fonts/map/dvips/dictsym
12179%{texmfdist}/fonts/map/vtex/dictsym
12180%{texmfdist}/fonts/tfm/public/dictsym
12181%{texmfdist}/fonts/type1/public/dictsym
12182
12183%doc %{texmfdist}/doc/fonts/dingbat
12184%{texmfdist}/fonts/tfm/public/dingbat
12185%{texmfdist}/source/fonts/dingbat
12186
f1ba8563
ZU
12187%doc %{texmfdist}/doc/fonts/doublestroke
12188%{texmfdist}/fonts/map/dvips/doublestroke
12189%{texmfdist}/fonts/source/public/doublestroke
12190%{texmfdist}/fonts/tfm/public/doublestroke
12191%{texmfdist}/fonts/type1/public/doublestroke
12192
12193%doc %{texmfdist}/doc/fonts/duerer
12194%{texmfdist}/fonts/source/public/duerer
12195%{texmfdist}/fonts/tfm/public/duerer
12196
12197%doc %{texmfdist}/doc/fonts/ean
12198%{texmfdist}/fonts/source/public/ean
12199%{texmfdist}/fonts/tfm/public/ean
12200
12201%doc %{texmfdist}/doc/fonts/eco
12202%{texmfdist}/fonts/tfm/public/eco
12203%{texmfdist}/fonts/vf/public/eco
12204%{texmfdist}/source/fonts/eco
12205
12206%doc %{texmfdist}/doc/fonts/eiad
12207%{texmfdist}/fonts/source/public/eiad
12208%{texmfdist}/fonts/tfm/public/eiad
12209
12210%doc %{texmfdist}/doc/fonts/elvish
12211%{texmfdist}/fonts/source/public/elvish
12212%{texmfdist}/fonts/tfm/public/elvish
12213
12214%doc %{texmfdist}/doc/fonts/epigrafica
12215%{texmfdist}/fonts/afm/public/epigrafica
12216%{texmfdist}/fonts/enc/dvips/epigrafica
12217%{texmfdist}/fonts/map/dvips/epigrafica
12218%{texmfdist}/fonts/tfm/public/epigrafica
12219%{texmfdist}/fonts/type1/public/epigrafica
12220%{texmfdist}/fonts/vf/public/epigrafica
12221
12222%{texmfdist}/fonts/map/dvips/epiolmec
12223%{texmfdist}/fonts/tfm/public/epiolmec
12224%{texmfdist}/fonts/type1/public/epiolmec
12225
12226%doc %{texmfdist}/doc/fonts/esint-type1
12227%{texmfdist}/fonts/map/dvips/esint-type1
12228%{texmfdist}/fonts/type1/public/esint-type1
12229
12230%{texmfdist}/fonts/map/dvips/esvect
12231%{texmfdist}/fonts/source/public/esvect
12232%{texmfdist}/fonts/tfm/public/esvect
12233%{texmfdist}/fonts/type1/public/esvect
12234
12235%{texmfdist}/fonts/ofm/public/ethiop
12236%{texmfdist}/fonts/ovf/public/ethiop
12237%{texmfdist}/fonts/ovp/public/ethiop
12238%{texmfdist}/fonts/source/public/ethiop
12239%{texmfdist}/fonts/tfm/public/ethiop
12240
12241%{texmfdist}/fonts/map/dvips/ethiop-t1
12242%{texmfdist}/fonts/type1/public/ethiop-t1
12243
12244%doc %{texmfdist}/doc/fonts/euro-ce
12245%{texmfdist}/fonts/source/public/euro-ce
12246%{texmfdist}/fonts/tfm/public/euro-ce
12247
12248%doc %{texmfdist}/doc/fonts/eurofont
12249%{texmfdist}/fonts/map/dvips/eurofont
12250%{texmfdist}/source/fonts/eurofont
12251
f1ba8563
ZU
12252%doc %{texmfdist}/doc/fonts/feyn
12253%{texmfdist}/fonts/source/public/feyn
12254%{texmfdist}/fonts/tfm/public/feyn
12255%{texmfdist}/source/fonts/feyn
12256
12257%doc %{texmfdist}/doc/fonts/fge
12258%{texmfdist}/fonts/source/public/fge
12259%{texmfdist}/fonts/tfm/public/fge
12260%{texmfdist}/source/fonts/fge
12261
12262%{texmfdist}/fonts/map/dvips/foekfont
12263%{texmfdist}/fonts/tfm/public/foekfont
12264%{texmfdist}/fonts/type1/public/foekfont
12265
12266%doc %{texmfdist}/doc/fonts/fonetika
12267%{texmfdist}/fonts/afm/public/fonetika
12268%{texmfdist}/fonts/map/dvips/fonetika
12269%{texmfdist}/fonts/tfm/public/fonetika
12270%{texmfdist}/fonts/type1/public/fonetika
12271
12272%doc %{texmfdist}/doc/fonts/fourier
12273%{texmfdist}/fonts/afm/public/fourier
12274%{texmfdist}/fonts/map/dvips/fourier
12275%{texmfdist}/fonts/tfm/public/fourier
12276%{texmfdist}/fonts/type1/public/fourier
12277%{texmfdist}/fonts/vf/public/fourier
12278%{texmfdist}/source/fonts/fourier
12279
12280%doc %{texmfdist}/doc/fonts/fouriernc
12281%{texmfdist}/fonts/afm/public/fouriernc
12282%{texmfdist}/fonts/tfm/public/fouriernc
12283%{texmfdist}/fonts/vf/public/fouriernc
12284
12285%doc %{texmfdist}/doc/fonts/frcursive
12286%{texmfdist}/fonts/source/public/frcursive
12287%{texmfdist}/fonts/tfm/public/frcursive
12288%{texmfdist}/source/fonts/frcursive
12289
12290%doc %{texmfdist}/doc/fonts/futhark
12291%{texmfdist}/fonts/source/public/futhark
12292%{texmfdist}/fonts/tfm/public/futhark
12293
12294%{texmfdist}/fonts/afm/public/garuda
12295%{texmfdist}/fonts/map/dvips/garuda
12296%{texmfdist}/fonts/tfm/public/garuda
12297%{texmfdist}/fonts/type1/public/garuda
12298
12299%doc %{texmfdist}/doc/fonts/genealogy
12300%{texmfdist}/fonts/source/public/genealogy
12301%{texmfdist}/fonts/tfm/public/genealogy
12302
12303%doc %{texmfdist}/doc/fonts/gfsartemisia
12304%{texmfdist}/fonts/afm/public/gfsartemisia
12305%{texmfdist}/fonts/enc/dvips/gfsartemisia
12306%{texmfdist}/fonts/map/dvips/gfsartemisia
12307%{texmfdist}/fonts/opentype/public/gfsartemisia
12308%{texmfdist}/fonts/tfm/public/gfsartemisia
12309%{texmfdist}/fonts/type1/public/gfsartemisia
12310%{texmfdist}/fonts/vf/public/gfsartemisia
12311
12312%doc %{texmfdist}/doc/fonts/gfsbaskerville
12313%{texmfdist}/fonts/afm/public/gfsbaskerville
12314%{texmfdist}/fonts/enc/dvips/gfsbaskerville
12315%{texmfdist}/fonts/map/dvips/gfsbaskerville
12316%{texmfdist}/fonts/opentype/public/gfsbaskerville
12317%{texmfdist}/fonts/tfm/public/gfsbaskerville
12318%{texmfdist}/fonts/type1/public/gfsbaskerville
12319%{texmfdist}/fonts/vf/public/gfsbaskerville
12320
12321%doc %{texmfdist}/doc/fonts/gfsbodoni
12322%{texmfdist}/fonts/afm/public/gfsbodoni
12323%{texmfdist}/fonts/enc/dvips/gfsbodoni
12324%{texmfdist}/fonts/map/dvips/gfsbodoni
12325%{texmfdist}/fonts/opentype/public/gfsbodoni
12326%{texmfdist}/fonts/tfm/public/gfsbodoni
12327%{texmfdist}/fonts/type1/public/gfsbodoni
12328%{texmfdist}/fonts/vf/public/gfsbodoni
12329
12330%doc %{texmfdist}/doc/fonts/gfscomplutum
12331%{texmfdist}/fonts/afm/public/gfscomplutum
12332%{texmfdist}/fonts/enc/dvips/gfscomplutum
12333%{texmfdist}/fonts/map/dvips/gfscomplutum
12334%{texmfdist}/fonts/opentype/public/gfscomplutum
12335%{texmfdist}/fonts/tfm/public/gfscomplutum
12336%{texmfdist}/fonts/type1/public/gfscomplutum
12337%{texmfdist}/fonts/vf/public/gfscomplutum
12338
12339%doc %{texmfdist}/doc/fonts/gfsdidot
12340%{texmfdist}/fonts/afm/public/gfsdidot
12341%{texmfdist}/fonts/enc/dvips/gfsdidot
12342%{texmfdist}/fonts/map/dvips/gfsdidot
12343%{texmfdist}/fonts/opentype/public/gfsdidot
12344%{texmfdist}/fonts/tfm/public/gfsdidot
12345%{texmfdist}/fonts/type1/public/gfsdidot
12346%{texmfdist}/fonts/vf/public/gfsdidot
12347
12348%doc %{texmfdist}/doc/fonts/gfsneohellenic
12349%{texmfdist}/fonts/afm/public/gfsneohellenic
12350%{texmfdist}/fonts/enc/dvips/gfsneohellenic
12351%{texmfdist}/fonts/map/dvips/gfsneohellenic
12352%{texmfdist}/fonts/opentype/public/gfsneohellenic
12353%{texmfdist}/fonts/tfm/public/gfsneohellenic
12354%{texmfdist}/fonts/type1/public/gfsneohellenic
12355%{texmfdist}/fonts/vf/public/gfsneohellenic
12356
12357%doc %{texmfdist}/doc/fonts/gfsporson
12358%{texmfdist}/fonts/afm/public/gfsporson
12359%{texmfdist}/fonts/enc/dvips/gfsporson
12360%{texmfdist}/fonts/map/dvips/gfsporson
12361%{texmfdist}/fonts/opentype/public/gfsporson
12362%{texmfdist}/fonts/tfm/public/gfsporson
12363%{texmfdist}/fonts/type1/public/gfsporson
12364%{texmfdist}/fonts/vf/public/gfsporson
12365
12366%doc %{texmfdist}/doc/fonts/gfssolomos
12367%{texmfdist}/fonts/afm/public/gfssolomos
12368%{texmfdist}/fonts/enc/dvips/gfssolomos
12369%{texmfdist}/fonts/map/dvips/gfssolomos
12370%{texmfdist}/fonts/opentype/public/gfssolomos
12371%{texmfdist}/fonts/tfm/public/gfssolomos
12372%{texmfdist}/fonts/type1/public/gfssolomos
12373%{texmfdist}/fonts/vf/public/gfssolomos
12374
12375%{texmfdist}/fonts/source/public/go
12376%{texmfdist}/fonts/tfm/public/go
12377
12378%doc %{texmfdist}/doc/fonts/greenpoint
12379%{texmfdist}/fonts/source/public/greenpoint
12380%{texmfdist}/fonts/tfm/public/greenpoint
12381
12382%{texmfdist}/fonts/afm/groff
12383%{texmfdist}/fonts/enc/dvips/groff
12384%{texmfdist}/fonts/map/dvips/groff
12385%{texmfdist}/fonts/tfm/groff
12386%{texmfdist}/fonts/type1/groff
12387
12388%doc %{texmfdist}/doc/fonts/grotesq
12389%{texmfdist}/fonts/map/dvips/grotesq
12390
12391%{texmfdist}/fonts/afm/vntex/grotesqvn
12392%{texmfdist}/fonts/tfm/vntex/grotesqvn
12393%{texmfdist}/fonts/type1/vntex/grotesqvn
12394
12395%{texmfdist}/fonts/afm/public/grverb
12396%{texmfdist}/fonts/map/dvips/grverb
12397%{texmfdist}/fonts/tfm/public/grverb
12398%{texmfdist}/fonts/type1/public/grverb
12399%{texmfdist}/fonts/vf/public/grverb
12400
12401%{texmfdist}/fonts/source/public/hands
12402%{texmfdist}/fonts/tfm/public/hands
12403
8affbd2c
ZU
12404%{texmfdist}/fonts/afm/jmn
12405%{texmfdist}/fonts/tfm/jmn
12406%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
12407
12408%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
12409
12410%doc %{texmfdist}/doc/fonts/hfbright
12411%{texmfdist}/fonts/afm/public/hfbright
12412%{texmfdist}/fonts/enc/dvips/hfbright
12413%{texmfdist}/fonts/map/dvips/hfbright
12414%{texmfdist}/fonts/type1/public/hfbright
12415%{texmfdist}/source/fonts/hfbright
12416
12417%doc %{texmfdist}/doc/fonts/hfoldsty
12418%{texmfdist}/fonts/tfm/public/hfoldsty
12419%{texmfdist}/fonts/vf/public/hfoldsty
12420%{texmfdist}/source/fonts/hfoldsty
12421
12422%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 12423%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
12424%{texmfdist}/fonts/afm/public/ibygrk
12425%{texmfdist}/fonts/enc/dvips/ibygrk
12426%{texmfdist}/fonts/map/dvips/ibygrk
12427%{texmfdist}/fonts/source/public/ibygrk
12428%{texmfdist}/fonts/tfm/public/ibygrk
12429%{texmfdist}/fonts/type1/public/ibygrk
12430
12431%doc %{texmfdist}/doc/fonts/ifsym
12432%{texmfdist}/fonts/source/public/ifsym
12433%{texmfdist}/fonts/tfm/public/ifsym
12434
12435%doc %{texmfdist}/doc/fonts/initials
12436%{texmfdist}/fonts/afm/public/initials
12437%{texmfdist}/fonts/map/dvips/initials
12438%{texmfdist}/fonts/tfm/public/initials
12439%{texmfdist}/fonts/type1/public/initials
12440
745facc7 12441%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
12442%{texmfdist}/fonts/afm/public/itrans
12443%{texmfdist}/fonts/source/public/itrans
12444%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
12445%{texmfdist}/fonts/type1/public/itrans
12446
745facc7 12447%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
12448%{texmfdist}/fonts/afm/public/iwona
12449%{texmfdist}/fonts/enc/dvips/iwona
12450%{texmfdist}/fonts/map/dvips/iwona
12451%{texmfdist}/fonts/opentype/public/iwona
12452%{texmfdist}/fonts/tfm/public/iwona
12453%{texmfdist}/fonts/type1/public/iwona
12454
12455%{texmfdist}/fonts/enc/dvips/jmn
12456%{texmfdist}/fonts/map/dvips/jmn
12457
745facc7 12458%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
12459%{texmfdist}/fonts/source/public/kdgreek
12460%{texmfdist}/fonts/tfm/public/kdgreek
12461
12462%{texmfdist}/fonts/afm/public/kerkis
12463%{texmfdist}/fonts/enc/dvips/kerkis
12464%{texmfdist}/fonts/map/dvips/kerkis
12465%{texmfdist}/fonts/tfm/public/kerkis
12466%{texmfdist}/fonts/type1/public/kerkis
12467%{texmfdist}/fonts/vf/public/kerkis
12468
12469%doc %{texmfdist}/doc/fonts/kixfont
12470%{texmfdist}/fonts/source/public/kixfont
12471%{texmfdist}/fonts/tfm/public/kixfont
12472
12473%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 12474%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
12475%{texmfdist}/fonts/afm/public/kpfonts
12476%{texmfdist}/fonts/map/public/kpfonts
12477%{texmfdist}/fonts/source/public/kpfonts
12478%{texmfdist}/fonts/tfm/public/kpfonts
12479%{texmfdist}/fonts/type1/public/kpfonts
12480%{texmfdist}/fonts/vf/public/kpfonts
12481
745facc7 12482%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
12483%{texmfdist}/fonts/afm/public/kurier
12484%{texmfdist}/fonts/enc/dvips/kurier
12485%{texmfdist}/fonts/map/dvips/kurier
12486%{texmfdist}/fonts/opentype/public/kurier
12487%{texmfdist}/fonts/tfm/public/kurier
12488%{texmfdist}/fonts/type1/public/kurier
12489
12490%doc %{texmfdist}/doc/fonts/levy
12491%{texmfdist}/fonts/source/public/levy
12492
12493%doc %{texmfdist}/doc/fonts/lfb
12494%{texmfdist}/fonts/source/public/lfb
12495%{texmfdist}/fonts/tfm/public/lfb
12496
12497%doc %{texmfdist}/doc/fonts/libertine
12498%{texmfdist}/fonts/afm/public/libertine
12499%{texmfdist}/fonts/enc/dvips/libertine
12500%{texmfdist}/fonts/map/dvips/libertine
12501%{texmfdist}/fonts/tfm/public/libertine
12502%{texmfdist}/fonts/type1/public/libertine
12503%{texmfdist}/fonts/vf/public/libertine
12504
12505%doc %{texmfdist}/doc/fonts/linearA
12506%{texmfdist}/fonts/afm/public/linearA
12507%{texmfdist}/fonts/map/dvips/linearA
12508%{texmfdist}/fonts/tfm/public/linearA
12509%{texmfdist}/fonts/type1/public/linearA
12510%{texmfdist}/source/fonts/linearA
12511
12512%{texmfdist}/fonts/source/public/logic
12513%{texmfdist}/fonts/tfm/public/logic
12514
12515%doc %{texmfdist}/doc/fonts/lxfonts
12516%{texmfdist}/fonts/map/dvips/lxfonts
12517%{texmfdist}/fonts/source/public/lxfonts
12518%{texmfdist}/fonts/tfm/public/lxfonts
12519%{texmfdist}/fonts/type1/public/lxfonts
12520
12521%doc %{texmfdist}/doc/fonts/ly1
12522%{texmfdist}/fonts/map/dvips/ly1
12523
12524%{texmfdist}/fonts/source/public/malayalam
12525%{texmfdist}/fonts/tfm/public/malayalam
12526
12527%{texmfdist}/fonts/map/dvips/manfnt
12528
12529%{texmfdist}/fonts/map/dvips/mathdesign
12530
12531%{texmfdist}/fonts/tfm/public/mathpazo
12532%{texmfdist}/fonts/vf/public/mathpazo
12533
8affbd2c
ZU
12534%{texmfdist}/fonts/afm/mathdesign
12535%{texmfdist}/fonts/tfm/mathdesign
12536%{texmfdist}/fonts/type1/mathdesign
12537%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
12538
12539%{texmfdist}/fonts/enc/dvips/mnsymbol
12540%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 12541%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
12542%{texmfdist}/fonts/map/vtex/mnsymbol
12543%{texmfdist}/fonts/opentype/public/mnsymbol
12544%{texmfdist}/fonts/source/public/mnsymbol
12545%{texmfdist}/fonts/tfm/public/mnsymbol
12546%{texmfdist}/fonts/type1/public/mnsymbol
12547
12548%{texmfdist}/fonts/map/dvips/montex
12549%{texmfdist}/fonts/source/public/montex
12550%{texmfdist}/fonts/tfm/public/montex
12551%{texmfdist}/fonts/type1/public/montex
12552
12553%{texmfdist}/fonts/tfm/vntex/mscorevn
12554%{texmfdist}/fonts/vf/vntex/mscorevn
12555
12556%{texmfdist}/fonts/source/public/musixps
12557%{texmfdist}/fonts/tfm/public/musixps
12558
12559%doc %{texmfdist}/doc/generic/musixtex
12560%{texmfdist}/fonts/map/dvips/musixtex
12561%{texmfdist}/fonts/source/public/musixtex
12562%{texmfdist}/fonts/tfm/public/musixtex
12563%{texmfdist}/fonts/type1/public/musixtex
12564
12565%{texmfdist}/fonts/source/public/mxd
12566%{texmfdist}/fonts/tfm/public/mxd
12567
12568%{texmfdist}/fonts/source/public/mxedruli
12569%{texmfdist}/fonts/tfm/public/mxedruli
12570
12571%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
12572
12573%{texmfdist}/fonts/source/public/niceframe
12574%{texmfdist}/fonts/tfm/public/niceframe
12575
12576%doc %{texmfdist}/doc/fonts/nkarta
12577%{texmfdist}/fonts/source/public/nkarta
12578%{texmfdist}/fonts/tfm/public/nkarta
12579
12580%{texmfdist}/fonts/afm/public/norasi
12581%{texmfdist}/fonts/map/dvips/norasi
12582%{texmfdist}/fonts/tfm/public/norasi
12583%{texmfdist}/fonts/type1/public/norasi
12584
12585%{texmfdist}/fonts/source/public/oca
12586
12587%{texmfdist}/fonts/afm/public/ocherokee
12588%{texmfdist}/fonts/map/dvips/ocherokee
12589%{texmfdist}/fonts/ofm/public/ocherokee
12590%{texmfdist}/fonts/ovf/public/ocherokee
12591%{texmfdist}/fonts/ovp/public/ocherokee
12592%{texmfdist}/fonts/tfm/public/ocherokee
12593%{texmfdist}/fonts/type1/public/ocherokee
12594
12595%{texmfdist}/fonts/source/public/ogham
12596%{texmfdist}/fonts/tfm/public/ogham
12597
12598%doc %{texmfdist}/doc/fonts/oinuit
12599%{texmfdist}/fonts/map/dvips/oinuit
12600%{texmfdist}/fonts/ofm/public/oinuit
12601%{texmfdist}/fonts/ovf/public/oinuit
12602%{texmfdist}/fonts/tfm/public/oinuit
12603%{texmfdist}/fonts/type1/public/oinuit
12604
12605%{texmfdist}/fonts/source/public/osmanian
12606
12607%doc %{texmfdist}/doc/fonts/ot2cyr
12608%{texmfdist}/fonts/map/dvips/ot2cyr
12609%{texmfdist}/source/fonts/ot2cyr
12610
12611%{texmfdist}/fonts/source/public/othello
12612%{texmfdist}/fonts/tfm/public/othello
12613
12614%{texmfdist}/fonts/ofm/public/otibet
12615%{texmfdist}/fonts/ovf/public/otibet
12616%{texmfdist}/fonts/ovp/public/otibet
12617%{texmfdist}/fonts/source/public/otibet
12618%{texmfdist}/fonts/tfm/public/otibet
12619
12620%doc %{texmfdist}/doc/fonts/pacioli
12621%{texmfdist}/fonts/source/public/pacioli
12622%{texmfdist}/fonts/tfm/public/pacioli
12623
12624%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
12625
12626%doc %{texmfdist}/doc/fonts/phaistos
12627%{texmfdist}/fonts/afm/public/phaistos
12628%{texmfdist}/fonts/map/dvips/phaistos
12629%{texmfdist}/fonts/opentype/public/phaistos
12630%{texmfdist}/fonts/tfm/public/phaistos
12631%{texmfdist}/fonts/type1/public/phaistos
12632%{texmfdist}/source/fonts/phaistos
12633
12634%{texmfdist}/fonts/opentype/public/philokalia
12635
12636%doc %{texmfdist}/doc/fonts/phonetic
12637%{texmfdist}/fonts/source/public/phonetic
12638%{texmfdist}/fonts/tfm/public/phonetic
12639%{texmfdist}/source/fonts/phonetic
12640
8affbd2c 12641%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
12642
12643%{texmfdist}/fonts/source/public/punk
12644%{texmfdist}/fonts/tfm/public/punk
12645
12646%{texmfdist}/fonts/tfm/public/relenc
12647%{texmfdist}/fonts/vf/public/relenc
12648
12649%doc %{texmfdist}/doc/fonts/rsfs
12650%{texmfdist}/fonts/map/dvips/rsfs
12651
12652%{texmfdist}/fonts/map/dvips/sanskrit
12653%{texmfdist}/fonts/source/public/sanskrit
12654%{texmfdist}/fonts/tfm/public/sanskrit
12655%{texmfdist}/fonts/type1/public/sanskrit
12656
12657%{texmfdist}/fonts/source/public/sauter
12658
12659%doc %{texmfdist}/doc/fonts/semaphor
12660%{texmfdist}/fonts/afm/public/semaphor
12661%{texmfdist}/fonts/enc/dvips/semaphor
12662%{texmfdist}/fonts/map/dvips/semaphor
12663%{texmfdist}/fonts/opentype/public/semaphor
12664%{texmfdist}/fonts/source/public/semaphor
12665%{texmfdist}/fonts/tfm/public/semaphor
12666%{texmfdist}/fonts/type1/public/semaphor
12667
12668%{texmfdist}/fonts/source/public/simpsons
12669
12670%{texmfdist}/fonts/map/dvips/skak
12671%{texmfdist}/fonts/source/public/skak
12672%{texmfdist}/fonts/tfm/public/skak
12673
12674%doc %{texmfdist}/doc/fonts/skaknew
12675%{texmfdist}/fonts/afm/public/skaknew
12676%{texmfdist}/fonts/map/dvips/skaknew
12677%{texmfdist}/fonts/map/vtex/skaknew
12678%{texmfdist}/fonts/tfm/public/skaknew
12679%{texmfdist}/fonts/type1/public/skaknew
12680
12681%{texmfdist}/fonts/source/public/skull
12682
12683%{texmfdist}/fonts/source/public/soyombo
12684%{texmfdist}/fonts/tfm/public/soyombo
12685
12686%doc %{texmfdist}/doc/fonts/staves
12687%{texmfdist}/fonts/map/dvips/staves
12688%{texmfdist}/fonts/tfm/public/staves
12689%{texmfdist}/fonts/type1/public/staves
12690
12691%{texmfdist}/fonts/map/dvips/stmaryrd
12692%{texmfdist}/fonts/source/public/stmaryrd
12693
12694%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
12695
12696%{texmfdist}/fonts/afm/public/tabvar
12697%{texmfdist}/fonts/map/dvips/tabvar
12698%{texmfdist}/fonts/tfm/public/tabvar
12699%{texmfdist}/fonts/type1/public/tabvar
12700
f1ba8563
ZU
12701
12702%{texmfdist}/fonts/source/public/tapir
12703%{texmfdist}/fonts/type1/public/tapir
12704
12705%{texmfdist}/fonts/enc/dvips/tengwarscript
12706%{texmfdist}/fonts/map/dvips/tengwarscript
12707%{texmfdist}/fonts/tfm/public/tengwarscript
12708%{texmfdist}/fonts/vf/public/tengwarscript
12709
80fa261c 12710%{texmfdist}/doc/fonts/pclnfss
198c241e 12711%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
12712
12713%doc %{texmfdist}/doc/fonts/tex-gyre
12714%{texmfdist}/fonts/afm/public/tex-gyre
12715%{texmfdist}/fonts/enc/dvips/tex-gyre
12716%{texmfdist}/fonts/map/dvips/tex-gyre
12717%{texmfdist}/fonts/opentype/public/tex-gyre
12718%{texmfdist}/fonts/tfm/public/tex-gyre
12719%{texmfdist}/fonts/type1/public/tex-gyre
12720
f1ba8563 12721%{texmfdist}/fonts/map/dvips/times
f1ba8563 12722
f1ba8563
ZU
12723
12724%doc %{texmfdist}/doc/fonts/timing
12725%{texmfdist}/fonts/source/public/timing
12726%{texmfdist}/fonts/tfm/public/timing
12727
12728%doc %{texmfdist}/doc/fonts/tipa
12729%{texmfdist}/fonts/map/dvips/tipa
12730%{texmfdist}/fonts/source/public/tipa
12731%{texmfdist}/fonts/tfm/public/tipa
12732%{texmfdist}/fonts/type1/public/tipa
12733
12734%{texmfdist}/fonts/afm/public/trajan
12735%{texmfdist}/fonts/map/dvips/trajan
12736%{texmfdist}/fonts/tfm/public/trajan
12737%{texmfdist}/fonts/type1/public/trajan
12738
12739%{texmfdist}/fonts/source/public/trsym
12740%{texmfdist}/fonts/tfm/public/trsym
12741
12742%{texmfdist}/fonts/tfm/vntex/txttvn
12743%{texmfdist}/fonts/type1/vntex/txttvn
12744
12745%{texmfdist}/fonts/map/dvips/uhc
12746
12747%{texmfdist}/fonts/source/public/ulsy
12748%{texmfdist}/fonts/tfm/public/ulsy
12749
12750%doc %{texmfdist}/doc/fonts/umrand
12751%{texmfdist}/fonts/source/public/umrand
12752%{texmfdist}/fonts/tfm/public/umrand
12753
12754%doc %{texmfdist}/doc/fonts/umtypewriter
12755%{texmfdist}/fonts/opentype/public/umtypewriter
12756
12757%doc %{texmfdist}/doc/fonts/universa
12758%{texmfdist}/fonts/source/public/universa
12759%{texmfdist}/fonts/tfm/public/universa
12760%{texmfdist}/source/fonts/universa
12761
12762%{texmfdist}/fonts/afm/public/velthuis
12763%{texmfdist}/fonts/map/dvips/velthuis
12764%{texmfdist}/fonts/source/public/velthuis
12765%{texmfdist}/fonts/tfm/public/velthuis
12766%{texmfdist}/fonts/type1/public/velthuis
12767
12768%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
12769
12770%{texmfdist}/fonts/afm/vntex/vntopia
12771%{texmfdist}/fonts/tfm/vntex/vntopia
12772%{texmfdist}/fonts/type1/vntex/vntopia
12773%{texmfdist}/fonts/vf/vntex/vntopia
12774
12775%{texmfdist}/fonts/map/dvips/wadalab
12776
12777%doc %{texmfdist}/doc/fonts/wasy
12778%{texmfdist}/fonts/afm/public/wasy
12779%{texmfdist}/fonts/map/dvips/wasy
12780%{texmfdist}/fonts/type1/public/wasy
12781
12782%{texmfdist}/fonts/source/public/wnri
12783%{texmfdist}/fonts/tfm/public/wnri
12784
12785%{texmfdist}/fonts/source/public/wsuipa
12786%{texmfdist}/fonts/tfm/public/wsuipa
12787
12788%{texmfdist}/fonts/source/public/xbmc
12789%{texmfdist}/fonts/tfm/public/xbmc
12790
f1ba8563
ZU
12791%doc %{texmfdist}/doc/fonts/xq
12792%{texmfdist}/fonts/source/public/xq
12793%{texmfdist}/fonts/tfm/public/xq
12794
12795%{texmfdist}/fonts/source/public/yannisgr
12796
12797%{texmfdist}/fonts/map/dvips/yhmath
12798%{texmfdist}/fonts/source/public/yhmath
12799%{texmfdist}/fonts/tfm/public/yhmath
12800%{texmfdist}/fonts/type1/public/yhmath
12801%{texmfdist}/fonts/vf/public/yhmath
12802
12803%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 12804%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
12805
12806%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
12807
12808%{texmfdist}/dvips/zefonts
12809%{texmfdist}/fonts/map/dvips/zefonts
12810%{texmfdist}/fonts/tfm/public/zefonts
12811%{texmfdist}/fonts/vf/public/zefonts
12812
12813
d08789e0 12814%files fonts-omega
489714ae 12815%defattr(644,root,root,755)
7179ac92 12816%doc %{texmfdist}/doc/omega
2677a8b0
ZU
12817%dir %{texmfdist}/omega
12818%dir %{texmfdist}/omega/otp
12819%dir %{texmfdist}/omega/ocp
7179ac92
ZU
12820%{texmfdist}/dvips/omega
12821%{texmfdist}/fonts/ofm/public/omega
12822%{texmfdist}/fonts/type1/public/omega
12823%{texmfdist}/fonts/afm/public/omega
12824%{texmfdist}/fonts/ovp/public/omega
12825%{texmfdist}/fonts/tfm/public/omega
12826%{texmfdist}/fonts/ovf/public/omega
12827%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
12828%{texmfdist}/omega/ocp/omega
12829%{texmfdist}/omega/otp/omega
12830%{texmfdist}/tex/plain/omega
d08789e0 12831
5b7eba8e
MB
12832#%files fonts-pazo
12833#%defattr(644,root,root,755)
d08789e0
ZU
12834
12835%files fonts-pl
12836%defattr(644,root,root,755)
7179ac92 12837%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
12838%dir %{texmf}/scripts/texlive
12839%dir %{texmf}/scripts/texlive/tlmgrgui
12840%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
12841%{texmfdist}/dvips/pl
12842%{texmfdist}/fonts/source/public/pl
12843%{texmfdist}/fonts/type1/public/pl
12844%{texmfdist}/fonts/afm/public/pl
12845%{texmfdist}/fonts/enc/dvips/pl
12846%{texmfdist}/fonts/tfm/public/pl
12847%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 12848%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
12849
12850%files fonts-px
12851%defattr(644,root,root,755)
7179ac92 12852%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
12853# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
12854# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
12855%dir %{texmfdist}/fonts/map/dvips/pxfonts
12856%dir %{texmfdist}/tex/latex/pxfonts
12857%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
12858%{texmfdist}/fonts/afm/public/pxfonts
12859%{texmfdist}/fonts/tfm/public/pxfonts
12860%{texmfdist}/fonts/type1/public/pxfonts
12861%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 12862%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 12863
5b7eba8e
MB
12864#%files fonts-qfonts
12865#%defattr(644,root,root,755)
31bd2c4a
ZU
12866# %doc %{texmf}/doc/fonts/polish/qfonts
12867# %{texmf}/fonts/enc/dvips/qfonts
12868# %{texmf}/fonts/map/dvips/qfonts
12869# %{texmf}/dvips/qfonts
12870# %{texmf}/fonts/afm/public/qfonts
12871# %{texmf}/fonts/tfm/public/qfonts
d08789e0 12872
74dbda3f
ZU
12873# %files fonts-qpx
12874# %defattr(644,root,root,755)
12875# %{texmf}/fonts/tfm/public/qpx
12876# %{texmf}/fonts/vf/public/qpx
d08789e0 12877
31bd2c4a 12878%files fonts-qpxqtx
d08789e0 12879%defattr(644,root,root,755)
7179ac92
ZU
12880%{texmfdist}/fonts/tfm/public/qpxqtx
12881%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
12882
12883%files fonts-rsfs
12884%defattr(644,root,root,755)
7179ac92
ZU
12885%{texmfdist}/fonts/source/public/rsfs
12886%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
12887
12888%files fonts-stmaryrd
12889%defattr(644,root,root,755)
7179ac92
ZU
12890%doc %{texmfdist}/doc/fonts/stmaryrd
12891%{texmfdist}/source/fonts/stmaryrd
12892%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
12893
12894%files fonts-tx
12895%defattr(644,root,root,755)
7179ac92
ZU
12896%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
12897%{texmfdist}/fonts/afm/public/txfonts
12898%{texmfdist}/fonts/tfm/public/txfonts
12899%{texmfdist}/fonts/vf/public/txfonts
d08789e0 12900
5bc70a92
MB
12901%files fonts-uhc
12902%defattr(644,root,root,755)
12903%doc %{texmfdist}/doc/fonts/uhc
12904%{texmfdist}/fonts/afm/uhc
12905%{texmfdist}/fonts/tfm/uhc
12906%{texmfdist}/fonts/vf/uhc
12907
d08789e0
ZU
12908%files fonts-urw
12909%defattr(644,root,root,755)
7179ac92 12910%{texmfdist}/fonts/afm/urw
5bc70a92
MB
12911%{texmfdist}/fonts/tfm/urw
12912%{texmfdist}/fonts/vf/urw
d08789e0
ZU
12913
12914%files fonts-urwvn
12915%defattr(644,root,root,755)
26d8eaaa 12916%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
12917%{texmfdist}/fonts/tfm/vntex/urwvn
12918%{texmfdist}/fonts/type1/vntex/urwvn
12919%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
12920
12921%files fonts-vnr
12922%defattr(644,root,root,755)
7179ac92
ZU
12923%{texmfdist}/fonts/map/dvips/vntex
12924%{texmfdist}/fonts/source/vntex/vnr
12925%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 12926
e67df411
ZU
12927%files fonts-urw35vf
12928%defattr(644,root,root,755)
12929%{texmfdist}/fonts/vf/urw35vf
12930
5bc70a92
MB
12931%files fonts-wadalab
12932%defattr(644,root,root,755)
12933%doc %{texmfdist}/doc/fonts/wadalab
12934%{texmfdist}/fonts/afm/wadalab
12935%{texmfdist}/fonts/tfm/wadalab
12936%{texmfdist}/fonts/vf/wadalab
12937
d08789e0
ZU
12938%files fonts-wasy
12939%defattr(644,root,root,755)
7179ac92
ZU
12940%{texmfdist}/fonts/source/public/wasy
12941%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
12942
12943%files fonts-xypic
12944%defattr(644,root,root,755)
7179ac92
ZU
12945%{texmfdist}/fonts/map/dvips/xypic
12946# %{texmfdist}/fonts/afm/public/xypic
12947%{texmfdist}/fonts/source/public/xypic
12948%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
12949
12950%files fonts-yandy
12951%defattr(644,root,root,755)
adbd04dd 12952# %{texmf}/fonts/afm/yandy
7179ac92 12953%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
12954# %{texmf}/fonts/tfm/yandy
12955# %{texmf}/fonts/vf/yandy
d08789e0
ZU
12956
12957%files fonts-type1-antp
12958%defattr(644,root,root,755)
7179ac92
ZU
12959%{texmfdist}/dvips/antp
12960%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
12961
12962%files fonts-type1-antt
12963%defattr(644,root,root,755)
adbd04dd 12964# %{texmf}/dvips/antt
7179ac92 12965%{texmfdist}/fonts/type1/public/antt
d08789e0 12966
5bc70a92
MB
12967%files fonts-type1-arphic
12968%defattr(644,root,root,755)
12969%{texmfdist}/fonts/type1/arphic
12970
d08789e0
ZU
12971%files fonts-type1-belleek
12972%defattr(644,root,root,755)
7179ac92
ZU
12973%doc %{texmfdist}/doc/fonts/belleek
12974%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
12975
12976%files fonts-type1-bitstream
12977%defattr(644,root,root,755)
7179ac92 12978%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
12979
12980%files fonts-type1-bluesky
12981%defattr(644,root,root,755)
04eb4e68
ZU
12982# %doc %{texmf}/doc/fonts/bluesky
12983# %{texmf}/dvips/bluesky
7179ac92 12984%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
12985
12986%files fonts-type1-cc-pl
12987%defattr(644,root,root,755)
7179ac92
ZU
12988%doc %{texmfdist}/doc/fonts/cc-pl
12989%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
12990
12991%files fonts-type1-cmcyr
12992%defattr(644,root,root,755)
7179ac92 12993%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
12994
12995%files fonts-type1-cs
12996%defattr(644,root,root,755)
7179ac92 12997%{texmfdist}/fonts/type1/public/cs
d08789e0 12998
04eb4e68
ZU
12999# %files fonts-type1-dstroke
13000# %defattr(644,root,root,755)
13001# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
13002
13003%files fonts-type1-eurosym
13004%defattr(644,root,root,755)
7179ac92 13005%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
13006
13007%files fonts-type1-hoekwater
13008%defattr(644,root,root,755)
7179ac92 13009%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
13010
13011%files fonts-type1-fpl
13012%defattr(644,root,root,755)
7179ac92
ZU
13013%doc %{texmfdist}/doc/fonts/fpl
13014%{texmfdist}/fonts/afm/public/fpl
13015%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
13016
13017%files fonts-type1-lm
13018%defattr(644,root,root,755)
7179ac92
ZU
13019%{texmfdist}/fonts/afm/public/lm
13020%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
13021
13022%files fonts-type1-marvosym
13023%defattr(644,root,root,755)
7179ac92 13024%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
13025
13026%files fonts-type1-mathpazo
13027%defattr(644,root,root,755)
04eb4e68 13028# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
13029%{texmfdist}/fonts/afm/public/mathpazo
13030%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
13031
13032%files fonts-type1-omega
13033%defattr(644,root,root,755)
7179ac92 13034%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
13035
13036%files fonts-type1-pl
13037%defattr(644,root,root,755)
04eb4e68 13038# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 13039%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
13040
13041%files fonts-type1-px
13042%defattr(644,root,root,755)
7179ac92 13043%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 13044
04eb4e68
ZU
13045# %files fonts-type1-qfonts
13046# %defattr(644,root,root,755)
7179ac92 13047# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
13048
13049%files fonts-type1-tx
13050%defattr(644,root,root,755)
7179ac92 13051%{texmfdist}/fonts/type1/public/txfonts
d08789e0 13052
04eb4e68
ZU
13053# %files fonts-type1-tt2001
13054# %defattr(644,root,root,755)
13055# %{texmf}/fonts/type1/public/tt2001
d08789e0 13056
5bc70a92
MB
13057%files fonts-type1-uhc
13058%defattr(644,root,root,755)
13059%{texmfdist}/fonts/type1/uhc
13060
d08789e0
ZU
13061%files fonts-type1-urw
13062%defattr(644,root,root,755)
7179ac92 13063%{texmfdist}/fonts/type1/urw
d08789e0
ZU
13064
13065%files fonts-type1-vnr
13066%defattr(644,root,root,755)
7179ac92 13067%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 13068
5bc70a92
MB
13069%files fonts-type1-wadalab
13070%defattr(644,root,root,755)
13071%{texmfdist}/fonts/type1/wadalab
13072
d08789e0
ZU
13073%files fonts-type1-xypic
13074%defattr(644,root,root,755)
7179ac92 13075%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
13076
13077# TeXLive-specific
13078
13079%files afm2pl
13080%defattr(644,root,root,755)
13081%attr(755,root,root) %{_bindir}/afm2pl
13082%{_mandir}/man1/afm2pl*
13083
13084%files bbox
13085%defattr(644,root,root,755)
13086%attr(755,root,root) %{_bindir}/bbox
13087%{_mandir}/man1/bbox*
13088
13089%files cefutils
13090%defattr(644,root,root,755)
13091%attr(755,root,root) %{_bindir}/cef*
2677a8b0 13092%dir %{texmfdist}/tex/latex/cjk
21c69d95
ZU
13093%dir %{texmfdist}/doc/latex/cjk
13094%dir %{texmfdist}/source/latex/cjk
13095%dir %{texmfdist}/source/latex/cjk/utils
2677a8b0 13096%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
13097%doc %{texmfdist}/doc/latex/cjk/doc
13098%doc %{texmfdist}/doc/latex/cjk/examples
13099%{texmfdist}/source/latex/cjk/utils/CEFconv
13100
13101%files detex
13102%defattr(644,root,root,755)
13103%attr(755,root,root) %{_bindir}/detex
13104%{_mandir}/man1/detex*
13105
7ffd1967
ZU
13106
13107%files dviutils
13108%defattr(644,root,root,755)
13109%attr(755,root,root) %{_bindir}/dt2dv
13110%attr(755,root,root) %{_bindir}/dv2dt
13111%attr(755,root,root) %{_bindir}/dvi2tty
13112%attr(755,root,root) %{_bindir}/dviasm
13113%attr(755,root,root) %{_bindir}/dvibook
13114%attr(755,root,root) %{_bindir}/dviconcat
13115%attr(755,root,root) %{_bindir}/dvidvi
13116%attr(755,root,root) %{_bindir}/dvigif
13117%attr(755,root,root) %{_bindir}/dvipdfmx
13118%attr(755,root,root) %{_bindir}/dvipos
13119%attr(755,root,root) %{_bindir}/dviselect
13120%attr(755,root,root) %{_bindir}/dvitodvi
13121%{_mandir}/man1/dt2dv*
13122%{_mandir}/man1/dv2dt*
13123%{_mandir}/man1/dvi2tty*
13124%{_mandir}/man1/dvibook*
13125%{_mandir}/man1/dviconcat*
13126%{_mandir}/man1/dvidvi*
13127%{_mandir}/man1/dvigif*
13128%{_mandir}/man1/dvipos*
13129%{_mandir}/man1/dviselect*
13130%{_mandir}/man1/dvitodvi*
13131
13132%files epsutils
13133%defattr(644,root,root,755)
13134%attr(755,root,root) %{_bindir}/epsffit
13135%attr(755,root,root) %{_bindir}/epspdf
13136%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 13137%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
13138%{texmfdist}/scripts/epspdf
13139%{_mandir}/man1/epsffit*
13140%doc %{texmfdist}/doc/epspdf
13141
13142%files filters
13143%defattr(644,root,root,755)
13144%attr(755,root,root) %{_bindir}/fix*
13145%{_mandir}/man1/fix*
13146
faa40f44
ZU
13147%files psutils
13148%defattr(644,root,root,755)
13149%attr(755,root,root) %{_bindir}/extractres
13150%attr(755,root,root) %{_bindir}/getafm
13151%attr(755,root,root) %{_bindir}/includeres
13152%attr(755,root,root) %{_bindir}/psbook
13153%attr(755,root,root) %{_bindir}/psmerge
13154%attr(755,root,root) %{_bindir}/psnup
13155%attr(755,root,root) %{_bindir}/psresize
13156%attr(755,root,root) %{_bindir}/psselect
5fef92c1 13157%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
13158%attr(755,root,root) %{_bindir}/pstops
13159%attr(755,root,root) %{_bindir}/showchar
13160%{_mandir}/man1/extractres*
13161%{_mandir}/man1/getafm*
13162%{_mandir}/man1/includeres*
13163%{_mandir}/man1/psbook*
13164%{_mandir}/man1/psmerge*
13165%{_mandir}/man1/psnup*
13166%{_mandir}/man1/psresize*
13167%{_mandir}/man1/psselect*
13168%{_mandir}/man1/pstops*
13169%{texmf}/dvips/psutils
13170
489714ae
ZU
13171%files uncategorized-utils
13172%defattr(644,root,root,755)
13173%attr(755,root,root) %{_bindir}/devnag
13174%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
13175
13176%files tex4ht
13177%defattr(644,root,root,755)
add234d3
MB
13178%attr(755,root,root) %{_bindir}/ht
13179%attr(755,root,root) %{_bindir}/htcontext
13180%attr(755,root,root) %{_bindir}/htlatex
13181%attr(755,root,root) %{_bindir}/htmex
13182%attr(755,root,root) %{_bindir}/httex
13183%attr(755,root,root) %{_bindir}/httexi
13184%attr(755,root,root) %{_bindir}/htxelatex
13185%attr(755,root,root) %{_bindir}/htxetex
13186%attr(755,root,root) %{_bindir}/mk4ht
13187%attr(755,root,root) %{_bindir}/t4ht
13188%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 13189%{texmf}/scripts/tex4ht
5b7eba8e 13190%{texmfdist}/tex/generic/tex4ht
add234d3
MB
13191%dir %{texmfdist}/scripts/tex4ht
13192%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
13193%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
13194%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
13195%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
13196%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
13197%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
13198%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
13199%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
13200%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 13201%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 13202%{texmfdist}/tex4ht
4224ae6d
MB
13203
13204%files xetex
13205%defattr(644,root,root,755)
13206%attr(755,root,root) %{_bindir}/xdvipdfmx
13207%attr(755,root,root) %{_bindir}/xelatex
13208%attr(755,root,root) %{_bindir}/xetex
13209%{texmf}/fmtutil/format.xetex.cnf
13210%doc %{texmfdist}/doc/xelatex
13211%doc %{texmfdist}/doc/xetex
13212%{texmfdist}/scripts/xetex
13213%{texmfdist}/tex/generic/ifxetex
13214%{texmfdist}/tex/generic/xetexconfig
13215%{texmfdist}/tex/latex/latexconfig/xelatex.ini
13216%{texmfdist}/tex/plain/config/xetex.ini
13217%{texmfdist}/tex/xelatex
13218%{texmfdist}/tex/xetex
13219
13220%files xmltex
13221%defattr(644,root,root,755)
13222%doc %{texmfdist}/doc/xmltex
13223%attr(755,root,root) %{_bindir}/pdfxmltex
13224%attr(755,root,root) %{_bindir}/xmltex
13225%{texmfdist}/tex/xmltex
13226%{texmf}/fmtutil/format.xmltex.cnf
This page took 2.119876 seconds and 4 git commands to generate.