]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- more splitting of latex-other
[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
247457ba 44Release: 0.9.9
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
783773ac
ZU
626%package tex-arrayjob
627Summary: Array data structures for (La)TeX
628Summary(hu.UTF-8): Tömb adatstruktúra (La)TeX-hez
629Group: Applications/Publishing/TeX
630Requires(post,postun): %{_bindir}/texhash
631Requires: %{name} = %{epoch}:%{version}-%{release}
632
633%description tex-arrayjob
634Array data structures for (La)TeX.
635
636%description tex-arrayjob -l hu.UTF-8
637Tömb adatstruktúra (La)TeX-hez.
638
e67df411
ZU
639%package tex-mathdots
640Summary: Commands to produce dots in math that respect font size
641Summary(hu.UTF-8): Pontok előállítása matematikai módban a font méret figyelmbevételével
642Group: Applications/Publishing/TeX
643Requires(post,postun): %{_bindir}/texhash
644Requires: %{name} = %{epoch}:%{version}-%{release}
645
646%description tex-mathdots
647Commands to produce dots in math that respect font size.
648
649%description tex-mathdots -l hu.UTF-8
650Pontok előállítása matematikai módban a font méret figyelmbevételével.
651
783773ac
ZU
652%package tex-midnight
653Summary: A set of useful macro tools
654Summary(hu.UTF-8): Hasznos makrók gyűjteménye
655Group: Applications/Publishing/TeX
656Requires(post,postun): %{_bindir}/texhash
657Requires: %{name} = %{epoch}:%{version}-%{release}
658
659%description tex-midnight
660A set of useful macro tools.
661
662%description tex-midnight -l hu.UTF-8
663Hasznos makrók gyűjteménye.
664
665%package tex-ofs
666Summary: Olsak's Font System
667Group: Applications/Publishing/TeX
668Requires(post,postun): %{_bindir}/texhash
669Requires: %{name} = %{epoch}:%{version}-%{release}
670
671%description tex-ofs
672Olsak's Font System.
673
e149bdb4
ZU
674%package tex-physe
675Summary: The PHYSE format
676Summary(hu.UTF-8): PHYSE formátum
677Group: Applications/Publishing/TeX
678Requires(post,postun): %{_bindir}/texhash
679Requires: %{name} = %{epoch}:%{version}-%{release}
680
681%description tex-physe
682The PHYSE format.
683
684%description tex-physe -l hu.UTF-8
685PHYSE formátum.
686
687%package tex-velthuis
688Summary: This package provides support for typesetting texts in Devanagari script (Sanskrit and Hindi)
689Summary(hu.UTF-8): Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére (Sanskrit és Hindi)
690Group: Applications/Publishing/TeX
691Requires(post,postun): %{_bindir}/texhash
692Requires: %{name} = %{epoch}:%{version}-%{release}
693
694%description tex-velthuis
695This package provides support for typesetting texts in Devanagari
696script (Sanskrit and Hindi).
697
698%description tex-velthuis -l hu.UTF-8
699Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére
700(Sanskrit és Hindi).
701
783773ac
ZU
702%package tex-ytex
703Summary: Macro package developed at MIT
704Summary(hu.UTF-8): MIT-en fejlesztett makrócsomag
705Group: Applications/Publishing/TeX
706Requires(post,postun): %{_bindir}/texhash
707Requires: %{name} = %{epoch}:%{version}-%{release}
708
709%description tex-ytex
710Macro package developed at MIT.
711
712%description tex-ytex -l hu.UTF-8
713MIT-en fejlesztett makrócsomag.
714
d08789e0
ZU
715%package metafont
716Summary: MetaFont
6b25593c 717Summary(hu.UTF-8): MetaFont
d08789e0
ZU
718Summary(pl.UTF-8): Zestaw narzędzi MetaFont
719Group: Applications/Publishing/TeX
720Requires(post,postun): %{_bindir}/texhash
721Requires: %{name} = %{epoch}:%{version}-%{release}
722
723%description metafont
724MetaFont.
725
726%description metafont -l pl.UTF-8
727Zestaw narzędzi MetaFont.
728
729%package metapost
730Summary: MetaPost
6b25593c 731Summary(hu.UTF-8): MetaPost
d08789e0
ZU
732Summary(pl.UTF-8): Zestaw narzędzi MetaPost
733Group: Applications/Publishing/TeX
734Requires(post,postun): %{_bindir}/texhash
735Requires: %{name} = %{epoch}:%{version}-%{release}
43a061cf 736Obsoletes: tetex-matapost
d08789e0
ZU
737
738%description metapost
739MetaPost.
740
6b25593c
ZU
741%description metapost -l hu.UTF-8
742MetaPost.
743
d08789e0
ZU
744%description metapost -l pl.UTF-8
745Zestaw narzędzi MetaPost.
746
43a061cf
ZU
747%package metapost-other
748Summary: Various MetaPost utils
749Summary(hu.UTF-8): Különböző MetaPost eszközök
786ebdb1 750Group: Applications/Publishing/TeX
786ebdb1 751Requires(post,postun): %{_bindir}/texhash
43a061cf 752Requires: %{name} = %{epoch}:%{version}-%{release}
786ebdb1 753
43a061cf
ZU
754%description metapost-other
755Various MetaPost utils.
786ebdb1 756
43a061cf
ZU
757%description metapost-other -l hu.UTF-8
758Különböző MetaPost eszközök.
786ebdb1 759
d08789e0
ZU
760%package mptopdf
761Summary: MetaPost to PDF converter
6b25593c 762Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
763Summary(pl.UTF-8): Konwerter MetaPost do PDF
764Group: Applications/Publishing/TeX
765Requires(post,postun): %{_bindir}/texhash
766Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
767
768%description mptopdf
769MetaPost to PDF converter.
770
6b25593c
ZU
771%description mptopdf -l hu.UTF-8
772MetaPost-ból PDF-be konvertáló.
773
d08789e0
ZU
774%description mptopdf -l pl.UTF-8
775Konwerter MetaPost do PDF.
776
777%package texdoctk
778Summary: Easy access to TeX documentation
779Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
780Group: Applications/Publishing/TeX
781Requires(post,postun): %{_bindir}/texhash
782Requires: %{name} = %{epoch}:%{version}-%{release}
783
784%description texdoctk
785A Perl/Tk-based GUI for easy access to package documentation for TeX
786on Unix platforms; the databases it uses are based on the texmf/doc
787subtrees of teTeX v.1.0.x, but database files for local configurations
788with modified/extended directories can be derived from them. Note that
789texdoctk is not a viewer itself, but an interface for finding
790documentation files and opening them with the appropriate viewer; so
791it relies on appropriate programs to be installed on the system.
792However, the choice of these programs can be configured by the
793sysadmin or user.
794
795%description texdoctk -l pl.UTF-8
796Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
797dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
798danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
799używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
800Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
801interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
802właściwej przeglądarce; tak więc wymaga on odpowiednich programów
803zainstalowanych w systemie. Wybór tych programów może być dokonany
804przez administratora lub użytkownika.
805
806%package -n texconfig
807Summary: TeX typesetting system configurator
808Summary(pl.UTF-8): Konfigurator systemu składu TeX
809Group: Applications/Publishing/TeX
810Requires: %{name} = %{epoch}:%{version}-%{release}
811Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
812Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
813Requires: xdvi = %{epoch}:%{version}-%{release}
814Obsoletes: tetex-texconfig
815
816%description -n texconfig
817TeX typesetting system configurator.
818
819%description -n texconfig -l pl.UTF-8
820Konfigurator systemu składu TeX.
821
822%package -n xdvi
823Summary: X11 previewer
824Summary(de.UTF-8): X11-Previewer
825Summary(es.UTF-8): Visualizador TeX X11
826Summary(fr.UTF-8): Prévisualisateur X11
827Summary(pl.UTF-8): Przeglądarka DVI dla X11
828Summary(pt_BR.UTF-8): Visualizador TeX X11
829Summary(tr.UTF-8): X11 öngörüntüleyici
830Group: Applications/Publishing/TeX
831Requires(post,postun): %{_bindir}/texhash
832Requires: %{name} = %{epoch}:%{version}-%{release}
833Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
834Suggests: %{name}-dvips
835Obsoletes: tetex-xdvi
836
837%description -n xdvi
838xdvi is a program which runs under the X window system. It is used to
839preview dvi files, such as are produced by tex and latex.
840
841%description -n xdvi -l de.UTF-8
842xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
843ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
844latex erzeugt wurden.
845
846%description -n xdvi -l es.UTF-8
847xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
848visualizar archivos dvi, como los producidos por tex y latex.
849
850%description -n xdvi -l fr.UTF-8
851xdvi est un programme s'exécutant sous le système X Window. Il sert à
852visualiser les fichiers dvi tels que ceux produits par tex et latex.
853
854%description -n xdvi -l pl.UTF-8
855Xdvi jest programem (działającym w X Window System) do przeglądania
856plików DVI, produkowanych przez TeXa i LaTeXa.
857
858%description -n xdvi -l pt_BR.UTF-8
859xdvi é um programa que roda no sistema X Window. É usado para
860visualizar arquivos dvi, como os produzidos por tex e latex.
861
624ed2f9
ZU
862%package -n xindy
863Summary: Xindy creates sorted and tagged index from raw index
864Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
865Group: Applications/Publishing/TeX
866
867%description -n xindy
868Xindy creates sorted and tagged index from raw index.
869
870%description -n xindy -l hu.UTF-8
871Xindy rendezett és cimkézett indexet készít nyers indexekből.
872
873%package -n xindy-albanian
874Summary: Xindy albanian language
875Summary(hu.UTF-8): Xindy albán nyelv
876Group: Applications/Publishing/TeX
877
878%description -n xindy-albanian
879Xindy albanian language
880
881%description -n xindy-albanian -l hu.UTF-8
882Xindy albán nyelv
883
884%package -n xindy-belarusian
885Summary: Xindy belarusian language
886Summary(hu.UTF-8): Xindy belorusz nyelv
887Group: Applications/Publishing/TeX
888
889%description -n xindy-belarusian
890Xindy belarusian language
891
892%description -n xindy-belarusian -l hu.UTF-8
893Xindy belorusz nyelv
894
895%package -n xindy-bulgarian
896Summary: Xindy bulgarian language
897Summary(hu.UTF-8): Xindy bolgár nyelv
898Group: Applications/Publishing/TeX
899
900%description -n xindy-bulgarian
901Xindy bulgarian language
902
903%description -n xindy-bulgarian -l hu.UTF-8
904Xindy bolgár nyelv
905
906%package -n xindy-croatian
907Summary: Xindy croatian language
908Summary(hu.UTF-8): Xindy horvát nyelv
909Group: Applications/Publishing/TeX
910
911%description -n xindy-croatian
912Xindy croatian language
913
914%description -n xindy-croatian -l hu.UTF-8
915Xindy horvát nyelv
916
917%package -n xindy-czech
918Summary: Xindy czech language
919Summary(hu.UTF-8): Xindy cseh nyelv
920Group: Applications/Publishing/TeX
921
922%description -n xindy-czech
923Xindy czech language
924
925%description -n xindy-czech -l hu.UTF-8
926Xindy cseh nyelv
927
928%package -n xindy-danish
929Summary: Xindy danish language
930Summary(hu.UTF-8): Xindy dán nyelv
931Group: Applications/Publishing/TeX
932
933%description -n xindy-danish
934Xindy danish language
935
936%description -n xindy-danish -l hu.UTF-8
937Xindy dán nyelv
938
939%package -n xindy-dutch
940Summary: Xindy dutch language
941Summary(hu.UTF-8): Xindy holland nyelv
942Group: Applications/Publishing/TeX
943
944%description -n xindy-dutch
945Xindy dutch language
946
947%description -n xindy-dutch -l hu.UTF-8
948Xindy holland nyelv
949
950%package -n xindy-english
951Summary: Xindy english language
952Summary(hu.UTF-8): Xindy angol nyelv
953Group: Applications/Publishing/TeX
954
955%description -n xindy-english
956Xindy english language
957
958%description -n xindy-english -l hu.UTF-8
959Xindy angol nyelv
960
961%package -n xindy-esperanto
962Summary: Xindy esperanto language
963Summary(hu.UTF-8): Xindy eszperantó nyelv
964Group: Applications/Publishing/TeX
965
966%description -n xindy-esperanto
967Xindy esperanto language
968
969%description -n xindy-esperanto -l hu.UTF-8
970Xindy eszperantó nyelv
971
972%package -n xindy-estonian
973Summary: Xindy estonian language
974Summary(hu.UTF-8): Xindy észt nyelv
975Group: Applications/Publishing/TeX
976
977%description -n xindy-estonian
978Xindy estonian language
979
980%description -n xindy-estonian -l hu.UTF-8
981Xindy észt nyelv
982
983%package -n xindy-finnish
984Summary: Xindy finnish language
985Summary(hu.UTF-8): Xindy finn nyelv
986Group: Applications/Publishing/TeX
987
988%description -n xindy-finnish
989Xindy finnish language
990
991%description -n xindy-finnish -l hu.UTF-8
992Xindy finn nyelv
993
994%package -n xindy-french
995Summary: Xindy french language
996Summary(hu.UTF-8): Xindy francia nyelv
997Group: Applications/Publishing/TeX
998
999%description -n xindy-french
1000Xindy french language
1001
1002%description -n xindy-french -l hu.UTF-8
1003Xindy francia nyelv
1004
1005%package -n xindy-general
1006Summary: Xindy general language
1007Summary(hu.UTF-8): Xindy általános nyelv
1008Group: Applications/Publishing/TeX
1009
1010%description -n xindy-general
1011Xindy general language
1012
1013%description -n xindy-general -l hu.UTF-8
1014Xindy általános nyelv
1015
1016%package -n xindy-georgian
1017Summary: Xindy georgian language
1018Summary(hu.UTF-8): Xindy georgian nyelv
1019Group: Applications/Publishing/TeX
1020
1021%description -n xindy-georgian
1022Xindy georgian language
1023
1024%description -n xindy-georgian -l hu.UTF-8
1025Xindy georgian nyelv
1026
1027%package -n xindy-german
1028Summary: Xindy german language
1029Summary(hu.UTF-8): Xindy német nyelv
1030Group: Applications/Publishing/TeX
1031
1032%description -n xindy-german
1033Xindy german language
1034
1035%description -n xindy-german -l hu.UTF-8
1036Xindy német nyelv
1037
1038%package -n xindy-greek
1039Summary: Xindy greek language
1040Summary(hu.UTF-8): Xindy görög nyelv
1041Group: Applications/Publishing/TeX
1042
1043%description -n xindy-greek
1044Xindy greek language
1045
1046%description -n xindy-greek -l hu.UTF-8
1047Xindy görög nyelv
1048
1049%package -n xindy-gypsy
1050Summary: Xindy gypsy language
1051Summary(hu.UTF-8): Xindy cigány nyelv
1052Group: Applications/Publishing/TeX
1053
1054%description -n xindy-gypsy
1055Xindy gypsy language
1056
1057%description -n xindy-gypsy -l hu.UTF-8
1058Xindy cigány nyelv
1059
1060%package -n xindy-hausa
1061Summary: Xindy hausa language
1062Summary(hu.UTF-8): Xindy hausa nyelv
1063Group: Applications/Publishing/TeX
1064
1065%description -n xindy-hausa
1066Xindy hausa language
1067
1068%description -n xindy-hausa -l hu.UTF-8
1069Xindy hausa nyelv
1070
1071%package -n xindy-hebrew
1072Summary: Xindy hebrew language
1073Summary(hu.UTF-8): Xindy héber nyelv
1074Group: Applications/Publishing/TeX
1075
1076%description -n xindy-hebrew
1077Xindy hebrew language
1078
1079%description -n xindy-hebrew -l hu.UTF-8
1080Xindy héber nyelv
1081
1082%package -n xindy-hungarian
1083Summary: Xindy hungarian language
1084Summary(hu.UTF-8): Xindy magyar nyelv
1085Group: Applications/Publishing/TeX
1086
1087%description -n xindy-hungarian
1088Xindy hungarian language
1089
1090%description -n xindy-hungarian -l hu.UTF-8
1091Xindy magyar nyelv
1092
1093%package -n xindy-icelandic
1094Summary: Xindy icelandic language
1095Summary(hu.UTF-8): Xindy izlandi nyelv
1096Group: Applications/Publishing/TeX
1097
1098%description -n xindy-icelandic
1099Xindy icelandic language
1100
1101%description -n xindy-icelandic -l hu.UTF-8
1102Xindy izlandi nyelv
1103
1104%package -n xindy-italian
1105Summary: Xindy italian language
1106Summary(hu.UTF-8): Xindy olasz nyelv
1107Group: Applications/Publishing/TeX
1108
1109%description -n xindy-italian
1110Xindy italian language
1111
1112%description -n xindy-italian -l hu.UTF-8
1113Xindy olasz nyelv
1114
1115%package -n xindy-klingon
1116Summary: Xindy klingon language
1117Summary(hu.UTF-8): Xindy klingon nyelv
1118Group: Applications/Publishing/TeX
1119
1120%description -n xindy-klingon
1121Xindy klingon language
1122
1123%description -n xindy-klingon -l hu.UTF-8
1124Xindy klingon nyelv
1125
1126%package -n xindy-kurdish
1127Summary: Xindy kurdish language
1128Summary(hu.UTF-8): Xindy kurd nyelv
1129Group: Applications/Publishing/TeX
1130
1131%description -n xindy-kurdish
1132Xindy kurdish language
1133
1134%description -n xindy-kurdish -l hu.UTF-8
1135Xindy kurd nyelv
1136
1137%package -n xindy-latin
1138Summary: Xindy latin language
1139Summary(hu.UTF-8): Xindy latin nyelv
1140Group: Applications/Publishing/TeX
1141
1142%description -n xindy-latin
1143Xindy latin language
1144
1145%description -n xindy-latin -l hu.UTF-8
1146Xindy latin nyelv
1147
1148%package -n xindy-latvian
1149Summary: Xindy latvian language
1150Summary(hu.UTF-8): Xindy lett nyelv
1151Group: Applications/Publishing/TeX
1152
1153%description -n xindy-latvian
1154Xindy latvian language
1155
1156%description -n xindy-latvian -l hu.UTF-8
1157Xindy lett nyelv
1158
1159%package -n xindy-lithuanian
1160Summary: Xindy lithuanian language
1161Summary(hu.UTF-8): Xindy litván nyelv
1162Group: Applications/Publishing/TeX
1163
1164%description -n xindy-lithuanian
1165Xindy lithuanian language
1166
1167%description -n xindy-lithuanian -l hu.UTF-8
1168Xindy litván nyelv
1169
1170%package -n xindy-lower-sorbian
1171Summary: Xindy lower-sorbian language
1172Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1173Group: Applications/Publishing/TeX
1174
1175%description -n xindy-lower-sorbian
1176Xindy lower-sorbian language
1177
1178%description -n xindy-lower-sorbian -l hu.UTF-8
1179Xindy lower-sorbian nyelv
1180
1181%package -n xindy-macedonian
1182Summary: Xindy macedonian language
1183Summary(hu.UTF-8): Xindy macedón nyelv
1184Group: Applications/Publishing/TeX
1185
1186%description -n xindy-macedonian
1187Xindy macedonian language
1188
1189%description -n xindy-macedonian -l hu.UTF-8
1190Xindy macedón nyelv
1191
1192%package -n xindy-mongolian
1193Summary: Xindy mongolian language
1194Summary(hu.UTF-8): Xindy mongol nyelv
1195Group: Applications/Publishing/TeX
1196
1197%description -n xindy-mongolian
1198Xindy mongolian language
1199
1200%description -n xindy-mongolian -l hu.UTF-8
1201Xindy mongol nyelv
1202
1203%package -n xindy-norwegian
1204Summary: Xindy norwegian language
1205Summary(hu.UTF-8): Xindy norvég nyelv
1206Group: Applications/Publishing/TeX
1207
1208%description -n xindy-norwegian
1209Xindy norwegian language
1210
1211%description -n xindy-norwegian -l hu.UTF-8
1212Xindy norvég nyelv
1213
1214%package -n xindy-polish
1215Summary: Xindy polish language
1216Summary(hu.UTF-8): Xindy lengyel nyelv
1217Group: Applications/Publishing/TeX
1218
1219%description -n xindy-polish
1220Xindy polish language
1221
1222%description -n xindy-polish -l hu.UTF-8
1223Xindy lengyel nyelv
1224
1225%package -n xindy-portuguese
1226Summary: Xindy portuguese language
1227Summary(hu.UTF-8): Xindy portugál nyelv
1228Group: Applications/Publishing/TeX
1229
1230%description -n xindy-portuguese
1231Xindy portuguese language
1232
1233%description -n xindy-portuguese -l hu.UTF-8
1234Xindy portugál nyelv
1235
1236%package -n xindy-romanian
1237Summary: Xindy romanian language
1238Summary(hu.UTF-8): Xindy román nyelv
1239Group: Applications/Publishing/TeX
1240
1241%description -n xindy-romanian
1242Xindy romanian language
1243
1244%description -n xindy-romanian -l hu.UTF-8
1245Xindy román nyelv
1246
1247%package -n xindy-russian
1248Summary: Xindy russian language
1249Summary(hu.UTF-8): Xindy orosz nyelv
1250Group: Applications/Publishing/TeX
1251
1252%description -n xindy-russian
1253Xindy russian language
1254
1255%description -n xindy-russian -l hu.UTF-8
1256Xindy orosz nyelv
1257
1258%package -n xindy-serbian
1259Summary: Xindy serbian language
1260Summary(hu.UTF-8): Xindy szerb nyelv
1261Group: Applications/Publishing/TeX
1262
1263%description -n xindy-serbian
1264Xindy serbian language
1265
1266%description -n xindy-serbian -l hu.UTF-8
1267Xindy szerb nyelv
1268
1269%package -n xindy-slovak
1270Summary: Xindy slovak language
1271Summary(hu.UTF-8): Xindy szlovák nyelv
1272Group: Applications/Publishing/TeX
1273
1274%description -n xindy-slovak
1275Xindy slovak language
1276
1277%description -n xindy-slovak -l hu.UTF-8
1278Xindy szlovák nyelv
1279
1280%package -n xindy-slovenian
1281Summary: Xindy slovenian language
1282Summary(hu.UTF-8): Xindy szlovén nyelv
1283Group: Applications/Publishing/TeX
1284
1285%description -n xindy-slovenian
1286Xindy slovenian language
1287
1288%description -n xindy-slovenian -l hu.UTF-8
1289Xindy szlovén nyelv
1290
1291%package -n xindy-spanish
1292Summary: Xindy spanish language
1293Summary(hu.UTF-8): Xindy spanyol nyelv
1294Group: Applications/Publishing/TeX
1295
1296%description -n xindy-spanish
1297Xindy spanish language
1298
1299%description -n xindy-spanish -l hu.UTF-8
1300Xindy spanyol nyelv
1301
1302%package -n xindy-swedish
1303Summary: Xindy swedish language
1304Summary(hu.UTF-8): Xindy svéd nyelv
1305Group: Applications/Publishing/TeX
1306
1307%description -n xindy-swedish
1308Xindy swedish language
1309
1310%description -n xindy-swedish -l hu.UTF-8
1311Xindy svéd nyelv
1312
1313%package -n xindy-turkish
1314Summary: Xindy turkish language
1315Summary(hu.UTF-8): Xindy török nyelv
1316Group: Applications/Publishing/TeX
1317
1318%description -n xindy-turkish
1319Xindy turkish language
1320
1321%description -n xindy-turkish -l hu.UTF-8
1322Xindy török nyelv
1323
1324%package -n xindy-ukrainian
1325Summary: Xindy ukrainian language
1326Summary(hu.UTF-8): Xindy ukrán nyelv
1327Group: Applications/Publishing/TeX
1328
1329%description -n xindy-ukrainian
1330Xindy ukrainian language
1331
1332%description -n xindy-ukrainian -l hu.UTF-8
1333Xindy ukrán nyelv
1334
1335%package -n xindy-upper-sorbian
1336Summary: Xindy upper-sorbian language
1337Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1338Group: Applications/Publishing/TeX
1339
1340%description -n xindy-upper-sorbian
1341Xindy upper-sorbian language
1342
1343%description -n xindy-upper-sorbian -l hu.UTF-8
1344Xindy upper-sorbian nyelv
1345
1346%package -n xindy-vietnamese
1347Summary: Xindy vietnamese language
04123363 1348Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1349Group: Applications/Publishing/TeX
1350
1351%description -n xindy-vietnamese
1352Xindy vietnamese language
1353
1354%description -n xindy-vietnamese -l hu.UTF-8
1355Xindy vietnám nyelv
1356
1357
d08789e0
ZU
1358%package pdftex
1359Summary: TeX generating PDF files instead DVI
04123363 1360Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1361Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1362Group: Applications/Publishing/TeX
60597425 1363Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1364Requires: %{name} = %{epoch}:%{version}-%{release}
1365Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1366
1367%description pdftex
1368TeX generating PDF files instead DVI.
1369
1370%description pdftex -l pl.UTF-8
1371TeX generujący pliki PDF zamiast DVI.
1372
faa40f44
ZU
1373%package psutils
1374Summary: PostScript Utilities
1375Summary(hu.UTF-8): PostScript eszközök
1376Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1377Group: Applications/Printing
8affbd2c 1378Obsoletes: psutils
faa40f44
ZU
1379
1380%description psutils
1381This archive contains some utilities for manipulating PostScript
1382documents. Page selection and rearrangement are supported, including
1383arrangement into signatures for booklet printing, and page merging for
1384n-up printing.
1385
1386%description psutils -l hu.UTF-8
1387Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1388dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1389beleértve a booklet nyomtatáshoz való átrendezést is.
1390
1391%description psutils -l pl.UTF-8
1392PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1393wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1394także na łączenie różnych plików PostScript w całość.
faa40f44 1395
04123363
ZU
1396%package phyzzx
1397Summary: A TeX format for physicists
1398Summary(hu.UTF-8): TeX formátum fizikusoknak
1399Group: Applications/Publishing/TeX
1400Requires(post,postun): %{_bindir}/texhash
1401Requires: %{name} = %{epoch}:%{version}-%{release}
1402
1403%description phyzzx
1404A TeX format for physicists.
1405
1406%description phyzzx -l hu.UTF-8
1407TeX formátum fizikusoknak.
1408
d08789e0
ZU
1409%package omega
1410Summary: Extended unicode TeX
1411Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1412Group: Applications/Publishing/TeX
1413Requires(post,postun): %{_bindir}/texhash
1414Requires: %{name} = %{epoch}:%{version}-%{release}
1415Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1416Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1417
1418%description omega
1419Omega is a version of the TeX program modified for multilingual
1420typesetting. It uses unicode, and has additional primitives for (among
1421other things) bidirectional typesetting.
1422
1423%description omega -l pl.UTF-8
1424Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1425Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1426tekstu pisanego w obu kierunkach.
1427
1428# # formats #
1429
1430# Plain format.
1431
1432%package plain
1433Summary: Plain TeX format basic files
1434Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1435Group: Applications/Publishing/TeX
60597425 1436Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1437Requires: %{name} = %{epoch}:%{version}-%{release}
1438
1439%description plain
1440Plain TeX format basic files.
1441
1442%description plain -l pl.UTF-8
1443Podstawowe pliki dla formatu Plain TeX.
1444
1445%package format-plain
1446Summary: TeX Plain format
1447Summary(pl.UTF-8): Format TeX Plain
1448Group: Applications/Publishing/TeX
1449Requires(post,postun): %{_bindir}/texhash
1450Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1451
1452%description format-plain
1453TeX Plain format.
1454
1455%description format-plain -l pl.UTF-8
1456Format TeX Plain.
1457
1458%package format-pdftex
1459Summary: PDFTeX Plain format
1460Summary(pl.UTF-8): Format PDFTeX Plain
1461Group: Applications/Publishing/TeX
1462Requires(post,postun): %{_bindir}/texhash
1463Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1464Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1465# for epstopdf to work
1466Requires: fonts-Type1-urw
1467Requires: ghostscript
1468
1469%description format-pdftex
1470PDFTeX Plain format.
1471
1472%description format-pdftex -l pl.UTF-8
1473Format PDFTeX Plain.
1474
1475%package format-pdfetex
1476Summary: PDFTeX EPlain format
1477Summary(pl.UTF-8): Format PDFTeX EPlain
1478Group: Applications/Publishing/TeX
1479Requires(post,postun): %{_bindir}/texhash
1480Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1481Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1482
1483%description format-pdfetex
1484PDFTeX EPlain format.
1485
1486%description format-pdfetex -l pl.UTF-8
1487Format PDFTeX EPlain.
1488
1489# MeX Plain format
1490
1491%package mex
1492Summary: MeX Plain Format basic files
1493Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1494Group: Applications/Publishing/TeX
1495Requires(post,postun): %{_bindir}/texhash
1496Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1497Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1498Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1499
1500%description mex
1501MeX Plain Format basic files.
1502
1503%description mex -l pl.UTF-8
1504Podstawowe pliki dla formatu MeX Plain.
1505
1506%package format-mex
1507Summary: MeX Plain Format
1508Summary(pl.UTF-8): Format MeX Plain
1509Group: Applications/Publishing/TeX
1510Requires(post,postun): %{_bindir}/texhash
f6a96d15 1511Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1512
1513%description format-mex
1514MeX Plain Format.
1515
1516%description format-mex -l pl.UTF-8
1517Format MeX Plain.
1518
1519%package format-pdfmex
1520Summary: PDFMeX Plain Format
1521Summary(pl.UTF-8): Format PDFMeX Plain
1522Group: Applications/Publishing/TeX
1523Requires(post,postun): %{_bindir}/texhash
1524Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1525Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1526
1527%description format-pdfmex
1528PDFMeX Plain Format.
1529
1530%description format-pdfmex -l pl.UTF-8
1531Format PDFMeX Plain.
1532
1533%package format-utf8mex
1534Summary: MeX Plain Format with UTF-8 encoded source files
1535Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1536Group: Applications/Publishing/TeX
1537Requires(post,postun): %{_bindir}/texhash
1538Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1539
1540%description format-utf8mex
1541MeX Plain Format with UTF-8 encoded source files.
1542
1543%description format-utf8mex -l pl.UTF-8
1544Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1545
1546# AMS TeX format
1547
1548%package amstex
1549Summary: AMS macros for Plain TeX basic files
1550Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1551Group: Applications/Publishing/TeX
1552Requires(post,postun): %{_bindir}/texhash
1553Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1554Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1555Obsoletes: tetex-ams
1556Obsoletes: tetex-plain-amsfonts
1557
1558%description amstex
1559American Mathematical Society macros for Plain TeX basic files.
1560
1561%description amstex -l pl.UTF-8
1562Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1563Plain TeX.
1564
1565%package format-amstex
1566Summary: AMS macros for Plain TeX
1567Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1568Group: Applications/Publishing/TeX
1569Requires(post,postun): %{_bindir}/texhash
1570Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1571Obsoletes: tetex-ams
1572
1573%description format-amstex
1574American Mathematical Society macros for Plain TeX.
1575
1576%description format-amstex -l pl.UTF-8
1577Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1578
1579%package format-pdfamstex
1580Summary: AMS macros for PDFTeX
1581Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1582Group: Applications/Publishing/TeX
1583Requires(post,postun): %{_bindir}/texhash
1584Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1585Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1586
1587%description format-pdfamstex
1588American Mathematical Society macros for PDFTeX.
1589
1590%description format-pdfamstex -l pl.UTF-8
1591Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1592
1593# CSPlain format
1594
1595%package csplain
1596Summary: TeX CSPlain format basic files
1597Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1598Group: Applications/Publishing/TeX
1599Requires(post,postun): %{_bindir}/texhash
1600Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1601Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1602
1603%description csplain
1604TeX CSPlain format basic files.
1605
1606%description csplain -l pl.UTF-8
1607Podstawowe pliki dla formatu TeX CSPlain.
1608
1609%package format-csplain
1610Summary: TeX CSPlain format
1611Summary(pl.UTF-8): Format TeX CSPlain
1612Group: Applications/Publishing/TeX
1613Requires(post,postun): %{_bindir}/texhash
1614Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1615
1616%description format-csplain
1617TeX CSPlain format.
1618
1619%description format-csplain -l pl.UTF-8
1620Format TeX CSPlain.
1621
1622%package format-pdfcsplain
1623Summary: PDFTeX CSPlain format
1624Summary(pl.UTF-8): Format PDFTeX CSPlain
1625Group: Applications/Publishing/TeX
1626Requires(post,postun): %{_bindir}/texhash
1627Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1628
1629%description format-pdfcsplain
1630PDFTeX CSPlain format.
1631
1632%description format-pdfcsplain -l pl.UTF-8
1633Format PDFTeX CSPlain.
1634
1635# CSLaTeX format
1636
1637%package cslatex
1638Summary: CSLaTeX format basic files
1639Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1640Group: Applications/Publishing/TeX
1641Requires(post,postun): %{_bindir}/texhash
1642Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1643Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1644
1645%description cslatex
1646CSLaTeX format basic files.
1647
1648%description cslatex -l pl.UTF-8
1649Podstawowe pliki dla formatu CSLaTeX.
1650
1651%package format-cslatex
1652Summary: CSLaTeX format
1653Summary(pl.UTF-8): Format CSLaTeX
1654Group: Applications/Publishing/TeX
1655Requires(post,postun): %{_bindir}/texhash
1656Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1657
1658%description format-cslatex
1659CSLaTeX format.
1660
1661%description format-cslatex -l pl.UTF-8
1662Format CSLaTeX.
1663
1664%package format-pdfcslatex
1665Summary: PDF CSLaTeX format
1666Summary(pl.UTF-8): Format PDF CSLaTeX
1667Group: Applications/Publishing/TeX
1668Requires(post,postun): %{_bindir}/texhash
1669Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1670
1671%description format-pdfcslatex
1672PDF CSLaTeX format.
1673
1674%description format-pdfcslatex -l pl.UTF-8
1675Format PDF CSLaTeX.
1676
1677# Cyrillic Plain format
1678
1679%package cyrplain
1680Summary: Cyrillic Plain format basic files
1681Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1682Group: Applications/Publishing/TeX
1683Requires(post,postun): %{_bindir}/texhash
1684Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1685
1686%description cyrplain
1687Cyrillic Plain format basic files.
1688
1689%description cyrplain -l pl.UTF-8
1690Podstawowe pliki dla formatu Cyrillic Plain.
1691
1692%package format-cyrplain
1693Summary: Cyrillic Plain format
1694Summary(pl.UTF-8): Format Cyrillic Plain
1695Group: Applications/Publishing/TeX
1696Requires(post,postun): %{_bindir}/texhash
1697Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1698
1699%description format-cyrplain
1700Cyrillic Plain format.
1701
1702%description format-cyrplain -l pl.UTF-8
1703Format Cyrillic Plain.
1704
1705%package format-cyramstex
1706Summary: Cyrillic AMSTeX format
1707Summary(pl.UTF-8): Format Cyrillic AMSTeX
1708Group: Applications/Publishing/TeX
1709Requires(post,postun): %{_bindir}/texhash
1710Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1711Obsoletes: tetex-cyramstex
1712
1713%description format-cyramstex
1714Cyrillic AMSTeX format.
1715
1716%description format-cyramstex -l pl.UTF-8
1717Format Cyrillic AMSTeX.
1718
1719%package format-cyrtexinfo
1720Summary: Cyrillic TeXInfo format
1721Summary(pl.UTF-8): Format Cyrillic TeXInfo
1722Group: Applications/Publishing/TeX
1723Requires(post,postun): %{_bindir}/texhash
1724Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1725Obsoletes: tetex-cyrtexinfo
1726
1727%description format-cyrtexinfo
1728Cyrillic TeXInfo format.
1729
1730%description format-cyrtexinfo -l pl.UTF-8
1731Format Cyrillic TeXInfo.
1732
1733# EPlain format
1734
1735%package eplain
1736Summary: EPlain format basic files
1737Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1738Group: Applications/Publishing/TeX
1739Requires(post,postun): %{_bindir}/texhash
1740Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1741Obsoletes: tetex-etex
1742
1743%description eplain
1744EPlain format basic files.
1745
1746%description eplain -l pl.UTF-8
1747Podstawowe pliki dla formatu EPlain.
1748
1749%package format-eplain
1750Summary: EPlain format
1751Summary(pl.UTF-8): Format EPlain
1752Group: Applications/Publishing/TeX
1753Requires(post,postun): %{_bindir}/texhash
1754Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1755
1756%description format-eplain
1757EPlain format.
1758
1759%description format-eplain -l pl.UTF-8
1760Format EPlain.
1761
1762# ConTeXt format.
1763
1764%package context
1765Summary: ConTeXt macro package basic files
1766Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1767Group: Applications/Publishing/TeX
1768Requires(post,postun): %{_bindir}/texhash
1769Requires: %{name} = %{epoch}:%{version}-%{release}
1770Obsoletes: tetex-latex-context
1771
1772%define _noautoreq 'perl(path_tre)'
1773
1774%description context
1775A full featured, parameter driven macro package, which fully supports
1776advanced interactive documents.
1777
1778This package contains basic files.
1779
1780%description context -l pl.UTF-8
1781Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1782całkowicie obsługujący zaawansowane dokumenty interaktywne.
1783
1784Ten pakiet zawiera podstawowe pliki.
1785
1786%package format-context-de
1787Summary: German ConTeXt format
1788Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1789Group: Applications/Publishing/TeX
1790Requires(post,postun): %{_bindir}/texhash
1791Requires: %{name}-context = %{epoch}:%{version}-%{release}
1792
1793%description format-context-de
1794German ConTeXt format.
1795
1796%description format-context-de -l pl.UTF-8
1797Niemiecka wersja formatu ConTeXt.
1798
1799%package format-context-en
1800Summary: English ConTeXt format
1801Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1802Group: Applications/Publishing/TeX
1803Requires(post,postun): %{_bindir}/texhash
1804Requires: %{name}-context = %{epoch}:%{version}-%{release}
1805
1806%description format-context-en
1807English ConTeXt format.
1808
1809%description format-context-en -l pl.UTF-8
1810Angielska wersja formatu ConTeXt.
1811
1812%package format-context-nl
1813Summary: Dutch ConTeXt format
1814Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1815Group: Applications/Publishing/TeX
1816Requires(post,postun): %{_bindir}/texhash
1817Requires: %{name}-context = %{epoch}:%{version}-%{release}
1818
1819%description format-context-nl
1820Dutch ConTeXt format.
1821
1822%description format-context-nl -l pl.UTF-8
1823Holenderska wersja formatu ConTeXt.
1824
1825# LaTeX format.
1826
1827%package latex
1828Summary: LaTeX macro package basic files
1829Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1830Group: Applications/Publishing/TeX
60597425 1831Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1832Requires: %{name} = %{epoch}:%{version}-%{release}
1833Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1834Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1835Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1836# for misc/eurosym:
1837Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1838Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1839Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
e67df411 1840Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
5ff30b02 1841Suggests: %{name}-fonts-jknappen
fb2a8613 1842Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1843Obsoletes: tetex-bibtex-koma-script
1844Obsoletes: tetex-latex-SIunits
1845Obsoletes: tetex-latex-caption
1846Obsoletes: tetex-latex-curves
1847Obsoletes: tetex-latex-dinbrief
1848Obsoletes: tetex-latex-draftcopy
1849Obsoletes: tetex-latex-dvilj
1850Obsoletes: tetex-latex-eepic
1851Obsoletes: tetex-latex-endfloat
1852Obsoletes: tetex-latex-fancyhdr
1853Obsoletes: tetex-latex-fancyheadings
1854Obsoletes: tetex-latex-fancyvrb
1855Obsoletes: tetex-latex-fp
1856Obsoletes: tetex-latex-graphics
1857Obsoletes: tetex-latex-hyperref
1858Obsoletes: tetex-latex-koma-script
1859Obsoletes: tetex-latex-labels
1860Obsoletes: tetex-latex-listings
1861Obsoletes: tetex-latex-misc
1862Obsoletes: tetex-latex-ms
1863Obsoletes: tetex-latex-multirow
1864Obsoletes: tetex-latex-mwcls
1865Obsoletes: tetex-latex-mwdtools
1866Obsoletes: tetex-latex-natbib
1867Obsoletes: tetex-latex-ntgclass
1868Obsoletes: tetex-latex-oberdiek
1869Obsoletes: tetex-latex-pb-diagram
188cb15d 1870Obsoletes: tetex-latex-pstricks
d08789e0
ZU
1871Obsoletes: tetex-latex-revtex4
1872Obsoletes: tetex-latex-seminar
1873Obsoletes: tetex-latex-t2
1874Obsoletes: tetex-latex-titlesec
1875Obsoletes: tetex-latex-tools
1876Obsoletes: tetex-latex-units
1877Obsoletes: tetex-mwcls
1878Obsoletes: tetex-revtex4
1879
1880%description latex
1881LaTeX is a front end for the TeX text formatting system. Easier to use
1882than TeX, LaTeX is essentially a set of TeX macros which provide
1883convenient, predefined document formats for users.
1884
1885This package contains basic files.
1886
1887%description latex -l pl.UTF-8
1888LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1889łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1890dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1891
1892Ten pakiet zawiera podstawowe pliki.
1893
783773ac
ZU
1894%package latex-colortab
1895Summary: Shade cells of tables and halign
1896Group: Applications/Publishing/TeX
1897Requires(post,postun): %{_bindir}/texhash
1898Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1899
1900%description latex-colortab
1901Shade cells of tables and halign.
1902
6c82f497
ZU
1903%package latex-12many
1904Summary: Generalising mathematical index sets
1905Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1906Group: Applications/Publishing/TeX
6c82f497 1907Requires(post,postun): %{_bindir}/texhash
b4d68b39 1908Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1909
1910%description latex-12many
1911Generalising mathematical index sets.
1912
1913%description latex-12many -l hu.UTF-8
1914A matematikai halmazok indexelésének általánosítása.
1915
a8b381b0
ZU
1916%package latex-abstract
1917Summary: Control the typesetting of the abstract environment
1918Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1919Group: Applications/Publishing/TeX
fe66da27 1920Requires(post,postun): %{_bindir}/texhash
b4d68b39 1921Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1922
1923%description latex-abstract
1924Control the typesetting of the abstract environment.
1925
1926%description latex-abstract -l hu.UTF-8
1927Az "abstract" környezet szedésének irányítása.
1928
f1f5d194
ZU
1929%package latex-accfonts
1930Summary: Utilities to derive new fonts from existing ones
1931Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1932Group: Applications/Publishing/TeX
1933Requires(post,postun): %{_bindir}/texhash
1934
1935%description latex-accfonts
1936Utilities to derive new fonts from existing ones.
1937
1938%description latex-accfonts -l hu.UTF-8
1939Eszközök új betűtípusok származtatására már létezőkből.
1940
e88b5dcf
ZU
1941%package latex-adrconv
1942Summary: BibTeX styles to implement an address database
1943Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1944Group: Applications/Publishing/TeX
2fede27b 1945Requires(post,postun): %{_bindir}/texhash
78d53d8c 1946Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1947
1948%description latex-adrconv
1949BibTeX styles to implement an address database.
1950
1951%description latex-adrconv -l hu.UTF-8
1952BibTeX stílusok cím-adatbázis megvalósításához.
1953
1954
d08789e0
ZU
1955%package latex-ae
1956Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1957Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1958Group: Applications/Publishing/TeX
1959Requires(post,postun): %{_bindir}/texhash
1960Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1961Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1962
1963%description latex-ae
1964A set of virtual fonts which emulates T1 coded fonts using the
1965standard CM fonts. The package is called AE fonts (for Almost
1966European). The main use of the package is to produce PDF files using
1967versions of the CM fonts instead of the bitmapped EC fonts.
1968
1969%description latex-ae -l pl.UTF-8
1970Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1971standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1972- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1973 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1974 bitmapowych fontów EC.
1975
1976%package latex-algorithms
1977Summary: Floating algorithm environment
1978Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1979Group: Applications/Publishing/TeX
1980Requires(post,postun): /usr/bin/texhash
1981Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1982
1983%description latex-algorithms
1984Defines a floating algorithm environment designed to work with the
1985algorithmic package.
1986
1987%description latex-algorithms -l pl.UTF-8
1988Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1989do pracy z pakietem algorithmic.
1990
1991%package latex-ams
1992Summary: AMS math facilities for LaTeX
1993Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1994Group: Applications/Publishing/TeX
1995Requires(post,postun): %{_bindir}/texhash
1996Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1997Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1998Obsoletes: tetex-latex-amscls
1999Obsoletes: tetex-latex-amsfonts
2000Obsoletes: tetex-latex-amsmath
2001
2002%description latex-ams
2003This package is the principal package in the AMS-LaTeX distribution.
2004It adapts for use in LaTeX most of the mathematical features found in
2005AMS-TeX.
2006
2007%description latex-ams -l pl.UTF-8
2008To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
2009możliwości matematycznych AMS-TeXa do używania w LaTeXu.
2010
2011%package latex-antp
2012Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2013Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
2014Group: Applications/Publishing/TeX
2015Requires(post,postun): %{_bindir}/texhash
2016Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
2017Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2018
2019%description latex-antp
2020A replica of Antykwa Poltawskiego font in PostScript Type 1 format
2021- -- preliminary version. This font was designed in the 'twenties and
2022 the 'thirties of XX century by a Polish graphic artist and a
2023 typographer Adam Poltawski. It was widely used by Polish printing
2024 houses as long as metal types were in use (until ca the 'sixties).
2025 Perhaps the first complete font family programmed and parametrized in
2026 METAPOST.
2027
2028%description latex-antp -l pl.UTF-8
2029Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
2030PostScript Type 1. Ten krój został opracowany w latach 30-tych i
203140-tych XX wieku przez polskiego grafika i typografa Adama
2032Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
2033używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
2034kompletna rodzina fontów zaprogramowana i zparametryzowana w
2035METAPOSCIE.
2036
2037%package latex-antt
2038Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2039Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
2040Group: Applications/Publishing/TeX
2041Requires(post,postun): %{_bindir}/texhash
2042Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
2043Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2044
2045%description latex-antt
2046Antykwa Torunska is a serif font designed by the late Polish
2047typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
20481.
2049
2050%description latex-antt -l pl.UTF-8
2051Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
2052typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
2053postać cyfrową jako Type 1.
2054
e88b5dcf
ZU
2055%package latex-appendix
2056Summary: Extra control of appendices
2057Summary(hu.UTF-8): Az appendixek nagyobb irányítása
2058Group: Applications/Publishing/TeX
2059Requires(post,postun): %{_bindir}/texhash
78d53d8c 2060Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
2061
2062%description latex-appendix
2063Extra control of appendices.
2064
2065%description latex-appendix -l hu.UTF-8
2066Az appendixek nagyobb irányítása.
2067
b4d68b39
ZU
2068%package latex-backgammon
2069Summary: LaTeX package to documenting backgammon games
2070Summary(hu.UTF-8): LaTeX csomag backgammon játékok dokumentálására
2071Group: Applications/Publishing/TeX
2072Requires(post,postun): %{_bindir}/texhash
2073Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2074
2075%description latex-backgammon
2076LaTeX package to documenting backgammon games.
2077
2078%description latex-backgammon -l hu.UTF-8
2079LaTeX csomag backgammon játékok dokumentálására
2080
d08789e0
ZU
2081%package latex-bbm
2082Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
2083Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
2084Group: Applications/Publishing/TeX
2085Requires(post,postun): %{_bindir}/texhash
2086Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2087Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2088
2089%description latex-bbm
2090Blackboard variant fonts for Computer Modern, with LaTeX support.
2091
2092%description latex-bbm -l pl.UTF-8
2093Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2094
6c82f497
ZU
2095%package latex-bardiag
2096Summary: LateX package for drawing bar diagrams
2097Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
2098Group: Applications/Publishing/TeX
2099Requires(post,postun): %{_bindir}/texhash
2100
2101%description latex-bardiag
2102LateX package for drawing bar diagrams.
2103
2104%description latex-bardiag -l hu.UTF-8
2105LaTeX csomag oszlopdiagramok rajzolására.
2106
d08789e0
ZU
2107%package latex-bbold
2108Summary: Sans serif blackboard bold for LaTeX
2109Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2110Group: Applications/Publishing/TeX
2111Requires(post,postun): %{_bindir}/texhash
2112Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2113Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2114
2115%description latex-bbold
2116A geometric sans serif blackboard bold font, for use in mathematics.
2117
2118%description latex-bbold -l pl.UTF-8
2119Geometryczny tablicowy tłusty font sans serif, do używania w
2120matematyce.
2121
2122%package latex-bibtex
2123Summary: Bibliography management for LaTeX
2124Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2125Group: Applications/Publishing/TeX
2126Requires(post,postun): %{_bindir}/texhash
2127Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2128Obsoletes: tetex-bibtex
2129Obsoletes: tetex-natbib
2130Obsoletes: tetex-rubibtex
2131
2132%description latex-bibtex
2133Bibliography management for LaTeX.
2134
2135%description latex-bibtex -l pl.UTF-8
2136Zarządzanie bibliografią dla LaTeXa.
2137
b4d68b39
ZU
2138%package latex-beamer
2139Summary: A LaTeX class for producing presentations and slides
2140Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2141Group: Applications/Publishing/TeX
2142Requires(post,postun): %{_bindir}/texhash
2143Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2144
2145%description latex-beamer
2146A LaTeX class for producing presentations and slides.
2147
2148%description latex-beamer -l hu.UTF-8
2149LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2150
2fede27b
ZU
2151%package latex-bezos
2152Summary: Packages by Javier Bezos (additional math tools)
2153Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2154Group: Applications/Publishing/TeX
2155Requires(post,postun): %{_bindir}/texhash
78d53d8c 2156Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2157
2158%description latex-bezos
2159Packages by Javier Bezos (additional math tools).
2160
2161%description latex-bezos
2162Javier Bezos csomagjai (további matematikai eszközök).
2163
d08789e0
ZU
2164%package latex-bibtex-ams
2165Summary: BibTeX style files for American Mathematical Society publications
2166Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2167Group: Applications/Publishing/TeX
2168Requires(post,postun): %{_bindir}/texhash
2169Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2170Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2171Obsoletes: tetex-bibtex-ams
2172
2173%description latex-bibtex-ams
2174BibTeX style files for American Mathematical Society publications.
2175
2176%description latex-bibtex-ams -l pl.UTF-8
2177Pliki stylów BibTeXa do publikacji American Mathematical Society.
2178
2179%package latex-bibtex-dk
2180Summary: Danish variants of the standard BibTeX styles
2181Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2182Group: Applications/Publishing/TeX
2183Requires(post,postun): /usr/bin/texhash
2184Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2185
2186%description latex-bibtex-dk
2187Dk-bib is a translation of the four standard BibTeX style files
2188(abbrv, alpha, plain and unsrt) into Danish. The files have been
2189extended with ISBN, ISSN and URL fields which can be enabled through a
2190LaTeX style file.
2191
2192%description latex-bibtex-dk -l pl.UTF-8
2193Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2194(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2195rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2196stylu LaTeXa.
2197
2198%package latex-bibtex-nor
2199Summary: Norwegian variants of the standard BibTeX styles
2200Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2201Group: Applications/Publishing/TeX
2202Requires(post,postun): /usr/bin/texhash
2203Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2204
2205%description latex-bibtex-nor
2206Norwegian variants of the standard BibTeX styles.
2207
2208%description latex-bibtex-nor -l pl.UTF-8
2209Norweskie warianty standardowych stylów BibTeXa.
2210
2211%package latex-bibtex-pl
2212Summary: Polish bibliography management for LaTeX
2213Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2214Group: Applications/Publishing/TeX
2215Requires(post,postun): %{_bindir}/texhash
2216Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2217Obsoletes: tetex-bibtex-plbib
2218
2219%description latex-bibtex-pl
2220Polish bibliography management for LaTeX.
2221
2222%description latex-bibtex-pl -l pl.UTF-8
2223Polska wersja zarządzania bibliografią dla LaTeXa.
2224
2225%package latex-bibtex-german
2226Summary: German variants of standard BibTeX styles
2227Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2228Group: Applications/Publishing/TeX
2229Requires(post,postun): %{_bindir}/texhash
2230Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2231Obsoletes: tetex-bibtex-germbib
2232
2233%description latex-bibtex-german
2234German variants of standard BibTeX styles.
2235
2236%description latex-bibtex-german -l pl.UTF-8
2237Niemieckie wersje standardowych stylów BibTeXa.
2238
2239%package latex-bibtex-revtex4
2240Summary: BibTeX styles for REVTeX4
2241Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2242Group: Applications/Publishing/TeX
2243Requires(post,postun): %{_bindir}/texhash
2244Requires: %{name} = %{epoch}:%{version}-%{release}
2245Obsoletes: tetex-bibtex-revtex4
2246
2247%description latex-bibtex-revtex4
2248BibTeX styles for REVTeX4.
2249
2250%description latex-bibtex-revtex4 -l pl.UTF-8
2251Style BibTeXa dla REVTeX4.
2252
2253%package latex-bibtex-jurabib
2254Summary: Extended BibTeX citation support for the humanities and legal texts
2255Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2256Group: Applications/Publishing/TeX
2257Requires(post,postun): %{_bindir}/texhash
2258Requires: %{name} = %{epoch}:%{version}-%{release}
2259Obsoletes: tetex-bibtex-jurabib
2260
2261%description latex-bibtex-jurabib
2262Extended BibTeX citation support for the humanities and legal texts.
2263
2264%description latex-bibtex-jurabib -l pl.UTF-8
2265Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2266prawniczych.
2267
33b3b483
ZU
2268%package latex-bibtex-styles
2269Summary: Various BibTeX styles
2270Summary(hu.UTF-8): Vegyes BibTeX stílusok
2271Group: Applications/Publishing/TeX
2272Requires(post,postun): %{_bindir}/texhash
2273Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2274
2275%description latex-bibtex-styles
2276Various BibTeX styles.
2277
2278%description latex-bibtex-styles -l hu.UTF-8
2279Vegyes BibTeX stílusok.
2280
435dbdfa
ZU
2281%package latex-bibtex-vancouver
2282Summary: Bibliographic style file for Biomedical Journals
b5f33174 2283Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2284Group: Applications/Publishing/TeX
435dbdfa 2285Requires(post,postun): %{_bindir}/texhash
33b3b483 2286Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2287
b5f33174 2288%description latex-bibtex-vancouver
435dbdfa 2289Bibliographic style file for Biomedical Journals.
2fede27b 2290
b5f33174
ZU
2291%description latex-bibtex-vancouver -l hu.UTF-8
2292Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2293
2fede27b
ZU
2294%package latex-booktabs
2295Summary: Publication quality tables in LaTeX
2296Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2297Group: Applications/Publishing/TeX
2298Requires(post,postun): %{_bindir}/texhash
78d53d8c 2299Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2300
2301%description latex-booktabs
2302Publication quality tables in LaTeX.
2303
2304%description latex-booktabs -l hu.UTF-8
2305Nyomdai minőségű táblázatok LaTeX-ben.
2306
2307
2308%package latex-caption
2309Summary: Customising captions in floating environments
2310Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2311Group: Applications/Publishing/TeX
2312Requires(post,postun): %{_bindir}/texhash
78d53d8c 2313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2314
2315%description latex-caption
2316Customising captions in floating environments.
2317
2318%description latex-caption -l hu.UTF-8
2319Feliratok testreszabása úszó környezetekben.
2320
d08789e0
ZU
2321%package latex-carlisle
2322Summary: Miscellaneous small packages by David Carlisle
2323Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2324Group: Applications/Publishing/TeX
2325Requires(post,postun): %{_bindir}/texhash
2326Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2327
2328%description latex-carlisle
2329Miscellaneous small packages by David Carlisle.
2330
2331%description latex-carlisle -l pl.UTF-8
2332Różne małe pakiety autorstwa Davida Carlisle.
2333
2334%package latex-ccfonts
2335Summary: Support for Concrete text and math fonts in LaTeX
2336Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2337Group: Applications/Publishing/TeX
2338Requires(post,postun): %{_bindir}/texhash
2339Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2340
2341%description latex-ccfonts
2342LaTeX font definition files for the Concrete fonts and a LaTeX package
2343for typesetting documents using Concrete as the default font family.
2344The files support OT1, T1, TS1, and Concrete math including AMS fonts
2345(Ulrik Vieth's concmath).
2346
2347%description latex-ccfonts -l pl.UTF-8
2348Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2349LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2350rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2351Concrete wraz z AMS (concmath Ulrika Vietha).
2352
2353%package latex-cite
2354Summary: Supports compressed, sorted lists of numerical citations
2355Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2356Group: Applications/Publishing/TeX
2357Requires(post,postun): %{_bindir}/texhash
2358Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2359
2360%description latex-cite
2361Supports compressed, sorted lists of numerical citations.
2362
2363%description latex-cite -l pl.UTF-8
2364Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2365
2366%package latex-cmbright
2367Summary: Support for CM Bright fonts in LaTeX
2368Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2369Group: Applications/Publishing/TeX
2370Requires(post,postun): %{_bindir}/texhash
2371Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2372Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2373
2374%description latex-cmbright
2375A family of sans serif fonts for TeX and LaTeX, based on Donald
2376Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2377various shapes as well as all the fonts necessary for mathematical
2378typesetting, incl. AMS symbols. This collection provides all the
2379necessary files for using the fonts with LaTeX.
2380
2381%description latex-cmbright -l pl.UTF-8
2382Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2383Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2384kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2385symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2386używania fontów w LaTeXu.
2387
2fede27b
ZU
2388%package latex-comment
2389Summary: Selectively include/excludes portions of text
2390Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2391Group: Applications/Publishing/TeX
2392Requires(post,postun): %{_bindir}/texhash
78d53d8c 2393Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2394
2395%description latex-comment
2396Selectively include/excludes portions of text.
2397
2398%description latex-comment -l hu.UTF-8
2399A szöveg részeinek beillesztése/kihagyása.
2400
d08789e0
ZU
2401%package latex-concmath
2402Summary: LaTeX package and font definition files to access the Concrete math fonts
2403Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2404Group: Applications/Publishing/TeX
2405Requires(post,postun): %{_bindir}/texhash
2406Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2407Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2408
2409%description latex-concmath
2410LaTeX package and font definition files to access the Concrete math
2411fonts, which were derived from Computer Modern math fonts using
2412parameters from Concrete Roman text fonts.
2413
2414%description latex-concmath -l pl.UTF-8
2415Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2416matematyczne Concrete wywodzące się z fontów matematycznych Computer
2417Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2418Roman.
2419
2fede27b
ZU
2420%package latex-currvita
2421Summary: Typeset a curriculum vitae
2422Summary(hu.UTF-8): Önéletrajzok írása
2423Group: Applications/Publishing/TeX
2424Requires(post,postun): %{_bindir}/texhash
78d53d8c 2425Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2426
2427%description latex-currvita
2428Typeset a curriculum vitae.
2429
2430%description latex-currvita -l hu.UTF-8
2431Önéletrajzok írása.
2432
2433%package latex-curves
2434Summary: Curves for LaTeX picture environment
2435Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2436Group: Applications/Publishing/TeX
2437Requires(post,postun): %{_bindir}/texhash
78d53d8c 2438Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2439
2440%description latex-curves
2441Curves for LaTeX picture environment.
2442
2443%description latex-curves -l hu.UTF-8
2444Görbék LaTeX picture környezetébe.
2445
d08789e0
ZU
2446%package latex-custom-bib
2447Summary: Customized BibTeX styles for LaTeX
2448Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2449Group: Applications/Publishing/TeX
2450Requires(post,postun): %{_bindir}/texhash
2451Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2452
2453%description latex-custom-bib
2454Package generating customized BibTeX bibliography styles from a
2455generic file using docstrip. Includes support for the Harvard style.
2456
2457%description latex-custom-bib -l pl.UTF-8
2458Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2459pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2460
2461%package latex-cyrillic
2462Summary: LaTeX Cyrillic support
2463Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2464Group: Applications/Publishing/TeX
2465Requires(post,postun): %{_bindir}/texhash
2466Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2467
2468%description latex-cyrillic
2469LaTeX Cyrillic support.
2470
2471%description latex-cyrillic -l pl.UTF-8
2472Obsługa cyrylicy dla LaTeXa.
2473
b280f158
ZU
2474%package latex-dstroke
2475Summary: LaTeX doublestroke font
2476Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2477Group: Applications/Publishing/TeX
2478Requires(post,postun): %{_bindir}/texhash
2479Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2480Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2481
2482%description latex-dstroke
2483Doublestroke font for typesetting the mathematical symbols for the
2484natural numbers, whole numbers, rational numbers, real numbers and
2485complex numbers.
2486
2487%description latex-dstroke -l pl.UTF-8
2488Podwójnie kreślony font do składania symboli matematycznych liczb
2489naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2490
60597425
ZU
2491%package latex-enumitem
2492Summary: A package to customize the three basic lists
2493Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2494Group: Applications/Publishing/TeX
2495Requires(post,postun): %{_bindir}/texhash
78d53d8c 2496Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2497
2498%description latex-enumitem
2499A package to customize the three basic lists (enumerate, itemize and
2500description).
2501
2502%description latex-enumitem
2503Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2504(enumerate, itemize, description).
2505
2b453bda
ZU
2506%package latex-exam
2507Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2508Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2509Group: Applications/Publishing/TeX
fe66da27 2510Requires(post,postun): %{_bindir}/texhash
78d53d8c 2511Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2512
2513%description latex-exam
2514The exam document class attempts to make it easy for even a LaTeX
2515novice to prepare exams.
2516
2517%description latex-exam -l hu.UTF-8
2518Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2519feladatsorok készítése.
2520
247457ba
ZU
2521%package latex-formlett
2522Summary: Letters to multiple recipients
2523Summary(hu.UTF-8): Levél több címzettnek ("körlevél")
2524Group: Applications/Publishing/TeX
2525Requires(post,postun): %{_bindir}/texhash
2526Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2527
2528%description latex-formlett
2529Letters to multiple recipients.
2530
2531%description latex-formlett -l hu.UTF-8
2532Levél több címzettnek ("körlevél").
2533
c9ddaf2d
ZU
2534%package latex-formular
2535Summary: Create forms containing field for manual entry
2536Summary(hu.UTF-8): Kézzel kitöltendő űrlapok készítése
2537Group: Applications/Publishing/TeX
2538Requires(post,postun): %{_bindir}/texhash
2539Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2540
2541%description latex-formular
2542Create forms containing field for manual entry.
2543
2544%description latex-formular -l hu.UTF-8
2545Kézzel kitöltendő űrlapok készítése.
2546
247457ba
ZU
2547%package latex-examdesign
2548Summary: LaTeX class for typesetting exams
2549Summary(hu.UTF-8): LaTeX osztály dolgozatok szedésére
2550Group: Applications/Publishing/TeX
2551Requires(post,postun): %{_bindir}/texhash
2552Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2553
2554%description latex-examdesign
2555LaTeX class for typesetting exams.
2556
187f5494 2557%description latex-examdesign -l hu.UTF-8
247457ba
ZU
2558LaTeX osztály dolgozatok szedésére.
2559
f1f5d194
ZU
2560%package latex-gbrief
2561Summary: Letter document class
2562Summary(hu.UTF-8): Levél dokumentumosztály
2563Group: Applications/Publishing/TeX
2564Requires(post,postun): %{_bindir}/texhash
2565Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2566
2567%description latex-gbrief
2568Letter document class.
2569
2570%description latex-gbrief -l hu.UTF-8
2571Levél dokumentumosztály.
2572
2b453bda 2573
d08789e0
ZU
2574%package latex-jknappen
2575Summary: Miscellaneous packages by Joerg Knappen
2576Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2577Group: Applications/Publishing/TeX
2578Requires(post,postun): %{_bindir}/texhash
2579Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2580Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2581
2582%description latex-jknappen
2583Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2584Knappen, including sgmlcmpt.
2585
2586%description latex-jknappen -l pl.UTF-8
2587Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2588Knappena. Zawiera sgmlcmpt.
2589
d19eaaab
ZU
2590%package latex-keystroke
2591Summary: Graphical representation of keys on keyboard
2592Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2593Group: Applications/Publishing/TeX
2594Requires(post,postun): %{_bindir}/texhash
2595Requires: %{name}-latex
2596
2597%description latex-keystroke
2598Graphical representation of keys on keyboard.
2599
2600%description latex-keystroke -l hu.UTF-8
2601A billentyűk grafikus megjelenítése.
2602
2603
2604%package latex-labbook
2605Summary: Typeset laboratory journals
2606Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2607Group: Applications/Publishing/TeX
2608Requires(post,postun): %{_bindir}/texhash
2609Requires: %{name}-latex
2610
2611%description latex-labbook
2612Typeset laboratory journals.
2613
2614%description latex-labbook -l hu.UTF-8
2615Laborjegyzőkönyvek szedése.
2616
2617%package latex-lcd
2618Summary: Alphanumerical LCD-style displays
f65b3398 2619Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2620Group: Applications/Publishing/TeX
2621Requires(post,postun): %{_bindir}/texhash
2622Requires: %{name}-latex
2623
2624%description latex-lcd
2625Alphanumerical LCD-style displays.
2626
2627%description latex-lcd -l hu.UTF-8
f65b3398 2628Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2629
2630%package latex-leaflet
2631Summary: Create small handouts (flyers)
2632Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2633Group: Applications/Publishing/TeX
2634Requires(post,postun): %{_bindir}/texhash
2635Requires: %{name}-latex
2636
2637%description latex-leaflet
2638Create small handouts (flyers).
2639
2640%description latex-leaflet -l hu.UTF-8
2641Kis "kézikönyvek" készítése (brossúrák).
2642
f1f5d194
ZU
2643%package latex-leftidx
2644Summary: Left and right subscripts and superscripts in math mode
2645Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2646Group: Applications/Publishing/TeX
2647Requires(post,postun): %{_bindir}/texhash
2648Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2649
7b6c7caa
ZU
2650%description latex-leftidx
2651Left and right subscripts and superscripts in math mode.
2652
2653%description latex-leftidx -l hu.UTF-8
2654Bal és jobboldali alsó és felső indexek matematikai módban.
2655
d19eaaab
ZU
2656
2657%package latex-lewis
2658Summary: Draw Lewis structures (chemistry)
2659Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2660Group: Applications/Publishing/TeX
2661Requires(post,postun): %{_bindir}/texhash
2662Requires: %{name}-latex
2663
2664%description latex-lewis
2665Draw Lewis structures (chemistry).
2666
2667%description latex-lewis -l hu.UTF-8
2668Lewis struktúrák készítése (kémia).
2669
d08789e0
ZU
2670%package latex-lm
2671Summary: LaTeX styles for Latin Modern family fonts
2672Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2673Group: Applications/Publishing/TeX
2674Requires(post,postun): /usr/bin/texhash
2675Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2676Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2677
2678%description latex-lm
2679Latin Modern family of fonts, based on the Computer Modern fonts
2680released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2681lot of additional characters, mainly accented ones, but not only.
2682There is a one set of PostScript fonts and four sets of TeX Font
2683Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2684encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2685Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2686potential user knows what to do with all these files. The author is
2687Boguslaw Jackowski.
2688
2689%description latex-lm -l pl.UTF-8
2690Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2691przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2692Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2693Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2694Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2695QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2696(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2697(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2698tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2699
a8b381b0
ZU
2700%package latex-lastpage
2701Summary: Reference last page for "Page N of M" type footers
2702Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2703Group: Applications/Publishing/TeX
fe66da27 2704Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2705
2706%description latex-lastpage
2707Reference last page for Page N of M type footers.
2708
2709%description latex-lastpage -l hu.UTF-8
2710Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2711
d08789e0
ZU
2712%package latex-lineno
2713Summary: Line numbers on paragraphs
2714Summary(pl.UTF-8): Numery linii dla paragrafów
2715Group: Applications/Publishing/TeX
2716Requires(post,postun): /usr/bin/texhash
2717Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2718
2719%description latex-lineno
2720The LaTeX package lineno.sty provides line numbers on paragraphs.
2721After TeX has broken a paragraph into lines there will be line numbers
2722attached to them, with the possibility to make references through the
2723LaTeX \ref, \pageref cross reference mechanism.
2724
2725%description latex-lineno -l pl.UTF-8
2726Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2727paragrafu na linie przez TeXa do linii dołączane są ich numery z
2728możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2729\ref i \pageref.
2730
d19eaaab
ZU
2731
2732%package latex-mathexam
2733Summary: Package for typesetting exams
2734Summary(hu.UTF-8): Vizsgák szedése
2735Group: Applications/Publishing/TeX
2736Requires(post,postun): %{_bindir}/texhash
2737Requires: %{name}-latex
2738
2739%description latex-mathexam
2740Package for typesetting exams.
2741
2742%description latex-mathexam -l hu.UTF-8
2743Vizsgák szedése.
2744
d08789e0
ZU
2745%package latex-microtype
2746Summary: An interface to the micro-typographic extensions of pdfTeX
2747Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2748Group: Applications/Publishing/TeX
2749Requires(post,postun): /usr/bin/texhash
2750Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2751
2752%description latex-microtype
2753The `microtype' package provides a LaTeX interface to pdfTeX's
2754micro-typographic extensions: character protrusion and font expansion.
2755It allows to restrict character protrusion and/or font expansion to a
2756definable set of fonts, and to configure micro-typographic aspects of
2757the fonts in a straight-forward and flexible way. Settings for various
2758fonts are provided.
2759
2760%description latex-microtype -l pl.UTF-8
2761Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2762mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2763Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2764określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2765aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2766dla różnych fontów.
2767
8ed039e0
ZU
2768%package latex-musictex
2769Summary: Typesetting music with TeX
2770Summary(hu.UTF-8): Zenék szedése TeX-hel
2771Group: Applications/Publishing/TeX
2772Requires(post,postun): %{_bindir}/texhash
2773Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2774
2775%description latex-musictex
2776Typesetting music with TeX.
2777
2778%description latex-musictex -l hu.UTF-8
2779Zenék szedése TeX-hel.
2780
d08789e0
ZU
2781%package latex-lucidabr
2782Summary: Package to make Lucida Bright fonts usable with LaTeX
2783Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2784Group: Applications/Publishing/TeX
2785Requires(post,postun): %{_bindir}/texhash
2786Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2787
2788%description latex-lucidabr
2789Package to make Lucida Bright fonts usable with LaTeX.
2790
2791%description latex-lucidabr -l pl.UTF-8
2792Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2793
2794%package latex-marvosym
2795Summary: Styles for Martin Vogel's Symbol (marvosym) font
2796Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
2797Group: Applications/Publishing/TeX
2798Requires(post,postun): /usr/bin/texhash
2799Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2800Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2801
2802%description latex-marvosym
2803Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2804currency symbol as defined by the European commission; Euro currency
2805symbols in typefaces Times, Helvetica and Courier; Symbols for
2806structural engineering; Symbols for steel cross-sections; Astronomy
2807signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2808symbols; CE sign and others.
2809
2810%description latex-marvosym -l pl.UTF-8
2811Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2812waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2813krojach Times, Helvetica i Courier; symbole do inżynierii
2814strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2815(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2816CE i inne.
2817
2818%package latex-mathpple
2819Summary: Use PostScript Palatino for typesetting maths
2820Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2821Group: Applications/Publishing/TeX
2822Requires(post,postun): %{_bindir}/texhash
2823Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2824Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2825
2826%description latex-mathpple
2827The package defines the PostScript font family `Palatino' (ppl) as the
2828default roman font and then uses the `mathpple' fonts for typesetting
2829math. These virtual fonts have been created for typesetting math in a
2830style that suits the Palatino text fonts. The AMS fonts, when used
2831additionally, will be scaled to fit Palatino.
2832
2833%description latex-mathpple -l pl.UTF-8
2834Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2835domyślny font roman i używa fontów mathpple do składania wzorów
2836matematycznych. Te wirtualne fonty zostały stworzone do składania
2837wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2838Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2839pasować do Palatino.
2840
2841%package latex-mathtime
2842Summary: Mathtime fonts for LaTeX
2843Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
2844Group: Applications/Publishing/TeX
2845Requires(post,postun): %{_bindir}/texhash
2846Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2847
2848%description latex-mathtime
2849The Mathtime fonts have a number of characters remapped to positions
2850different from the ones normally used by the corresponding TeX
2851CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2852style files use the Times Roman font (often called something like:
2853ptmr or ptmr7t or ptmrq).
2854
2855%description latex-mathtime -l pl.UTF-8
2856Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2857różniące się od tych normalnie używanych w odpowiadających im TeXowych
2858fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2859używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2860ptmrq).
2861
2862%package latex-mflogo
2863Summary: LaTeX support for MetaFont and logo fonts
2864Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
2865Group: Applications/Publishing/TeX
2866Requires(post,postun): %{_bindir}/texhash
2867Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2868Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2869
2870%description latex-mflogo
2871LaTeX package and font definition file to access the Knuthian `logo'
2872fonts described in `The MetaFontbook' and the MetaFont and logos in
2873LaTeX documents.
2874
2875%description latex-mflogo -l pl.UTF-8
2876Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2877opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2878LaTeXa.
2879
2880%package latex-mfnfss
2881Summary: Font description files to use extra fonts like yinit and ygoth
2882Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2883Group: Applications/Publishing/TeX
2884Requires(post,postun): %{_bindir}/texhash
2885Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2886
2887%description latex-mfnfss
2888Font description files to use extra fonts like yinit and ygoth.
2889
2890%description latex-mfnfss -l pl.UTF-8
2891Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2892
2893%package latex-minitoc
2894Summary: Produce a table of contents for each chapter
2895Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
2896Group: Applications/Publishing/TeX
2897Requires(post,postun): %{_bindir}/texhash
2898Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2899
2900%description latex-minitoc
2901Produce a table of contents for each chapter.
2902
2903%description latex-minitoc -l pl.UTF-8
2904Tworzenie spisów treści dla każdego rozdziału.
2905
2906%package latex-mltex
2907Summary: Support for MLTeX
2908Summary(pl.UTF-8): Wsparcie dla MLTeXa
2909Group: Applications/Publishing/TeX
2910Requires(post,postun): %{_bindir}/texhash
2911Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2912
2913%description latex-mltex
2914Support for MLTeX, the multilingual TeX extension from Michael J.
2915Ferguson.
2916
2917%description latex-mltex -l pl.UTF-8
2918Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2919autorstwa Michaela J. Fergusona.
2920
d34bfb7f
ZU
2921%package latex-multienum
2922Summary: Multi-column enumerated lists
2923Summary(hu.UTF-8): Többoszlopos számozott listák
2924Group: Applications/Publishing/TeX
2925Requires(post,postun): %{_bindir}/texhash
2926Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2927
2928%description latex-multienum
2929Multi-column enumerated lists.
2930
2931%description latex-multienum -l hu.UTF-8
2932Többoszlopos számozott listák.
2933
f1f5d194
ZU
2934
2935%package latex-moreverb
2936Summary: Extended verbatim
2937Summary(hu.UTF-8): Kiterjesztett verbatim
2938Group: Applications/Publishing/TeX
2939Requires(post,postun): %{_bindir}/texhash
2940Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2941
2942%description latex-moreverb
2943Extended verbatim.
2944
2945%description latex-moreverb -l hu.UTF-8
2946Kiterjesztett verbatim.
2947
a8b381b0
ZU
2948%package latex-ntheorem
2949Summary: Enhanced theorem environment
2950Summary(hu.UTF-8): Bővített tétel környezet
2951Group: Applications/Publishing/TeX
fe66da27 2952Requires(post,postun): %{_bindir}/texhash
78d53d8c 2953Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
2954
2955%description latex-ntheorem
2956Enhanced theorem environment.
2957
2958%description latex-ntheorem -l hu.UTF-8
2959Bővített tétel környezet
2960
f65b3398
ZU
2961%package latex-other
2962Summary: Other LaTeX packages
2963Summary(hu.UTF-8): Néhány további LaTeX csomag
2964Group: Applications/Publishing/TeX
2965Requires(post,postun): %{_bindir}/texhash
2966Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2967
2968%description latex-other
2969Other LaTeX packages.
2970
2971%description latex-other -l hu.UTF-8
2972Néhány további LaTeX csomag.
2973
2974%package latex-other-doc
2975Summary: Other LaTeX packages documentation
2976Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
2977Group: Applications/Publishing/TeX
2978Requires(post,postun): %{_bindir}/texhash
2979Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2980
2981%description latex-other-doc
2982Other LaTeX packages documentation.
2983
2984%description latex-other-doc -l hu.UTF-8
2985Néhány további LaTeX csomag dokumentációja.
2986
d08789e0
ZU
2987%package latex-palatcm
2988Summary: Palatino + Computer Modern math fonts for LaTeX
2989Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2990Group: Applications/Publishing/TeX
2991Requires(post,postun): %{_bindir}/texhash
2992Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2993
2994%description latex-palatcm
2995Palatino + Computer Modern math fonts for LaTeX.
2996
2997%description latex-palatcm -l pl.UTF-8
2998Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2999
f65b3398
ZU
3000
3001%package latex-pdfslide
3002Summary: Presentation slides using pdftex
3003Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
3004Group: Applications/Publishing/TeX
3005Requires(post,postun): %{_bindir}/texhash
3006Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3007
3008%description latex-pdfslide
3009Presentation slides using pdftex.
3010
3011%description latex-pdfslide -l hu.UTF-8
3012Prezentáció készítése pdftex-hel.
3013
03d9d5fa
ZU
3014%package latex-pgf
3015Summary: The TeX Portable Graphic Format
3016Summary(hu.UTF-8): TeX Portable Graphic Formátum
3017Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
3018Group: Applications/Publishing/TeX
3019Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
3020Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3021Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 3022Obsoletes: tetex-pgf
03d9d5fa
ZU
3023
3024%description latex-pgf
3025A macro package for creating graphics directly in TeX and LaTeX.
3026
3027%description latex-pgf -l hu.UTF-8
3028Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
3029
3030%description latex-pgf -l pl.UTF-8
3031Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
3032
f65b3398
ZU
3033%package latex-polynom
3034Summary: Macros for manipulating polynomials
3035Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
3036Group: Applications/Publishing/TeX
3037Requires(post,postun): %{_bindir}/texhash
3038Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3039
3040%description latex-polynom
3041Macros for manipulating polynomials.
3042
3043%description latex-polynom -l hu.UTF-8
3044Makrók polinomokkal való műveletekre.
3045
3046%package latex-polynomial
3047Summary: Typeset (univariate) polynomials
3048Summary(hu.UTF-8): Egyváltozós polinomok szedése
3049Group: Applications/Publishing/TeX
3050Requires(post,postun): %{_bindir}/texhash
3051Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3052
3053%description latex-polynomial
3054Typeset (univariate) polynomials.
3055
3056%description latex-polynomial -l hu.UTF-8
3057Egyváltozós polinomok szedése.
3058
b7b4a109
ZU
3059%package latex-prosper
3060Summary: LaTeX class for high quality slides
3061Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
3062Group: Applications/Publishing/TeX
3063Requires(post,postun): %{_bindir}/texhash
3064Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3065
3066%description latex-prosper
3067LaTeX class for high quality slides.
3068
3069%description latex-prosper -l hu.UTF-8
3070LaTeX osztály jó minőségű fóliák készítéséhez.
3071
3072%package latex-pseudocode
3073Summary: LaTeX enviroment for specifying algorithms in a natural way
3074Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
3075Group: Applications/Publishing/TeX
3076Requires(post,postun): %{_bindir}/texhash
3077Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3078
3079%description latex-pseudocode
3080LaTeX enviroment for specifying algorithms in a natural way.
3081
3082%description latex-pseudocode -l hu.UTF-8
3083LaTeX környezet algoritmusok bevitelére.
3084
d08789e0
ZU
3085%package latex-psnfss
3086Summary: LaTeX font support for common PostScript fonts
3087Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
3088Group: Applications/Publishing/TeX
3089Requires(post,postun): %{_bindir}/texhash
3090Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3091Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3092Obsoletes: tetex-latex-mathptm
3093Obsoletes: tetex-latex-mathptmx
3094
3095%description latex-psnfss
3096LaTeX font definition files, macros and font metrics for common
3097PostScript fonts.
3098
3099%description latex-psnfss -l pl.UTF-8
3100LaTeXowe pliki definicji fontów, makra i metryki fontów dla
3101popularnych fontów postscriptowych.
3102
8efa6a9c
ZU
3103%package latex-pst-2dplot
3104Summary: A PSTricks package for drawing 2D curves
3105Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
3106Group: Applications/Publishing/TeX
3107Requires(post,postun): %{_bindir}/texhash
3108Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3109
3110%description latex-pst-2dplot
3111A PSTricks package for drawing 2D curves.
3112
3113%description latex-pst-2dplot -l hu.UTF-8
3114PSTricks csomag kétdimenziós görbék rajzolásához.
3115
3116%package latex-pst-3dplot
3117Summary: Draw 3d curves and graphs using PSTricks
3118Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
3119Group: Applications/Publishing/TeX
3120Requires(post,postun): %{_bindir}/texhash
3121Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3122
3123%description latex-pst-3dplot
3124Draw 3d curves and graphs using PSTricks.
3125
3126%description latex-pst-3dplot -l hu.UTF-8
31273D-s görbék és grafikonok PSTricks-szel.
3128
3129
3130%package latex-pst-bar
3131Summary: Produces bar charts using pstricks
3132Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
3133Group: Applications/Publishing/TeX
3134Requires(post,postun): %{_bindir}/texhash
3135Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3136
3137%description latex-pst-bar
3138Produces bar charts using pstricks.
3139
3140%description latex-pst-bar -l hu.UTF-8
3141Oszlopdiagramok pstricks-szel.
3142
3143%package latex-pst-circ
3144Summary: PSTricks package for drawing electric circuits
3145Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3146Group: Applications/Publishing/TeX
3147Requires(post,postun): %{_bindir}/texhash
3148Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3149
3150%description latex-pst-circ
3151PSTricks package for drawing electric circuits.
3152
3153%description latex-pst-circ -l hu.UTF-8
3154PSTricks csomag elektromos áramkörök rajzolásához.
3155
3156%package latex-pst-diffraction
3157Summary: Print diffraction patterns from various apertures
3158Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3159Group: Applications/Publishing/TeX
3160Requires(post,postun): %{_bindir}/texhash
3161Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3162
3163%description latex-pst-diffraction
3164Print diffraction patterns from various apertures.
3165
3166%description latex-pst-diffraction -l hu.UTF-8
3167Diffrakciós képek különböző eszközökön.
3168
b7b4a109
ZU
3169%package latex-pst-eucl
3170Summary: Euclidian geometry with pstricks
3171Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3172Group: Applications/Publishing/TeX
3173Requires(post,postun): %{_bindir}/texhash
3174Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3175
3176%description latex-pst-eucl
3177Euclidian geometry with pstricks.
3178
3179%description latex-pst-eucl -l hu.UTF-8
3180Euklidészi geometria a pstricks használatával.
3181
8efa6a9c
ZU
3182
3183%package latex-pst-fun
3184Summary: Draw "funny" objects with PSTricks
3185Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3186Group: Applications/Publishing/TeX
3187Requires(post,postun): %{_bindir}/texhash
3188Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3189
3190%description latex-pst-fun
3191Draw "funny" objects with PSTricks.
3192
3193%description latex-pst-fun -l hu.UTF-8
3194"Vicces" rajzok PSTricks-szel
3195
3196%package latex-pst-func
3197Summary: PSTricks package for plotting mathematical functions
3198Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3199Group: Applications/Publishing/TeX
3200Requires(post,postun): %{_bindir}/texhash
3201Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3202
3203%description latex-pst-func
3204PSTricks package for plotting mathematical functions.
3205
3206%description latex-pst-eucl -l hu.UTF-8
3207PSTricks csomag matematikai függvények ábrázolásához.
3208
b7b4a109
ZU
3209%package latex-pst-fr3d
3210Summary: Draw 3-dimensional framed boxes using PSTricks
3211Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3212Group: Applications/Publishing/TeX
3213Requires(post,postun): %{_bindir}/texhash
3214Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3215
3216%description latex-pst-fr3d
3217Draw 3-dimensional framed boxes using PSTricks.
3218
3219%description latex-pst-fr3d -l hu.UTF-8
3220Háromdimenziós dobozok PSTricks segítségével.
3221
3222%package latex-pst-fractal
3223Summary: Draw fractal sets using PSTricks
3224Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3225Group: Applications/Publishing/TeX
3226Requires(post,postun): %{_bindir}/texhash
3227Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3228
3229%description latex-pst-fractal
3230Draw fractal sets using PSTricks.
3231
3232%description latex-pst-fractal -l hu.UTF-8
3233Fraktálok rajzolása PSTricks segítségével.
3234
8efa6a9c
ZU
3235%package latex-pst-infixplot
3236Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3237Summary(hu.UTF-8): Infix kifejezések ábrázolása
3238Group: Applications/Publishing/TeX
3239Requires(post,postun): %{_bindir}/texhash
3240Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3241
3242%description latex-pst-infixplot
3243Using pstricks plotting capacities with infix expressions rather than
3244RPN.
3245
3246%description latex-pst-infixplot -l hu.UTF-8
3247Infix kifejezések ábrázolása.
3248
3249%package latex-pst-math
3250Summary: Enhancement of PostScript math operators to use with pstricks
3251Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3252Group: Applications/Publishing/TeX
3253Requires(post,postun): %{_bindir}/texhash
3254Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3255
3256%description latex-pst-math
3257Enhancement of PostScript math operators to use with pstricks.
3258
3259%description latex-pst-math -l hu.UTF-8
3260PostScript matematikai operátorok bővítése pstricks-szel.
3261
3262%package latex-pst-ob3d
3263Summary: Three dimensional objects using PSTricks
3264Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3265Group: Applications/Publishing/TeX
3266Requires(post,postun): %{_bindir}/texhash
3267Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3268
3269%description latex-pst-ob3d
3270Three dimensional objects using PSTricks.
3271
3272%description latex-pst-ob3d -l hu.UTF-8
3273Háromdimenziós objektumok PSTricks-szel.
3274
3275%package latex-pst-optexp
3276Summary: Drawing optical experimental setups
3277Summary(hu.UTF-8): Optikai összeállítások rajzolása
3278Group: Applications/Publishing/TeX
3279Requires(post,postun): %{_bindir}/texhash
3280Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3281
3282%description latex-pst-optexp
3283Drawing optical experimental setups.
3284
3285%description latex-pst-optexp -l hu.UTF-8
3286Optikai összeállítások rajzolása.
3287
3288%package latex-pst-optic
3289Summary: Drawing optics diagrams
3290Summary(hu.UTF-8): Optikai ábrák rajzolása
3291Group: Applications/Publishing/TeX
3292Requires(post,postun): %{_bindir}/texhash
3293Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3294
3295%description latex-pst-optic
3296Drawing optics diagrams.
3297
3298%description latex-pst-optic -l hu.UTF-8
3299Optikai ábrák rajzolása.
3300
3301%package latex-pst-text
3302Summary: Text and character manipulation in PSTricks
3303Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3304Group: Applications/Publishing/TeX
3305Requires(post,postun): %{_bindir}/texhash
3306Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3307
3308%description latex-pst-text
3309Text and character manipulation in PSTricks.
3310
3311%description latex-pst-text -l hu.UTF-8
3312Szöveg és karakter manipulációk PSTricks-szel.
3313
1024ab0e
ZU
3314%package latex-pst-uncategorized
3315Summary: Other uncategorized PSTricks packages
3316Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3317Group: Applications/Publishing/TeX
3318Requires(post,postun): %{_bindir}/texhash
3319Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3320
3321%description latex-pst-uncategorized
3322Other uncategorized PSTricks packages.
3323
3324%description latex-pst-uncategorized -l hu.UTF-8
3325Néhány kategorizálatlan PSTricks csomag.
3326
d08789e0
ZU
3327%package latex-pxfonts
3328Summary: PX fonts LaTeX support
3329Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3330Group: Applications/Publishing/TeX
3331Requires(post,postun): %{_bindir}/texhash
3332Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3333Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3334
3335%description latex-pxfonts
3336PX fonts LaTeX support.
3337
3338%description latex-pxfonts -l pl.UTF-8
3339Obsługa fontów PX w LaTeXu.
3340
3341%package latex-qfonts
3342Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3343Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3344Group: Applications/Publishing/TeX
3345Requires(post,postun): %{_bindir}/texhash
3346Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3347Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3348
3349%description latex-qfonts
3350A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3351QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3352QuasiTimes (regular, italic, bold and bold italic), based on URW++
3353fonts distributed with Ghostscript. The fonts are encoded according to
3354QX layout which facilitates multilingual and technical typesetting
3355using TeX, preserving usability in Windows applications.
3356
3357%description latex-qfonts -l pl.UTF-8
3358Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3359QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3360QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3361fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3362zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3363TeXu, zachowując przydatność dla aplikacji windowsowych.
3364
6c82f497
ZU
3365%package latex-SIstyle
3366Summary: Package to typeset SI units, numbers and angles
3367Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3368Group: Applications/Publishing/TeX
6c82f497 3369Requires(post,postun): /usr/bin/texhash
b4d68b39 3370Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3371
3372%description latex-SIstyle
3373Package to typeset SI units, numbers and angles.
3374
3375%description latex-SIstyle -l hu.UTF-8
3376Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3377
3378%package latex-SIunits
3379Summary: The SIunits package can be used to standardise the use of units in your writings
3380Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3381Group: Applications/Publishing/TeX
fe66da27 3382Requires(post,postun): /usr/bin/texhash
78d53d8c 3383Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3384
3385%description latex-SIunits
2b453bda
ZU
3386The SIunits package can be used to standardise the use of units in
3387your writings.
3127b522
ZU
3388
3389%description latex-SIunits -l hu.UTF-8
3390Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3391
f65b3398
ZU
3392%package latex-siunitx
3393Summary: A comprehensive (SI) units package
3394Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3395Group: Applications/Publishing/TeX
3396Requires(post,postun): /usr/bin/texhash
3397Requires: %{name}-latex
3398
3399%description latex-siunitx
3400A comprehensive (SI) units package.
3401
3402%description latex-siunitx -l hu.UTF-8
3403Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3404
6c82f497
ZU
3405%package latex-Tabbing
3406Summary: Tabbing with accented letters
3407Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3408Group: Applications/Publishing/TeX
3409Requires(post,postun): /usr/bin/texhash
3410
3411%description latex-Tabbing
3412Tabbing with accented letters.
3413
3414%description latex-Tabbing -l hu.UTF-8
3415Tabbing környezet ékezetes betűk használatával.
3127b522 3416
d08789e0
ZU
3417%package latex-urwvn
3418Summary: URWVN fonts
3419Summary(pl.UTF-8): Fonty URWVN
3420Group: Applications/Publishing/TeX
3421Requires(post,postun): /usr/bin/texhash
3422Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3423Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3424
3425%description latex-urwvn
3426URWVN fonts.
3427
3428%description latex-urwvn -l pl.UTF-8
3429Fonty URWVN.
3430
3431%package latex-txfonts
3432Summary: TX fonts LaTeX support
3433Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3434Group: Applications/Publishing/TeX
3435Requires(post,postun): %{_bindir}/texhash
3436Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3437Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3438
3439%description latex-txfonts
3440TX fonts LaTeX support.
3441
3442%description latex-txfonts -l pl.UTF-8
3443Obsługa fontów TX w LaTeXu.
3444
7ea3a98b
ZU
3445%package latex-ucs
3446Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3447Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3448Group: Applications/Publishing/TeX
7ea3a98b 3449Requires(post,postun): %{_bindir}/texhash
78d53d8c 3450Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3451
3452%description latex-ucs
d34bfb7f
ZU
3453This package contains support for using UTF-8 as input encoding in
3454LaTeX documents.
7ea3a98b
ZU
3455
3456%description latex-ucs -l hu.UTF-8
3457Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3458
d08789e0
ZU
3459%package latex-umlaute
3460Summary: An interface to inputenc for using alternate input encodings
3461Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3462Group: Applications/Publishing/TeX
3463Requires(post,postun): %{_bindir}/texhash
3464Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3465
3466%description latex-umlaute
3467An interface to inputenc for using alternate input encodings.
3468
3469%description latex-umlaute -l pl.UTF-8
3470Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3471
3472%package latex-wasysym
3473Summary: Extra characters from the Waldis symbol fonts
3474Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3475Group: Applications/Publishing/TeX
3476Requires(post,postun): %{_bindir}/texhash
3477Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3478Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3479
3480%description latex-wasysym
3481Makes some additional characters available that come from the wasy
3482fonts (Waldis symbol fonts). These fonts are not automatically
3483included in NFSS2/LaTeX2e since they take up important space and often
3484aren't necessary if one makes use of the packages amsfonts or amssymb.
3485Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3486apple, ocircle invneg, logof, varint, male, female, phone, clock,
3487lightning, pointer, sun, bell, permil, smiley, various electrical
3488symbols, shapes, music notes, circles, signs, astronomy, etc.
3489
3490%description latex-wasysym -l pl.UTF-8
3491Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3492(Waldis symbol). Te fonty nie są automatycznie dołączane w
3493NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3494jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3495m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3496ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3497pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3498kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3499
03d9d5fa
ZU
3500%package latex-xcolor
3501Summary: Allows for access to color tints, shades, tones etc
3502Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3503Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3504Group: Applications/Publishing/TeX
3505Obsoletes: tetex-latex-xcolor
3506
3507%description
3508`xcolor' provides easy driver-independent access to several kinds of
3509color tints, shades, tones, and mixes of arbitrary colors. It allows
3510to select a document-wide target color model and offers tools for
3511automatic color schemes, conversion between eight color models, and
3512alternating table row colors.
3513
3514%description latex-xcolor -l hu.UTF-8
3515`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3516színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3517keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3518modell kiválasztásához és a színmodellek közötti konverzióra.
3519
3520%description latex-xcolor -l pl.UTF-8
3521`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3522wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3523na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3524schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3525naprzemiennych kolorów w tabelach.
3526
d08789e0
ZU
3527%package format-latex
3528Summary: LaTeX macro package
3529Summary(pl.UTF-8): Pakiet makr LaTeX
3530Group: Applications/Publishing/TeX
3531Requires(post,postun): %{_bindir}/texhash
3532Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3533Obsoletes: hugelatex
3534
3535%description format-latex
3536LaTeX is a front end for the TeX text formatting system. Easier to use
3537than TeX, LaTeX is essentially a set of TeX macros which provide
3538convenient, predefined document formats for users.
3539
3540This package contains LaTeX format.
3541
3542%description format-latex -l pl.UTF-8
3543LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3544łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3545dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3546
3547Ten pakiet zawiera format LaTeX.
3548
3549%package format-pdflatex
3550Summary: PDF LaTeX macro package
3551Summary(pl.UTF-8): Pakiet makr PDF LaTeX
3552Group: Applications/Publishing/TeX
3553Requires(post,postun): %{_bindir}/texhash
3554Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3555Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3556Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3557Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
3558Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3559
3560%description format-pdflatex
3561LaTeX is a front end for the TeX text formatting system. Easier to use
3562than TeX, LaTeX is essentially a set of TeX macros which provide
3563convenient, predefined document formats for users.
3564
3565This package contains PDF LaTeX format.
3566
3567%description format-pdflatex -l pl.UTF-8
3568LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3569łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3570dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3571
3572Ten pakiet zawiera format PDF LaTeX.
3573
3574# PLaTeX format
3575
3576%package platex
3577Summary: PLaTeX format basic files
3578Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
3579Group: Applications/Publishing/TeX
3580Requires(post,postun): %{_bindir}/texhash
3581Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3582Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3583
3584%description platex
3585PLaTeX format basic files.
3586
3587%description platex -l pl.UTF-8
3588Podstawowe pliki dla formatu PLaTeX.
3589
3590%package format-platex
3591Summary: PLaTeX format
3592Summary(pl.UTF-8): Format PLaTeX
3593Group: Applications/Publishing/TeX
3594Requires(post,postun): %{_bindir}/texhash
3595Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3596
3597%description format-platex
3598PLaTeX format.
3599
3600%description format-platex -l pl.UTF-8
3601Format PLaTeX.
3602
3603%package format-pdfplatex
3604Summary: PDF PLaTeX format
3605Summary(pl.UTF-8): Format PDF PLaTeX
3606Group: Applications/Publishing/TeX
3607Requires(post,postun): %{_bindir}/texhash
3608Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3609Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3610Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3611
3612%description format-pdfplatex
3613PDF PLaTeX format.
3614
3615%description format-pdfplatex -l pl.UTF-8
3616Format PDF PLaTeX.
3617
29d720fe
ZU
3618%package scripts
3619Summary: Various scripts
3620Summary(hu.UTF-8): Néhány szkript
3621Group: Applications/Publishing/TeX
3622Requires(post,postun): %{_bindir}/texhash
3623Requires: %{name} = %{epoch}:%{version}-%{release}
3624
3625%description scripts
3626Various scripts.
3627
3628%description scripts -l hu.UTF-8
3629Néhány szkript.
3630
d08789e0
ZU
3631# # TeX generic macros #
3632
3633%package tex-babel
3634Summary: Multilingual support for TeX
3635Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
3636Group: Applications/Publishing/TeX
3637Requires(post,postun): %{_bindir}/texhash
3638Requires: %{name} = %{epoch}:%{version}-%{release}
3639
3640%description tex-babel
3641Multilingual support for TeX.
3642
3643%description tex-babel -l pl.UTF-8
3644Obsługa wielu języków dla TeXa.
3645
3646%package tex-german
3647Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
3648Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3649Group: Applications/Publishing/TeX
3650Requires(post,postun): %{_bindir}/texhash
3651Requires: %{name} = %{epoch}:%{version}-%{release}
3652
3653%description tex-german
3654Supports the new German orthography (neue deutsche Rechtschreibung).
3655
3656%description tex-german -l pl.UTF-8
3657Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3658
783773ac
ZU
3659%package tex-insbox
3660Summary: A TeX macro for inserting pictures/boxes into paragraphs
3661Summary(hu.UTF-8): TeX makró képek/dobozok beszúrására bekezdésekbe
3662Group: Applications/Publishing/TeX
3663Requires(post,postun): %{_bindir}/texhash
3664Requires: %{name} = %{epoch}:%{version}-%{release}
3665
3666%description tex-insbox
3667A TeX macro for inserting pictures/boxes into paragraphs.
3668
3669%description tex-insbox -l hu.UTF-8
3670TeX makró képek/dobozok beszúrására bekezdésekbe.
3671
d08789e0
ZU
3672%package tex-mfpic
3673Summary: Macros which generate Metafont or Metapost for drawing pictures
3674Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
3675Group: Applications/Publishing/TeX
3676Requires(post,postun): %{_bindir}/texhash
3677Requires: %{name} = %{epoch}:%{version}-%{release}
3678
3679%description tex-mfpic
3680Macros which generate Metafont or Metapost for drawing pictures.
3681
3682%description tex-mfpic -l pl.UTF-8
3683Makra generujące Metafont lub Metapost do rysowania obrazków.
3684
3685%package tex-misc
3686Summary: Miscellaneous TeX macros
3687Summary(pl.UTF-8): Różne makra TeXowe
3688Group: Applications/Publishing/TeX
3689Requires(post,postun): %{_bindir}/texhash
3690Requires: %{name} = %{epoch}:%{version}-%{release}
3691Obsoletes: tetex-tex-eijkhout
3692
3693%description tex-misc
3694Miscellaneous TeX macros.
3695
3696%description tex-misc -l pl.UTF-8
3697Różne makra TeXowe.
3698
3699%package tex-pictex
3700Summary: Picture drawing macros for TeX and LaTeX
3701Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
3702Group: Applications/Publishing/TeX
3703Requires(post,postun): %{_bindir}/texhash
3704Requires: %{name} = %{epoch}:%{version}-%{release}
3705
3706%description tex-pictex
3707Picture drawing macros for TeX and LaTeX.
3708
3709%description tex-pictex -l pl.UTF-8
3710Makra do rysowania obrazków dla TeXa i LaTeXa.
3711
29d720fe
ZU
3712%package tex-psizzl
3713Summary: A TeX format for physics papers
3714Summary(hu.UTF-8): TeX formátum fizikai kiadványokhoz
3715Group: Applications/Publishing/TeX
3716Requires(post,postun): %{_bindir}/texhash
3717Requires: %{name} = %{epoch}:%{version}-%{release}
3718
3719%description tex-psizzl
3720A TeX format for physics papers.
3721
3722%description tex-psizzl -l hu.UTF-8
3723TeX formátum fizikai kiadványokhoz.
3724
d08789e0
ZU
3725%package tex-pstricks
3726Summary: PostScript macros for TeX
3727Summary(pl.UTF-8): Makra postscriptowe dla TeXa
3728Group: Applications/Publishing/TeX
3729Requires(post,postun): %{_bindir}/texhash
188cb15d 3730Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
3731
3732%description tex-pstricks
3733An extensive collection of PostScript macros that is compatible with
3734most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3735AMS-LaTeX. Included are macros for color, graphics, pie charts,
3736rotation, trees and overlays. It has many special features, including:
3737a wide variety of graphics (picture drawing) macros, with a flexible
3738interface and with color support. There are macros for coloring or
3739shading the cells of tables.
3740
3741%description tex-pstricks -l pl.UTF-8
3742Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3743makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3744makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3745nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3746rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3747makra do kolorowania lub cieniowania komórek tabel.
3748
3749%package tex-qpx
3750Summary: QuasiPalatino and PX fonts typesetting support
3751Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
3752Group: Applications/Publishing/TeX
3753Requires(post,postun): %{_bindir}/texhash
3754Requires: %{name} = %{epoch}:%{version}-%{release}
3755Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3756
3757%description tex-qpx
3758QuasiPalatino and PX fonts typesetting support.
3759
3760%description tex-qpx -l pl.UTF-8
3761Wsparcie dla składu fontami QuasiPalatino i PX.
3762
31bd2c4a 3763%package tex-qpxqtx
d08789e0
ZU
3764Summary: QuasiTimes and TX fonts typesetting support
3765Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
3766Group: Applications/Publishing/TeX
3767Requires(post,postun): %{_bindir}/texhash
3768Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 3769Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 3770
31bd2c4a 3771%description tex-qpxqtx
d08789e0
ZU
3772QuasiTimes and TX fonts typesetting support.
3773
31bd2c4a 3774%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
3775Wsparcie dla składu fontami QuasiTimes i TX.
3776
3777%package tex-ruhyphen
3778Summary: Russian hyphenation
3779Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
3780Group: Applications/Publishing/TeX
3781Requires(post,postun): %{_bindir}/texhash
3782Requires: %{name} = %{epoch}:%{version}-%{release}
3783
3784%description tex-ruhyphen
3785A collection of Russian hyphenation patterns supporting a number of
3786Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3787LCY, LWN (OT2), and koi8-r.
3788
3789%description tex-ruhyphen -l pl.UTF-8
3790Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3791kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3792Cyrillic), LCY, LWN (OT2) i koi8-r.
3793
3794%package tex-spanish
3795Summary: Various TeX related files for typesetting documents written in Spanish
3796Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3797Group: Applications/Publishing/TeX
3798Requires(post,postun): %{_bindir}/texhash
3799Requires: %{name} = %{epoch}:%{version}-%{release}
3800Obsoletes: tetex-tex-spanishb
3801
3802%description tex-spanish
3803Various TeX related files for typesetting documents written in
3804Spanish, including hyphenation and dictionaries.
3805
3806%description tex-spanish -l pl.UTF-8
3807Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3808hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3809
3810%package tex-texdraw
3811Summary: Graphical macros, using embedded PostScript
3812Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
3813Group: Applications/Publishing/TeX
3814Requires(post,postun): %{_bindir}/texhash
3815Requires: %{name} = %{epoch}:%{version}-%{release}
3816
3817%description tex-texdraw
3818Graphical macros, using embedded PostScript.
3819
3820%description tex-texdraw -l pl.UTF-8
3821Makra graficzne używające osadzanego PostScriptu.
3822
3823%package tex-thumbpdf
3824Summary: Thumbnails for PDFTeX and dvips/ps2pdf
3825Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
3826Group: Applications/Publishing/TeX
3827Requires(post,postun): %{_bindir}/texhash
3828Requires: %{name} = %{epoch}:%{version}-%{release}
3829
3830%description tex-thumbpdf
3831Provides support, using Perl, for thumbnails in pdfTeX and
3832dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3833represented in a TeX readable file that is read by the package
3834thumbpdf.sty to automatically include the thumbnails. Works with both
3835plain TeX and LaTeX.
3836
3837%description tex-thumbpdf -l pl.UTF-8
3838Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3839użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3840TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3841ikonki. Działa z formatami plain TeX i LaTeX.
3842
3843%package tex-ukrhyph
3844Summary: Ukranian hyphenation
3845Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
3846Group: Applications/Publishing/TeX
3847Requires(post,postun): %{_bindir}/texhash
3848Requires: %{name} = %{epoch}:%{version}-%{release}
3849
3850%description tex-ukrhyph
3851This package allows the use of different hyphenation patterns for the
3852Ukrainian language for various Cyrillic font encodings. Contains
3853packages implementing traditional rules, modern rules, and combined
3854English-Ukrainian hyphenation.
3855
3856%description tex-ukrhyph -l pl.UTF-8
3857Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3858dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3859Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3860łączonych angielsko-ukraińskich.
3861
e67df411
ZU
3862%package latex-variations
3863Summary: Typeset tables of variations of functions
3864Group: Applications/Publishing/TeX
3865Requires(post,postun): %{_bindir}/texhash
3866Requires: %{name} = %{epoch}:%{version}-%{release}
3867
3868%description latex-variations
3869Typeset tables of variations of functions.
3870
d08789e0
ZU
3871%package latex-vietnam
3872Summary: Vietnamese language support
3873Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
3874Group: Applications/Publishing/TeX
3875Requires(post,postun): %{_bindir}/texhash
3876Requires: %{name} = %{epoch}:%{version}-%{release}
3877Obsoletes: tetex-tex-vietnam
3878
3879%description latex-vietnam
3880Vietnamese language support.
3881
3882%description latex-vietnam -l pl.UTF-8
3883Wsparcie dla języka wietnamskiego.
3884
3885%package tex-xypic
3886Summary: Package for typesetting a variety of graphs and diagrams with TeX
3887Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
3888Group: Applications/Publishing/TeX
3889Requires(post,postun): %{_bindir}/texhash
3890Requires: %{name} = %{epoch}:%{version}-%{release}
3891Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3892
3893%description tex-xypic
3894A package for typesetting a variety of graphs and diagrams with TeX.
3895Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3896and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3897`supported package'.
3898
3899%description tex-xypic -l pl.UTF-8
3900Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3901z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3902w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3903
3904%package tex-xkeyval
3905Summary: Extension to keyval package
3906Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
3907Group: Applications/Publishing/TeX
3908Requires(post,postun): /usr/bin/texhash
3909Requires: %{name} = %{epoch}:%{version}-%{release}
3910
3911%description tex-xkeyval
3912Extension to keyval package.
3913
3914%description tex-xkeyval -l pl.UTF-8
3915Rozszerzenie do pakietu keyval.
3916
3917%package dirs-fonts
3918Summary: TeX font directories
3919Summary(pl.UTF-8): Katalogi fontów TeXa
3920Group: Fonts
5ff30b02 3921Obsoletes: tetex-dirs-fonts
d08789e0
ZU
3922
3923%description dirs-fonts
3924TeX font directories.
3925
3926%description dirs-fonts -l pl.UTF-8
3927Katalogi fontów TeXa.
3928
3929# # Fonts packages #
3930
3931%package fonts-adobe
3932Summary: Adobe fonts
3933Summary(pl.UTF-8): Fonty Adobe
3934Group: Fonts
78d53d8c 3935Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3936
3937%description fonts-adobe
3938Adobe fonts.
3939
3940%description fonts-adobe -l pl.UTF-8
3941Fonty Adobe.
3942
3943%package fonts-ae
3944Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
3945Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3946Group: Fonts
78d53d8c 3947Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3948
3949%description fonts-ae
3950Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3951
3952%description fonts-ae -l pl.UTF-8
3953Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3954
3955%package fonts-ams
3956Summary: AMS fonts
3957Summary(pl.UTF-8): Fonty AMS
3958Group: Fonts
78d53d8c 3959Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3960
3961%description fonts-ams
3962AMS fonts.
3963
3964%description fonts-ams -l pl.UTF-8
3965Fonty AMS.
3966
3967%package fonts-antp
3968Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3969Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3970Group: Fonts
78d53d8c 3971Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3972
3973%description fonts-antp
3974Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3975
3976%description fonts-antp -l pl.UTF-8
3977Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3978Type 1.
3979
3980%package fonts-antt
3981Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
3982Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3983Group: Fonts
78d53d8c 3984Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3985
3986%description fonts-antt
3987Antykwa Torunska, a Type 1 family of a Polish traditional type.
3988
3989%description fonts-antt -l pl.UTF-8
3990Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3991
5bc70a92
MB
3992%package fonts-arphic
3993Summary: Arphic fonts
3994Group: Fonts
3995Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3996
3997%description fonts-arphic
3998Arphic fonts.
3999
d08789e0
ZU
4000%package fonts-bbm
4001Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
4002Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
4003Group: Fonts
78d53d8c 4004Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4005
4006%description fonts-bbm
4007Blackboard variant fonts for Computer Modern, with LaTeX support.
4008
4009%description fonts-bbm -l pl.UTF-8
4010Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
4011
4012%package fonts-bbold
4013Summary: Sans serif blackboard bold for LaTeX
4014Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
4015Group: Fonts
78d53d8c 4016Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4017
4018%description fonts-bbold
4019Sans serif blackboard bold for LaTeX.
4020
4021%description fonts-bbold -l pl.UTF-8
4022Tablicowy tłusty font sans serif dla LaTeXa.
4023
b280f158
ZU
4024%package fonts-bh
4025Summary: Bold & Heavy Fonts
4026Summary(pl.UTF-8): Fonty Bold i Heavy
4027Group: Fonts
78d53d8c 4028Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 4029
b280f158
ZU
4030%description fonts-bh
4031Bold & Heavy Fonts.
d08789e0 4032
b280f158
ZU
4033%description fonts-bh -l pl.UTF-8
4034Fonty Bold i Heavy.
d08789e0
ZU
4035
4036%package fonts-bitstream
4037Summary: Bitstream fonts
4038Summary(pl.UTF-8): Fonty Bitstream
4039Group: Fonts
78d53d8c 4040Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4041Obsoletes: tetex-fonts-bitstrea
4042
4043%description fonts-bitstream
4044Bitstream fonts.
4045
4046%description fonts-bitstream -l pl.UTF-8
4047Fonty Bitstream.
4048
4049%package fonts-cbgreek
4050Summary: Complete set of Greek fonts
4051Summary(pl.UTF-8): Pełny zestaw fontów greckich
4052Group: Fonts
78d53d8c 4053Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4054
4055%description fonts-cbgreek
4056Complete set of Greek fonts.
4057
4058%description fonts-cbgreek -l pl.UTF-8
4059Pełny zestaw fontów greckich.
4060
4061%package fonts-cc-pl
4062Summary: Polish version of Computer Concrete fonts
4063Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4064Group: Fonts
78d53d8c 4065Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4066
4067%description fonts-cc-pl
4068Polish version of Computer Concrete fonts.
4069
4070%description fonts-cc-pl -l pl.UTF-8
4071Polska wersja fontów Computer Concrete.
4072
4073%package fonts-cg
4074Summary: Compugraphic fonts
4075Summary(pl.UTF-8): Fonty Compugraphic
4076Group: Fonts
78d53d8c 4077Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4078
4079%description fonts-cg
4080Compugraphic fonts.
4081
4082%description fonts-cg -l pl.UTF-8
4083Fonty Compugraphic.
4084
4085%package fonts-cm
4086Summary: Computer Modern fonts
4087Summary(pl.UTF-8): Fonty Computer Modern
4088Group: Fonts
78d53d8c 4089Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4090
4091%description fonts-cm
4092Computer Modern fonts.
4093
4094%description fonts-cm -l pl.UTF-8
4095Fonty Computer Modern.
4096
4097%package fonts-cmbright
4098Summary: CM Bright fonts
4099Summary(pl.UTF-8): Fonty CM Bright
4100Group: Fonts
78d53d8c 4101Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4102
4103%description fonts-cmbright
4104CM Bright fonts.
4105
4106%description fonts-cmbright -l pl.UTF-8
4107Fonty CM Bright.
4108
5d7e11d7
ZU
4109%package fonts-cmsuper
4110Summary: CM Super fonts
4111Summary(hu.UTF-8): CM Super betűtípus
4112Group: Fonts
4113Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4114
830ca960 4115%description fonts-cmsuper
5d7e11d7
ZU
4116CM Super fonts.
4117
830ca960 4118%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
4119CM Super betűtípus
4120
4121
d08789e0
ZU
4122%package fonts-cmcyr
4123Summary: Computer Modern fonts extended with Russian letters
4124Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4125Group: Fonts
78d53d8c 4126Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4127
4128%description fonts-cmcyr
4129Computer Modern fonts extended with Russian letters.
4130
4131%description fonts-cmcyr -l pl.UTF-8
4132Fonty Computer Modern rozszerzone o litery rosyjskie.
4133
4134%package fonts-cmextra
4135Summary: Extra Computer Modern fonts, from the American Mathematical Society
4136Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
4137Group: Fonts
78d53d8c 4138Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4139
4140%description fonts-cmextra
4141Extra Computer Modern fonts, from the American Mathematical Society.
4142
4143%description fonts-cmextra -l pl.UTF-8
4144Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4145
4146%package fonts-concmath
4147Summary: Concrete Math fonts
4148Summary(pl.UTF-8): Fonty matematyczne Concrete Math
4149Group: Fonts
78d53d8c 4150Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4151
4152%description fonts-concmath
4153Concrete Math fonts.
4154
4155%description fonts-concmath -l pl.UTF-8
4156Fonty matematyczne Concrete Math.
4157
4158%package fonts-concrete
4159Summary: Concrete Roman fonts
4160Summary(pl.UTF-8): Fonty Concrete Roman
4161Group: Fonts
78d53d8c 4162Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4163
4164%description fonts-concrete
4165Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4166with Euler math fonts.
4167
4168%description fonts-concrete -l pl.UTF-8
4169Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4170przeznaczone do używania z fontami matematycznymi Euler.
4171
4172%package fonts-cs
4173Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4174Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4175Group: Fonts
78d53d8c 4176Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4177
4178%description fonts-cs
4179Czech/Slovak-tuned MetaFont Computer Modern fonts.
4180
4181%description fonts-cs -l pl.UTF-8
4182Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4183czeskiego i słowackiego.
4184
4a09ae1a
ZU
4185%package fonts-dstroke
4186Summary: Doublestroke font for typesetting the mathematical symbols
4187Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4188Group: Fonts
78d53d8c 4189Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4190
4191%description fonts-dstroke
4192Doublestroke font for typesetting the mathematical symbols.
4193
4194%description fonts-dstroke -l pl.UTF-8
4195Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4196
4197%package fonts-ecc
4198Summary: Sources for the European Concrete fonts
4199Summary(pl.UTF-8): Źródła dla fontów European Concrete
4200Group: Fonts
78d53d8c 4201Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4202
4203%description fonts-ecc
4204The MetaFont sources and tfm files of the European Concrete Fonts.
4205This is the EC implementation of Knuth's Concrete fonts, including
4206also the corresponding text companion fonts.
4207
4208%description fonts-ecc -l pl.UTF-8
4209Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4210implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4211tekstowymi fontami towarzyszącymi.
4212
4213%package fonts-eurosym
4214Summary: The new European currency symbol for the Euro
4215Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4216Group: Fonts
78d53d8c 4217Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4218
4219%description fonts-eurosym
4220The new European currency symbol for the Euro implemented in Metafont,
4221using the official European Commission dimensions, and providing
4222several shapes (normal, slanted, bold, outline).
4223
4224%description fonts-eurosym -l pl.UTF-8
4225Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4226z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4227różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4228
4229%package fonts-eulervm
4230Summary: The Virtual Euler Math fonts
4231Summary(pl.UTF-8): Fonty Virtual Euler Math
4232Group: Fonts
78d53d8c 4233Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4234
4235%description fonts-eulervm
4236Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4237approach has several advantages over immediately using the _real_
4238Euler fonts: Most noticeably, less TeX resources are consumed, the
4239quality of various math symbols is improved, and a usable \hslash
4240symbol can be provided.
4241
4242%description fonts-eulervm -l pl.UTF-8
4243Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4244fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4245używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4246jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4247matematycznych i może być dostępny używalny symbol \hslash.
4248
4249%package fonts-euxm
4250Summary: Fonts similar to EUSM but with two more characters
4251Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4252Group: Fonts
78d53d8c 4253Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4254
4255%description fonts-euxm
4256Fonts like EUSM but with two more characters needed for Concrete Math
4257included in TeXLive distribution in fonts3.
4258
4259%description fonts-euxm -l pl.UTF-8
4260Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4261dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4262
4263%package fonts-gothic
4264Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4265Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4266Group: Fonts
78d53d8c 4267Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4268
4269%description fonts-gothic
4270Gothic and ornamental initial fonts by Yannis Haralambous.
4271
4272%description fonts-gothic -l pl.UTF-8
4273Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4274
4275%package fonts-hoekwater
4276Summary: Converted mflogo font
4277Summary(pl.UTF-8): Przekonwertowany font mflogo
4278Group: Fonts
78d53d8c 4279Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4280
4281%description fonts-hoekwater
4282Fonts originally created in MetaFont, transformed to PostScript by
4283Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4284xipa.
4285
4286%description fonts-hoekwater -l pl.UTF-8
4287Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4288PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4289stmaryrd, wasy, wasy2, xipa.
4290
4291%package fonts-jknappen
4292Summary: Miscellaneous packages by Joerg Knappen
4293Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4294Group: Fonts
78d53d8c 4295Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4296
4297%description fonts-jknappen
4298Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4299Knappen, including sgmlcmpt.
4300
4301%description fonts-jknappen -l pl.UTF-8
4302Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4303Knappena. Zawiera sgmlcmpt.
4304
4305%package fonts-latex
4306Summary: Basic LaTeX fonts
4307Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4308Group: Fonts
78d53d8c 4309Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4310
4311%description fonts-latex
4312Basic LaTeX fonts.
4313
4314%description fonts-latex -l pl.UTF-8
4315Podstawowe fonty dla LaTeXa.
4316
4317%package fonts-lh
4318Summary: Olga Lapko's LH fonts
4319Summary(pl.UTF-8): Fonty LH Olgi Lapko
4320Group: Fonts
78d53d8c 4321Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4322
4323%description fonts-lh
4324The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4325
4326%description fonts-lh -l pl.UTF-8
4327Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4328
4329%package fonts-lm
4330Summary: Latin Modern family fonts
4331Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4332Group: Applications/Publishing/TeX
78d53d8c 4333Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4334
4335%description fonts-lm
4336Latin Modern family of fonts, based on the Computer Modern fonts
4337released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4338lot of additional characters, mainly accented ones, but not only.
4339There is a one set of PostScript fonts and four sets of TeX Font
4340Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4341encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4342Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4343potential user knows what to do with all these files. The author is
4344Boguslaw Jackowski.
4345
4346%description fonts-lm -l pl.UTF-8
4347Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4348przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4349Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4350Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4351Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4352QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4353(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4354(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4355tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4356
4357%package fonts-marvosym
4358Summary: Martin Vogel's Symbol (marvosym) font
4359Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4360Group: Fonts
78d53d8c 4361Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4362
4363%description fonts-marvosym
4364Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4365currency symbol as defined by the European commission; Euro currency
4366symbols in typefaces Times, Helvetica and Courier; Symbols for
4367structural engineering; Symbols for steel cross-sections; Astronomy
4368signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4369symbols; CE sign and others.
4370
4371%description fonts-marvosym -l pl.UTF-8
4372Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4373waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4374dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4375strukturalnej; symbole dla przekroi poprzecznych; symbole
4376astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4377krawieckie; znak CE i inne.
4378
4379%package fonts-mflogo
4380Summary: Logo fonts
4381Summary(pl.UTF-8): Fonty logo
4382Group: Fonts
78d53d8c 4383Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4384
4385%description fonts-mflogo
4386Logo fonts.
4387
4388%description fonts-mflogo -l pl.UTF-8
4389Fonty logo.
4390
4391%package fonts-misc
4392Summary: Miscellaneous fonts
4393Summary(pl.UTF-8): Różne fonty
4394Group: Fonts
78d53d8c 4395Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4396
4397%description fonts-misc
4398Miscellaneous fonts.
4399
4400%description fonts-misc -l pl.UTF-8
4401Fonty różne.
4402
4403%package fonts-monotype
4404Summary: Monotype fonts
4405Summary(pl.UTF-8): Fonty Monotype
4406Group: Fonts
78d53d8c 4407Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4408
4409%description fonts-monotype
4410Monotype fonts.
4411
4412%description fonts-monotype -l pl.UTF-8
4413Fonty Monotype.
4414
4415%package fonts-omega
4416Summary: Fonts for Omega - extended unicode TeX
4417Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4418Group: Fonts
78d53d8c 4419Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4420
4421%description fonts-omega
4422Fonts for Omega - extended unicode TeX.
4423
4424%description fonts-omega -l pl.UTF-8
4425Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4426
f1ba8563
ZU
4427
4428%package fonts-other
4429Summary: Other fonts
4430Summary(hu.UTF-8): További betűtípusok
4431Group: Fonts
4432Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4433
4434%description fonts-other
4435Other fonts.
4436
4437%description fonts-omega -l hu.UTF-8
4438További betűtípusok.
4439
d08789e0
ZU
4440%package fonts-pazo
4441Summary: Pazo fonts
4442Summary(pl.UTF-8): Fonty Pazo
4443Group: Fonts
78d53d8c 4444Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4445
4446%description fonts-pazo
4447Pazo fonts.
4448
4449%description fonts-pazo -l pl.UTF-8
4450Fonty Pazo.
4451
4452%package fonts-pl
4453Summary: Polish fonts
4454Summary(pl.UTF-8): Polskie fonty
4455Group: Fonts
78d53d8c 4456Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4457
4458%description fonts-pl
4459Polish fonts.
4460
4461%description fonts-pl -l pl.UTF-8
4462Polskie fonty.
4463
4464%package fonts-px
4465Summary: PX fonts
4466Summary(pl.UTF-8): Fonty PX
4467Group: Fonts
78d53d8c 4468Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4469
4470%description fonts-px
4471PX fonts.
4472
4473%description fonts-px -l pl.UTF-8
4474Fonty PX.
4475
4476%package fonts-qfonts
4477Summary: Quasi fonts
4478Summary(pl.UTF-8): Fonty Quasi
4479Group: Fonts
78d53d8c 4480Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4481
4482%description fonts-qfonts
4483Quasi fonts.
4484
4485%description fonts-qfonts -l pl.UTF-8
4486Fonty Quasi.
4487
4488%package fonts-qpx
4489Summary: Additional fonts for QPX package
4490Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4491Group: Fonts
78d53d8c 4492Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4493Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4494Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4495
4496%description fonts-qpx
4497Additional fonts for QPX package.
4498
4499%description fonts-qpx -l pl.UTF-8
4500Dodatkowe fonty dla pakietu QPX.
4501
31bd2c4a 4502%package fonts-qpxqtx
d08789e0
ZU
4503Summary: Additional fonts for QTX package
4504Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4505Group: Fonts
78d53d8c 4506Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4507# I hope qpxqtx doesn't need qfonts
4508# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4509Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4510
31bd2c4a 4511%description fonts-qpxqtx
d08789e0
ZU
4512Additional fonts for QTX package.
4513
31bd2c4a 4514%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
4515Dodatkowe fonty dla pakietu QTX.
4516
4517%package fonts-rsfs
4518Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
4519Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4520Group: Fonts
78d53d8c 4521Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4522
4523%description fonts-rsfs
4524Fonts of uppercase script letters for use as symbols in scientific and
4525mathematical typesetting, in contrast to the informal script fonts
4526such as that used for the `calligraphic' symbols in the TeX math
4527symbol font.
4528
4529%description fonts-rsfs -l pl.UTF-8
4530Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4531dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4532fontów pisanych takich jak używane do symboli "kaligraficznych" w
4533matematycznym foncie TeXowym symbol.
4534
4535%package fonts-stmaryrd
4536Summary: St Mary Road symbols for functional programming
4537Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
4538Group: Fonts
78d53d8c 4539Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4540
4541%description fonts-stmaryrd
4542St Mary Road symbols for functional programming.
4543
4544%description fonts-stmaryrd -l pl.UTF-8
4545Symbole St Mary Road do programowania funkcyjnego.
4546
4547%package fonts-tx
4548Summary: TX fonts
4549Summary(pl.UTF-8): Fonty TX
4550Group: Fonts
78d53d8c 4551Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4552
4553%description fonts-tx
4554TX fonts.
4555
4556%description fonts-tx -l pl.UTF-8
4557Fonty TX.
4558
5bc70a92
MB
4559%package fonts-uhc
4560Summary: UHC fonts
4561Group: Fonts
4562Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4563
4564%description fonts-uhc
4565UHC fonts.
4566
d08789e0
ZU
4567%package fonts-urw
4568Summary: URW fonts
4569Summary(pl.UTF-8): Fonty URW
4570Group: Fonts
78d53d8c 4571Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4572
4573%description fonts-urw
4574URW fonts.
4575
4576%description fonts-urw -l pl.UTF-8
4577Fonty URW.
4578
4579%package fonts-urwvn
4580Summary: URWVN fonts
4581Summary(pl.UTF-8): Fonty URWVN
4582Group: Fonts
78d53d8c 4583Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4584
4585%description fonts-urwvn
4586URWVN fonts.
4587
4588%description fonts-urwvn -l pl.UTF-8
4589Fonty URWVN.
4590
4591%package fonts-vnr
4592Summary: VNR fonts
4593Summary(pl.UTF-8): Fonty VNR
4594Group: Fonts
78d53d8c 4595Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4596
4597%description fonts-vnr
4598VNR fonts.
4599
4600%description fonts-vnr -l pl.UTF-8
4601Fonty VNR.
4602
e67df411
ZU
4603%package fonts-urw35vf
4604Summary: urw35vf fonts
4605Summary(hu.UTF-8): urw35vf betűtípus
4606Summary(pl.UTF-8): Fonty urw35vf
4607Group: Fonts
4608Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4609
4610%description fonts-urw35vf
4611urw35vf fonts.
4612
4613%description fonts-urw35vf -l hu.UTF-8
4614urw35vf betűtípus.
4615
5bc70a92
MB
4616%package fonts-wadalab
4617Summary: Wadalab fonts
4618Group: Fonts
4619Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4620
4621%description fonts-wadalab
4622Wadalab fonts.
4623
d08789e0
ZU
4624%package fonts-wasy
4625Summary: Waldis symbol fonts
4626Summary(pl.UTF-8): Fonty Waldis symbol
4627Group: Fonts
78d53d8c 4628Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4629
4630%description fonts-wasy
4631Waldis symbol fonts.
4632
4633%description fonts-wasy -l pl.UTF-8
4634Fonty Waldis symbol.
4635
4636%package fonts-xypic
4637Summary: Xy-pic fonts
4638Summary(pl.UTF-8): Fonty Xy-pic
4639Group: Fonts
78d53d8c 4640Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4641
4642%description fonts-xypic
4643Xy-pic fonts.
4644
4645%description fonts-xypic -l pl.UTF-8
4646Fonty Xy-pic.
4647
4648%package fonts-yandy
4649Summary: European Modern fonts from Y&Y
4650Summary(pl.UTF-8): Fonty European Modern od Y&Y
4651Group: Fonts
78d53d8c 4652Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4653
4654%description fonts-yandy
4655European Modern fonts from Y&Y.
4656
4657%description fonts-yandy -l pl.UTF-8
4658Fonty European Modern od Y&Y.
4659
4660%package fonts-type1-antp
4661Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4662Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4663Group: Fonts
78d53d8c 4664Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4665
4666%description fonts-type1-antp
4667Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4668
4669%description fonts-type1-antp -l pl.UTF-8
4670Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4671Type 1.
4672
4673%package fonts-type1-antt
4674Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4675Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4676Group: Fonts
78d53d8c 4677Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4678
4679%description fonts-type1-antt
4680Antykwa Torunska, a Type 1 family of a Polish traditional type.
4681
4682%description fonts-type1-antt -l pl.UTF-8
4683Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4684
5bc70a92
MB
4685%package fonts-type1-arphic
4686Summary: Type1 Arphic fonts
4687Group: Fonts
4688Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4689
4690%description fonts-type1-arphic
4691Type1 Arphic fonts.
4692
d08789e0
ZU
4693%package fonts-type1-belleek
4694Summary: Free replacement for basic MathTime fonts
4695Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
4696Group: Fonts
78d53d8c 4697Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4698
4699%description fonts-type1-belleek
4700Free replacement for basic MathTime fonts.
4701
4702%description fonts-type1-belleek -l pl.UTF-8
4703Wolnodostępny zamiennik podstawowych fontów MathTime.
4704
4705%package fonts-type1-bitstream
4706Summary: Bitstream fonts
4707Summary(pl.UTF-8): Fonty Bitstream
4708Group: Fonts
78d53d8c 4709Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4710Obsoletes: tetex-fonts-type1-bitstrea
4711
4712%description fonts-type1-bitstream
4713Bitstream fonts.
4714
4715%description fonts-type1-bitstream -l pl.UTF-8
4716Fonty Bitstream.
4717
4718%package fonts-type1-bluesky
4719Summary: Computer Modern family fonts
4720Summary(pl.UTF-8): Fonty z rodziny Computer Modern
4721Group: Fonts
78d53d8c 4722Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4723
4724%description fonts-type1-bluesky
4725Computer Modern family fonts.
4726
4727%description fonts-type1-bluesky -l pl.UTF-8
4728Fonty z rodzony Computer Modern.
4729
4730%package fonts-type1-cc-pl
4731Summary: Polish version of Computer Concrete fonts
4732Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4733Group: Fonts
78d53d8c 4734Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4735
4736%description fonts-type1-cc-pl
4737Polish version of Computer Concrete fonts.
4738
4739%description fonts-type1-cc-pl -l pl.UTF-8
4740Polska wersja fontów Computer Concrete.
4741
4742%package fonts-type1-cmcyr
4743Summary: Computer Modern fonts extended with Russian letters
4744Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4745Group: Fonts
78d53d8c 4746Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4747
4748%description fonts-type1-cmcyr
4749Computer Modern fonts extended with Russian letters.
4750
4751%description fonts-type1-cmcyr -l pl.UTF-8
4752Fonty Computer Modern rozszerzone o litery rosyjskie.
4753
4754%package fonts-type1-cs
4755Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4756Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4757Group: Fonts
78d53d8c 4758Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4759
4760%description fonts-type1-cs
4761Czech/Slovak-tuned MetaFont Computer Modern fonts.
4762
4763%description fonts-type1-cs -l pl.UTF-8
4764Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4765czeskiego i słowackiego.
4766
b280f158
ZU
4767%package fonts-type1-dstroke
4768Summary: Doublestroke Type1 font for typesetting the mathematical symbols
4769Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
4770Group: Fonts
78d53d8c 4771Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4772
4773%description fonts-type1-dstroke
4774Doublestroke Type1 font for typesetting the mathematical symbols.
4775
4776%description fonts-type1-dstroke -l pl.UTF-8
4777Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
4778
4779%package fonts-type1-eurosym
4780Summary: The new European currency symbol for the Euro
4781Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4782Group: Fonts
78d53d8c 4783Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4784
4785%description fonts-type1-eurosym
4786The new European currency symbol for the Euro implemented in Metafont,
4787using the official European Commission dimensions, and providing
4788several shapes (normal, slanted, bold, outline).
4789
4790%description fonts-type1-eurosym -l pl.UTF-8
4791Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4792z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4793różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4794
4795%package fonts-type1-hoekwater
4796Summary: Converted mflogo font
4797Summary(pl.UTF-8): Przekonwertowany font mflogo
4798Group: Fonts
78d53d8c 4799Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4800
4801%description fonts-type1-hoekwater
4802Fonts originally created in MetaFont, transformed to PostScript by
4803Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4804xipa.
4805
4806%description fonts-type1-hoekwater -l pl.UTF-8
4807Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4808PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4809stmaryrd, wasy, wasy2, xipa.
4810
4811%package fonts-type1-fpl
4812Summary: SC/OsF fonts for URW Palladio L
4813Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
4814Group: Fonts
78d53d8c 4815Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4816
4817%description fonts-type1-fpl
4818The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4819are compatible with respect to metrics with the Palatino SC/OsF fonts
4820from Adobe. Note that it is not the author's aim to exactly reproduce
4821the outlines of the original Adobe fonts. The SC and OsF in the FPL
4822Fonts were designed with the glyphs from URW Palladio L as starting
4823point. For some glyphs (eg 'o') the author got the best result by
4824scaling and boldening. For others (eg 'h') shifting selected portions
4825of the character gave more satisfying results. All this was done using
4826the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4827data in these fonts comes from Walter Schmidt's improved Palatino
4828metrics.
4829
4830%description fonts-type1-fpl -l pl.UTF-8
4831Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4832kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4833Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4834kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4835projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4836(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4837pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4838dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4839wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4840Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4841Palatino Waltera Schmidta.
4842
b280f158
ZU
4843%package fonts-type1-tt2001
4844Summary: Type1 tt2001 family fonts
4845Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
4846Group: Applications/Publishing/TeX
78d53d8c 4847Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4848
4849%description fonts-type1-tt2001
4850Type1 tt2001 famliy fonts.
4851
4852%description fonts-type1-tt2001 -l pl.UTF-8
4853Fonty Type1 z rodziny tt2001.
d08789e0
ZU
4854
4855%package fonts-type1-lm
4856Summary: Type1 Latin Modern family fonts
4857Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
4858Group: Applications/Publishing/TeX
78d53d8c 4859Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4860
4861%description fonts-type1-lm
4862Latin Modern family of fonts, based on the Computer Modern fonts
4863released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4864lot of additional characters, mainly accented ones, but not only.
4865There is a one set of PostScript fonts and four sets of TeX Font
4866Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4867encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4868Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4869potential user knows what to do with all these files. The author is
4870Boguslaw Jackowski.
4871
4872%description fonts-type1-lm -l pl.UTF-8
4873Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4874przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4875Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4876Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4877Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4878QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4879(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4880(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4881tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4882
4883%package fonts-type1-marvosym
4884Summary: Martin Vogel's Symbol (marvosym) font
4885Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4886Group: Fonts
78d53d8c 4887Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4888
4889%description fonts-type1-marvosym
4890Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4891currency symbol as defined by the European commission; Euro currency
4892symbols in typefaces Times, Helvetica and Courier; Symbols for
4893structural engineering; Symbols for steel cross-sections; Astronomy
4894signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4895symbols; CE sign and others.
4896
4897%description fonts-type1-marvosym -l pl.UTF-8
4898Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4899waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4900dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4901strukturalnej; symbole dla przekroi poprzecznych; symbole
4902astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4903krawieckie; znak CE i inne.
4904
4905%package fonts-type1-mathpazo
4906Summary: Pazo Math fonts
4907Summary(pl.UTF-8): Fonty matematyczne Pazo Math
4908Group: Fonts
78d53d8c 4909Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4910
4911%description fonts-type1-mathpazo
4912Pazo Math fonts.
4913
4914%description fonts-type1-mathpazo -l pl.UTF-8
4915Fonty matematyczne Pazo Math.
4916
4917%package fonts-type1-omega
4918Summary: Type1 fonts for Omega - extended unicode TeX
4919Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4920Group: Fonts
78d53d8c 4921Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4922
4923%description fonts-type1-omega
4924Type1 fonts for Omega - extended unicode TeX.
4925
4926%description fonts-type1-omega -l pl.UTF-8
4927Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4928
4929%package fonts-type1-pl
4930Summary: Polish fonts
4931Summary(pl.UTF-8): Polskie fonty
4932Group: Fonts
78d53d8c 4933Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4934Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4935
4936%description fonts-type1-pl
4937Polish fonts.
4938
4939%description fonts-type1-pl -l pl.UTF-8
4940Polskie fonty.
4941
4942%package fonts-type1-px
4943Summary: PX fonts
4944Summary(pl.UTF-8): Fonty PX
4945Group: Fonts
78d53d8c 4946Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4947
4948%description fonts-type1-px
4949PX fonts.
4950
4951%description fonts-type1-px -l pl.UTF-8
4952Fonty PX.
4953
b280f158
ZU
4954%package fonts-type1-qfonts
4955Summary: Quasi fonts
4956Summary(pl.UTF-8): Fonty Quasi
4957Group: Fonts
78d53d8c 4958Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4959
4960%description fonts-type1-qfonts
4961Quasi fonts.
4962
4963%description fonts-type1-qfonts -l pl.UTF-8
4964Fonty Quasi.
d08789e0
ZU
4965
4966%package fonts-type1-tx
4967Summary: TX fonts
4968Summary(pl.UTF-8): Fonty TX
4969Group: Fonts
78d53d8c 4970Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4971
4972%description fonts-type1-tx
4973TX fonts.
4974
4975%description fonts-type1-tx -l pl.UTF-8
4976Fonty TX.
4977
5bc70a92
MB
4978%package fonts-type1-uhc
4979Summary: Type1 UHC fonts
4980Group: Fonts
4981Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4982
4983%description fonts-type1-uhc
4984Type1 UHC fonts.
4985
d08789e0
ZU
4986%package fonts-type1-urw
4987Summary: URW fonts
4988Summary(pl.UTF-8): Fonty URW
4989Group: Fonts
78d53d8c 4990Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4991
4992%description fonts-type1-urw
4993URW fonts.
4994
4995%description fonts-type1-urw -l pl.UTF-8
4996Fonty URW.
4997
4998%package fonts-type1-vnr
4999Summary: Type1 VNR fonts
5000Summary(pl.UTF-8): Fonty Type1 VNR
5001Group: Fonts
78d53d8c 5002Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5003
5004%description fonts-type1-vnr
5005Type1 VNR fonts.
5006
5007%description fonts-type1-vnr -l pl.UTF-8
5008Fonty Type1 VNR.
5009
5bc70a92
MB
5010%package fonts-type1-wadalab
5011Summary: Type1 Wadalab fonts
5012Group: Fonts
5013Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5014
5015%description fonts-type1-wadalab
5016Type1 Wadalab fonts.
5017
d08789e0
ZU
5018%package fonts-type1-xypic
5019Summary: Xy-pic fonts
5020Summary(pl.UTF-8): Fonty Xy-pic
5021Group: Fonts
78d53d8c 5022Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5023
5024%description fonts-type1-xypic
5025Xy-pic fonts.
5026
5027%description fonts-type1-xypic -l pl.UTF-8
5028Fonty Xy-pic.
5029
489714ae
ZU
5030
5031# TeXLive-specific packages - there wasn't before...
5032%package afm2pl
5033Summary: Convert an Adobe font metric file to a TeX font property list
5034Group: Fonts
5035
5036%description afm2pl
5037Convert an Adobe font metric file to a TeX font property list.
5038
5039
5040%package bbox
5041Summary: bbox prints the bounding box of images
5042Group: Applications/Publishing/TeX
5043
5044%description bbox
5045bbox reads a rawppm or rawpbm file and prints out the bounding box of
5046the image.
5047
5048%package cefutils
5049Summary: In cefutils there are CEF-compatible utils
5050Group: Applications/Publishing/TeX
5051
5052%description cefutils
5053In cefutils there are CEF-compatible (Chinese Encoding Framework)
5054utils.
5055
5056%package detex
5057Summary: A filter to strip TeX commands from a .tex file
5058Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
5059Group: Applications/Publishing/TeX
5060
5061%description detex
5062A filter to strip TeX commands from a .tex file.
5063
5064%description detex -l hu.UTF-8
5065Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
5066
5067
7ffd1967
ZU
5068%package dviutils
5069Summary: Various DVI utils
5070Summary(hu.UTF-8): Vegyes DVI eszközök
5071Group: Applications/Publishing/TeX
5072
5073%description dviutils
5074This package contains various DVI utils.
5075
5076%description dviutils -l hu.UTF-8
5077Ez a csomag mindenféle DVI eszközt tartalmaz.
5078
5079%package epsutils
5080Summary: Various EPS utils
5081Group: Applications/Publishing/TeX
5082
5083%description epsutils
5084Various EPS (Encapsulated PostScript) utils.
5085
5086
5087%package filters
5088Summary: Various filters
5089Group: Applications/Publishing/TeX
5090
5091%description filters
5092Various filters.
5093
5094
489714ae
ZU
5095%package uncategorized-utils
5096Summary: Uncategorized utils
5097Group: Applications/Publishing/TeX
5098
5099%description uncategorized-utils
5100Uncategorized utilities. Needs check and categorizing.
5101
5b7eba8e
MB
5102%package tex4ht
5103Summary: LaTeX and TeX for hypertext
5104Group: Applications/Publishing/TeX
5105
5106%description tex4ht
5107A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
5108providing a configurable (La)TeX-based authoring system for hypertext.
5109When converting to XML, you can use MathML instead of images for
5110equation representation.
5111
4224ae6d
MB
5112%package xetex
5113Summary: Extended TeX / LaTeX version for unicode
5114Group: Applications/Publishing/TeX
5115Requires(post,postun): /usr/bin/texhash
5116Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
5117
5118%description xetex
5119XeTeX extends the TeX typesetting system (and macro packages such as
5120LaTeX and ConTeXt) to have native support for the Unicode character
5121set, including complex Asian scripts, and for OpenType and TrueType
5122fonts.
5123
5124%package xmltex
5125Summary: TeX package for processing XML files
5126Group: Applications/Publishing/TeX
5127Requires(post,postun): /usr/bin/texhash
5128
5129%description xmltex
5130XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
5131It allows TeX to directly process XML files.
5132
d08789e0
ZU
5133%prep
5134%setup -q -c -T -n %{name}-%{version}-source
5135lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 5136%patch0 -p1
1cc1dae0 5137%patch1 -p1
c48c077b
AM
5138
5139cd libs/teckit
5140cat ax*.m4 > acinclude.m4
5141%{__libtoolize}
5142%{__aclocal}
5143%{__autoconf}
5144%{__automake}
d08789e0
ZU
5145
5146%build
5147find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 5148%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 5149cd texk/kpathsea
83feaf0d
ZU
5150%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5151%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5152%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5153%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5154%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 5155%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 5156cd ../..
d47c034d 5157
a784d38e 5158%configure \
ca4b56d2
AM
5159%if %{with bootstrap}
5160 --without-xindy \
5161 --without-luatex \
5162%endif
d08789e0
ZU
5163 --disable-multiplatform \
5164 --disable-static \
5165 --enable-a4 \
5166 --enable-gf \
5167 --enable-ipc \
5168 --enable-shared \
a784d38e 5169 --with-fontconfig \
d08789e0
ZU
5170 --with-fonts-dir=/var/cache/fonts \
5171 --with-ncurses \
e671f712 5172 --with-system-freetype \
97b079ad 5173 --with-freetype-include=/usr/include/freetype \
a784d38e 5174 --with-system-freetype2 \
97b079ad 5175 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5176 --with-system-gd \
5177 --with-system-ncurses \
5178 --with-system-pnglib \
5179 --with-system-t1lib \
5180 --with-system-zlib \
d08789e0
ZU
5181 --with-xdvi-x-toolkit=xaw \
5182 --without-dialog \
5183 --without-t1utils \
ca4b56d2 5184 --without-texinfo
d08789e0 5185
d08789e0
ZU
5186%{__make}
5187
d08789e0
ZU
5188%install
5189rm -rf $RPM_BUILD_ROOT
5190install -d $RPM_BUILD_ROOT%{_datadir} \
5191 $RPM_BUILD_ROOT%{_desktopdir} \
5192 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5193 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5194 $RPM_BUILD_ROOT/var/cache/fonts \
5195 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5196 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5197 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5198 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5199
f37ff31b
ZU
5200lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5201%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5202%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5203%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
c9ddaf2d
ZU
5204%{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots
5205rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots
5206
f37ff31b
ZU
5207# This is an empty directory
5208%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5209# Useless binary
5210%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5211
d08789e0
ZU
5212# commented out because of following (non-fatal) error:
5213# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5214#perl -pi \
5215# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5216# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5217# texmf/web2c/texmf.cnf
5218
d08789e0
ZU
5219install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5220
5221LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5222
5223%{__make} install \
5224 prefix=$RPM_BUILD_ROOT%{_prefix} \
5225 bindir=$RPM_BUILD_ROOT%{_bindir} \
5226 mandir=$RPM_BUILD_ROOT%{_mandir} \
5227 libdir=$RPM_BUILD_ROOT%{_libdir} \
5228 datadir=$RPM_BUILD_ROOT%{_datadir} \
5229 infodir=$RPM_BUILD_ROOT%{_infodir} \
5230 includedir=$RPM_BUILD_ROOT%{_includedir} \
5231 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5232 texmf=$RPM_BUILD_ROOT%{texmf} \
5233 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5234 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5235
015f9ddb 5236%{__rm} $RPM_BUILD_ROOT%{texmf}/scripts/texlive/uninstall-win32.pl
37bb0d8c 5237# Fix broken symlinks
3702646a
ZU
5238CURDIR=$(pwd)
5239cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5240ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5241ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5242ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5243ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5244ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5245ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5246ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5247ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5248ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5249ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5250ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5251ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5252ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5253ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5254ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5255ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5256ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5257ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5258ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5259ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5260ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5261ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5262ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5263ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5264ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5265ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5266ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5267ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5268ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5269ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5270ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5271ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5272ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5273ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5274ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5275ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5276ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5277ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5278ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5279ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5280ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5281ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5282ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5283ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5284ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5285ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5286ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5287ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5288ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5289ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5290ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5291ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5292ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5293ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5294ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5295ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5296ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5297ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5298ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5299ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
3702646a 5300cd $CURDIR
37bb0d8c 5301
d08789e0
ZU
5302#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5303#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5304
26d8eaaa
ZU
5305# %{__make} init \
5306# prefix=$RPM_BUILD_ROOT%{_prefix} \
5307# bindir=$RPM_BUILD_ROOT%{_bindir} \
5308# mandir=$RPM_BUILD_ROOT%{_mandir} \
5309# libdir=$RPM_BUILD_ROOT%{_libdir} \
5310# datadir=$RPM_BUILD_ROOT%{_datadir} \
5311# infodir=$RPM_BUILD_ROOT%{_infodir} \
5312# includedir=$RPM_BUILD_ROOT%{_includedir} \
5313# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5314# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5315
489714ae 5316%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5317%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5318# We don't need it
5319%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5320%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5321
d08789e0
ZU
5322perl -pi \
5323 -e "s|$RPM_BUILD_ROOT||g;" \
5324 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5325
8175e90e 5326install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5327
5328install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5329install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5330
ce981570 5331# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5332
5333# in separate spec
b4d68b39
ZU
5334# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5335# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5336
5337# not included in package
5338rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5339rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5340rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5341rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5342rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5343rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5344rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5345rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5346rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5347rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5348rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5349rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5350rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5351rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5352rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5353rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5354
5355# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5356# and we can still analyze them
ce981570
ZU
5357# install -d format-logs
5358# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5359
5360%clean
5361rm -rf $RPM_BUILD_ROOT
5362
5363%post
5364%fixinfodir
5365%texhash
5366
5367%postun
5368%fixinfodir
5369if [ "$1" = "1" ]; then
5370 %texhash
5371fi
5372
5373%post doc-Catalogue
5374%texhash
5375
5376%postun doc-Catalogue
5377%texhash
5378
5379%post doc-tug-faq
5380%texhash
5381
5382%postun doc-tug-faq
5383%texhash
5384
096dca83 5385%post -n kpathsea
d08789e0
ZU
5386/sbin/ldconfig
5387%fixinfodir
5388%texhash
5389
096dca83 5390%postun -n kpathsea
d08789e0
ZU
5391/sbin/ldconfig
5392%fixinfodir
5393%texhash
5394
096dca83 5395%post -n kpathsea-devel
d08789e0
ZU
5396%texhash
5397
096dca83 5398%postun -n kpathsea-devel
d08789e0
ZU
5399%texhash
5400
5401%post dvips
5402%fixinfodir
5403%texhash
5404
5405%postun dvips
5406%fixinfodir
5407%texhash
5408
5409%post dvilj
5410%texhash
5411
5412%postun dvilj
5413%texhash
5414
5415%post makeindex
5416%texhash
5417
5418%postun makeindex
5419%texhash
5420
29d720fe
ZU
5421%post scripts
5422%texhash
5423
5424%postun scripts
5425%texhash
5426
783773ac
ZU
5427%post tex-arrayjob
5428%texhash
5429
5430%postun tex-arrayjob
5431%texhash
5432
5433%post tex-insbox
5434%texhash
5435
5436%postun tex-insbox
5437%texhash
5438
e67df411
ZU
5439%post tex-mathdots
5440%texhash
5441
5442%postun tex-mathdots
5443%texhash
5444
783773ac
ZU
5445%post tex-midnight
5446%texhash
5447
5448%postun tex-midnight
5449%texhash
5450
5451%post tex-ofs
5452%texhash
5453
5454%postun tex-ofs
5455%texhash
5456
e149bdb4
ZU
5457%post tex-physe
5458%texhash
5459
5460%postun tex-physe
5461%texhash
5462
5463%post tex-velthuis
5464%texhash
5465
5466%postun tex-velthuis
5467%texhash
5468
783773ac
ZU
5469%post tex-ytex
5470%texhash
5471
5472%postun tex-ytex
5473%texhash
5474
d08789e0
ZU
5475%post metafont
5476%texhash
5477
5478%postun metafont
5479%texhash
5480
5481%post metapost
5482%texhash
5483
5484%postun metapost
5485%texhash
5486
43a061cf 5487%post metapost-other
786ebdb1
ZU
5488%texhash
5489
43a061cf 5490%postun metapost-other
786ebdb1
ZU
5491%texhash
5492
d08789e0
ZU
5493%post mptopdf
5494%texhash
5495
5496%postun mptopdf
5497%texhash
5498
5499%post texdoctk
5500%texhash
5501
5502%postun texdoctk
5503%texhash
5504
5505%post -n xdvi
5506%texhash
5507
5508%postun -n xdvi
5509%texhash
5510
5511%post pdftex
5512%texhash
5513
5514%postun pdftex
5515%texhash
5516
04123363
ZU
5517%post phyzzx
5518%texhash
5519
5520%postun phyzzx
5521%texhash
5522
d08789e0
ZU
5523%post omega
5524%texhash
5525
5526%postun omega
5527%texhash
5528
5529%post plain
5530%texhash
5531
5532%postun plain
5533%texhash
5534
5535%post format-plain
5536%texhash
5537
5538%postun format-plain
5539%texhash
5540
5541%post format-pdftex
5542%texhash
5543
5544%postun format-pdftex
5545%texhash
5546
5547%post format-pdfetex
5548%texhash
5549
5550%postun format-pdfetex
5551%texhash
5552
5553%post mex
5554%texhash
5555
5556%postun mex
5557%texhash
5558
5559%post format-mex
5560%texhash
5561
5562%postun format-mex
5563%texhash
5564
5565%post format-pdfmex
5566%texhash
5567
5568%postun format-pdfmex
5569%texhash
5570
5571%postun format-utf8mex
5572%texhash
5573
5574%post amstex
5575%texhash
5576
5577%postun amstex
5578%texhash
5579
5580%post format-amstex
5581%texhash
5582
5583%postun format-amstex
5584%texhash
5585
5586%post format-pdfamstex
5587%texhash
5588
5589%postun format-pdfamstex
5590%texhash
5591
5592%post csplain
5593%texhash
5594
5595%postun csplain
5596%texhash
5597
5598%post format-csplain
5599%texhash
5600
5601%postun format-csplain
5602%texhash
5603
5604%post format-pdfcsplain
5605%texhash
5606
5607%postun format-pdfcsplain
5608%texhash
5609
5610%post cslatex
5611%texhash
5612
5613%postun cslatex
5614%texhash
5615
5616%post format-cslatex
5617%texhash
5618
5619%postun format-cslatex
5620%texhash
5621
5622%post format-pdfcslatex
5623%texhash
5624
5625%postun format-pdfcslatex
5626%texhash
5627
5628%post cyrplain
5629%texhash
5630
5631%postun cyrplain
5632%texhash
5633
5634%post format-cyrplain
5635%texhash
5636
5637%postun format-cyrplain
5638%texhash
5639
5640%post format-cyramstex
5641%texhash
5642
5643%postun format-cyramstex
5644%texhash
5645
5646%post format-cyrtexinfo
5647%texhash
5648
5649%postun format-cyrtexinfo
5650%texhash
5651
5652%post eplain
5653%texhash
5654
5655%postun eplain
5656%texhash
5657
5658%post format-eplain
5659%texhash
5660
5661%postun format-eplain
5662%texhash
5663
5664# ConTeXt format
5665
5666%post context
5667%texhash
5668
5669%postun context
5670%texhash
5671
5672%post format-context-de
5673%texhash
5674
5675%postun format-context-de
5676%texhash
5677
5678%post format-context-en
5679%texhash
5680
5681%postun format-context-en
5682%texhash
5683
5684%post format-context-nl
5685%texhash
5686
5687%postun format-context-nl
5688%texhash
5689
5690# LaTeX format.
5691
5692%post latex
5693%fixinfodir
5694%texhash
5695
5696%postun latex
5697%fixinfodir
5698%texhash
5699
6c82f497
ZU
5700%post latex-12many
5701%texhash
5702
5703%postun latex-12many
5704%texhash
5705
fe66da27
ZU
5706%post latex-abstract
5707%texhash
5708
5709%postun latex-abstract
5710%texhash
5711
f1f5d194
ZU
5712%post latex-accfonts
5713%texhash
5714
5715%postun latex-accfonts
5716%texhash
5717
e88b5dcf
ZU
5718%post latex-adrconv
5719%texhash
5720
5721%postun latex-adrconv
5722%texhash
5723
d08789e0
ZU
5724%post latex-ae
5725%texhash
5726
5727%postun latex-ae
5728%texhash
5729
5730%post latex-ams
5731%texhash
5732
5733%postun latex-ams
5734%texhash
5735
5736%post latex-antp
5737%texhash
5738
5739%postun latex-antp
5740%texhash
5741
5742%post latex-antt
5743%texhash
5744
5745%postun latex-antt
5746%texhash
5747
e88b5dcf
ZU
5748%post latex-appendix
5749%texhash
5750
5751%postun latex-appendix
5752%texhash
5753
b4d68b39
ZU
5754%post latex-backgammon
5755%texhash
5756
5757%postun latex-backgammon
5758%texhash
5759
6c82f497
ZU
5760%post latex-bardiag
5761%texhash
5762
5763%postun latex-bardiag
5764%texhash
5765
d08789e0
ZU
5766%post latex-bbm
5767%texhash
5768
5769%postun latex-bbm
5770%texhash
5771
5772%post latex-bbold
5773%texhash
5774
5775%postun latex-bbold
5776%texhash
5777
b4d68b39
ZU
5778%post latex-beamer
5779%texhash
5780
5781%postun latex-beamer
5782%texhash
5783
2fede27b
ZU
5784%post latex-bezos
5785%texhash
5786
5787%postun latex-bezos
5788%texhash
5789
d08789e0
ZU
5790%post latex-bibtex
5791%texhash
5792
5793%postun latex-bibtex
5794%texhash
5795
5796%post latex-bibtex-ams
5797%texhash
5798
5799%postun latex-bibtex-ams
5800%texhash
5801
5802%post latex-bibtex-pl
5803%texhash
5804
5805%postun latex-bibtex-pl
5806%texhash
5807
5808%post latex-bibtex-german
5809%texhash
5810
5811%postun latex-bibtex-german
5812%texhash
5813
5814%post latex-bibtex-revtex4
5815%texhash
5816
5817%postun latex-bibtex-revtex4
5818%texhash
5819
5820%post latex-bibtex-jurabib
5821%texhash
5822
5823%postun latex-bibtex-jurabib
5824%texhash
5825
33b3b483
ZU
5826%post latex-bibtex-styles
5827%texhash
5828
5829%postun latex-bibtex-styles
5830%texhash
5831
2fede27b
ZU
5832%post latex-booktabs
5833%texhash
5834
5835%postun latex-booktabs
5836%texhash
5837
2fede27b
ZU
5838%post latex-caption
5839%texhash
5840
5841%postun latex-caption
5842%texhash
5843
d08789e0
ZU
5844%post latex-carlisle
5845%texhash
5846
5847%postun latex-carlisle
5848%texhash
5849
5850%post latex-ccfonts
5851%texhash
5852
5853%postun latex-ccfonts
5854%texhash
5855
5856%post latex-cite
5857%texhash
5858
5859%postun latex-cite
5860%texhash
5861
5862%post latex-cmbright
5863%texhash
5864
5865%postun latex-cmbright
5866%texhash
5867
783773ac
ZU
5868%post latex-colortab
5869%texhash
5870
5871%postun latex-colortab
5872%texhash
2fede27b
ZU
5873
5874%post latex-comment
5875%texhash
5876
5877%postun latex-comment
5878%texhash
5879
d08789e0
ZU
5880%post latex-concmath
5881%texhash
5882
5883%postun latex-concmath
5884%texhash
5885
2fede27b
ZU
5886%post latex-currvita
5887%texhash
5888
5889%postun latex-currvita
5890%texhash
5891
2fede27b
ZU
5892%post latex-curves
5893%texhash
5894
5895%postun latex-curves
5896%texhash
5897
d08789e0
ZU
5898%post latex-custom-bib
5899%texhash
5900
5901%postun latex-custom-bib
5902%texhash
5903
5904%post latex-cyrillic
5905%texhash
5906
5907%postun latex-cyrillic
5908%texhash
5909
04eb4e68
ZU
5910# %post latex-dstroke
5911# %texhash
d08789e0 5912
04eb4e68
ZU
5913# %postun latex-dstroke
5914# %texhash
d08789e0 5915
60597425
ZU
5916%post latex-enumitem
5917%texhash
5918
5919%postun latex-enumitem
5920%texhash
5921
fe66da27
ZU
5922%post latex-exam
5923%texhash
5924
5925%postun latex-exam
5926%texhash
5927
247457ba
ZU
5928%post latex-examdesign
5929%texhash
5930
5931%postun latex-examdesign
5932%texhash
5933
5934%post latex-formlett
5935%texhash
5936
5937%postun latex-formlett
5938%texhash
5939
c9ddaf2d
ZU
5940%post latex-formular
5941%texhash
5942
5943%postun latex-formular
5944%texhash
5945
f1f5d194
ZU
5946%post latex-gbrief
5947%texhash
5948
5949%postun latex-gbrief
5950%texhash
5951
d08789e0
ZU
5952%post latex-jknappen
5953%texhash
5954
5955%postun latex-jknappen
5956%texhash
5957
d19eaaab
ZU
5958%post latex-keystroke
5959%texhash
5960
5961%postun latex-keystroke
5962%texhash
5963
5964%post latex-labbook
5965%texhash
5966
5967%postun latex-labbook
5968%texhash
5969
5970%post latex-lcd
5971%texhash
5972
5973%postun latex-lcd
5974%texhash
5975
5976%post latex-leaflet
5977%texhash
5978
5979%postun latex-leaflet
5980%texhash
5981
f1f5d194
ZU
5982%post latex-leftidx
5983%texhash
5984
5985%postun latex-leftidx
5986%texhash
5987
d19eaaab
ZU
5988%post latex-lewis
5989%texhash
5990
5991%postun latex-lewis
5992%texhash
5993
d08789e0
ZU
5994%post latex-lm
5995%texhash
5996
fe66da27
ZU
5997%post latex-lastpage
5998%texhash
5999
6000%postun latex-lastpage
6001%texhash
6002
d08789e0
ZU
6003%postun latex-lm
6004%texhash
6005
6006%post latex-lucidabr
6007%texhash
6008
6009%postun latex-lucidabr
6010%texhash
6011
6012%post latex-marvosym
6013%texhash
6014
6015%postun latex-marvosym
6016%texhash
6017
d19eaaab
ZU
6018%post latex-mathexam
6019%texhash
6020
6021%postun latex-mathexam
6022%texhash
6023
d08789e0
ZU
6024%post latex-mathpple
6025%texhash
6026
6027%postun latex-mathpple
6028%texhash
6029
6030%post latex-mathtime
6031%texhash
6032
6033%postun latex-mathtime
6034%texhash
6035
6036%post latex-mflogo
6037%texhash
6038
6039%postun latex-mflogo
6040%texhash
6041
6042%post latex-mfnfss
6043%texhash
6044
6045%postun latex-mfnfss
6046%texhash
6047
6048%post latex-minitoc
6049%texhash
6050
6051%postun latex-minitoc
6052%texhash
6053
6054%post latex-mltex
6055%texhash
6056
6057%postun latex-mltex
6058%texhash
6059
f1f5d194
ZU
6060%post latex-moreverb
6061%texhash
6062
6063%postun latex-moreverb
6064%texhash
6065
d34bfb7f
ZU
6066%post latex-multienum
6067%texhash
6068
6069%postun latex-multienum
6070%texhash
6071
8ed039e0
ZU
6072%post latex-musictex
6073%texhash
6074
6075%postun latex-musictex
6076%texhash
6077
fe66da27
ZU
6078%post latex-ntheorem
6079%texhash
6080
6081%postun latex-ntheorem
6082%texhash
6083
f65b3398
ZU
6084%post latex-other
6085%texhash
6086
6087%postun latex-other
6088%texhash
6089
6090%post latex-other-doc
6091%texhash
6092
6093%postun latex-other-doc
6094%texhash
6095
d08789e0
ZU
6096%post latex-palatcm
6097%texhash
6098
6099%postun latex-palatcm
6100%texhash
6101
f65b3398
ZU
6102%post latex-pdfslide
6103%texhash
6104
6105%postun latex-pdfslide
6106%texhash
6107
03d9d5fa
ZU
6108%post latex-pgf
6109%texhash
6110
6111%postun latex-pgf
6112%texhash
6113
f65b3398
ZU
6114%post latex-polynom
6115%texhash
6116
6117%postun latex-polynom
6118%texhash
6119
6120%post latex-polynomial
6121%texhash
6122
6123%postun latex-polynomial
6124%texhash
6125
b7b4a109
ZU
6126%post latex-prosper
6127%texhash
6128
6129%postun latex-prosper
6130%texhash
6131
6132%post latex-pseudocode
6133%texhash
6134
6135%postun latex-pseudocode
6136%texhash
6137
d08789e0
ZU
6138%post latex-psnfss
6139%texhash
6140
6141%postun latex-psnfss
6142%texhash
6143
8efa6a9c
ZU
6144%post latex-pst-2dplot
6145%texhash
6146
6147%postun latex-pst-2dplot
6148%texhash
6149
6150%post latex-pst-3dplot
6151%texhash
6152
6153%postun latex-pst-3dplot
6154%texhash
6155
6156%post latex-pst-bar
6157%texhash
6158
6159%postun latex-pst-bar
6160%texhash
6161
6162%post latex-pst-circ
6163%texhash
6164
6165%postun latex-pst-circ
6166%texhash
6167
b7b4a109
ZU
6168%post latex-pst-eucl
6169%texhash
6170
6171%postun latex-pst-eucl
6172%texhash
6173
8efa6a9c
ZU
6174%post latex-pst-diffraction
6175%texhash
6176
6177%postun latex-pst-diffraction
6178%texhash
6179
6180%post latex-pst-fun
6181%texhash
6182
6183%postun latex-pst-fun
6184%texhash
6185
6186%post latex-pst-func
6187%texhash
6188
6189%postun latex-pst-func
6190%texhash
6191
6192%post latex-pst-infixplot
6193%texhash
6194
6195%postun latex-pst-infixplot
6196%texhash
6197
b7b4a109
ZU
6198%post latex-pst-fr3d
6199%texhash
6200
6201%postun latex-pst-fr3d
6202%texhash
6203
6204%post latex-pst-fractal
6205%texhash
6206
6207%postun latex-pst-fractal
6208%texhash
6209
d08789e0
ZU
6210%post latex-pxfonts
6211%texhash
6212
8efa6a9c
ZU
6213%post latex-pst-math
6214%texhash
6215
6216%postun latex-pst-math
6217%texhash
6218
6219%post latex-pst-ob3d
6220%texhash
6221
6222%postun latex-pst-ob3d
6223%texhash
6224
6225%post latex-pst-optic
6226%texhash
6227
6228%postun latex-pst-optic
6229%texhash
6230
6231%post latex-pst-optexp
6232%texhash
6233
6234%postun latex-pst-optexp
6235%texhash
6236
6237%post latex-pst-text
6238%texhash
6239
6240%postun latex-pst-text
6241%texhash
6242
1024ab0e
ZU
6243%post latex-pst-uncategorized
6244%texhash
6245
6246%postun latex-pst-uncategorized
1024ab0e
ZU
6247%texhash
6248
d08789e0
ZU
6249%postun latex-pxfonts
6250%texhash
6251
6252%post latex-qfonts
6253%texhash
6254
6255%postun latex-qfonts
6256%texhash
6257
6c82f497
ZU
6258%post latex-SIstyle
6259%texhash
6260
6261%postun latex-SIstyle
6262%texhash
6263
fe66da27
ZU
6264%post latex-SIunits
6265%texhash
6266
6267%postun latex-SIunits
6268%texhash
6269
f65b3398
ZU
6270%post latex-siunitx
6271%texhash
6272
6273%postun latex-siunitx
6274%texhash
6275
6c82f497
ZU
6276%post latex-Tabbing
6277%texhash
6278
6279%postun latex-Tabbing
6280%texhash
6281
d08789e0
ZU
6282%post latex-txfonts
6283%texhash
6284
6285%postun latex-txfonts
6286%texhash
6287
7ea3a98b
ZU
6288%post latex-ucs
6289%texhash
6290
6291%postun latex-ucs
6292%texhash
6293
d08789e0
ZU
6294%post latex-umlaute
6295%texhash
6296
6297%postun latex-umlaute
6298%texhash
6299
e67df411
ZU
6300%post latex-variations
6301%texhash
6302
6303%postun latex-variations
6304%texhash
6305
d08789e0
ZU
6306%post latex-wasysym
6307%texhash
6308
6309%postun latex-wasysym
6310%texhash
6311
03d9d5fa
ZU
6312%post latex-xcolor
6313%texhash
6314
6315%postun latex-xcolor
6316%texhash
6317
d08789e0
ZU
6318%post format-latex
6319%texhash
6320
6321%postun format-latex
6322%texhash
6323
6324%post format-pdflatex
6325%texhash
6326
6327%postun format-pdflatex
6328%texhash
6329
6330%post platex
6331%texhash
6332
6333%postun platex
6334%texhash
6335
6336%post format-platex
6337%texhash
6338
6339%postun format-platex
6340%texhash
6341
6342%post format-pdfplatex
6343%texhash
6344
6345%postun format-pdfplatex
6346%texhash
6347
6348%post tex-babel
6349%texhash
6350
6351%postun tex-babel
6352%texhash
6353
6354%post tex-german
6355%texhash
6356
6357%postun tex-german
6358%texhash
6359
6360%post tex-mfpic
6361%texhash
6362
6363%postun tex-mfpic
6364%texhash
6365
6366%post tex-misc
6367%texhash
6368
6369%postun tex-misc
6370%texhash
6371
6372%post tex-pictex
6373%texhash
6374
6375%postun tex-pictex
6376%texhash
6377
29d720fe
ZU
6378%post tex-psizzl
6379%texhash
6380
6381%postun tex-psizzl
6382%texhash
6383
d08789e0
ZU
6384%post tex-pstricks
6385%texhash
6386
6387%postun tex-pstricks
6388%texhash
6389
6390%post tex-qpx
6391%texhash
6392
6393%postun tex-qpx
6394%texhash
6395
31bd2c4a 6396%post tex-qpxqtx
d08789e0
ZU
6397%texhash
6398
31bd2c4a 6399%postun tex-qpxqtx
d08789e0
ZU
6400%texhash
6401
6402%post tex-ruhyphen
6403%texhash
6404
6405%postun tex-ruhyphen
6406%texhash
6407
6408%post tex-spanish
6409%texhash
6410
6411%postun tex-spanish
6412%texhash
6413
6414%post tex-texdraw
6415%texhash
6416
6417%postun tex-texdraw
6418%texhash
6419
6420%post tex-thumbpdf
6421%texhash
6422
6423%postun tex-thumbpdf
6424%texhash
6425
6426%post tex-ukrhyph
6427%texhash
6428
6429%postun tex-ukrhyph
6430%texhash
6431
6432%post latex-vietnam
6433%texhash
6434
6435%postun latex-vietnam
6436%texhash
6437
6438%post tex-xypic
6439%texhash
6440
6441%postun tex-xypic
6442%texhash
6443
6444%post fonts-adobe
6445%texhash
6446
6447%postun fonts-adobe
6448%texhash
6449
6450%post fonts-ae
6451%texhash
6452
6453%postun fonts-ae
6454%texhash
6455
6456%post fonts-ams
6457%texhash
6458
6459%postun fonts-ams
6460%texhash
6461
6462%post fonts-antp
6463%texhash
6464
6465%postun fonts-antp
6466%texhash
6467
6468%post fonts-antt
6469%texhash
6470
6471%postun fonts-antt
6472%texhash
6473
6474%post fonts-bbm
6475%texhash
6476
6477%postun fonts-bbm
6478%texhash
6479
6480%post fonts-bbold
6481%texhash
6482
6483%postun fonts-bbold
6484%texhash
6485
070c5aff
ZU
6486%post fonts-bh
6487%texhash
d08789e0 6488
070c5aff
ZU
6489%postun fonts-bh
6490%texhash
d08789e0
ZU
6491
6492%post fonts-bitstream
6493%texhash
6494
6495%postun fonts-bitstream
6496%texhash
6497
6498%post fonts-cbgreek
6499%texhash
6500
6501%postun fonts-cbgreek
6502%texhash
6503
6504%post fonts-cc-pl
6505%texhash
6506
6507%postun fonts-cc-pl
6508%texhash
6509
6510%post fonts-cg
6511%texhash
6512
6513%postun fonts-cg
6514%texhash
6515
6516%post fonts-cm
6517%texhash
6518
6519%postun fonts-cm
6520%texhash
6521
6522%post fonts-cmbright
6523%texhash
6524
6525%postun fonts-cmbright
6526%texhash
6527
6528%post fonts-cmcyr
6529%texhash
6530
6531%postun fonts-cmcyr
6532%texhash
6533
6534%post fonts-cmextra
6535%texhash
6536
6537%postun fonts-cmextra
6538%texhash
6539
7af5f8bc 6540%post fonts-cmsuper
5d7e11d7
ZU
6541%texhash
6542
7af5f8bc 6543%postun fonts-cmsuper
5d7e11d7
ZU
6544%texhash
6545
d08789e0
ZU
6546%post fonts-concmath
6547%texhash
6548
6549%postun fonts-concmath
6550%texhash
6551
6552%post fonts-concrete
6553%texhash
6554
6555%postun fonts-concrete
6556%texhash
6557
6558%post fonts-cs
6559%texhash
6560
6561%postun fonts-cs
6562%texhash
6563
4a09ae1a
ZU
6564%post fonts-dstroke
6565%texhash
d08789e0 6566
4a09ae1a
ZU
6567%postun fonts-dstroke
6568%texhash
d08789e0
ZU
6569
6570%post fonts-ecc
6571%texhash
6572
6573%postun fonts-ecc
6574%texhash
6575
6576%post fonts-eurosym
6577%texhash
6578
6579%postun fonts-eurosym
6580%texhash
6581
6582%post fonts-euxm
6583%texhash
6584
6585%postun fonts-euxm
6586%texhash
6587
6588%post fonts-gothic
6589%texhash
6590
6591%postun fonts-gothic
6592%texhash
6593
6594%post fonts-hoekwater
6595%texhash
6596
6597%postun fonts-hoekwater
6598%texhash
6599
6600%post fonts-jknappen
6601%texhash
6602
6603%postun fonts-jknappen
6604%texhash
6605
6606%post fonts-latex
6607%texhash
6608
6609%postun fonts-latex
6610%texhash
6611
6612%post fonts-lh
6613%texhash
6614
6615%postun fonts-lh
6616%texhash
6617
6618%post fonts-lm
6619%texhash
6620
6621%postun fonts-lm
6622%texhash
6623
6624%post fonts-marvosym
6625%texhash
6626
6627%postun fonts-marvosym
6628%texhash
6629
6630%post fonts-mflogo
6631%texhash
6632
6633%postun fonts-mflogo
6634%texhash
6635
6636%post fonts-misc
6637%texhash
6638
6639%postun fonts-misc
6640%texhash
6641
6642%post fonts-monotype
6643%texhash
6644
6645%postun fonts-monotype
6646%texhash
6647
6648%post fonts-omega
6649%texhash
6650
6651%postun fonts-omega
6652%texhash
6653
f1ba8563
ZU
6654%post fonts-other
6655%texhash
6656
6657%postun fonts-other
6658%texhash
6659
d08789e0
ZU
6660%post fonts-pazo
6661%texhash
6662
6663%postun fonts-pazo
6664%texhash
6665
6666%post fonts-pl
6667%texhash
6668
6669%postun fonts-pl
6670%texhash
6671
6672%post fonts-px
6673%texhash
6674
6675%postun fonts-px
6676%texhash
6677
6678%post fonts-qfonts
6679%texhash
6680
6681%postun fonts-qfonts
6682%texhash
6683
6684%post fonts-qpx
6685%texhash
6686
6687%postun fonts-qpx
6688%texhash
6689
31bd2c4a 6690%post fonts-qpxqtx
d08789e0
ZU
6691%texhash
6692
31bd2c4a 6693%postun fonts-qpxqtx
d08789e0
ZU
6694%texhash
6695
6696%post fonts-rsfs
6697%texhash
6698
6699%postun fonts-rsfs
6700%texhash
6701
6702%post fonts-stmaryrd
6703%texhash
6704
6705%postun fonts-stmaryrd
6706%texhash
6707
6708%post fonts-tx
6709%texhash
6710
6711%postun fonts-tx
6712%texhash
6713
6714%post fonts-urw
6715%texhash
6716
6717%postun fonts-urw
6718%texhash
6719
e67df411
ZU
6720%post fonts-urw35vf
6721%texhash
6722
6723%postun fonts-urw35vf
6724%texhash
6725
d08789e0
ZU
6726%post fonts-vnr
6727%texhash
6728
6729%postun fonts-vnr
6730%texhash
6731
6732%post fonts-wasy
6733%texhash
6734
6735%postun fonts-wasy
6736%texhash
6737
6738%post fonts-xypic
6739%texhash
6740
6741%postun fonts-xypic
6742%texhash
6743
6744%post fonts-yandy
6745%texhash
6746
6747%postun fonts-yandy
6748%texhash
6749
6750%post fonts-type1-antp
6751%texhash
6752
6753%postun fonts-type1-antp
6754%texhash
6755
6756%post fonts-type1-antt
6757%texhash
6758
6759%postun fonts-type1-antt
6760%texhash
6761
6762%post fonts-type1-belleek
6763%texhash
6764
6765%postun fonts-type1-belleek
6766%texhash
6767
6768%post fonts-type1-bitstream
6769%texhash
6770
6771%postun fonts-type1-bitstream
6772%texhash
6773
6774%post fonts-type1-bluesky
6775%texhash
6776
6777%postun fonts-type1-bluesky
6778%texhash
6779
6780%post fonts-type1-cc-pl
6781%texhash
6782
6783%postun fonts-type1-cc-pl
6784%texhash
6785
6786%post fonts-type1-cmcyr
6787%texhash
6788
6789%postun fonts-type1-cmcyr
6790%texhash
6791
6792%post fonts-type1-cs
6793%texhash
6794
6795%postun fonts-type1-cs
6796%texhash
6797
070c5aff
ZU
6798%post fonts-type1-dstroke
6799%texhash
d08789e0 6800
070c5aff
ZU
6801%postun fonts-type1-dstroke
6802%texhash
d08789e0
ZU
6803
6804%post fonts-type1-eurosym
6805%texhash
6806
6807%postun fonts-type1-eurosym
6808%texhash
6809
6810%post fonts-type1-hoekwater
6811%texhash
6812
6813%postun fonts-type1-hoekwater
6814%texhash
6815
6816%post fonts-type1-lm
6817%texhash
6818
6819%postun fonts-type1-lm
6820%texhash
6821
6822%post fonts-type1-marvosym
6823%texhash
6824
6825%postun fonts-type1-marvosym
6826%texhash
6827
6828%post fonts-type1-mathpazo
6829%texhash
6830
6831%postun fonts-type1-mathpazo
6832%texhash
6833
6834%post fonts-type1-omega
6835%texhash
6836
6837%postun fonts-type1-omega
6838%texhash
6839
6840%post fonts-type1-pl
6841%texhash
6842
6843%postun fonts-type1-pl
6844%texhash
6845
6846%post fonts-type1-px
6847%texhash
6848
6849%postun fonts-type1-px
6850%texhash
6851
070c5aff
ZU
6852%post fonts-type1-qfonts
6853%texhash
d08789e0 6854
070c5aff
ZU
6855%postun fonts-type1-qfonts
6856%texhash
d08789e0
ZU
6857
6858%post fonts-type1-tx
6859%texhash
6860
6861%postun fonts-type1-tx
6862%texhash
6863
6864%post fonts-type1-urw
6865%texhash
6866
6867%postun fonts-type1-urw
6868%texhash
6869
6870%post fonts-type1-vnr
6871%texhash
6872
6873%postun fonts-type1-vnr
6874%texhash
6875
6876%post fonts-type1-xypic
6877%texhash
6878
6879%postun fonts-type1-xypic
6880%texhash
6881
6882%post -n texconfig
6883%texhash
6884
6885%postun -n texconfig
6886%texhash
6887
4224ae6d
MB
6888%post xetex
6889%texhash
6890
6891%postun xetex
6892%texhash
6893
6894%post xmltex
6895%texhash
6896
6897%postun xmltex
6898%texhash
6899
5902e778
ZU
6900# Check the commented lines!!!
6901
d08789e0
ZU
6902%files
6903%defattr(644,root,root,755)
0f6c4baf 6904# %doc %{texmf}/LICENSE.texmf
df343eba 6905# %doc %{texmf}/ChangeLog
df343eba 6906# %doc %{texmf}/doc/README.knuth
efc75a1e 6907# There isn't doc/fonts directory
80fa261c 6908%dir %{texmfdist}/doc/fonts
606c6ab6 6909%doc %{texmfdist}/doc/fontname
efc75a1e 6910# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
6911# %dir %{texmf}/doc/help
6912# %doc %{texmf}/doc/help/csname.txt
6913# %doc %{texmf}/doc/help/ctan
6914# %doc %{texmf}/doc/help/tds.dvi
6915# %doc %{texmf}/doc/help/unixtex.ftp
6916# %dir %{texmf}/doc/help/faq
6917# %doc %{texmf}/doc/images
df343eba
ZU
6918# %dir %{texmf}/doc/polish
6919# %doc %{texmf}/doc/polish/*.html
6920# %dir %{texmf}/doc/programs
6921# %doc %{texmf}/doc/programs/web2c*
6922# %doc %{texmf}/doc/programs/cwebman.dvi
6923# %doc %{texmf}/doc/programs/dvipng.*
6924# %doc %{texmf}/doc/knuth
d08789e0
ZU
6925#%attr(755,root,root) %{_bindir}/MakeTeXPK
6926#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
6927
6928# ***********
6929# executables
6930# ***********
d08789e0
ZU
6931%attr(755,root,root) %{_bindir}/a2ping
6932%attr(755,root,root) %{_bindir}/afm2tfm
6933%attr(755,root,root) %{_bindir}/allcm
6934%attr(755,root,root) %{_bindir}/allec
6935%attr(755,root,root) %{_bindir}/allneeded
6936%attr(755,root,root) %{_bindir}/cweave
6937%attr(755,root,root) %{_bindir}/ctangle
6938%attr(755,root,root) %{_bindir}/ctie
6939%attr(755,root,root) %{_bindir}/dmp
6940%attr(755,root,root) %{_bindir}/dvipng
6941%attr(755,root,root) %{_bindir}/e2pall
6942%attr(755,root,root) %{_bindir}/ebb
df343eba 6943# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
6944%attr(755,root,root) %{_bindir}/fmtutil
6945%attr(755,root,root) %{_bindir}/fmtutil-sys
6946#%attr(755,root,root) %{_bindir}/fontexport
6947#%attr(755,root,root) %{_bindir}/fontimport
6948%attr(755,root,root) %{_bindir}/fontinst
6949%attr(755,root,root) %{_bindir}/gftodvi
6950%attr(755,root,root) %{_bindir}/gftopk
6951%attr(755,root,root) %{_bindir}/gftype
6952%attr(755,root,root) %{_bindir}/gsftopk
6953#%attr(755,root,root) %{_bindir}/initex
6954%attr(755,root,root) %{_bindir}/kpseaccess
6955%attr(755,root,root) %{_bindir}/kpsereadlink
6956%attr(755,root,root) %{_bindir}/kpsewhere
6957%attr(755,root,root) %{_bindir}/mag
6958%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
6959#%attr(755,root,root) %{_bindir}/mkfontdesc
6960%attr(755,root,root) %{_bindir}/mktexfmt
6961%attr(755,root,root) %{_bindir}/mktexlsr
6962%attr(755,root,root) %{_bindir}/newer
6963%attr(755,root,root) %{_bindir}/patgen
6964%attr(755,root,root) %{_bindir}/pdfetex
6965%attr(755,root,root) %{_bindir}/pfb2pfa
6966%attr(755,root,root) %{_bindir}/pk2bm
6967%attr(755,root,root) %{_bindir}/pktogf
6968%attr(755,root,root) %{_bindir}/pktype
6969%attr(755,root,root) %{_bindir}/pltotf
6970%attr(755,root,root) %{_bindir}/pooltype
6971%attr(755,root,root) %{_bindir}/ps2frag
6972%attr(755,root,root) %{_bindir}/ps2pk
6973# TODO: move this file to correct subpackage ?
6974%attr(755,root,root) %{_bindir}/ps4pdf
6975#%attr(755,root,root) %{_bindir}/t1mapper
6976%attr(755,root,root) %{_bindir}/tangle
6977#%attr(755,root,root) %{_bindir}/tetex-updmap
6978%attr(755,root,root) %{_bindir}/tex
6979%attr(755,root,root) %{_bindir}/texdoc
d08789e0 6980%attr(755,root,root) %{_bindir}/texhash
df343eba 6981# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
6982%attr(755,root,root) %{_bindir}/texlinks
6983%attr(755,root,root) %{_bindir}/tftopl
6984%attr(755,root,root) %{_bindir}/tie
6985%attr(755,root,root) %{_bindir}/ttf2afm
6986%attr(755,root,root) %{_bindir}/updmap
6987%attr(755,root,root) %{_bindir}/updmap-sys
6988%attr(755,root,root) %{_bindir}/vftovp
6989#%attr(755,root,root) %{_bindir}/virtex
6990%attr(755,root,root) %{_bindir}/vptovf
6991%attr(755,root,root) %{_bindir}/weave
6992
6993%attr(755,root,root) %{texmf}/web2c/mktexnam
6994%attr(755,root,root) %{texmf}/web2c/mktexdir
6995%attr(755,root,root) %{texmf}/web2c/mktexupd
6996
0edad7f5 6997%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
6998
6999#%dir /etc/sysconfig/tetex-updmap
7000#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
7001
7002%ghost %{texmf}/ls-R
7057740b 7003%ghost %{texmfdist}/ls-R
7057740b 7004# %ghost %{_localstatedir}/ls-R
d08789e0 7005
2677a8b0 7006%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 7007%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
7008%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
7009%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
7010%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 7011
d08789e0
ZU
7012%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
7013%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
7014%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
7015%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
7016%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
7017%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
7018%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
7019
d08789e0
ZU
7020%attr(1777,root,root) /var/cache/fonts
7021
7022%{_datadir}/info/web2c.info*
df343eba
ZU
7023# %{_datadir}/info/texi2html.info*
7024# %{_datadir}/texi2html
d08789e0
ZU
7025#%{texmf}/updates.dat
7026
df343eba 7027# %{texmf}/aliases
df343eba 7028# %{texmf}/tex/generic/bghyph
1a192771
ZU
7029# %doc %{texmf}/doc/generic/hyphen
7030#%{texmf}/tex/generic/letterspacing
7031
7032# ***********
7033# Directories
7034# ***********
ae4a938c 7035%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
7036%attr(1777,root,root) %dir %{_localstatedir}/fonts
7037%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 7038%attr(1777,root,root) %dir %{fmtdir}
1a192771 7039
b6042de9 7040%dir %{texmfdist}
8ed039e0 7041%doc %{texmfdist}/README
b6042de9
ZU
7042%dir %{texmf}
7043
1a192771
ZU
7044%dir %{texmfdist}/doc
7045%dir %{texmfdist}/doc/generic
7046%dir %{texmfdist}/doc/generic/enctex
7047%dir %{texmfdist}/doc/latex
7048%dir %{texmfdist}/doc/latex/localloc
7049%dir %{texmf}/doc
7050%dir %{texmf}/doc/generic
7051%dir %{texmf}/doc/tetex
04123363 7052%dir %{texmf}/fmtutil
1a192771
ZU
7053
7054%dir %{texmfdist}/tex
2677a8b0 7055%dir %{texmfdist}/tex/cslatex
0b6bcf85 7056%dir %{texmfdist}/tex/cslatex/base
330a8c29 7057%dir %{texmfdist}/tex/fontinst
165b9d73 7058%dir %{texmfdist}/tex/generic
5f841614 7059%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 7060%dir %{texmfdist}/tex/generic/enctex
5f841614 7061%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 7062%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
7063%dir %{texmfdist}/tex/latex
7064%dir %{texmfdist}/tex/latex/base
1a192771
ZU
7065%dir %{texmf}/dvips
7066%dir %{texmf}/dvips/config
7067%dir %{texmf}/dvips/tetex
d08789e0
ZU
7068%dir %{texmf}/fonts/enc
7069%dir %{texmf}/fonts/enc/dvips
7070%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 7071%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
7072%dir %{texmf}/fonts/map
7073%dir %{texmf}/fonts/map/dvips
7074%dir %{texmf}/fonts/map/dvips/tetex
7075%dir %{texmf}/scripts
7076%dir %{texmf}/tex
1a192771
ZU
7077%dir %{texmf}/tex/generic
7078%dir %{texmf}/tex/generic/config
1a192771
ZU
7079%dir %{texmf}/web2c
7080
7081# Docs
2677a8b0 7082# %doc %{texmf}/doc/README
1a192771
ZU
7083%doc %{texmf}/doc/tetex/TETEXDOC.*
7084%doc %{texmf}/doc/tetex/teTeX-FAQ
c9ddaf2d 7085%doc %{texmfdist}/source/fontinst
1a192771
ZU
7086
7087# %{texmf}/fonts/map/dvips/tetex/contnav.map
7088# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
7089%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
015f9ddb 7090%{texmfdist}/fonts/map/fontname
1a192771
ZU
7091%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
7092
7093# Main fonts from TeTeX
d08789e0
ZU
7094%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
7095%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
7096%{texmf}/fonts/enc/dvips/tetex/10037936.enc
7097%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
7098%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
7099%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
7100%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
7101%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
7102%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
7103%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
7104%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 7105%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 7106
d1c173de 7107%{texmfdist}/tex/fontinst
f2555868 7108%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
7109%{texmfdist}/tex/generic/encodings
7110%{texmfdist}/tex/generic/epsf
f2555868 7111%{texmfdist}/tex/generic/hyph-utf8/*
80fa261c 7112%{texmfdist}/tex/generic/genmisc
2677a8b0 7113%{texmfdist}/tex/generic/misc/null*
1a192771 7114%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
7115%{texmfdist}/tex/generic/tap
7116%{texmfdist}/tex/generic/tex-ps
2677a8b0 7117%{texmfdist}/tex/texinfo
1a192771 7118%{texmf}/tex/fontinst
1a192771 7119%{texmf}/tex/generic/hyphen
df343eba 7120
c9ddaf2d
ZU
7121%doc %{texmfdist}/doc/generic/epsf
7122%doc %{temxfdist}/doc/generic/tex-ps
7123
1a192771
ZU
7124# %{fmtdir}/metafun.mem
7125#%{texmf}/web2c/tex-pl.pool
7126# %{texmf}/web2c/tex.pool
fb2a8613 7127%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
7128
7129%{texmf}/web2c/*.tcx
df343eba
ZU
7130
7131# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
7132# %lang(fi) %{_mandir}/fi/man1/allcm.1*
7133# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
7134# %lang(fr) %{_mandir}/fr/man1/access.1*
7135# %lang(hu) %{_mandir}/hu/man1/access.1*
7136# %lang(hu) %{_mandir}/hu/man1/newer.1*
7137# %lang(pl) %{_mandir}/pl/man1/access.1*
7138# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
7139#%{_mandir}/man1/MakeTeXPK.1*
7140#%{_mandir}/man1/access.1*
7141#%{_mandir}/man1/fontexport.1*
7142#%{_mandir}/man1/fontimport.1*
7143#%{_mandir}/man1/initex.1*
7144#%{_mandir}/man1/t1mapper.1*
1a192771 7145#%{_mandir}/man1/texdoc.1*
1a192771 7146#%{_mandir}/man1/texi2html.1*
d08789e0 7147#%{_mandir}/man1/virtex.1*
1a192771 7148#%{_mandir}/man8/fmtutil.8*
d08789e0 7149#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
7150#%{_mandir}/man8/texlinks.8*
7151
d08789e0
ZU
7152%{_mandir}/man1/afm2tfm.1*
7153%{_mandir}/man1/allcm.1*
fae5faca 7154%{_mandir}/man1/allec.1*
d08789e0 7155%{_mandir}/man1/allneeded.1*
fae5faca 7156%{_mandir}/man1/ctangle.1*
d08789e0 7157%{_mandir}/man1/ctie.1*
fae5faca 7158%{_mandir}/man1/cweave.1*
d08789e0
ZU
7159%{_mandir}/man1/cweb.1*
7160%{_mandir}/man1/dmp.1*
7161%{_mandir}/man1/dvipdft.1*
7162%{_mandir}/man1/dvipng.1*
7163%{_mandir}/man1/e2pall.1*
7164%{_mandir}/man1/ebb.1*
7165%{_mandir}/man1/fmtutil.1*
09deda15 7166%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
7167%{_mandir}/man1/fontinst.1*
7168%{_mandir}/man1/gftodvi.1*
7169%{_mandir}/man1/gftopk.1*
7170%{_mandir}/man1/gftype.1*
7171%{_mandir}/man1/gsftopk.1*
7172%{_mandir}/man1/kpseaccess.1*
7173%{_mandir}/man1/kpsereadlink.1*
7174%{_mandir}/man1/kpsewhere.1*
7175%{_mandir}/man1/mag.1*
7176%{_mandir}/man1/makempx.1*
7177%{_mandir}/man1/makempy.1*
fae5faca 7178%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
7179%{_mandir}/man1/mktexlsr.1*
7180%{_mandir}/man1/newer.1*
7181%{_mandir}/man1/patgen.1*
7182%{_mandir}/man1/pdfetex.1*
7183%{_mandir}/man1/pfb2pfa.1*
7184%{_mandir}/man1/pk2bm.1*
7185%{_mandir}/man1/pktogf.1*
7186%{_mandir}/man1/pktype.1*
7187%{_mandir}/man1/pltotf.1*
7188%{_mandir}/man1/pooltype.1*
7189%{_mandir}/man1/ps2frag.1*
7190%{_mandir}/man1/ps2pk.1*
7191%{_mandir}/man1/tangle.1*
7192%{_mandir}/man1/tex.1*
d08789e0 7193%{_mandir}/man1/texexec.1*
fae5faca 7194%{_mandir}/man1/texhash.1*
d08789e0 7195%{_mandir}/man1/texlinks.1*
d08789e0 7196%{_mandir}/man1/tftopl.1*
d08789e0 7197%{_mandir}/man1/tie.1*
1a192771 7198%{_mandir}/man1/ttf2afm.1*
d08789e0 7199%{_mandir}/man1/updmap.1*
fae5faca 7200%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
7201%{_mandir}/man1/vftovp.1*
7202%{_mandir}/man1/vptovf.1*
7203%{_mandir}/man1/weave.1*
7204%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 7205%{_mandir}/man5/updmap.cfg.5*
1a192771 7206
80fa261c
ZU
7207%files other-utils
7208%defattr(644,root,root,755)
7209%attr(755,root,root) %{_bindir}/bg5+latex
7210%attr(755,root,root) %{_bindir}/bg5+pdflatex
7211%attr(755,root,root) %{_bindir}/bg5conv
7212%attr(755,root,root) %{_bindir}/bg5latex
7213%attr(755,root,root) %{_bindir}/bg5pdflatex
7214%attr(755,root,root) %{_bindir}/bibtex8
7215%attr(755,root,root) %{_bindir}/cfftot1
7216%attr(755,root,root) %{_bindir}/ebong
7217%attr(755,root,root) %{_bindir}/extconv
7218%attr(755,root,root) %{_bindir}/extractbb
7219%attr(755,root,root) %{_bindir}/gbklatex
7220%attr(755,root,root) %{_bindir}/gbkpdflatex
7221%attr(755,root,root) %{_bindir}/getnonfreefonts
7222%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
7223%attr(755,root,root) %{_bindir}/hbf2gf
7224%attr(755,root,root) %{_bindir}/jadetex
7225%attr(755,root,root) %{_bindir}/lamed
7226%attr(755,root,root) %{_bindir}/makeglossaries
7227%attr(755,root,root) %{_bindir}/metafun
7228%attr(755,root,root) %{_bindir}/mkjobtexmf
7229%attr(755,root,root) %{_bindir}/mllatex
7230%attr(755,root,root) %{_bindir}/mltex
7231%attr(755,root,root) %{_bindir}/mmafm
7232%attr(755,root,root) %{_bindir}/mmpfb
7233%attr(755,root,root) %{_bindir}/musixflx
7234%attr(755,root,root) %{_bindir}/ofm2opl
7235%attr(755,root,root) %{_bindir}/otfinfo
7236%attr(755,root,root) %{_bindir}/otftotfm
7237%attr(755,root,root) %{_bindir}/oxdvi
7238%attr(755,root,root) %{_bindir}/pdfatfi
7239%attr(755,root,root) %{_bindir}/pdfclose
7240%attr(755,root,root) %{_bindir}/pdfjadetex
7241%attr(755,root,root) %{_bindir}/pdfopen
7242%attr(755,root,root) %{_bindir}/pdftosrc
7243%{__perl}tex
7244%attr(755,root,root) %{_bindir}/physe
7245%attr(755,root,root) %{_bindir}/pkfix
7246%attr(755,root,root) %{_bindir}/ppower4
7247%attr(755,root,root) %{_bindir}/rungs
7248%attr(755,root,root) %{_bindir}/simpdftex
7249%attr(755,root,root) %{_bindir}/sjisconv
7250%attr(755,root,root) %{_bindir}/sjislatex
7251%attr(755,root,root) %{_bindir}/sjispdflatex
7252%attr(755,root,root) %{_bindir}/synctex
7253%attr(755,root,root) %{_bindir}/t1dotlessj
7254%attr(755,root,root) %{_bindir}/t1lint
7255%attr(755,root,root) %{_bindir}/t1reencode
7256%attr(755,root,root) %{_bindir}/t1testpage
7257%attr(755,root,root) %{_bindir}/texcount
7258%attr(755,root,root) %{_bindir}/texsis
7259%attr(755,root,root) %{_bindir}/tlmgr
7260%attr(755,root,root) %{_bindir}/tpic2pdftex
7261%attr(755,root,root) %{_bindir}/ttf2pk
7262%attr(755,root,root) %{_bindir}/ttf2tfm
7263%attr(755,root,root) %{_bindir}/ttftotype42
7264%attr(755,root,root) %{_bindir}/vlna
7265%attr(755,root,root) %{_bindir}/vpe
7266%{_mandir}/man1/cfftot1.1*
7267%{_mandir}/man1/getnonfreefonts-sys.1
7268%{_mandir}/man1/getnonfreefonts.1*
7269%{_mandir}/man1/hbf2gf.1*
7270%{_mandir}/man1/mkjobtexmf.1*
7271%{_mandir}/man1/mmafm.1*
7272%{_mandir}/man1/mmpfb.1*
7273%{_mandir}/man1/otfinfo.1*
7274%{_mandir}/man1/otftotfm.1*
7275%{_mandir}/man1/oxdvi.1
7276%{_mandir}/man1/pdftosrc.1*
7277%{_mandir}/man1/ps2eps.1*
7278%{_mandir}/man1/synctex.1*
7279%{_mandir}/man1/t1dotlessj.1*
7280%{_mandir}/man1/t1lint.1*
7281%{_mandir}/man1/t1reencode.1*
7282%{_mandir}/man1/t1testpage.1*
7283%{_mandir}/man1/ttf2pk.1*
7284%{_mandir}/man1/ttf2tfm.1*
7285%{_mandir}/man1/ttftotype42.1*
7286%{_mandir}/man1/vlna.1*
7287%{_mandir}/man5/synctex.5*
7288%{texmfdist}/source/startex
7289%{texmfdist}/source/jadetex
7290%{texmfdist}/tex/jadetex
7291%{texmfdist}/tex/texsis
7292%{texmfdist}/tex/startex
7293%{texmf}/fmtutil/format.jadetex.cnf
7294%{texmf}/fmtutil/format.mltex.cnf
7295%{texmfdist}/tex/generic/abbr
7296%{texmfdist}/tex/generic/abstyles/
80fa261c
ZU
7297%{texmfdist}/tex/generic/barr
7298%{texmfdist}/tex/generic/borceux
7299%{texmfdist}/tex/generic/c-pascal
7300%{texmfdist}/tex/generic/cirth
80fa261c
ZU
7301%{texmfdist}/tex/generic/dratex
7302%{texmfdist}/tex/generic/ean
7303%{texmfdist}/tex/generic/edmac
7304%{texmfdist}/tex/generic/elvish
7305%{texmfdist}/tex/generic/fenixpar
7306%{texmfdist}/tex/generic/fltpoint
7307%{texmfdist}/tex/generic/musixtex
015f9ddb
ZU
7308%{texmf}/hbf2gf
7309%{texmf}/fmtutil/format.texsis.cnf
80fa261c
ZU
7310
7311%files other-utils-doc
7312%defattr(644,root,root,755)
7313%doc %{texmfdist}/doc/jadetex
7314%doc %{texmfdist}/doc/texsis
7315%doc %{texmfdist}/doc/startex
7316%doc %{texmfdist}/doc/generic/c-pascal
c9ddaf2d
ZU
7317%doc %{texmfdist}/doc/generic/barr
7318%doc %{texmfdist}/doc/generic/borceux
7319%doc %{texmfdist}/doc/generic/dratex
7320%doc %{texmfdist}/doc/generic/mkjobtexmf
d08789e0
ZU
7321
7322%files dirs-fonts
7323%defattr(644,root,root,755)
1a192771 7324%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7325%dir %{texmfdist}/fonts
7326%dir %{texmfdist}/fonts/afm
7327%dir %{texmfdist}/fonts/afm/public
4224ae6d 7328%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7329%dir %{texmfdist}/fonts/enc
7330%dir %{texmfdist}/fonts/enc/dvips
7331%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7332%dir %{texmfdist}/fonts/map
21c69d95 7333%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7334%dir %{texmfdist}/fonts/map/dvips
7335%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7336%dir %{texmfdist}/fonts/map/fontname
330a8c29 7337%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
7338%dir %{texmfdist}/fonts/ofm
7339%dir %{texmfdist}/fonts/ofm/public
7340%dir %{texmfdist}/fonts/ovf
7341%dir %{texmfdist}/fonts/ovf/public
7342%dir %{texmfdist}/fonts/ovp
7343%dir %{texmfdist}/fonts/ovp/public
7344%dir %{texmfdist}/fonts/opentype
7345%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7346%dir %{texmfdist}/fonts/pk
1a192771 7347%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7348%dir %{texmfdist}/fonts/source
7349%dir %{texmfdist}/fonts/source/public
21c69d95 7350%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7351%dir %{texmfdist}/fonts/tfm
7352%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7353%dir %{texmfdist}/fonts/tfm/vntex
04123363 7354%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7355%dir %{texmfdist}/fonts/type1
7356%dir %{texmfdist}/fonts/type1/public
21c69d95 7357%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7358%dir %{texmfdist}/fonts/vf
7359%dir %{texmfdist}/fonts/vf/public
21c69d95 7360%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7361%dir %{texmfdist}/source
7362%dir %{texmfdist}/source/fonts
7363%dir %{texmfdist}/source/latex
1a192771
ZU
7364%dir %{texmf}/fonts
7365%dir %{texmf}/fonts/opentype
7366%dir %{texmf}/fonts/opentype/public
d08789e0 7367
5b7eba8e
MB
7368%files doc
7369%defattr(644,root,root,755)
80fa261c 7370%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7371%dir %{texmfdoc}
04123363 7372%dir %{texmfdoc}/doc
80fa261c
ZU
7373%{texmfdoc}/README
7374%{texmfdoc}/ls-R
5b7eba8e 7375%{texmfdoc}/doc/english
80fa261c 7376%{texmfdist}/doc/fontinst
5b7eba8e
MB
7377
7378%files doc-bg
7379%defattr(644,root,root,755)
7380%{texmfdoc}/doc/bulgarian
7381
7382%files doc-cs
7383%defattr(644,root,root,755)
7384%{texmfdoc}/doc/czechslovak
7385
7386%files doc-de
7387%defattr(644,root,root,755)
7388%{texmfdoc}/doc/german
7389
7390%files doc-el
7391%defattr(644,root,root,755)
7392%{texmfdoc}/doc/greek
7393
7394%files doc-es
7395%defattr(644,root,root,755)
7396%{texmfdoc}/doc/spanish
7397
7398%files doc-fi
7399%defattr(644,root,root,755)
7400%{texmfdoc}/doc/finnish
7401
7402%files doc-fr
7403%defattr(644,root,root,755)
7404%{texmfdoc}/doc/french
7405
7406%files doc-it
7407%defattr(644,root,root,755)
7408%{texmfdoc}/doc/italian
7409
7410%files doc-ja
7411%defattr(644,root,root,755)
7412%{texmfdoc}/doc/japanese
7413
7414%files doc-ko
7415%defattr(644,root,root,755)
7416%{texmfdoc}/doc/korean
7417
7418%files doc-mn
7419%defattr(644,root,root,755)
7420%{texmfdoc}/doc/mongolian
7421
7422%files doc-nl
7423%defattr(644,root,root,755)
7424%{texmfdoc}/doc/dutch
7425
7426%files doc-pl
7427%defattr(644,root,root,755)
7428%{texmfdoc}/doc/polish
7429
7430%files doc-pt
7431%defattr(644,root,root,755)
7432%{texmfdoc}/doc/portuguese
7433
7434%files doc-ru
7435%defattr(644,root,root,755)
7436%{texmfdoc}/doc/russian
7437
7438%files doc-sk
7439%defattr(644,root,root,755)
7440%{texmfdoc}/doc/slovak
7441
7442%files doc-sl
7443%defattr(644,root,root,755)
7444%{texmfdoc}/doc/slovenian
7445
7446%files doc-th
7447%defattr(644,root,root,755)
7448%{texmfdoc}/doc/thai
7449
7450%files doc-tr
7451%defattr(644,root,root,755)
7452%{texmfdoc}/doc/turkish
7453
7454%files doc-uk
7455%defattr(644,root,root,755)
7456%{texmfdoc}/doc/ukrainian
7457
7458%files doc-vi
7459%defattr(644,root,root,755)
7460%{texmfdoc}/doc/vietnamese
7461
7462%files doc-zh_CN
7463%defattr(644,root,root,755)
7464%{texmfdoc}/doc/chinese
7465
0f6c4baf
ZU
7466# %files doc-Catalogue
7467# %defattr(644,root,root,755)
7468# %{texmf}/doc/help/Catalogue
d08789e0 7469
0f6c4baf
ZU
7470# %files doc-tug-faq
7471# %defattr(644,root,root,755)
7472# %{texmf}/doc/help/faq/uktug-faq
d08789e0 7473
5902e778 7474
d08789e0
ZU
7475%files doc-latex
7476%defattr(644,root,root,755)
5902e778
ZU
7477# %{texmfdist}/doc/latex/bar
7478# %{texmfdist}/doc/latex/eclbip
7479# %{texmfdist}/doc/latex/eo
7480# %{texmfdist}/doc/latex/floatflt
7481# %{texmfdist}/doc/latex/general
7482# %{texmfdist}/doc/latex/germbib
7483# %{texmfdist}/doc/latex/images
7484# %{texmfdist}/doc/latex/mathcomp
7485# %{texmfdist}/doc/latex/mt11p
7486# %{texmfdist}/doc/latex/picins
7487# %{texmfdist}/doc/latex/ps4pdf
7488# %{texmfdist}/doc/latex/pslatex
5902e778
ZU
7489# %{texmfdist}/doc/latex/supertab
7490# %{texmfdist}/doc/latex/tex-refs
7491# %{texmfdist}/doc/latex/textmerg
7492# %{texmfdist}/doc/latex/treesvr
c9ddaf2d
ZU
7493%doc %{texmfdist}/doc/generic/shapepar
7494%doc %{texmfdist}/doc/latex/acronym
7495%doc %{texmfdist}/doc/latex/aeguill
7496%doc %{texmfdist}/doc/latex/anysize
7497%doc %{texmfdist}/doc/latex/base
7498%doc %{texmfdist}/doc/latex/beton
7499%doc %{texmfdist}/doc/latex/carlisle
7500%doc %{texmfdist}/doc/latex/ccaption
7501%doc %{texmfdist}/doc/latex/changebar
c9ddaf2d
ZU
7502%doc %{texmfdist}/doc/latex/concmath
7503%doc %{texmfdist}/doc/latex/crop
c9ddaf2d
ZU
7504%doc %{texmfdist}/doc/latex/draftcopy
7505%doc %{texmfdist}/doc/latex/eepic
7506%doc %{texmfdist}/doc/latex/endfloat
7507%doc %{texmfdist}/doc/latex/esint
7508%doc %{texmfdist}/doc/latex/eso-pic
7509%doc %{texmfdist}/doc/latex/euler
7510%doc %{texmfdist}/doc/latex/eulervm
7511%doc %{texmfdist}/doc/latex/extsizes
7512%doc %{texmfdist}/doc/latex/fancybox
7513%doc %{texmfdist}/doc/latex/fancyhdr
7514%doc %{texmfdist}/doc/latex/fancyvrb
7515%doc %{texmfdist}/doc/latex/filecontents
7516%doc %{texmfdist}/doc/latex/float
7517%doc %{texmfdist}/doc/latex/footmisc
7518%doc %{texmfdist}/doc/latex/footnpag
7519%doc %{texmfdist}/doc/latex/fp
7520%doc %{texmfdist}/doc/latex/geometry
7521%doc %{texmfdist}/doc/latex/graphics
7522%doc %{texmfdist}/doc/latex/hyperref
7523%doc %{texmfdist}/doc/latex/hyphenat
7524%doc %{texmfdist}/doc/latex/index
7525%doc %{texmfdist}/doc/latex/koma-script
7526%doc %{texmfdist}/doc/latex/labels
7527%doc %{texmfdist}/doc/latex/layouts
7528%doc %{texmfdist}/doc/latex/lettrine
7529%doc %{texmfdist}/doc/latex/listings
7530%doc %{texmfdist}/doc/latex/ltabptch
7531%doc %{texmfdist}/doc/latex/mdwtools
7532%doc %{texmfdist}/doc/latex/memoir
7533%doc %{texmfdist}/doc/latex/mh
7534%doc %{texmfdist}/doc/latex/mparhack
7535%doc %{texmfdist}/doc/latex/ms
7536%doc %{texmfdist}/doc/latex/multibib
7537%doc %{texmfdist}/doc/latex/mwcls
7538%doc %{texmfdist}/doc/latex/natbib
7539%doc %{texmfdist}/doc/latex/nomencl
7540%doc %{texmfdist}/doc/latex/ntgclass
7541%doc %{texmfdist}/doc/latex/oberdiek
7542%doc %{texmfdist}/doc/latex/overpic
7543%doc %{texmfdist}/doc/latex/paralist
7544%doc %{texmfdist}/doc/latex/pb-diagram
7545%doc %{texmfdist}/doc/latex/pdfpages
7546%doc %{texmfdist}/doc/latex/picinpar
7547%doc %{texmfdist}/doc/latex/pict2e
7548%doc %{texmfdist}/doc/latex/placeins
7549%doc %{texmfdist}/doc/latex/preprint
7550%doc %{texmfdist}/doc/latex/preview
7551%doc %{texmfdist}/doc/latex/program
7552%doc %{texmfdist}/doc/latex/psfrag
7553%doc %{texmfdist}/doc/latex/revtex
7554%doc %{texmfdist}/doc/latex/rotating
7555%doc %{texmfdist}/doc/latex/rotfloat
7556%doc %{texmfdist}/doc/latex/scale
7557%doc %{texmfdist}/doc/latex/sectsty
7558%doc %{texmfdist}/doc/latex/seminar
7559%doc %{texmfdist}/doc/latex/showlabels
7560%doc %{texmfdist}/doc/latex/sidecap
7561%doc %{texmfdist}/doc/latex/slashbox
7562%doc %{texmfdist}/doc/latex/soul
7563%doc %{texmfdist}/doc/latex/stdclsdv
7564%doc %{texmfdist}/doc/latex/subfig
7565%doc %{texmfdist}/doc/latex/subfigure
7566%doc %{texmfdist}/doc/latex/textfit
7567%doc %{texmfdist}/doc/latex/textpos
7568%doc %{texmfdist}/doc/latex/titlesec
7569%doc %{texmfdist}/doc/latex/tocbibind
7570%doc %{texmfdist}/doc/latex/tocloft
7571%doc %{texmfdist}/doc/latex/tools
7572%doc %{texmfdist}/doc/latex/totpages
7573%doc %{texmfdist}/doc/latex/type1cm
7574%doc %{texmfdist}/doc/latex/units
7575%doc %{texmfdist}/doc/latex/vmargin
7576%doc %{texmfdist}/doc/latex/was
7577%doc %{texmfdist}/doc/latex/wrapfig
7578%doc %{texmfdist}/doc/latex/xtab
7579%doc %{texmfdist}/doc/latex/yfonts
7580%doc %{texmfdist}/doc/fonts/calrsfs
7581%doc %{texmfdist}/doc/generic/encxvlna
7582%doc %{texmfdist}/doc/generic/textmerg
df343eba 7583
096dca83 7584%files -n kpathsea
d08789e0 7585%defattr(644,root,root,755)
4aeb46f7 7586%dir %{texmf}/doc/kpathsea
446ab8e0 7587%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
7588%attr(755,root,root) %{_bindir}/kpsepath
7589%attr(755,root,root) %{_bindir}/kpsestat
7590%attr(755,root,root) %{_bindir}/kpsetool
7591%attr(755,root,root) %{_bindir}/kpsewhich
7592%attr(755,root,root) %{_bindir}/kpsexpand
7593%attr(755,root,root) %{_libdir}/libkpathsea.so.*
7594%{_libdir}/libkpathsea.la
fae5faca
ZU
7595%{_mandir}/man1/kpsexpand.1*
7596%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
7597%{_mandir}/man1/kpsestat.1*
7598%{_mandir}/man1/kpsetool.1*
7599%{_mandir}/man1/kpsewhich.1*
d08789e0 7600
096dca83 7601%files -n kpathsea-devel
d08789e0
ZU
7602%defattr(644,root,root,755)
7603%attr(755,root,root) %{_libdir}/libkpathsea.so
7604%{_includedir}/kpathsea
7605%{_infodir}/kpathsea.info*
7606
7607%files dvips
7608%defattr(644,root,root,755)
446ab8e0 7609# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 7610# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 7611# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
7612# %lang(fi) %{_mandir}/fi/man1/dvips.1*
7613# %{texmf}/dvips/misc
7614# %{texmf}/dvips/config/config.generic
7615# %{texmf}/fonts/map/dvips/misc
7616# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7617# %{texmf}/fonts/map/dvips/tetex/bsr.map
7618# %{_localstatedir}/fonts/map/dvipdfm
7619# %{_localstatedir}/fonts/map/dvips
7620%dir %{texmfdist}/fonts/map/dvips/cmex
7621%dir %{texmf}/dvipdfm
c9ddaf2d
ZU
7622%doc %{texmf}/doc/dvips
7623%doc %{texmf}/doc/dvipdfm
d08789e0
ZU
7624%attr(755,root,root) %{_bindir}/dvips
7625%attr(755,root,root) %{_bindir}/dvired
7626%attr(755,root,root) %{_bindir}/dvitomp
7627%attr(755,root,root) %{_bindir}/dvitype
7628%attr(755,root,root) %{_bindir}/dvicopy
7629%attr(755,root,root) %{_bindir}/dvipdfm
7630%attr(755,root,root) %{_bindir}/dvipdft
7631# dvi2fax requires ghostscript
7632%attr(755,root,root) %{_bindir}/dvi2fax
7633%{_infodir}/dvips.info*
7634%{_mandir}/man1/dvi2fax.1*
7635%{_mandir}/man1/dvicopy.1*
7636%{_mandir}/man1/dvipdfm.1*
7637%{_mandir}/man1/dvips.1*
7638%{_mandir}/man1/dvired.1*
7639%{_mandir}/man1/dvitomp.1*
7640%{_mandir}/man1/dvitype.1*
d08789e0 7641%{texmf}/dvips/base
80fa261c
ZU
7642%{texmf}/dvips/config
7643%{texmf}/dvips/getafm
d08789e0 7644%{texmf}/dvips/gsftopk
606c6ab6 7645# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 7646%{texmfdist}/fonts/enc/dvips/base
9b908671 7647%{texmfdist}/fonts/map/dvips/allrunes
5902e778 7648%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 7649%{texmfdist}/tex/generic/dvips
f7f90954 7650%{texmfdist}/dvips
5902e778
ZU
7651%{texmf}/dvipdfm/config
7652%{texmf}/dvips/tetex/config.*
d08789e0 7653%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 7654%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
7655# %{texmf}/fonts/map
7656%dir %{texmf}/fonts/map/dvipdfm
7657%dir %{texmf}/fonts/map/dvips
7658%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
7659%{texmf}/fonts/map/dvipdfm/updmap
7660%{texmf}/fonts/map/dvipdfm/dvipdfmx
7661%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
7662%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7663%{texmf}/fonts/map/dvips/tetex/dvips35.map
7664%{texmf}/fonts/map/dvips/tetex/mathpple.map
7665%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7666%{texmf}/fonts/map/dvips/tetex/mt-plus.map
7667%{texmf}/fonts/map/dvips/tetex/mt-yy.map
7668%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 7669
d08789e0
ZU
7670
7671%files dvilj
7672%defattr(644,root,root,755)
7673%attr(755,root,root) %{_bindir}/dvihp
7674%attr(755,root,root) %{_bindir}/dvilj
7675%attr(755,root,root) %{_bindir}/dvilj2p
7676%attr(755,root,root) %{_bindir}/dvilj4
7677%attr(755,root,root) %{_bindir}/dvilj4l
7678%attr(755,root,root) %{_bindir}/dvilj6
7679%{_mandir}/man1/dvihp.1*
7680%{_mandir}/man1/dvilj.1*
09deda15
ZU
7681%{_mandir}/man1/dvilj2p.1*
7682%{_mandir}/man1/dvilj4.1*
7683%{_mandir}/man1/dvilj4l.1*
7684%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
7685
7686%files makeindex
7687%defattr(644,root,root,755)
446ab8e0 7688%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
7689%attr(755,root,root) %{_bindir}/mkindex
7690%attr(755,root,root) %{_bindir}/makeindex
7691%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 7692%{texmfdist}/makeindex
d08789e0
ZU
7693%{_mandir}/man1/makeindex.1*
7694%{_mandir}/man1/mkindex.1*
7695%{_mandir}/man1/rumakeindex.1*
7696
29d720fe
ZU
7697%files scripts
7698%defattr(644,root,root,755)
7699%dir %{texmfdist}/scripts
7700%dir %{texmf}/scripts
7701%dir %{texmf}/scripts/texlive
7702%{texmfdist}/scripts/bengali
7703%{texmfdist}/scripts/dviasm
7704%{texmfdist}/scripts/glossaries
7705%{texmfdist}/scripts/oberdiek
7706%{texmfdist}/scripts/perltex
7707%{texmfdist}/scripts/pgfplots
7708%{texmfdist}/scripts/ppower4
7709%{texmfdist}/scripts/pst2pdf
7710%{texmfdist}/scripts/shipunov
7711%{texmfdist}/scripts/texcount
7712%{texmfdist}/scripts/vpe/vpe.pl
7713%{texmf}/scripts/a2ping
7714%{texmf}/scripts/epstopdf
7715%{texmf}/scripts/pkfix
7716%{texmf}/scripts/ps2eps
7717%{texmf}/scripts/simpdftex
7718%{texmf}/scripts/tetex
7719%{texmf}/scripts/texlive/getnonfreefonts.pl
7720%{texmf}/scripts/texlive/gswin32
7721%{texmf}/scripts/texlive/lua
7722%{texmf}/scripts/texlive/*.tlu
7723%{texmf}/scripts/texlive/tlmgr.pl
7724%{texmf}/scripts/texlive/tlmgrgui
7725
783773ac
ZU
7726%files tex-arrayjob
7727%defattr(644,root,root,755)
7728%doc %{texmfdist}/doc/generic/arrayjob
7729%{texmfdist}/tex/generic/arrayjob
7730
7731%files tex-insbox
7732%defattr(644,root,root,755)
7733%doc %{texmfdist}/doc/generic/insbox
7734%{texmfdist}/tex/generic/insbox
7735
e67df411
ZU
7736%files tex-mathdots
7737%defattr(644,root,root,755)
7738%doc %{texmfdist}/doc/generic/mathdots
7739%{texmfdist}/source/generic/mathdots
7740%{texmfdist}/tex/generic/mathdots
7741
783773ac
ZU
7742%files tex-ofs
7743%defattr(644,root,root,755)
7744%doc %{texmfdist}/doc/generic/ofs
7745%{texmfdist}/tex/generic/ofs
7746
e149bdb4
ZU
7747%files tex-physe
7748%defattr(644,root,root,755)
7749%{texmfdist}/tex/physe
7750%{texmf}/fmtutil/format.physe.cnf
7751
7752%files tex-velthuis
7753%defattr(644,root,root,755)
7754%doc %{texmfdist}/doc/generic/velthuis
7755%{texmfdist}/tex/generic/velthuis
7756
783773ac
ZU
7757%files tex-ytex
7758%defattr(644,root,root,755)
7759%{texmfdist}/tex/ytex
7760
d08789e0
ZU
7761%files metafont
7762%defattr(644,root,root,755)
d08789e0
ZU
7763#%attr(755,root,root) %{_bindir}/mfw
7764#%attr(755,root,root) %{_bindir}/virmf
7765#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
7766#%{texmf}/mft/cmbase.mft
7767# %{texmf}/mft/e.mft
446ab8e0
ZU
7768# %{texmf}/mft/pl.mft
7769# %{fmtdir}/mf.base
d08789e0 7770#%{texmf}/web2c/mf-nowin.base
446ab8e0 7771# %{texmf}/web2c/mf.pool
d08789e0 7772#%{texmf}/web2c/mfw.base
d08789e0
ZU
7773#%{_mandir}/man1/inimf.1*
7774#%{_mandir}/man1/virmf.1*
5902e778
ZU
7775%dir %{texmfdist}/mft
7776%dir %{texmfdist}/mft/base
7777%attr(755,root,root) %{_bindir}/mf
7778%attr(755,root,root) %{_bindir}/mf-nowin
7779%attr(755,root,root) %{_bindir}/mft
7780%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 7781%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
7782%attr(755,root,root) %{_bindir}/mktextfm
7783%{texmfdist}/metafont
7784%{texmfdist}/mft/base/mplain.mft
7785%{texmfdist}/mft/base/plain.mft
80fa261c 7786%{texmfdist}/source/metafont
5902e778 7787%{_mandir}/man1/mf.1*
fae5faca 7788%{_mandir}/man1/mf-nowin.1*
5902e778 7789%{_mandir}/man1/mft.1*
d08789e0
ZU
7790%{_mandir}/man1/mktexmf.1*
7791%{_mandir}/man1/mktexpk.1*
7792%{_mandir}/man1/mktextfm.1*
80fa261c 7793%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
7794
7795%files metapost
7796%defattr(644,root,root,755)
d08789e0
ZU
7797#%attr(755,root,root) %{_bindir}/virmpost
7798#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
7799# %{texmf}/web2c/mp.pool
7800# %{fmtdir}/mpost.mem
7801#%{_mandir}/man1/inimpost.1*
7802#%{_mandir}/man1/virmpost.1*
446ab8e0 7803%dir %{texmfdist}/metapost
5902e778
ZU
7804%doc %{texmfdist}/doc/metapost
7805%attr(755,root,root) %{_bindir}/mpost
7806%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
7807%{texmfdist}/metapost/base
7808%{texmfdist}/metapost/config
7809%{texmfdist}/metapost/mfpic
7810%{texmfdist}/metapost/misc
7811%{texmfdist}/metapost/support
80fa261c 7812%{texmfdist}/source/metapost
d08789e0
ZU
7813%{_mandir}/man1/mpost.1*
7814%{_mandir}/man1/mpto.1*
80fa261c 7815%{texmf}/fmtutil/format.metapost.cnf
d08789e0 7816
43a061cf 7817%files metapost-other
786ebdb1
ZU
7818%defattr(644,root,root,755)
7819%{texmfdist}/metapost/automata
7820%{texmfdist}/metapost/bbcard
7821%{texmfdist}/metapost/blockdraw_mp
7822%{texmfdist}/metapost/bpolynomial
7823%{texmfdist}/metapost/cmarrows
7824%{texmfdist}/metapost/dviincl
7825%{texmfdist}/metapost/epsincl
7826%{texmfdist}/metapost/expressg
7827%{texmfdist}/metapost/exteps
7828%{texmfdist}/metapost/featpost
7829%{texmfdist}/metapost/feynmf
7830%{texmfdist}/metapost/frcursive
7831%{texmfdist}/metapost/hatching
7832%{texmfdist}/metapost/metaobj
7833%{texmfdist}/metapost/metaplot
7834%{texmfdist}/metapost/metauml
7835%{texmfdist}/metapost/mp3d
7836%{texmfdist}/metapost/mpattern
7837%{texmfdist}/metapost/nkarta
7838%{texmfdist}/metapost/piechartmp
7839%{texmfdist}/metapost/slideshow
7840%{texmfdist}/metapost/splines
7841%{texmfdist}/metapost/tabvar
7842%{texmfdist}/metapost/textpath
7843%{texmfdist}/metapost/venn
7844
d08789e0
ZU
7845%files mptopdf
7846%defattr(644,root,root,755)
7847%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 7848%{_mandir}/man1/mptopdf.1*
b839a3ce 7849# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
7850
7851%files texdoctk
7852%defattr(644,root,root,755)
446ab8e0 7853# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
7854%attr(755,root,root) %{_bindir}/texdoctk
7855%{texmf}/texdoctk
d08789e0
ZU
7856%{_mandir}/man1/texdoctk.1*
7857
7858%files -n texconfig
7859%defattr(644,root,root,755)
5902e778
ZU
7860%dir %{texmf}/texconfig
7861%doc %{texmf}/texconfig/README
d08789e0
ZU
7862%attr(755,root,root) %{_bindir}/texconfig
7863%attr(755,root,root) %{_bindir}/texconfig-dialog
7864%attr(755,root,root) %{_bindir}/texconfig-sys
7865%attr(755,root,root) %{texmf}/texconfig/tcfmgr
7866%{_mandir}/man1/texconfig.1*
fae5faca 7867%{_mandir}/man1/texconfig-sys.1*
5902e778 7868%{texmf}/texconfig/g
d08789e0 7869%{texmf}/texconfig/generic
5902e778 7870%{texmf}/texconfig/tcfmgr.map
d08789e0 7871%{texmf}/texconfig/v
d08789e0
ZU
7872%{texmf}/texconfig/x
7873
624ed2f9
ZU
7874%files -n xindy
7875%defattr(644,root,root,755)
4224ae6d 7876%doc %{texmf}/doc/xindy
624ed2f9 7877%dir %{texmf}/xindy
624ed2f9 7878%dir %{texmf}/xindy/lang
1024ab0e
ZU
7879%dir %{texmf}/scripts
7880%{texmf}/scripts/xindy
4224ae6d
MB
7881%{texmf}/xindy/base
7882%{texmf}/xindy/class
7883%{texmf}/xindy/ord
7884%{texmf}/xindy/rules
7885%{texmf}/xindy/styles
7886%{texmf}/xindy/tex
624ed2f9 7887
1024ab0e 7888
624ed2f9
ZU
7889%files -n xindy-albanian
7890%defattr(644,root,root,755)
4224ae6d 7891%{texmf}/xindy/lang/albanian
624ed2f9
ZU
7892
7893%files -n xindy-belarusian
7894%defattr(644,root,root,755)
4224ae6d 7895%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
7896
7897%files -n xindy-bulgarian
7898%defattr(644,root,root,755)
4224ae6d 7899%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
7900
7901%files -n xindy-croatian
7902%defattr(644,root,root,755)
4224ae6d 7903%{texmf}/xindy/lang/croatian
624ed2f9
ZU
7904
7905%files -n xindy-czech
7906%defattr(644,root,root,755)
4224ae6d 7907%{texmf}/xindy/lang/czech
624ed2f9
ZU
7908
7909%files -n xindy-danish
7910%defattr(644,root,root,755)
4224ae6d 7911%{texmf}/xindy/lang/danish
624ed2f9
ZU
7912
7913%files -n xindy-dutch
7914%defattr(644,root,root,755)
4224ae6d 7915%{texmf}/xindy/lang/dutch
624ed2f9
ZU
7916
7917%files -n xindy-english
7918%defattr(644,root,root,755)
4224ae6d 7919%{texmf}/xindy/lang/english
624ed2f9
ZU
7920
7921%files -n xindy-esperanto
7922%defattr(644,root,root,755)
4224ae6d 7923%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
7924
7925%files -n xindy-estonian
7926%defattr(644,root,root,755)
4224ae6d 7927%{texmf}/xindy/lang/estonian
624ed2f9
ZU
7928
7929%files -n xindy-finnish
7930%defattr(644,root,root,755)
4224ae6d 7931%{texmf}/xindy/lang/finnish
624ed2f9
ZU
7932
7933%files -n xindy-french
7934%defattr(644,root,root,755)
4224ae6d 7935%{texmf}/xindy/lang/french
624ed2f9
ZU
7936
7937%files -n xindy-general
7938%defattr(644,root,root,755)
4224ae6d 7939%{texmf}/xindy/lang/general
624ed2f9
ZU
7940
7941%files -n xindy-georgian
7942%defattr(644,root,root,755)
4224ae6d 7943%{texmf}/xindy/lang/georgian
624ed2f9
ZU
7944
7945%files -n xindy-german
7946%defattr(644,root,root,755)
4224ae6d 7947%{texmf}/xindy/lang/german
624ed2f9
ZU
7948
7949%files -n xindy-greek
7950%defattr(644,root,root,755)
4224ae6d 7951%{texmf}/xindy/lang/greek
624ed2f9
ZU
7952
7953%files -n xindy-gypsy
7954%defattr(644,root,root,755)
4224ae6d 7955%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
7956
7957%files -n xindy-hausa
7958%defattr(644,root,root,755)
4224ae6d 7959%{texmf}/xindy/lang/hausa
624ed2f9
ZU
7960
7961%files -n xindy-hebrew
7962%defattr(644,root,root,755)
4224ae6d 7963%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
7964
7965%files -n xindy-hungarian
7966%defattr(644,root,root,755)
4224ae6d 7967%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
7968
7969%files -n xindy-icelandic
7970%defattr(644,root,root,755)
4224ae6d 7971%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
7972
7973%files -n xindy-italian
7974%defattr(644,root,root,755)
4224ae6d 7975%{texmf}/xindy/lang/italian
624ed2f9
ZU
7976
7977%files -n xindy-klingon
7978%defattr(644,root,root,755)
4224ae6d 7979%{texmf}/xindy/lang/klingon
624ed2f9
ZU
7980
7981%files -n xindy-kurdish
7982%defattr(644,root,root,755)
4224ae6d 7983%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
7984
7985%files -n xindy-latin
7986%defattr(644,root,root,755)
4224ae6d 7987%{texmf}/xindy/lang/latin
624ed2f9
ZU
7988
7989%files -n xindy-latvian
7990%defattr(644,root,root,755)
4224ae6d 7991%{texmf}/xindy/lang/latvian
624ed2f9
ZU
7992
7993%files -n xindy-lithuanian
7994%defattr(644,root,root,755)
4224ae6d 7995%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
7996
7997%files -n xindy-lower-sorbian
7998%defattr(644,root,root,755)
4224ae6d 7999%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
8000
8001%files -n xindy-macedonian
8002%defattr(644,root,root,755)
4224ae6d 8003%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
8004
8005%files -n xindy-mongolian
8006%defattr(644,root,root,755)
4224ae6d 8007%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
8008
8009%files -n xindy-norwegian
8010%defattr(644,root,root,755)
4224ae6d 8011%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
8012
8013%files -n xindy-polish
8014%defattr(644,root,root,755)
4224ae6d 8015%{texmf}/xindy/lang/polish
624ed2f9
ZU
8016
8017%files -n xindy-portuguese
8018%defattr(644,root,root,755)
4224ae6d 8019%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
8020
8021%files -n xindy-romanian
8022%defattr(644,root,root,755)
4224ae6d 8023%{texmf}/xindy/lang/romanian
624ed2f9
ZU
8024
8025%files -n xindy-russian
8026%defattr(644,root,root,755)
4224ae6d 8027%{texmf}/xindy/lang/russian
624ed2f9
ZU
8028
8029%files -n xindy-serbian
8030%defattr(644,root,root,755)
4224ae6d 8031%{texmf}/xindy/lang/serbian
624ed2f9
ZU
8032
8033%files -n xindy-slovak
8034%defattr(644,root,root,755)
4224ae6d 8035%{texmf}/xindy/lang/slovak
624ed2f9
ZU
8036
8037%files -n xindy-slovenian
8038%defattr(644,root,root,755)
4224ae6d 8039%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
8040
8041%files -n xindy-spanish
8042%defattr(644,root,root,755)
4224ae6d 8043%{texmf}/xindy/lang/spanish
624ed2f9
ZU
8044
8045%files -n xindy-swedish
8046%defattr(644,root,root,755)
4224ae6d 8047%{texmf}/xindy/lang/swedish
624ed2f9
ZU
8048
8049%files -n xindy-turkish
8050%defattr(644,root,root,755)
4224ae6d 8051%{texmf}/xindy/lang/turkish
624ed2f9
ZU
8052
8053%files -n xindy-ukrainian
8054%defattr(644,root,root,755)
4224ae6d 8055%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
8056
8057%files -n xindy-upper-sorbian
8058%defattr(644,root,root,755)
4224ae6d 8059%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
8060
8061%files -n xindy-vietnamese
8062%defattr(644,root,root,755)
4224ae6d 8063%{texmf}/xindy/lang/vietnamese/
624ed2f9 8064
d08789e0
ZU
8065%files -n xdvi
8066%defattr(644,root,root,755)
d08789e0 8067#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 8068# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 8069# %{_mandir}/man1/xdvizilla.1*
9b908671 8070%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
8071%attr(755,root,root) %{_bindir}/xdvi
8072%{_mandir}/man1/xdvi.1*
d08789e0
ZU
8073%{_desktopdir}/xdvi.desktop
8074%{_pixmapsdir}/xdvi.png
8075%{texmf}/xdvi
8076
8077%files pdftex
8078%defattr(644,root,root,755)
446ab8e0 8079# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 8080# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 8081# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
8082# %dir %{texmf}/fonts/map/pdftex
8083# %dir %{texmf}/fonts/map/pdftex/cmttf
8084# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
8085# %{texmf}/web2c/pdfetex-pl.pool
8086# %{texmf}/web2c/pdfetex.pool
8087# %{texmf}/web2c/pdfxtex.pool
5902e778 8088# %{_mandir}/man1/pdfxtex.1*
28c0ab22 8089%dir %{texmf}/fonts/map/pdftex
5fef92c1 8090%doc %{texmfdist}/doc/pdftex
5902e778
ZU
8091%attr(755,root,root) %{_bindir}/epstopdf
8092%attr(755,root,root) %{_bindir}/pdfcrop
8093%attr(755,root,root) %{_bindir}/pdftex
bf184d85 8094%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 8095%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 8096%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 8097%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
8098%{_mandir}/man1/epstopdf.1*
8099%{_mandir}/man1/pdftex.1*
80fa261c
ZU
8100%{texmfdist}/fonts/enc/pdftex
8101%{texmfdist}/fonts/map/pdftex
8102%{texmf}/fonts/map/pdftex/updmap
d08789e0 8103
04123363 8104%files phyzzx
f65b3398 8105%defattr(644,root,root,755)
04123363
ZU
8106%attr(755,root,root) %{_bindir}/phyzzx
8107%dir %{texmfdist}/doc/phyzzx
8108%dir %{texmfdist}/tex/phyzzx
8109%doc %{texmfdist}/doc/phyzzx/base
80fa261c 8110%{texmfdist}/tex/phyzzx/base
04123363
ZU
8111%{texmfdist}/tex/phyzzx/config
8112%{texmf}/fmtutil/format.phyzzx.cnf
8113
d08789e0
ZU
8114%files omega
8115%defattr(644,root,root,755)
5902e778
ZU
8116# %{texmf}/web2c/omega.pool
8117# %{texmf}/web2c/aleph.pool
5902e778
ZU
8118# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
8119# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
8120# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
8121# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf 8122%doc %{texmfdist}/doc/omega
c9ddaf2d 8123%doc %{texmfdist}/doc/lambda
0f6c4baf
ZU
8124%dir %{texmfdist}/omega
8125%dir %{texmfdist}/dvips/omega
d08789e0
ZU
8126%attr(755,root,root) %{_bindir}/aleph
8127%attr(755,root,root) %{_bindir}/lambda
8128%attr(755,root,root) %{_bindir}/mkocp
8129%attr(755,root,root) %{_bindir}/mkofm
8130%attr(755,root,root) %{_bindir}/odvicopy
8131%attr(755,root,root) %{_bindir}/odvips
8132%attr(755,root,root) %{_bindir}/odvitype
8133%attr(755,root,root) %{_bindir}/omega
8134%attr(755,root,root) %{_bindir}/omfonts
8135%attr(755,root,root) %{_bindir}/opl2ofm
8136%attr(755,root,root) %{_bindir}/otangle
8137%attr(755,root,root) %{_bindir}/otp2ocp
8138%attr(755,root,root) %{_bindir}/outocp
8139%attr(755,root,root) %{_bindir}/ovf2ovp
8140%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
8141%{texmfdist}/dvips/omega/config.omega
8142%{texmfdist}/dvips/omega/omega.cfg
8143%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
8144%{texmfdist}/omega/ocp
8145%{texmfdist}/omega/otp
2677a8b0 8146%{texmfdist}/tex/lambda
80fa261c 8147%{texmfdist}/source/lambda
fae5faca 8148%{_mandir}/man1/lambda.1*
d08789e0
ZU
8149%{_mandir}/man1/mkocp.1*
8150%{_mandir}/man1/mkofm.1*
8151%{_mandir}/man1/omega.1*
fae5faca
ZU
8152%{_mandir}/man1/odvicopy.1*
8153%{_mandir}/man1/odvips.1*
8154%{_mandir}/man1/odvitype.1*
d08789e0
ZU
8155%{_mandir}/man1/ofm2opl.1*
8156%{_mandir}/man1/opl2ofm.1*
8157%{_mandir}/man1/otp2ocp.1*
8158%{_mandir}/man1/outocp.1*
8159%{_mandir}/man1/ovf2ovp.1*
8160%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
8161%{texmf}/fmtutil/format.omega.cnf
8162%{texmf}/fmtutil/format.aleph.cnf
c9ddaf2d 8163%doc %{texmfdist}/doc/aleph
d08789e0 8164
d08789e0
ZU
8165%files plain
8166%defattr(644,root,root,755)
446ab8e0
ZU
8167%doc %{texmfdist}/doc/plain
8168%{texmfdist}/tex/plain
4224ae6d 8169%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 8170%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
8171#%{texmf}/web2c/plain.mem
8172#%{texmf}/web2c/plain.base
8173
d5174470
ZU
8174# %files format-plain
8175# %defattr(644,root,root,755)
b839a3ce 8176# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
8177#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
8178
d5174470
ZU
8179# %files format-pdftex
8180# %defattr(644,root,root,755)
b839a3ce 8181# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 8182
d5174470
ZU
8183# %files format-pdfetex
8184# %defattr(644,root,root,755)
b839a3ce 8185# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
8186
8187%files mex
8188%defattr(644,root,root,755)
80fa261c 8189%doc %{texmfdist}/doc/mex
446ab8e0
ZU
8190%dir %{texmfdist}/tex/mex
8191%dir %{texmfdist}/tex/mex/base
8192%{texmfdist}/tex/mex/base/mex1.tex
8193%{texmfdist}/tex/mex/base/mex2.tex
8194%{texmfdist}/tex/mex/base/mex.tex
8195%dir %{texmfdist}/tex/mex/config
8196%{texmfdist}/tex/mex/base/mexconf.tex
015f9ddb
ZU
8197%{texmf}/fmtutil/format.mex.cnf
8198%{texmf}/fmtutil/format.utf8mex.cnf
446ab8e0 8199
d08789e0
ZU
8200%files format-mex
8201%defattr(644,root,root,755)
8202%attr(755,root,root) %{_bindir}/mex
2677a8b0 8203%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 8204# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
8205
8206%files format-pdfmex
8207%defattr(644,root,root,755)
8208%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 8209%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 8210# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
8211
8212%files format-utf8mex
8213%defattr(644,root,root,755)
8214%attr(755,root,root) %{_bindir}/utf8mex
04123363 8215%dir %{texmfdist}/doc/mex
2677a8b0
ZU
8216%doc %{texmfdist}/doc/mex/utf8mex
8217%{texmfdist}/tex/mex/utf8mex
b839a3ce 8218# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
8219
8220%files amstex
8221%defattr(644,root,root,755)
2677a8b0
ZU
8222%dir %{texmfdist}/tex/amstex
8223%{texmfdist}/tex/amstex/base
8224%{texmfdist}/tex/amstex/config
8225%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
8226
8227%files format-amstex
8228%defattr(644,root,root,755)
446ab8e0
ZU
8229%doc %{texmfdist}/doc/amstex
8230%{texmfdist}/tex/amstex
d08789e0
ZU
8231%attr(755,root,root) %{_bindir}/amstex
8232%{_mandir}/man1/amstex.1*
80fa261c
ZU
8233%{texmf}/fmtutil/format.amstex.cnf
8234%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
8235# %lang(fi) %{_mandir}/fi/man1/amstex.1*
8236# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 8237
446ab8e0
ZU
8238# %files format-pdfamstex
8239# %defattr(644,root,root,755)
8240# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 8241#%{texmf}/pdftex/amstex
446ab8e0 8242# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
8243
8244%files csplain
8245%defattr(644,root,root,755)
04123363 8246%dir %{texmfdist}/doc/cslatex
21c69d95 8247%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
8248%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
8249%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
8250%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
8251%doc %{texmfdist}/doc/cslatex/base/csplain.doc
8252%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
8253%doc %{texmfdist}/doc/cslatex/base/test8z.tex
8254%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 8255%attr(755,root,root) %{_bindir}/csplain
446ab8e0 8256%{texmfdist}/tex/csplain
d08789e0
ZU
8257
8258%files format-csplain
8259%defattr(644,root,root,755)
b839a3ce 8260# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
8261
8262%files format-pdfcsplain
8263%defattr(644,root,root,755)
8264%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 8265# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
8266
8267%files cslatex
8268%defattr(644,root,root,755)
446ab8e0
ZU
8269# %doc %{texmf}/doc/cstex/INSTALL.cslatex
8270# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
8271%{texmfdist}/tex/cslatex
8272%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
8273
8274%files format-cslatex
8275%defattr(644,root,root,755)
8276%attr(755,root,root) %{_bindir}/cslatex
80fa261c 8277%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 8278# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
8279
8280%files format-pdfcslatex
8281%defattr(644,root,root,755)
8282%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 8283# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 8284
ffd94364
ZU
8285# %files cyrplain
8286# %defattr(644,root,root,755)
8287# %doc %{texmf}/doc/cyrplain
8288# %{texmf}/tex/cyrplain
d08789e0 8289
ffd94364
ZU
8290# %files format-cyrplain
8291# %defattr(644,root,root,755)
8292# %attr(755,root,root) %{_bindir}/cyrtex
8293# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 8294
ffd94364
ZU
8295# %files format-cyramstex
8296# %defattr(644,root,root,755)
8297# %attr(755,root,root) %{_bindir}/cyramstex
8298# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 8299
ffd94364
ZU
8300# %files format-cyrtexinfo
8301# %defattr(644,root,root,755)
8302# %attr(755,root,root) %{_bindir}/cyrtexinfo
8303# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
8304
8305%files eplain
8306%defattr(644,root,root,755)
ffd94364
ZU
8307%doc %{texmfdist}/doc/etex
8308%doc %{texmfdist}/doc/eplain
8309%{texmfdist}/tex/plain/etex
8310%{texmfdist}/tex/eplain
d08789e0
ZU
8311
8312%files format-eplain
8313%defattr(644,root,root,755)
8314%attr(755,root,root) %{_bindir}/eplain
8315%attr(755,root,root) %{_bindir}/etex
8316%{_mandir}/man1/eplain.1*
8317%{_mandir}/man1/etex.1*
80fa261c 8318%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
8319# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
8320# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
8321
8322%files context
8323%defattr(644,root,root,755)
68640cd8
ZU
8324%doc %{texmfdist}/doc/context
8325# %doc %{texmf}/doc/polish/context
4224ae6d
MB
8326%attr(755,root,root) %{_bindir}/context
8327%attr(755,root,root) %{_bindir}/ctxtools
8328%attr(755,root,root) %{_bindir}/exatools
8329%attr(755,root,root) %{_bindir}/luatools
8330%attr(755,root,root) %{_bindir}/makempy
8331%attr(755,root,root) %{_bindir}/mpstools
8332%attr(755,root,root) %{_bindir}/mtxrun
8333%attr(755,root,root) %{_bindir}/mtxtools
8334%attr(755,root,root) %{_bindir}/pdfthumb
8335%attr(755,root,root) %{_bindir}/pdftools
8336%attr(755,root,root) %{_bindir}/pdftrimwhite
8337%attr(755,root,root) %{_bindir}/pstopdf
8338%attr(755,root,root) %{_bindir}/rlxtools
8339%attr(755,root,root) %{_bindir}/runtools
8340%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
8341%attr(755,root,root) %{_bindir}/texfind
8342%attr(755,root,root) %{_bindir}/texfont
4224ae6d 8343%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 8344%attr(755,root,root) %{_bindir}/texshow
4224ae6d 8345%attr(755,root,root) %{_bindir}/textools
d08789e0 8346%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
8347%attr(755,root,root) %{_bindir}/tmftools
8348%attr(755,root,root) %{_bindir}/xmltools
ffd94364 8349# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
8350%{_mandir}/man1/ctxtools.1*
8351%{_mandir}/man1/pdftools.1*
8352%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
8353%{_mandir}/man1/texfind.1*
8354%{_mandir}/man1/texfont.1*
fae5faca
ZU
8355%{_mandir}/man1/texmfstart.1*
8356%{_mandir}/man1/textools.1*
d08789e0 8357%{_mandir}/man1/texutil.1*
ffd94364 8358# %{_mandir}/man1/texshow.1*
4224ae6d 8359%{texmfdist}/context
68640cd8 8360%{texmfdist}/fonts/enc/dvips/context
ffd94364 8361# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
8362%{texmfdist}/metapost/context
8363%{texmfdist}/scripts/context
4224ae6d
MB
8364%{texmfdist}/tex/context
8365%exclude %{texmfdist}/tex/context/config/cont-de.ini
8366%exclude %{texmfdist}/tex/context/config/cont-en.ini
8367%exclude %{texmfdist}/tex/context/config/cont-nl.ini
8368%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 8369%{texmfdist}/tex/generic/context
4224ae6d 8370%{texmfdist}/tex/latex/context
68640cd8 8371%{texmfdist}/bibtex/bst/context
80fa261c 8372%{texmf}/fmtutil/format.context.cnf
015f9ddb 8373%{texmf}/fmtutil/format.luatex.cnf
f7f90954 8374%doc %{texmfdist}/doc/luatex
d08789e0
ZU
8375
8376# no fmt, so commented out
8377#%files format-context-cz
8378#%defattr(644,root,root,755)
8379#%%{texmf}/tex/context/config/cont-cz.ini
8380# does not build with beta 20021025
8381#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
8382
8383%files format-context-de
8384%defattr(644,root,root,755)
2677a8b0 8385%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 8386# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
8387#%{_mandir}/man1/cont-de.1*
8388
8389%files format-context-en
8390%defattr(644,root,root,755)
2677a8b0 8391%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 8392# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
8393#%{_mandir}/man1/cont-en.1*
8394# what is the difference betwen uk and en in this particular situation?
2677a8b0 8395%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 8396# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
8397
8398# no fmt, so commented out
8399#%files format-context-it
8400#%defattr(644,root,root,755)
8401#%%{texmf}/tex/context/config/cont-it.ini
8402
8403%files format-context-nl
8404%defattr(644,root,root,755)
2677a8b0 8405%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 8406# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
8407#%{_mandir}/man1/cont-nl.1*
8408
8409# no fmt, so commented out
8410#%files format-context-ro
8411#%defattr(644,root,root,755)
8412#%%{texmf}/tex/context/config/cont-ro.ini
8413
3127b522 8414
d08789e0
ZU
8415%files latex
8416%defattr(644,root,root,755)
5fef92c1 8417%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
8418%attr(755,root,root) %{_bindir}/latex
8419%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
8420# %lang(fi) %{_mandir}/fi/man1/latex.1*
8421# %lang(pl) %{_mandir}/pl/man1/latex.1*
8422# %{_infodir}/latex.info*
04123363 8423%{texmf}/fmtutil/format.latex.cnf
5fef92c1 8424%{_mandir}/man1/lacheck.1*
3127b522
ZU
8425%{_mandir}/man1/latex.1*
8426%{_mandir}/man1/pslatex.1*
d08789e0 8427
3127b522
ZU
8428%dir %{texmfdist}/scripts
8429%dir %{texmfdist}/scripts/pst-pdf
63399af2 8430%dir %{texmfdist}/source/generic
df343eba 8431%dir %{texmfdist}/tex/latex
63399af2
ZU
8432%dir %{texmfdist}/tex/plain
8433%dir %{texmf}/tex/latex
d08789e0 8434
3127b522
ZU
8435# %{texmfdist}/tex/latex/citesort
8436# %{texmfdist}/tex/latex/dvilj
8437# %{texmfdist}/tex/latex/eclbip
8438# %{texmfdist}/tex/latex/eo
8439# %{texmfdist}/tex/latex/example
8440# %{texmfdist}/tex/latex/fguill
8441# %{texmfdist}/tex/latex/floatflt
8442# %{texmfdist}/tex/latex/gletter
8443# %{texmfdist}/tex/latex/here
8444# %{texmfdist}/tex/latex/mt11p
8445# %{texmfdist}/tex/latex/relsize
8446# %{texmfdist}/tex/latex/selectp
8447# %{texmfdist}/tex/latex/shadow
8448# %{texmfdist}/tex/latex/showtags
8449# %{texmfdist}/tex/latex/tabls
8450# %{texmfdist}/tex/latex/texmacs
8451# %{texmfdist}/tex/latex/threeparttable
8452# %{texmfdist}/tex/latex/treesvr
8453# %{texmfdist}/tex/latex/ulem
8454# %{texmfdist}/tex/latex/url
8455# %{texmf}/tex/latex/version
8456# %{texmf}/tex/latex/vpage
8457%{texmfdist}/scripts/pst-pdf/ps4pdf
8458%{texmfdist}/tex/generic/pstricks
8459%{texmfdist}/tex/generic/shapepar
3127b522 8460%{texmfdist}/tex/generic/textmerg
c9ddaf2d 8461%{texmfdist}/source/generic/textmerg
6367bfc9
MB
8462%{texmfdist}/tex/latex/12many
8463%{texmfdist}/tex/latex/AkkTeX
6367bfc9 8464%{texmfdist}/tex/latex/GuIT
6367bfc9
MB
8465%{texmfdist}/tex/latex/IEEEtran
8466%{texmfdist}/tex/latex/SIstyle
8467%{texmfdist}/tex/latex/Tabbing
8468%{texmfdist}/tex/latex/a0poster
6367bfc9 8469%{texmfdist}/tex/latex/acmtrans
df343eba 8470%{texmfdist}/tex/latex/acronym
6367bfc9
MB
8471%{texmfdist}/tex/latex/addlines
8472%{texmfdist}/tex/latex/adrlist
df343eba 8473%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
8474%{texmfdist}/tex/latex/afthesis
8475%{texmfdist}/tex/latex/aguplus
6367bfc9 8476%{texmfdist}/tex/latex/akletter
6367bfc9
MB
8477%{texmfdist}/tex/latex/algorithm2e
8478%{texmfdist}/tex/latex/algorithmicx
8479%{texmfdist}/tex/latex/allrunes
8480%{texmfdist}/tex/latex/alnumsec
8481%{texmfdist}/tex/latex/altfont
8482%{texmfdist}/tex/latex/ametsoc
8483%{texmfdist}/tex/latex/amsaddr
8484%{texmfdist}/tex/latex/amsrefs
8485%{texmfdist}/tex/latex/animate
8486%{texmfdist}/tex/latex/answers
8487%{texmfdist}/tex/latex/antiqua
8488%{texmfdist}/tex/latex/anyfontsize
df343eba 8489%{texmfdist}/tex/latex/anysize
6367bfc9 8490%{texmfdist}/tex/latex/apa
6367bfc9
MB
8491%{texmfdist}/tex/latex/apl
8492%{texmfdist}/tex/latex/ar
8493%{texmfdist}/tex/latex/arabi
8494%{texmfdist}/tex/latex/arabtex
8495%{texmfdist}/tex/latex/archaic
8496%{texmfdist}/tex/latex/arcs
8497%{texmfdist}/tex/latex/arev
8498%{texmfdist}/tex/latex/armenian
6367bfc9
MB
8499%{texmfdist}/tex/latex/ascelike
8500%{texmfdist}/tex/latex/ascii
8501%{texmfdist}/tex/latex/assignment
6367bfc9
MB
8502%{texmfdist}/tex/latex/augie
8503%{texmfdist}/tex/latex/auncial-new
8504%{texmfdist}/tex/latex/aurical
8505%{texmfdist}/tex/latex/authoraftertitle
8506%{texmfdist}/tex/latex/authorindex
8507%{texmfdist}/tex/latex/auto-pst-pdf
8508%{texmfdist}/tex/latex/autoarea
8509%{texmfdist}/tex/latex/autotab
8510%{texmfdist}/tex/latex/avantgar
8511%{texmfdist}/tex/latex/babelbib
6367bfc9
MB
8512%{texmfdist}/tex/latex/bangtex
8513%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
8514%{texmfdist}/tex/latex/base
8515%{texmfdist}/tex/latex/bayer
8516%{texmfdist}/tex/latex/bbding
8517%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
8518%{texmfdist}/tex/latex/begriff
8519%{texmfdist}/tex/latex/bengali
8520%{texmfdist}/tex/latex/bera
8521%{texmfdist}/tex/latex/betababel
df343eba 8522%{texmfdist}/tex/latex/beton
6367bfc9
MB
8523%{texmfdist}/tex/latex/bibarts
8524%{texmfdist}/tex/latex/bibleref
8525%{texmfdist}/tex/latex/biblist
8526%{texmfdist}/tex/latex/bibtopicprefix
8527%{texmfdist}/tex/latex/bigfoot
6367bfc9
MB
8528%{texmfdist}/tex/latex/bizcard
8529%{texmfdist}/tex/latex/blacklettert1
8530%{texmfdist}/tex/latex/blindtext
8531%{texmfdist}/tex/latex/blowup
8532%{texmfdist}/tex/latex/boisik
8533%{texmfdist}/tex/latex/boites
8534%{texmfdist}/tex/latex/boldtensors
8535%{texmfdist}/tex/latex/bookest
8536%{texmfdist}/tex/latex/bookhands
8537%{texmfdist}/tex/latex/booklet
8538%{texmfdist}/tex/latex/bookman
8539%{texmfdist}/tex/latex/bophook
8540%{texmfdist}/tex/latex/boxhandler
6367bfc9
MB
8541%{texmfdist}/tex/latex/braille
8542%{texmfdist}/tex/latex/breakurl
8543%{texmfdist}/tex/latex/bridge
8544%{texmfdist}/tex/latex/brushscr
8545%{texmfdist}/tex/latex/bullcntr
8546%{texmfdist}/tex/latex/burmese
8547%{texmfdist}/tex/latex/bussproofs
df343eba 8548%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
8549%{texmfdist}/tex/latex/calxxxx
8550%{texmfdist}/tex/latex/captcont
8551%{texmfdist}/tex/latex/casyl
8552%{texmfdist}/tex/latex/catechis
8553%{texmfdist}/tex/latex/cbcoptic
8554%{texmfdist}/tex/latex/cbfonts
df343eba 8555%{texmfdist}/tex/latex/ccaption
6367bfc9
MB
8556%{texmfdist}/tex/latex/cclicenses
8557%{texmfdist}/tex/latex/cd-cover
8558%{texmfdist}/tex/latex/cd
8559%{texmfdist}/tex/latex/cdpbundl
8560%{texmfdist}/tex/latex/cellspace
df343eba 8561%{texmfdist}/tex/latex/changebar
6367bfc9
MB
8562%{texmfdist}/tex/latex/changepage
8563%{texmfdist}/tex/latex/changes
6367bfc9 8564%{texmfdist}/tex/latex/chapterfolder
6367bfc9 8565%{texmfdist}/tex/latex/cherokee
6367bfc9
MB
8566%{texmfdist}/tex/latex/chicago
8567%{texmfdist}/tex/latex/china2e
6367bfc9
MB
8568%{texmfdist}/tex/latex/citeref
8569%{texmfdist}/tex/latex/cjhebrew
8570%{texmfdist}/tex/latex/cjk
8571%{texmfdist}/tex/latex/cjw
8572%{texmfdist}/tex/latex/classicthesis
8573%{texmfdist}/tex/latex/clefval
8574%{texmfdist}/tex/latex/cleveref
8575%{texmfdist}/tex/latex/clock
8576%{texmfdist}/tex/latex/clrscode
8577%{texmfdist}/tex/latex/cm-lgc
8578%{texmfdist}/tex/latex/cm-super
df343eba 8579%{texmfdist}/tex/latex/cmap
6367bfc9
MB
8580%{texmfdist}/tex/latex/cmcyralt
8581%{texmfdist}/tex/latex/cmdstring
8582%{texmfdist}/tex/latex/cmdtrack
8583%{texmfdist}/tex/latex/cmll
8584%{texmfdist}/tex/latex/cmsd
8585%{texmfdist}/tex/latex/codepage
8586%{texmfdist}/tex/latex/colorinfo
6367bfc9 8587%{texmfdist}/tex/latex/colortbl
6367bfc9
MB
8588%{texmfdist}/tex/latex/combine
8589%{texmfdist}/tex/latex/commath
8590%{texmfdist}/tex/latex/compactbib
8591%{texmfdist}/tex/latex/complexity
6367bfc9
MB
8592%{texmfdist}/tex/latex/concprog
8593%{texmfdist}/tex/latex/confproc
8594%{texmfdist}/tex/latex/constants
8595%{texmfdist}/tex/latex/contour
8596%{texmfdist}/tex/latex/cooking
8597%{texmfdist}/tex/latex/cool
8598%{texmfdist}/tex/latex/coollist
8599%{texmfdist}/tex/latex/coolstr
6367bfc9
MB
8600%{texmfdist}/tex/latex/courier-scaled
8601%{texmfdist}/tex/latex/courier
8602%{texmfdist}/tex/latex/courseoutline
8603%{texmfdist}/tex/latex/coursepaper
8604%{texmfdist}/tex/latex/coverpage
8605%{texmfdist}/tex/latex/covington
df343eba 8606%{texmfdist}/tex/latex/crop
6367bfc9
MB
8607%{texmfdist}/tex/latex/crossreference
8608%{texmfdist}/tex/latex/crosswrd
8609%{texmfdist}/tex/latex/csbulletin
8610%{texmfdist}/tex/latex/csquotes
8611%{texmfdist}/tex/latex/csvtools
8612%{texmfdist}/tex/latex/ctable
8613%{texmfdist}/tex/latex/ctib
8614%{texmfdist}/tex/latex/cuisine
8615%{texmfdist}/tex/latex/cursor
8616%{texmfdist}/tex/latex/curve
8617%{texmfdist}/tex/latex/curve2e
8618%{texmfdist}/tex/latex/cv
8619%{texmfdist}/tex/latex/cweb-latex
8620%{texmfdist}/tex/latex/cwpuzzle
8621%{texmfdist}/tex/latex/cyklop
8622%{texmfdist}/tex/latex/dashbox
8623%{texmfdist}/tex/latex/dashrule
8624%{texmfdist}/tex/latex/datatool
8625%{texmfdist}/tex/latex/dateiliste
8626%{texmfdist}/tex/latex/datenumber
8627%{texmfdist}/tex/latex/datetime
8628%{texmfdist}/tex/latex/dcpic
8629%{texmfdist}/tex/latex/decimal
8630%{texmfdist}/tex/latex/delimtxt
8631%{texmfdist}/tex/latex/diagnose
8632%{texmfdist}/tex/latex/dialogl
8633%{texmfdist}/tex/latex/dichokey
8634%{texmfdist}/tex/latex/dictsym
8635%{texmfdist}/tex/latex/digiconfigs
6367bfc9
MB
8636%{texmfdist}/tex/latex/dingbat
8637%{texmfdist}/tex/latex/directory
6367bfc9 8638%{texmfdist}/tex/latex/dlfltxb
6367bfc9
MB
8639%{texmfdist}/tex/latex/docmfp
8640%{texmfdist}/tex/latex/doi
8641%{texmfdist}/tex/latex/doipubmed
8642%{texmfdist}/tex/latex/dotarrow
8643%{texmfdist}/tex/latex/dotseqn
8644%{texmfdist}/tex/latex/dottex
8645%{texmfdist}/tex/latex/doublestroke
8646%{texmfdist}/tex/latex/dpfloat
8647%{texmfdist}/tex/latex/dprogress
8648%{texmfdist}/tex/latex/drac
df343eba 8649%{texmfdist}/tex/latex/draftcopy
6367bfc9
MB
8650%{texmfdist}/tex/latex/draftwatermark
8651%{texmfdist}/tex/latex/dramatist
6367bfc9
MB
8652%{texmfdist}/tex/latex/duerer-latex
8653%{texmfdist}/tex/latex/dvdcoll
8654%{texmfdist}/tex/latex/dvipdfmx-def
6367bfc9
MB
8655%{texmfdist}/tex/latex/eCards
8656%{texmfdist}/tex/latex/ean13isbn
8657%{texmfdist}/tex/latex/easy
8658%{texmfdist}/tex/latex/ebezier
8659%{texmfdist}/tex/latex/ebsthesis
8660%{texmfdist}/tex/latex/ecclesiastic
8661%{texmfdist}/tex/latex/ecltree
8662%{texmfdist}/tex/latex/eco
8663%{texmfdist}/tex/latex/economic
8664%{texmfdist}/tex/latex/ecv
8665%{texmfdist}/tex/latex/ed
8666%{texmfdist}/tex/latex/edmargin
8667%{texmfdist}/tex/latex/ednotes
8668%{texmfdist}/tex/latex/eemeir
df343eba 8669%{texmfdist}/tex/latex/eepic
6367bfc9 8670%{texmfdist}/tex/latex/egameps
6367bfc9
MB
8671%{texmfdist}/tex/latex/eiad
8672%{texmfdist}/tex/latex/ellipsis
8673%{texmfdist}/tex/latex/elmath
8674%{texmfdist}/tex/latex/elpres
6367bfc9
MB
8675%{texmfdist}/tex/latex/elsevier
8676%{texmfdist}/tex/latex/em
8677%{texmfdist}/tex/latex/emp
8678%{texmfdist}/tex/latex/emulateapj
8679%{texmfdist}/tex/latex/encxvlna
df343eba 8680%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
8681%{texmfdist}/tex/latex/endheads
8682%{texmfdist}/tex/latex/engpron
8683%{texmfdist}/tex/latex/engrec
8684%{texmfdist}/tex/latex/envbig
8685%{texmfdist}/tex/latex/environ
8686%{texmfdist}/tex/latex/envlab
8687%{texmfdist}/tex/latex/epigrafica
8688%{texmfdist}/tex/latex/epigraph
8689%{texmfdist}/tex/latex/epiolmec
8690%{texmfdist}/tex/latex/epsdice
8691%{texmfdist}/tex/latex/epspdfconversion
6367bfc9 8692%{texmfdist}/tex/latex/eqname
6367bfc9
MB
8693%{texmfdist}/tex/latex/eqparbox
8694%{texmfdist}/tex/latex/errata
df343eba 8695%{texmfdist}/tex/latex/esint
6367bfc9
MB
8696%{texmfdist}/tex/latex/eskd
8697%{texmfdist}/tex/latex/eskdx
3127b522 8698%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
8699%{texmfdist}/tex/latex/etaremune
8700%{texmfdist}/tex/latex/etex-pkg
8701%{texmfdist}/tex/latex/ethiop
8702%{texmfdist}/tex/latex/etoolbox
8703%{texmfdist}/tex/latex/eukdate
df343eba
ZU
8704%{texmfdist}/tex/latex/euler
8705%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
8706%{texmfdist}/tex/latex/euproposal
8707%{texmfdist}/tex/latex/euro
8708%{texmfdist}/tex/latex/eurofont
8709%{texmfdist}/tex/latex/europecv
8710%{texmfdist}/tex/latex/eurosans
df343eba 8711%{texmfdist}/tex/latex/eurosym
6367bfc9 8712%{texmfdist}/tex/latex/everypage
6367bfc9
MB
8713%{texmfdist}/tex/latex/examplep
8714%{texmfdist}/tex/latex/exceltex
8715%{texmfdist}/tex/latex/exercise
8716%{texmfdist}/tex/latex/expdlist
cf8dbd64
MB
8717%{texmfdist}/tex/latex/expl3
8718%{texmfdist}/tex/latex/export
8719%{texmfdist}/tex/latex/extarrows
8720%{texmfdist}/tex/latex/extpfeil
8721%{texmfdist}/tex/latex/extract
df343eba 8722%{texmfdist}/tex/latex/extsizes
cf8dbd64
MB
8723%{texmfdist}/tex/latex/facsimile
8724%{texmfdist}/tex/latex/faktor
df343eba
ZU
8725%{texmfdist}/tex/latex/fancybox
8726%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
8727%{texmfdist}/tex/latex/fancynum
8728%{texmfdist}/tex/latex/fancyref
8729%{texmfdist}/tex/latex/fancytooltips
df343eba 8730%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
8731%{texmfdist}/tex/latex/fax
8732%{texmfdist}/tex/latex/fc
8733%{texmfdist}/tex/latex/feyn
8734%{texmfdist}/tex/latex/feynmf
8735%{texmfdist}/tex/latex/fge
8736%{texmfdist}/tex/latex/figbib
8737%{texmfdist}/tex/latex/figsize
df343eba 8738%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
8739%{texmfdist}/tex/latex/fink
8740%{texmfdist}/tex/latex/fixfoot
8741%{texmfdist}/tex/latex/fixme
6367bfc9
MB
8742%{texmfdist}/tex/latex/flabels
8743%{texmfdist}/tex/latex/flacards
8744%{texmfdist}/tex/latex/flagderiv
8745%{texmfdist}/tex/latex/flashcards
8746%{texmfdist}/tex/latex/flippdf
df343eba 8747%{texmfdist}/tex/latex/float
6367bfc9
MB
8748%{texmfdist}/tex/latex/floatrow
8749%{texmfdist}/tex/latex/flowfram
8750%{texmfdist}/tex/latex/fmp
8751%{texmfdist}/tex/latex/fmtcount
8752%{texmfdist}/tex/latex/fnbreak
8753%{texmfdist}/tex/latex/fncychap
8754%{texmfdist}/tex/latex/foekfont
8755%{texmfdist}/tex/latex/foilhtml
8756%{texmfdist}/tex/latex/fonetika
df343eba 8757%{texmfdist}/tex/latex/fontinst
6367bfc9 8758%{texmfdist}/tex/latex/fonttable
df343eba
ZU
8759%{texmfdist}/tex/latex/footmisc
8760%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
8761%{texmfdist}/tex/latex/forarray
8762%{texmfdist}/tex/latex/forloop
6367bfc9 8763%{texmfdist}/tex/latex/formula
6367bfc9
MB
8764%{texmfdist}/tex/latex/fouridx
8765%{texmfdist}/tex/latex/fourier
8766%{texmfdist}/tex/latex/fouriernc
df343eba 8767%{texmfdist}/tex/latex/fp
6367bfc9
MB
8768%{texmfdist}/tex/latex/frankenstein
8769%{texmfdist}/tex/latex/frcursive
8770%{texmfdist}/tex/latex/frenchle
8771%{texmfdist}/tex/latex/fribrief
8772%{texmfdist}/tex/latex/frletter
8773%{texmfdist}/tex/latex/frontespizio
8774%{texmfdist}/tex/latex/fullblck
8775%{texmfdist}/tex/latex/fullpict
8776%{texmfdist}/tex/latex/functan
8777%{texmfdist}/tex/latex/fundus
6367bfc9
MB
8778%{texmfdist}/tex/latex/gaceta
8779%{texmfdist}/tex/latex/galois
8780%{texmfdist}/tex/latex/gastex
8781%{texmfdist}/tex/latex/gatech-thesis
8782%{texmfdist}/tex/latex/gauss
8783%{texmfdist}/tex/latex/gb4e
8784%{texmfdist}/tex/latex/gcard
8785%{texmfdist}/tex/latex/gcite
8786%{texmfdist}/tex/latex/genmpage
df343eba 8787%{texmfdist}/tex/latex/geometry
6367bfc9 8788%{texmfdist}/tex/latex/geomsty
df343eba 8789%{texmfdist}/tex/latex/germbib
6367bfc9
MB
8790%{texmfdist}/tex/latex/gfsartemisia
8791%{texmfdist}/tex/latex/gfsbaskerville
8792%{texmfdist}/tex/latex/gfsbodoni
8793%{texmfdist}/tex/latex/gfscomplutum
8794%{texmfdist}/tex/latex/gfsdidot
8795%{texmfdist}/tex/latex/gfsneohellenic
8796%{texmfdist}/tex/latex/gfsporson
8797%{texmfdist}/tex/latex/gfssolomos
8798%{texmfdist}/tex/latex/ginpenc
8799%{texmfdist}/tex/latex/gloss
8800%{texmfdist}/tex/latex/glossaries
8801%{texmfdist}/tex/latex/gmdoc
8802%{texmfdist}/tex/latex/gmeometric
8803%{texmfdist}/tex/latex/gmiflink
8804%{texmfdist}/tex/latex/gmutils
8805%{texmfdist}/tex/latex/gmverb
8806%{texmfdist}/tex/latex/gnuplottex
8807%{texmfdist}/tex/latex/go
df343eba 8808%{texmfdist}/tex/latex/graphics
6367bfc9
MB
8809%{texmfdist}/tex/latex/graphicx-psmin
8810%{texmfdist}/tex/latex/greek-inputenc
8811%{texmfdist}/tex/latex/greekdates
68640cd8 8812%{texmfdist}/tex/latex/greektex
6367bfc9
MB
8813%{texmfdist}/tex/latex/grfpaste
8814%{texmfdist}/tex/latex/grnumalt
8815%{texmfdist}/tex/latex/grotesq
8816%{texmfdist}/tex/latex/grverb
8817%{texmfdist}/tex/latex/gu
6367bfc9
MB
8818%{texmfdist}/tex/latex/guitbeamer
8819%{texmfdist}/tex/latex/hanging
8820%{texmfdist}/tex/latex/har2nat
8821%{texmfdist}/tex/latex/harmony
8822%{texmfdist}/tex/latex/harpoon
8823%{texmfdist}/tex/latex/harvard
8824%{texmfdist}/tex/latex/hc
8825%{texmfdist}/tex/latex/helvetic
8826%{texmfdist}/tex/latex/hep
8827%{texmfdist}/tex/latex/hepnames
8828%{texmfdist}/tex/latex/hepparticles
8829%{texmfdist}/tex/latex/hepthesis
8830%{texmfdist}/tex/latex/hepunits
8831%{texmfdist}/tex/latex/hexgame
8832%{texmfdist}/tex/latex/hfoldsty
8833%{texmfdist}/tex/latex/hhtensor
8834%{texmfdist}/tex/latex/hilowres
8835%{texmfdist}/tex/latex/histogr
8836%{texmfdist}/tex/latex/hitec
8837%{texmfdist}/tex/latex/hpsdiss
8838%{texmfdist}/tex/latex/hrlatex
8839%{texmfdist}/tex/latex/hvfloat
8840%{texmfdist}/tex/latex/hypdvips
8841%{texmfdist}/tex/latex/hyper
df343eba 8842%{texmfdist}/tex/latex/hyperref
6367bfc9 8843%{texmfdist}/tex/latex/hyperxmp
df343eba 8844%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
8845%{texmfdist}/tex/latex/ibycus-babel
8846%{texmfdist}/tex/latex/icsv
8847%{texmfdist}/tex/latex/ieeepes
8848%{texmfdist}/tex/latex/ifmslide
8849%{texmfdist}/tex/latex/ifplatform
8850%{texmfdist}/tex/latex/ifsym
8851%{texmfdist}/tex/latex/ijmart
8852%{texmfdist}/tex/latex/imac
8853%{texmfdist}/tex/latex/image-gallery
8854%{texmfdist}/tex/latex/imtekda
df343eba 8855%{texmfdist}/tex/latex/index
6367bfc9
MB
8856%{texmfdist}/tex/latex/initials
8857%{texmfdist}/tex/latex/inlinebib
8858%{texmfdist}/tex/latex/inlinedef
8859%{texmfdist}/tex/latex/interactiveworkbook
8860%{texmfdist}/tex/latex/inversepath
8861%{texmfdist}/tex/latex/invoice
8862%{texmfdist}/tex/latex/ipa
8863%{texmfdist}/tex/latex/iso
8864%{texmfdist}/tex/latex/iso10303
8865%{texmfdist}/tex/latex/isodate
8866%{texmfdist}/tex/latex/isodoc
8867%{texmfdist}/tex/latex/isonums
8868%{texmfdist}/tex/latex/isorot
8869%{texmfdist}/tex/latex/isotope
8870%{texmfdist}/tex/latex/itnumpar
8871%{texmfdist}/tex/latex/itrans
8872%{texmfdist}/tex/latex/iwona
8873%{texmfdist}/tex/latex/jeopardy
8874%{texmfdist}/tex/latex/jhep
8875%{texmfdist}/tex/latex/jknapltx
8876%{texmfdist}/tex/latex/jneurosci
8877%{texmfdist}/tex/latex/jpsj
8878%{texmfdist}/tex/latex/jura
8879%{texmfdist}/tex/latex/juraabbrev
8880%{texmfdist}/tex/latex/juramisc
8881%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
8882%{texmfdist}/tex/latex/koma-script
8883%{texmfdist}/tex/latex/labels
4224ae6d
MB
8884%dir %{texmfdist}/tex/latex/latexconfig
8885%{texmfdist}/tex/latex/latexconfig/latex.ini
8886%{texmfdist}/tex/latex/latexconfig/lualatex.ini
8887%{texmfdist}/tex/latex/latexconfig/mllatex.ini
8888%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8889%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 8890%{texmfdist}/tex/latex/layouts
df343eba
ZU
8891%{texmfdist}/tex/latex/lettrine
8892%{texmfdist}/tex/latex/listings
8893%{texmfdist}/tex/latex/ltabptch
daae3151 8894%{texmfdist}/tex/latex/localloc
cf8dbd64 8895%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
8896%{texmfdist}/tex/latex/mathcomp
8897%{texmfdist}/tex/latex/mdwtools
8898%{texmfdist}/tex/latex/memoir
8899%{texmfdist}/tex/latex/mh
cf8dbd64
MB
8900%{texmfdist}/tex/latex/misc209
8901%{texmfdist}/tex/latex/mmap
8902%{texmfdist}/tex/latex/mnsymbol
8903%{texmfdist}/tex/latex/moderncv
8904%{texmfdist}/tex/latex/modroman
8905%{texmfdist}/tex/latex/mongolian-babel
8906%{texmfdist}/tex/latex/montex
df343eba
ZU
8907%{texmfdist}/tex/latex/mparhack
8908%{texmfdist}/tex/latex/ms
df343eba 8909%{texmfdist}/tex/latex/multibib
df343eba
ZU
8910%{texmfdist}/tex/latex/multirow
8911%{texmfdist}/tex/latex/mwcls
8912%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
8913%{texmfdist}/tex/latex/ncclatex
8914%{texmfdist}/tex/latex/ncctools
8915%{texmfdist}/tex/latex/ncntrsbk
8916%{texmfdist}/tex/latex/nddiss
8917%{texmfdist}/tex/latex/newalg
8918%{texmfdist}/tex/latex/newfile
8919%{texmfdist}/tex/latex/newlfm
8920%{texmfdist}/tex/latex/newspaper
8921%{texmfdist}/tex/latex/newthm
df343eba
ZU
8922%{texmfdist}/tex/latex/nomencl
8923%{texmfdist}/tex/latex/ntgclass
80fa261c 8924%{texmfdist}/tex/generic/oberdiek
df343eba 8925%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
8926%{texmfdist}/tex/latex/overpic
8927%{texmfdist}/tex/latex/paralist
df343eba
ZU
8928%{texmfdist}/tex/latex/pb-diagram
8929%{texmfdist}/tex/latex/pdfpages
8930%{texmfdist}/tex/latex/picinpar
df343eba
ZU
8931%{texmfdist}/tex/latex/pict2e
8932%{texmfdist}/tex/latex/placeins
df343eba
ZU
8933%{texmfdist}/tex/latex/preprint
8934%{texmfdist}/tex/latex/preview
8935%{texmfdist}/tex/latex/program
df343eba
ZU
8936%{texmfdist}/tex/latex/psfrag
8937%{texmfdist}/tex/latex/pslatex
df343eba
ZU
8938%{texmfdist}/tex/latex/revtex
8939%{texmfdist}/tex/latex/rotating
8940%{texmfdist}/tex/latex/rotfloat
8941%{texmfdist}/tex/latex/scale
8942%{texmfdist}/tex/latex/sectsty
df343eba
ZU
8943%{texmfdist}/tex/latex/seminar
8944%{texmfdist}/tex/latex/setspace
df343eba
ZU
8945%{texmfdist}/tex/latex/showdim
8946%{texmfdist}/tex/latex/showlabels
df343eba
ZU
8947%{texmfdist}/tex/latex/sidecap
8948%{texmfdist}/tex/latex/slashbox
8949%{texmfdist}/tex/latex/soul
8950%{texmfdist}/tex/latex/stdclsdv
8951%{texmfdist}/tex/latex/stmaryrd
8952%{texmfdist}/tex/latex/subfig
8953%{texmfdist}/tex/latex/subfigure
8954%{texmfdist}/tex/latex/supertabular
8955%{texmfdist}/tex/latex/t2
cf8dbd64
MB
8956%{texmfdist}/tex/latex/t-angles
8957%{texmfdist}/tex/latex/tableaux
8958%{texmfdist}/tex/latex/tablists
8959%{texmfdist}/tex/latex/tablor
8960%{texmfdist}/tex/latex/tabto-ltx
8961%{texmfdist}/tex/latex/tabulary
8962%{texmfdist}/tex/latex/tabvar
8963%{texmfdist}/tex/latex/talk
8964%{texmfdist}/tex/latex/taupin
8965%{texmfdist}/tex/latex/tcldoc
8966%{texmfdist}/tex/latex/tdsfrmath
8967%{texmfdist}/tex/latex/technics
8968%{texmfdist}/tex/latex/ted
8969%{texmfdist}/tex/latex/tengwarscript
8970%{texmfdist}/tex/latex/tensor
8971%{texmfdist}/tex/latex/teubner
8972%{texmfdist}/tex/latex/tex-gyre
8973%{texmfdist}/tex/latex/texilikecover
8974%{texmfdist}/tex/latex/texlogos
8975%{texmfdist}/tex/latex/texmate
8976%{texmfdist}/tex/latex/texpower
8977%{texmfdist}/tex/latex/texshade
8978%{texmfdist}/tex/latex/textcase
df343eba 8979%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
8980%{texmfdist}/tex/latex/textopo
8981%{texmfdist}/tex/latex/textpath
df343eba 8982%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
8983%{texmfdist}/tex/latex/theoremref
8984%{texmfdist}/tex/latex/thesis-titlepage-fhac
8985%{texmfdist}/tex/latex/thinsp
8986%{texmfdist}/tex/latex/thmtools
8987%{texmfdist}/tex/latex/thumb
8988%{texmfdist}/tex/latex/thuthesis
8989%{texmfdist}/tex/latex/ticket
8990%{texmfdist}/tex/latex/tikz-inet
8991%{texmfdist}/tex/latex/times
8992%{texmfdist}/tex/latex/timesht
8993%{texmfdist}/tex/latex/tipa
8994%{texmfdist}/tex/latex/titlefoot
df343eba 8995%{texmfdist}/tex/latex/titlesec
cf8dbd64 8996%{texmfdist}/tex/latex/titling
df343eba
ZU
8997%{texmfdist}/tex/latex/tocbibind
8998%{texmfdist}/tex/latex/tocloft
8999%{texmfdist}/tex/latex/tools
9000%{texmfdist}/tex/latex/totpages
df343eba 9001%{texmfdist}/tex/latex/type1cm
cf8dbd64 9002%{texmfdist}/tex/latex/undertilde
df343eba 9003%{texmfdist}/tex/latex/units
cf8dbd64
MB
9004%{texmfdist}/tex/latex/unitsdef
9005%{texmfdist}/tex/latex/universa
9006%{texmfdist}/tex/latex/unroman
9007%{texmfdist}/tex/latex/upmethodology
df343eba 9008%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
9009%{texmfdist}/tex/latex/varindex
9010%{texmfdist}/tex/latex/varsfromjobname
9011%{texmfdist}/tex/latex/vector
9012%{texmfdist}/tex/latex/velthuis
9013%{texmfdist}/tex/latex/verse
9014%{texmfdist}/tex/latex/versions
9015%{texmfdist}/tex/latex/vhistory
9016%{texmfdist}/tex/latex/vita
df343eba 9017%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
9018%{texmfdist}/tex/latex/volumes
9019%{texmfdist}/tex/latex/vpe
9020%{texmfdist}/tex/latex/vrsion
9021%{texmfdist}/tex/latex/vwcol
9022%{texmfdist}/tex/latex/vxu
9023%{texmfdist}/tex/latex/wallpaper
9024%{texmfdist}/tex/latex/warning
9025%{texmfdist}/tex/latex/warpcol
df343eba 9026%{texmfdist}/tex/latex/was
cf8dbd64
MB
9027%{texmfdist}/tex/latex/williams
9028%{texmfdist}/tex/latex/wnri
9029%{texmfdist}/tex/latex/wordlike
c9ddaf2d 9030%{texmfdist}/source/wordlike
df343eba 9031%{texmfdist}/tex/latex/wrapfig
cf8dbd64 9032%{texmfdist}/tex/latex/wsuipa
c9ddaf2d 9033%{texmfdist}/source/generic/wsuipa
cf8dbd64
MB
9034%{texmfdist}/tex/latex/xargs
9035%{texmfdist}/tex/latex/xcolor
9036%{texmfdist}/tex/latex/xdoc
9037%{texmfdist}/tex/latex/xfor
9038%{texmfdist}/tex/latex/xifthen
df343eba 9039%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
9040%{texmfdist}/tex/latex/xmpincl
9041%{texmfdist}/tex/latex/xnewcommand
9042%{texmfdist}/tex/latex/xoptarg
9043%{texmfdist}/tex/latex/xpackages
9044%{texmfdist}/tex/latex/xq
9045%{texmfdist}/tex/latex/xskak
9046%{texmfdist}/tex/latex/xstring
df343eba 9047%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
9048%{texmfdist}/tex/latex/xtcapts
9049%{texmfdist}/tex/latex/xyling
9050%{texmfdist}/tex/latex/xytree
9051%{texmfdist}/tex/latex/yafoot
df343eba 9052%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
9053%{texmfdist}/tex/latex/yhmath
9054%{texmfdist}/tex/latex/yi4latex
9055%{texmfdist}/tex/latex/york-thesis
9056%{texmfdist}/tex/latex/youngtab
9057%{texmfdist}/tex/latex/yplan
9058%{texmfdist}/tex/latex/zapfchan
9059%{texmfdist}/tex/latex/zapfding
9060%{texmfdist}/tex/latex/zed-csp
9061%{texmfdist}/tex/latex/zefonts
9062%{texmfdist}/tex/latex/ziffer
9063%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
9064%{texmfdist}/tex/plain/etex
9065%{texmf}/tex/latex/config
9066%{texmf}/tex/latex/dvipdfm
d08789e0 9067
6c82f497
ZU
9068%files latex-12many
9069%defattr(644,root,root,755)
9070%doc %{texmfdist}/doc/latex/12many
9071%{texmfdist}/source/latex/12many
9072
a8b381b0
ZU
9073%files latex-abstract
9074%defattr(644,root,root,755)
9075%doc %{texmfdist}/doc/latex/abstract
9076%{texmfdist}/tex/latex/abstract
84a4c427 9077%{texmfdist}/source/latex/abstract
a8b381b0 9078
f1f5d194
ZU
9079%files latex-accfonts
9080%defattr(644,root,root,755)
606c6ab6 9081%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
9082%{texmfdist}/tex/latex/accfonts
9083
e88b5dcf
ZU
9084%files latex-adrconv
9085%defattr(644,root,root,755)
9086%{texmfdist}/tex/latex/adrconv
9087%{texmfdist}/doc/latex/adrconv
9088
d08789e0
ZU
9089%files latex-algorithms
9090%defattr(644,root,root,755)
68640cd8
ZU
9091%doc %{texmfdist}/doc/latex/algorithms
9092%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
9093
9094%files latex-ae
9095%defattr(644,root,root,755)
2677a8b0 9096%{texmfdist}/tex/latex/ae
d08789e0
ZU
9097
9098%files latex-ams
9099%defattr(644,root,root,755)
68640cd8
ZU
9100%doc %{texmfdist}/doc/latex/amscls
9101%doc %{texmfdist}/doc/latex/amsmath
68640cd8 9102%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 9103%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
9104%{texmfdist}/tex/latex/amscls
9105%{texmfdist}/tex/latex/amsmath
9106%{texmfdist}/tex/latex/amsfonts
9107%{texmfdist}/tex/latex/onlyamsmath
9108%{texmfdist}/source/latex/onlyamsmath
16591d53
ZU
9109%{texmfdist}/source/latex/amsaddr
9110%{texmfdist}/source/latex/amscls
9111%{texmfdist}/source/latex/amsfonts
9112%{texmfdist}/source/latex/amsmath
9113%{texmfdist}/source/latex/amsrefs
d08789e0
ZU
9114
9115%files latex-antp
9116%defattr(644,root,root,755)
7179ac92 9117%{texmfdist}/tex/latex/antp
d08789e0
ZU
9118
9119%files latex-antt
9120%defattr(644,root,root,755)
2677a8b0 9121%{texmfdist}/tex/latex/antt
d08789e0 9122
e88b5dcf
ZU
9123%files latex-appendix
9124%defattr(644,root,root,755)
9125%doc %{texmfdist}/doc/latex/appendix
9126%{texmfdist}/tex/latex/appendix
84a4c427 9127%{texmfdist}/source/latex/appendix
e88b5dcf 9128
16591d53
ZU
9129# %files latex-backgammon
9130# %defattr(644,root,root,755)
b4d68b39 9131
6c82f497
ZU
9132%files latex-bardiag
9133%defattr(644,root,root,755)
9134%doc %{texmfdist}/doc/latex/bardiag
9135%{texmfdist}/tex/latex/bardiag
9136
d08789e0
ZU
9137%files latex-bbm
9138%defattr(644,root,root,755)
68640cd8
ZU
9139%doc %{texmfdist}/doc/fonts/bbm
9140%{texmfdist}/tex/latex/bbm
d08789e0
ZU
9141
9142%files latex-bbold
9143%defattr(644,root,root,755)
ffd94364
ZU
9144%doc %{texmfdist}/doc/latex/bbold
9145%{texmfdist}/tex/latex/bbold
9146%{texmfdist}/source/latex/bbold
d08789e0 9147
b4d68b39
ZU
9148%files latex-beamer
9149%defattr(644,root,root,755)
9150%doc %{texmfdist}/doc/latex/beamer
9151%{texmfdist}/tex/latex/beamer-contrib
9152%{texmfdist}/tex/latex/beamer
9153
2fede27b
ZU
9154%files latex-bezos
9155%defattr(644,root,root,755)
9156%doc %{texmfdist}/doc/latex/bezos
9157%{texmfdist}/tex/latex/bezos
9158
d08789e0
ZU
9159%files latex-bibtex
9160%defattr(644,root,root,755)
68640cd8 9161%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
9162%doc %{texmfdist}/doc/latex/adrconv
9163%doc %{texmfdist}/doc/latex/bibtopic
9164%doc %{texmfdist}/doc/latex/bibunits
9165%doc %{texmfdist}/doc/latex/natbib
9166%doc %{texmfdist}/doc/latex/footbib
247457ba 9167%doc %{texmf}/doc/bibtex8
68640cd8
ZU
9168%dir %{texmfdist}/doc/bibtex
9169%dir %{texmfdist}/bibtex
9170%dir %{texmfdist}/bibtex/bib
9171%dir %{texmfdist}/bibtex/bst
b9a3d45e 9172%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
9173
9174%attr(755,root,root) %{_bindir}/bibtex
9175%attr(755,root,root) %{_bindir}/rubibtex
9176
68640cd8
ZU
9177%{texmfdist}/bibtex/bst/base
9178%{texmfdist}/bibtex/csf/base
9179%{texmfdist}/bibtex/bib/base
9180%{texmfdist}/bibtex/bst/adrconv
9181%{texmfdist}/bibtex/bib/adrconv
9182%{texmfdist}/source/latex/adrconv
9183%{texmfdist}/tex/latex/adrconv
9184# %{texmf}/bibtex/bst/misc
9185%{texmfdist}/bibtex/bst/natbib
9186%{texmfdist}/tex/latex/natbib
9187%{texmfdist}/tex/latex/bibtopic
9188%{texmfdist}/source/latex/bibunits
9189%{texmfdist}/tex/latex/bibunits
9190%{texmfdist}/source/latex/footbib
9191%{texmfdist}/tex/latex/footbib
247457ba
ZU
9192%dir %{texmf}/bibtex
9193%{texmf}/bibtex/csf
d08789e0
ZU
9194
9195%{_mandir}/man1/bibtex.1*
9196%{_mandir}/man1/rubibtex.1*
9197
9198%files latex-bibtex-ams
9199%defattr(644,root,root,755)
68640cd8
ZU
9200%{texmfdist}/bibtex/bst/ams
9201%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
9202
9203%files latex-bibtex-pl
9204%defattr(644,root,root,755)
04123363 9205%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 9206%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
9207
9208%files latex-bibtex-german
9209%defattr(644,root,root,755)
68640cd8
ZU
9210%doc %{texmfdist}/doc/bibtex/germbib
9211%{texmfdist}/bibtex/bst/germbib
9212%{texmfdist}/tex/latex/germbib
d08789e0
ZU
9213
9214%files latex-bibtex-revtex4
9215%defattr(644,root,root,755)
04123363 9216%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
9217%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9218%{texmfdist}/source/latex/revtex/revtex4.dtx
9219%{texmfdist}/source/latex/revtex/revtex4.ins
9220%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
9221
9222%files latex-bibtex-jurabib
9223%defattr(644,root,root,755)
68640cd8
ZU
9224%doc %{texmfdist}/doc/latex/jurabib
9225%{texmfdist}/bibtex/bst/jurabib
9226%{texmfdist}/bibtex/bib/jurabib
9227%{texmfdist}/source/latex/jurabib
9228%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
9229
9230%files latex-bibtex-dk
9231%defattr(644,root,root,755)
68640cd8
ZU
9232%doc %{texmfdist}/doc/latex/dk-bib
9233%{texmfdist}/bibtex/bst/dk-bib
9234%{texmfdist}/bibtex/csf/dk-bib
9235%{texmfdist}/bibtex/bib/dk-bib
9236%{texmfdist}/source/latex/dk-bib
9237%{texmfdist}/tex/latex/dk-bib
9238
9239# %files latex-bibtex-nor
9240# %defattr(644,root,root,755)
9241# %{texmf}/bibtex/bst/norbib
d08789e0 9242
33b3b483
ZU
9243%files latex-bibtex-styles
9244%defattr(644,root,root,755)
c9ddaf2d 9245%doc %{texmfdist}/doc/generic/t2
04123363 9246%dir %{texmfdist}/source/bibtex
33b3b483
ZU
9247%{texmfdist}/bibtex/bib/IEEEtran
9248%{texmfdist}/bibtex/bib/abstyles
9249%{texmfdist}/bibtex/bib/achemso
9250%{texmfdist}/bibtex/bib/acmtrans
33b3b483
ZU
9251%{texmfdist}/bibtex/bib/ascelike
9252%{texmfdist}/bibtex/bib/beebe
9253%{texmfdist}/bibtex/bib/bibhtml
9254%{texmfdist}/bibtex/bib/bibtopic
33b3b483
ZU
9255%{texmfdist}/bibtex/bib/din1505
9256%{texmfdist}/bibtex/bib/directory
33b3b483
ZU
9257%{texmfdist}/bibtex/bib/figbib
9258%{texmfdist}/bibtex/bib/frankenstein
9259%{texmfdist}/bibtex/bib/gatech-thesis
9260%{texmfdist}/bibtex/bib/geomsty
9261%{texmfdist}/bibtex/bib/gloss
9262%{texmfdist}/bibtex/bib/harvard
9263%{texmfdist}/bibtex/bib/ieeepes
9264%{texmfdist}/bibtex/bib/ijmart
9265%{texmfdist}/bibtex/bib/imac
9266%{texmfdist}/bibtex/bib/index
9267%{texmfdist}/bibtex/bib/lsc
9268%{texmfdist}/bibtex/bib/msc
9269%{texmfdist}/bibtex/bib/nostarch
9270%{texmfdist}/bibtex/bib/philosophersimprint
9271%{texmfdist}/bibtex/bib/revtex
9272%{texmfdist}/bibtex/bib/spie
9273%{texmfdist}/bibtex/bib/urlbst
9274%{texmfdist}/bibtex/bst/IEEEtran
9275%{texmfdist}/bibtex/bst/abstyles
9276%{texmfdist}/bibtex/bst/achemso
9277%{texmfdist}/bibtex/bst/acmtrans
9278%{texmfdist}/bibtex/bst/afthesis
9279%{texmfdist}/bibtex/bst/aguplus
33b3b483
ZU
9280%{texmfdist}/bibtex/bst/aichej
9281%{texmfdist}/bibtex/bst/ametsoc
33b3b483
ZU
9282%{texmfdist}/bibtex/bst/ascelike
9283%{texmfdist}/bibtex/bst/babelbib
9284%{texmfdist}/bibtex/bst/beebe
9285%{texmfdist}/bibtex/bst/bibhtml
9286%{texmfdist}/bibtex/bst/chem-journal
9287%{texmfdist}/bibtex/bst/chicago
33b3b483
ZU
9288%{texmfdist}/bibtex/bst/confproc
9289%{texmfdist}/bibtex/bst/datatool
9290%{texmfdist}/bibtex/bst/din1505
9291%{texmfdist}/bibtex/bst/dinat
9292%{texmfdist}/bibtex/bst/directory
33b3b483
ZU
9293%{texmfdist}/bibtex/bst/dvdcoll
9294%{texmfdist}/bibtex/bst/economic
9295%{texmfdist}/bibtex/bst/elsevier-bib
9296%{texmfdist}/bibtex/bst/fbs
9297%{texmfdist}/bibtex/bst/figbib
9298%{texmfdist}/bibtex/bst/finbib
9299%{texmfdist}/bibtex/bst/frankenstein
9300%{texmfdist}/bibtex/bst/gatech-thesis
9301%{texmfdist}/bibtex/bst/gloss
9302%{texmfdist}/bibtex/bst/gost
9303%{texmfdist}/bibtex/bst/gustlib
9304%{texmfdist}/bibtex/bst/harvard
9305%{texmfdist}/bibtex/bst/hc
9306%{texmfdist}/bibtex/bst/ieeepes
9307%{texmfdist}/bibtex/bst/ijmart
9308%{texmfdist}/bibtex/bst/ijqc
9309%{texmfdist}/bibtex/bst/imac
9310%{texmfdist}/bibtex/bst/index
9311%{texmfdist}/bibtex/bst/inlinebib
9312%{texmfdist}/bibtex/bst/iopart-num
9313%{texmfdist}/bibtex/bst/jneurosci
9314%{texmfdist}/bibtex/bst/jurarsp
9315%{texmfdist}/bibtex/bst/kluwer
9316%{texmfdist}/bibtex/bst/mciteplus
9317%{texmfdist}/bibtex/bst/mslapa
9318%{texmfdist}/bibtex/bst/multibib
9319%{texmfdist}/bibtex/bst/munich
9320%{texmfdist}/bibtex/bst/nature
9321%{texmfdist}/bibtex/bst/nddiss
9322%{texmfdist}/bibtex/bst/opcit
9323%{texmfdist}/bibtex/bst/perception
9324%{texmfdist}/bibtex/bst/revtex
9325%{texmfdist}/bibtex/bst/rsc
9326%{texmfdist}/bibtex/bst/savetrees
9327%{texmfdist}/bibtex/bst/shipunov
9328%{texmfdist}/bibtex/bst/smflatex
9329%{texmfdist}/bibtex/bst/sort-by-letters
9330%{texmfdist}/bibtex/bst/spie
9331%{texmfdist}/bibtex/bst/stellenbosch
9332%{texmfdist}/bibtex/bst/swebib
9333%{texmfdist}/bibtex/bst/texsis
9334%{texmfdist}/bibtex/bst/thuthesis
9335%{texmfdist}/bibtex/bst/tugboat
9336%{texmfdist}/bibtex/bst/urlbst
9337%{texmfdist}/bibtex/csf/gost
9338%doc %{texmfdist}/doc/bibtex/abstyles
9339%doc %{texmfdist}/doc/bibtex/bibhtml
9340%doc %{texmfdist}/doc/bibtex/dinat
9341%doc %{texmfdist}/doc/bibtex/economic
9342%doc %{texmfdist}/doc/bibtex/elsevier-bib
9343%doc %{texmfdist}/doc/bibtex/gost
9344%doc %{texmfdist}/doc/bibtex/ijqc
9345%doc %{texmfdist}/doc/bibtex/iopart-num
33b3b483
ZU
9346%doc %{texmfdist}/doc/latex/IEEEtran
9347%{texmfdist}/source/bibtex/gost
9348
435dbdfa
ZU
9349%files latex-bibtex-vancouver
9350%defattr(644,root,root,755)
9351%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9352%dir %{texmfdist}/bibtex/bst/vancouver
9353%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9354%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9355%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9356%doc %{texmfdist}/doc/bibtex/vancouver/README
9357%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9358%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9359
2fede27b
ZU
9360%files latex-booktabs
9361%defattr(644,root,root,755)
9362%doc %{texmfdist}/doc/latex/booktabs
9363%{texmfdist}/tex/latex/booktabs
9364
9365%files latex-caption
9366%defattr(644,root,root,755)
9367%doc %{texmfdist}/doc/latex/caption
9368%{texmfdist}/tex/latex/caption
9369
d08789e0
ZU
9370%files latex-carlisle
9371%defattr(644,root,root,755)
68640cd8
ZU
9372%doc %{texmfdist}/doc/latex/carlisle
9373%{texmfdist}/tex/latex/carlisle
d08789e0
ZU
9374
9375%files latex-ccfonts
9376%defattr(644,root,root,755)
68640cd8
ZU
9377%doc %{texmfdist}/doc/latex/ccfonts
9378%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9379
9380%files latex-cite
9381%defattr(644,root,root,755)
2677a8b0 9382%{texmfdist}/tex/latex/cite
d08789e0
ZU
9383
9384%files latex-cmbright
9385%defattr(644,root,root,755)
68640cd8
ZU
9386%doc %{texmfdist}/doc/latex/cmbright
9387%{texmfdist}/tex/latex/cmbright
9388
783773ac
ZU
9389%files latex-colortab
9390%defattr(644,root,root,755)
9391%doc %{texmfdist}/doc/generic/colortab
9392%{texmfdist}/tex/latex/colortab
9393%{texmfdist}/tex/generic/colortab
9394
2fede27b
ZU
9395%files latex-comment
9396%defattr(644,root,root,755)
9397%doc %{texmfdist}/doc/latex/comment
9398%{texmfdist}/tex/latex/comment
d08789e0
ZU
9399
9400%files latex-concmath
9401%defattr(644,root,root,755)
2677a8b0 9402%{texmfdist}/tex/latex/concmath
d08789e0 9403
2fede27b
ZU
9404%files latex-currvita
9405%defattr(644,root,root,755)
9406%doc %{texmfdist}/doc/latex/currvita
9407%{texmfdist}/tex/latex/currvita
9408
9409%files latex-curves
9410%defattr(644,root,root,755)
9411%doc %{texmfdist}/doc/latex/curves
9412%{texmfdist}/tex/latex/curves
9413
d08789e0
ZU
9414%files latex-custom-bib
9415%defattr(644,root,root,755)
9501d92c
ZU
9416%doc %{texmfdist}/doc/latex/custom-bib
9417%{texmfdist}/source/latex/custom-bib
9418%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9419
9420%files latex-cyrillic
9421%defattr(644,root,root,755)
9501d92c
ZU
9422%doc %{texmfdist}/doc/latex/cyrillic
9423%{texmfdist}/source/latex/cyrillic
9424%{texmfdist}/tex/latex/cyrillic
d08789e0 9425
04eb4e68
ZU
9426# %files latex-dstroke
9427# %defattr(644,root,root,755)
9428# %{texmf}/tex/latex/dstroke
d08789e0 9429
60597425
ZU
9430%files latex-enumitem
9431%defattr(644,root,root,755)
9432%doc %{texmfdist}/doc/latex/enumitem
9433%{texmfdist}/tex/latex/enumitem
9434
2b453bda
ZU
9435%files latex-exam
9436%defattr(644,root,root,755)
f1f5d194 9437%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
9438%{texmfdist}/tex/latex/exam
9439
247457ba
ZU
9440%files latex-examdesign
9441%defattr(644,root,root,755)
9442%doc %{texmfdist}/doc/latex/examdesign
9443%{texmfdist}/tex/latex/examdesign
9444%{texmfdist}/source/latex/examdesign
9445
9446%files latex-formlett
9447%defattr(644,root,root,755)
9448%doc %{texmfdist}/doc/latex/formlett
9449%{texmfdist}/tex/latex/formlett
9450
c9ddaf2d
ZU
9451%files latex-formular
9452%defattr(644,root,root,755)
9453%doc %{texmfdist}/doc/latex/formular
9454%{texmfdist}/tex/latex/formular
9455%{texmfdist}/source/latex/formular
9456
f1f5d194
ZU
9457%files latex-gbrief
9458%defattr(644,root,root,755)
9459%doc %{texmfdist}/doc/latex/g-brief
9460%{texmfdist}/tex/latex/g-brief
9461
d08789e0
ZU
9462%files latex-jknappen
9463%defattr(644,root,root,755)
9501d92c
ZU
9464%doc %{texmfdist}/fonts/source/jknappen
9465%{texmfdist}/fonts/tfm/jknappen
d08789e0 9466
d19eaaab
ZU
9467%files latex-keystroke
9468%defattr(644,root,root,755)
9469%{texmfdist}/tex/latex/keystroke
9470%doc %{texmfdist}/doc/latex/keystroke
9471
9472%files latex-labbook
9473%defattr(644,root,root,755)
9474%doc %{texmfdist}/doc/latex/labbook
9475%{texmfdist}/source/latex/labbook
9476%{texmfdist}/tex/latex/labbook
9477
a8b381b0
ZU
9478%files latex-lastpage
9479%defattr(644,root,root,755)
a8b381b0 9480%doc %{texmfdist}/doc/latex/lastpage
f1f5d194
ZU
9481%{texmfdist}/tex/latex/lastpage
9482
d19eaaab
ZU
9483%files latex-lcd
9484%defattr(644,root,root,755)
9485%doc %{texmfdist}/doc/latex/lcd
9486%{texmfdist}/source/latex/lcd
9487%{texmfdist}/tex/latex/lcd
9488
9489%files latex-leaflet
9490%defattr(644,root,root,755)
9491%doc %{texmfdist}/doc/latex/leaflet
9492%{texmfdist}/source/latex/leaflet
9493%{texmfdist}/tex/latex/leaflet
9494
f1f5d194
ZU
9495%files latex-leftidx
9496%defattr(644,root,root,755)
9497%doc %{texmfdist}/doc/latex/leftidx
9498%{texmfdist}/tex/latex/leftidx
a8b381b0 9499
d19eaaab
ZU
9500%files latex-lewis
9501%defattr(644,root,root,755)
9502%doc %{texmfdist}/doc/latex/lewis
9503%{texmfdist}/tex/latex/lewis
9504
d08789e0
ZU
9505%files latex-lm
9506%defattr(644,root,root,755)
9501d92c
ZU
9507%doc %{texmfdist}/doc/fonts/lm
9508%{texmfdist}/tex/latex/lm
9509%{texmfdist}/fonts/afm/public/lm
9510%{texmfdist}/fonts/enc/dvips/lm
9511%{texmfdist}/fonts/map/dvips/lm
9512%{texmfdist}/fonts/map/dvipdfm/lm
9513%{texmfdist}/fonts/opentype/public/lm
9514%{texmfdist}/fonts/tfm/public/lm
9515%{texmfdist}/source/fonts/lm
d08789e0
ZU
9516
9517%files latex-lucidabr
9518%defattr(644,root,root,755)
8affbd2c 9519%dir %{texmfdist}/vtex
04123363 9520%dir %{texmfdist}/vtex/config
26d8eaaa
ZU
9521%{texmfdist}/vtex/config/lucidabr-k.ali
9522%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
9523
9524%files latex-lineno
9525%defattr(644,root,root,755)
9501d92c
ZU
9526%doc %{texmfdist}/doc/latex/lineno
9527%{texmfdist}/tex/latex/lineno
9528
d08789e0
ZU
9529
9530%files latex-marvosym
9531%defattr(644,root,root,755)
2677a8b0 9532%{texmfdist}/tex/latex/marvosym
d08789e0 9533
d19eaaab
ZU
9534%files latex-mathexam
9535%defattr(644,root,root,755)
9536%doc %{texmfdist}/doc/latex/mathexam
9537%{texmfdist}/source/latex/mathexam
9538%{texmfdist}/tex/latex/mathexam
9539
5b7eba8e
MB
9540#%files latex-mathpple
9541#%defattr(644,root,root,755)
d08789e0 9542
5b7eba8e
MB
9543#%files latex-mathtime
9544#%defattr(644,root,root,755)
d08789e0
ZU
9545
9546%files latex-microtype
9547%defattr(644,root,root,755)
26d8eaaa
ZU
9548%doc %{texmfdist}/doc/latex/microtype
9549%{texmfdist}/source/latex/microtype
9550%{texmfdist}/tex/latex/microtype
d08789e0
ZU
9551
9552%files latex-mflogo
9553%defattr(644,root,root,755)
26d8eaaa
ZU
9554%doc %{texmfdist}/doc/latex/mflogo
9555%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
9556
9557%files latex-mfnfss
9558%defattr(644,root,root,755)
26d8eaaa
ZU
9559%{texmfdist}/source/latex/mfnfss
9560%{texmfdist}/tex/latex/mfnfss
9561
d08789e0
ZU
9562%files latex-minitoc
9563%defattr(644,root,root,755)
26d8eaaa
ZU
9564%doc %{texmfdist}/doc/latex/minitoc
9565%{texmfdist}/bibtex/bst/minitoc
9566%{texmfdist}/makeindex/minitoc
9567%{texmfdist}/scripts/minitoc
9568%{texmfdist}/source/latex/minitoc
9569%{texmfdist}/tex/latex/minitoc
9570
d08789e0
ZU
9571
9572%files latex-mltex
9573%defattr(644,root,root,755)
26d8eaaa
ZU
9574%doc %{texmfdist}/doc/latex/mltex
9575%{texmfdist}/tex/latex/mltex
d08789e0 9576
f1f5d194
ZU
9577%files latex-moreverb
9578%defattr(644,root,root,755)
9579%doc %{texmfdist}/doc/latex/moreverb
9580%{texmfdist}/tex/latex/moreverb
9581
d34bfb7f
ZU
9582%files latex-multienum
9583%defattr(644,root,root,755)
f2555868 9584%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 9585%dir %{texmfdist}/tex/latex/multenum
f2555868 9586%{texmfdist}/tex/latex/multenum/*
d34bfb7f 9587
8ed039e0
ZU
9588%files latex-musictex
9589%defattr(644,root,root,755)
9590%doc %{texmfdist}/doc/generic/musictex
9591%{texmfdist}/fonts/source/public/musictex
9592%{texmfdist}/fonts/tfm/public/musictex
9593%{texmfdist}/tex/generic/musictex
9594%{texmfdist}/tex/latex/musictex
9595
a8b381b0
ZU
9596%files latex-ntheorem
9597%defattr(644,root,root,755)
9598%{texmfdist}/tex/latex/ntheorem
9599%doc %{texmfdist}/doc/latex/ntheorem
26d8eaaa 9600
f65b3398
ZU
9601%files latex-other-doc
9602%defattr(644,root,root,755)
8affbd2c 9603%doc %{texmfdist}/doc/alatex
f65b3398 9604%doc %{texmfdist}/doc/cslatex/base
e67df411 9605%doc %{texmfdist}/doc/generic/enctex
8affbd2c 9606%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
9607%doc %{texmfdist}/doc/latex/ANUfinalexam
9608%doc %{texmfdist}/doc/latex/AkkTeX
f65b3398 9609%doc %{texmfdist}/doc/latex/GuIT
f65b3398 9610%doc %{texmfdist}/doc/latex/a0poster
f65b3398 9611%doc %{texmfdist}/doc/latex/acmtrans
f65b3398
ZU
9612%doc %{texmfdist}/doc/latex/addlines
9613%doc %{texmfdist}/doc/latex/adrlist
9614%doc %{texmfdist}/doc/latex/afthesis
9615%doc %{texmfdist}/doc/latex/aguplus
f65b3398
ZU
9616%doc %{texmfdist}/doc/latex/akletter
9617%doc %{texmfdist}/doc/latex/alg
9618%doc %{texmfdist}/doc/latex/algorithm2e
9619%doc %{texmfdist}/doc/latex/algorithmicx
9620%doc %{texmfdist}/doc/latex/alnumsec
9621%doc %{texmfdist}/doc/latex/altfont
9622%doc %{texmfdist}/doc/latex/ametsoc
9623%doc %{texmfdist}/doc/latex/amsaddr
9624%doc %{texmfdist}/doc/latex/amsrefs
9625%doc %{texmfdist}/doc/latex/animate
9626%doc %{texmfdist}/doc/latex/answers
9627%doc %{texmfdist}/doc/latex/anyfontsize
9628%doc %{texmfdist}/doc/latex/apa
f65b3398
ZU
9629%doc %{texmfdist}/doc/latex/ar
9630%doc %{texmfdist}/doc/latex/arabi
9631%doc %{texmfdist}/doc/latex/arabtex
9632%doc %{texmfdist}/doc/latex/arcs
f65b3398
ZU
9633%doc %{texmfdist}/doc/latex/ascelike
9634%doc %{texmfdist}/doc/latex/assignment
f65b3398
ZU
9635%doc %{texmfdist}/doc/latex/augie
9636%doc %{texmfdist}/doc/latex/aurical
9637%doc %{texmfdist}/doc/latex/authorindex
9638%doc %{texmfdist}/doc/latex/autoarea
9639%doc %{texmfdist}/doc/latex/autotab
9640%doc %{texmfdist}/doc/latex/babelbib
9641%doc %{texmfdist}/doc/latex/bangtex
9642%doc %{texmfdist}/doc/latex/barcodes
9643%doc %{texmfdist}/doc/latex/bayer
9644%doc %{texmfdist}/doc/latex/bbm-macros
9645%doc %{texmfdist}/doc/latex/beamer-contrib
9646%doc %{texmfdist}/doc/latex/begriff
9647%doc %{texmfdist}/doc/latex/betababel
f65b3398
ZU
9648%doc %{texmfdist}/doc/latex/bibarts
9649%doc %{texmfdist}/doc/latex/bibleref
9650%doc %{texmfdist}/doc/latex/biblist
9651%doc %{texmfdist}/doc/latex/bibtopicprefix
9652%doc %{texmfdist}/doc/latex/bigfoot
f65b3398
ZU
9653%doc %{texmfdist}/doc/latex/bizcard
9654%doc %{texmfdist}/doc/latex/blindtext
9655%doc %{texmfdist}/doc/latex/blowup
9656%doc %{texmfdist}/doc/latex/boites
9657%doc %{texmfdist}/doc/latex/boldtensors
9658%doc %{texmfdist}/doc/latex/bookest
9659%doc %{texmfdist}/doc/latex/booklet
9660%doc %{texmfdist}/doc/latex/boxhandler
f65b3398
ZU
9661%doc %{texmfdist}/doc/latex/braille
9662%doc %{texmfdist}/doc/latex/breakurl
9663%doc %{texmfdist}/doc/latex/brushscr
9664%doc %{texmfdist}/doc/latex/bullcntr
9665%doc %{texmfdist}/doc/latex/bussproofs
f65b3398
ZU
9666%doc %{texmfdist}/doc/latex/calxxxx
9667%doc %{texmfdist}/doc/latex/captcont
9668%doc %{texmfdist}/doc/latex/casyl
9669%doc %{texmfdist}/doc/latex/catechis
9670%doc %{texmfdist}/doc/latex/cbcoptic
9671%doc %{texmfdist}/doc/latex/cclicenses
9672%doc %{texmfdist}/doc/latex/cd-cover
9673%doc %{texmfdist}/doc/latex/cd
9674%doc %{texmfdist}/doc/latex/cdpbundl
9675%doc %{texmfdist}/doc/latex/cellspace
9676%doc %{texmfdist}/doc/latex/changes
9677%doc %{texmfdist}/doc/latex/chapterfolder
f65b3398 9678%doc %{texmfdist}/doc/latex/china2e
f65b3398
ZU
9679%doc %{texmfdist}/doc/latex/cite
9680%doc %{texmfdist}/doc/latex/cjk
9681%doc %{texmfdist}/doc/latex/classicthesis
9682%doc %{texmfdist}/doc/latex/clefval
9683%doc %{texmfdist}/doc/latex/cleveref
9684%doc %{texmfdist}/doc/latex/clock
9685%doc %{texmfdist}/doc/latex/clrscode
9686%doc %{texmfdist}/doc/latex/cm-lgc
9687%doc %{texmfdist}/doc/latex/cmap
9688%doc %{texmfdist}/doc/latex/cmcyralt
9689%doc %{texmfdist}/doc/latex/cmdstring
9690%doc %{texmfdist}/doc/latex/cmll
9691%doc %{texmfdist}/doc/latex/codepage
9692%doc %{texmfdist}/doc/latex/colorinfo
9693%doc %{texmfdist}/doc/latex/colortbl
f65b3398
ZU
9694%doc %{texmfdist}/doc/latex/combine
9695%doc %{texmfdist}/doc/latex/commath
9696%doc %{texmfdist}/doc/latex/complexity
f65b3398
ZU
9697%doc %{texmfdist}/doc/latex/concprog
9698%doc %{texmfdist}/doc/latex/confproc
9699%doc %{texmfdist}/doc/latex/constants
9700%doc %{texmfdist}/doc/latex/contour
9701%doc %{texmfdist}/doc/latex/cooking
9702%doc %{texmfdist}/doc/latex/cool
9703%doc %{texmfdist}/doc/latex/coollist
9704%doc %{texmfdist}/doc/latex/coolstr
f65b3398
ZU
9705%doc %{texmfdist}/doc/latex/courier-scaled
9706%doc %{texmfdist}/doc/latex/courseoutline
9707%doc %{texmfdist}/doc/latex/coursepaper
9708%doc %{texmfdist}/doc/latex/coverpage
9709%doc %{texmfdist}/doc/latex/covington
9710%doc %{texmfdist}/doc/latex/crossreference
9711%doc %{texmfdist}/doc/latex/crosswrd
9712%doc %{texmfdist}/doc/latex/cryst
9713%doc %{texmfdist}/doc/latex/csbulletin
9714%doc %{texmfdist}/doc/latex/csquotes
9715%doc %{texmfdist}/doc/latex/csvtools
9716%doc %{texmfdist}/doc/latex/ctable
9717%doc %{texmfdist}/doc/latex/ctib
9718%doc %{texmfdist}/doc/latex/cuisine
9719%doc %{texmfdist}/doc/latex/cursor
9720%doc %{texmfdist}/doc/latex/curve
9721%doc %{texmfdist}/doc/latex/curve2e
9722%doc %{texmfdist}/doc/latex/cv
9723%doc %{texmfdist}/doc/latex/cweb-latex
9724%doc %{texmfdist}/doc/latex/cwpuzzle
9725%doc %{texmfdist}/doc/latex/dashrule
9726%doc %{texmfdist}/doc/latex/datatool
9727%doc %{texmfdist}/doc/latex/dateiliste
9728%doc %{texmfdist}/doc/latex/datenumber
9729%doc %{texmfdist}/doc/latex/datetime
9730%doc %{texmfdist}/doc/latex/dcpic
9731%doc %{texmfdist}/doc/latex/delimtxt
9732%doc %{texmfdist}/doc/latex/diagnose
9733%doc %{texmfdist}/doc/latex/dialogl
9734%doc %{texmfdist}/doc/latex/dichokey
9735%doc %{texmfdist}/doc/latex/digiconfigs
9736%doc %{texmfdist}/doc/latex/din1505
9737%doc %{texmfdist}/doc/latex/directory
f65b3398 9738%doc %{texmfdist}/doc/latex/dlfltxb
f65b3398
ZU
9739%doc %{texmfdist}/doc/latex/docmfp
9740%doc %{texmfdist}/doc/latex/doi
9741%doc %{texmfdist}/doc/latex/doipubmed
9742%doc %{texmfdist}/doc/latex/dotarrow
9743%doc %{texmfdist}/doc/latex/dottex
9744%doc %{texmfdist}/doc/latex/dpfloat
9745%doc %{texmfdist}/doc/latex/dprogress
9746%doc %{texmfdist}/doc/latex/drac
9747%doc %{texmfdist}/doc/latex/draftwatermark
9748%doc %{texmfdist}/doc/latex/dramatist
f65b3398
ZU
9749%doc %{texmfdist}/doc/latex/dtxgallery
9750%doc %{texmfdist}/doc/latex/duerer-latex
9751%doc %{texmfdist}/doc/latex/dvdcoll
f65b3398
ZU
9752%doc %{texmfdist}/doc/latex/eCards
9753%doc %{texmfdist}/doc/latex/ean13isbn
9754%doc %{texmfdist}/doc/latex/easy
9755%doc %{texmfdist}/doc/latex/ebezier
9756%doc %{texmfdist}/doc/latex/ebong
9757%doc %{texmfdist}/doc/latex/ebsthesis
9758%doc %{texmfdist}/doc/latex/ecclesiastic
9759%doc %{texmfdist}/doc/latex/ecltree
9760%doc %{texmfdist}/doc/latex/ecv
9761%doc %{texmfdist}/doc/latex/ed
9762%doc %{texmfdist}/doc/latex/edmac
9763%doc %{texmfdist}/doc/latex/edmargin
9764%doc %{texmfdist}/doc/latex/ednotes
9765%doc %{texmfdist}/doc/latex/eemeir
9766%doc %{texmfdist}/doc/latex/egameps
f65b3398
ZU
9767%doc %{texmfdist}/doc/latex/ellipsis
9768%doc %{texmfdist}/doc/latex/elmath
9769%doc %{texmfdist}/doc/latex/elpres
f65b3398
ZU
9770%doc %{texmfdist}/doc/latex/elsevier
9771%doc %{texmfdist}/doc/latex/em
9772%doc %{texmfdist}/doc/latex/emp
9773%doc %{texmfdist}/doc/latex/emulateapj
9774%doc %{texmfdist}/doc/latex/endheads
9775%doc %{texmfdist}/doc/latex/engpron
9776%doc %{texmfdist}/doc/latex/engrec
9777%doc %{texmfdist}/doc/latex/environ
9778%doc %{texmfdist}/doc/latex/envlab
9779%doc %{texmfdist}/doc/latex/epigraph
9780%doc %{texmfdist}/doc/latex/epiolmec
9781%doc %{texmfdist}/doc/latex/epsdice
9782%doc %{texmfdist}/doc/latex/epspdfconversion
f65b3398
ZU
9783%doc %{texmfdist}/doc/latex/eqparbox
9784%doc %{texmfdist}/doc/latex/errata
f65b3398
ZU
9785%doc %{texmfdist}/doc/latex/eskd
9786%doc %{texmfdist}/doc/latex/eskdx
f65b3398
ZU
9787%doc %{texmfdist}/doc/latex/etaremune
9788%doc %{texmfdist}/doc/latex/etex-pkg
9789%doc %{texmfdist}/doc/latex/ethiop-t1
9790%doc %{texmfdist}/doc/latex/ethiop
9791%doc %{texmfdist}/doc/latex/etoolbox
9792%doc %{texmfdist}/doc/latex/eukdate
9793%doc %{texmfdist}/doc/latex/euproposal
9794%doc %{texmfdist}/doc/latex/euro
9795%doc %{texmfdist}/doc/latex/europecv
9796%doc %{texmfdist}/doc/latex/eurosans
9797%doc %{texmfdist}/doc/latex/everypage
f65b3398
ZU
9798%doc %{texmfdist}/doc/latex/examplep
9799%doc %{texmfdist}/doc/latex/exceltex
9800%doc %{texmfdist}/doc/latex/exercise
9801%doc %{texmfdist}/doc/latex/expdlist
9802%doc %{texmfdist}/doc/latex/expl3
9803%doc %{texmfdist}/doc/latex/export
9804%doc %{texmfdist}/doc/latex/extarrows
9805%doc %{texmfdist}/doc/latex/extpfeil
9806%doc %{texmfdist}/doc/latex/extract
9807%doc %{texmfdist}/doc/latex/facsimile
9808%doc %{texmfdist}/doc/latex/faktor
9809%doc %{texmfdist}/doc/latex/fancynum
9810%doc %{texmfdist}/doc/latex/fancyref
9811%doc %{texmfdist}/doc/latex/fancytooltips
9812%doc %{texmfdist}/doc/latex/fax
9813%doc %{texmfdist}/doc/latex/feynmf
9814%doc %{texmfdist}/doc/latex/figbib
9815%doc %{texmfdist}/doc/latex/figsize
9816%doc %{texmfdist}/doc/latex/fink
9817%doc %{texmfdist}/doc/latex/fixfoot
9818%doc %{texmfdist}/doc/latex/fixme
9819%doc %{texmfdist}/doc/latex/flabels
9820%doc %{texmfdist}/doc/latex/flacards
9821%doc %{texmfdist}/doc/latex/flagderiv
9822%doc %{texmfdist}/doc/latex/flashcards
9823%doc %{texmfdist}/doc/latex/flippdf
9824%doc %{texmfdist}/doc/latex/floatrow
9825%doc %{texmfdist}/doc/latex/flowfram
9826%doc %{texmfdist}/doc/latex/fmp
9827%doc %{texmfdist}/doc/latex/fmtcount
9828%doc %{texmfdist}/doc/latex/fnbreak
9829%doc %{texmfdist}/doc/latex/fncychap
9830%doc %{texmfdist}/doc/latex/foekfont
9831%doc %{texmfdist}/doc/latex/fonttable
9832%doc %{texmfdist}/doc/latex/forarray
9833%doc %{texmfdist}/doc/latex/forloop
f65b3398 9834%doc %{texmfdist}/doc/latex/formula
f65b3398
ZU
9835%doc %{texmfdist}/doc/latex/fouridx
9836%doc %{texmfdist}/doc/latex/frankenstein
9837%doc %{texmfdist}/doc/latex/frenchle
9838%doc %{texmfdist}/doc/latex/fribrief
9839%doc %{texmfdist}/doc/latex/frletter
9840%doc %{texmfdist}/doc/latex/frontespizio
9841%doc %{texmfdist}/doc/latex/fullblck
9842%doc %{texmfdist}/doc/latex/fullpict
9843%doc %{texmfdist}/doc/latex/functan
9844%doc %{texmfdist}/doc/latex/fundus
9845%doc %{texmfdist}/doc/latex/gaceta
9846%doc %{texmfdist}/doc/latex/galois
9847%doc %{texmfdist}/doc/latex/gastex
9848%doc %{texmfdist}/doc/latex/gatech-thesis
9849%doc %{texmfdist}/doc/latex/gauss
9850%doc %{texmfdist}/doc/latex/gb4e
9851%doc %{texmfdist}/doc/latex/gcard
9852%doc %{texmfdist}/doc/latex/gcite
9853%doc %{texmfdist}/doc/latex/genmpage
9854%doc %{texmfdist}/doc/latex/geomsty
9855%doc %{texmfdist}/doc/latex/ginpenc
9856%doc %{texmfdist}/doc/latex/gloss
9857%doc %{texmfdist}/doc/latex/glossaries
9858%doc %{texmfdist}/doc/latex/gmdoc
9859%doc %{texmfdist}/doc/latex/gmeometric
9860%doc %{texmfdist}/doc/latex/gmiflink
9861%doc %{texmfdist}/doc/latex/gmutils
9862%doc %{texmfdist}/doc/latex/gmverb
9863%doc %{texmfdist}/doc/latex/gnuplottex
9864%doc %{texmfdist}/doc/latex/graphicx-psmin
9865%doc %{texmfdist}/doc/latex/greek-inputenc
9866%doc %{texmfdist}/doc/latex/greekdates
9867%doc %{texmfdist}/doc/latex/greektex
9868%doc %{texmfdist}/doc/latex/grfpaste
9869%doc %{texmfdist}/doc/latex/grnumalt
9870%doc %{texmfdist}/doc/latex/grverb
9871%doc %{texmfdist}/doc/latex/gu
f65b3398
ZU
9872%doc %{texmfdist}/doc/latex/guitbeamer
9873%doc %{texmfdist}/doc/latex/hanging
9874%doc %{texmfdist}/doc/latex/har2nat
9875%doc %{texmfdist}/doc/latex/harmony
9876%doc %{texmfdist}/doc/latex/harpoon
9877%doc %{texmfdist}/doc/latex/harvard
9878%doc %{texmfdist}/doc/latex/hc
9879%doc %{texmfdist}/doc/latex/hep
9880%doc %{texmfdist}/doc/latex/hepnames
9881%doc %{texmfdist}/doc/latex/hepparticles
9882%doc %{texmfdist}/doc/latex/hepthesis
9883%doc %{texmfdist}/doc/latex/hepunits
9884%doc %{texmfdist}/doc/latex/hexgame
9885%doc %{texmfdist}/doc/latex/hhtensor
9886%doc %{texmfdist}/doc/latex/histogr
9887%doc %{texmfdist}/doc/latex/hitec
9888%doc %{texmfdist}/doc/latex/hpsdiss
9889%doc %{texmfdist}/doc/latex/hrlatex
9890%doc %{texmfdist}/doc/latex/hvfloat
9891%doc %{texmfdist}/doc/latex/hypdvips
9892%doc %{texmfdist}/doc/latex/hyperref-docsrc
9893%doc %{texmfdist}/doc/latex/hyperxmp
9894%doc %{texmfdist}/doc/latex/ibycus-babel
9895%doc %{texmfdist}/doc/latex/icsv
9896%doc %{texmfdist}/doc/latex/ieeepes
9897%doc %{texmfdist}/doc/latex/ifmslide
9898%doc %{texmfdist}/doc/latex/ifplatform
9899%doc %{texmfdist}/doc/latex/ijmart
9900%doc %{texmfdist}/doc/latex/imac
9901%doc %{texmfdist}/doc/latex/image-gallery
9902%doc %{texmfdist}/doc/latex/imtekda
9903%doc %{texmfdist}/doc/latex/inlinebib
9904%doc %{texmfdist}/doc/latex/inlinedef
9905%doc %{texmfdist}/doc/latex/interactiveworkbook
9906%doc %{texmfdist}/doc/latex/inversepath
9907%doc %{texmfdist}/doc/latex/invoice
9908%doc %{texmfdist}/doc/latex/ipa
9909%doc %{texmfdist}/doc/latex/iso
9910%doc %{texmfdist}/doc/latex/iso10303
9911%doc %{texmfdist}/doc/latex/isodate
9912%doc %{texmfdist}/doc/latex/isodoc
9913%doc %{texmfdist}/doc/latex/isorot
9914%doc %{texmfdist}/doc/latex/itnumpar
9915%doc %{texmfdist}/doc/latex/jeopardy
9916%doc %{texmfdist}/doc/latex/jknapltx
9917%doc %{texmfdist}/doc/latex/jneurosci
9918%doc %{texmfdist}/doc/latex/jpsj
9919%doc %{texmfdist}/doc/latex/jura
9920%doc %{texmfdist}/doc/latex/juraabbrev
9921%doc %{texmfdist}/doc/latex/juramisc
9922%doc %{texmfdist}/doc/latex/jurarsp
9923%doc %{texmfdist}/doc/latex/karnaugh
9924%doc %{texmfdist}/doc/latex/kerkis
9925%doc %{texmfdist}/doc/latex/kerntest
9926%doc %{texmfdist}/doc/latex/kluwer
9927%doc %{texmfdist}/doc/latex/labelcas
9928%doc %{texmfdist}/doc/latex/lazylist
9929%doc %{texmfdist}/doc/latex/lcyw
9930%doc %{texmfdist}/doc/latex/leading
9931%doc %{texmfdist}/doc/latex/ledmac
9932%doc %{texmfdist}/doc/latex/lettre
9933%doc %{texmfdist}/doc/latex/lexikon
9934%doc %{texmfdist}/doc/latex/lgreek
9935%doc %{texmfdist}/doc/latex/lhelp
9936%doc %{texmfdist}/doc/latex/linguex
9937%doc %{texmfdist}/doc/latex/lipsum
9938%doc %{texmfdist}/doc/latex/listbib
9939%doc %{texmfdist}/doc/latex/listliketab
9940%doc %{texmfdist}/doc/latex/listofsymbols
9941%doc %{texmfdist}/doc/latex/lkproof
9942%doc %{texmfdist}/doc/latex/logic
9943%doc %{texmfdist}/doc/latex/logpap
9944%doc %{texmfdist}/doc/latex/lps
9945%doc %{texmfdist}/doc/latex/lsc
9946%doc %{texmfdist}/doc/latex/ltxindex
9947%doc %{texmfdist}/doc/latex/mafr
9948%doc %{texmfdist}/doc/latex/magyar
9949%doc %{texmfdist}/doc/latex/mailing
9950%doc %{texmfdist}/doc/latex/makebarcode
9951%doc %{texmfdist}/doc/latex/makebox
9952%doc %{texmfdist}/doc/latex/makecell
9953%doc %{texmfdist}/doc/latex/makecmds
9954%doc %{texmfdist}/doc/latex/makedtx
9955%doc %{texmfdist}/doc/latex/makeglos
9956%doc %{texmfdist}/doc/latex/makeplot
9957%doc %{texmfdist}/doc/latex/manuscript
9958%doc %{texmfdist}/doc/latex/maple
9959%doc %{texmfdist}/doc/latex/marginnote
9960%doc %{texmfdist}/doc/latex/mathdesign
9961%doc %{texmfdist}/doc/latex/mathpazo
9962%doc %{texmfdist}/doc/latex/maybemath
9963%doc %{texmfdist}/doc/latex/mcaption
9964%doc %{texmfdist}/doc/latex/mceinleger
9965%doc %{texmfdist}/doc/latex/mcite
9966%doc %{texmfdist}/doc/latex/mciteplus
9967%doc %{texmfdist}/doc/latex/memexsupp
9968%doc %{texmfdist}/doc/latex/mentis
9969%doc %{texmfdist}/doc/latex/metaplot
9970%doc %{texmfdist}/doc/latex/method
9971%doc %{texmfdist}/doc/latex/metre
9972%doc %{texmfdist}/doc/latex/mff
9973%doc %{texmfdist}/doc/latex/mfpic4ode
9974%doc %{texmfdist}/doc/latex/mftinc
f65b3398
ZU
9975%doc %{texmfdist}/doc/latex/mhequ
9976%doc %{texmfdist}/doc/latex/miller
9977%doc %{texmfdist}/doc/latex/minipage-marginpar
9978%doc %{texmfdist}/doc/latex/miniplot
9979%doc %{texmfdist}/doc/latex/minutes
9980%doc %{texmfdist}/doc/latex/mla-paper
9981%doc %{texmfdist}/doc/latex/mlist
9982%doc %{texmfdist}/doc/latex/mmap
9983%doc %{texmfdist}/doc/latex/mnsymbol
9984%doc %{texmfdist}/doc/latex/moderncv
9985%doc %{texmfdist}/doc/latex/modroman
9986%doc %{texmfdist}/doc/latex/mongolian-babel
9987%doc %{texmfdist}/doc/latex/montex
9988%doc %{texmfdist}/doc/latex/moresize
9989%doc %{texmfdist}/doc/latex/movie15
9990%doc %{texmfdist}/doc/latex/msc
9991%doc %{texmfdist}/doc/latex/msg
9992%doc %{texmfdist}/doc/latex/mslapa
9993%doc %{texmfdist}/doc/latex/mtgreek
9994%doc %{texmfdist}/doc/latex/multibbl
9995%doc %{texmfdist}/doc/latex/multicap
9996%doc %{texmfdist}/doc/latex/multirow
9997%doc %{texmfdist}/doc/latex/munich
9998%doc %{texmfdist}/doc/latex/musixlyr
9999%doc %{texmfdist}/doc/latex/muthesis
10000%doc %{texmfdist}/doc/latex/mxd
10001%doc %{texmfdist}/doc/latex/mxedruli
10002%doc %{texmfdist}/doc/latex/nag
10003%doc %{texmfdist}/doc/latex/namespc
10004%doc %{texmfdist}/doc/latex/nath
10005%doc %{texmfdist}/doc/latex/nature
10006%doc %{texmfdist}/doc/latex/ncclatex
10007%doc %{texmfdist}/doc/latex/ncctools
10008%doc %{texmfdist}/doc/latex/nddiss
10009%doc %{texmfdist}/doc/latex/newalg
10010%doc %{texmfdist}/doc/latex/newfile
10011%doc %{texmfdist}/doc/latex/newlfm
10012%doc %{texmfdist}/doc/latex/newspaper
10013%doc %{texmfdist}/doc/latex/newvbtm
10014%doc %{texmfdist}/doc/latex/niceframe
10015%doc %{texmfdist}/doc/latex/nih
10016%doc %{texmfdist}/doc/latex/noitcrul
10017%doc %{texmfdist}/doc/latex/nomentbl
10018%doc %{texmfdist}/doc/latex/nonfloat
10019%doc %{texmfdist}/doc/latex/nostarch
10020%doc %{texmfdist}/doc/latex/notes
10021%doc %{texmfdist}/doc/latex/notes2bib
10022%doc %{texmfdist}/doc/latex/nrc
10023%doc %{texmfdist}/doc/latex/ntabbing
10024%doc %{texmfdist}/doc/latex/numname
10025%doc %{texmfdist}/doc/latex/numprint
10026%doc %{texmfdist}/doc/latex/objectz
10027%doc %{texmfdist}/doc/latex/ocr-latex
10028%doc %{texmfdist}/doc/latex/octavo
10029%doc %{texmfdist}/doc/latex/ogham
10030%doc %{texmfdist}/doc/latex/ogonek
10031%doc %{texmfdist}/doc/latex/opcit
10032%doc %{texmfdist}/doc/latex/ordinalpt
10033%doc %{texmfdist}/doc/latex/othello
10034%doc %{texmfdist}/doc/latex/otibet
10035%doc %{texmfdist}/doc/latex/outline
10036%doc %{texmfdist}/doc/latex/outliner
10037%doc %{texmfdist}/doc/latex/pagenote
10038%doc %{texmfdist}/doc/latex/paper
10039%doc %{texmfdist}/doc/latex/papercdcase
10040%doc %{texmfdist}/doc/latex/papertex
10041%doc %{texmfdist}/doc/latex/parallel
10042%doc %{texmfdist}/doc/latex/paresse
10043%doc %{texmfdist}/doc/latex/parrun
10044%doc %{texmfdist}/doc/latex/pauldoc
10045%doc %{texmfdist}/doc/latex/pbox
10046%doc %{texmfdist}/doc/latex/pbsheet
10047%doc %{texmfdist}/doc/latex/pdfcprot
10048%doc %{texmfdist}/doc/latex/pdfscreen
10049%doc %{texmfdist}/doc/latex/pdfsync
10050%doc %{texmfdist}/doc/latex/pdftricks
10051%doc %{texmfdist}/doc/latex/pdfwin
10052%doc %{texmfdist}/doc/latex/pecha
10053%doc %{texmfdist}/doc/latex/perception
10054%doc %{texmfdist}/doc/latex/perltex
f65b3398
ZU
10055%doc %{texmfdist}/doc/latex/petiteannonce
10056%doc %{texmfdist}/doc/latex/petri-nets
10057%doc %{texmfdist}/doc/latex/pgf-soroban
10058%doc %{texmfdist}/doc/latex/pgfopts
10059%doc %{texmfdist}/doc/latex/pgfplots
10060%doc %{texmfdist}/doc/latex/philex
10061%doc %{texmfdist}/doc/latex/philosophersimprint
10062%doc %{texmfdist}/doc/latex/photo
10063%doc %{texmfdist}/doc/latex/pinlabel
10064%doc %{texmfdist}/doc/latex/pittetd
10065%doc %{texmfdist}/doc/latex/plari
10066%doc %{texmfdist}/doc/latex/plates
10067%doc %{texmfdist}/doc/latex/play
10068%doc %{texmfdist}/doc/latex/plweb
10069%doc %{texmfdist}/doc/latex/pmgraph
10070%doc %{texmfdist}/doc/latex/poemscol
10071%doc %{texmfdist}/doc/latex/polski
10072%doc %{texmfdist}/doc/latex/polyglot
10073%doc %{texmfdist}/doc/latex/polytable
10074%doc %{texmfdist}/doc/latex/postcards
10075%doc %{texmfdist}/doc/latex/powerdot
10076%doc %{texmfdist}/doc/latex/ppower4
10077%doc %{texmfdist}/doc/latex/ppr-prv
10078%doc %{texmfdist}/doc/latex/pracjourn
10079%doc %{texmfdist}/doc/latex/prettyref
10080%doc %{texmfdist}/doc/latex/proba
10081%doc %{texmfdist}/doc/latex/probsoln
10082%doc %{texmfdist}/doc/latex/procIAGssymp
10083%doc %{texmfdist}/doc/latex/progkeys
10084%doc %{texmfdist}/doc/latex/progress
10085%doc %{texmfdist}/doc/latex/protex
10086%doc %{texmfdist}/doc/latex/protocol
10087%doc %{texmfdist}/doc/latex/psfragx
10088%doc %{texmfdist}/doc/latex/psgo
10089%doc %{texmfdist}/doc/latex/pspicture
10090%doc %{texmfdist}/doc/latex/pst2pdf
10091%doc %{texmfdist}/doc/latex/ptptex
10092%doc %{texmfdist}/doc/latex/qcm
10093%doc %{texmfdist}/doc/latex/qobitree
10094%doc %{texmfdist}/doc/latex/qstest
10095%doc %{texmfdist}/doc/latex/qsymbols
10096%doc %{texmfdist}/doc/latex/qtree
10097%doc %{texmfdist}/doc/latex/quotchap
10098%doc %{texmfdist}/doc/latex/quotmark
10099%doc %{texmfdist}/doc/latex/r_und_s
10100%doc %{texmfdist}/doc/latex/randbild
10101%doc %{texmfdist}/doc/latex/randtext
10102%doc %{texmfdist}/doc/latex/rccol
10103%doc %{texmfdist}/doc/latex/rcs
10104%doc %{texmfdist}/doc/latex/rcsinfo
10105%doc %{texmfdist}/doc/latex/recipecard
10106%doc %{texmfdist}/doc/latex/rectopma
10107%doc %{texmfdist}/doc/latex/refcheck
10108%doc %{texmfdist}/doc/latex/refman
10109%doc %{texmfdist}/doc/latex/refstyle
10110%doc %{texmfdist}/doc/latex/regcount
10111%doc %{texmfdist}/doc/latex/register
10112%doc %{texmfdist}/doc/latex/relenc
10113%doc %{texmfdist}/doc/latex/repeatindex
10114%doc %{texmfdist}/doc/latex/rlepsf
10115%doc %{texmfdist}/doc/latex/rmpage
10116%doc %{texmfdist}/doc/latex/robustcommand
10117%doc %{texmfdist}/doc/latex/robustindex
10118%doc %{texmfdist}/doc/latex/romannum
10119%doc %{texmfdist}/doc/latex/rotpages
10120%doc %{texmfdist}/doc/latex/rsc
10121%doc %{texmfdist}/doc/latex/rst
10122%doc %{texmfdist}/doc/latex/rtkinenc
10123%doc %{texmfdist}/doc/latex/rtklage
10124%doc %{texmfdist}/doc/latex/sagetex
10125%doc %{texmfdist}/doc/latex/sanskrit
10126%doc %{texmfdist}/doc/latex/sauerj
10127%doc %{texmfdist}/doc/latex/sauterfonts
10128%doc %{texmfdist}/doc/latex/savefnmark
10129%doc %{texmfdist}/doc/latex/savetrees
10130%doc %{texmfdist}/doc/latex/scalebar
10131%doc %{texmfdist}/doc/latex/schedule
10132%doc %{texmfdist}/doc/latex/scientificpaper
10133%doc %{texmfdist}/doc/latex/sciposter
10134%doc %{texmfdist}/doc/latex/sciwordconv
10135%doc %{texmfdist}/doc/latex/screenplay
10136%doc %{texmfdist}/doc/latex/script
10137%doc %{texmfdist}/doc/latex/sdrt
10138%doc %{texmfdist}/doc/latex/sectionbox
10139%doc %{texmfdist}/doc/latex/semantic
10140%doc %{texmfdist}/doc/latex/semioneside
10141%doc %{texmfdist}/doc/latex/seqsplit
10142%doc %{texmfdist}/doc/latex/sf298
10143%doc %{texmfdist}/doc/latex/sffms
10144%doc %{texmfdist}/doc/latex/sfg
10145%doc %{texmfdist}/doc/latex/sgame
10146%doc %{texmfdist}/doc/latex/shadethm
10147%doc %{texmfdist}/doc/latex/shipunov
10148%doc %{texmfdist}/doc/latex/shorttoc
10149%doc %{texmfdist}/doc/latex/show2e
10150%doc %{texmfdist}/doc/latex/showexpl
10151%doc %{texmfdist}/doc/latex/sides
10152%doc %{texmfdist}/doc/latex/siggraph
10153%doc %{texmfdist}/doc/latex/simplecv
10154%doc %{texmfdist}/doc/latex/simplewick
10155%doc %{texmfdist}/doc/latex/skak
10156%doc %{texmfdist}/doc/latex/slantsc
10157%doc %{texmfdist}/doc/latex/smalltableof
10158%doc %{texmfdist}/doc/latex/smartref
10159%doc %{texmfdist}/doc/latex/smflatex
10160%doc %{texmfdist}/doc/latex/snapshot
10161%doc %{texmfdist}/doc/latex/songbook
10162%doc %{texmfdist}/doc/latex/sort-by-letters
10163%doc %{texmfdist}/doc/latex/soyombo
10164%doc %{texmfdist}/doc/latex/sparklines
10165%doc %{texmfdist}/doc/latex/spie
10166%doc %{texmfdist}/doc/latex/splitbib
10167%doc %{texmfdist}/doc/latex/splitindex
10168%doc %{texmfdist}/doc/latex/spotcolor
10169%doc %{texmfdist}/doc/latex/sprite
10170%doc %{texmfdist}/doc/latex/srcltx
10171%doc %{texmfdist}/doc/latex/sseq
10172%doc %{texmfdist}/doc/latex/ssqquote
10173%doc %{texmfdist}/doc/latex/stage
10174%doc %{texmfdist}/doc/latex/statistik
10175%doc %{texmfdist}/doc/latex/stdpage
10176%doc %{texmfdist}/doc/latex/stellenbosch
10177%doc %{texmfdist}/doc/latex/stex
10178%doc %{texmfdist}/doc/latex/stringstrings
10179%doc %{texmfdist}/doc/latex/struktex
10180%doc %{texmfdist}/doc/latex/sttools
10181%doc %{texmfdist}/doc/latex/stubs
10182%doc %{texmfdist}/doc/latex/subdepth
10183%doc %{texmfdist}/doc/latex/subeqn
10184%doc %{texmfdist}/doc/latex/subeqnarray
10185%doc %{texmfdist}/doc/latex/subfloat
10186%doc %{texmfdist}/doc/latex/substr
10187%doc %{texmfdist}/doc/latex/sudoku
10188%doc %{texmfdist}/doc/latex/sudokubundle
10189%doc %{texmfdist}/doc/latex/sugconf
10190%doc %{texmfdist}/doc/latex/supertabular
10191%doc %{texmfdist}/doc/latex/susy
10192%doc %{texmfdist}/doc/latex/svgcolor
10193%doc %{texmfdist}/doc/latex/svn-multi
10194%doc %{texmfdist}/doc/latex/svn
10195%doc %{texmfdist}/doc/latex/svninfo
10196%doc %{texmfdist}/doc/latex/swebib
10197%doc %{texmfdist}/doc/latex/swimgraf
10198%doc %{texmfdist}/doc/latex/synproof
10199%doc %{texmfdist}/doc/latex/syntax
10200%doc %{texmfdist}/doc/latex/syntrace
10201%doc %{texmfdist}/doc/latex/synttree
10202%doc %{texmfdist}/doc/latex/t-angles
10203%doc %{texmfdist}/doc/latex/tableaux
10204%doc %{texmfdist}/doc/latex/tablists
10205%doc %{texmfdist}/doc/latex/tablor
10206%doc %{texmfdist}/doc/latex/tabto-ltx
10207%doc %{texmfdist}/doc/latex/tabulary
10208%doc %{texmfdist}/doc/latex/tabvar
10209%doc %{texmfdist}/doc/latex/talk
10210%doc %{texmfdist}/doc/latex/tapir
10211%doc %{texmfdist}/doc/latex/tcldoc
10212%doc %{texmfdist}/doc/latex/tdsfrmath
10213%doc %{texmfdist}/doc/latex/technics
10214%doc %{texmfdist}/doc/latex/ted
10215%doc %{texmfdist}/doc/latex/tengwarscript
10216%doc %{texmfdist}/doc/latex/tensor
10217%doc %{texmfdist}/doc/latex/teubner
10218%doc %{texmfdist}/doc/latex/texmate
10219%doc %{texmfdist}/doc/latex/texpower
10220%doc %{texmfdist}/doc/latex/texshade
10221%doc %{texmfdist}/doc/latex/textcase
10222%doc %{texmfdist}/doc/latex/textopo
10223%doc %{texmfdist}/doc/latex/theoremref
10224%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10225%doc %{texmfdist}/doc/latex/thinsp
10226%doc %{texmfdist}/doc/latex/thmtools
10227%doc %{texmfdist}/doc/latex/thumb
10228%doc %{texmfdist}/doc/latex/thuthesis
10229%doc %{texmfdist}/doc/latex/ticket
10230%doc %{texmfdist}/doc/latex/tikz-inet
10231%doc %{texmfdist}/doc/latex/timesht
10232%doc %{texmfdist}/doc/latex/titling
10233%doc %{texmfdist}/doc/latex/tocvsec2
10234%doc %{texmfdist}/doc/latex/todo
10235%doc %{texmfdist}/doc/latex/tokenizer
10236%doc %{texmfdist}/doc/latex/toolbox
10237%doc %{texmfdist}/doc/latex/topfloat
10238%doc %{texmfdist}/doc/latex/toptesi
10239%doc %{texmfdist}/doc/latex/tpslifonts
10240%doc %{texmfdist}/doc/latex/trajan
10241%doc %{texmfdist}/doc/latex/translator
10242%doc %{texmfdist}/doc/latex/tree-dvips
10243%doc %{texmfdist}/doc/latex/trfsigns
10244%doc %{texmfdist}/doc/latex/trivfloat
10245%doc %{texmfdist}/doc/latex/trsym
10246%doc %{texmfdist}/doc/latex/tufte-latex
10247%doc %{texmfdist}/doc/latex/tugboat
10248%doc %{texmfdist}/doc/latex/turnstile
10249%doc %{texmfdist}/doc/latex/twoup
10250%doc %{texmfdist}/doc/latex/typedref
10251%doc %{texmfdist}/doc/latex/typogrid
10252%doc %{texmfdist}/doc/latex/uaclasses
10253%doc %{texmfdist}/doc/latex/ucthesis
10254%doc %{texmfdist}/doc/latex/uebungsblatt
10255%doc %{texmfdist}/doc/latex/uiucthesis
10256%doc %{texmfdist}/doc/latex/ulsy
10257%doc %{texmfdist}/doc/latex/umich-thesis
10258%doc %{texmfdist}/doc/latex/uml
10259%doc %{texmfdist}/doc/latex/umlaute
10260%doc %{texmfdist}/doc/latex/umoline
10261%doc %{texmfdist}/doc/latex/umthesis
10262%doc %{texmfdist}/doc/latex/underlin
10263%doc %{texmfdist}/doc/latex/undertilde
10264%doc %{texmfdist}/doc/latex/unitsdef
10265%doc %{texmfdist}/doc/latex/unroman
10266%doc %{texmfdist}/doc/latex/upmethodology
10267%doc %{texmfdist}/doc/latex/urlbst
10268%doc %{texmfdist}/doc/latex/ushort
10269%doc %{texmfdist}/doc/latex/uwthesis
10270%doc %{texmfdist}/doc/latex/varindex
10271%doc %{texmfdist}/doc/latex/varsfromjobname
10272%doc %{texmfdist}/doc/latex/vector
10273%doc %{texmfdist}/doc/latex/verse
10274%doc %{texmfdist}/doc/latex/vhistory
10275%doc %{texmfdist}/doc/latex/vita
10276%doc %{texmfdist}/doc/latex/volumes
10277%doc %{texmfdist}/doc/latex/vpe
10278%doc %{texmfdist}/doc/latex/vrsion
10279%doc %{texmfdist}/doc/latex/vwcol
10280%doc %{texmfdist}/doc/latex/vxu
10281%doc %{texmfdist}/doc/latex/wadalab
10282%doc %{texmfdist}/doc/latex/wallpaper
10283%doc %{texmfdist}/doc/latex/warpcol
10284%doc %{texmfdist}/doc/latex/wnri
10285%doc %{texmfdist}/doc/latex/wordlike
10286%doc %{texmfdist}/doc/latex/xargs
10287%doc %{texmfdist}/doc/latex/xdoc
10288%doc %{texmfdist}/doc/latex/xfor
10289%doc %{texmfdist}/doc/latex/xifthen
10290%doc %{texmfdist}/doc/latex/xmpincl
10291%doc %{texmfdist}/doc/latex/xnewcommand
10292%doc %{texmfdist}/doc/latex/xoptarg
10293%doc %{texmfdist}/doc/latex/xpackages
10294%doc %{texmfdist}/doc/latex/xskak
10295%doc %{texmfdist}/doc/latex/xstring
10296%doc %{texmfdist}/doc/latex/xtcapts
10297%doc %{texmfdist}/doc/latex/xyling
10298%doc %{texmfdist}/doc/latex/xytree
10299%doc %{texmfdist}/doc/latex/yafoot
10300%doc %{texmfdist}/doc/latex/yhmath
10301%doc %{texmfdist}/doc/latex/york-thesis
10302%doc %{texmfdist}/doc/latex/yplan
10303%doc %{texmfdist}/doc/latex/zed-csp
10304%doc %{texmfdist}/doc/latex/zefonts
10305%doc %{texmfdist}/doc/latex/ziffer
10306%doc %{texmfdist}/doc/latex/zwgetfdate
10307%doc %{texmfdist}/source/latex/hyperref/doc
10308%doc %{texmfdist}/source/latex/koma-script/doc
10309
16591d53
ZU
10310%files latex-math
10311%defattr(644,root,root,755)
10312%{texmfdist}/source/latex/permute
10313%{texmfdist}/tex/latex/permute
10314%doc %{texmfdist}/doc/latex/permute
10315%{texmfdist}/source/latex/bez123
10316%{texmfdist}/tex/latex/bez123
10317%doc %{texmfdist}/doc/latex/bez123
10318%{texmfdist}/source/latex/binomexp
10319%{texmfdist}/tex/latex/binomexp
10320%doc %{texmfdist}/doc/latex/binomexp
84a4c427
ZU
10321# Draw cartesian coordinate systems.
10322%doc %{texmfdist}/doc/latex/coordsys
10323%{texmfdist}/source/latex/coordsys
10324%{texmfdist}/tex/latex/coordsys
10325# Encapsulate Gnuplot sources in LaTeX documents.
10326%doc %{texmfdist}/doc/latex/egplot
10327%{texmfdist}/source/latex/egplot
10328%{texmfdist}/tex/latex/egplot
10329# Description lists with equal indentation.
10330%doc %{texmfdist}/doc/latex/eqlist
10331%{texmfdist}/source/latex/eqlist
10332%{texmfdist}/tex/latex/eqlist
10333# More generalised equation arrays with numbering.
10334%doc %{texmfdist}/doc/latex/eqnarray
10335%{texmfdist}/source/latex/eqnarray
10336%{texmfdist}/tex/latex/eqnarray
10337# Simplify typesetting of derivatives.
10338%doc %{texmfdist}/doc/latex/esdiff
10339%{texmfdist}/source/latex/esdiff
10340%{texmfdist}/tex/latex/esdiff
10341# Vector arrows.
10342%doc %{texmfdist}/doc/latex/esvect
10343%{texmfdist}/fonts/map/dvips/esvect
10344%{texmfdist}/fonts/source/public/esvect
10345%{texmfdist}/fonts/tfm/public/esvect
10346%{texmfdist}/fonts/type1/public/esvect
10347%{texmfdist}/source/latex/esvect
10348%{texmfdist}/tex/latex/esvect
10349
10350%files latex-physics
10351%defattr(644,root,root,755)
10352# Macros for typesetting circuit diagrams.
10353%doc %{texmfdist}/doc/latex/circ
10354%{texmfdist}/tex/latex/circ
10355%{texmfdist}/source/latex/circ
10356# Colours by wavelength of visible light.
10357%doc %{texmfdist}/doc/latex/colorwav
10358%{texmfdist}/source/latex/colorwav
10359%{texmfdist}/tex/latex/colorwav
10360# Construct Dynkin tree diagrams.
10361%doc %{texmfdist}/doc/latex/dyntree
10362%{texmfdist}/source/latex/dyntree
10363%{texmfdist}/tex/latex/dyntree
16591d53
ZU
10364
10365%files latex-chem
10366%defattr(644,root,root,755)
10367%doc %{texmfdist}/doc/latex/achemso
10368%doc %{texmfdist}/doc/latex/bpchem
10369%doc %{texmfdist}/doc/latex/chemstyle
10370%doc %{texmfdist}/doc/latex/mhchem
10371%doc %{texmfdist}/doc/fonts/chemarrow
10372%doc %{texmfdist}/doc/latex/chemcompounds
10373%doc %{texmfdist}/doc/latex/chemcono
10374%{texmfdist}/fonts/afm/public/chemarrow
10375%{texmfdist}/fonts/map/dvips/chemarrow
10376%{texmfdist}/fonts/source/public/chemarrow
10377%{texmfdist}/fonts/tfm/public/chemarrow
10378%{texmfdist}/fonts/type1/public/chemarrow
10379%{texmfdist}/source/latex/achemso
10380%{texmfdist}/source/latex/bpchem
10381%{texmfdist}/source/latex/chemcompounds
10382%{texmfdist}/source/latex/chemstyle
10383%{texmfdist}/tex/latex/achemso
10384%{texmfdist}/tex/latex/bpchem
10385%{texmfdist}/tex/latex/chemarrow
10386%{texmfdist}/tex/latex/chemcompounds
10387%{texmfdist}/tex/latex/chemcono
10388%{texmfdist}/tex/latex/chemstyle
10389%{texmfdist}/tex/latex/mhchem
10390
84a4c427 10391%files latex-biology
16591d53
ZU
10392%defattr(644,root,root,755)
10393%doc %{texmfdist}/doc/latex/biocon
10394%{texmfdist}/bibtex/bib/biocon
10395%{texmfdist}/source/latex/biocon
10396%{texmfdist}/tex/latex/biocon
84a4c427
ZU
10397# Format DNA base sequences.
10398%doc %{texmfdist}/doc/latex/dnaseq
10399%{texmfdist}/source/latex/dnaseq
10400%{texmfdist}/tex/latex/dnaseq
16591d53
ZU
10401
10402%files latex-pdftools
10403%defattr(644,root,root,755)
10404%{texmfdist}/source/latex/attachfile
10405%{texmfdist}/tex/latex/attachfile
10406%doc %{texmfdist}/doc/latex/attachfile
84a4c427
ZU
10407# Associate a pop-up window and tooltip with PDF hyperlinks.
10408%doc %{texmfdist}/doc/latex/cooltooltips
10409%{texmfdist}/source/latex/cooltooltips
10410%{texmfdist}/tex/latex/cooltooltips
16591d53 10411
84a4c427 10412%files latex-informatic
16591d53
ZU
10413%defattr(644,root,root,755)
10414%{texmfdist}/source/latex/alg
10415%{texmfdist}/tex/latex/alg
84a4c427
ZU
10416# Create illustrations for network protocol specifications.
10417%{texmfdist}/source/latex/bytefield
10418%{texmfdist}/tex/latex/bytefield
10419%doc %{texmfdist}/doc/latex/bytefield
16591d53
ZU
10420
10421%files latex-games
10422%defattr(644,root,root,755)
10423%doc %{texmfdist}/doc/latex/backgammon
10424%doc %{texmfdist}/doc/latex/chessboard
10425%doc %{texmfdist}/doc/latex/chessfss
10426%{texmfdist}/fonts/enc/dvips/chessfss
10427%{texmfdist}/fonts/source/public/backgammon
10428%{texmfdist}/fonts/source/public/cchess
10429%{texmfdist}/fonts/source/public/chess
10430%{texmfdist}/fonts/tfm/public/backgammon
10431%{texmfdist}/fonts/tfm/public/cchess
10432%{texmfdist}/source/latex/backgammon
10433%{texmfdist}/source/latex/chessboard
10434%{texmfdist}/source/latex/chessfss
10435%{texmfdist}/tex/latex/backgammon
10436%{texmfdist}/tex/latex/cchess
10437%{texmfdist}/tex/latex/chess
10438%{texmfdist}/tex/latex/chessboard
10439%{texmfdist}/tex/latex/chessfss
10440
10441%files latex-styles
10442%defattr(644,root,root,755)
10443%doc %{texmfdist}/doc/latex/acmconf
10444%{texmfdist}/source/latex/acmconf
10445%{texmfdist}/tex/latex/acmconf
10446%doc %{texmfdist}/doc/latex/active-conf
10447%{texmfdist}/source/latex/active-conf
10448%{texmfdist}/tex/latex/active-conf
10449%doc %{texmfdist}/doc/latex/asaetr
10450%{texmfdist}/bibtex/bst/asaetr
10451%{texmfdist}/bibtex/bib/asaetr
10452%{texmfdist}/tex/latex/asaetr
10453%{texmfdist}/source/latex/asaetr
10454%doc %{texmfdist}/doc/latex/aiaa
10455%{texmfdist}/source/latex/aiaa
10456%{texmfdist}/tex/latex/aiaa
10457%{texmfdist}/bibtex/bib/aiaa
10458%{texmfdist}/bibtex/bst/aiaa
10459%doc %{texmfdist}/doc/latex/apacite
10460%{texmfdist}/bibtex/bib/apacite
10461%{texmfdist}/bibtex/bst/apacite
10462%{texmfdist}/source/latex/apacite
10463%{texmfdist}/tex/latex/apacite
84a4c427 10464%doc %{texmfdist}/doc/latex/aastex
16591d53
ZU
10465%{texmfdist}/source/latex/aastex
10466%{texmfdist}/tex/latex/aastex
84a4c427 10467%doc %{texmfdist}/doc/latex/IEEEconf
16591d53
ZU
10468%{texmfdist}/source/latex/IEEEconf
10469%{texmfdist}/tex/latex/IEEEconf
84a4c427
ZU
10470%doc %{texmfdist}/doc/latex/computational-complexity
10471%{texmfdist}/source/latex/computational-complexity
10472%{texmfdist}/tex/latex/computational-complexity
10473%{texmfdist}/bibtex/bib/computational-complexity
10474%{texmfdist}/bibtex/bst/computational-complexity
10475# Document class for the journal of DANTE.
10476%doc %{texmfdist}/doc/latex/dtk
10477%{texmfdist}/source/latex/dtk
10478%{texmfdist}/tex/latex/dtk
10479%{texmfdist}/bibtex/bib/dtk
10480%{texmfdist}/bibtex/bst/dtk
10481# Class for articles for submission to Elsevier journals.
10482%doc %{texmfdist}/doc/latex/elsarticle
10483%{texmfdist}/source/latex/elsarticle
10484%{texmfdist}/tex/latex/elsarticle
10485
10486%files latex-lang
10487%defattr(644,root,root,755)
10488# Curriculum vitae for French use.
10489%doc %{texmfdist}/doc/latex/ESIEEcv
10490%{texmfdist}/source/latex/ESIEEcv
10491%{texmfdist}/tex/latex/ESIEEcv
10492# Class for typesetting letters to Swiss rules.
10493%doc %{texmfdist}/doc/latex/chletter
10494%{texmfdist}/source/latex/chletter
10495%{texmfdist}/tex/latex/chletter
10496# German letter DIN style.
10497%doc %{texmfdist}/doc/latex/dinbrief
10498%{texmfdist}/source/latex/dinbrief
10499%{texmfdist}/tex/latex/dinbrief
10500# Class and templates for typesetting dissertations in Russian.
10501%doc %{texmfdist}/doc/latex/disser
10502%{texmfdist}/tex/latex/disser
10503%{texmfdist}/source/latex/disser
10504
10505%files latex-music
10506%defattr(644,root,root,755)
10507# Support ABC music notation in LaTeX.
10508%doc %{texmfdist}/doc/latex/abc
10509%{texmfdist}/source/latex/abc
10510%{texmfdist}/tex/latex/abc
10511%doc %{texmfdist}/doc/latex/guitar
10512%{texmfdist}/source/latex/guitar
10513%{texmfdist}/tex/latex/guitar
10514
10515%files latex-extend
10516%defattr(644,root,root,755)
10517# Patches and improvements for prosper.
10518%doc %{texmfdist}/doc/latex/HA-prosper
10519%{texmfdist}/source/latex/HA-prosper
10520%{texmfdist}/tex/latex/HA-prosper
10521# Horizontal and vertical dashed lines in arrays and tabulars
10522%doc %{texmfdist}/doc/latex/arydshln
10523%{texmfdist}/source/latex/arydshln
10524%{texmfdist}/tex/latex/arydshln
10525# Page numbering by chapter.
10526%doc %{texmfdist}/doc/latex/chappg
10527%{texmfdist}/source/latex/chappg
10528%{texmfdist}/tex/latex/chappg
16591d53 10529
f65b3398
ZU
10530%files latex-other
10531%defattr(644,root,root,755)
f65b3398
ZU
10532%{texmfdist}/metapost/latexmp
10533%{texmfdist}/metapost/makecirc
8affbd2c 10534%dir %{texmfdist}/source/alatex
f65b3398 10535%{texmfdist}/source/alatex/base
8affbd2c 10536%dir %{texmfdist}/source/cslatex
f65b3398
ZU
10537%{texmfdist}/source/cslatex/base
10538%{texmfdist}/source/generic/xypic
f65b3398 10539%{texmfdist}/source/latex/GuIT
16591d53 10540# Expand acronyms at least once.
f65b3398 10541%{texmfdist}/source/latex/acronym
16591d53 10542# A user-friendly wrapper around \enlargethispage.
f65b3398 10543%{texmfdist}/source/latex/addlines
16591d53 10544# Using address lists in LaTeX.
f65b3398 10545%{texmfdist}/source/latex/adrlist
16591d53 10546# Alphanumeric section numbering.
f65b3398 10547%{texmfdist}/source/latex/alnumsec
16591d53 10548# Alternative font handling in LaTeX.
f65b3398 10549%{texmfdist}/source/latex/altfont
16591d53 10550# Setting questions (or exercises) and answers.
f65b3398 10551%{texmfdist}/source/latex/answers
16591d53 10552# Draw arcs over and under text
f65b3398 10553%{texmfdist}/source/latex/arcs
f65b3398 10554%{texmfdist}/source/latex/ascii
8affbd2c 10555%{texmfdist}/source/latex/augie
f65b3398 10556%{texmfdist}/source/latex/babelbib
f65b3398
ZU
10557%{texmfdist}/source/latex/barcodes
10558%{texmfdist}/source/latex/base
10559%{texmfdist}/source/latex/bayer
10560%{texmfdist}/source/latex/bbding
10561%{texmfdist}/source/latex/bbm-macros
16591d53 10562# Free replacement for basic MathTime fonts.
f65b3398
ZU
10563%{texmfdist}/source/latex/belleek
10564%{texmfdist}/source/latex/bengali
16591d53 10565# Use Concrete fonts.
f65b3398 10566%{texmfdist}/source/latex/beton
f65b3398
ZU
10567%{texmfdist}/source/latex/bibarts
10568%{texmfdist}/source/latex/bibleref
10569%{texmfdist}/source/latex/biblist
10570%{texmfdist}/source/latex/bibtopic
10571%{texmfdist}/source/latex/bibtopicprefix
10572%{texmfdist}/source/latex/bigfoot
16591d53 10573# Typeset business cards.
f65b3398 10574%{texmfdist}/source/latex/bizcard
16591d53 10575# Producing 'blind' text for testing.
f65b3398 10576%{texmfdist}/source/latex/blindtext
16591d53 10577# Upscale or downscale all pages of a document.
f65b3398 10578%{texmfdist}/source/latex/blowup
16591d53 10579# Boxes that may break across pages
f65b3398
ZU
10580%{texmfdist}/source/latex/boites
10581%{texmfdist}/source/latex/bookhands
16591d53 10582# Aids for printing simple booklets.
f65b3398 10583%{texmfdist}/source/latex/booklet
16591d53 10584# Publication quality tables in LaTeX
f65b3398 10585%{texmfdist}/source/latex/booktabs
16591d53 10586# Provides an At-Begin-Page hook.
f65b3398 10587%{texmfdist}/source/latex/bophook
16591d53 10588# Flexible Captioning and Deferred Box/List Printing.
f65b3398 10589%{texmfdist}/source/latex/boxhandler
16591d53 10590# Support for braille.
f65b3398 10591%{texmfdist}/source/latex/braille
16591d53 10592# Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf.
f65b3398 10593%{texmfdist}/source/latex/breakurl
16591d53 10594# A handwriting script font.
f65b3398 10595%{texmfdist}/source/latex/brushscr
16591d53 10596# Display list item counter as regular pattern of bullets.
f65b3398
ZU
10597%{texmfdist}/source/latex/bullcntr
10598%{texmfdist}/source/latex/burmese
f65b3398 10599%{texmfdist}/source/latex/captcont
84a4c427 10600# Customising captions in floating environments.
f65b3398 10601%{texmfdist}/source/latex/caption
84a4c427 10602# David Carlisle's small packages.
f65b3398
ZU
10603%{texmfdist}/source/latex/carlisle
10604%{texmfdist}/source/latex/catechis
10605%{texmfdist}/source/latex/ccaption
10606%{texmfdist}/source/latex/ccfonts
10607%{texmfdist}/source/latex/cclicenses
84a4c427 10608# Typeset CD covers.
f65b3398 10609%{texmfdist}/source/latex/cd-cover
84a4c427 10610# Typeset CD covers.
f65b3398 10611%{texmfdist}/source/latex/cd
84a4c427 10612# Business letters in the Italian style.
f65b3398 10613%{texmfdist}/source/latex/cdpbundl
84a4c427 10614# Generate changebars in LaTeX documents.
f65b3398 10615%{texmfdist}/source/latex/changebar
84a4c427 10616# Manual change markup.
f65b3398 10617%{texmfdist}/source/latex/changes
84a4c427 10618# Package for working with complicated folder structures.
f65b3398 10619%{texmfdist}/source/latex/chapterfolder
84a4c427 10620# A bundle of packages and classes.
f65b3398 10621%{texmfdist}/source/latex/cjw
84a4c427 10622# Key/value support with a hash.
f65b3398 10623%{texmfdist}/source/latex/clefval
84a4c427 10624# Automatic cross-reference formatting.
f65b3398
ZU
10625%{texmfdist}/source/latex/cleveref
10626%{texmfdist}/source/latex/cmcyralt
84a4c427 10627# Check used commands.
f65b3398 10628%{texmfdist}/source/latex/cmdtrack
84a4c427 10629# Symbols for linear logic.
f65b3398 10630%{texmfdist}/source/latex/cmll
84a4c427 10631# Interfaces to the CM Sans Serif Bold fonts.
f65b3398 10632%{texmfdist}/source/latex/cmsd
84a4c427 10633# Support for variant code pages.
f65b3398 10634%{texmfdist}/source/latex/codepage
84a4c427 10635# Add colour to LaTeX tables.
f65b3398 10636%{texmfdist}/source/latex/colortbl
84a4c427 10637# Bundle individual documents into a single document.
f65b3398 10638%{texmfdist}/source/latex/combine
84a4c427 10639# Selectively include/excludes portions of text.
f65b3398 10640%{texmfdist}/source/latex/comment
84a4c427 10641# A set of tools for generating conference proceedings.
f65b3398 10642%{texmfdist}/source/latex/confproc
84a4c427 10643# Automatic numbering of constants.
f65b3398 10644%{texmfdist}/source/latex/constants
84a4c427 10645# Print a coloured contour around text.
f65b3398 10646%{texmfdist}/source/latex/contour
84a4c427 10647# Typeset recipes.
f65b3398 10648%{texmfdist}/source/latex/cooking
84a4c427 10649# COntent-Oriented LaTeX.
f65b3398 10650%{texmfdist}/source/latex/cool
84a4c427 10651# Manipulate COntent Oriented LaTeX Lists.
f65b3398 10652%{texmfdist}/source/latex/coollist
84a4c427 10653# String manipulation in LaTeX.
f65b3398 10654%{texmfdist}/source/latex/coolstr
84a4c427 10655# Automatic cover page creation for scientific papers (with BibTeX data and copyright notice).
f65b3398 10656%{texmfdist}/source/latex/coverpage
84a4c427 10657# Support for cropmarks.
f65b3398 10658%{texmfdist}/source/latex/crop
84a4c427 10659# Crossreferences within documents.
f65b3398 10660%{texmfdist}/source/latex/crossreference
84a4c427 10661# Macros for typesetting crossword puzzles.
f65b3398 10662%{texmfdist}/source/latex/crosswrd
84a4c427 10663# Reading data from CSV files.
f65b3398 10664%{texmfdist}/source/latex/csvtools
84a4c427 10665# Easily typeset centered tables.
f65b3398
ZU
10666%{texmfdist}/source/latex/ctable
10667%{texmfdist}/source/latex/ctib
84a4c427 10668# Typeset recipes.
f65b3398 10669%{texmfdist}/source/latex/cuisine
84a4c427 10670# Typeset a curriculum vitae.
f65b3398 10671%{texmfdist}/source/latex/currvita
84a4c427 10672# A class for making curriculum vitae.
f65b3398 10673%{texmfdist}/source/latex/curve
84a4c427 10674# Extensions for package pict2e.
f65b3398 10675%{texmfdist}/source/latex/curve2e
84a4c427 10676# Curves for LaTeX picture environment
f65b3398
ZU
10677%{texmfdist}/source/latex/curves
10678%{texmfdist}/source/latex/cweb-latex
84a4c427 10679# Typeset crossword puzzles
f65b3398 10680%{texmfdist}/source/latex/cwpuzzle
84a4c427 10681# Draw dashed boxes.
f65b3398 10682%{texmfdist}/source/latex/dashbox
84a4c427 10683# Draw dashed rules.
f65b3398 10684%{texmfdist}/source/latex/dashrule
84a4c427 10685# Tools to load and manipulate data.
f65b3398 10686%{texmfdist}/source/latex/datatool
84a4c427 10687# Extensions of the \listfiles concept.
f65b3398 10688%{texmfdist}/source/latex/dateiliste
84a4c427 10689# Convert a date into a number and vice versa.
f65b3398 10690%{texmfdist}/source/latex/datenumber
84a4c427 10691# Change format of \today with commands for current time.
f65b3398 10692%{texmfdist}/source/latex/datetime
84a4c427 10693# LaTeX package for the English raised decimal point.
f65b3398 10694%{texmfdist}/source/latex/decimal
84a4c427 10695# Read and parse text tables.
f65b3398 10696%{texmfdist}/source/latex/delimtxt
84a4c427 10697# A diagnostic tool for a TeX installation.
f65b3398 10698%{texmfdist}/source/latex/diagnose
84a4c427 10699# Macros for constructing interactive LaTeX scripts.
f65b3398 10700%{texmfdist}/source/latex/dialogl
84a4c427 10701# Document non-LaTeX code.
f65b3398 10702%{texmfdist}/source/latex/docmfp
84a4c427 10703# Special commands for use in bibliographies.
f65b3398 10704%{texmfdist}/source/latex/doipubmed
84a4c427 10705# Extendable dotted arrows.
f65b3398 10706%{texmfdist}/source/latex/dotarrow
84a4c427 10707# Flush left equations with dotted leaders to the numbers.
f65b3398 10708%{texmfdist}/source/latex/dotseqn
84a4c427 10709# Use dot code in LaTeX.
f65b3398 10710%{texmfdist}/source/latex/dottex
84a4c427 10711# LaTeX-relevant log information for debugging.
f65b3398 10712%{texmfdist}/source/latex/dprogress
84a4c427 10713# Declare active character substitution, robustly.
f65b3398 10714%{texmfdist}/source/latex/drac
84a4c427 10715# Identify draft copies.
f65b3398 10716%{texmfdist}/source/latex/draftcopy
84a4c427 10717# Put a grey textual watermark on document pages.
f65b3398 10718%{texmfdist}/source/latex/draftwatermark
84a4c427 10719# Typeset dramas, both in verse and in prose.
f65b3398 10720%{texmfdist}/source/latex/dramatist
84a4c427 10721# A small collection of minimal DTX examples.
f65b3398 10722%{texmfdist}/source/latex/dtxgallery
84a4c427 10723# Electronic flash cards.
f65b3398 10724%{texmfdist}/source/latex/eCards
84a4c427 10725# Device independent picture environment enhancement.
f65b3398 10726%{texmfdist}/source/latex/ebezier
84a4c427 10727# Typesetting theses for economics
f65b3398 10728%{texmfdist}/source/latex/ebsthesis
84a4c427 10729# Typesetting Ecclesiastic Latin.
f65b3398 10730%{texmfdist}/source/latex/ecclesiastic
84a4c427 10731# A fancy Curriculum Vitae class.
f65b3398
ZU
10732%{texmfdist}/source/latex/ecv
10733%{texmfdist}/source/latex/ed
84a4c427 10734# Typeset scholarly edition.
f65b3398
ZU
10735%{texmfdist}/source/latex/edmac
10736%{texmfdist}/source/latex/edmargin
10737%{texmfdist}/source/latex/eemeir
f65b3398 10738%{texmfdist}/source/latex/eiad
84a4c427 10739# Fix uneven spacing around ellipses in LaTeX text mode.
f65b3398 10740%{texmfdist}/source/latex/ellipsis
84a4c427 10741# Mathematics in Greek texts.
f65b3398 10742%{texmfdist}/source/latex/elmath
f65b3398
ZU
10743%{texmfdist}/source/latex/em
10744%{texmfdist}/source/latex/emp
84a4c427 10745# Move floats to the end with markers where they belong.
f65b3398 10746%{texmfdist}/source/latex/endfloat
84a4c427 10747# Running headers of the form "Notes to pp.xx-yy"
f65b3398 10748%{texmfdist}/source/latex/endheads
84a4c427 10749# Helps to type the pronunciation of English words.
f65b3398 10750%{texmfdist}/source/latex/engpron
84a4c427 10751# Enumerate with lower- or uppercase Greek letters.
f65b3398 10752%{texmfdist}/source/latex/engrec
84a4c427 10753# A new interface for environments in LaTeX.
f65b3398 10754%{texmfdist}/source/latex/environ
84a4c427 10755# Addresses on envelopes or mailing labels.
f65b3398 10756%{texmfdist}/source/latex/envlab
84a4c427 10757# A package for typesetting epigraphs.
f65b3398
ZU
10758%{texmfdist}/source/latex/epigraph
10759%{texmfdist}/source/latex/epiolmec
84a4c427 10760# A scalable dice "font".
f65b3398 10761%{texmfdist}/source/latex/epsdice
84a4c427 10762# Create equal-widthed parboxes.
f65b3398 10763%{texmfdist}/source/latex/eqparbox
84a4c427 10764# Error markup for LaTeX documents.
f65b3398 10765%{texmfdist}/source/latex/errata
84a4c427 10766# Modern Russian typesetting.
f65b3398 10767%{texmfdist}/source/latex/eskd
84a4c427 10768# Add picture commands (or backgrounds) to every page.
f65b3398 10769%{texmfdist}/source/latex/eso-pic
84a4c427 10770# Reverse-counting enumerate environment.
f65b3398
ZU
10771%{texmfdist}/source/latex/etaremune
10772%{texmfdist}/source/latex/ethiop
84a4c427 10773# UK format dates, with weekday.
f65b3398 10774%{texmfdist}/source/latex/eukdate
84a4c427 10775# Use AMS Euler fonts for math.
f65b3398 10776%{texmfdist}/source/latex/euler
84a4c427 10777# A class for preparing FP7 proposals.
f65b3398 10778%{texmfdist}/source/latex/euproposal
84a4c427 10779# Provide Euro values for national currency amounts.
f65b3398 10780%{texmfdist}/source/latex/euro
84a4c427 10781# Provide hooks to be run on every page of a document.
f65b3398 10782%{texmfdist}/source/latex/everypage
84a4c427 10783# Typeset exercises, problems, etc. and their answers
f65b3398 10784%{texmfdist}/source/latex/exercise
84a4c427 10785# Expanded description environments.
f65b3398 10786%{texmfdist}/source/latex/expdlist
84a4c427 10787# Packages showing a proposed LaTeX3 programming convention.
f65b3398
ZU
10788%{texmfdist}/source/latex/expl3
10789%{texmfdist}/source/latex/export
10790%{texmfdist}/source/latex/extpfeil
10791%{texmfdist}/source/latex/extract
10792%{texmfdist}/source/latex/facsimile
10793%{texmfdist}/source/latex/faktor
10794%{texmfdist}/source/latex/fancynum
10795%{texmfdist}/source/latex/fancyref
10796%{texmfdist}/source/latex/fancytooltips
10797%{texmfdist}/source/latex/fancyvrb
10798%{texmfdist}/source/latex/feynmf
10799%{texmfdist}/source/latex/figsize
10800%{texmfdist}/source/latex/filecontents
10801%{texmfdist}/source/latex/fink
10802%{texmfdist}/source/latex/fixme
10803%{texmfdist}/source/latex/flabels
10804%{texmfdist}/source/latex/flagderiv
10805%{texmfdist}/source/latex/flashcards
10806%{texmfdist}/source/latex/flippdf
10807%{texmfdist}/source/latex/float
10808%{texmfdist}/source/latex/floatrow
10809%{texmfdist}/source/latex/flowfram
10810%{texmfdist}/source/latex/fmp
10811%{texmfdist}/source/latex/fmtcount
10812%{texmfdist}/source/latex/fnbreak
10813%{texmfdist}/source/latex/foilhtml
10814%{texmfdist}/source/latex/fonttable
10815%{texmfdist}/source/latex/footmisc
10816%{texmfdist}/source/latex/footnpag
10817%{texmfdist}/source/latex/forarray
10818%{texmfdist}/source/latex/forloop
10819%{texmfdist}/source/latex/formula
10820%{texmfdist}/source/latex/fouridx
10821%{texmfdist}/source/latex/frankenstein
10822%{texmfdist}/source/latex/frontespizio
10823%{texmfdist}/source/latex/fullblck
10824%{texmfdist}/source/latex/functan
10825%{texmfdist}/source/latex/fundus
10826%{texmfdist}/source/latex/g-brief
10827%{texmfdist}/source/latex/galois
10828%{texmfdist}/source/latex/gcite
10829%{texmfdist}/source/latex/genmpage
10830%{texmfdist}/source/latex/geometry
10831%{texmfdist}/source/latex/geomsty
10832%{texmfdist}/source/latex/ginpenc
10833%{texmfdist}/source/latex/glossaries
10834%{texmfdist}/source/latex/gnuplottex
10835%{texmfdist}/source/latex/go
10836%{texmfdist}/source/latex/graphics
10837%{texmfdist}/source/latex/graphicx-psmin
10838%{texmfdist}/source/latex/greekdates
10839%{texmfdist}/source/latex/grnumalt
10840%{texmfdist}/source/latex/grverb
f65b3398
ZU
10841%{texmfdist}/source/latex/hanging
10842%{texmfdist}/source/latex/harvard
10843%{texmfdist}/source/latex/hc
10844%{texmfdist}/source/latex/hepthesis
10845%{texmfdist}/source/latex/hhtensor
10846%{texmfdist}/source/latex/hilowres
10847%{texmfdist}/source/latex/histogr
10848%{texmfdist}/source/latex/hpsdiss
10849%{texmfdist}/source/latex/hrlatex
10850%{texmfdist}/source/latex/hyper
10851%{texmfdist}/source/latex/hyperref
10852%{texmfdist}/source/latex/hyperxmp
10853%{texmfdist}/source/latex/hyphenat
10854%{texmfdist}/source/latex/ibycus-babel
10855%{texmfdist}/source/latex/icsv
10856%{texmfdist}/source/latex/ifmslide
10857%{texmfdist}/source/latex/ifplatform
10858%{texmfdist}/source/latex/ijmart
10859%{texmfdist}/source/latex/imtekda
10860%{texmfdist}/source/latex/index
10861%{texmfdist}/source/latex/inlinedef
10862%{texmfdist}/source/latex/inversepath
10863%{texmfdist}/source/latex/iso
10864%{texmfdist}/source/latex/iso10303
10865%{texmfdist}/source/latex/isodate
10866%{texmfdist}/source/latex/isodoc
10867%{texmfdist}/source/latex/isorot
10868%{texmfdist}/source/latex/isotope
10869%{texmfdist}/source/latex/itnumpar
10870%{texmfdist}/source/latex/jeopardy
10871%{texmfdist}/source/latex/jura
10872%{texmfdist}/source/latex/juraabbrev
10873%{texmfdist}/source/latex/jurarsp
10874%{texmfdist}/source/latex/kdgreek
10875%{texmfdist}/source/latex/kerntest
10876%{texmfdist}/source/latex/kluwer
10877%{texmfdist}/source/latex/koma-script
10878%{texmfdist}/source/latex/labelcas
10879%{texmfdist}/source/latex/labels
10880%{texmfdist}/source/latex/lastpage
10881%{texmfdist}/source/latex/latex-tds
10882%{texmfdist}/source/latex/layouts
10883%{texmfdist}/source/latex/lcg
10884%{texmfdist}/source/latex/lcyw
10885%{texmfdist}/source/latex/leading
10886%{texmfdist}/source/latex/ledmac
10887%{texmfdist}/source/latex/leftidx
10888%{texmfdist}/source/latex/lettrine
10889%{texmfdist}/source/latex/lexikon
10890%{texmfdist}/source/latex/lhcyr
10891%{texmfdist}/source/latex/lhelp
10892%{texmfdist}/source/latex/limap
10893%{texmfdist}/source/latex/lipsum
10894%{texmfdist}/source/latex/listbib
10895%{texmfdist}/source/latex/listings
10896%{texmfdist}/source/latex/listliketab
10897%{texmfdist}/source/latex/localloc
10898%{texmfdist}/source/latex/logpap
10899%{texmfdist}/source/latex/lps
10900%{texmfdist}/source/latex/ltxindex
10901%{texmfdist}/source/latex/mailing
10902%{texmfdist}/source/latex/makebox
10903%{texmfdist}/source/latex/makecell
10904%{texmfdist}/source/latex/makecmds
10905%{texmfdist}/source/latex/makedtx
10906%{texmfdist}/source/latex/makeplot
10907%{texmfdist}/source/latex/manfnt
10908%{texmfdist}/source/latex/manuscript
10909%{texmfdist}/source/latex/mapcodes
10910%{texmfdist}/source/latex/marginnote
10911%{texmfdist}/source/latex/mathcomp
10912%{texmfdist}/source/latex/mathpazo
10913%{texmfdist}/source/latex/mcaption
10914%{texmfdist}/source/latex/mcite
10915%{texmfdist}/source/latex/mdwtools
10916%{texmfdist}/source/latex/memoir
10917%{texmfdist}/source/latex/mentis
10918%{texmfdist}/source/latex/menu
10919%{texmfdist}/source/latex/method
10920%{texmfdist}/source/latex/metre
10921%{texmfdist}/source/latex/mff
10922%{texmfdist}/source/latex/mfpic4ode
10923%{texmfdist}/source/latex/mftinc
10924%{texmfdist}/source/latex/mh
10925%{texmfdist}/source/latex/miller
10926%{texmfdist}/source/latex/minipage-marginpar
10927%{texmfdist}/source/latex/minutes
10928%{texmfdist}/source/latex/mlist
10929%{texmfdist}/source/latex/mnsymbol
10930%{texmfdist}/source/latex/modroman
10931%{texmfdist}/source/latex/mongolian-babel
10932%{texmfdist}/source/latex/montex
10933%{texmfdist}/source/latex/moresize
10934%{texmfdist}/source/latex/moreverb
10935%{texmfdist}/source/latex/mparhack
10936%{texmfdist}/source/latex/ms
10937%{texmfdist}/source/latex/msg
10938%{texmfdist}/source/latex/mtgreek
10939%{texmfdist}/source/latex/multibbl
10940%{texmfdist}/source/latex/multibib
10941%{texmfdist}/source/latex/multicap
10942%{texmfdist}/source/latex/mwcls
10943%{texmfdist}/source/latex/mxd
10944%{texmfdist}/source/latex/nag
10945%{texmfdist}/source/latex/namespc
10946%{texmfdist}/source/latex/natbib
10947%{texmfdist}/source/latex/ncctools
10948%{texmfdist}/source/latex/nddiss
10949%{texmfdist}/source/latex/newalg
10950%{texmfdist}/source/latex/newfile
10951%{texmfdist}/source/latex/newlfm
10952%{texmfdist}/source/latex/newspaper
10953%{texmfdist}/source/latex/newvbtm
10954%{texmfdist}/source/latex/niceframe
10955%{texmfdist}/source/latex/noitcrul
10956%{texmfdist}/source/latex/nomencl
10957%{texmfdist}/source/latex/nomentbl
10958%{texmfdist}/source/latex/nonfloat
10959%{texmfdist}/source/latex/nostarch
10960%{texmfdist}/source/latex/notes
10961%{texmfdist}/source/latex/notes2bib
10962%{texmfdist}/source/latex/nrc
10963%{texmfdist}/source/latex/ntgclass
10964%{texmfdist}/source/latex/ntheorem
10965%{texmfdist}/source/latex/numprint
10966%{texmfdist}/source/latex/oberdiek
10967%{texmfdist}/source/latex/objectz
10968%{texmfdist}/source/latex/octavo
10969%{texmfdist}/source/latex/ogonek
10970%{texmfdist}/source/latex/oldstyle
10971%{texmfdist}/source/latex/opcit
10972%{texmfdist}/source/latex/ordinalpt
10973%{texmfdist}/source/latex/othello
10974%{texmfdist}/source/latex/otibet
10975%{texmfdist}/source/latex/pacioli
10976%{texmfdist}/source/latex/pageno
10977%{texmfdist}/source/latex/pagenote
10978%{texmfdist}/source/latex/paper
10979%{texmfdist}/source/latex/papercdcase
10980%{texmfdist}/source/latex/papertex
10981%{texmfdist}/source/latex/paralist
10982%{texmfdist}/source/latex/parallel
10983%{texmfdist}/source/latex/paresse
10984%{texmfdist}/source/latex/parrun
10985%{texmfdist}/source/latex/patchcmd
10986%{texmfdist}/source/latex/pauldoc
10987%{texmfdist}/source/latex/pawpict
10988%{texmfdist}/source/latex/pbox
10989%{texmfdist}/source/latex/pbsheet
10990%{texmfdist}/source/latex/pdfcprot
10991%{texmfdist}/source/latex/pdfpages
10992%{texmfdist}/source/latex/perltex
f65b3398
ZU
10993%{texmfdist}/source/latex/petri-nets
10994%{texmfdist}/source/latex/pgfopts
10995%{texmfdist}/source/latex/pgfplots
10996%{texmfdist}/source/latex/philosophersimprint
10997%{texmfdist}/source/latex/photo
10998%{texmfdist}/source/latex/pict2e
10999%{texmfdist}/source/latex/pittetd
11000%{texmfdist}/source/latex/plari
11001%{texmfdist}/source/latex/play
11002%{texmfdist}/source/latex/plweb
11003%{texmfdist}/source/latex/poemscol
11004%{texmfdist}/source/latex/polski
11005%{texmfdist}/source/latex/polyglot
11006%{texmfdist}/source/latex/polytable
11007%{texmfdist}/source/latex/powerdot
11008%{texmfdist}/source/latex/ppr-prv
11009%{texmfdist}/source/latex/pracjourn
11010%{texmfdist}/source/latex/preprint
11011%{texmfdist}/source/latex/prettyref
11012%{texmfdist}/source/latex/preview
11013%{texmfdist}/source/latex/proba
11014%{texmfdist}/source/latex/probsoln
11015%{texmfdist}/source/latex/progkeys
11016%{texmfdist}/source/latex/prosper
11017%{texmfdist}/source/latex/protocol
11018%{texmfdist}/source/latex/psfrag
11019%{texmfdist}/source/latex/psfragx
11020%{texmfdist}/source/latex/pslatex
11021%{texmfdist}/source/latex/pspicture
11022%{texmfdist}/source/latex/qcm
11023%{texmfdist}/source/latex/qstest
11024%{texmfdist}/source/latex/qsymbols
11025%{texmfdist}/source/latex/quotchap
11026%{texmfdist}/source/latex/quotmark
11027%{texmfdist}/source/latex/randbild
11028%{texmfdist}/source/latex/rccol
11029%{texmfdist}/source/latex/rcs
11030%{texmfdist}/source/latex/rcsinfo
11031%{texmfdist}/source/latex/recipecard
11032%{texmfdist}/source/latex/refman
11033%{texmfdist}/source/latex/refstyle
11034%{texmfdist}/source/latex/regcount
11035%{texmfdist}/source/latex/register
11036%{texmfdist}/source/latex/relenc
11037%{texmfdist}/source/latex/revtex
11038%{texmfdist}/source/latex/rmpage
11039%{texmfdist}/source/latex/robustcommand
11040%{texmfdist}/source/latex/romannum
11041%{texmfdist}/source/latex/rotating
11042%{texmfdist}/source/latex/rotfloat
11043%{texmfdist}/source/latex/rsc
11044%{texmfdist}/source/latex/rst
11045%{texmfdist}/source/latex/rtkinenc
11046%{texmfdist}/source/latex/sagetex
11047%{texmfdist}/source/latex/sanskrit
11048%{texmfdist}/source/latex/sauerj
11049%{texmfdist}/source/latex/sauterfonts
11050%{texmfdist}/source/latex/savefnmark
11051%{texmfdist}/source/latex/savetrees
11052%{texmfdist}/source/latex/scale
11053%{texmfdist}/source/latex/scalebar
11054%{texmfdist}/source/latex/schedule
11055%{texmfdist}/source/latex/sciwordconv
11056%{texmfdist}/source/latex/screenplay
11057%{texmfdist}/source/latex/sectsty
11058%{texmfdist}/source/latex/semantic
11059%{texmfdist}/source/latex/semioneside
11060%{texmfdist}/source/latex/seqsplit
11061%{texmfdist}/source/latex/sf298
11062%{texmfdist}/source/latex/sffms
11063%{texmfdist}/source/latex/shorttoc
11064%{texmfdist}/source/latex/show2e
11065%{texmfdist}/source/latex/showexpl
11066%{texmfdist}/source/latex/showlabels
11067%{texmfdist}/source/latex/sidecap
11068%{texmfdist}/source/latex/siggraph
11069%{texmfdist}/source/latex/simplecv
11070%{texmfdist}/source/latex/simplewick
11071%{texmfdist}/source/latex/skull
11072%{texmfdist}/source/latex/slantsc
11073%{texmfdist}/source/latex/snapshot
11074%{texmfdist}/source/latex/songbook
11075%{texmfdist}/source/latex/soul
11076%{texmfdist}/source/latex/splitbib
11077%{texmfdist}/source/latex/splitindex
11078%{texmfdist}/source/latex/srcltx
11079%{texmfdist}/source/latex/sseq
11080%{texmfdist}/source/latex/ssqquote
11081%{texmfdist}/source/latex/stack
11082%{texmfdist}/source/latex/statistik
11083%{texmfdist}/source/latex/staves
11084%{texmfdist}/source/latex/stdclsdv
11085%{texmfdist}/source/latex/stdpage
11086%{texmfdist}/source/latex/stellenbosch
11087%{texmfdist}/source/latex/stex
11088%{texmfdist}/source/latex/stringstrings
11089%{texmfdist}/source/latex/struktex
11090%{texmfdist}/source/latex/subdepth
11091%{texmfdist}/source/latex/subeqn
11092%{texmfdist}/source/latex/subeqnarray
11093%{texmfdist}/source/latex/subfig
11094%{texmfdist}/source/latex/subfigure
11095%{texmfdist}/source/latex/subfloat
11096%{texmfdist}/source/latex/sudoku
11097%{texmfdist}/source/latex/sudokubundle
11098%{texmfdist}/source/latex/supertabular
11099%{texmfdist}/source/latex/svn-multi
11100%{texmfdist}/source/latex/svn
11101%{texmfdist}/source/latex/svninfo
11102%{texmfdist}/source/latex/swimgraf
11103%{texmfdist}/source/latex/syntrace
11104%{texmfdist}/source/latex/synttree
11105%{texmfdist}/source/latex/tablists
11106%{texmfdist}/source/latex/tabulary
11107%{texmfdist}/source/latex/tabvar
11108%{texmfdist}/source/latex/talk
11109%{texmfdist}/source/latex/tcldoc
11110%{texmfdist}/source/latex/tdsfrmath
11111%{texmfdist}/source/latex/technics
11112%{texmfdist}/source/latex/ted
11113%{texmfdist}/source/latex/tengwarscript
11114%{texmfdist}/source/latex/tensor
11115%{texmfdist}/source/latex/teubner
11116%{texmfdist}/source/latex/texmate
11117%{texmfdist}/source/latex/texpower
11118%{texmfdist}/source/latex/texshade
11119%{texmfdist}/source/latex/textcase
11120%{texmfdist}/source/latex/textfit
11121%{texmfdist}/source/latex/textopo
11122%{texmfdist}/source/latex/textpos
11123%{texmfdist}/source/latex/thesis-titlepage-fhac
11124%{texmfdist}/source/latex/thmtools
11125%{texmfdist}/source/latex/thumb
11126%{texmfdist}/source/latex/thuthesis
11127%{texmfdist}/source/latex/timesht
11128%{texmfdist}/source/latex/titling
11129%{texmfdist}/source/latex/tocbibind
11130%{texmfdist}/source/latex/tocloft
11131%{texmfdist}/source/latex/tocvsec2
11132%{texmfdist}/source/latex/todo
11133%{texmfdist}/source/latex/toolbox
11134%{texmfdist}/source/latex/tools
11135%{texmfdist}/source/latex/toptesi
11136%{texmfdist}/source/latex/totpages
11137%{texmfdist}/source/latex/trajan
11138%{texmfdist}/source/latex/tree-dvips
11139%{texmfdist}/source/latex/trfsigns
11140%{texmfdist}/source/latex/trivfloat
11141%{texmfdist}/source/latex/trsym
11142%{texmfdist}/source/latex/tugboat
11143%{texmfdist}/source/latex/turnstile
11144%{texmfdist}/source/latex/twoup
11145%{texmfdist}/source/latex/type1cm
11146%{texmfdist}/source/latex/typedref
11147%{texmfdist}/source/latex/typogrid
11148%{texmfdist}/source/latex/uaclasses
11149%{texmfdist}/source/latex/uiucthesis
11150%{texmfdist}/source/latex/ulsy
11151%{texmfdist}/source/latex/uml
11152%{texmfdist}/source/latex/umlaute
11153%{texmfdist}/source/latex/umoline
11154%{texmfdist}/source/latex/underlin
11155%{texmfdist}/source/latex/undertilde
11156%{texmfdist}/source/latex/units
11157%{texmfdist}/source/latex/unitsdef
11158%{texmfdist}/source/latex/unroman
11159%{texmfdist}/source/latex/upmethodology
11160%{texmfdist}/source/latex/urlbst
11161%{texmfdist}/source/latex/ushort
11162%{texmfdist}/source/latex/varindex
11163%{texmfdist}/source/latex/vector
11164%{texmfdist}/source/latex/verse
11165%{texmfdist}/source/latex/vmargin
11166%{texmfdist}/source/latex/volumes
11167%{texmfdist}/source/latex/vrsion
11168%{texmfdist}/source/latex/vwcol
11169%{texmfdist}/source/latex/vxu
11170%{texmfdist}/source/latex/warning
11171%{texmfdist}/source/latex/warpcol
11172%{texmfdist}/source/latex/was
11173%{texmfdist}/source/latex/wnri
11174%{texmfdist}/source/latex/xargs
11175%{texmfdist}/source/latex/xdoc
11176%{texmfdist}/source/latex/xfor
11177%{texmfdist}/source/latex/xmpincl
11178%{texmfdist}/source/latex/xpackages
11179%{texmfdist}/source/latex/xskak
11180%{texmfdist}/source/latex/xtab
11181%{texmfdist}/source/latex/xtcapts
11182%{texmfdist}/source/latex/yafoot
11183%{texmfdist}/source/latex/yfonts
11184%{texmfdist}/source/latex/yhmath
11185%{texmfdist}/source/latex/york-thesis
11186%{texmfdist}/source/latex/youngtab
198c241e 11187%dir %{texmfdist}/source/plain
c9ddaf2d 11188%{texmfdist}/source/plain/jsmisc
f65b3398 11189%{texmfdist}/source/xelatex
8affbd2c 11190%{texmfdist}/tex/alatex
f65b3398
ZU
11191%{texmfdist}/tex/generic/enctex
11192%{texmfdist}/tex/latex/kalender
11193%{texmfdist}/tex/latex/karnaugh
11194%{texmfdist}/tex/latex/kerkis
11195%{texmfdist}/tex/latex/kerntest
11196%{texmfdist}/tex/latex/kluwer
11197%{texmfdist}/tex/latex/kpfonts
11198%{texmfdist}/tex/latex/kurier
11199%{texmfdist}/tex/latex/labelcas
11200%{texmfdist}/tex/latex/lazylist
11201%{texmfdist}/tex/latex/lcg
11202%{texmfdist}/tex/latex/lcyw
11203%{texmfdist}/tex/latex/leading
11204%{texmfdist}/tex/latex/ledmac
11205%{texmfdist}/tex/latex/lettre
11206%{texmfdist}/tex/latex/levy
11207%{texmfdist}/tex/latex/lexikon
11208%{texmfdist}/tex/latex/lgreek
11209%{texmfdist}/tex/latex/lhcyr
11210%{texmfdist}/tex/latex/lhelp
11211%{texmfdist}/tex/latex/libertine
11212%{texmfdist}/tex/latex/limap
11213%{texmfdist}/tex/latex/linearA
11214%{texmfdist}/tex/latex/linguex
11215%{texmfdist}/tex/latex/lipsum
11216%{texmfdist}/tex/latex/listbib
11217%{texmfdist}/tex/latex/listliketab
11218%{texmfdist}/tex/latex/listofsymbols
11219%{texmfdist}/tex/latex/lkproof
11220%{texmfdist}/tex/latex/logic
11221%{texmfdist}/tex/latex/logpap
11222%{texmfdist}/tex/latex/lps
11223%{texmfdist}/tex/latex/lsc
11224%{texmfdist}/tex/latex/ltablex
11225%{texmfdist}/tex/latex/ltxindex
11226%{texmfdist}/tex/latex/lxfonts
11227%{texmfdist}/tex/latex/ly1
11228%{texmfdist}/tex/latex/mafr
11229%{texmfdist}/tex/latex/mailing
11230%{texmfdist}/tex/latex/makebarcode
11231%{texmfdist}/tex/latex/makebox
11232%{texmfdist}/tex/latex/makecell
11233%{texmfdist}/tex/latex/makecmds
11234%{texmfdist}/tex/latex/makedtx
11235%{texmfdist}/tex/latex/makeglos
11236%{texmfdist}/tex/latex/makeplot
11237%{texmfdist}/tex/latex/manfnt
11238%{texmfdist}/tex/latex/manuscript
11239%{texmfdist}/tex/latex/mapcodes
11240%{texmfdist}/tex/latex/maple
11241%{texmfdist}/tex/latex/marginnote
11242%{texmfdist}/tex/latex/mathdesign
11243%{texmfdist}/tex/latex/maybemath
11244%{texmfdist}/tex/latex/mcaption
11245%{texmfdist}/tex/latex/mceinleger
11246%{texmfdist}/tex/latex/mcite
11247%{texmfdist}/tex/latex/mciteplus
11248%{texmfdist}/tex/latex/memexsupp
11249%{texmfdist}/tex/latex/mentis
11250%{texmfdist}/tex/latex/menu
11251%{texmfdist}/tex/latex/method
11252%{texmfdist}/tex/latex/metre
11253%{texmfdist}/tex/latex/mff
11254%{texmfdist}/tex/latex/mfpic4ode
11255%{texmfdist}/tex/latex/mftinc
f65b3398
ZU
11256%{texmfdist}/tex/latex/mhequ
11257%{texmfdist}/tex/latex/mhs
11258%{texmfdist}/tex/latex/miller
11259%{texmfdist}/tex/latex/minipage-marginpar
11260%{texmfdist}/tex/latex/miniplot
11261%{texmfdist}/tex/latex/minutes
11262%{texmfdist}/tex/latex/mla-paper
11263%{texmfdist}/tex/latex/mlist
11264%{texmfdist}/tex/latex/moresize
11265%{texmfdist}/tex/latex/movie15
11266%{texmfdist}/tex/latex/msc
11267%{texmfdist}/tex/latex/msg
11268%{texmfdist}/tex/latex/mslapa
11269%{texmfdist}/tex/latex/mtgreek
11270%{texmfdist}/tex/latex/multibbl
11271%{texmfdist}/tex/latex/multicap
11272%{texmfdist}/tex/latex/multido
11273%{texmfdist}/tex/latex/muthesis
11274%{texmfdist}/tex/latex/mxd
11275%{texmfdist}/tex/latex/mxedruli
11276%{texmfdist}/tex/latex/nag
11277%{texmfdist}/tex/latex/namespc
11278%{texmfdist}/tex/latex/nath
11279%{texmfdist}/tex/latex/nature
11280%{texmfdist}/tex/latex/newvbtm
11281%{texmfdist}/tex/latex/niceframe
11282%{texmfdist}/tex/latex/nih
11283%{texmfdist}/tex/latex/noitcrul
11284%{texmfdist}/tex/latex/nomentbl
11285%{texmfdist}/tex/latex/nonfloat
11286%{texmfdist}/tex/latex/nostarch
11287%{texmfdist}/tex/latex/notes
11288%{texmfdist}/tex/latex/notes2bib
11289%{texmfdist}/tex/latex/nrc
11290%{texmfdist}/tex/latex/ntabbing
11291%{texmfdist}/tex/latex/numline
11292%{texmfdist}/tex/latex/numname
11293%{texmfdist}/tex/latex/numprint
11294%{texmfdist}/tex/latex/objectz
11295%{texmfdist}/tex/latex/ocr-latex
11296%{texmfdist}/tex/latex/octavo
11297%{texmfdist}/tex/latex/ogonek
11298%{texmfdist}/tex/latex/oldstyle
11299%{texmfdist}/tex/latex/opcit
11300%{texmfdist}/tex/latex/ordinalpt
11301%{texmfdist}/tex/latex/ot2cyr
11302%{texmfdist}/tex/latex/othello
11303%{texmfdist}/tex/latex/otibet
11304%{texmfdist}/tex/latex/outline
11305%{texmfdist}/tex/latex/outliner
11306%{texmfdist}/tex/latex/pacioli
11307%{texmfdist}/tex/latex/pageno
11308%{texmfdist}/tex/latex/pagenote
11309%{texmfdist}/tex/latex/palatino
11310%{texmfdist}/tex/latex/paper
11311%{texmfdist}/tex/latex/papercdcase
11312%{texmfdist}/tex/latex/papertex
11313%{texmfdist}/tex/latex/parallel
11314%{texmfdist}/tex/latex/paresse
11315%{texmfdist}/tex/latex/parrun
11316%{texmfdist}/tex/latex/patchcmd
11317%{texmfdist}/tex/latex/pauldoc
11318%{texmfdist}/tex/latex/pawpict
11319%{texmfdist}/tex/latex/pbox
11320%{texmfdist}/tex/latex/pbsheet
11321%{texmfdist}/tex/latex/pclnfss
11322%{texmfdist}/tex/latex/pdfcprot
11323%{texmfdist}/tex/latex/pdfscreen
11324%{texmfdist}/tex/latex/pdftricks
11325%{texmfdist}/tex/latex/pdfwin
11326%{texmfdist}/tex/latex/pecha
11327%{texmfdist}/tex/latex/perltex
f65b3398
ZU
11328%{texmfdist}/tex/latex/petiteannonce
11329%{texmfdist}/tex/latex/petri-nets
11330%{texmfdist}/tex/latex/pgf-soroban
11331%{texmfdist}/tex/latex/phaistos
11332%{texmfdist}/tex/latex/philex
11333%{texmfdist}/tex/latex/philosophersimprint
11334%{texmfdist}/tex/latex/phonetic
11335%{texmfdist}/tex/latex/photo
11336%{texmfdist}/tex/latex/pictex2
11337%{texmfdist}/tex/latex/pinlabel
11338%{texmfdist}/tex/latex/pittetd
11339%{texmfdist}/tex/latex/plari
11340%{texmfdist}/tex/latex/plates
11341%{texmfdist}/tex/latex/play
11342%{texmfdist}/tex/latex/plweb
11343%{texmfdist}/tex/latex/pmgraph
11344%{texmfdist}/tex/latex/poemscol
11345%{texmfdist}/tex/latex/polski
11346%{texmfdist}/tex/latex/polyglot
11347%{texmfdist}/tex/latex/polytable
11348%{texmfdist}/tex/latex/postcards
11349%{texmfdist}/tex/latex/powerdot
11350%{texmfdist}/tex/latex/ppower4
11351%{texmfdist}/tex/latex/ppr-prv
11352%{texmfdist}/tex/latex/pracjourn
11353%{texmfdist}/tex/latex/prettyref
11354%{texmfdist}/tex/latex/proba
11355%{texmfdist}/tex/latex/probsoln
11356%{texmfdist}/tex/latex/procIAGssymp
11357%{texmfdist}/tex/latex/progkeys
11358%{texmfdist}/tex/latex/progress
11359%{texmfdist}/tex/latex/protex
11360%{texmfdist}/tex/latex/protocol
11361%{texmfdist}/tex/latex/psfragx
11362%{texmfdist}/tex/latex/psgo
11363%{texmfdist}/tex/latex/pspicture
f65b3398
ZU
11364%{texmfdist}/tex/latex/ptptex
11365%{texmfdist}/tex/latex/qcm
11366%{texmfdist}/tex/latex/qobitree
11367%{texmfdist}/tex/latex/qstest
11368%{texmfdist}/tex/latex/qsymbols
11369%{texmfdist}/tex/latex/qtree
11370%{texmfdist}/tex/latex/quotchap
11371%{texmfdist}/tex/latex/quotmark
11372%{texmfdist}/tex/latex/r_und_s
11373%{texmfdist}/tex/latex/randbild
11374%{texmfdist}/tex/latex/randtext
11375%{texmfdist}/tex/latex/rccol
11376%{texmfdist}/tex/latex/rcs
11377%{texmfdist}/tex/latex/rcsinfo
11378%{texmfdist}/tex/latex/recipecard
11379%{texmfdist}/tex/latex/rectopma
11380%{texmfdist}/tex/latex/refcheck
11381%{texmfdist}/tex/latex/refman
11382%{texmfdist}/tex/latex/refstyle
11383%{texmfdist}/tex/latex/regcount
11384%{texmfdist}/tex/latex/register
11385%{texmfdist}/tex/latex/relenc
11386%{texmfdist}/tex/latex/repeatindex
11387%{texmfdist}/tex/latex/resume
11388%{texmfdist}/tex/latex/rlepsf
11389%{texmfdist}/tex/latex/rmpage
11390%{texmfdist}/tex/latex/robustcommand
11391%{texmfdist}/tex/latex/robustindex
11392%{texmfdist}/tex/latex/romannum
11393%{texmfdist}/tex/latex/rotpages
11394%{texmfdist}/tex/latex/rsc
11395%{texmfdist}/tex/latex/rst
11396%{texmfdist}/tex/latex/rtkinenc
11397%{texmfdist}/tex/latex/rtklage
11398%{texmfdist}/tex/latex/sagetex
11399%{texmfdist}/tex/latex/sanskrit
11400%{texmfdist}/tex/latex/sauerj
11401%{texmfdist}/tex/latex/sauterfonts
11402%{texmfdist}/tex/latex/savefnmark
11403%{texmfdist}/tex/latex/savesym
11404%{texmfdist}/tex/latex/savetrees
11405%{texmfdist}/tex/latex/scalebar
11406%{texmfdist}/tex/latex/schedule
11407%{texmfdist}/tex/latex/scientificpaper
11408%{texmfdist}/tex/latex/sciposter
11409%{texmfdist}/tex/latex/sciwordconv
11410%{texmfdist}/tex/latex/screenplay
11411%{texmfdist}/tex/latex/script
11412%{texmfdist}/tex/latex/sdrt
11413%{texmfdist}/tex/latex/sectionbox
11414%{texmfdist}/tex/latex/semantic
11415%{texmfdist}/tex/latex/semaphor
11416%{texmfdist}/tex/latex/semioneside
11417%{texmfdist}/tex/latex/seqsplit
11418%{texmfdist}/tex/latex/sf298
11419%{texmfdist}/tex/latex/sffms
11420%{texmfdist}/tex/latex/sfg
11421%{texmfdist}/tex/latex/sfmath
11422%{texmfdist}/tex/latex/sgame
11423%{texmfdist}/tex/latex/shadbox
11424%{texmfdist}/tex/latex/shadethm
11425%{texmfdist}/tex/latex/shipunov
11426%{texmfdist}/tex/latex/shorttoc
11427%{texmfdist}/tex/latex/show2e
11428%{texmfdist}/tex/latex/showexpl
11429%{texmfdist}/tex/latex/sides
11430%{texmfdist}/tex/latex/siggraph
11431%{texmfdist}/tex/latex/simplecv
11432%{texmfdist}/tex/latex/simplewick
11433%{texmfdist}/tex/latex/skak
11434%{texmfdist}/tex/latex/skull
11435%{texmfdist}/tex/latex/slantsc
11436%{texmfdist}/tex/latex/smalltableof
11437%{texmfdist}/tex/latex/smartref
11438%{texmfdist}/tex/latex/smflatex
11439%{texmfdist}/tex/latex/snapshot
11440%{texmfdist}/tex/latex/songbook
11441%{texmfdist}/tex/latex/soyombo
11442%{texmfdist}/tex/latex/sparklines
11443%{texmfdist}/tex/latex/spie
11444%{texmfdist}/tex/latex/splitbib
11445%{texmfdist}/tex/latex/splitindex
11446%{texmfdist}/tex/latex/sprite
11447%{texmfdist}/tex/latex/srcltx
11448%{texmfdist}/tex/latex/sseq
11449%{texmfdist}/tex/latex/ssqquote
11450%{texmfdist}/tex/latex/stack
11451%{texmfdist}/tex/latex/stage
11452%{texmfdist}/tex/latex/statex2
11453%{texmfdist}/tex/latex/statistik
11454%{texmfdist}/tex/latex/staves
11455%{texmfdist}/tex/latex/stdpage
11456%{texmfdist}/tex/latex/stellenbosch
11457%{texmfdist}/tex/latex/stex
11458%{texmfdist}/tex/latex/stringstrings
11459%{texmfdist}/tex/latex/struktex
11460%{texmfdist}/tex/latex/sttools
11461%{texmfdist}/tex/latex/stubs
11462%{texmfdist}/tex/latex/subdepth
11463%{texmfdist}/tex/latex/subeqn
11464%{texmfdist}/tex/latex/subeqnarray
11465%{texmfdist}/tex/latex/subfloat
11466%{texmfdist}/tex/latex/substr
11467%{texmfdist}/tex/latex/sudoku
11468%{texmfdist}/tex/latex/sudokubundle
11469%{texmfdist}/tex/latex/sugconf
11470%{texmfdist}/tex/latex/susy
11471%{texmfdist}/tex/latex/svgcolor
11472%{texmfdist}/tex/latex/svn-multi
11473%{texmfdist}/tex/latex/svn
11474%{texmfdist}/tex/latex/svninfo
11475%{texmfdist}/tex/latex/swimgraf
11476%{texmfdist}/tex/latex/symbol
11477%{texmfdist}/tex/latex/synproof
11478%{texmfdist}/tex/latex/syntax
11479%{texmfdist}/tex/latex/syntrace
11480%{texmfdist}/tex/latex/synttree
11481%{texmfdist}/tex/latex/timing
11482%{texmfdist}/tex/latex/tocvsec2
11483%{texmfdist}/tex/latex/todo
11484%{texmfdist}/tex/latex/tokenizer
11485%{texmfdist}/tex/latex/toolbox
11486%{texmfdist}/tex/latex/topfloat
11487%{texmfdist}/tex/latex/toptesi
11488%{texmfdist}/tex/latex/tpslifonts
11489%{texmfdist}/tex/latex/tracking
11490%{texmfdist}/tex/latex/trajan
11491%{texmfdist}/tex/latex/translator
11492%{texmfdist}/tex/latex/tree-dvips
11493%{texmfdist}/tex/latex/trfsigns
11494%{texmfdist}/tex/latex/trivfloat
11495%{texmfdist}/tex/latex/trsym
11496%{texmfdist}/tex/latex/tufte-latex
11497%{texmfdist}/tex/latex/tugboat
11498%{texmfdist}/tex/latex/turnstile
11499%{texmfdist}/tex/latex/twoup
11500%{texmfdist}/tex/latex/typedref
11501%{texmfdist}/tex/latex/typogrid
11502%{texmfdist}/tex/latex/uaclasses
11503%{texmfdist}/tex/latex/ucthesis
11504%{texmfdist}/tex/latex/uebungsblatt
11505%{texmfdist}/tex/latex/uhrzeit
11506%{texmfdist}/tex/latex/uiucthesis
11507%{texmfdist}/tex/latex/ulsy
11508%{texmfdist}/tex/latex/umich-thesis
11509%{texmfdist}/tex/latex/uml
11510%{texmfdist}/tex/latex/umoline
11511%{texmfdist}/tex/latex/umrand
11512%{texmfdist}/tex/latex/umthesis
11513%{texmfdist}/tex/latex/underlin
11514%{texmfdist}/tex/latex/ushort
11515%{texmfdist}/tex/latex/uwthesis
11516
26d8eaaa
ZU
11517# %files latex-palatcm
11518# %defattr(644,root,root,755)
11519# %{texmf}/tex/latex/palatcm
d08789e0 11520
f65b3398
ZU
11521%files latex-pdfslide
11522%defattr(644,root,root,755)
11523%doc %{texmfdist}/doc/latex/pdfslide
11524%{texmfdist}/tex/latex/pdfslide
11525
03d9d5fa
ZU
11526%files latex-pgf
11527%defattr(644,root,root,755)
11528%doc %{texmfdist}/doc/generic/pgf
8ed039e0
ZU
11529%{texmfdist}/tex/generic/pgf
11530%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
11531%{texmfdist}/tex/latex/pgf
11532%{texmfdist}/tex/latex/pgfopts
11533%{texmfdist}/tex/latex/pgfplots
11534
b7b4a109
ZU
11535%files latex-prosper
11536%defattr(644,root,root,755)
11537%doc %{texmfdist}/doc/latex/prosper
11538%{texmfdist}/tex/latex/prosper
11539
f65b3398
ZU
11540%files latex-polynom
11541%defattr(644,root,root,755)
11542%doc %{texmfdist}/doc/latex/polynom
11543%{texmfdist}/source/latex/polynom
11544%{texmfdist}/tex/latex/polynom
11545
11546%files latex-polynomial
11547%defattr(644,root,root,755)
11548%doc %{texmfdist}/doc/latex/polynomial
11549%{texmfdist}/source/latex/polynomial
11550%{texmfdist}/tex/latex/polynomial
11551
b7b4a109
ZU
11552%files latex-pseudocode
11553%defattr(644,root,root,755)
11554%doc %{texmfdist}/doc/latex/pseudocode
11555%{texmfdist}/tex/latex/pseudocode
11556
8efa6a9c
ZU
11557%files latex-pst-2dplot
11558%defattr(644,root,root,755)
11559%doc %{texmfdist}/doc/generic/pst-2dplot
11560%{texmfdist}/tex/latex/pst-2dplot
11561
11562%files latex-pst-3dplot
11563%defattr(644,root,root,755)
11564%doc %{texmfdist}/doc/generic/pst-3dplot
11565%{texmfdist}/dvips/pst-3dplot
11566%{texmfdist}/tex/generic/pst-3dplot
11567%{texmfdist}/tex/latex/pst-3dplot
11568
11569%files latex-pst-bar
11570%defattr(644,root,root,755)
11571%doc %{texmfdist}/doc/generic/pst-3dplot
11572%{texmfdist}/dvips/pst-bar
11573%{texmfdist}/tex/generic/pst-bar
11574%{texmfdist}/tex/latex/pst-bar
11575
11576%files latex-pst-circ
11577%defattr(644,root,root,755)
11578%doc %{texmfdist}/doc/generic/pst-circ
11579%{texmfdist}/dvips/pst-circ
11580%{texmfdist}/tex/generic/pst-circ
11581%{texmfdist}/tex/latex/pst-circ
11582
11583%files latex-pst-diffraction
11584%defattr(644,root,root,755)
11585%doc %{texmfdist}/doc/generic/pst-diffraction
11586%{texmfdist}/tex/generic/pst-diffraction
11587%{texmfdist}/tex/latex/pst-diffraction
11588
b7b4a109
ZU
11589%files latex-pst-eucl
11590%defattr(644,root,root,755)
8efa6a9c 11591%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
11592%{texmfdist}/tex/generic/pst-eucl
11593%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
11594
11595%files latex-pst-fun
11596%defattr(644,root,root,755)
11597%doc %{texmfdist}/doc/generic/pst-fun
11598%{texmfdist}/dvips/pst-fun
11599%{texmfdist}/tex/generic/pst-fun
11600%{texmfdist}/tex/latex/pst-fun
11601
11602%files latex-pst-func
11603%defattr(644,root,root,755)
11604%doc %{texmfdist}/doc/generic/pst-func
11605%{texmfdist}/dvips/pst-func
11606%{texmfdist}/tex/generic/pst-func
11607%{texmfdist}/tex/latex/pst-func
11608
11609%files latex-pst-infixplot
11610%defattr(644,root,root,755)
11611%doc %{texmfdist}/doc/generic/pst-infixplot
11612%{texmfdist}/tex/generic/pst-infixplot
11613%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
11614
11615%files latex-pst-fr3d
11616%defattr(644,root,root,755)
11617%doc %{texmfdist}/doc/generic/pst-fr3d
11618%{texmfdist}/source/generic/pst-fr3d
11619%{texmfdist}/tex/generic/pst-fr3d
11620%{texmfdist}/tex/latex/pst-fr3d
11621
11622%files latex-pst-fractal
11623%defattr(644,root,root,755)
11624%doc %{texmfdist}/doc/generic/pst-fractal
11625%{texmfdist}/dvips/pst-fractal
11626%{texmfdist}/tex/generic/pst-fractal
11627%{texmfdist}/tex/latex/pst-fractal
11628
8efa6a9c
ZU
11629%files latex-pst-math
11630%defattr(644,root,root,755)
11631%doc %{texmfdist}/doc/generic/pst-math
11632%{texmfdist}/dvips/pst-math
11633%{texmfdist}/tex/generic/pst-math
11634%{texmfdist}/tex/latex/pst-math
11635
11636%files latex-pst-ob3d
11637%defattr(644,root,root,755)
11638%doc %{texmfdist}/doc/generic/pst-ob3d
11639%{texmfdist}/source/generic/pst-ob3d
11640%{texmfdist}/tex/generic/pst-ob3d
11641%{texmfdist}/tex/latex/pst-ob3d
11642
11643%files latex-pst-optexp
11644%defattr(644,root,root,755)
11645%doc %{texmfdist}/doc/generic/pst-optexp
11646%{texmfdist}/dvips/pst-optexp
11647%{texmfdist}/tex/generic/pst-optexp
11648%{texmfdist}/tex/latex/pst-optexp
11649
11650%files latex-pst-optic
11651%defattr(644,root,root,755)
11652%doc %{texmfdist}/doc/generic/pst-optic
11653%{texmfdist}/tex/generic/pst-optic
11654%{texmfdist}/tex/latex/pst-optic
11655
11656%files latex-pst-text
11657%defattr(644,root,root,755)
11658%doc %{texmfdist}/doc/generic/pst-text
04123363 11659%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
11660%{texmfdist}/tex/generic/pst-text
11661%{texmfdist}/tex/latex/pst-text
11662
1024ab0e
ZU
11663%files latex-pst-uncategorized
11664%defattr(644,root,root,755)
11665%doc %{texmfdist}/doc/generic/pst-3d
11666%doc %{texmfdist}/doc/generic/pst-asr
11667%doc %{texmfdist}/doc/generic/pst-bar
11668%doc %{texmfdist}/doc/generic/pst-barcode
11669%doc %{texmfdist}/doc/generic/pst-blur
11670%doc %{texmfdist}/doc/generic/pst-coil
11671%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
11672# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
11673# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
11674%doc %{texmfdist}/doc/generic/pst-dbicons
11675%doc %{texmfdist}/doc/generic/pst-eps
11676%doc %{texmfdist}/doc/generic/pst-fill
11677%doc %{texmfdist}/doc/generic/pst-geo
11678%doc %{texmfdist}/doc/generic/pst-ghsb
11679%doc %{texmfdist}/doc/generic/pst-gr3d
11680%doc %{texmfdist}/doc/generic/pst-grad
11681%doc %{texmfdist}/doc/generic/pst-jtree
11682%doc %{texmfdist}/doc/generic/pst-labo
11683%doc %{texmfdist}/doc/generic/pst-lens
11684%doc %{texmfdist}/doc/generic/pst-light3d
11685%doc %{texmfdist}/doc/generic/pst-osci
11686%doc %{texmfdist}/doc/generic/pst-pad
11687%doc %{texmfdist}/doc/generic/pst-pdgr
11688%doc %{texmfdist}/doc/generic/pst-poly
11689%doc %{texmfdist}/doc/generic/pst-qtree
11690%doc %{texmfdist}/doc/generic/pst-slpe
11691%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
11692# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
11693# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
11694%doc %{texmfdist}/doc/generic/pst-soroban
11695%doc %{texmfdist}/doc/generic/pst-spectra
11696%doc %{texmfdist}/doc/generic/pst-stru
11697%doc %{texmfdist}/doc/generic/pst-uml
11698%doc %{texmfdist}/doc/generic/pst-vue3d
11699%doc %{texmfdist}/doc/latex/auto-pst-pdf
11700%doc %{texmfdist}/doc/latex/pst-pdf
11701%{texmfdist}/dvips/pst-barcode
11702%{texmfdist}/dvips/pst-blur
11703%{texmfdist}/dvips/pst-coil
11704%{texmfdist}/dvips/pst-cox
11705%{texmfdist}/dvips/pst-eucl
11706%{texmfdist}/dvips/pst-geo
11707%{texmfdist}/dvips/pst-ghsb
11708%{texmfdist}/dvips/pst-grad
11709%{texmfdist}/dvips/pst-light3d
11710%{texmfdist}/dvips/pst-slpe
11711%{texmfdist}/dvips/pst-solides3d
11712%{texmfdist}/dvips/pst-spectra
11713%{texmfdist}/dvips/pst-vue3d
11714%{texmfdist}/scripts/pst-pdf
11715%{texmfdist}/source/generic/pst-3d
11716%{texmfdist}/source/generic/pst-3dplot
11717%{texmfdist}/source/generic/pst-barcode
11718%{texmfdist}/source/generic/pst-blur
11719%{texmfdist}/source/generic/pst-circ
11720%{texmfdist}/source/generic/pst-coil
11721%{texmfdist}/source/generic/pst-dbicons
11722%{texmfdist}/source/generic/pst-diffraction
11723%{texmfdist}/source/generic/pst-eps
11724%{texmfdist}/source/generic/pst-fill
11725%{texmfdist}/source/generic/pst-fractal
11726%{texmfdist}/source/generic/pst-fun
11727%{texmfdist}/source/generic/pst-func
11728%{texmfdist}/source/generic/pst-lens
11729%{texmfdist}/source/generic/pst-light3d
11730%{texmfdist}/source/generic/pst-optic
11731%{texmfdist}/source/generic/pst-pad
11732%{texmfdist}/source/generic/pst-pdgr
11733%{texmfdist}/source/generic/pst-slpe
11734%{texmfdist}/source/generic/pst-soroban
11735%{texmfdist}/source/generic/pst-text
11736%{texmfdist}/source/generic/pst-uml
11737%{texmfdist}/source/generic/pst-vue3d
11738%{texmfdist}/source/latex/auto-pst-pdf
11739%{texmfdist}/source/latex/pst-gr3d
11740%{texmfdist}/source/latex/pst-pdf
11741%{texmfdist}/source/latex/pst-poly
11742%{texmfdist}/tex/generic/pst-3d
11743%{texmfdist}/tex/generic/pst-asr
11744%{texmfdist}/tex/generic/pst-barcode
11745%{texmfdist}/tex/generic/pst-blur
11746%{texmfdist}/tex/generic/pst-coil
11747%{texmfdist}/tex/generic/pst-cox
11748%{texmfdist}/tex/generic/pst-eps
11749%{texmfdist}/tex/generic/pst-fill
11750%{texmfdist}/tex/generic/pst-geo
11751%{texmfdist}/tex/generic/pst-ghsb
11752%{texmfdist}/tex/generic/pst-gr3d
11753%{texmfdist}/tex/generic/pst-grad
11754%{texmfdist}/tex/generic/pst-jtree
11755%{texmfdist}/tex/generic/pst-labo
11756%{texmfdist}/tex/generic/pst-lens
11757%{texmfdist}/tex/generic/pst-light3d
11758%{texmfdist}/tex/generic/pst-osci
11759%{texmfdist}/tex/generic/pst-pad
11760%{texmfdist}/tex/generic/pst-pdgr
11761%{texmfdist}/tex/generic/pst-poly
11762%{texmfdist}/tex/generic/pst-qtree
11763%{texmfdist}/tex/generic/pst-slpe
11764%{texmfdist}/tex/generic/pst-solides3d
11765%{texmfdist}/tex/generic/pst-spectra
11766%{texmfdist}/tex/generic/pst-stru
11767%{texmfdist}/tex/generic/pst-vue3d
11768%{texmfdist}/tex/latex/pst-3d
11769%{texmfdist}/tex/latex/pst-asr
11770%{texmfdist}/tex/latex/pst-barcode
11771%{texmfdist}/tex/latex/pst-blur
11772%{texmfdist}/tex/latex/pst-coil
11773%{texmfdist}/tex/latex/pst-cox
11774%{texmfdist}/tex/latex/pst-dbicons
11775%{texmfdist}/tex/latex/pst-eps
11776%{texmfdist}/tex/latex/pst-fill
11777%{texmfdist}/tex/latex/pst-geo
11778%{texmfdist}/tex/latex/pst-ghsb
11779%{texmfdist}/tex/latex/pst-gr3d
11780%{texmfdist}/tex/latex/pst-grad
11781%{texmfdist}/tex/latex/pst-jtree
11782%{texmfdist}/tex/latex/pst-labo
11783%{texmfdist}/tex/latex/pst-lens
11784%{texmfdist}/tex/latex/pst-light3d
11785%{texmfdist}/tex/latex/pst-osci
11786%{texmfdist}/tex/latex/pst-pad
11787%{texmfdist}/tex/latex/pst-pdf
11788%{texmfdist}/tex/latex/pst-pdgr
11789%{texmfdist}/tex/latex/pst-poly
11790%{texmfdist}/tex/latex/pst-qtree
11791%{texmfdist}/tex/latex/pst-slpe
11792%{texmfdist}/tex/latex/pst-solides3d
11793%{texmfdist}/tex/latex/pst-soroban
11794%{texmfdist}/tex/latex/pst-spectra
11795%{texmfdist}/tex/latex/pst-stru
11796%{texmfdist}/tex/latex/pst-uml
11797%{texmfdist}/tex/latex/pst-vue3d
11798
d08789e0 11799%files latex-psnfss
489714ae 11800%defattr(644,root,root,755)
26d8eaaa 11801%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
11802%dir %{texmfdist}/source/latex
11803%dir %{texmfdist}/source/latex/latex-tds
11804%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 11805%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 11806%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
11807%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
11808%{texmfdist}/tex/latex/psnfss
11809
d08789e0
ZU
11810%files latex-pxfonts
11811%defattr(644,root,root,755)
26d8eaaa
ZU
11812%doc %{texmfdist}/doc/fonts/pxfonts
11813%{texmfdist}/tex/latex/pxfonts
11814%{texmfdist}/fonts/type1/public/pxfonts
11815%{texmfdist}/fonts/afm/public/pxfonts
11816%{texmfdist}/fonts/tfm/public/pxfonts
11817%{texmfdist}/fonts/vf/public/pxfonts
11818%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 11819
5b7eba8e
MB
11820#%files latex-qfonts
11821#%defattr(644,root,root,755)
d08789e0 11822
6c82f497
ZU
11823%files latex-SIstyle
11824%defattr(644,root,root,755)
11825%{texmfdist}/doc/latex/SIstyle
11826%{texmfdist}/source/latex/SIstyle
11827
3127b522
ZU
11828%files latex-SIunits
11829%defattr(644,root,root,755)
3127b522 11830%{texmfdist}/doc/latex/SIunits
5b7eba8e 11831%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
11832%{texmfdist}/source/latex/SIunits
11833
f65b3398
ZU
11834%files latex-siunitx
11835%defattr(644,root,root,755)
11836%{texmfdist}/doc/latex/siunitx
11837%{texmfdist}/tex/latex/siunitx
11838%{texmfdist}/source/latex/siunitx
11839
6c82f497
ZU
11840%files latex-Tabbing
11841%defattr(644,root,root,755)
11842%{texmfdist}/source/latex/Tabbing
11843%{texmfdist}/doc/latex/Tabbing
3127b522 11844
d08789e0
ZU
11845%files latex-txfonts
11846%defattr(644,root,root,755)
26d8eaaa
ZU
11847%doc %{texmfdist}/doc/fonts/txfonts
11848%{texmfdist}/fonts/type1/public/txfonts
11849%{texmfdist}/fonts/afm/public/txfonts
11850%{texmfdist}/fonts/enc/dvips/txfonts
11851%{texmfdist}/fonts/tfm/public/txfonts
11852%{texmfdist}/fonts/vf/public/txfonts
11853%{texmfdist}/fonts/map/dvips/txfonts
11854%{texmfdist}/tex/latex/txfonts
26d8eaaa 11855
7ea3a98b
ZU
11856%files latex-ucs
11857%defattr(644,root,root,755)
7ea3a98b 11858%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 11859%{texmfdist}/tex/latex/ucs
d08789e0
ZU
11860
11861%files latex-umlaute
11862%defattr(644,root,root,755)
2677a8b0 11863%{texmfdist}/tex/latex/umlaute
d08789e0 11864
26d8eaaa
ZU
11865# %files latex-urwvn
11866# %defattr(644,root,root,755)
d08789e0 11867
e67df411
ZU
11868%files latex-variations
11869%defattr(644,root,root,755)
e65bc3d5 11870%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
11871%{texmfdist}/tex/generic/variations
11872
d08789e0
ZU
11873%files latex-wasysym
11874%defattr(644,root,root,755)
26d8eaaa
ZU
11875%doc %{texmfdist}/doc/latex/wasysym
11876%{texmfdist}/tex/latex/wasysym
11877%{texmfdist}/source/latex/wasysym
d08789e0 11878
03d9d5fa
ZU
11879%files latex-xcolor
11880%defattr(644,root,root,755)
11881%doc %{texmfdist}/doc/latex/xcolor
04123363 11882%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
11883%{texmfdist}/source/latex/xcolor
11884
2496d461
ZU
11885# %files format-latex
11886# %defattr(644,root,root,755)
26d8eaaa 11887# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
11888
11889%files format-pdflatex
11890%defattr(644,root,root,755)
11891#%{texmf}/pdftex/latex/config
26d8eaaa 11892# %dir %{texmf}/pdftex/latex
d08789e0 11893%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 11894%{_mandir}/man1/pdflatex.1*
26d8eaaa 11895# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 11896
26d8eaaa
ZU
11897# %files platex
11898# %defattr(644,root,root,755)
11899# %doc %{texmf}/doc/latex/platex
11900# %dir %{texmf}/tex/platex
11901# %{texmf}/tex/platex/config
11902# %{texmf}/tex/latex/platex
d08789e0 11903
26d8eaaa
ZU
11904# %files format-platex
11905# %defattr(644,root,root,755)
11906# %attr(755,root,root) %{_bindir}/platex
d08789e0 11907#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 11908# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
11909#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11910
26d8eaaa
ZU
11911# %files format-pdfplatex
11912# %defattr(644,root,root,755)
d08789e0
ZU
11913#%dir %{texmf}/pdftex/platex
11914#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
11915# %attr(755,root,root) %{_bindir}/pdfplatex
11916# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
11917
11918%files tex-babel
11919%defattr(644,root,root,755)
c9ddaf2d 11920%{texmfdist}/source/generic/babel
26d8eaaa
ZU
11921%doc %{texmfdist}/doc/generic/babel
11922%{texmfdist}/tex/generic/babel
d08789e0
ZU
11923
11924%files tex-german
11925%defattr(644,root,root,755)
26d8eaaa
ZU
11926%doc %{texmfdist}/doc/generic/german
11927%{texmfdist}/tex/generic/german
d08789e0
ZU
11928
11929%files tex-mfpic
11930%defattr(644,root,root,755)
26d8eaaa
ZU
11931%doc %{texmfdist}/doc/generic/mfpic
11932%{texmfdist}/tex/generic/mfpic
d08789e0 11933
783773ac
ZU
11934%files tex-midnight
11935%defattr(644,root,root,755)
11936%doc %{texmfdist}/doc/generic/midnight
11937%{texmfdist}/tex/generic/midnight
11938
d08789e0
ZU
11939%files tex-misc
11940%defattr(644,root,root,755)
c9ddaf2d 11941%{texmfdist}/source/generic/tap
26d8eaaa
ZU
11942%doc %{texmfdist}/doc/latex/localloc
11943%doc %{texmfdist}/doc/generic/multido
11944%doc %{texmfdist}/doc/generic/tap
d08789e0 11945
26d8eaaa
ZU
11946%{texmfdist}/tex/generic/eijkhout
11947%{texmfdist}/tex/generic/multido
11948%{texmfdist}/tex/generic/misc
d08789e0
ZU
11949
11950%files tex-pictex
11951%defattr(644,root,root,755)
2677a8b0
ZU
11952%doc %{texmfdist}/doc/generic/pictex
11953%{texmfdist}/tex/generic/pictex
d08789e0 11954
29d720fe
ZU
11955%files tex-psizzl
11956%defattr(644,root,root,755)
11957%{texmfdist}/doc/psizzl
11958%{texmfdist}/source/psizzl
11959%{texmfdist}/tex/psizzl
11960
d08789e0
ZU
11961%files tex-pstricks
11962%defattr(644,root,root,755)
26d8eaaa 11963%doc %{texmfdist}/doc/generic/pstricks
783773ac 11964%doc %{texmfdist}/doc/generic/pstricks-add
26d8eaaa
ZU
11965%{texmfdist}/dvips/pstricks
11966%{texmfdist}/tex/generic/pstricks
783773ac 11967%{texmfdist}/tex/latex/pstricks-add
d08789e0 11968
26d8eaaa
ZU
11969# %files tex-qpx
11970# %defattr(644,root,root,755)
11971# %doc %{texmf}/doc/fonts/polish/qpx
11972# %{texmf}/tex/generic/qpx
d08789e0 11973
31bd2c4a 11974%files tex-qpxqtx
d08789e0 11975%defattr(644,root,root,755)
26d8eaaa
ZU
11976%doc %{texmfdist}/doc/fonts/qpxqtx
11977%{texmfdist}/fonts/tfm/public/qpxqtx
11978%{texmfdist}/fonts/vf/public/qpxqtx
11979%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
11980
11981%files tex-ruhyphen
11982%defattr(644,root,root,755)
26d8eaaa
ZU
11983%{texmfdist}/tex/generic/ruhyphen
11984%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
11985
11986%files tex-spanish
11987%defattr(644,root,root,755)
26d8eaaa 11988%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 11989%dir %{texmfdist}/source/latex/mapcodes
04123363 11990%dir %{texmfdist}/source/latex/polyglot
21c69d95 11991%dir %{texmfdist}/source/latex/polyglot/langs
21c69d95
ZU
11992%dir %{texmfdist}/tex/latex/babelbib
11993%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 11994%dir %{texmfdist}/tex/texsis
21c69d95 11995%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
11996%{texmfdist}/source/generic/babel/spanish.ins
11997%{texmfdist}/source/generic/babel/spanish.dtx
11998%{texmfdist}/source/latex/polyglot/langs/spanish.ld
11999%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
12000%{texmfdist}/source/latex/mapcodes/spanish.map
12001%{texmfdist}/source/latex/mapcodes/spanish.dtx
12002%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
12003%{texmfdist}/tex/generic/babel/spanish.sty
12004%{texmfdist}/tex/generic/babel/spanish.ldf
12005%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
12006%{texmfdist}/tex/latex/custom-bib/spanish.mbs
12007%{texmfdist}/tex/latex/babelbib/spanish.bdf
26d8eaaa 12008%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
12009
12010%files tex-texdraw
12011%defattr(644,root,root,755)
26d8eaaa
ZU
12012%doc %{texmfdist}/doc/texdraw
12013%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
12014
12015%files tex-thumbpdf
12016%defattr(644,root,root,755)
26d8eaaa 12017%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 12018%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
12019%{texmfdist}/tex/generic/thumbpdf
12020%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
12021%{_mandir}/man1/thumbpdf.1*
12022
12023%files tex-ukrhyph
12024%defattr(644,root,root,755)
26d8eaaa
ZU
12025%doc %{texmfdist}/doc/generic/ukrhyph
12026%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
12027
12028%files latex-vietnam
12029%defattr(644,root,root,755)
26d8eaaa
ZU
12030%doc %{texmfdist}/doc/generic/vntex
12031%{texmfdist}/tex/latex/vntex
d08789e0
ZU
12032
12033%files tex-xypic
12034%defattr(644,root,root,755)
26d8eaaa
ZU
12035%doc %{texmfdist}/doc/generic/xypic
12036%{texmfdist}/tex/generic/xypic
d08789e0
ZU
12037
12038%files tex-xkeyval
12039%defattr(644,root,root,755)
4a09ae1a
ZU
12040%doc %{texmfdist}/doc/latex/xkeyval
12041%{texmfdist}/source/latex/xkeyval
12042%{texmfdist}/tex/generic/xkeyval
12043%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
12044
12045%files fonts-adobe
12046%defattr(644,root,root,755)
4a09ae1a
ZU
12047%{texmfdist}/fonts/type1/adobe
12048%{texmfdist}/fonts/afm/adobe
12049%{texmfdist}/fonts/tfm/adobe
12050%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
12051
12052%files fonts-ae
12053%defattr(644,root,root,755)
4a09ae1a
ZU
12054%doc %{texmfdist}/doc/fonts/ae
12055%{texmfdist}/fonts/tfm/public/ae
12056%{texmfdist}/fonts/vf/public/ae
12057%{texmfdist}/source/fonts/ae
d08789e0
ZU
12058
12059%files fonts-ams
12060%defattr(644,root,root,755)
4a09ae1a
ZU
12061%{texmfdist}/bibtex/bst/ams
12062%{texmfdist}/bibtex/bib/ams
12063%{texmfdist}/dvips/ams
12064%{texmfdist}/fonts/source/public/ams
12065%{texmfdist}/fonts/type1/bluesky/ams
12066%{texmfdist}/fonts/afm/bluesky/ams
12067%{texmfdist}/fonts/tfm/public/ams
12068%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
12069
12070%files fonts-antp
12071%defattr(644,root,root,755)
26d8eaaa 12072%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
12073%{texmfdist}/fonts/enc/dvips/antp
12074%{texmfdist}/fonts/map/dvips/antp
12075%{texmfdist}/fonts/afm/public/antp
12076%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 12077%{texmfdist}/dvips/antp
d08789e0
ZU
12078
12079%files fonts-antt
12080%defattr(644,root,root,755)
4a09ae1a
ZU
12081%doc %{texmfdist}/doc/fonts/antt
12082%{texmfdist}/fonts/afm/public/antt
12083%{texmfdist}/fonts/opentype/public/antt
12084%{texmfdist}/fonts/enc/dvips/antt
12085%{texmfdist}/fonts/tfm/public/antt
12086%{texmfdist}/fonts/map/dvips/antt
12087%{texmfdist}/tex/plain/antt
12088%{texmfdist}/tex/latex/antt
d08789e0 12089
5bc70a92
MB
12090%files fonts-arphic
12091%defattr(644,root,root,755)
12092%doc %{texmfdist}/doc/fonts/arphic
12093%{texmfdist}/fonts/afm/arphic
12094%{texmfdist}/fonts/tfm/arphic
12095%{texmfdist}/fonts/vf/arphic
12096
d08789e0
ZU
12097%files fonts-bbm
12098%defattr(644,root,root,755)
4a09ae1a
ZU
12099%doc %{texmfdist}/doc/fonts/bbm
12100%{texmfdist}/fonts/source/public/bbm
12101%{texmfdist}/fonts/tfm/public/bbm
12102%{texmfdist}/source/latex/bbm
12103%{texmfdist}/tex/latex/bbm
d08789e0
ZU
12104
12105%files fonts-bbold
12106%defattr(644,root,root,755)
4a09ae1a
ZU
12107%{texmfdist}/fonts/source/public/bbold
12108%{texmfdist}/fonts/tfm/public/bbold
d08789e0 12109
4a09ae1a
ZU
12110# %files fonts-bh
12111# %defattr(644,root,root,755)
12112# %doc %{texmf}/doc/fonts/bh
12113# %{texmf}/fonts/tfm/bh
12114# %{texmf}/fonts/vf/bh
d08789e0
ZU
12115
12116%files fonts-bitstream
12117%defattr(644,root,root,755)
4a09ae1a
ZU
12118%{texmfdist}/fonts/afm/bitstrea
12119%{texmfdist}/fonts/tfm/bitstrea
12120%{texmfdist}/fonts/vf/bitstrea
d08789e0 12121
5b7eba8e
MB
12122#%files fonts-cbgreek
12123#%defattr(644,root,root,755)
d08789e0
ZU
12124
12125%files fonts-cc-pl
12126%defattr(644,root,root,755)
4a09ae1a
ZU
12127%{texmfdist}/fonts/source/public/cc-pl
12128%{texmfdist}/fonts/enc/dvips/cc-pl
12129%{texmfdist}/fonts/tfm/public/cc-pl
12130%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 12131
d08789e0
ZU
12132%files fonts-cg
12133%defattr(644,root,root,755)
4a09ae1a
ZU
12134%{texmfdist}/fonts/tfm/cg
12135%{texmfdist}/fonts/vf/cg
d08789e0
ZU
12136
12137%files fonts-cm
12138%defattr(644,root,root,755)
ffd94364 12139%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
12140%dir %{texmfdist}/doc/fonts
12141%dir %{texmfdist}/dvips
12142%dir %{texmfdist}/fonts/afm/bluesky
12143%dir %{texmfdist}/fonts/map/dvips
12144%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
12145%{texmfdist}/dvips/cm
12146%{texmfdist}/fonts/source/public/cm
12147%{texmfdist}/fonts/afm/bluesky/cm
12148%{texmfdist}/fonts/tfm/public/cm
12149%{texmfdist}/fonts/pk/ljfour/public/cm
12150%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
12151
12152%files fonts-cmbright
12153%defattr(644,root,root,755)
4a09ae1a
ZU
12154%doc %{texmfdist}/doc/latex/cmbright
12155%{texmfdist}/fonts/source/public/cmbright
12156%{texmfdist}/fonts/tfm/public/cmbright
12157%{texmfdist}/source/latex/cmbright
12158%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
12159
12160%files fonts-cmcyr
12161%defattr(644,root,root,755)
4a09ae1a
ZU
12162%doc %{texmfdist}/doc/fonts/cmcyr
12163%{texmfdist}/fonts/source/public/cmcyr
12164%{texmfdist}/fonts/type1/public/cmcyr
12165%{texmfdist}/fonts/tfm/public/cmcyr
12166%{texmfdist}/fonts/vf/public/cmcyr
12167%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
12168
12169%files fonts-cmextra
12170%defattr(644,root,root,755)
4a09ae1a
ZU
12171%{texmfdist}/fonts/source/public/cmextra
12172%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 12173
5d7e11d7
ZU
12174%files fonts-cmsuper
12175%defattr(644,root,root,755)
12176%doc %{texmfdist}/doc/fonts/cm-super
12177%{texmfdist}/fonts/afm/public/cm-super
12178%{texmfdist}/fonts/enc/dvips/cm-super
12179%{texmfdist}/fonts/map/dvips/cm-super
12180%{texmfdist}/fonts/map/vtex/cm-super
12181%{texmfdist}/fonts/type1/public/cm-super
12182
d08789e0
ZU
12183%files fonts-concmath
12184%defattr(644,root,root,755)
4a09ae1a
ZU
12185%doc %{texmfdist}/doc/fonts/concmath
12186%doc %{texmfdist}/doc/latex/concmath
12187%{texmfdist}/fonts/source/public/concmath
12188%{texmfdist}/fonts/tfm/public/concmath
12189%{texmfdist}/source/latex/concmath
12190%{texmfdist}/tex/latex/concmath
d08789e0
ZU
12191
12192%files fonts-concrete
12193%defattr(644,root,root,755)
4a09ae1a
ZU
12194%doc %{texmfdist}/doc/fonts/concrete
12195%{texmfdist}/fonts/source/public/concrete
12196%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
12197
12198%files fonts-cs
12199%defattr(644,root,root,755)
4a09ae1a
ZU
12200%{texmfdist}/dvips/cs
12201%{texmfdist}/fonts/source/public/cs
12202%{texmfdist}/fonts/enc/dvips/cs
12203%{texmfdist}/fonts/tfm/public/cs
12204%{texmfdist}/fonts/map/dvips/cs
d08789e0 12205
5b7eba8e
MB
12206#%files fonts-dstroke
12207#%defattr(644,root,root,755)
d08789e0
ZU
12208
12209%files fonts-ecc
12210%defattr(644,root,root,755)
4a09ae1a
ZU
12211%doc %{texmfdist}/doc/fonts/ecc
12212%{texmfdist}/fonts/source/public/ecc
12213%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
12214
12215%files fonts-eurosym
12216%defattr(644,root,root,755)
4a09ae1a
ZU
12217%doc %{texmfdist}/doc/fonts/eurosym
12218%{texmfdist}/fonts/source/public/eurosym
12219%{texmfdist}/fonts/tfm/public/eurosym
12220%{texmfdist}/fonts/map/dvips/eurosym
12221%{texmfdist}/source/fonts/eurosym
12222%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
12223
12224%files fonts-eulervm
12225%defattr(644,root,root,755)
7179ac92
ZU
12226%doc %{texmfdist}/doc/latex/eulervm
12227%{texmfdist}/fonts/tfm/public/eulervm
12228%{texmfdist}/fonts/vf/public/eulervm
12229%{texmfdist}/source/latex/eulervm
12230%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
12231
12232%files fonts-euxm
12233%defattr(644,root,root,755)
7179ac92
ZU
12234%{texmfdist}/fonts/source/public/euxm
12235%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
12236
12237%files fonts-gothic
12238%defattr(644,root,root,755)
7179ac92
ZU
12239%{texmfdist}/doc/fonts/gothic
12240%{texmfdist}/dvips/gothic
12241%{texmfdist}/fonts/source/public/gothic
12242%{texmfdist}/fonts/type1/public/gothic
12243%{texmfdist}/fonts/afm/public/gothic
12244%{texmfdist}/fonts/tfm/public/gothic
12245%{texmfdist}/fonts/vf/public/gothic
12246%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
12247
12248%files fonts-hoekwater
12249%defattr(644,root,root,755)
7179ac92
ZU
12250%{texmfdist}/fonts/afm/hoekwater
12251%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 12252%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
12253
12254%files fonts-jknappen
12255%defattr(644,root,root,755)
7179ac92
ZU
12256%{texmfdist}/fonts/source/jknappen
12257%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
12258
12259%files fonts-latex
12260%defattr(644,root,root,755)
7179ac92 12261%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
12262%dir %{texmfdist}/fonts/source/public/latex-fonts
12263%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
12264%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
12265%dir %{texmfdist}/fonts/tfm/public/latex-fonts
12266%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
12267%{texmfdist}/fonts/source/public/esint
12268%{texmfdist}/fonts/tfm/public/esint
12269%{texmfdist}/source/latex/esint
12270%{texmfdist}/tex/latex/esint
f2555868
ZU
12271%{texmfdist}/fonts/source/public/latex-fonts/*
12272%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
12273%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
12274%{texmfdist}/fonts/tfm/public/latex-fonts/*
12275%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
12276
12277%files fonts-lh
12278%defattr(644,root,root,755)
7179ac92
ZU
12279%doc %{texmfdist}/doc/fonts/lh
12280%{texmfdist}/fonts/source/lh
12281%{texmfdist}/metapost/support/charlib/LH
12282%{texmfdist}/source/fonts/lh
12283%{texmfdist}/source/latex/lh
d08789e0
ZU
12284
12285%files fonts-lm
12286%defattr(644,root,root,755)
7179ac92
ZU
12287%doc %{texmfdist}/doc/fonts/lm
12288%{texmfdist}/fonts/type1/public/lm
12289%{texmfdist}/fonts/afm/public/lm
12290%{texmfdist}/fonts/opentype/public/lm
12291%{texmfdist}/fonts/enc/dvips/lm
12292%{texmfdist}/fonts/tfm/public/lm
12293%{texmfdist}/fonts/map/dvips/lm
12294%{texmfdist}/fonts/map/dvipdfm/lm
12295%{texmfdist}/source/fonts/lm
12296%{texmfdist}/tex/latex/lm
d08789e0
ZU
12297
12298%files fonts-marvosym
12299%defattr(644,root,root,755)
7179ac92 12300%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
12301%dir %{texmfdist}/source/fonts/eurofont
12302%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 12303%dir %{texmfdist}/tex/latex
7179ac92
ZU
12304%{texmfdist}/fonts/type1/public/marvosym
12305%{texmfdist}/fonts/afm/public/marvosym
12306%{texmfdist}/fonts/tfm/public/marvosym
12307%{texmfdist}/fonts/map/dvips/marvosym
f2555868 12308%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 12309%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
12310
12311%files fonts-mflogo
12312%defattr(644,root,root,755)
7179ac92
ZU
12313%doc %{texmfdist}/doc/latex/mflogo
12314%{texmfdist}/fonts/source/public/mflogo
12315%{texmfdist}/fonts/type1/hoekwater/mflogo
12316%{texmfdist}/fonts/afm/hoekwater/mflogo
12317%{texmfdist}/fonts/tfm/public/mflogo
12318%{texmfdist}/fonts/map/dvips/mflogo
12319%{texmfdist}/source/latex/mflogo
12320%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
12321
12322%files fonts-misc
12323%defattr(644,root,root,755)
7179ac92
ZU
12324%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
12325%{texmfdist}/fonts/source/public/misc
12326%{texmfdist}/fonts/tfm/public/misc
12327%{texmfdist}/fonts/misc
d08789e0
ZU
12328
12329%files fonts-monotype
12330%defattr(644,root,root,755)
7179ac92
ZU
12331%{texmfdist}/fonts/tfm/monotype
12332%{texmfdist}/fonts/vf/monotype
d08789e0 12333
f1ba8563
ZU
12334%files fonts-other
12335%defattr(644,root,root,755)
745facc7
ZU
12336
12337%doc %{texmfdist}/doc/fonts/yi4latex
12338%{texmfdist}/fonts/source/public/yi4latex
12339%{texmfdist}/fonts/tfm/public/yi4latex
12340
12341%{texmfdist}/fonts/tfm/public/pslatex
12342%{texmfdist}/fonts/map/dvips/pslatex
12343%{texmfdist}/fonts/vf/public/pslatex
12344
f1ba8563
ZU
12345%doc %{texmfdist}/doc/fonts/allrunes
12346%{texmfdist}/fonts/source/public/allrunes
12347%{texmfdist}/fonts/tfm/public/allrunes
12348%{texmfdist}/fonts/type1/public/allrunes
12349%{texmfdist}/source/fonts/allrunes
12350
12351%doc %{texmfdist}/doc/fonts/antiqua
12352%{texmfdist}/fonts/map/dvips/antiqua
12353
12354%{texmfdist}/fonts/source/public/apl
12355%{texmfdist}/fonts/tfm/public/apl
12356%{texmfdist}/source/fonts/apl
12357
8affbd2c
ZU
12358%{texmfdist}/fonts/afm/arabi
12359%{texmfdist}/fonts/tfm/arabi
12360%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
12361%{texmfdist}/fonts/enc/dvips/arabi
12362%{texmfdist}/fonts/map/dvips/arabi
12363
12364%{texmfdist}/fonts/map/dvips/arabtex
12365%{texmfdist}/fonts/source/public/arabtex
12366%{texmfdist}/fonts/tfm/public/arabtex
12367%{texmfdist}/fonts/type1/public/arabtex
12368
12369%doc %{texmfdist}/doc/fonts/archaic
12370%{texmfdist}/fonts/afm/public/archaic
12371%{texmfdist}/fonts/map/dvips/archaic
12372%{texmfdist}/fonts/source/public/archaic
12373%{texmfdist}/fonts/tfm/public/archaic
12374%{texmfdist}/fonts/type1/public/archaic
12375%{texmfdist}/source/fonts/archaic
12376
12377%doc %{texmfdist}/doc/fonts/arev
12378%{texmfdist}/fonts/afm/public/arev
12379%{texmfdist}/fonts/enc/dvips/arev
12380%{texmfdist}/fonts/map/dvips/arev
12381%{texmfdist}/fonts/tfm/public/arev
12382%{texmfdist}/fonts/type1/public/arev
12383%{texmfdist}/fonts/vf/public/arev
12384%{texmfdist}/source/fonts/arev
12385
12386%{texmfdist}/fonts/tfm/vntex/arevvn
12387%{texmfdist}/fonts/type1/vntex/arevvn
12388
12389%{texmfdist}/fonts/source/public/ar
12390%{texmfdist}/fonts/tfm/public/ar
12391
12392%doc %{texmfdist}/doc/fonts/armenian
12393%{texmfdist}/fonts/source/public/armenian
12394%{texmfdist}/fonts/tfm/public/armenian
12395
12396%{texmfdist}/fonts/map/dvips/arphic
12397
12398%doc %{texmfdist}/doc/fonts/malayalam
12399%doc %{texmfdist}/doc/fonts/Asana-Math
12400%{texmfdist}/fonts/opentype/public/Asana-Math
12401
12402%doc %{texmfdist}/doc/fonts/ascii
12403%{texmfdist}/fonts/map/dvips/ascii
12404%{texmfdist}/fonts/tfm/public/ascii
12405%{texmfdist}/fonts/type1/public/ascii
12406
12407%doc %{texmfdist}/doc/fonts/astro
12408%{texmfdist}/fonts/source/public/astro
12409%{texmfdist}/fonts/tfm/public/astro
12410
12411%{texmfdist}/fonts/afm/public/augie
12412%{texmfdist}/fonts/map/dvips/augie
12413%{texmfdist}/fonts/tfm/public/augie
12414%{texmfdist}/fonts/type1/public/augie
12415%{texmfdist}/fonts/vf/public/augie
12416
12417%doc %{texmfdist}/doc/fonts/auncial-new
12418%{texmfdist}/fonts/afm/public/auncial-new
12419%{texmfdist}/fonts/map/dvips/auncial-new
12420%{texmfdist}/fonts/tfm/public/auncial-new
12421%{texmfdist}/fonts/type1/public/auncial-new
12422%{texmfdist}/source/fonts/auncial-new
12423
12424%{texmfdist}/fonts/afm/public/aurical
12425%{texmfdist}/fonts/map/dvips/aurical
12426%{texmfdist}/fonts/source/public/aurical
12427%{texmfdist}/fonts/tfm/public/aurical
12428%{texmfdist}/fonts/type1/public/aurical
12429
12430%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563 12431
f1ba8563
ZU
12432%{texmfdist}/fonts/source/public/bangtex
12433%{texmfdist}/fonts/tfm/public/bangtex
12434
12435%{texmfdist}/fonts/source/public/barcodes
12436%{texmfdist}/fonts/tfm/public/barcodes
12437
12438%{texmfdist}/fonts/source/public/bayer
12439%{texmfdist}/fonts/tfm/public/bayer
12440
12441%{texmfdist}/fonts/source/public/bbding
12442%{texmfdist}/fonts/tfm/public/bbding
12443
12444%{texmfdist}/fonts/map/dvips/belleek
198c241e 12445%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
12446
12447%{texmfdist}/fonts/source/public/bengali
12448%{texmfdist}/fonts/tfm/public/bengali
12449
12450%doc %{texmfdist}/doc/fonts/bera
12451%{texmfdist}/fonts/afm/public/bera
12452%{texmfdist}/fonts/map/dvips/bera
12453%{texmfdist}/fonts/map/vtex/bera
12454%{texmfdist}/fonts/tfm/public/bera
12455%{texmfdist}/fonts/type1/public/bera
12456%{texmfdist}/fonts/vf/public/bera
12457
12458%doc %{texmfdist}/doc/fonts/blacklettert1
12459%{texmfdist}/fonts/tfm/public/blacklettert1
12460%{texmfdist}/fonts/vf/public/blacklettert1
12461%{texmfdist}/source/fonts/blacklettert1
12462
12463%doc %{texmfdist}/doc/fonts/boisik
12464%{texmfdist}/fonts/source/public/boisik
12465
12466%doc %{texmfdist}/doc/fonts/bookhands
12467%{texmfdist}/fonts/source/public/bookhands
12468
12469%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
12470
12471%{texmfdist}/fonts/afm/public/brushscr
12472%{texmfdist}/fonts/map/dvips/brushscr
12473%{texmfdist}/fonts/tfm/public/brushscr
12474%{texmfdist}/fonts/type1/public/brushscr
12475%{texmfdist}/fonts/vf/public/brushscr
12476
12477%doc %{texmfdist}/doc/fonts/burmese
12478%{texmfdist}/fonts/map/dvips/burmese
12479%{texmfdist}/fonts/tfm/public/burmese
12480%{texmfdist}/fonts/type1/public/burmese
12481
8affbd2c
ZU
12482%doc %{texmfdist}/doc/fonts/cns
12483%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
12484
12485%{texmfdist}/fonts/enc/dvips/c90enc
12486
12487%{texmfdist}/fonts/source/public/calligra
12488%{texmfdist}/fonts/tfm/public/calligra
12489
12490%doc %{texmfdist}/doc/fonts/carolmin-ps
12491%{texmfdist}/fonts/afm/public/carolmin-ps
12492%{texmfdist}/fonts/map/dvips/carolmin-ps
12493%{texmfdist}/fonts/type1/public/carolmin-ps
12494
12495%{texmfdist}/fonts/source/public/casyl
12496%{texmfdist}/fonts/tfm/public/casyl
12497
12498%{texmfdist}/fonts/source/public/cbcoptic
12499%{texmfdist}/fonts/tfm/public/cbcoptic
12500%{texmfdist}/fonts/type1/public/cbcoptic
12501
12502%doc %{texmfdist}/doc/fonts/cbfonts
12503%{texmfdist}/fonts/enc/dvips/cbfonts
12504%{texmfdist}/fonts/map/dvips/cbfonts
12505%{texmfdist}/fonts/source/public/cbfonts
12506%{texmfdist}/fonts/tfm/public/cbfonts
12507%{texmfdist}/fonts/type1/public/cbfonts
12508
c9ddaf2d 12509%doc %{texmfdist}/doc/fonts/charter
f1ba8563
ZU
12510%{texmfdist}/fonts/afm/vntex/chartervn
12511%{texmfdist}/fonts/tfm/vntex/chartervn
12512%{texmfdist}/fonts/type1/vntex/chartervn
12513%{texmfdist}/fonts/vf/vntex/chartervn
12514
f1ba8563
ZU
12515%{texmfdist}/fonts/source/public/cherokee
12516%{texmfdist}/fonts/tfm/public/cherokee
12517
f1ba8563
ZU
12518%{texmfdist}/fonts/source/public/china2e
12519%{texmfdist}/fonts/tfm/public/china2e
12520
12521%{texmfdist}/fonts/source/public/circ
12522%{texmfdist}/fonts/tfm/public/circ
12523
12524%doc %{texmfdist}/doc/fonts/cirth
12525%{texmfdist}/fonts/source/public/cirth
12526%{texmfdist}/fonts/tfm/public/cirth
12527
12528%doc %{texmfdist}/doc/fonts/cjhebrew
12529%{texmfdist}/fonts/afm/public/cjhebrew
12530%{texmfdist}/fonts/enc/dvips/cjhebrew
12531%{texmfdist}/fonts/map/dvips/cjhebrew
12532%{texmfdist}/fonts/tfm/public/cjhebrew
12533%{texmfdist}/fonts/type1/public/cjhebrew
12534%{texmfdist}/fonts/vf/public/cjhebrew
12535
12536%{texmfdist}/fonts/source/public/clock
12537%{texmfdist}/fonts/tfm/public/clock
12538
12539%doc %{texmfdist}/doc/fonts/cmastro
12540%{texmfdist}/fonts/source/public/cmastro
12541%{texmfdist}/fonts/tfm/public/cmastro
12542
12543%{texmfdist}/fonts/tfm/vntex/cmbrightvn
12544%{texmfdist}/fonts/type1/vntex/cmbrightvn
12545
12546%{texmfdist}/fonts/type1/public/cmex
12547
12548%{texmfdist}/fonts/afm/public/cm-lgc
12549%{texmfdist}/fonts/enc/dvips/cm-lgc
12550%{texmfdist}/fonts/map/dvips/cm-lgc
12551%{texmfdist}/fonts/ofm/public/cm-lgc
12552%{texmfdist}/fonts/ovf/public/cm-lgc
12553%{texmfdist}/fonts/tfm/public/cm-lgc
12554%{texmfdist}/fonts/type1/public/cm-lgc
12555%{texmfdist}/fonts/vf/public/cm-lgc
12556
12557%{texmfdist}/fonts/map/dvips/cmll
12558%{texmfdist}/fonts/source/public/cmll
12559%{texmfdist}/fonts/tfm/public/cmll
12560%{texmfdist}/fonts/type1/public/cmll
12561
12562%doc %{texmfdist}/doc/fonts/cmpica
12563%{texmfdist}/fonts/source/public/cmpica
12564%{texmfdist}/fonts/tfm/public/cmpica
12565
f1ba8563 12566
f1ba8563
ZU
12567%{texmfdist}/fonts/tfm/vntex/comicsansvn
12568%{texmfdist}/fonts/type1/vntex/comicsansvn
12569%{texmfdist}/fonts/vf/vntex/comicsansvn
12570
12571%{texmfdist}/fonts/tfm/vntex/concretevn
12572%{texmfdist}/fonts/type1/vntex/concretevn
12573
8affbd2c
ZU
12574%{texmfdist}/fonts/afm/ibm
12575%{texmfdist}/fonts/tfm/ibm
12576%{texmfdist}/fonts/vf/ibm
f1ba8563 12577%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
12578%{texmfdist}/fonts/tfm/cspsfonts-adobe
12579%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
12580
12581%doc %{texmfdist}/doc/fonts/croatian
12582%{texmfdist}/fonts/source/public/croatian
12583
12584%{texmfdist}/fonts/afm/public/cryst
12585%{texmfdist}/fonts/source/public/cryst
12586%{texmfdist}/fonts/tfm/public/cryst
12587%{texmfdist}/fonts/type1/public/cryst
12588
12589%{texmfdist}/fonts/source/public/ctib
12590%{texmfdist}/fonts/tfm/public/ctib
12591
12592%doc %{texmfdist}/doc/fonts/cyklop
12593%{texmfdist}/fonts/afm/public/cyklop
12594%{texmfdist}/fonts/enc/dvips/cyklop
12595%{texmfdist}/fonts/map/dvips/cyklop
12596%{texmfdist}/fonts/opentype/public/cyklop
12597%{texmfdist}/fonts/tfm/public/cyklop
12598%{texmfdist}/fonts/type1/public/cyklop
12599
12600%{texmfdist}/fonts/source/public/dancers
12601%{texmfdist}/fonts/tfm/public/dancers
12602
12603%doc %{texmfdist}/doc/fonts/dice
12604%{texmfdist}/fonts/source/public/dice
12605%{texmfdist}/fonts/tfm/public/dice
12606
12607%doc %{texmfdist}/doc/fonts/dictsym
12608%{texmfdist}/fonts/afm/public/dictsym
12609%{texmfdist}/fonts/map/dvips/dictsym
12610%{texmfdist}/fonts/map/vtex/dictsym
12611%{texmfdist}/fonts/tfm/public/dictsym
12612%{texmfdist}/fonts/type1/public/dictsym
12613
12614%doc %{texmfdist}/doc/fonts/dingbat
12615%{texmfdist}/fonts/tfm/public/dingbat
12616%{texmfdist}/source/fonts/dingbat
12617
f1ba8563
ZU
12618%doc %{texmfdist}/doc/fonts/doublestroke
12619%{texmfdist}/fonts/map/dvips/doublestroke
12620%{texmfdist}/fonts/source/public/doublestroke
12621%{texmfdist}/fonts/tfm/public/doublestroke
12622%{texmfdist}/fonts/type1/public/doublestroke
12623
12624%doc %{texmfdist}/doc/fonts/duerer
12625%{texmfdist}/fonts/source/public/duerer
12626%{texmfdist}/fonts/tfm/public/duerer
12627
12628%doc %{texmfdist}/doc/fonts/ean
12629%{texmfdist}/fonts/source/public/ean
12630%{texmfdist}/fonts/tfm/public/ean
12631
12632%doc %{texmfdist}/doc/fonts/eco
12633%{texmfdist}/fonts/tfm/public/eco
12634%{texmfdist}/fonts/vf/public/eco
12635%{texmfdist}/source/fonts/eco
12636
12637%doc %{texmfdist}/doc/fonts/eiad
12638%{texmfdist}/fonts/source/public/eiad
12639%{texmfdist}/fonts/tfm/public/eiad
12640
12641%doc %{texmfdist}/doc/fonts/elvish
12642%{texmfdist}/fonts/source/public/elvish
12643%{texmfdist}/fonts/tfm/public/elvish
12644
12645%doc %{texmfdist}/doc/fonts/epigrafica
12646%{texmfdist}/fonts/afm/public/epigrafica
12647%{texmfdist}/fonts/enc/dvips/epigrafica
12648%{texmfdist}/fonts/map/dvips/epigrafica
12649%{texmfdist}/fonts/tfm/public/epigrafica
12650%{texmfdist}/fonts/type1/public/epigrafica
12651%{texmfdist}/fonts/vf/public/epigrafica
12652
12653%{texmfdist}/fonts/map/dvips/epiolmec
12654%{texmfdist}/fonts/tfm/public/epiolmec
12655%{texmfdist}/fonts/type1/public/epiolmec
12656
12657%doc %{texmfdist}/doc/fonts/esint-type1
12658%{texmfdist}/fonts/map/dvips/esint-type1
12659%{texmfdist}/fonts/type1/public/esint-type1
12660
f1ba8563
ZU
12661%{texmfdist}/fonts/ofm/public/ethiop
12662%{texmfdist}/fonts/ovf/public/ethiop
12663%{texmfdist}/fonts/ovp/public/ethiop
12664%{texmfdist}/fonts/source/public/ethiop
12665%{texmfdist}/fonts/tfm/public/ethiop
12666
12667%{texmfdist}/fonts/map/dvips/ethiop-t1
12668%{texmfdist}/fonts/type1/public/ethiop-t1
12669
12670%doc %{texmfdist}/doc/fonts/euro-ce
12671%{texmfdist}/fonts/source/public/euro-ce
12672%{texmfdist}/fonts/tfm/public/euro-ce
12673
12674%doc %{texmfdist}/doc/fonts/eurofont
12675%{texmfdist}/fonts/map/dvips/eurofont
12676%{texmfdist}/source/fonts/eurofont
12677
f1ba8563
ZU
12678%doc %{texmfdist}/doc/fonts/feyn
12679%{texmfdist}/fonts/source/public/feyn
12680%{texmfdist}/fonts/tfm/public/feyn
12681%{texmfdist}/source/fonts/feyn
12682
12683%doc %{texmfdist}/doc/fonts/fge
12684%{texmfdist}/fonts/source/public/fge
12685%{texmfdist}/fonts/tfm/public/fge
12686%{texmfdist}/source/fonts/fge
12687
12688%{texmfdist}/fonts/map/dvips/foekfont
12689%{texmfdist}/fonts/tfm/public/foekfont
12690%{texmfdist}/fonts/type1/public/foekfont
12691
12692%doc %{texmfdist}/doc/fonts/fonetika
12693%{texmfdist}/fonts/afm/public/fonetika
12694%{texmfdist}/fonts/map/dvips/fonetika
12695%{texmfdist}/fonts/tfm/public/fonetika
12696%{texmfdist}/fonts/type1/public/fonetika
12697
12698%doc %{texmfdist}/doc/fonts/fourier
12699%{texmfdist}/fonts/afm/public/fourier
12700%{texmfdist}/fonts/map/dvips/fourier
12701%{texmfdist}/fonts/tfm/public/fourier
12702%{texmfdist}/fonts/type1/public/fourier
12703%{texmfdist}/fonts/vf/public/fourier
12704%{texmfdist}/source/fonts/fourier
12705
12706%doc %{texmfdist}/doc/fonts/fouriernc
12707%{texmfdist}/fonts/afm/public/fouriernc
12708%{texmfdist}/fonts/tfm/public/fouriernc
12709%{texmfdist}/fonts/vf/public/fouriernc
12710
12711%doc %{texmfdist}/doc/fonts/frcursive
12712%{texmfdist}/fonts/source/public/frcursive
12713%{texmfdist}/fonts/tfm/public/frcursive
12714%{texmfdist}/source/fonts/frcursive
12715
12716%doc %{texmfdist}/doc/fonts/futhark
12717%{texmfdist}/fonts/source/public/futhark
12718%{texmfdist}/fonts/tfm/public/futhark
12719
12720%{texmfdist}/fonts/afm/public/garuda
12721%{texmfdist}/fonts/map/dvips/garuda
12722%{texmfdist}/fonts/tfm/public/garuda
12723%{texmfdist}/fonts/type1/public/garuda
12724
12725%doc %{texmfdist}/doc/fonts/genealogy
12726%{texmfdist}/fonts/source/public/genealogy
12727%{texmfdist}/fonts/tfm/public/genealogy
12728
12729%doc %{texmfdist}/doc/fonts/gfsartemisia
12730%{texmfdist}/fonts/afm/public/gfsartemisia
12731%{texmfdist}/fonts/enc/dvips/gfsartemisia
12732%{texmfdist}/fonts/map/dvips/gfsartemisia
12733%{texmfdist}/fonts/opentype/public/gfsartemisia
12734%{texmfdist}/fonts/tfm/public/gfsartemisia
12735%{texmfdist}/fonts/type1/public/gfsartemisia
12736%{texmfdist}/fonts/vf/public/gfsartemisia
12737
12738%doc %{texmfdist}/doc/fonts/gfsbaskerville
12739%{texmfdist}/fonts/afm/public/gfsbaskerville
12740%{texmfdist}/fonts/enc/dvips/gfsbaskerville
12741%{texmfdist}/fonts/map/dvips/gfsbaskerville
12742%{texmfdist}/fonts/opentype/public/gfsbaskerville
12743%{texmfdist}/fonts/tfm/public/gfsbaskerville
12744%{texmfdist}/fonts/type1/public/gfsbaskerville
12745%{texmfdist}/fonts/vf/public/gfsbaskerville
12746
12747%doc %{texmfdist}/doc/fonts/gfsbodoni
12748%{texmfdist}/fonts/afm/public/gfsbodoni
12749%{texmfdist}/fonts/enc/dvips/gfsbodoni
12750%{texmfdist}/fonts/map/dvips/gfsbodoni
12751%{texmfdist}/fonts/opentype/public/gfsbodoni
12752%{texmfdist}/fonts/tfm/public/gfsbodoni
12753%{texmfdist}/fonts/type1/public/gfsbodoni
12754%{texmfdist}/fonts/vf/public/gfsbodoni
12755
12756%doc %{texmfdist}/doc/fonts/gfscomplutum
12757%{texmfdist}/fonts/afm/public/gfscomplutum
12758%{texmfdist}/fonts/enc/dvips/gfscomplutum
12759%{texmfdist}/fonts/map/dvips/gfscomplutum
12760%{texmfdist}/fonts/opentype/public/gfscomplutum
12761%{texmfdist}/fonts/tfm/public/gfscomplutum
12762%{texmfdist}/fonts/type1/public/gfscomplutum
12763%{texmfdist}/fonts/vf/public/gfscomplutum
12764
12765%doc %{texmfdist}/doc/fonts/gfsdidot
12766%{texmfdist}/fonts/afm/public/gfsdidot
12767%{texmfdist}/fonts/enc/dvips/gfsdidot
12768%{texmfdist}/fonts/map/dvips/gfsdidot
12769%{texmfdist}/fonts/opentype/public/gfsdidot
12770%{texmfdist}/fonts/tfm/public/gfsdidot
12771%{texmfdist}/fonts/type1/public/gfsdidot
12772%{texmfdist}/fonts/vf/public/gfsdidot
12773
12774%doc %{texmfdist}/doc/fonts/gfsneohellenic
12775%{texmfdist}/fonts/afm/public/gfsneohellenic
12776%{texmfdist}/fonts/enc/dvips/gfsneohellenic
12777%{texmfdist}/fonts/map/dvips/gfsneohellenic
12778%{texmfdist}/fonts/opentype/public/gfsneohellenic
12779%{texmfdist}/fonts/tfm/public/gfsneohellenic
12780%{texmfdist}/fonts/type1/public/gfsneohellenic
12781%{texmfdist}/fonts/vf/public/gfsneohellenic
12782
12783%doc %{texmfdist}/doc/fonts/gfsporson
12784%{texmfdist}/fonts/afm/public/gfsporson
12785%{texmfdist}/fonts/enc/dvips/gfsporson
12786%{texmfdist}/fonts/map/dvips/gfsporson
12787%{texmfdist}/fonts/opentype/public/gfsporson
12788%{texmfdist}/fonts/tfm/public/gfsporson
12789%{texmfdist}/fonts/type1/public/gfsporson
12790%{texmfdist}/fonts/vf/public/gfsporson
12791
12792%doc %{texmfdist}/doc/fonts/gfssolomos
12793%{texmfdist}/fonts/afm/public/gfssolomos
12794%{texmfdist}/fonts/enc/dvips/gfssolomos
12795%{texmfdist}/fonts/map/dvips/gfssolomos
12796%{texmfdist}/fonts/opentype/public/gfssolomos
12797%{texmfdist}/fonts/tfm/public/gfssolomos
12798%{texmfdist}/fonts/type1/public/gfssolomos
12799%{texmfdist}/fonts/vf/public/gfssolomos
12800
12801%{texmfdist}/fonts/source/public/go
12802%{texmfdist}/fonts/tfm/public/go
12803
12804%doc %{texmfdist}/doc/fonts/greenpoint
12805%{texmfdist}/fonts/source/public/greenpoint
12806%{texmfdist}/fonts/tfm/public/greenpoint
12807
12808%{texmfdist}/fonts/afm/groff
12809%{texmfdist}/fonts/enc/dvips/groff
12810%{texmfdist}/fonts/map/dvips/groff
12811%{texmfdist}/fonts/tfm/groff
12812%{texmfdist}/fonts/type1/groff
12813
12814%doc %{texmfdist}/doc/fonts/grotesq
12815%{texmfdist}/fonts/map/dvips/grotesq
12816
12817%{texmfdist}/fonts/afm/vntex/grotesqvn
12818%{texmfdist}/fonts/tfm/vntex/grotesqvn
12819%{texmfdist}/fonts/type1/vntex/grotesqvn
12820
12821%{texmfdist}/fonts/afm/public/grverb
12822%{texmfdist}/fonts/map/dvips/grverb
12823%{texmfdist}/fonts/tfm/public/grverb
12824%{texmfdist}/fonts/type1/public/grverb
12825%{texmfdist}/fonts/vf/public/grverb
12826
12827%{texmfdist}/fonts/source/public/hands
12828%{texmfdist}/fonts/tfm/public/hands
12829
8affbd2c
ZU
12830%{texmfdist}/fonts/afm/jmn
12831%{texmfdist}/fonts/tfm/jmn
12832%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
12833
12834%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
12835
12836%doc %{texmfdist}/doc/fonts/hfbright
12837%{texmfdist}/fonts/afm/public/hfbright
12838%{texmfdist}/fonts/enc/dvips/hfbright
12839%{texmfdist}/fonts/map/dvips/hfbright
12840%{texmfdist}/fonts/type1/public/hfbright
12841%{texmfdist}/source/fonts/hfbright
12842
12843%doc %{texmfdist}/doc/fonts/hfoldsty
12844%{texmfdist}/fonts/tfm/public/hfoldsty
12845%{texmfdist}/fonts/vf/public/hfoldsty
12846%{texmfdist}/source/fonts/hfoldsty
12847
12848%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 12849%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
12850%{texmfdist}/fonts/afm/public/ibygrk
12851%{texmfdist}/fonts/enc/dvips/ibygrk
12852%{texmfdist}/fonts/map/dvips/ibygrk
12853%{texmfdist}/fonts/source/public/ibygrk
12854%{texmfdist}/fonts/tfm/public/ibygrk
12855%{texmfdist}/fonts/type1/public/ibygrk
12856
12857%doc %{texmfdist}/doc/fonts/ifsym
12858%{texmfdist}/fonts/source/public/ifsym
12859%{texmfdist}/fonts/tfm/public/ifsym
12860
12861%doc %{texmfdist}/doc/fonts/initials
12862%{texmfdist}/fonts/afm/public/initials
12863%{texmfdist}/fonts/map/dvips/initials
12864%{texmfdist}/fonts/tfm/public/initials
12865%{texmfdist}/fonts/type1/public/initials
12866
745facc7 12867%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
12868%{texmfdist}/fonts/afm/public/itrans
12869%{texmfdist}/fonts/source/public/itrans
12870%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
12871%{texmfdist}/fonts/type1/public/itrans
12872
745facc7 12873%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
12874%{texmfdist}/fonts/afm/public/iwona
12875%{texmfdist}/fonts/enc/dvips/iwona
12876%{texmfdist}/fonts/map/dvips/iwona
12877%{texmfdist}/fonts/opentype/public/iwona
12878%{texmfdist}/fonts/tfm/public/iwona
12879%{texmfdist}/fonts/type1/public/iwona
12880
12881%{texmfdist}/fonts/enc/dvips/jmn
12882%{texmfdist}/fonts/map/dvips/jmn
12883
745facc7 12884%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
12885%{texmfdist}/fonts/source/public/kdgreek
12886%{texmfdist}/fonts/tfm/public/kdgreek
12887
12888%{texmfdist}/fonts/afm/public/kerkis
12889%{texmfdist}/fonts/enc/dvips/kerkis
12890%{texmfdist}/fonts/map/dvips/kerkis
12891%{texmfdist}/fonts/tfm/public/kerkis
12892%{texmfdist}/fonts/type1/public/kerkis
12893%{texmfdist}/fonts/vf/public/kerkis
12894
12895%doc %{texmfdist}/doc/fonts/kixfont
12896%{texmfdist}/fonts/source/public/kixfont
12897%{texmfdist}/fonts/tfm/public/kixfont
12898
12899%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 12900%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
12901%{texmfdist}/fonts/afm/public/kpfonts
12902%{texmfdist}/fonts/map/public/kpfonts
12903%{texmfdist}/fonts/source/public/kpfonts
12904%{texmfdist}/fonts/tfm/public/kpfonts
12905%{texmfdist}/fonts/type1/public/kpfonts
12906%{texmfdist}/fonts/vf/public/kpfonts
12907
745facc7 12908%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
12909%{texmfdist}/fonts/afm/public/kurier
12910%{texmfdist}/fonts/enc/dvips/kurier
12911%{texmfdist}/fonts/map/dvips/kurier
12912%{texmfdist}/fonts/opentype/public/kurier
12913%{texmfdist}/fonts/tfm/public/kurier
12914%{texmfdist}/fonts/type1/public/kurier
12915
12916%doc %{texmfdist}/doc/fonts/levy
12917%{texmfdist}/fonts/source/public/levy
12918
12919%doc %{texmfdist}/doc/fonts/lfb
12920%{texmfdist}/fonts/source/public/lfb
12921%{texmfdist}/fonts/tfm/public/lfb
12922
12923%doc %{texmfdist}/doc/fonts/libertine
12924%{texmfdist}/fonts/afm/public/libertine
12925%{texmfdist}/fonts/enc/dvips/libertine
12926%{texmfdist}/fonts/map/dvips/libertine
12927%{texmfdist}/fonts/tfm/public/libertine
12928%{texmfdist}/fonts/type1/public/libertine
12929%{texmfdist}/fonts/vf/public/libertine
12930
12931%doc %{texmfdist}/doc/fonts/linearA
12932%{texmfdist}/fonts/afm/public/linearA
12933%{texmfdist}/fonts/map/dvips/linearA
12934%{texmfdist}/fonts/tfm/public/linearA
12935%{texmfdist}/fonts/type1/public/linearA
12936%{texmfdist}/source/fonts/linearA
12937
12938%{texmfdist}/fonts/source/public/logic
12939%{texmfdist}/fonts/tfm/public/logic
12940
12941%doc %{texmfdist}/doc/fonts/lxfonts
12942%{texmfdist}/fonts/map/dvips/lxfonts
12943%{texmfdist}/fonts/source/public/lxfonts
12944%{texmfdist}/fonts/tfm/public/lxfonts
12945%{texmfdist}/fonts/type1/public/lxfonts
12946
12947%doc %{texmfdist}/doc/fonts/ly1
12948%{texmfdist}/fonts/map/dvips/ly1
12949
12950%{texmfdist}/fonts/source/public/malayalam
12951%{texmfdist}/fonts/tfm/public/malayalam
12952
12953%{texmfdist}/fonts/map/dvips/manfnt
12954
12955%{texmfdist}/fonts/map/dvips/mathdesign
12956
12957%{texmfdist}/fonts/tfm/public/mathpazo
12958%{texmfdist}/fonts/vf/public/mathpazo
12959
8affbd2c
ZU
12960%{texmfdist}/fonts/afm/mathdesign
12961%{texmfdist}/fonts/tfm/mathdesign
12962%{texmfdist}/fonts/type1/mathdesign
12963%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
12964
12965%{texmfdist}/fonts/enc/dvips/mnsymbol
12966%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 12967%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
12968%{texmfdist}/fonts/map/vtex/mnsymbol
12969%{texmfdist}/fonts/opentype/public/mnsymbol
12970%{texmfdist}/fonts/source/public/mnsymbol
12971%{texmfdist}/fonts/tfm/public/mnsymbol
12972%{texmfdist}/fonts/type1/public/mnsymbol
12973
12974%{texmfdist}/fonts/map/dvips/montex
12975%{texmfdist}/fonts/source/public/montex
12976%{texmfdist}/fonts/tfm/public/montex
12977%{texmfdist}/fonts/type1/public/montex
12978
12979%{texmfdist}/fonts/tfm/vntex/mscorevn
12980%{texmfdist}/fonts/vf/vntex/mscorevn
12981
12982%{texmfdist}/fonts/source/public/musixps
12983%{texmfdist}/fonts/tfm/public/musixps
12984
12985%doc %{texmfdist}/doc/generic/musixtex
12986%{texmfdist}/fonts/map/dvips/musixtex
12987%{texmfdist}/fonts/source/public/musixtex
12988%{texmfdist}/fonts/tfm/public/musixtex
12989%{texmfdist}/fonts/type1/public/musixtex
12990
12991%{texmfdist}/fonts/source/public/mxd
12992%{texmfdist}/fonts/tfm/public/mxd
12993
12994%{texmfdist}/fonts/source/public/mxedruli
12995%{texmfdist}/fonts/tfm/public/mxedruli
12996
12997%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
12998
12999%{texmfdist}/fonts/source/public/niceframe
13000%{texmfdist}/fonts/tfm/public/niceframe
13001
13002%doc %{texmfdist}/doc/fonts/nkarta
13003%{texmfdist}/fonts/source/public/nkarta
13004%{texmfdist}/fonts/tfm/public/nkarta
13005
13006%{texmfdist}/fonts/afm/public/norasi
13007%{texmfdist}/fonts/map/dvips/norasi
13008%{texmfdist}/fonts/tfm/public/norasi
13009%{texmfdist}/fonts/type1/public/norasi
13010
13011%{texmfdist}/fonts/source/public/oca
13012
13013%{texmfdist}/fonts/afm/public/ocherokee
13014%{texmfdist}/fonts/map/dvips/ocherokee
13015%{texmfdist}/fonts/ofm/public/ocherokee
13016%{texmfdist}/fonts/ovf/public/ocherokee
13017%{texmfdist}/fonts/ovp/public/ocherokee
13018%{texmfdist}/fonts/tfm/public/ocherokee
13019%{texmfdist}/fonts/type1/public/ocherokee
13020
13021%{texmfdist}/fonts/source/public/ogham
13022%{texmfdist}/fonts/tfm/public/ogham
13023
13024%doc %{texmfdist}/doc/fonts/oinuit
13025%{texmfdist}/fonts/map/dvips/oinuit
13026%{texmfdist}/fonts/ofm/public/oinuit
13027%{texmfdist}/fonts/ovf/public/oinuit
13028%{texmfdist}/fonts/tfm/public/oinuit
13029%{texmfdist}/fonts/type1/public/oinuit
13030
13031%{texmfdist}/fonts/source/public/osmanian
13032
13033%doc %{texmfdist}/doc/fonts/ot2cyr
13034%{texmfdist}/fonts/map/dvips/ot2cyr
13035%{texmfdist}/source/fonts/ot2cyr
13036
13037%{texmfdist}/fonts/source/public/othello
13038%{texmfdist}/fonts/tfm/public/othello
13039
13040%{texmfdist}/fonts/ofm/public/otibet
13041%{texmfdist}/fonts/ovf/public/otibet
13042%{texmfdist}/fonts/ovp/public/otibet
13043%{texmfdist}/fonts/source/public/otibet
13044%{texmfdist}/fonts/tfm/public/otibet
13045
13046%doc %{texmfdist}/doc/fonts/pacioli
13047%{texmfdist}/fonts/source/public/pacioli
13048%{texmfdist}/fonts/tfm/public/pacioli
13049
13050%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
13051
13052%doc %{texmfdist}/doc/fonts/phaistos
13053%{texmfdist}/fonts/afm/public/phaistos
13054%{texmfdist}/fonts/map/dvips/phaistos
13055%{texmfdist}/fonts/opentype/public/phaistos
13056%{texmfdist}/fonts/tfm/public/phaistos
13057%{texmfdist}/fonts/type1/public/phaistos
13058%{texmfdist}/source/fonts/phaistos
13059
13060%{texmfdist}/fonts/opentype/public/philokalia
13061
13062%doc %{texmfdist}/doc/fonts/phonetic
13063%{texmfdist}/fonts/source/public/phonetic
13064%{texmfdist}/fonts/tfm/public/phonetic
13065%{texmfdist}/source/fonts/phonetic
13066
8affbd2c 13067%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
13068
13069%{texmfdist}/fonts/source/public/punk
13070%{texmfdist}/fonts/tfm/public/punk
13071
13072%{texmfdist}/fonts/tfm/public/relenc
13073%{texmfdist}/fonts/vf/public/relenc
13074
13075%doc %{texmfdist}/doc/fonts/rsfs
13076%{texmfdist}/fonts/map/dvips/rsfs
13077
13078%{texmfdist}/fonts/map/dvips/sanskrit
13079%{texmfdist}/fonts/source/public/sanskrit
13080%{texmfdist}/fonts/tfm/public/sanskrit
13081%{texmfdist}/fonts/type1/public/sanskrit
13082
13083%{texmfdist}/fonts/source/public/sauter
13084
13085%doc %{texmfdist}/doc/fonts/semaphor
13086%{texmfdist}/fonts/afm/public/semaphor
13087%{texmfdist}/fonts/enc/dvips/semaphor
13088%{texmfdist}/fonts/map/dvips/semaphor
13089%{texmfdist}/fonts/opentype/public/semaphor
13090%{texmfdist}/fonts/source/public/semaphor
13091%{texmfdist}/fonts/tfm/public/semaphor
13092%{texmfdist}/fonts/type1/public/semaphor
13093
13094%{texmfdist}/fonts/source/public/simpsons
13095
13096%{texmfdist}/fonts/map/dvips/skak
13097%{texmfdist}/fonts/source/public/skak
13098%{texmfdist}/fonts/tfm/public/skak
13099
13100%doc %{texmfdist}/doc/fonts/skaknew
13101%{texmfdist}/fonts/afm/public/skaknew
13102%{texmfdist}/fonts/map/dvips/skaknew
13103%{texmfdist}/fonts/map/vtex/skaknew
13104%{texmfdist}/fonts/tfm/public/skaknew
13105%{texmfdist}/fonts/type1/public/skaknew
13106
13107%{texmfdist}/fonts/source/public/skull
13108
13109%{texmfdist}/fonts/source/public/soyombo
13110%{texmfdist}/fonts/tfm/public/soyombo
13111
13112%doc %{texmfdist}/doc/fonts/staves
13113%{texmfdist}/fonts/map/dvips/staves
13114%{texmfdist}/fonts/tfm/public/staves
13115%{texmfdist}/fonts/type1/public/staves
13116
13117%{texmfdist}/fonts/map/dvips/stmaryrd
13118%{texmfdist}/fonts/source/public/stmaryrd
13119
13120%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
13121
13122%{texmfdist}/fonts/afm/public/tabvar
13123%{texmfdist}/fonts/map/dvips/tabvar
13124%{texmfdist}/fonts/tfm/public/tabvar
13125%{texmfdist}/fonts/type1/public/tabvar
13126
f1ba8563
ZU
13127
13128%{texmfdist}/fonts/source/public/tapir
13129%{texmfdist}/fonts/type1/public/tapir
13130
13131%{texmfdist}/fonts/enc/dvips/tengwarscript
13132%{texmfdist}/fonts/map/dvips/tengwarscript
13133%{texmfdist}/fonts/tfm/public/tengwarscript
13134%{texmfdist}/fonts/vf/public/tengwarscript
13135
80fa261c 13136%{texmfdist}/doc/fonts/pclnfss
198c241e 13137%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
13138
13139%doc %{texmfdist}/doc/fonts/tex-gyre
13140%{texmfdist}/fonts/afm/public/tex-gyre
13141%{texmfdist}/fonts/enc/dvips/tex-gyre
13142%{texmfdist}/fonts/map/dvips/tex-gyre
13143%{texmfdist}/fonts/opentype/public/tex-gyre
13144%{texmfdist}/fonts/tfm/public/tex-gyre
13145%{texmfdist}/fonts/type1/public/tex-gyre
13146
f1ba8563 13147%{texmfdist}/fonts/map/dvips/times
f1ba8563 13148
f1ba8563
ZU
13149
13150%doc %{texmfdist}/doc/fonts/timing
13151%{texmfdist}/fonts/source/public/timing
13152%{texmfdist}/fonts/tfm/public/timing
13153
13154%doc %{texmfdist}/doc/fonts/tipa
13155%{texmfdist}/fonts/map/dvips/tipa
13156%{texmfdist}/fonts/source/public/tipa
13157%{texmfdist}/fonts/tfm/public/tipa
13158%{texmfdist}/fonts/type1/public/tipa
13159
13160%{texmfdist}/fonts/afm/public/trajan
13161%{texmfdist}/fonts/map/dvips/trajan
13162%{texmfdist}/fonts/tfm/public/trajan
13163%{texmfdist}/fonts/type1/public/trajan
13164
13165%{texmfdist}/fonts/source/public/trsym
13166%{texmfdist}/fonts/tfm/public/trsym
13167
13168%{texmfdist}/fonts/tfm/vntex/txttvn
13169%{texmfdist}/fonts/type1/vntex/txttvn
13170
13171%{texmfdist}/fonts/map/dvips/uhc
13172
13173%{texmfdist}/fonts/source/public/ulsy
13174%{texmfdist}/fonts/tfm/public/ulsy
13175
13176%doc %{texmfdist}/doc/fonts/umrand
13177%{texmfdist}/fonts/source/public/umrand
13178%{texmfdist}/fonts/tfm/public/umrand
13179
13180%doc %{texmfdist}/doc/fonts/umtypewriter
13181%{texmfdist}/fonts/opentype/public/umtypewriter
13182
13183%doc %{texmfdist}/doc/fonts/universa
13184%{texmfdist}/fonts/source/public/universa
13185%{texmfdist}/fonts/tfm/public/universa
13186%{texmfdist}/source/fonts/universa
13187
13188%{texmfdist}/fonts/afm/public/velthuis
13189%{texmfdist}/fonts/map/dvips/velthuis
13190%{texmfdist}/fonts/source/public/velthuis
13191%{texmfdist}/fonts/tfm/public/velthuis
13192%{texmfdist}/fonts/type1/public/velthuis
13193
13194%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
13195
13196%{texmfdist}/fonts/afm/vntex/vntopia
13197%{texmfdist}/fonts/tfm/vntex/vntopia
13198%{texmfdist}/fonts/type1/vntex/vntopia
13199%{texmfdist}/fonts/vf/vntex/vntopia
13200
13201%{texmfdist}/fonts/map/dvips/wadalab
13202
13203%doc %{texmfdist}/doc/fonts/wasy
13204%{texmfdist}/fonts/afm/public/wasy
13205%{texmfdist}/fonts/map/dvips/wasy
13206%{texmfdist}/fonts/type1/public/wasy
13207
13208%{texmfdist}/fonts/source/public/wnri
13209%{texmfdist}/fonts/tfm/public/wnri
13210
13211%{texmfdist}/fonts/source/public/wsuipa
13212%{texmfdist}/fonts/tfm/public/wsuipa
13213
13214%{texmfdist}/fonts/source/public/xbmc
13215%{texmfdist}/fonts/tfm/public/xbmc
13216
f1ba8563
ZU
13217%doc %{texmfdist}/doc/fonts/xq
13218%{texmfdist}/fonts/source/public/xq
13219%{texmfdist}/fonts/tfm/public/xq
13220
13221%{texmfdist}/fonts/source/public/yannisgr
13222
13223%{texmfdist}/fonts/map/dvips/yhmath
13224%{texmfdist}/fonts/source/public/yhmath
13225%{texmfdist}/fonts/tfm/public/yhmath
13226%{texmfdist}/fonts/type1/public/yhmath
13227%{texmfdist}/fonts/vf/public/yhmath
13228
13229%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 13230%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
13231
13232%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
13233
13234%{texmfdist}/dvips/zefonts
13235%{texmfdist}/fonts/map/dvips/zefonts
13236%{texmfdist}/fonts/tfm/public/zefonts
13237%{texmfdist}/fonts/vf/public/zefonts
13238
13239
d08789e0 13240%files fonts-omega
489714ae 13241%defattr(644,root,root,755)
7179ac92 13242%doc %{texmfdist}/doc/omega
2677a8b0
ZU
13243%dir %{texmfdist}/omega
13244%dir %{texmfdist}/omega/otp
13245%dir %{texmfdist}/omega/ocp
7179ac92
ZU
13246%{texmfdist}/dvips/omega
13247%{texmfdist}/fonts/ofm/public/omega
13248%{texmfdist}/fonts/type1/public/omega
13249%{texmfdist}/fonts/afm/public/omega
13250%{texmfdist}/fonts/ovp/public/omega
13251%{texmfdist}/fonts/tfm/public/omega
13252%{texmfdist}/fonts/ovf/public/omega
13253%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
13254%{texmfdist}/omega/ocp/omega
13255%{texmfdist}/omega/otp/omega
13256%{texmfdist}/tex/plain/omega
d08789e0 13257
5b7eba8e
MB
13258#%files fonts-pazo
13259#%defattr(644,root,root,755)
d08789e0
ZU
13260
13261%files fonts-pl
13262%defattr(644,root,root,755)
7179ac92 13263%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
13264%dir %{texmf}/scripts/texlive
13265%dir %{texmf}/scripts/texlive/tlmgrgui
13266%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
13267%{texmfdist}/dvips/pl
13268%{texmfdist}/fonts/source/public/pl
13269%{texmfdist}/fonts/type1/public/pl
13270%{texmfdist}/fonts/afm/public/pl
13271%{texmfdist}/fonts/enc/dvips/pl
13272%{texmfdist}/fonts/tfm/public/pl
13273%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 13274%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
13275
13276%files fonts-px
13277%defattr(644,root,root,755)
7179ac92 13278%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
13279# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
13280# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
13281%dir %{texmfdist}/fonts/map/dvips/pxfonts
13282%dir %{texmfdist}/tex/latex/pxfonts
13283%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
13284%{texmfdist}/fonts/afm/public/pxfonts
13285%{texmfdist}/fonts/tfm/public/pxfonts
13286%{texmfdist}/fonts/type1/public/pxfonts
13287%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 13288%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 13289
5b7eba8e
MB
13290#%files fonts-qfonts
13291#%defattr(644,root,root,755)
31bd2c4a
ZU
13292# %doc %{texmf}/doc/fonts/polish/qfonts
13293# %{texmf}/fonts/enc/dvips/qfonts
13294# %{texmf}/fonts/map/dvips/qfonts
13295# %{texmf}/dvips/qfonts
13296# %{texmf}/fonts/afm/public/qfonts
13297# %{texmf}/fonts/tfm/public/qfonts
d08789e0 13298
74dbda3f
ZU
13299# %files fonts-qpx
13300# %defattr(644,root,root,755)
13301# %{texmf}/fonts/tfm/public/qpx
13302# %{texmf}/fonts/vf/public/qpx
d08789e0 13303
31bd2c4a 13304%files fonts-qpxqtx
d08789e0 13305%defattr(644,root,root,755)
7179ac92
ZU
13306%{texmfdist}/fonts/tfm/public/qpxqtx
13307%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
13308
13309%files fonts-rsfs
13310%defattr(644,root,root,755)
7179ac92
ZU
13311%{texmfdist}/fonts/source/public/rsfs
13312%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
13313
13314%files fonts-stmaryrd
13315%defattr(644,root,root,755)
7179ac92
ZU
13316%doc %{texmfdist}/doc/fonts/stmaryrd
13317%{texmfdist}/source/fonts/stmaryrd
13318%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
13319
13320%files fonts-tx
13321%defattr(644,root,root,755)
7179ac92
ZU
13322%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
13323%{texmfdist}/fonts/afm/public/txfonts
13324%{texmfdist}/fonts/tfm/public/txfonts
13325%{texmfdist}/fonts/vf/public/txfonts
d08789e0 13326
5bc70a92
MB
13327%files fonts-uhc
13328%defattr(644,root,root,755)
13329%doc %{texmfdist}/doc/fonts/uhc
13330%{texmfdist}/fonts/afm/uhc
13331%{texmfdist}/fonts/tfm/uhc
13332%{texmfdist}/fonts/vf/uhc
13333
d08789e0
ZU
13334%files fonts-urw
13335%defattr(644,root,root,755)
7179ac92 13336%{texmfdist}/fonts/afm/urw
5bc70a92
MB
13337%{texmfdist}/fonts/tfm/urw
13338%{texmfdist}/fonts/vf/urw
d08789e0
ZU
13339
13340%files fonts-urwvn
13341%defattr(644,root,root,755)
26d8eaaa 13342%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
13343%{texmfdist}/fonts/tfm/vntex/urwvn
13344%{texmfdist}/fonts/type1/vntex/urwvn
13345%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
13346
13347%files fonts-vnr
13348%defattr(644,root,root,755)
7179ac92
ZU
13349%{texmfdist}/fonts/map/dvips/vntex
13350%{texmfdist}/fonts/source/vntex/vnr
13351%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 13352
e67df411
ZU
13353%files fonts-urw35vf
13354%defattr(644,root,root,755)
13355%{texmfdist}/fonts/vf/urw35vf
13356
5bc70a92
MB
13357%files fonts-wadalab
13358%defattr(644,root,root,755)
13359%doc %{texmfdist}/doc/fonts/wadalab
13360%{texmfdist}/fonts/afm/wadalab
13361%{texmfdist}/fonts/tfm/wadalab
13362%{texmfdist}/fonts/vf/wadalab
13363
d08789e0
ZU
13364%files fonts-wasy
13365%defattr(644,root,root,755)
7179ac92
ZU
13366%{texmfdist}/fonts/source/public/wasy
13367%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
13368
13369%files fonts-xypic
13370%defattr(644,root,root,755)
7179ac92
ZU
13371%{texmfdist}/fonts/map/dvips/xypic
13372# %{texmfdist}/fonts/afm/public/xypic
13373%{texmfdist}/fonts/source/public/xypic
13374%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
13375
13376%files fonts-yandy
13377%defattr(644,root,root,755)
adbd04dd 13378# %{texmf}/fonts/afm/yandy
7179ac92 13379%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
13380# %{texmf}/fonts/tfm/yandy
13381# %{texmf}/fonts/vf/yandy
d08789e0
ZU
13382
13383%files fonts-type1-antp
13384%defattr(644,root,root,755)
7179ac92
ZU
13385%{texmfdist}/dvips/antp
13386%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
13387
13388%files fonts-type1-antt
13389%defattr(644,root,root,755)
adbd04dd 13390# %{texmf}/dvips/antt
7179ac92 13391%{texmfdist}/fonts/type1/public/antt
d08789e0 13392
5bc70a92
MB
13393%files fonts-type1-arphic
13394%defattr(644,root,root,755)
13395%{texmfdist}/fonts/type1/arphic
13396
d08789e0
ZU
13397%files fonts-type1-belleek
13398%defattr(644,root,root,755)
7179ac92
ZU
13399%doc %{texmfdist}/doc/fonts/belleek
13400%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
13401
13402%files fonts-type1-bitstream
13403%defattr(644,root,root,755)
7179ac92 13404%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
13405
13406%files fonts-type1-bluesky
13407%defattr(644,root,root,755)
04eb4e68
ZU
13408# %doc %{texmf}/doc/fonts/bluesky
13409# %{texmf}/dvips/bluesky
7179ac92 13410%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
13411
13412%files fonts-type1-cc-pl
13413%defattr(644,root,root,755)
7179ac92
ZU
13414%doc %{texmfdist}/doc/fonts/cc-pl
13415%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
13416
13417%files fonts-type1-cmcyr
13418%defattr(644,root,root,755)
7179ac92 13419%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
13420
13421%files fonts-type1-cs
13422%defattr(644,root,root,755)
7179ac92 13423%{texmfdist}/fonts/type1/public/cs
d08789e0 13424
04eb4e68
ZU
13425# %files fonts-type1-dstroke
13426# %defattr(644,root,root,755)
13427# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
13428
13429%files fonts-type1-eurosym
13430%defattr(644,root,root,755)
7179ac92 13431%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
13432
13433%files fonts-type1-hoekwater
13434%defattr(644,root,root,755)
7179ac92 13435%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
13436
13437%files fonts-type1-fpl
13438%defattr(644,root,root,755)
7179ac92
ZU
13439%doc %{texmfdist}/doc/fonts/fpl
13440%{texmfdist}/fonts/afm/public/fpl
13441%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
13442
13443%files fonts-type1-lm
13444%defattr(644,root,root,755)
7179ac92
ZU
13445%{texmfdist}/fonts/afm/public/lm
13446%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
13447
13448%files fonts-type1-marvosym
13449%defattr(644,root,root,755)
7179ac92 13450%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
13451
13452%files fonts-type1-mathpazo
13453%defattr(644,root,root,755)
04eb4e68 13454# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
13455%{texmfdist}/fonts/afm/public/mathpazo
13456%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
13457
13458%files fonts-type1-omega
13459%defattr(644,root,root,755)
7179ac92 13460%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
13461
13462%files fonts-type1-pl
13463%defattr(644,root,root,755)
04eb4e68 13464# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 13465%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
13466
13467%files fonts-type1-px
13468%defattr(644,root,root,755)
7179ac92 13469%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 13470
04eb4e68
ZU
13471# %files fonts-type1-qfonts
13472# %defattr(644,root,root,755)
7179ac92 13473# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
13474
13475%files fonts-type1-tx
13476%defattr(644,root,root,755)
7179ac92 13477%{texmfdist}/fonts/type1/public/txfonts
d08789e0 13478
04eb4e68
ZU
13479# %files fonts-type1-tt2001
13480# %defattr(644,root,root,755)
13481# %{texmf}/fonts/type1/public/tt2001
d08789e0 13482
5bc70a92
MB
13483%files fonts-type1-uhc
13484%defattr(644,root,root,755)
13485%{texmfdist}/fonts/type1/uhc
13486
d08789e0
ZU
13487%files fonts-type1-urw
13488%defattr(644,root,root,755)
7179ac92 13489%{texmfdist}/fonts/type1/urw
d08789e0
ZU
13490
13491%files fonts-type1-vnr
13492%defattr(644,root,root,755)
7179ac92 13493%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 13494
5bc70a92
MB
13495%files fonts-type1-wadalab
13496%defattr(644,root,root,755)
13497%{texmfdist}/fonts/type1/wadalab
13498
d08789e0
ZU
13499%files fonts-type1-xypic
13500%defattr(644,root,root,755)
7179ac92 13501%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
13502
13503# TeXLive-specific
13504
13505%files afm2pl
13506%defattr(644,root,root,755)
13507%attr(755,root,root) %{_bindir}/afm2pl
13508%{_mandir}/man1/afm2pl*
015f9ddb 13509%{texmf}/fonts/lig/afm2pl
489714ae
ZU
13510
13511%files bbox
13512%defattr(644,root,root,755)
13513%attr(755,root,root) %{_bindir}/bbox
13514%{_mandir}/man1/bbox*
13515
13516%files cefutils
13517%defattr(644,root,root,755)
13518%attr(755,root,root) %{_bindir}/cef*
2677a8b0 13519%dir %{texmfdist}/tex/latex/cjk
21c69d95 13520%dir %{texmfdist}/doc/latex/cjk
c9ddaf2d 13521%{texmfdist}/source/latex/cjk
2677a8b0 13522%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
13523%doc %{texmfdist}/doc/latex/cjk/doc
13524%doc %{texmfdist}/doc/latex/cjk/examples
489714ae
ZU
13525
13526%files detex
13527%defattr(644,root,root,755)
13528%attr(755,root,root) %{_bindir}/detex
13529%{_mandir}/man1/detex*
13530
7ffd1967
ZU
13531
13532%files dviutils
13533%defattr(644,root,root,755)
13534%attr(755,root,root) %{_bindir}/dt2dv
13535%attr(755,root,root) %{_bindir}/dv2dt
13536%attr(755,root,root) %{_bindir}/dvi2tty
13537%attr(755,root,root) %{_bindir}/dviasm
13538%attr(755,root,root) %{_bindir}/dvibook
13539%attr(755,root,root) %{_bindir}/dviconcat
13540%attr(755,root,root) %{_bindir}/dvidvi
13541%attr(755,root,root) %{_bindir}/dvigif
13542%attr(755,root,root) %{_bindir}/dvipdfmx
13543%attr(755,root,root) %{_bindir}/dvipos
13544%attr(755,root,root) %{_bindir}/dviselect
13545%attr(755,root,root) %{_bindir}/dvitodvi
13546%{_mandir}/man1/dt2dv*
13547%{_mandir}/man1/dv2dt*
13548%{_mandir}/man1/dvi2tty*
13549%{_mandir}/man1/dvibook*
13550%{_mandir}/man1/dviconcat*
13551%{_mandir}/man1/dvidvi*
13552%{_mandir}/man1/dvigif*
13553%{_mandir}/man1/dvipos*
13554%{_mandir}/man1/dviselect*
13555%{_mandir}/man1/dvitodvi*
015f9ddb
ZU
13556%{texmf}/fonts/map/dvipdfmx
13557%dir %{texmf}/fonts/cmap
13558%{texmf}/dvipdfmx
13559%{texmf}/fonts/cmap/dvipdfmx
7ffd1967
ZU
13560
13561%files epsutils
13562%defattr(644,root,root,755)
13563%attr(755,root,root) %{_bindir}/epsffit
13564%attr(755,root,root) %{_bindir}/epspdf
13565%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 13566%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
13567%{texmfdist}/scripts/epspdf
13568%{_mandir}/man1/epsffit*
13569%doc %{texmfdist}/doc/epspdf
13570
13571%files filters
13572%defattr(644,root,root,755)
13573%attr(755,root,root) %{_bindir}/fix*
13574%{_mandir}/man1/fix*
13575
faa40f44
ZU
13576%files psutils
13577%defattr(644,root,root,755)
13578%attr(755,root,root) %{_bindir}/extractres
13579%attr(755,root,root) %{_bindir}/getafm
13580%attr(755,root,root) %{_bindir}/includeres
13581%attr(755,root,root) %{_bindir}/psbook
13582%attr(755,root,root) %{_bindir}/psmerge
13583%attr(755,root,root) %{_bindir}/psnup
13584%attr(755,root,root) %{_bindir}/psresize
13585%attr(755,root,root) %{_bindir}/psselect
5fef92c1 13586%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
13587%attr(755,root,root) %{_bindir}/pstops
13588%attr(755,root,root) %{_bindir}/showchar
13589%{_mandir}/man1/extractres*
13590%{_mandir}/man1/getafm*
13591%{_mandir}/man1/includeres*
13592%{_mandir}/man1/psbook*
13593%{_mandir}/man1/psmerge*
13594%{_mandir}/man1/psnup*
13595%{_mandir}/man1/psresize*
13596%{_mandir}/man1/psselect*
13597%{_mandir}/man1/pstops*
13598%{texmf}/dvips/psutils
13599
489714ae
ZU
13600%files uncategorized-utils
13601%defattr(644,root,root,755)
13602%attr(755,root,root) %{_bindir}/devnag
13603%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
13604
13605%files tex4ht
13606%defattr(644,root,root,755)
add234d3
MB
13607%attr(755,root,root) %{_bindir}/ht
13608%attr(755,root,root) %{_bindir}/htcontext
13609%attr(755,root,root) %{_bindir}/htlatex
13610%attr(755,root,root) %{_bindir}/htmex
13611%attr(755,root,root) %{_bindir}/httex
13612%attr(755,root,root) %{_bindir}/httexi
13613%attr(755,root,root) %{_bindir}/htxelatex
13614%attr(755,root,root) %{_bindir}/htxetex
13615%attr(755,root,root) %{_bindir}/mk4ht
13616%attr(755,root,root) %{_bindir}/t4ht
13617%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 13618%{texmf}/scripts/tex4ht
5b7eba8e 13619%{texmfdist}/tex/generic/tex4ht
add234d3
MB
13620%dir %{texmfdist}/scripts/tex4ht
13621%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
13622%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
13623%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
13624%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
13625%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
13626%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
13627%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
13628%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
13629%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 13630%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 13631%{texmfdist}/tex4ht
4224ae6d
MB
13632
13633%files xetex
13634%defattr(644,root,root,755)
13635%attr(755,root,root) %{_bindir}/xdvipdfmx
13636%attr(755,root,root) %{_bindir}/xelatex
13637%attr(755,root,root) %{_bindir}/xetex
13638%{texmf}/fmtutil/format.xetex.cnf
13639%doc %{texmfdist}/doc/xelatex
13640%doc %{texmfdist}/doc/xetex
13641%{texmfdist}/scripts/xetex
13642%{texmfdist}/tex/generic/ifxetex
13643%{texmfdist}/tex/generic/xetexconfig
13644%{texmfdist}/tex/latex/latexconfig/xelatex.ini
13645%{texmfdist}/tex/plain/config/xetex.ini
13646%{texmfdist}/tex/xelatex
13647%{texmfdist}/tex/xetex
13648
13649%files xmltex
13650%defattr(644,root,root,755)
13651%doc %{texmfdist}/doc/xmltex
13652%attr(755,root,root) %{_bindir}/pdfxmltex
13653%attr(755,root,root) %{_bindir}/xmltex
13654%{texmfdist}/tex/xmltex
13655%{texmf}/fmtutil/format.xmltex.cnf
This page took 2.067693 seconds and 4 git commands to generate.