]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- latex-effects subpackage
[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
24f69178 55Source10: http://tug.ctan.org/get/macros/latex/contrib/floatflt.zip
c48c077b 56Patch0: %{name}-am.patch
2c9c6c5b 57Patch1: %{name}-20080816-kpathsea-ar.patch
d08789e0 58URL: http://www.tug.org/texlive/
c48c077b 59BuildRequires: autoconf
d08789e0
ZU
60BuildRequires: automake
61BuildRequires: bison
a784d38e 62BuildRequires: clisp
d08789e0 63BuildRequires: ed
a784d38e 64BuildRequires: expat-devel
4c9dc995 65BuildRequires: ffcall-devel
97b079ad 66BuildRequires: flex
a784d38e 67BuildRequires: fontconfig-devel
e671f712
AM
68BuildRequires: freetype-devel
69BuildRequires: freetype1-devel
d08789e0
ZU
70BuildRequires: gd-devel >= 2.0.33
71BuildRequires: libpng-devel >= 1.2.8
97b079ad 72BuildRequires: libtool
c48c077b
AM
73# should this be somewhere in clisp?
74BuildRequires: libsigsegv
d08789e0
ZU
75BuildRequires: libstdc++-devel
76BuildRequires: ncurses-devel
77BuildRequires: rpm-perlprov
78BuildRequires: rpm-pythonprov
d062bbe0 79BuildRequires: sed >= 4.0
d08789e0
ZU
80BuildRequires: t1lib-devel >= 5.0.2
81BuildRequires: texinfo
ca4b56d2
AM
82%if %{with bootstrap}
83BuildRequires: tetex-format-latex
84BuildRequires: tetex-format-pdflatex
ca4b56d2 85BuildRequires: tetex-latex-cyrillic
97b079ad 86BuildRequires: tetex-tex-babel
ca4b56d2 87%else
ca4b56d2
AM
88BuildRequires: texlive-format-latex
89BuildRequires: texlive-format-pdflatex
ca4b56d2 90BuildRequires: texlive-latex-cyrillic
97b079ad
ZU
91BuildRequires: texlive-tex-babel
92# fill with future texlive BR. guesses ones for now
ca4b56d2 93%endif
24f69178 94BuildRequires: /usr/bin/latex
d08789e0 95BuildRequires: unzip
a784d38e 96BuildRequires: xorg-lib-libICE-devel
d08789e0 97BuildRequires: xorg-lib-libXaw-devel
a784d38e 98BuildRequires: xorg-lib-libXext-devel
a784d38e 99BuildRequires: xorg-lib-libXmu-devel
97b079ad 100BuildRequires: xorg-lib-libXpm-devel
d08789e0 101BuildRequires: zlib-devel >= 1.2.1
78d53d8c 102Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
103Requires: %{name}-fonts-cm = %{epoch}:%{version}-%{release}
104Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
105Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
106Requires: awk
107Requires: dialog
0b6bcf85 108Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0
ZU
109Requires: sed
110Requires: sh-utils
d3f501b8 111Requires: texconfig = %{epoch}:%{version}-%{release}
e88b5dcf 112Requires: textutils
d08789e0
ZU
113Suggests: tmpwatch
114Obsoletes: tetex
115Obsoletes: tetex-afm
116Obsoletes: tetex-doc
117Obsoletes: tetex-doc-latex2e-html
118Obsoletes: tetex-fontinst
119Obsoletes: tetex-fontname
120Obsoletes: tetex-fonts
121Obsoletes: tetex-fonts-pandora
122Obsoletes: tetex-fonts-vcm
123Obsoletes: tetex-format-elatex
124Obsoletes: tetex-format-pdfelatex
125Obsoletes: tetex-format-pdfemex
126Obsoletes: tetex-latex-vnps
127Obsoletes: tetex-latex-vnr
128Obsoletes: tetex-oxdvi
129Obsoletes: tetex-oxdvi
130Obsoletes: tetex-plain-dvips
131Obsoletes: tetex-plain-dvips
132Obsoletes: tetex-plain-mathtime
133Obsoletes: tetex-plain-mathtime
134Obsoletes: tetex-plain-misc
135Obsoletes: tetex-plain-misc
136Obsoletes: tetex-plain-plnfss
137Obsoletes: tetex-plain-plnfss
138Obsoletes: tetex-tex-hyphen
139Obsoletes: tetex-tex-vietnam
140BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
141
f37ff31b 142%define texmf %{_datadir}/texmf
8b5eed5e 143%define texmfdist %{texmf}-dist
1a192771 144%define texmfdoc %{texmf}-doc
d08789e0
ZU
145%define fmtdir /var/lib/texmf/web2c
146%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
147%define _localstatedir /var/lib/texmf
148%define fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
149%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 ;
150
151%define _noautoreq 'perl(path_tre)'
152
153%description
97b079ad
ZU
154TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
155takes a text file and a set of formatting commands as input and
156creates a typesetter independent .dvi (DeVice Independent) file as
157output. Usually, TeX is used in conjunction with a higher level
158formatting package like LaTeX or PlainTeX, since TeX by itself is not
159very user-friendly.
d08789e0
ZU
160
161%description -l es.UTF-8
162Tex formata archivos de texto y órdenes para una salida independiente
163de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
164de Knut se describen las capacidades y el lenguaje TeX.
165
166%description -l de.UTF-8
167TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
168und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
169DeVice Independent). Die Funktionen und Sprache von TeX werden in The
170TeXbook von Knuth beschrieben.
171
172%description -l fr.UTF-8
173TeX formate un fichier de commandes et de texte mélandés, et produit
174un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
175raccourci pour Device Independant). Les possibilités de TeX et son
176langage sont décrites dans l'ouvrage TeXbook, de Knuth.
177
97b079ad
ZU
178%description -l hu.UTF-8
179TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
180egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
181segítségével a szövegszedő egy független .dvi (DeVice Independent)
182fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
183kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
184TeX önmaga nem túlzottan "felhasználóbarát".
185
d08789e0
ZU
186%description -l pl.UTF-8
187TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
188od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
189Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
190Donalda E. Knutha.
191
192%description -l pt_BR.UTF-8
193Tex formata arquivos de texto e comandos para uma saída independente
194de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
195linguagem TeX são descritas no The TeXbook, de Knuth.
196
197%description -l tr.UTF-8
198TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
199aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
200TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
201TeXbook' başlıklı kitabında anlatılmaktadır.
202
80fa261c
ZU
203%package other-utils
204Summary: Other utilities
205Group: Applications/Publishing/TeX
206
207%description other-utils
208Other utilities.
209
830ca960
ZU
210%package other-utils-doc
211Summary: Other utilities documentation
212Group: Applications/Publishing/TeX
213
214%description other-utils-doc
215Other utilities documentation.
216
5b7eba8e
MB
217%package doc
218Summary: Documentation for TeX Live
219Group: Documentation
220
221%description doc
222Assorted useful documentation for TeX Live.
223
224%package doc-bg
225Summary: Bulgarian documentation for TeX Live
226Group: Documentation
227
228%description doc-bg
229Assorted useful Bulgarian documentation for TeX Live.
230
231%package doc-cs
232Summary: Czech documentation for TeX Live
233Group: Documentation
234
235%description doc-cs
236Assorted useful Czech documentation for TeX Live.
237
238%package doc-de
239Summary: German documentation for TeX Live
240Group: Documentation
241
242%description doc-de
243Assorted useful German documentation for TeX Live.
244
245%package doc-el
246Summary: Greek documentation for TeX Live
247Group: Documentation
248
249%description doc-el
250Assorted useful Greek documentation for TeX Live.
251
252%package doc-es
253Summary: Spanish documentation for TeX Live
254Group: Documentation
255
256%description doc-es
257Assorted useful Spanish documentation for TeX Live.
258
259%package doc-fi
260Summary: Finnish documentation for TeX Live
261Group: Documentation
262
263%description doc-fi
264Assorted useful Finnish documentation for TeX Live.
265
266%package doc-fr
267Summary: French documentation for TeX Live
268Group: Documentation
269
270%description doc-fr
271Assorted useful French documentation for TeX Live.
272
273%package doc-it
274Summary: Italian documentation for TeX Live
275Group: Documentation
276
277%description doc-it
278Assorted useful Italian documentation for TeX Live.
279
280%package doc-ja
281Summary: Japanese documentation for TeX Live
282Group: Documentation
283
284%description doc-ja
285Assorted useful Japanese documentation for TeX Live.
286
287%package doc-ko
288Summary: Korean documentation for TeX Live
289Group: Documentation
290
291%description doc-ko
292Assorted useful Korean documentation for TeX Live.
293
294%package doc-mn
295Summary: Mongolian documentation for TeX Live
296Group: Documentation
297
298%description doc-mn
299Assorted useful Mongolian documentation for TeX Live.
300
301%package doc-nl
302Summary: Dutch documentation for TeX Live
303Group: Documentation
304
305%description doc-nl
306Assorted useful Dutch documentation for TeX Live.
307
308%package doc-pl
309Summary: Polish documentation for TeX Live
310Group: Documentation
311
312%description doc-pl
313Assorted useful Polish documentation for TeX Live.
314
315%package doc-pt
316Summary: Portuguese documentation for TeX Live
317Group: Documentation
318
319%description doc-pt
320Assorted useful Portuguese documentation for TeX Live.
321
322%package doc-ru
323Summary: Russian documentation for TeX Live
324Group: Documentation
325
326%description doc-ru
327Assorted useful Russian documentation for TeX Live.
328
329%package doc-sk
330Summary: Slovak documentation for TeX Live
331Group: Documentation
332
333%description doc-sk
334Assorted useful Slovak documentation for TeX Live.
335
336%package doc-sl
337Summary: Slovenian documentation for TeX Live
338Group: Documentation
339
340%description doc-sl
341Assorted useful Slovenian documentation for TeX Live.
342
343%package doc-th
344Summary: Thai documentation for TeX Live
345Group: Documentation
346
347%description doc-th
348Assorted useful Thai documentation for TeX Live.
349
350%package doc-tr
351Summary: Turkish documentation for TeX Live
352Group: Documentation
353
354%description doc-tr
355Assorted useful Turkish documentation for TeX Live.
356
357%package doc-uk
358Summary: Ukrainian documentation for TeX Live
359Group: Documentation
360
361%description doc-uk
362Assorted useful Ukrainian documentation for TeX Live.
363
364%package doc-vi
365Summary: Vietnamese documentation for TeX Live
366Group: Documentation
367
368%description doc-vi
369Assorted useful Vietnamese documentation for TeX Live.
370
371%package doc-zh_CN
372Summary: Chinese documentation for TeX Live
373Group: Documentation
374
375%description doc-zh_CN
376Assorted useful Chinese documentation for TeX Live.
489714ae 377
d08789e0
ZU
378%package doc-Catalogue
379Summary: TeX Catalogue
380Summary(pl.UTF-8): Katalog TeXa
381Group: Applications/Publishing/TeX
382Requires(post,postun): %{_bindir}/texhash
383Requires: %{name} = %{epoch}:%{version}-%{release}
384
385%description doc-Catalogue
386TeX Catalogue.
387
388%description doc-Catalogue -l pl.UTF-8
389Katalog TeXa.
390
391%package doc-tug-faq
392Summary: TeX User Group FAQ
489714ae 393Summary(hu.UTF-8): TeX felhasználók FAQ-ja
d08789e0
ZU
394Summary(pl.UTF-8): FAQ Grupy Użytkowników TeXa
395Group: Applications/Publishing/TeX
396Requires(post,postun): %{_bindir}/texhash
397Requires: %{name} = %{epoch}:%{version}-%{release}
398Obsoletes: tetex-doc-LaTeX-FAQ-francaise
399Obsoletes: tetex-doc-de-tex-faq
400Obsoletes: tetex-doc-uktug-faq
401
402%description doc-tug-faq
403TeX User Group FAQ.
404
74eeb8ec
ZU
405%description doc-tug-faq -l hu.UTF8
406TeX felhasználók FAQ-ja.
407
d08789e0
ZU
408%description doc-tug-faq -l pl.UTF-8
409FAQ Grupy Użytkowników TeXa.
410
411%package doc-latex
412Summary: Basic LaTeX packages documentation
489714ae 413Summary(hu.UTF-8): Az alap LaTeX csomagok dokumentációja
d08789e0
ZU
414Summary(pl.UTF-8): Podstawowa dokumentacja do pakietów LaTeXa
415Group: Applications/Publishing/TeX
416Requires(post,postun): %{_bindir}/texhash
417Requires: %{name} = %{epoch}:%{version}-%{release}
418
419%description doc-latex
420Basic LaTeX packages documentation.
421
74eeb8ec
ZU
422%description doc-latex -l hu.UTF-8
423Az alap LaTeX csomagok dokumentációja
424
d08789e0
ZU
425%description doc-latex -l pl.UTF-8
426Podstawowa dokumentacja do pakietów LaTeXa.
427
428# # libraries #
096dca83 429%package -n kpathsea
d08789e0 430Summary: File name lookup library
489714ae 431Summary(hu.UTF-8): Fájlnév-kereső könyvtár
d08789e0
ZU
432Summary(pl.UTF-8): Biblioteka szukająca nazw plików
433Group: Applications/Publishing/TeX
434Requires(post,postun): %{_bindir}/texhash
435Requires: %{name} = %{epoch}:%{version}-%{release}
436
096dca83 437%description -n kpathsea
d08789e0
ZU
438File name lookup library.
439
096dca83 440%description -n kpathsea -l hu.UTF-8
74eeb8ec
ZU
441Fájlnév-kereső könyvtár.
442
096dca83 443%description -n kpathsea -l pl.UTF-8
d08789e0
ZU
444Biblioteka szukająca nazw plików.
445
096dca83 446%package -n kpathsea-devel
d08789e0
ZU
447Summary: Kpathsea library filename lookup header files and documentation
448Summary(es.UTF-8): Bibliotecas y archivos de inclusión para desarrollo TeX
489714ae 449Summary(hu.UTF-8): Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
d08789e0
ZU
450Summary(pl.UTF-8): Pliki nagłówkowe oraz dokumetacja kpathsea
451Summary(pt_BR.UTF-8): Bibliotecas e headers para desenvolvimento TeX
452Group: Development/Libraries
096dca83 453Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0 454
096dca83 455%description -n kpathsea-devel
d08789e0
ZU
456Kpathsea library filename lookup header files and documentation.
457
096dca83 458%description -n kpathsea-devel -l es.UTF-8
d08789e0
ZU
459Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
460aplicaciones TeX.
461
096dca83 462%description -n kpathsea-devel -l hu.UTF-8
74eeb8ec
ZU
463Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
464
096dca83 465%description -n kpathsea-devel -l pl.UTF-8
d08789e0
ZU
466Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
467
096dca83 468%description -n kpathsea-devel -l pt_BR.UTF-8
d08789e0
ZU
469Bibliotecas, headers e outros componentes que podem ser utilizados
470para desenvolver aplicações TeX.
471
472# # programs #
473%package dvips
474Summary: DVI to PostScript converter
475Summary(de.UTF-8): dvi-Postscript-Konvertierungsprogramm
476Summary(es.UTF-8): Convertidor dvi para postscript
477Summary(fr.UTF-8): Convertisseur dvi vers PostScript
40664f43 478Summary(hu.UTF-8): DVI-ből PosctScript-be konvertáló
d08789e0
ZU
479Summary(pl.UTF-8): Konwerter plików DVI do PostScriptu
480Summary(pt_BR.UTF-8): Conversor dvi para postscript
481Summary(tr.UTF-8): dvi'dan postscript'e dönüştürücü
482Group: Applications/Publishing/TeX
483Requires(post,postun): %{_bindir}/texhash
484Requires: %{name} = %{epoch}:%{version}-%{release}
485
486%description dvips
487The program dvips takes a DVI file file[.dvi] produced by TeX (or by
488some other processor such as GFtoDVI) and converts it to PostScript,
489normally sending the result directly to the laserprinter.
490
491%description dvips -l de.UTF-8
492Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
493durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
494konvertiert diese in PostScript, wobei das Ergebnis in der Regel
495direkt an einen Laserdrucker gesandt wird.
496
497%description dvips -l es.UTF-8
498El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
499otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
500enviando el resultado directamente a la impresora láser.
501
502%description dvips -l fr.UTF-8
503Le programme dvips convertit les fichiers DVI en PostScript, en
504envoyant normalement le résultat directement sur une imprimante Laser.
505
40664f43
ZU
506%description dvips -l hu.UTF-8
507A dvips program egy TeX által készített DVI-fájlból PostScript
489714ae 508állományt készít, amelyet a legtöbb esetben közvetlenül a
40664f43
ZU
509lézernyomtatóra küldhetsz.
510
d08789e0
ZU
511%description dvips -l pl.UTF-8
512Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
513program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
514Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
515
516%description dvips -l pt_BR.UTF-8
517O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
518outro processador como o GFtoDVI) e o converte para PostScript,
519normalmente enviando o resultado diretamente para a impressora laser.
520
521%description dvips -l tr.UTF-8
522dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
523PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
524olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
525üretilmiş olabilir.
526
527%package dvilj
528Summary: DVI to PCL converter
529Summary(de.UTF-8): Ein dvi-->Laserjet-Konvertierer
530Summary(es.UTF-8): Convertidor dvi para laserjet
531Summary(fr.UTF-8): convertisseur dvi vers laserjet
6b25593c 532Summary(hu.UTF-8): DVI-ből PCL-be konvertáló
d08789e0
ZU
533Summary(pl.UTF-8): Konwerter plików DVI do języka PCL
534Summary(pt_BR.UTF-8): Conversor dvi para laserjet
535Summary(tr.UTF-8): dvi'dan laserjet'e dönüştürücü
536Group: Applications/Publishing/TeX
537Requires(post,postun): %{_bindir}/texhash
538Requires: %{name} = %{epoch}:%{version}-%{release}
539
540%description dvilj
541Dvilj and dvilj's siblings (included in this package) will convert TeX
542text formatting system output .dvi files to HP PCL (HP Printer Control
543Language) commands. Using dvilj, you can print TeX files to HP
544LaserJet+ and fully compatible printers. With dvilj2p, you can print
545to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
546can print to HP LaserJet4 and fully compatible printers.
547
548%description dvilj -l de.UTF-8
549Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
550Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
551LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
552kompatiblen Druckern.
553
554%description dvilj -l es.UTF-8
555Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
556HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
557impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
558dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
559
560%description dvilj -l fr.UTF-8
561dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
562(le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
563LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
564imprimantes totalement compatibles.
565
6b25593c
ZU
566%description dvilj -l hu.UTF-8
567Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
568Printer Control Language) parancsokká. A dvilj használatával TeX
569fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
570nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
571nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
572
d08789e0
ZU
573%description dvilj -l pl.UTF-8
574dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
575pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
576PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
577pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
578użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
579kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
580LaserJet4 i w pełni kompatybilnych.
581
582%description dvilj -l pt_BR.UTF-8
583Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
584HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
585impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
586dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
587
588%description dvilj -l tr.UTF-8
589TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
590denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
591LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
592uyumlularından yazıcı çıktısı alınabilir.
593
594%package makeindex
595Summary: A general purpose hierarchical index generator
6b25593c 596Summary(hu.UTF-8): Egy általános célú hierarchikus index generáló
d08789e0
ZU
597Summary(pl.UTF-8): Generator hierarchicznych indeksów ogólnego przeznaczenia
598Group: Applications/Publishing/TeX
599Requires(post,postun): %{_bindir}/texhash
600Requires: %{name} = %{epoch}:%{version}-%{release}
601Obsoletes: tetex-rumakeindex
602
603%description makeindex
604A general purpose hierarchical index generator; it accepts one or more
605input files (often produced by a text formatter such as TeX or troff),
606sorts the entries, and produces an output file which can be formatted.
607The formats of the input and output files are specified in a style
608file; by default, input is assumed to be an idx file, as generated by
609LaTeX.
610
6b25593c
ZU
611%description makeindex -l hu.UTF-8
612Egy általános célű hierarchikus index generáló; elfogad egy vagy több
613bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
614rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
615készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
616definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
617LaTeX generál.
618
d08789e0
ZU
619%description makeindex -l pl.UTF-8
620Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
621jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
622narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
623elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
624plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
625przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
626LaTeX.
627
783773ac
ZU
628%package tex-arrayjob
629Summary: Array data structures for (La)TeX
630Summary(hu.UTF-8): Tömb adatstruktúra (La)TeX-hez
631Group: Applications/Publishing/TeX
632Requires(post,postun): %{_bindir}/texhash
633Requires: %{name} = %{epoch}:%{version}-%{release}
634
635%description tex-arrayjob
636Array data structures for (La)TeX.
637
638%description tex-arrayjob -l hu.UTF-8
639Tömb adatstruktúra (La)TeX-hez.
640
e67df411
ZU
641%package tex-mathdots
642Summary: Commands to produce dots in math that respect font size
643Summary(hu.UTF-8): Pontok előállítása matematikai módban a font méret figyelmbevételével
644Group: Applications/Publishing/TeX
645Requires(post,postun): %{_bindir}/texhash
646Requires: %{name} = %{epoch}:%{version}-%{release}
647
648%description tex-mathdots
649Commands to produce dots in math that respect font size.
650
651%description tex-mathdots -l hu.UTF-8
652Pontok előállítása matematikai módban a font méret figyelmbevételével.
653
783773ac
ZU
654%package tex-midnight
655Summary: A set of useful macro tools
656Summary(hu.UTF-8): Hasznos makrók gyűjteménye
657Group: Applications/Publishing/TeX
658Requires(post,postun): %{_bindir}/texhash
659Requires: %{name} = %{epoch}:%{version}-%{release}
660
661%description tex-midnight
662A set of useful macro tools.
663
664%description tex-midnight -l hu.UTF-8
665Hasznos makrók gyűjteménye.
666
667%package tex-ofs
668Summary: Olsak's Font System
669Group: Applications/Publishing/TeX
670Requires(post,postun): %{_bindir}/texhash
671Requires: %{name} = %{epoch}:%{version}-%{release}
672
673%description tex-ofs
674Olsak's Font System.
675
e149bdb4
ZU
676%package tex-physe
677Summary: The PHYSE format
678Summary(hu.UTF-8): PHYSE formátum
679Group: Applications/Publishing/TeX
680Requires(post,postun): %{_bindir}/texhash
681Requires: %{name} = %{epoch}:%{version}-%{release}
682
683%description tex-physe
684The PHYSE format.
685
686%description tex-physe -l hu.UTF-8
687PHYSE formátum.
688
689%package tex-velthuis
690Summary: This package provides support for typesetting texts in Devanagari script (Sanskrit and Hindi)
691Summary(hu.UTF-8): Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére (Sanskrit és Hindi)
692Group: Applications/Publishing/TeX
693Requires(post,postun): %{_bindir}/texhash
694Requires: %{name} = %{epoch}:%{version}-%{release}
695
696%description tex-velthuis
697This package provides support for typesetting texts in Devanagari
698script (Sanskrit and Hindi).
699
700%description tex-velthuis -l hu.UTF-8
701Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére
702(Sanskrit és Hindi).
703
783773ac
ZU
704%package tex-ytex
705Summary: Macro package developed at MIT
706Summary(hu.UTF-8): MIT-en fejlesztett makrócsomag
707Group: Applications/Publishing/TeX
708Requires(post,postun): %{_bindir}/texhash
709Requires: %{name} = %{epoch}:%{version}-%{release}
710
711%description tex-ytex
712Macro package developed at MIT.
713
714%description tex-ytex -l hu.UTF-8
715MIT-en fejlesztett makrócsomag.
716
d08789e0
ZU
717%package metafont
718Summary: MetaFont
6b25593c 719Summary(hu.UTF-8): MetaFont
d08789e0
ZU
720Summary(pl.UTF-8): Zestaw narzędzi MetaFont
721Group: Applications/Publishing/TeX
722Requires(post,postun): %{_bindir}/texhash
723Requires: %{name} = %{epoch}:%{version}-%{release}
724
725%description metafont
726MetaFont.
727
728%description metafont -l pl.UTF-8
729Zestaw narzędzi MetaFont.
730
731%package metapost
732Summary: MetaPost
6b25593c 733Summary(hu.UTF-8): MetaPost
d08789e0
ZU
734Summary(pl.UTF-8): Zestaw narzędzi MetaPost
735Group: Applications/Publishing/TeX
736Requires(post,postun): %{_bindir}/texhash
737Requires: %{name} = %{epoch}:%{version}-%{release}
43a061cf 738Obsoletes: tetex-matapost
d08789e0
ZU
739
740%description metapost
741MetaPost.
742
6b25593c
ZU
743%description metapost -l hu.UTF-8
744MetaPost.
745
d08789e0
ZU
746%description metapost -l pl.UTF-8
747Zestaw narzędzi MetaPost.
748
43a061cf
ZU
749%package metapost-other
750Summary: Various MetaPost utils
751Summary(hu.UTF-8): Különböző MetaPost eszközök
786ebdb1 752Group: Applications/Publishing/TeX
786ebdb1 753Requires(post,postun): %{_bindir}/texhash
43a061cf 754Requires: %{name} = %{epoch}:%{version}-%{release}
786ebdb1 755
43a061cf
ZU
756%description metapost-other
757Various MetaPost utils.
786ebdb1 758
43a061cf
ZU
759%description metapost-other -l hu.UTF-8
760Különböző MetaPost eszközök.
786ebdb1 761
d08789e0
ZU
762%package mptopdf
763Summary: MetaPost to PDF converter
6b25593c 764Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
765Summary(pl.UTF-8): Konwerter MetaPost do PDF
766Group: Applications/Publishing/TeX
767Requires(post,postun): %{_bindir}/texhash
768Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
769
770%description mptopdf
771MetaPost to PDF converter.
772
6b25593c
ZU
773%description mptopdf -l hu.UTF-8
774MetaPost-ból PDF-be konvertáló.
775
d08789e0
ZU
776%description mptopdf -l pl.UTF-8
777Konwerter MetaPost do PDF.
778
779%package texdoctk
780Summary: Easy access to TeX documentation
781Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
782Group: Applications/Publishing/TeX
783Requires(post,postun): %{_bindir}/texhash
784Requires: %{name} = %{epoch}:%{version}-%{release}
785
786%description texdoctk
787A Perl/Tk-based GUI for easy access to package documentation for TeX
788on Unix platforms; the databases it uses are based on the texmf/doc
789subtrees of teTeX v.1.0.x, but database files for local configurations
790with modified/extended directories can be derived from them. Note that
791texdoctk is not a viewer itself, but an interface for finding
792documentation files and opening them with the appropriate viewer; so
793it relies on appropriate programs to be installed on the system.
794However, the choice of these programs can be configured by the
795sysadmin or user.
796
797%description texdoctk -l pl.UTF-8
798Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
799dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
800danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
801używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
802Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
803interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
804właściwej przeglądarce; tak więc wymaga on odpowiednich programów
805zainstalowanych w systemie. Wybór tych programów może być dokonany
806przez administratora lub użytkownika.
807
808%package -n texconfig
809Summary: TeX typesetting system configurator
810Summary(pl.UTF-8): Konfigurator systemu składu TeX
811Group: Applications/Publishing/TeX
812Requires: %{name} = %{epoch}:%{version}-%{release}
813Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
814Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
815Requires: xdvi = %{epoch}:%{version}-%{release}
816Obsoletes: tetex-texconfig
817
818%description -n texconfig
819TeX typesetting system configurator.
820
821%description -n texconfig -l pl.UTF-8
822Konfigurator systemu składu TeX.
823
824%package -n xdvi
825Summary: X11 previewer
826Summary(de.UTF-8): X11-Previewer
827Summary(es.UTF-8): Visualizador TeX X11
828Summary(fr.UTF-8): Prévisualisateur X11
829Summary(pl.UTF-8): Przeglądarka DVI dla X11
830Summary(pt_BR.UTF-8): Visualizador TeX X11
831Summary(tr.UTF-8): X11 öngörüntüleyici
832Group: Applications/Publishing/TeX
833Requires(post,postun): %{_bindir}/texhash
834Requires: %{name} = %{epoch}:%{version}-%{release}
835Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
836Suggests: %{name}-dvips
837Obsoletes: tetex-xdvi
838
839%description -n xdvi
840xdvi is a program which runs under the X window system. It is used to
841preview dvi files, such as are produced by tex and latex.
842
843%description -n xdvi -l de.UTF-8
844xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
845ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
846latex erzeugt wurden.
847
848%description -n xdvi -l es.UTF-8
849xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
850visualizar archivos dvi, como los producidos por tex y latex.
851
852%description -n xdvi -l fr.UTF-8
853xdvi est un programme s'exécutant sous le système X Window. Il sert à
854visualiser les fichiers dvi tels que ceux produits par tex et latex.
855
856%description -n xdvi -l pl.UTF-8
857Xdvi jest programem (działającym w X Window System) do przeglądania
858plików DVI, produkowanych przez TeXa i LaTeXa.
859
860%description -n xdvi -l pt_BR.UTF-8
861xdvi é um programa que roda no sistema X Window. É usado para
862visualizar arquivos dvi, como os produzidos por tex e latex.
863
624ed2f9
ZU
864%package -n xindy
865Summary: Xindy creates sorted and tagged index from raw index
866Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
867Group: Applications/Publishing/TeX
868
869%description -n xindy
870Xindy creates sorted and tagged index from raw index.
871
872%description -n xindy -l hu.UTF-8
873Xindy rendezett és cimkézett indexet készít nyers indexekből.
874
875%package -n xindy-albanian
876Summary: Xindy albanian language
877Summary(hu.UTF-8): Xindy albán nyelv
878Group: Applications/Publishing/TeX
879
880%description -n xindy-albanian
881Xindy albanian language
882
883%description -n xindy-albanian -l hu.UTF-8
884Xindy albán nyelv
885
886%package -n xindy-belarusian
887Summary: Xindy belarusian language
888Summary(hu.UTF-8): Xindy belorusz nyelv
889Group: Applications/Publishing/TeX
890
891%description -n xindy-belarusian
892Xindy belarusian language
893
894%description -n xindy-belarusian -l hu.UTF-8
895Xindy belorusz nyelv
896
897%package -n xindy-bulgarian
898Summary: Xindy bulgarian language
899Summary(hu.UTF-8): Xindy bolgár nyelv
900Group: Applications/Publishing/TeX
901
902%description -n xindy-bulgarian
903Xindy bulgarian language
904
905%description -n xindy-bulgarian -l hu.UTF-8
906Xindy bolgár nyelv
907
908%package -n xindy-croatian
909Summary: Xindy croatian language
910Summary(hu.UTF-8): Xindy horvát nyelv
911Group: Applications/Publishing/TeX
912
913%description -n xindy-croatian
914Xindy croatian language
915
916%description -n xindy-croatian -l hu.UTF-8
917Xindy horvát nyelv
918
919%package -n xindy-czech
920Summary: Xindy czech language
921Summary(hu.UTF-8): Xindy cseh nyelv
922Group: Applications/Publishing/TeX
923
924%description -n xindy-czech
925Xindy czech language
926
927%description -n xindy-czech -l hu.UTF-8
928Xindy cseh nyelv
929
930%package -n xindy-danish
931Summary: Xindy danish language
932Summary(hu.UTF-8): Xindy dán nyelv
933Group: Applications/Publishing/TeX
934
935%description -n xindy-danish
936Xindy danish language
937
938%description -n xindy-danish -l hu.UTF-8
939Xindy dán nyelv
940
941%package -n xindy-dutch
942Summary: Xindy dutch language
943Summary(hu.UTF-8): Xindy holland nyelv
944Group: Applications/Publishing/TeX
945
946%description -n xindy-dutch
947Xindy dutch language
948
949%description -n xindy-dutch -l hu.UTF-8
950Xindy holland nyelv
951
952%package -n xindy-english
953Summary: Xindy english language
954Summary(hu.UTF-8): Xindy angol nyelv
955Group: Applications/Publishing/TeX
956
957%description -n xindy-english
958Xindy english language
959
960%description -n xindy-english -l hu.UTF-8
961Xindy angol nyelv
962
963%package -n xindy-esperanto
964Summary: Xindy esperanto language
965Summary(hu.UTF-8): Xindy eszperantó nyelv
966Group: Applications/Publishing/TeX
967
968%description -n xindy-esperanto
969Xindy esperanto language
970
971%description -n xindy-esperanto -l hu.UTF-8
972Xindy eszperantó nyelv
973
974%package -n xindy-estonian
975Summary: Xindy estonian language
976Summary(hu.UTF-8): Xindy észt nyelv
977Group: Applications/Publishing/TeX
978
979%description -n xindy-estonian
980Xindy estonian language
981
982%description -n xindy-estonian -l hu.UTF-8
983Xindy észt nyelv
984
985%package -n xindy-finnish
986Summary: Xindy finnish language
987Summary(hu.UTF-8): Xindy finn nyelv
988Group: Applications/Publishing/TeX
989
990%description -n xindy-finnish
991Xindy finnish language
992
993%description -n xindy-finnish -l hu.UTF-8
994Xindy finn nyelv
995
996%package -n xindy-french
997Summary: Xindy french language
998Summary(hu.UTF-8): Xindy francia nyelv
999Group: Applications/Publishing/TeX
1000
1001%description -n xindy-french
1002Xindy french language
1003
1004%description -n xindy-french -l hu.UTF-8
1005Xindy francia nyelv
1006
1007%package -n xindy-general
1008Summary: Xindy general language
1009Summary(hu.UTF-8): Xindy általános nyelv
1010Group: Applications/Publishing/TeX
1011
1012%description -n xindy-general
1013Xindy general language
1014
1015%description -n xindy-general -l hu.UTF-8
1016Xindy általános nyelv
1017
1018%package -n xindy-georgian
1019Summary: Xindy georgian language
1020Summary(hu.UTF-8): Xindy georgian nyelv
1021Group: Applications/Publishing/TeX
1022
1023%description -n xindy-georgian
1024Xindy georgian language
1025
1026%description -n xindy-georgian -l hu.UTF-8
1027Xindy georgian nyelv
1028
1029%package -n xindy-german
1030Summary: Xindy german language
1031Summary(hu.UTF-8): Xindy német nyelv
1032Group: Applications/Publishing/TeX
1033
1034%description -n xindy-german
1035Xindy german language
1036
1037%description -n xindy-german -l hu.UTF-8
1038Xindy német nyelv
1039
1040%package -n xindy-greek
1041Summary: Xindy greek language
1042Summary(hu.UTF-8): Xindy görög nyelv
1043Group: Applications/Publishing/TeX
1044
1045%description -n xindy-greek
1046Xindy greek language
1047
1048%description -n xindy-greek -l hu.UTF-8
1049Xindy görög nyelv
1050
1051%package -n xindy-gypsy
1052Summary: Xindy gypsy language
1053Summary(hu.UTF-8): Xindy cigány nyelv
1054Group: Applications/Publishing/TeX
1055
1056%description -n xindy-gypsy
1057Xindy gypsy language
1058
1059%description -n xindy-gypsy -l hu.UTF-8
1060Xindy cigány nyelv
1061
1062%package -n xindy-hausa
1063Summary: Xindy hausa language
1064Summary(hu.UTF-8): Xindy hausa nyelv
1065Group: Applications/Publishing/TeX
1066
1067%description -n xindy-hausa
1068Xindy hausa language
1069
1070%description -n xindy-hausa -l hu.UTF-8
1071Xindy hausa nyelv
1072
1073%package -n xindy-hebrew
1074Summary: Xindy hebrew language
1075Summary(hu.UTF-8): Xindy héber nyelv
1076Group: Applications/Publishing/TeX
1077
1078%description -n xindy-hebrew
1079Xindy hebrew language
1080
1081%description -n xindy-hebrew -l hu.UTF-8
1082Xindy héber nyelv
1083
1084%package -n xindy-hungarian
1085Summary: Xindy hungarian language
1086Summary(hu.UTF-8): Xindy magyar nyelv
1087Group: Applications/Publishing/TeX
1088
1089%description -n xindy-hungarian
1090Xindy hungarian language
1091
1092%description -n xindy-hungarian -l hu.UTF-8
1093Xindy magyar nyelv
1094
1095%package -n xindy-icelandic
1096Summary: Xindy icelandic language
1097Summary(hu.UTF-8): Xindy izlandi nyelv
1098Group: Applications/Publishing/TeX
1099
1100%description -n xindy-icelandic
1101Xindy icelandic language
1102
1103%description -n xindy-icelandic -l hu.UTF-8
1104Xindy izlandi nyelv
1105
1106%package -n xindy-italian
1107Summary: Xindy italian language
1108Summary(hu.UTF-8): Xindy olasz nyelv
1109Group: Applications/Publishing/TeX
1110
1111%description -n xindy-italian
1112Xindy italian language
1113
1114%description -n xindy-italian -l hu.UTF-8
1115Xindy olasz nyelv
1116
1117%package -n xindy-klingon
1118Summary: Xindy klingon language
1119Summary(hu.UTF-8): Xindy klingon nyelv
1120Group: Applications/Publishing/TeX
1121
1122%description -n xindy-klingon
1123Xindy klingon language
1124
1125%description -n xindy-klingon -l hu.UTF-8
1126Xindy klingon nyelv
1127
1128%package -n xindy-kurdish
1129Summary: Xindy kurdish language
1130Summary(hu.UTF-8): Xindy kurd nyelv
1131Group: Applications/Publishing/TeX
1132
1133%description -n xindy-kurdish
1134Xindy kurdish language
1135
1136%description -n xindy-kurdish -l hu.UTF-8
1137Xindy kurd nyelv
1138
1139%package -n xindy-latin
1140Summary: Xindy latin language
1141Summary(hu.UTF-8): Xindy latin nyelv
1142Group: Applications/Publishing/TeX
1143
1144%description -n xindy-latin
1145Xindy latin language
1146
1147%description -n xindy-latin -l hu.UTF-8
1148Xindy latin nyelv
1149
1150%package -n xindy-latvian
1151Summary: Xindy latvian language
1152Summary(hu.UTF-8): Xindy lett nyelv
1153Group: Applications/Publishing/TeX
1154
1155%description -n xindy-latvian
1156Xindy latvian language
1157
1158%description -n xindy-latvian -l hu.UTF-8
1159Xindy lett nyelv
1160
1161%package -n xindy-lithuanian
1162Summary: Xindy lithuanian language
1163Summary(hu.UTF-8): Xindy litván nyelv
1164Group: Applications/Publishing/TeX
1165
1166%description -n xindy-lithuanian
1167Xindy lithuanian language
1168
1169%description -n xindy-lithuanian -l hu.UTF-8
1170Xindy litván nyelv
1171
1172%package -n xindy-lower-sorbian
1173Summary: Xindy lower-sorbian language
1174Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1175Group: Applications/Publishing/TeX
1176
1177%description -n xindy-lower-sorbian
1178Xindy lower-sorbian language
1179
1180%description -n xindy-lower-sorbian -l hu.UTF-8
1181Xindy lower-sorbian nyelv
1182
1183%package -n xindy-macedonian
1184Summary: Xindy macedonian language
1185Summary(hu.UTF-8): Xindy macedón nyelv
1186Group: Applications/Publishing/TeX
1187
1188%description -n xindy-macedonian
1189Xindy macedonian language
1190
1191%description -n xindy-macedonian -l hu.UTF-8
1192Xindy macedón nyelv
1193
1194%package -n xindy-mongolian
1195Summary: Xindy mongolian language
1196Summary(hu.UTF-8): Xindy mongol nyelv
1197Group: Applications/Publishing/TeX
1198
1199%description -n xindy-mongolian
1200Xindy mongolian language
1201
1202%description -n xindy-mongolian -l hu.UTF-8
1203Xindy mongol nyelv
1204
1205%package -n xindy-norwegian
1206Summary: Xindy norwegian language
1207Summary(hu.UTF-8): Xindy norvég nyelv
1208Group: Applications/Publishing/TeX
1209
1210%description -n xindy-norwegian
1211Xindy norwegian language
1212
1213%description -n xindy-norwegian -l hu.UTF-8
1214Xindy norvég nyelv
1215
1216%package -n xindy-polish
1217Summary: Xindy polish language
1218Summary(hu.UTF-8): Xindy lengyel nyelv
1219Group: Applications/Publishing/TeX
1220
1221%description -n xindy-polish
1222Xindy polish language
1223
1224%description -n xindy-polish -l hu.UTF-8
1225Xindy lengyel nyelv
1226
1227%package -n xindy-portuguese
1228Summary: Xindy portuguese language
1229Summary(hu.UTF-8): Xindy portugál nyelv
1230Group: Applications/Publishing/TeX
1231
1232%description -n xindy-portuguese
1233Xindy portuguese language
1234
1235%description -n xindy-portuguese -l hu.UTF-8
1236Xindy portugál nyelv
1237
1238%package -n xindy-romanian
1239Summary: Xindy romanian language
1240Summary(hu.UTF-8): Xindy román nyelv
1241Group: Applications/Publishing/TeX
1242
1243%description -n xindy-romanian
1244Xindy romanian language
1245
1246%description -n xindy-romanian -l hu.UTF-8
1247Xindy román nyelv
1248
1249%package -n xindy-russian
1250Summary: Xindy russian language
1251Summary(hu.UTF-8): Xindy orosz nyelv
1252Group: Applications/Publishing/TeX
1253
1254%description -n xindy-russian
1255Xindy russian language
1256
1257%description -n xindy-russian -l hu.UTF-8
1258Xindy orosz nyelv
1259
1260%package -n xindy-serbian
1261Summary: Xindy serbian language
1262Summary(hu.UTF-8): Xindy szerb nyelv
1263Group: Applications/Publishing/TeX
1264
1265%description -n xindy-serbian
1266Xindy serbian language
1267
1268%description -n xindy-serbian -l hu.UTF-8
1269Xindy szerb nyelv
1270
1271%package -n xindy-slovak
1272Summary: Xindy slovak language
1273Summary(hu.UTF-8): Xindy szlovák nyelv
1274Group: Applications/Publishing/TeX
1275
1276%description -n xindy-slovak
1277Xindy slovak language
1278
1279%description -n xindy-slovak -l hu.UTF-8
1280Xindy szlovák nyelv
1281
1282%package -n xindy-slovenian
1283Summary: Xindy slovenian language
1284Summary(hu.UTF-8): Xindy szlovén nyelv
1285Group: Applications/Publishing/TeX
1286
1287%description -n xindy-slovenian
1288Xindy slovenian language
1289
1290%description -n xindy-slovenian -l hu.UTF-8
1291Xindy szlovén nyelv
1292
1293%package -n xindy-spanish
1294Summary: Xindy spanish language
1295Summary(hu.UTF-8): Xindy spanyol nyelv
1296Group: Applications/Publishing/TeX
1297
1298%description -n xindy-spanish
1299Xindy spanish language
1300
1301%description -n xindy-spanish -l hu.UTF-8
1302Xindy spanyol nyelv
1303
1304%package -n xindy-swedish
1305Summary: Xindy swedish language
1306Summary(hu.UTF-8): Xindy svéd nyelv
1307Group: Applications/Publishing/TeX
1308
1309%description -n xindy-swedish
1310Xindy swedish language
1311
1312%description -n xindy-swedish -l hu.UTF-8
1313Xindy svéd nyelv
1314
1315%package -n xindy-turkish
1316Summary: Xindy turkish language
1317Summary(hu.UTF-8): Xindy török nyelv
1318Group: Applications/Publishing/TeX
1319
1320%description -n xindy-turkish
1321Xindy turkish language
1322
1323%description -n xindy-turkish -l hu.UTF-8
1324Xindy török nyelv
1325
1326%package -n xindy-ukrainian
1327Summary: Xindy ukrainian language
1328Summary(hu.UTF-8): Xindy ukrán nyelv
1329Group: Applications/Publishing/TeX
1330
1331%description -n xindy-ukrainian
1332Xindy ukrainian language
1333
1334%description -n xindy-ukrainian -l hu.UTF-8
1335Xindy ukrán nyelv
1336
1337%package -n xindy-upper-sorbian
1338Summary: Xindy upper-sorbian language
1339Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1340Group: Applications/Publishing/TeX
1341
1342%description -n xindy-upper-sorbian
1343Xindy upper-sorbian language
1344
1345%description -n xindy-upper-sorbian -l hu.UTF-8
1346Xindy upper-sorbian nyelv
1347
1348%package -n xindy-vietnamese
1349Summary: Xindy vietnamese language
04123363 1350Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1351Group: Applications/Publishing/TeX
1352
1353%description -n xindy-vietnamese
1354Xindy vietnamese language
1355
1356%description -n xindy-vietnamese -l hu.UTF-8
1357Xindy vietnám nyelv
1358
1359
d08789e0
ZU
1360%package pdftex
1361Summary: TeX generating PDF files instead DVI
04123363 1362Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1363Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1364Group: Applications/Publishing/TeX
60597425 1365Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1366Requires: %{name} = %{epoch}:%{version}-%{release}
1367Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1368
1369%description pdftex
1370TeX generating PDF files instead DVI.
1371
1372%description pdftex -l pl.UTF-8
1373TeX generujący pliki PDF zamiast DVI.
1374
faa40f44
ZU
1375%package psutils
1376Summary: PostScript Utilities
1377Summary(hu.UTF-8): PostScript eszközök
1378Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1379Group: Applications/Printing
8affbd2c 1380Obsoletes: psutils
faa40f44
ZU
1381
1382%description psutils
1383This archive contains some utilities for manipulating PostScript
1384documents. Page selection and rearrangement are supported, including
1385arrangement into signatures for booklet printing, and page merging for
1386n-up printing.
1387
1388%description psutils -l hu.UTF-8
1389Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1390dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1391beleértve a booklet nyomtatáshoz való átrendezést is.
1392
1393%description psutils -l pl.UTF-8
1394PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1395wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1396także na łączenie różnych plików PostScript w całość.
faa40f44 1397
04123363
ZU
1398%package phyzzx
1399Summary: A TeX format for physicists
1400Summary(hu.UTF-8): TeX formátum fizikusoknak
1401Group: Applications/Publishing/TeX
1402Requires(post,postun): %{_bindir}/texhash
1403Requires: %{name} = %{epoch}:%{version}-%{release}
1404
1405%description phyzzx
1406A TeX format for physicists.
1407
1408%description phyzzx -l hu.UTF-8
1409TeX formátum fizikusoknak.
1410
d08789e0
ZU
1411%package omega
1412Summary: Extended unicode TeX
1413Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1414Group: Applications/Publishing/TeX
1415Requires(post,postun): %{_bindir}/texhash
1416Requires: %{name} = %{epoch}:%{version}-%{release}
1417Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1418Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1419
1420%description omega
1421Omega is a version of the TeX program modified for multilingual
1422typesetting. It uses unicode, and has additional primitives for (among
1423other things) bidirectional typesetting.
1424
1425%description omega -l pl.UTF-8
1426Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1427Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1428tekstu pisanego w obu kierunkach.
1429
1430# # formats #
1431
1432# Plain format.
1433
1434%package plain
1435Summary: Plain TeX format basic files
1436Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1437Group: Applications/Publishing/TeX
60597425 1438Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1439Requires: %{name} = %{epoch}:%{version}-%{release}
1440
1441%description plain
1442Plain TeX format basic files.
1443
1444%description plain -l pl.UTF-8
1445Podstawowe pliki dla formatu Plain TeX.
1446
1447%package format-plain
1448Summary: TeX Plain format
1449Summary(pl.UTF-8): Format TeX Plain
1450Group: Applications/Publishing/TeX
1451Requires(post,postun): %{_bindir}/texhash
1452Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1453
1454%description format-plain
1455TeX Plain format.
1456
1457%description format-plain -l pl.UTF-8
1458Format TeX Plain.
1459
1460%package format-pdftex
1461Summary: PDFTeX Plain format
1462Summary(pl.UTF-8): Format PDFTeX Plain
1463Group: Applications/Publishing/TeX
1464Requires(post,postun): %{_bindir}/texhash
1465Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1466Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1467# for epstopdf to work
1468Requires: fonts-Type1-urw
1469Requires: ghostscript
1470
1471%description format-pdftex
1472PDFTeX Plain format.
1473
1474%description format-pdftex -l pl.UTF-8
1475Format PDFTeX Plain.
1476
1477%package format-pdfetex
1478Summary: PDFTeX EPlain format
1479Summary(pl.UTF-8): Format PDFTeX EPlain
1480Group: Applications/Publishing/TeX
1481Requires(post,postun): %{_bindir}/texhash
1482Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1483Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1484
1485%description format-pdfetex
1486PDFTeX EPlain format.
1487
1488%description format-pdfetex -l pl.UTF-8
1489Format PDFTeX EPlain.
1490
1491# MeX Plain format
1492
1493%package mex
1494Summary: MeX Plain Format basic files
1495Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1496Group: Applications/Publishing/TeX
1497Requires(post,postun): %{_bindir}/texhash
1498Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1499Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1500Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1501
1502%description mex
1503MeX Plain Format basic files.
1504
1505%description mex -l pl.UTF-8
1506Podstawowe pliki dla formatu MeX Plain.
1507
1508%package format-mex
1509Summary: MeX Plain Format
1510Summary(pl.UTF-8): Format MeX Plain
1511Group: Applications/Publishing/TeX
1512Requires(post,postun): %{_bindir}/texhash
f6a96d15 1513Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1514
1515%description format-mex
1516MeX Plain Format.
1517
1518%description format-mex -l pl.UTF-8
1519Format MeX Plain.
1520
1521%package format-pdfmex
1522Summary: PDFMeX Plain Format
1523Summary(pl.UTF-8): Format PDFMeX Plain
1524Group: Applications/Publishing/TeX
1525Requires(post,postun): %{_bindir}/texhash
1526Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1527Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1528
1529%description format-pdfmex
1530PDFMeX Plain Format.
1531
1532%description format-pdfmex -l pl.UTF-8
1533Format PDFMeX Plain.
1534
1535%package format-utf8mex
1536Summary: MeX Plain Format with UTF-8 encoded source files
1537Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1538Group: Applications/Publishing/TeX
1539Requires(post,postun): %{_bindir}/texhash
1540Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1541
1542%description format-utf8mex
1543MeX Plain Format with UTF-8 encoded source files.
1544
1545%description format-utf8mex -l pl.UTF-8
1546Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1547
1548# AMS TeX format
1549
1550%package amstex
1551Summary: AMS macros for Plain TeX basic files
1552Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1553Group: Applications/Publishing/TeX
1554Requires(post,postun): %{_bindir}/texhash
1555Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1556Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1557Obsoletes: tetex-ams
1558Obsoletes: tetex-plain-amsfonts
1559
1560%description amstex
1561American Mathematical Society macros for Plain TeX basic files.
1562
1563%description amstex -l pl.UTF-8
1564Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1565Plain TeX.
1566
1567%package format-amstex
1568Summary: AMS macros for Plain TeX
1569Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1570Group: Applications/Publishing/TeX
1571Requires(post,postun): %{_bindir}/texhash
1572Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1573Obsoletes: tetex-ams
1574
1575%description format-amstex
1576American Mathematical Society macros for Plain TeX.
1577
1578%description format-amstex -l pl.UTF-8
1579Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1580
1581%package format-pdfamstex
1582Summary: AMS macros for PDFTeX
1583Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1584Group: Applications/Publishing/TeX
1585Requires(post,postun): %{_bindir}/texhash
1586Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1587Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1588
1589%description format-pdfamstex
1590American Mathematical Society macros for PDFTeX.
1591
1592%description format-pdfamstex -l pl.UTF-8
1593Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1594
1595# CSPlain format
1596
1597%package csplain
1598Summary: TeX CSPlain format basic files
1599Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1600Group: Applications/Publishing/TeX
1601Requires(post,postun): %{_bindir}/texhash
1602Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1603Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1604
1605%description csplain
1606TeX CSPlain format basic files.
1607
1608%description csplain -l pl.UTF-8
1609Podstawowe pliki dla formatu TeX CSPlain.
1610
1611%package format-csplain
1612Summary: TeX CSPlain format
1613Summary(pl.UTF-8): Format TeX CSPlain
1614Group: Applications/Publishing/TeX
1615Requires(post,postun): %{_bindir}/texhash
1616Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1617
1618%description format-csplain
1619TeX CSPlain format.
1620
1621%description format-csplain -l pl.UTF-8
1622Format TeX CSPlain.
1623
1624%package format-pdfcsplain
1625Summary: PDFTeX CSPlain format
1626Summary(pl.UTF-8): Format PDFTeX CSPlain
1627Group: Applications/Publishing/TeX
1628Requires(post,postun): %{_bindir}/texhash
1629Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1630
1631%description format-pdfcsplain
1632PDFTeX CSPlain format.
1633
1634%description format-pdfcsplain -l pl.UTF-8
1635Format PDFTeX CSPlain.
1636
1637# CSLaTeX format
1638
1639%package cslatex
1640Summary: CSLaTeX format basic files
1641Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1642Group: Applications/Publishing/TeX
1643Requires(post,postun): %{_bindir}/texhash
1644Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1645Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1646
1647%description cslatex
1648CSLaTeX format basic files.
1649
1650%description cslatex -l pl.UTF-8
1651Podstawowe pliki dla formatu CSLaTeX.
1652
1653%package format-cslatex
1654Summary: CSLaTeX format
1655Summary(pl.UTF-8): Format CSLaTeX
1656Group: Applications/Publishing/TeX
1657Requires(post,postun): %{_bindir}/texhash
1658Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1659
1660%description format-cslatex
1661CSLaTeX format.
1662
1663%description format-cslatex -l pl.UTF-8
1664Format CSLaTeX.
1665
1666%package format-pdfcslatex
1667Summary: PDF CSLaTeX format
1668Summary(pl.UTF-8): Format PDF CSLaTeX
1669Group: Applications/Publishing/TeX
1670Requires(post,postun): %{_bindir}/texhash
1671Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1672
1673%description format-pdfcslatex
1674PDF CSLaTeX format.
1675
1676%description format-pdfcslatex -l pl.UTF-8
1677Format PDF CSLaTeX.
1678
1679# Cyrillic Plain format
1680
1681%package cyrplain
1682Summary: Cyrillic Plain format basic files
1683Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1684Group: Applications/Publishing/TeX
1685Requires(post,postun): %{_bindir}/texhash
1686Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1687
1688%description cyrplain
1689Cyrillic Plain format basic files.
1690
1691%description cyrplain -l pl.UTF-8
1692Podstawowe pliki dla formatu Cyrillic Plain.
1693
1694%package format-cyrplain
1695Summary: Cyrillic Plain format
1696Summary(pl.UTF-8): Format Cyrillic Plain
1697Group: Applications/Publishing/TeX
1698Requires(post,postun): %{_bindir}/texhash
1699Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1700
1701%description format-cyrplain
1702Cyrillic Plain format.
1703
1704%description format-cyrplain -l pl.UTF-8
1705Format Cyrillic Plain.
1706
1707%package format-cyramstex
1708Summary: Cyrillic AMSTeX format
1709Summary(pl.UTF-8): Format Cyrillic AMSTeX
1710Group: Applications/Publishing/TeX
1711Requires(post,postun): %{_bindir}/texhash
1712Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1713Obsoletes: tetex-cyramstex
1714
1715%description format-cyramstex
1716Cyrillic AMSTeX format.
1717
1718%description format-cyramstex -l pl.UTF-8
1719Format Cyrillic AMSTeX.
1720
1721%package format-cyrtexinfo
1722Summary: Cyrillic TeXInfo format
1723Summary(pl.UTF-8): Format Cyrillic TeXInfo
1724Group: Applications/Publishing/TeX
1725Requires(post,postun): %{_bindir}/texhash
1726Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1727Obsoletes: tetex-cyrtexinfo
1728
1729%description format-cyrtexinfo
1730Cyrillic TeXInfo format.
1731
1732%description format-cyrtexinfo -l pl.UTF-8
1733Format Cyrillic TeXInfo.
1734
1735# EPlain format
1736
1737%package eplain
1738Summary: EPlain format basic files
1739Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1740Group: Applications/Publishing/TeX
1741Requires(post,postun): %{_bindir}/texhash
1742Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1743Obsoletes: tetex-etex
1744
1745%description eplain
1746EPlain format basic files.
1747
1748%description eplain -l pl.UTF-8
1749Podstawowe pliki dla formatu EPlain.
1750
1751%package format-eplain
1752Summary: EPlain format
1753Summary(pl.UTF-8): Format EPlain
1754Group: Applications/Publishing/TeX
1755Requires(post,postun): %{_bindir}/texhash
1756Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1757
1758%description format-eplain
1759EPlain format.
1760
1761%description format-eplain -l pl.UTF-8
1762Format EPlain.
1763
1764# ConTeXt format.
1765
1766%package context
1767Summary: ConTeXt macro package basic files
1768Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1769Group: Applications/Publishing/TeX
1770Requires(post,postun): %{_bindir}/texhash
1771Requires: %{name} = %{epoch}:%{version}-%{release}
1772Obsoletes: tetex-latex-context
1773
1774%define _noautoreq 'perl(path_tre)'
1775
1776%description context
1777A full featured, parameter driven macro package, which fully supports
1778advanced interactive documents.
1779
1780This package contains basic files.
1781
1782%description context -l pl.UTF-8
1783Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1784całkowicie obsługujący zaawansowane dokumenty interaktywne.
1785
1786Ten pakiet zawiera podstawowe pliki.
1787
1788%package format-context-de
1789Summary: German ConTeXt format
1790Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1791Group: Applications/Publishing/TeX
1792Requires(post,postun): %{_bindir}/texhash
1793Requires: %{name}-context = %{epoch}:%{version}-%{release}
1794
1795%description format-context-de
1796German ConTeXt format.
1797
1798%description format-context-de -l pl.UTF-8
1799Niemiecka wersja formatu ConTeXt.
1800
1801%package format-context-en
1802Summary: English ConTeXt format
1803Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1804Group: Applications/Publishing/TeX
1805Requires(post,postun): %{_bindir}/texhash
1806Requires: %{name}-context = %{epoch}:%{version}-%{release}
1807
1808%description format-context-en
1809English ConTeXt format.
1810
1811%description format-context-en -l pl.UTF-8
1812Angielska wersja formatu ConTeXt.
1813
1814%package format-context-nl
1815Summary: Dutch ConTeXt format
1816Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1817Group: Applications/Publishing/TeX
1818Requires(post,postun): %{_bindir}/texhash
1819Requires: %{name}-context = %{epoch}:%{version}-%{release}
1820
1821%description format-context-nl
1822Dutch ConTeXt format.
1823
1824%description format-context-nl -l pl.UTF-8
1825Holenderska wersja formatu ConTeXt.
1826
1827# LaTeX format.
1828
1829%package latex
1830Summary: LaTeX macro package basic files
1831Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1832Group: Applications/Publishing/TeX
60597425 1833Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1834Requires: %{name} = %{epoch}:%{version}-%{release}
1835Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1836Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1837Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1838# for misc/eurosym:
1839Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1840Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1841Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
e67df411 1842Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
5ff30b02 1843Suggests: %{name}-fonts-jknappen
fb2a8613 1844Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1845Obsoletes: tetex-bibtex-koma-script
1846Obsoletes: tetex-latex-SIunits
1847Obsoletes: tetex-latex-caption
1848Obsoletes: tetex-latex-curves
1849Obsoletes: tetex-latex-dinbrief
1850Obsoletes: tetex-latex-draftcopy
1851Obsoletes: tetex-latex-dvilj
1852Obsoletes: tetex-latex-eepic
1853Obsoletes: tetex-latex-endfloat
1854Obsoletes: tetex-latex-fancyhdr
1855Obsoletes: tetex-latex-fancyheadings
1856Obsoletes: tetex-latex-fancyvrb
1857Obsoletes: tetex-latex-fp
1858Obsoletes: tetex-latex-graphics
1859Obsoletes: tetex-latex-hyperref
1860Obsoletes: tetex-latex-koma-script
1861Obsoletes: tetex-latex-labels
1862Obsoletes: tetex-latex-listings
1863Obsoletes: tetex-latex-misc
1864Obsoletes: tetex-latex-ms
1865Obsoletes: tetex-latex-multirow
1866Obsoletes: tetex-latex-mwcls
1867Obsoletes: tetex-latex-mwdtools
1868Obsoletes: tetex-latex-natbib
1869Obsoletes: tetex-latex-ntgclass
1870Obsoletes: tetex-latex-oberdiek
1871Obsoletes: tetex-latex-pb-diagram
188cb15d 1872Obsoletes: tetex-latex-pstricks
d08789e0
ZU
1873Obsoletes: tetex-latex-revtex4
1874Obsoletes: tetex-latex-seminar
1875Obsoletes: tetex-latex-t2
1876Obsoletes: tetex-latex-titlesec
1877Obsoletes: tetex-latex-tools
1878Obsoletes: tetex-latex-units
1879Obsoletes: tetex-mwcls
1880Obsoletes: tetex-revtex4
1881
1882%description latex
1883LaTeX is a front end for the TeX text formatting system. Easier to use
1884than TeX, LaTeX is essentially a set of TeX macros which provide
1885convenient, predefined document formats for users.
1886
1887This package contains basic files.
1888
1889%description latex -l pl.UTF-8
1890LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1891łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1892dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1893
1894Ten pakiet zawiera podstawowe pliki.
1895
783773ac
ZU
1896%package latex-colortab
1897Summary: Shade cells of tables and halign
1898Group: Applications/Publishing/TeX
1899Requires(post,postun): %{_bindir}/texhash
1900Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1901
1902%description latex-colortab
1903Shade cells of tables and halign.
1904
6c82f497
ZU
1905%package latex-12many
1906Summary: Generalising mathematical index sets
1907Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1908Group: Applications/Publishing/TeX
6c82f497 1909Requires(post,postun): %{_bindir}/texhash
b4d68b39 1910Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1911
1912%description latex-12many
1913Generalising mathematical index sets.
1914
1915%description latex-12many -l hu.UTF-8
1916A matematikai halmazok indexelésének általánosítása.
1917
a8b381b0
ZU
1918%package latex-abstract
1919Summary: Control the typesetting of the abstract environment
1920Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1921Group: Applications/Publishing/TeX
fe66da27 1922Requires(post,postun): %{_bindir}/texhash
b4d68b39 1923Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1924
1925%description latex-abstract
1926Control the typesetting of the abstract environment.
1927
1928%description latex-abstract -l hu.UTF-8
1929Az "abstract" környezet szedésének irányítása.
1930
f1f5d194
ZU
1931%package latex-accfonts
1932Summary: Utilities to derive new fonts from existing ones
1933Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1934Group: Applications/Publishing/TeX
1935Requires(post,postun): %{_bindir}/texhash
1936
1937%description latex-accfonts
1938Utilities to derive new fonts from existing ones.
1939
1940%description latex-accfonts -l hu.UTF-8
1941Eszközök új betűtípusok származtatására már létezőkből.
1942
e88b5dcf
ZU
1943%package latex-adrconv
1944Summary: BibTeX styles to implement an address database
1945Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1946Group: Applications/Publishing/TeX
2fede27b 1947Requires(post,postun): %{_bindir}/texhash
78d53d8c 1948Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1949
1950%description latex-adrconv
1951BibTeX styles to implement an address database.
1952
1953%description latex-adrconv -l hu.UTF-8
1954BibTeX stílusok cím-adatbázis megvalósításához.
1955
1956
d08789e0
ZU
1957%package latex-ae
1958Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1959Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1960Group: Applications/Publishing/TeX
1961Requires(post,postun): %{_bindir}/texhash
1962Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1963Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1964
1965%description latex-ae
1966A set of virtual fonts which emulates T1 coded fonts using the
1967standard CM fonts. The package is called AE fonts (for Almost
1968European). The main use of the package is to produce PDF files using
1969versions of the CM fonts instead of the bitmapped EC fonts.
1970
1971%description latex-ae -l pl.UTF-8
1972Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1973standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1974- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1975 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1976 bitmapowych fontów EC.
1977
1978%package latex-algorithms
1979Summary: Floating algorithm environment
1980Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1981Group: Applications/Publishing/TeX
1982Requires(post,postun): /usr/bin/texhash
1983Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1984
1985%description latex-algorithms
1986Defines a floating algorithm environment designed to work with the
1987algorithmic package.
1988
1989%description latex-algorithms -l pl.UTF-8
1990Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1991do pracy z pakietem algorithmic.
1992
1993%package latex-ams
1994Summary: AMS math facilities for LaTeX
1995Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1996Group: Applications/Publishing/TeX
1997Requires(post,postun): %{_bindir}/texhash
1998Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1999Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2000Obsoletes: tetex-latex-amscls
2001Obsoletes: tetex-latex-amsfonts
2002Obsoletes: tetex-latex-amsmath
2003
2004%description latex-ams
2005This package is the principal package in the AMS-LaTeX distribution.
2006It adapts for use in LaTeX most of the mathematical features found in
2007AMS-TeX.
2008
2009%description latex-ams -l pl.UTF-8
2010To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
2011możliwości matematycznych AMS-TeXa do używania w LaTeXu.
2012
2013%package latex-antp
2014Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2015Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
2016Group: Applications/Publishing/TeX
2017Requires(post,postun): %{_bindir}/texhash
2018Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
2019Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2020
2021%description latex-antp
2022A replica of Antykwa Poltawskiego font in PostScript Type 1 format
2023- -- preliminary version. This font was designed in the 'twenties and
2024 the 'thirties of XX century by a Polish graphic artist and a
2025 typographer Adam Poltawski. It was widely used by Polish printing
2026 houses as long as metal types were in use (until ca the 'sixties).
2027 Perhaps the first complete font family programmed and parametrized in
2028 METAPOST.
2029
2030%description latex-antp -l pl.UTF-8
2031Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
2032PostScript Type 1. Ten krój został opracowany w latach 30-tych i
203340-tych XX wieku przez polskiego grafika i typografa Adama
2034Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
2035używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
2036kompletna rodzina fontów zaprogramowana i zparametryzowana w
2037METAPOSCIE.
2038
2039%package latex-antt
2040Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2041Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
2042Group: Applications/Publishing/TeX
2043Requires(post,postun): %{_bindir}/texhash
2044Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
2045Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2046
2047%description latex-antt
2048Antykwa Torunska is a serif font designed by the late Polish
2049typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
20501.
2051
2052%description latex-antt -l pl.UTF-8
2053Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
2054typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
2055postać cyfrową jako Type 1.
2056
e88b5dcf
ZU
2057%package latex-appendix
2058Summary: Extra control of appendices
2059Summary(hu.UTF-8): Az appendixek nagyobb irányítása
2060Group: Applications/Publishing/TeX
2061Requires(post,postun): %{_bindir}/texhash
78d53d8c 2062Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
2063
2064%description latex-appendix
2065Extra control of appendices.
2066
2067%description latex-appendix -l hu.UTF-8
2068Az appendixek nagyobb irányítása.
2069
de260d32
ZU
2070# %package latex-backgammon # Summary: LaTeX package to documenting
2071backgammon games # Summary(hu.UTF-8): LaTeX csomag backgammon játékok
2072dokumentálására # Group: Applications/Publishing/TeX #
2073Requires(post,postun): %{_bindir}/texhash # Requires: %{name}-latex =
2074%{epoch}:%{version}-%{release} # # %description latex-backgammon #
2075LaTeX package to documenting backgammon games. # # %description
2076latex-backgammon -l hu.UTF-8 # LaTeX csomag backgammon játékok
2077dokumentálására
b4d68b39 2078
d08789e0
ZU
2079%package latex-bbm
2080Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
2081Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
2082Group: Applications/Publishing/TeX
2083Requires(post,postun): %{_bindir}/texhash
2084Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2085Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2086
2087%description latex-bbm
2088Blackboard variant fonts for Computer Modern, with LaTeX support.
2089
2090%description latex-bbm -l pl.UTF-8
2091Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2092
6c82f497
ZU
2093%package latex-bardiag
2094Summary: LateX package for drawing bar diagrams
2095Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
2096Group: Applications/Publishing/TeX
2097Requires(post,postun): %{_bindir}/texhash
2098
2099%description latex-bardiag
2100LateX package for drawing bar diagrams.
2101
2102%description latex-bardiag -l hu.UTF-8
2103LaTeX csomag oszlopdiagramok rajzolására.
2104
d08789e0
ZU
2105%package latex-bbold
2106Summary: Sans serif blackboard bold for LaTeX
2107Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2108Group: Applications/Publishing/TeX
2109Requires(post,postun): %{_bindir}/texhash
2110Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2111Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2112
2113%description latex-bbold
2114A geometric sans serif blackboard bold font, for use in mathematics.
2115
2116%description latex-bbold -l pl.UTF-8
2117Geometryczny tablicowy tłusty font sans serif, do używania w
2118matematyce.
2119
2120%package latex-bibtex
2121Summary: Bibliography management for LaTeX
2122Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2123Group: Applications/Publishing/TeX
2124Requires(post,postun): %{_bindir}/texhash
2125Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2126Obsoletes: tetex-bibtex
2127Obsoletes: tetex-natbib
2128Obsoletes: tetex-rubibtex
2129
2130%description latex-bibtex
2131Bibliography management for LaTeX.
2132
2133%description latex-bibtex -l pl.UTF-8
2134Zarządzanie bibliografią dla LaTeXa.
2135
b4d68b39
ZU
2136%package latex-beamer
2137Summary: A LaTeX class for producing presentations and slides
2138Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2139Group: Applications/Publishing/TeX
2140Requires(post,postun): %{_bindir}/texhash
2141Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2142
2143%description latex-beamer
2144A LaTeX class for producing presentations and slides.
2145
2146%description latex-beamer -l hu.UTF-8
2147LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2148
2fede27b
ZU
2149%package latex-bezos
2150Summary: Packages by Javier Bezos (additional math tools)
2151Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2152Group: Applications/Publishing/TeX
2153Requires(post,postun): %{_bindir}/texhash
78d53d8c 2154Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2155
2156%description latex-bezos
2157Packages by Javier Bezos (additional math tools).
2158
ca8b4816 2159%description latex-bezos -l hu.UTF-8
2fede27b
ZU
2160Javier Bezos csomagjai (további matematikai eszközök).
2161
d08789e0
ZU
2162%package latex-bibtex-ams
2163Summary: BibTeX style files for American Mathematical Society publications
2164Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2165Group: Applications/Publishing/TeX
2166Requires(post,postun): %{_bindir}/texhash
2167Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2168Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2169Obsoletes: tetex-bibtex-ams
2170
2171%description latex-bibtex-ams
2172BibTeX style files for American Mathematical Society publications.
2173
2174%description latex-bibtex-ams -l pl.UTF-8
2175Pliki stylów BibTeXa do publikacji American Mathematical Society.
2176
2177%package latex-bibtex-dk
2178Summary: Danish variants of the standard BibTeX styles
2179Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2180Group: Applications/Publishing/TeX
2181Requires(post,postun): /usr/bin/texhash
2182Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2183
2184%description latex-bibtex-dk
2185Dk-bib is a translation of the four standard BibTeX style files
2186(abbrv, alpha, plain and unsrt) into Danish. The files have been
2187extended with ISBN, ISSN and URL fields which can be enabled through a
2188LaTeX style file.
2189
2190%description latex-bibtex-dk -l pl.UTF-8
2191Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2192(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2193rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2194stylu LaTeXa.
2195
2196%package latex-bibtex-nor
2197Summary: Norwegian variants of the standard BibTeX styles
2198Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2199Group: Applications/Publishing/TeX
2200Requires(post,postun): /usr/bin/texhash
2201Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2202
2203%description latex-bibtex-nor
2204Norwegian variants of the standard BibTeX styles.
2205
2206%description latex-bibtex-nor -l pl.UTF-8
2207Norweskie warianty standardowych stylów BibTeXa.
2208
2209%package latex-bibtex-pl
2210Summary: Polish bibliography management for LaTeX
2211Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2212Group: Applications/Publishing/TeX
2213Requires(post,postun): %{_bindir}/texhash
2214Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2215Obsoletes: tetex-bibtex-plbib
2216
2217%description latex-bibtex-pl
2218Polish bibliography management for LaTeX.
2219
2220%description latex-bibtex-pl -l pl.UTF-8
2221Polska wersja zarządzania bibliografią dla LaTeXa.
2222
2223%package latex-bibtex-german
2224Summary: German variants of standard BibTeX styles
2225Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2226Group: Applications/Publishing/TeX
2227Requires(post,postun): %{_bindir}/texhash
2228Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2229Obsoletes: tetex-bibtex-germbib
2230
2231%description latex-bibtex-german
2232German variants of standard BibTeX styles.
2233
2234%description latex-bibtex-german -l pl.UTF-8
2235Niemieckie wersje standardowych stylów BibTeXa.
2236
2237%package latex-bibtex-revtex4
2238Summary: BibTeX styles for REVTeX4
2239Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2240Group: Applications/Publishing/TeX
2241Requires(post,postun): %{_bindir}/texhash
2242Requires: %{name} = %{epoch}:%{version}-%{release}
2243Obsoletes: tetex-bibtex-revtex4
2244
2245%description latex-bibtex-revtex4
2246BibTeX styles for REVTeX4.
2247
2248%description latex-bibtex-revtex4 -l pl.UTF-8
2249Style BibTeXa dla REVTeX4.
2250
2251%package latex-bibtex-jurabib
2252Summary: Extended BibTeX citation support for the humanities and legal texts
2253Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2254Group: Applications/Publishing/TeX
2255Requires(post,postun): %{_bindir}/texhash
2256Requires: %{name} = %{epoch}:%{version}-%{release}
2257Obsoletes: tetex-bibtex-jurabib
2258
2259%description latex-bibtex-jurabib
2260Extended BibTeX citation support for the humanities and legal texts.
2261
2262%description latex-bibtex-jurabib -l pl.UTF-8
2263Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2264prawniczych.
2265
33b3b483
ZU
2266%package latex-bibtex-styles
2267Summary: Various BibTeX styles
2268Summary(hu.UTF-8): Vegyes BibTeX stílusok
2269Group: Applications/Publishing/TeX
2270Requires(post,postun): %{_bindir}/texhash
2271Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2272
2273%description latex-bibtex-styles
2274Various BibTeX styles.
2275
2276%description latex-bibtex-styles -l hu.UTF-8
2277Vegyes BibTeX stílusok.
2278
435dbdfa
ZU
2279%package latex-bibtex-vancouver
2280Summary: Bibliographic style file for Biomedical Journals
b5f33174 2281Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2282Group: Applications/Publishing/TeX
435dbdfa 2283Requires(post,postun): %{_bindir}/texhash
33b3b483 2284Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2285
b5f33174 2286%description latex-bibtex-vancouver
435dbdfa 2287Bibliographic style file for Biomedical Journals.
2fede27b 2288
b5f33174
ZU
2289%description latex-bibtex-vancouver -l hu.UTF-8
2290Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2291
2fede27b
ZU
2292%package latex-booktabs
2293Summary: Publication quality tables in LaTeX
2294Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2295Group: Applications/Publishing/TeX
2296Requires(post,postun): %{_bindir}/texhash
78d53d8c 2297Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2298
2299%description latex-booktabs
2300Publication quality tables in LaTeX.
2301
2302%description latex-booktabs -l hu.UTF-8
2303Nyomdai minőségű táblázatok LaTeX-ben.
2304
2305
2306%package latex-caption
2307Summary: Customising captions in floating environments
2308Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2309Group: Applications/Publishing/TeX
2310Requires(post,postun): %{_bindir}/texhash
78d53d8c 2311Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2312
2313%description latex-caption
2314Customising captions in floating environments.
2315
2316%description latex-caption -l hu.UTF-8
2317Feliratok testreszabása úszó környezetekben.
2318
d08789e0
ZU
2319%package latex-carlisle
2320Summary: Miscellaneous small packages by David Carlisle
2321Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2322Group: Applications/Publishing/TeX
2323Requires(post,postun): %{_bindir}/texhash
2324Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2325
2326%description latex-carlisle
2327Miscellaneous small packages by David Carlisle.
2328
2329%description latex-carlisle -l pl.UTF-8
2330Różne małe pakiety autorstwa Davida Carlisle.
2331
2332%package latex-ccfonts
2333Summary: Support for Concrete text and math fonts in LaTeX
2334Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2335Group: Applications/Publishing/TeX
2336Requires(post,postun): %{_bindir}/texhash
2337Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2338
2339%description latex-ccfonts
2340LaTeX font definition files for the Concrete fonts and a LaTeX package
2341for typesetting documents using Concrete as the default font family.
2342The files support OT1, T1, TS1, and Concrete math including AMS fonts
2343(Ulrik Vieth's concmath).
2344
2345%description latex-ccfonts -l pl.UTF-8
2346Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2347LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2348rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2349Concrete wraz z AMS (concmath Ulrika Vietha).
2350
2351%package latex-cite
2352Summary: Supports compressed, sorted lists of numerical citations
2353Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2354Group: Applications/Publishing/TeX
2355Requires(post,postun): %{_bindir}/texhash
2356Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2357
2358%description latex-cite
2359Supports compressed, sorted lists of numerical citations.
2360
2361%description latex-cite -l pl.UTF-8
2362Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2363
2364%package latex-cmbright
2365Summary: Support for CM Bright fonts in LaTeX
2366Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2367Group: Applications/Publishing/TeX
2368Requires(post,postun): %{_bindir}/texhash
2369Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2370Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2371
2372%description latex-cmbright
2373A family of sans serif fonts for TeX and LaTeX, based on Donald
2374Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2375various shapes as well as all the fonts necessary for mathematical
2376typesetting, incl. AMS symbols. This collection provides all the
2377necessary files for using the fonts with LaTeX.
2378
2379%description latex-cmbright -l pl.UTF-8
2380Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2381Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2382kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2383symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2384używania fontów w LaTeXu.
2385
2fede27b
ZU
2386%package latex-comment
2387Summary: Selectively include/excludes portions of text
2388Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2389Group: Applications/Publishing/TeX
2390Requires(post,postun): %{_bindir}/texhash
78d53d8c 2391Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2392
2393%description latex-comment
2394Selectively include/excludes portions of text.
2395
2396%description latex-comment -l hu.UTF-8
2397A szöveg részeinek beillesztése/kihagyása.
2398
d08789e0
ZU
2399%package latex-concmath
2400Summary: LaTeX package and font definition files to access the Concrete math fonts
2401Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2402Group: Applications/Publishing/TeX
2403Requires(post,postun): %{_bindir}/texhash
2404Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2405Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2406
2407%description latex-concmath
2408LaTeX package and font definition files to access the Concrete math
2409fonts, which were derived from Computer Modern math fonts using
2410parameters from Concrete Roman text fonts.
2411
2412%description latex-concmath -l pl.UTF-8
2413Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2414matematyczne Concrete wywodzące się z fontów matematycznych Computer
2415Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2416Roman.
2417
2fede27b
ZU
2418%package latex-currvita
2419Summary: Typeset a curriculum vitae
2420Summary(hu.UTF-8): Önéletrajzok írása
2421Group: Applications/Publishing/TeX
2422Requires(post,postun): %{_bindir}/texhash
78d53d8c 2423Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2424
2425%description latex-currvita
2426Typeset a curriculum vitae.
2427
2428%description latex-currvita -l hu.UTF-8
2429Önéletrajzok írása.
2430
2431%package latex-curves
2432Summary: Curves for LaTeX picture environment
2433Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2434Group: Applications/Publishing/TeX
2435Requires(post,postun): %{_bindir}/texhash
78d53d8c 2436Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2437
2438%description latex-curves
2439Curves for LaTeX picture environment.
2440
2441%description latex-curves -l hu.UTF-8
2442Görbék LaTeX picture környezetébe.
2443
d08789e0
ZU
2444%package latex-custom-bib
2445Summary: Customized BibTeX styles for LaTeX
2446Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2447Group: Applications/Publishing/TeX
2448Requires(post,postun): %{_bindir}/texhash
2449Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2450
2451%description latex-custom-bib
2452Package generating customized BibTeX bibliography styles from a
2453generic file using docstrip. Includes support for the Harvard style.
2454
2455%description latex-custom-bib -l pl.UTF-8
2456Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2457pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2458
2459%package latex-cyrillic
2460Summary: LaTeX Cyrillic support
2461Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2462Group: Applications/Publishing/TeX
2463Requires(post,postun): %{_bindir}/texhash
2464Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2465
2466%description latex-cyrillic
2467LaTeX Cyrillic support.
2468
2469%description latex-cyrillic -l pl.UTF-8
2470Obsługa cyrylicy dla LaTeXa.
2471
b280f158
ZU
2472%package latex-dstroke
2473Summary: LaTeX doublestroke font
2474Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2475Group: Applications/Publishing/TeX
2476Requires(post,postun): %{_bindir}/texhash
2477Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2478Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2479
2480%description latex-dstroke
2481Doublestroke font for typesetting the mathematical symbols for the
2482natural numbers, whole numbers, rational numbers, real numbers and
2483complex numbers.
2484
2485%description latex-dstroke -l pl.UTF-8
2486Podwójnie kreślony font do składania symboli matematycznych liczb
2487naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2488
60597425
ZU
2489%package latex-enumitem
2490Summary: A package to customize the three basic lists
2491Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2492Group: Applications/Publishing/TeX
2493Requires(post,postun): %{_bindir}/texhash
78d53d8c 2494Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2495
2496%description latex-enumitem
2497A package to customize the three basic lists (enumerate, itemize and
2498description).
2499
ca8b4816 2500%description latex-enumitem -l hu.UTF-8
60597425
ZU
2501Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2502(enumerate, itemize, description).
2503
2b453bda
ZU
2504%package latex-exam
2505Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2506Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2507Group: Applications/Publishing/TeX
fe66da27 2508Requires(post,postun): %{_bindir}/texhash
78d53d8c 2509Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2510
2511%description latex-exam
2512The exam document class attempts to make it easy for even a LaTeX
2513novice to prepare exams.
2514
2515%description latex-exam -l hu.UTF-8
2516Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2517feladatsorok készítése.
2518
247457ba
ZU
2519%package latex-formlett
2520Summary: Letters to multiple recipients
2521Summary(hu.UTF-8): Levél több címzettnek ("körlevél")
2522Group: Applications/Publishing/TeX
2523Requires(post,postun): %{_bindir}/texhash
2524Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2525
2526%description latex-formlett
2527Letters to multiple recipients.
2528
2529%description latex-formlett -l hu.UTF-8
2530Levél több címzettnek ("körlevél").
2531
c9ddaf2d
ZU
2532%package latex-formular
2533Summary: Create forms containing field for manual entry
2534Summary(hu.UTF-8): Kézzel kitöltendő űrlapok készítése
2535Group: Applications/Publishing/TeX
2536Requires(post,postun): %{_bindir}/texhash
2537Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2538
2539%description latex-formular
2540Create forms containing field for manual entry.
2541
2542%description latex-formular -l hu.UTF-8
2543Kézzel kitöltendő űrlapok készítése.
2544
247457ba
ZU
2545%package latex-examdesign
2546Summary: LaTeX class for typesetting exams
2547Summary(hu.UTF-8): LaTeX osztály dolgozatok szedésére
2548Group: Applications/Publishing/TeX
2549Requires(post,postun): %{_bindir}/texhash
2550Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2551
2552%description latex-examdesign
2553LaTeX class for typesetting exams.
2554
187f5494 2555%description latex-examdesign -l hu.UTF-8
247457ba
ZU
2556LaTeX osztály dolgozatok szedésére.
2557
f1f5d194
ZU
2558%package latex-gbrief
2559Summary: Letter document class
2560Summary(hu.UTF-8): Levél dokumentumosztály
2561Group: Applications/Publishing/TeX
2562Requires(post,postun): %{_bindir}/texhash
2563Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2564
2565%description latex-gbrief
2566Letter document class.
2567
2568%description latex-gbrief -l hu.UTF-8
2569Levél dokumentumosztály.
2570
2b453bda 2571
d08789e0
ZU
2572%package latex-jknappen
2573Summary: Miscellaneous packages by Joerg Knappen
2574Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2575Group: Applications/Publishing/TeX
2576Requires(post,postun): %{_bindir}/texhash
2577Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2578Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2579
2580%description latex-jknappen
2581Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2582Knappen, including sgmlcmpt.
2583
2584%description latex-jknappen -l pl.UTF-8
2585Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2586Knappena. Zawiera sgmlcmpt.
2587
d19eaaab
ZU
2588%package latex-keystroke
2589Summary: Graphical representation of keys on keyboard
2590Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2591Group: Applications/Publishing/TeX
2592Requires(post,postun): %{_bindir}/texhash
2593Requires: %{name}-latex
2594
2595%description latex-keystroke
2596Graphical representation of keys on keyboard.
2597
2598%description latex-keystroke -l hu.UTF-8
2599A billentyűk grafikus megjelenítése.
2600
2601
2602%package latex-labbook
2603Summary: Typeset laboratory journals
2604Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2605Group: Applications/Publishing/TeX
2606Requires(post,postun): %{_bindir}/texhash
2607Requires: %{name}-latex
2608
2609%description latex-labbook
2610Typeset laboratory journals.
2611
2612%description latex-labbook -l hu.UTF-8
2613Laborjegyzőkönyvek szedése.
2614
2615%package latex-lcd
2616Summary: Alphanumerical LCD-style displays
f65b3398 2617Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2618Group: Applications/Publishing/TeX
2619Requires(post,postun): %{_bindir}/texhash
2620Requires: %{name}-latex
2621
2622%description latex-lcd
2623Alphanumerical LCD-style displays.
2624
2625%description latex-lcd -l hu.UTF-8
f65b3398 2626Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2627
2628%package latex-leaflet
2629Summary: Create small handouts (flyers)
2630Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2631Group: Applications/Publishing/TeX
2632Requires(post,postun): %{_bindir}/texhash
2633Requires: %{name}-latex
2634
2635%description latex-leaflet
2636Create small handouts (flyers).
2637
2638%description latex-leaflet -l hu.UTF-8
2639Kis "kézikönyvek" készítése (brossúrák).
2640
f1f5d194
ZU
2641%package latex-leftidx
2642Summary: Left and right subscripts and superscripts in math mode
2643Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2644Group: Applications/Publishing/TeX
2645Requires(post,postun): %{_bindir}/texhash
2646Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2647
7b6c7caa
ZU
2648%description latex-leftidx
2649Left and right subscripts and superscripts in math mode.
2650
2651%description latex-leftidx -l hu.UTF-8
2652Bal és jobboldali alsó és felső indexek matematikai módban.
2653
d19eaaab
ZU
2654
2655%package latex-lewis
2656Summary: Draw Lewis structures (chemistry)
2657Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2658Group: Applications/Publishing/TeX
2659Requires(post,postun): %{_bindir}/texhash
2660Requires: %{name}-latex
2661
2662%description latex-lewis
2663Draw Lewis structures (chemistry).
2664
2665%description latex-lewis -l hu.UTF-8
2666Lewis struktúrák készítése (kémia).
2667
d08789e0
ZU
2668%package latex-lm
2669Summary: LaTeX styles for Latin Modern family fonts
2670Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2671Group: Applications/Publishing/TeX
2672Requires(post,postun): /usr/bin/texhash
2673Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2674Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2675
2676%description latex-lm
2677Latin Modern family of fonts, based on the Computer Modern fonts
2678released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2679lot of additional characters, mainly accented ones, but not only.
2680There is a one set of PostScript fonts and four sets of TeX Font
2681Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2682encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2683Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2684potential user knows what to do with all these files. The author is
2685Boguslaw Jackowski.
2686
2687%description latex-lm -l pl.UTF-8
2688Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2689przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2690Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2691Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2692Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2693QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2694(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2695(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2696tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2697
a8b381b0
ZU
2698%package latex-lastpage
2699Summary: Reference last page for "Page N of M" type footers
2700Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2701Group: Applications/Publishing/TeX
fe66da27 2702Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2703
2704%description latex-lastpage
2705Reference last page for Page N of M type footers.
2706
2707%description latex-lastpage -l hu.UTF-8
2708Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2709
d08789e0
ZU
2710%package latex-lineno
2711Summary: Line numbers on paragraphs
2712Summary(pl.UTF-8): Numery linii dla paragrafów
2713Group: Applications/Publishing/TeX
2714Requires(post,postun): /usr/bin/texhash
2715Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2716
2717%description latex-lineno
2718The LaTeX package lineno.sty provides line numbers on paragraphs.
2719After TeX has broken a paragraph into lines there will be line numbers
2720attached to them, with the possibility to make references through the
2721LaTeX \ref, \pageref cross reference mechanism.
2722
2723%description latex-lineno -l pl.UTF-8
2724Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2725paragrafu na linie przez TeXa do linii dołączane są ich numery z
2726możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2727\ref i \pageref.
2728
2e9c3e45
ZU
2729%package latex-games
2730Summary: Packages for typesetting games
2731Summary(hu.UTF-8): Játékok szedése
2732Group: Applications/Publishing/TeX
2733Requires(post,postun): %{_bindir}/texhash
2734Requires: %{name}-latex
2735
2736%description latex-games
b9c820f8 2737Chess, chinese chess, crosswords, go, backgammon and more.
2e9c3e45
ZU
2738
2739%description latex-games -l hu.UTF-8
b9c820f8 2740Sakk, kínai sakk, keresztrejtvények, go, backgammon és még sok más.
1d337b0e
ZU
2741
2742%package latex-extend
2743Summary: Extensions, patches, improvements of main LaTeX styles, environments
2744Summary(hu.UTF-8): Az alap LaTeX stílusok, környezetek, stb. bővítései, foltjai
2745Group: Applications/Publishing/TeX
2746Requires(post,postun): %{_bindir}/texhash
2747Requires: %{name}-latex
2748
2749%description latex-extend
2750This package contains:
2751- addlines: a user-friendly wrapper around \enlargethispage.
2752- alnumsec: alphanumeric section numbering.
2753- arydshln: horizontal and vertical dashed lines in arrays and
2754 tabulars
2755- babelbib: multilingual bibliographies.
2756- bibtopicprefix: prefix references to bibliographies produced by
2757 bibtopic.
2758- boites: boxes that may break across pages
2759- booklet: aids for printing simple booklets.
2760- bullcntr: display list item counter as regular pattern of bullets.
2761- chappg: page numbering by chapter.
2762- cjw: a bundle of packages and classes.
2763- clefval: key/value support with a hash.
2764- colortbl: add colour to LaTeX tables.
2765- combine: bundle individual documents into a single document.
2766- contour: print a coloured contour around text.
2767- ctable: easily typeset centered tables.
2768- curve2e: extensions for package pict2e.
de260d32
ZU
2769- dashbox: draw dashed boxes.
2770- dashline: draw dashed rules.
2771- etaremune: reverse-counting enumerate environment.
1d337b0e 2772- HA-prosper: patches and improvements for prosper.
de260d32 2773- expdlist: expanded description environments.
1d337b0e
ZU
2774
2775%description latex-extend -l hu.UTF-8
2776Ez a csomag a következőket tartalmazza:
2777- addlines: felhasználóbarát wrapper \enlargethispage-hez
2778- alnumsec: alfanumerikus section számozás
2779- arydshln: vízszintes és függőleges pontozott vonalak array és
2780 tabular környezetkben
2781- babelbib: többnyelvű bibliográfiák
2782- bibtopicprefix: prefix hivatkozás bibtopic által készített
2783 bibliográfiára
2784- boites: dobozok, amelyek törhetők oldalak között
2785- booklet: booklet formátumban történő nyomtatás
2786- bullcntr: lista elemek számlálójának megjelenítése mint...
2787- chappg: oldalszámozás chapter alapján
2788- cjw: csomagok és osztályok tömkelege
2789- clefval: kulcs/érték párok hash-sel
2790- colortbl: színek LaTeX táblázatokban
2791- combine: külön dokumentumok eggyé fűzése
2792- contour: színes kontúr nyomtatása szöveg körül
2793- ctable: középre igazított táblázatok szedése
2794- curve2e: pict2e csomaghoz kiegészítések
de260d32
ZU
2795- dashbox: pontozott dobozok
2796- dashline: pontozott vonalak
2797- etaremune: visszafele sorszámazó enumerate környezet
2798- expdlist: kibővített description környezetek
1d337b0e 2799- HA-prosper: foltok és bővítések a prosper-hez
2e9c3e45 2800
6bc47e19
ZU
2801%package latex-effects
2802Summary: Additional effects to fonts, texts...
2803Summary(hu.UTF-8): További effektek betűkhöz, szövegekhez,...
2804Group: Applications/Publishing/TeX
2805Requires(post,postun): %{_bindir}/texhash
2806Requires: %{name}-latex
2807
2808%description latex-effects
2809This package contains:
2810- arcs: draw arcs over and under text
2811- blowup: upscale or downscale all pages of a document.
2812- changebar: generate changebars in LaTeX documents.
2813- draftwatermark: put a grey textual watermark on document pages.
2814- flippdf: horizontal flipping of pages with pdfLaTeX.
2815- flowfram: create text frames for posters, brochures or magazines.
2816- isorot: rotation of document elements.
2817- lettrine: typeset dropped capitals.
2818
2819%description latex-effects -l hu.UTF-8
2820Ez a csomag a következőket tartalmazza:
2821- arcs: ívek rajzolása szöveg fölé és alá
2822- blowup: a dokumentum összes oldalának nagyítása vagy kicsinyítése
2823- changebar: oldalsávok készítése LaTeX dokumentumokban
2824- draftwatermark: szürke szöveges vízjel a dokumentum oldalaira
2825- flippdf: oldalak vízszintes tükrözése pdfLaTeX-hel
2826- flowfram: szövegkeretek poszterekhez, brossúrákhoz vagy magazinokhoz
2827- isorot: dokumentum-elemek forgatása
2828- lettrine: ejtett kapitálisok szedése
2829
2e9c3e45
ZU
2830%package latex-math
2831Summary: Mathematical packages
2832Summary(hu.UTF-8): Matematikai csomagok
2833Group: Applications/Publishing/TeX
2834Requires(post,postun): %{_bindir}/texhash
2835Requires: %{name}-latex
b9c820f8
ZU
2836# gnuplottex needs gnuplot
2837Requires: gnuplot
2e9c3e45
ZU
2838
2839%description latex-math
2840This package contains:
2841- bez123: Support for Bezier curves.
2842- binomexp: Calculate Pascal's triangle
1d337b0e 2843- cmll: symbols for linear logic.
6bc47e19 2844- constants: automatic numbering of constants.
2e9c3e45 2845- coordsys: draw cartesian coordinate systems.
de260d32 2846- dotseqn: flush left equations with dotted leaders to the numbers.
2e9c3e45
ZU
2847- egplot: encapsulate Gnuplot sources in LaTeX documents.
2848- eqlist: description lists with equal indentation.
2849- eqnarray: more generalised equation arrays with numbering.
2850- esdiff: simplify typesetting of derivatives.
2851- esvect: vector arrows.
2852- extpfeil: extensible arrows in mathematics
2853- faktor: typeset quotient structures with LaTeX.
b9c820f8 2854- fouridx: left sub- and superscripts in maths mode.
de260d32 2855- functan: macros for functional analysis and PDE theory
b9c820f8
ZU
2856- galois: typeset Galois connections.
2857- gnuplottex: embed Gnuplot commands in LaTeX documents.
2858- hhtensor: print vectors, matrices, and tensors.
2859- noitcrul: improved underlines in mathematics.
2e9c3e45
ZU
2860- permute: support for symmetric groups.
2861
2862%description latex-math -l hu.UTF-8
2863Ez a csomag a következőket tartalmazza:
2864- bez123: Bezier-görbék
2865- binomexp: Pascal-háromszög számítása
1d337b0e 2866- cmll: szimbólumok lineáris logikához
6bc47e19 2867- constants: változók automatikus sorszámozása
2e9c3e45 2868- coordsys: Descartes-féle koordinátarendszerek rajzolása
de260d32 2869- dotseqn: TODO
2e9c3e45
ZU
2870- egplot: Gnuplot források LaTeX dokumentumokba ágyazása
2871- eqlist: leíró lista egyenlő behúzással
2872- eqnarray: általánosabb egyenlet-rendszer sorszámozással
2873- esdiff: deriváltak bevitele
2874- esvect: vektornyilak
2875- extpfeil: bővíthető nyilak matematikában
2876- faktor: hányados struktúrák LaTeX-hel
b9c820f8 2877- fouridx: alsó és felső indexek bal oldalon matematikai módban
de260d32 2878- functan: funkcionálanalízés és PDE elmélethez makrók
b9c820f8
ZU
2879- galois: Galois kapcsolatok szedése
2880- gnuplottex: Gnuplot parancsok beágyazása LaTeX dokumentumokba
2881- hhtensor: vetkorok, mátrixok és tenzorok nyomtatása
2882- noitcrul: kibővített aláhúzások matematikában
2e9c3e45
ZU
2883- permute: szimmetriacsoportok
2884
de260d32
ZU
2885%package latex-misc
2886Summary: Misc packages
2887Summary(hu.UTF-8): Vegyes csomagok
2888Group: Applications/Publishing/TeX
2889Requires(post,postun): %{_bindir}/texhash
2890Requires: %{name}-latex
2891
2892%description latex-misc
2893This packages contains:
2894- cooking: typeset recipes.
2895- cuisine: typeset recipes.
2896- fixme: insert "fixme" notes into draft documents.
2897- recipecard: typeset recipes in note-card-sized boxes.
2898
2899%description latex-misc -l hu.UTF-8
2900Ez a csomag a következőket tartalmazza:
2901- cooking: receptek szedése
2902- cuisine: receptek szedése
2903- fixme: "fixme" megjegyzések elhelyezése
2904- recipecard: receptek szedése jegyzet-méretű dobozokba
2905
1d337b0e
ZU
2906%package latex-music
2907Summary: Musical packages
2908Summary(hu.UTF-8): Zenei csomagok
2909Group: Applications/Publishing/TeX
2910Requires(post,postun): %{_bindir}/texhash
2911Requires: %{name}-latex
2912
2913%description latex-music
2914This package contains:
2915- abc: support ABC music notation in LaTeX.
2916- guitar: guitar chords and song texts.
2917
2918%description latex-music -l hu.UTF-8
2919Ez a csomag a következőket tartalmazza:
2920- abc: ABC hangjegyzések LaTeX-ben
2921- guitar: gitárkották és dalszövegek
2922
2e9c3e45
ZU
2923%package latex-physics
2924Summary: Physical packages
2925Summary(hu.UTF-8): Fizikai csomagok
2926Group: Applications/Publishing/TeX
2927Requires(post,postun): %{_bindir}/texhash
2928Requires: %{name}-latex
2929
2930%description latex-physics
2931This package contains:
2932- circ: macros for typesetting circuit diagrams.
2933- colorwav: colours by wavelength of visible light.
2934- dyntree: construct Dynkin tree diagrams.
2935- feynmf: macros and fonts for creating Feynman (and other) diagrams.
de260d32 2936- formula: typesetting physical units.
b9c820f8 2937- isotope: a package for type setting isotopes
2e9c3e45
ZU
2938
2939%description latex-physics -l hu.UTF-8
2940Ez a csomag a következőket tartalmazza:
2941- circ: áramkörök szedése
2942- colorwav: a látható fény színei hullámhossz szerint
2943- dyntree: Dynkin fadiagramok készítése
2944- feynmf: makrók és fontok Feynman (és más) diagramok készítésére
de260d32 2945- formula: fizikai egységek szedése
b9c820f8 2946- isotope: izotópok szedése
2e9c3e45
ZU
2947
2948%package latex-biology
2949Summary: Biological packages
2950Summary(hu.UTF-8): Biológiai csomagok
2951Group: Applications/Publishing/TeX
2952Requires(post,postun): %{_bindir}/texhash
2953Requires: %{name}-latex
2954
2955%description latex-biology
2956This package contains:
2957- biocon: typesetting biological species names
2958- dnaseq: format DNA base sequences.
2959
2960%description latex-biology -l hu.UTF-8
2961Ez a csomag a következőket tartalmazza:
2962- biocon: biológiai fajnevek szedése
2963- dnaseq: DNS szekvenciák szedése
2964
2965%package latex-chem
2966Summary: Chemical packages
2967Summary(hu.UTF-8): Kémiai csomagok
2968Group: Applications/Publishing/TeX
2969Requires(post,postun): %{_bindir}/texhash
2970Requires: %{name}-latex
2971
2972%description latex-chem
2973This package contains:
2974- achemso: support for American Chemical Society journal submissions.
2975- bpchem: typeset chemical names, formulae, etc.
2976- chemarrow: arrows for use in chemistry.
2977- chemcompounds: simple consecutive numbering of chemical compounds.
2978- chemcono: support for compound numbers in chemistry documents.
2979- chemstyle: writing chemistry with style.
2980- mhchem: typeset chemical formulae/equations and Risk and Safety
2981 phrases
2982
2983%description latex-chem -l hu.UTF-8
2984Ez a csomag a következőket tartalmazza:
2985- achemso: American Chemical Society formátuma
2986- bpchem: kémiai nevek, formulák, stb. szedése
2987- chemarrow: kémiában használatos nyilak
2988- chemcompounds: kémiai vegyületek számozása
2989- chemcono: kémiai vegyületek kémiai dokumentumokbam
2990- chemstyle: kémiai dokumentum írása
2991- mhchem: kémiai formulák/egyenletek szedése
2992
2993%package latex-informatic
2994Summary: Informatical packages
2995Summary(hu.UTF-8): Informatikai csomagok
2996Group: Applications/Publishing/TeX
2997Requires(post,postun): %{_bindir}/texhash
2998Requires: %{name}-latex
2999
3000%description latex-informatic
3001This package contains:
3002- alg: LaTeX environments for typesetting algorithms.
3003- bytefield: Create illustrations for network protocol specifications.
3004
3005%description latex-informatic -l hu.UTF-8
3006Ez a csomag a következőket tartalmazza:
3007- alg: LaTeX környezetek algoritmusok szedésére
3008- bytefield: hálózati protokoll specifikációk szemléltetése
3009
3010%package latex-pdftools
3011Summary: Various tools to pdf output
3012Summary(hu.UTF-8): Különböző eszközök pdf output-hoz
3013Group: Applications/Publishing/TeX
3014Requires(post,postun): %{_bindir}/texhash
3015Requires: %{name}-latex
3016
3017%description latex-pdftools
3018This package contains:
3019- attachfile: attach arbitrary files to a PDF document
3020- cooltooltips: associate a pop-up window and tooltip with PDF
3021 hyperlinks
3022
3023%description latex-pdftools -l hu.UTF-8
3024Ez a csomag a következőket tartalmazza:
3025- attachfile: fájlok csatolása PDF dokumentumokba
3026- cooltooltips: felugró ablakok és súgók társítása PDF linkekhez
d19eaaab
ZU
3027
3028%package latex-mathexam
3029Summary: Package for typesetting exams
3030Summary(hu.UTF-8): Vizsgák szedése
3031Group: Applications/Publishing/TeX
3032Requires(post,postun): %{_bindir}/texhash
3033Requires: %{name}-latex
3034
3035%description latex-mathexam
3036Package for typesetting exams.
3037
3038%description latex-mathexam -l hu.UTF-8
3039Vizsgák szedése.
3040
d08789e0
ZU
3041%package latex-microtype
3042Summary: An interface to the micro-typographic extensions of pdfTeX
3043Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
3044Group: Applications/Publishing/TeX
3045Requires(post,postun): /usr/bin/texhash
3046Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3047
3048%description latex-microtype
3049The `microtype' package provides a LaTeX interface to pdfTeX's
3050micro-typographic extensions: character protrusion and font expansion.
3051It allows to restrict character protrusion and/or font expansion to a
3052definable set of fonts, and to configure micro-typographic aspects of
3053the fonts in a straight-forward and flexible way. Settings for various
3054fonts are provided.
3055
3056%description latex-microtype -l pl.UTF-8
3057Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
3058mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
3059Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
3060określonego zbioru fontów oraz skonfigurować mikrotypograficzne
3061aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
3062dla różnych fontów.
3063
8ed039e0
ZU
3064%package latex-musictex
3065Summary: Typesetting music with TeX
3066Summary(hu.UTF-8): Zenék szedése TeX-hel
3067Group: Applications/Publishing/TeX
3068Requires(post,postun): %{_bindir}/texhash
3069Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3070
3071%description latex-musictex
3072Typesetting music with TeX.
3073
3074%description latex-musictex -l hu.UTF-8
3075Zenék szedése TeX-hel.
3076
d08789e0
ZU
3077%package latex-lucidabr
3078Summary: Package to make Lucida Bright fonts usable with LaTeX
3079Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
3080Group: Applications/Publishing/TeX
3081Requires(post,postun): %{_bindir}/texhash
3082Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3083
3084%description latex-lucidabr
3085Package to make Lucida Bright fonts usable with LaTeX.
3086
3087%description latex-lucidabr -l pl.UTF-8
3088Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
3089
3090%package latex-marvosym
3091Summary: Styles for Martin Vogel's Symbol (marvosym) font
3092Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
3093Group: Applications/Publishing/TeX
3094Requires(post,postun): /usr/bin/texhash
3095Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
3096Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3097
3098%description latex-marvosym
3099Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
3100currency symbol as defined by the European commission; Euro currency
3101symbols in typefaces Times, Helvetica and Courier; Symbols for
3102structural engineering; Symbols for steel cross-sections; Astronomy
3103signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
3104symbols; CE sign and others.
3105
3106%description latex-marvosym -l pl.UTF-8
3107Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
3108waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
3109krojach Times, Helvetica i Courier; symbole do inżynierii
3110strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
3111(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
3112CE i inne.
3113
3114%package latex-mathpple
3115Summary: Use PostScript Palatino for typesetting maths
3116Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
3117Group: Applications/Publishing/TeX
3118Requires(post,postun): %{_bindir}/texhash
3119Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3120Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3121
3122%description latex-mathpple
3123The package defines the PostScript font family `Palatino' (ppl) as the
3124default roman font and then uses the `mathpple' fonts for typesetting
3125math. These virtual fonts have been created for typesetting math in a
3126style that suits the Palatino text fonts. The AMS fonts, when used
3127additionally, will be scaled to fit Palatino.
3128
3129%description latex-mathpple -l pl.UTF-8
3130Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
3131domyślny font roman i używa fontów mathpple do składania wzorów
3132matematycznych. Te wirtualne fonty zostały stworzone do składania
3133wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
3134Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
3135pasować do Palatino.
3136
3137%package latex-mathtime
3138Summary: Mathtime fonts for LaTeX
3139Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
3140Group: Applications/Publishing/TeX
3141Requires(post,postun): %{_bindir}/texhash
3142Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3143
3144%description latex-mathtime
3145The Mathtime fonts have a number of characters remapped to positions
3146different from the ones normally used by the corresponding TeX
3147CM-fonts. For the symbol font ``operators'' the corresponding mathtime
3148style files use the Times Roman font (often called something like:
3149ptmr or ptmr7t or ptmrq).
3150
3151%description latex-mathtime -l pl.UTF-8
3152Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
3153różniące się od tych normalnie używanych w odpowiadających im TeXowych
3154fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
3155używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
3156ptmrq).
3157
3158%package latex-mflogo
3159Summary: LaTeX support for MetaFont and logo fonts
3160Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
3161Group: Applications/Publishing/TeX
3162Requires(post,postun): %{_bindir}/texhash
3163Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
3164Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3165
3166%description latex-mflogo
3167LaTeX package and font definition file to access the Knuthian `logo'
3168fonts described in `The MetaFontbook' and the MetaFont and logos in
3169LaTeX documents.
3170
3171%description latex-mflogo -l pl.UTF-8
3172Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
3173opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
3174LaTeXa.
3175
3176%package latex-mfnfss
3177Summary: Font description files to use extra fonts like yinit and ygoth
3178Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
3179Group: Applications/Publishing/TeX
3180Requires(post,postun): %{_bindir}/texhash
3181Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3182
3183%description latex-mfnfss
3184Font description files to use extra fonts like yinit and ygoth.
3185
3186%description latex-mfnfss -l pl.UTF-8
3187Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
3188
3189%package latex-minitoc
3190Summary: Produce a table of contents for each chapter
3191Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
3192Group: Applications/Publishing/TeX
3193Requires(post,postun): %{_bindir}/texhash
3194Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3195
3196%description latex-minitoc
3197Produce a table of contents for each chapter.
3198
3199%description latex-minitoc -l pl.UTF-8
3200Tworzenie spisów treści dla każdego rozdziału.
3201
3202%package latex-mltex
3203Summary: Support for MLTeX
3204Summary(pl.UTF-8): Wsparcie dla MLTeXa
3205Group: Applications/Publishing/TeX
3206Requires(post,postun): %{_bindir}/texhash
3207Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3208
3209%description latex-mltex
3210Support for MLTeX, the multilingual TeX extension from Michael J.
3211Ferguson.
3212
3213%description latex-mltex -l pl.UTF-8
3214Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
3215autorstwa Michaela J. Fergusona.
3216
d34bfb7f
ZU
3217%package latex-multienum
3218Summary: Multi-column enumerated lists
3219Summary(hu.UTF-8): Többoszlopos számozott listák
3220Group: Applications/Publishing/TeX
3221Requires(post,postun): %{_bindir}/texhash
3222Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3223
3224%description latex-multienum
3225Multi-column enumerated lists.
3226
3227%description latex-multienum -l hu.UTF-8
3228Többoszlopos számozott listák.
3229
f1f5d194
ZU
3230
3231%package latex-moreverb
3232Summary: Extended verbatim
3233Summary(hu.UTF-8): Kiterjesztett verbatim
3234Group: Applications/Publishing/TeX
3235Requires(post,postun): %{_bindir}/texhash
3236Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3237
3238%description latex-moreverb
3239Extended verbatim.
3240
3241%description latex-moreverb -l hu.UTF-8
3242Kiterjesztett verbatim.
3243
a8b381b0
ZU
3244%package latex-ntheorem
3245Summary: Enhanced theorem environment
3246Summary(hu.UTF-8): Bővített tétel környezet
3247Group: Applications/Publishing/TeX
fe66da27 3248Requires(post,postun): %{_bindir}/texhash
78d53d8c 3249Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
3250
3251%description latex-ntheorem
3252Enhanced theorem environment.
3253
3254%description latex-ntheorem -l hu.UTF-8
3255Bővített tétel környezet
3256
f65b3398
ZU
3257%package latex-other
3258Summary: Other LaTeX packages
3259Summary(hu.UTF-8): Néhány további LaTeX csomag
3260Group: Applications/Publishing/TeX
3261Requires(post,postun): %{_bindir}/texhash
3262Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3263
3264%description latex-other
3265Other LaTeX packages.
3266
3267%description latex-other -l hu.UTF-8
3268Néhány további LaTeX csomag.
3269
3270%package latex-other-doc
3271Summary: Other LaTeX packages documentation
3272Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
3273Group: Applications/Publishing/TeX
3274Requires(post,postun): %{_bindir}/texhash
3275Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3276
3277%description latex-other-doc
3278Other LaTeX packages documentation.
3279
3280%description latex-other-doc -l hu.UTF-8
3281Néhány további LaTeX csomag dokumentációja.
3282
d08789e0
ZU
3283%package latex-palatcm
3284Summary: Palatino + Computer Modern math fonts for LaTeX
3285Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
3286Group: Applications/Publishing/TeX
3287Requires(post,postun): %{_bindir}/texhash
3288Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3289
3290%description latex-palatcm
3291Palatino + Computer Modern math fonts for LaTeX.
3292
3293%description latex-palatcm -l pl.UTF-8
3294Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
3295
f65b3398
ZU
3296
3297%package latex-pdfslide
3298Summary: Presentation slides using pdftex
3299Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
3300Group: Applications/Publishing/TeX
3301Requires(post,postun): %{_bindir}/texhash
3302Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3303
3304%description latex-pdfslide
3305Presentation slides using pdftex.
3306
3307%description latex-pdfslide -l hu.UTF-8
3308Prezentáció készítése pdftex-hel.
3309
03d9d5fa
ZU
3310%package latex-pgf
3311Summary: The TeX Portable Graphic Format
3312Summary(hu.UTF-8): TeX Portable Graphic Formátum
3313Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
3314Group: Applications/Publishing/TeX
3315Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
3316Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3317Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 3318Obsoletes: tetex-pgf
03d9d5fa
ZU
3319
3320%description latex-pgf
3321A macro package for creating graphics directly in TeX and LaTeX.
3322
3323%description latex-pgf -l hu.UTF-8
3324Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
3325
3326%description latex-pgf -l pl.UTF-8
3327Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
3328
f65b3398
ZU
3329%package latex-polynom
3330Summary: Macros for manipulating polynomials
3331Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
3332Group: Applications/Publishing/TeX
3333Requires(post,postun): %{_bindir}/texhash
3334Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3335
3336%description latex-polynom
3337Macros for manipulating polynomials.
3338
3339%description latex-polynom -l hu.UTF-8
3340Makrók polinomokkal való műveletekre.
3341
3342%package latex-polynomial
3343Summary: Typeset (univariate) polynomials
3344Summary(hu.UTF-8): Egyváltozós polinomok szedése
3345Group: Applications/Publishing/TeX
3346Requires(post,postun): %{_bindir}/texhash
3347Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3348
3349%description latex-polynomial
3350Typeset (univariate) polynomials.
3351
3352%description latex-polynomial -l hu.UTF-8
3353Egyváltozós polinomok szedése.
3354
1d337b0e
ZU
3355%package latex-programming
3356Summary: Additional utilities to programming LaTeX
3357Summary(hu.UTF-8): További eszközök LaTeX programozásához
3358Group: Applications/Publishing/TeX
3359Requires(post,postun): %{_bindir}/texhash
3360Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3361
3362%description latex-programming
3363This package contains:
3364- cmdtrack: check used commands.
3365- cool: COntent-Oriented LaTeX
3366- coollist: manipulate COntent Oriented LaTeX Lists.
3367- coolstr: string manipulation in LaTeX.
3368- csvtools: reading data from CSV files.
3369- datatool: tools to load and manipulate data.
3370- datenumber: convert a date into a number and vice versa.
de260d32
ZU
3371- delimtxt: read and parse text tables.
3372- dialogl: macros for constructing interactive LaTeX scripts.
1d337b0e 3373- dprogress: LaTeX-relevant log information for debugging.
de260d32 3374- environ: a new interface for environments in LaTeX.
6bc47e19 3375- export: import and export values of LaTeX registers.
de260d32
ZU
3376- fmtcount: display the value of a LaTeX counter in a variety of
3377 formats.
3378- forarray: using array structures in LaTeX.
3379- forloop: iteration in LaTeX.
6bc47e19 3380- inversepath: calculate inverse file paths.
b9c820f8 3381- labelcas: check the existence of labels, and fork accordingly.
6bc47e19 3382- lcg: generate random integers.
1d337b0e
ZU
3383
3384%description latex-programming -l hu.UTF-8
3385Ez a csomag a következőket tartalmazza:
3386- cmdtrack: használt parancsok ellenőrzése
3387- cool: tartalom-orientált (COntent-Oriented) LaTeX
3388- coollist: COntent Oriented LaTeX listák manipulációja
3389- coolstr: sztring manipuláció LaTeX-ben
3390- csvtools: adatok olvasása CSV fájlokból
3391- datatool: eszközök adatok beolvasására és manipulációjához
3392- datenumber: dátum számmá konvertálása és vissza
de260d32
ZU
3393- delimtxt: szöveges táblázatok olvasása és feldolgozása
3394- dialogl: interaktív makrók LaTeX-ben
1d337b0e 3395- dprogress: LaTeX-releváns log információ debuggoláshoz
6bc47e19 3396- export: LaTeX regiszterek értékeinek importálása és exportálása
de260d32
ZU
3397- environ: egy új felület környezetek létrehozására
3398- fmtcount: LaTeX számlálók megjelenítése különböző formátumokban
3399- forarray: tömb struktúrák LaTeX-ben
3400- forloop: iteráció LaTeX-ben
6bc47e19 3401- inversepath: fájlútvonalak visszafele relatív meghatározása
b9c820f8 3402- labelcas: cimkék létezésének ellenőrzése
6bc47e19 3403- lcg: véletlen egész számok generálása
1d337b0e 3404
b7b4a109
ZU
3405%package latex-prosper
3406Summary: LaTeX class for high quality slides
3407Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
3408Group: Applications/Publishing/TeX
3409Requires(post,postun): %{_bindir}/texhash
3410Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3411
3412%description latex-prosper
3413LaTeX class for high quality slides.
3414
3415%description latex-prosper -l hu.UTF-8
3416LaTeX osztály jó minőségű fóliák készítéséhez.
3417
3418%package latex-pseudocode
3419Summary: LaTeX enviroment for specifying algorithms in a natural way
3420Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
3421Group: Applications/Publishing/TeX
3422Requires(post,postun): %{_bindir}/texhash
3423Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3424
3425%description latex-pseudocode
3426LaTeX enviroment for specifying algorithms in a natural way.
3427
3428%description latex-pseudocode -l hu.UTF-8
3429LaTeX környezet algoritmusok bevitelére.
3430
d08789e0
ZU
3431%package latex-psnfss
3432Summary: LaTeX font support for common PostScript fonts
3433Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
3434Group: Applications/Publishing/TeX
3435Requires(post,postun): %{_bindir}/texhash
3436Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3437Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3438Obsoletes: tetex-latex-mathptm
3439Obsoletes: tetex-latex-mathptmx
3440
3441%description latex-psnfss
3442LaTeX font definition files, macros and font metrics for common
3443PostScript fonts.
3444
3445%description latex-psnfss -l pl.UTF-8
3446LaTeXowe pliki definicji fontów, makra i metryki fontów dla
3447popularnych fontów postscriptowych.
3448
8efa6a9c
ZU
3449%package latex-pst-2dplot
3450Summary: A PSTricks package for drawing 2D curves
3451Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
3452Group: Applications/Publishing/TeX
3453Requires(post,postun): %{_bindir}/texhash
3454Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3455
3456%description latex-pst-2dplot
3457A PSTricks package for drawing 2D curves.
3458
3459%description latex-pst-2dplot -l hu.UTF-8
3460PSTricks csomag kétdimenziós görbék rajzolásához.
3461
3462%package latex-pst-3dplot
3463Summary: Draw 3d curves and graphs using PSTricks
3464Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
3465Group: Applications/Publishing/TeX
3466Requires(post,postun): %{_bindir}/texhash
3467Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3468
3469%description latex-pst-3dplot
3470Draw 3d curves and graphs using PSTricks.
3471
3472%description latex-pst-3dplot -l hu.UTF-8
34733D-s görbék és grafikonok PSTricks-szel.
3474
3475
3476%package latex-pst-bar
3477Summary: Produces bar charts using pstricks
3478Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
3479Group: Applications/Publishing/TeX
3480Requires(post,postun): %{_bindir}/texhash
3481Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3482
3483%description latex-pst-bar
3484Produces bar charts using pstricks.
3485
3486%description latex-pst-bar -l hu.UTF-8
3487Oszlopdiagramok pstricks-szel.
3488
3489%package latex-pst-circ
3490Summary: PSTricks package for drawing electric circuits
3491Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3492Group: Applications/Publishing/TeX
3493Requires(post,postun): %{_bindir}/texhash
3494Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3495
3496%description latex-pst-circ
3497PSTricks package for drawing electric circuits.
3498
3499%description latex-pst-circ -l hu.UTF-8
3500PSTricks csomag elektromos áramkörök rajzolásához.
3501
3502%package latex-pst-diffraction
3503Summary: Print diffraction patterns from various apertures
3504Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3505Group: Applications/Publishing/TeX
3506Requires(post,postun): %{_bindir}/texhash
3507Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3508
3509%description latex-pst-diffraction
3510Print diffraction patterns from various apertures.
3511
3512%description latex-pst-diffraction -l hu.UTF-8
3513Diffrakciós képek különböző eszközökön.
3514
b7b4a109
ZU
3515%package latex-pst-eucl
3516Summary: Euclidian geometry with pstricks
3517Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3518Group: Applications/Publishing/TeX
3519Requires(post,postun): %{_bindir}/texhash
3520Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3521
3522%description latex-pst-eucl
3523Euclidian geometry with pstricks.
3524
3525%description latex-pst-eucl -l hu.UTF-8
3526Euklidészi geometria a pstricks használatával.
3527
8efa6a9c
ZU
3528
3529%package latex-pst-fun
3530Summary: Draw "funny" objects with PSTricks
3531Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3532Group: Applications/Publishing/TeX
3533Requires(post,postun): %{_bindir}/texhash
3534Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3535
3536%description latex-pst-fun
3537Draw "funny" objects with PSTricks.
3538
3539%description latex-pst-fun -l hu.UTF-8
3540"Vicces" rajzok PSTricks-szel
3541
3542%package latex-pst-func
3543Summary: PSTricks package for plotting mathematical functions
3544Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3545Group: Applications/Publishing/TeX
3546Requires(post,postun): %{_bindir}/texhash
3547Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3548
3549%description latex-pst-func
3550PSTricks package for plotting mathematical functions.
3551
ca8b4816 3552%description latex-pst-func -l hu.UTF-8
8efa6a9c
ZU
3553PSTricks csomag matematikai függvények ábrázolásához.
3554
b7b4a109
ZU
3555%package latex-pst-fr3d
3556Summary: Draw 3-dimensional framed boxes using PSTricks
3557Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3558Group: Applications/Publishing/TeX
3559Requires(post,postun): %{_bindir}/texhash
3560Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3561
3562%description latex-pst-fr3d
3563Draw 3-dimensional framed boxes using PSTricks.
3564
3565%description latex-pst-fr3d -l hu.UTF-8
3566Háromdimenziós dobozok PSTricks segítségével.
3567
3568%package latex-pst-fractal
3569Summary: Draw fractal sets using PSTricks
3570Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3571Group: Applications/Publishing/TeX
3572Requires(post,postun): %{_bindir}/texhash
3573Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3574
3575%description latex-pst-fractal
3576Draw fractal sets using PSTricks.
3577
3578%description latex-pst-fractal -l hu.UTF-8
3579Fraktálok rajzolása PSTricks segítségével.
3580
8efa6a9c
ZU
3581%package latex-pst-infixplot
3582Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3583Summary(hu.UTF-8): Infix kifejezések ábrázolása
3584Group: Applications/Publishing/TeX
3585Requires(post,postun): %{_bindir}/texhash
3586Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3587
3588%description latex-pst-infixplot
3589Using pstricks plotting capacities with infix expressions rather than
3590RPN.
3591
3592%description latex-pst-infixplot -l hu.UTF-8
3593Infix kifejezések ábrázolása.
3594
3595%package latex-pst-math
3596Summary: Enhancement of PostScript math operators to use with pstricks
3597Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3598Group: Applications/Publishing/TeX
3599Requires(post,postun): %{_bindir}/texhash
3600Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3601
3602%description latex-pst-math
3603Enhancement of PostScript math operators to use with pstricks.
3604
3605%description latex-pst-math -l hu.UTF-8
3606PostScript matematikai operátorok bővítése pstricks-szel.
3607
3608%package latex-pst-ob3d
3609Summary: Three dimensional objects using PSTricks
3610Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3611Group: Applications/Publishing/TeX
3612Requires(post,postun): %{_bindir}/texhash
3613Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3614
3615%description latex-pst-ob3d
3616Three dimensional objects using PSTricks.
3617
3618%description latex-pst-ob3d -l hu.UTF-8
3619Háromdimenziós objektumok PSTricks-szel.
3620
3621%package latex-pst-optexp
3622Summary: Drawing optical experimental setups
3623Summary(hu.UTF-8): Optikai összeállítások rajzolása
3624Group: Applications/Publishing/TeX
3625Requires(post,postun): %{_bindir}/texhash
3626Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3627
3628%description latex-pst-optexp
3629Drawing optical experimental setups.
3630
3631%description latex-pst-optexp -l hu.UTF-8
3632Optikai összeállítások rajzolása.
3633
3634%package latex-pst-optic
3635Summary: Drawing optics diagrams
3636Summary(hu.UTF-8): Optikai ábrák rajzolása
3637Group: Applications/Publishing/TeX
3638Requires(post,postun): %{_bindir}/texhash
3639Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3640
3641%description latex-pst-optic
3642Drawing optics diagrams.
3643
3644%description latex-pst-optic -l hu.UTF-8
3645Optikai ábrák rajzolása.
3646
3647%package latex-pst-text
3648Summary: Text and character manipulation in PSTricks
3649Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3650Group: Applications/Publishing/TeX
3651Requires(post,postun): %{_bindir}/texhash
3652Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3653
3654%description latex-pst-text
3655Text and character manipulation in PSTricks.
3656
3657%description latex-pst-text -l hu.UTF-8
3658Szöveg és karakter manipulációk PSTricks-szel.
3659
1024ab0e
ZU
3660%package latex-pst-uncategorized
3661Summary: Other uncategorized PSTricks packages
3662Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3663Group: Applications/Publishing/TeX
3664Requires(post,postun): %{_bindir}/texhash
3665Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3666
3667%description latex-pst-uncategorized
3668Other uncategorized PSTricks packages.
3669
3670%description latex-pst-uncategorized -l hu.UTF-8
3671Néhány kategorizálatlan PSTricks csomag.
3672
d08789e0
ZU
3673%package latex-pxfonts
3674Summary: PX fonts LaTeX support
3675Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3676Group: Applications/Publishing/TeX
3677Requires(post,postun): %{_bindir}/texhash
3678Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3679Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3680
3681%description latex-pxfonts
3682PX fonts LaTeX support.
3683
3684%description latex-pxfonts -l pl.UTF-8
3685Obsługa fontów PX w LaTeXu.
3686
3687%package latex-qfonts
3688Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3689Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3690Group: Applications/Publishing/TeX
3691Requires(post,postun): %{_bindir}/texhash
3692Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3693Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3694
3695%description latex-qfonts
3696A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3697QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3698QuasiTimes (regular, italic, bold and bold italic), based on URW++
3699fonts distributed with Ghostscript. The fonts are encoded according to
3700QX layout which facilitates multilingual and technical typesetting
3701using TeX, preserving usability in Windows applications.
3702
3703%description latex-qfonts -l pl.UTF-8
3704Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3705QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3706QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3707fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3708zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3709TeXu, zachowując przydatność dla aplikacji windowsowych.
3710
6c82f497
ZU
3711%package latex-SIstyle
3712Summary: Package to typeset SI units, numbers and angles
3713Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3714Group: Applications/Publishing/TeX
6c82f497 3715Requires(post,postun): /usr/bin/texhash
b4d68b39 3716Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3717
3718%description latex-SIstyle
3719Package to typeset SI units, numbers and angles.
3720
3721%description latex-SIstyle -l hu.UTF-8
3722Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3723
3724%package latex-SIunits
3725Summary: The SIunits package can be used to standardise the use of units in your writings
3726Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3727Group: Applications/Publishing/TeX
fe66da27 3728Requires(post,postun): /usr/bin/texhash
78d53d8c 3729Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3730
3731%description latex-SIunits
2b453bda
ZU
3732The SIunits package can be used to standardise the use of units in
3733your writings.
3127b522
ZU
3734
3735%description latex-SIunits -l hu.UTF-8
3736Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3737
f65b3398
ZU
3738%package latex-siunitx
3739Summary: A comprehensive (SI) units package
3740Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3741Group: Applications/Publishing/TeX
3742Requires(post,postun): /usr/bin/texhash
3743Requires: %{name}-latex
3744
3745%description latex-siunitx
3746A comprehensive (SI) units package.
3747
3748%description latex-siunitx -l hu.UTF-8
3749Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3750
73d8d817
ZU
3751%package latex-styles
3752Summary: Various LaTeX styles
3753Summary(hu.UTF-8): Különböző LaTeX stílusok
3754Group: Applications/Publishing/TeX
3755Requires(post,postun): /usr/bin/texhash
3756Requires: %{name}-latex
3757
3758%description latex-styles
3759Various LaTeX styles.
3760
3761%description latex-styles -l hu.UTF-8
3762Különböző LaTeX stílusok.
3763
3764%package latex-lang
3765Summary: LaTeX support for non-english languages
3766Summary(hu.UTF-8): LaTeX támogatás nem-angol nyelvekhez
3767Group: Applications/Publishing/TeX
3768Requires(post,postun): /usr/bin/texhash
3769Requires: %{name}-latex
3770
3771%description latex-lang
3772LaTeX support for non-english languages.
3773
3774%description latex-lang -l hu.UTF-8
3775LaTeX támogatás nem-angol nyelvekhez.
3776
6c82f497
ZU
3777%package latex-Tabbing
3778Summary: Tabbing with accented letters
3779Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3780Group: Applications/Publishing/TeX
3781Requires(post,postun): /usr/bin/texhash
3782
3783%description latex-Tabbing
3784Tabbing with accented letters.
3785
3786%description latex-Tabbing -l hu.UTF-8
3787Tabbing környezet ékezetes betűk használatával.
3127b522 3788
d08789e0
ZU
3789%package latex-urwvn
3790Summary: URWVN fonts
3791Summary(pl.UTF-8): Fonty URWVN
3792Group: Applications/Publishing/TeX
3793Requires(post,postun): /usr/bin/texhash
3794Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3795Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3796
3797%description latex-urwvn
3798URWVN fonts.
3799
3800%description latex-urwvn -l pl.UTF-8
3801Fonty URWVN.
3802
3803%package latex-txfonts
3804Summary: TX fonts LaTeX support
3805Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3806Group: Applications/Publishing/TeX
3807Requires(post,postun): %{_bindir}/texhash
3808Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3809Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3810
3811%description latex-txfonts
3812TX fonts LaTeX support.
3813
3814%description latex-txfonts -l pl.UTF-8
3815Obsługa fontów TX w LaTeXu.
3816
7ea3a98b
ZU
3817%package latex-ucs
3818Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3819Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3820Group: Applications/Publishing/TeX
7ea3a98b 3821Requires(post,postun): %{_bindir}/texhash
78d53d8c 3822Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3823
3824%description latex-ucs
d34bfb7f
ZU
3825This package contains support for using UTF-8 as input encoding in
3826LaTeX documents.
7ea3a98b
ZU
3827
3828%description latex-ucs -l hu.UTF-8
3829Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3830
d08789e0
ZU
3831%package latex-umlaute
3832Summary: An interface to inputenc for using alternate input encodings
3833Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3834Group: Applications/Publishing/TeX
3835Requires(post,postun): %{_bindir}/texhash
3836Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3837
3838%description latex-umlaute
3839An interface to inputenc for using alternate input encodings.
3840
3841%description latex-umlaute -l pl.UTF-8
3842Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3843
3844%package latex-wasysym
3845Summary: Extra characters from the Waldis symbol fonts
3846Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3847Group: Applications/Publishing/TeX
3848Requires(post,postun): %{_bindir}/texhash
3849Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3850Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3851
3852%description latex-wasysym
3853Makes some additional characters available that come from the wasy
3854fonts (Waldis symbol fonts). These fonts are not automatically
3855included in NFSS2/LaTeX2e since they take up important space and often
3856aren't necessary if one makes use of the packages amsfonts or amssymb.
3857Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3858apple, ocircle invneg, logof, varint, male, female, phone, clock,
3859lightning, pointer, sun, bell, permil, smiley, various electrical
3860symbols, shapes, music notes, circles, signs, astronomy, etc.
3861
3862%description latex-wasysym -l pl.UTF-8
3863Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3864(Waldis symbol). Te fonty nie są automatycznie dołączane w
3865NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3866jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3867m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3868ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3869pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3870kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3871
03d9d5fa
ZU
3872%package latex-xcolor
3873Summary: Allows for access to color tints, shades, tones etc
3874Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3875Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3876Group: Applications/Publishing/TeX
3877Obsoletes: tetex-latex-xcolor
3878
ca8b4816 3879%description latex-xcolor
03d9d5fa
ZU
3880`xcolor' provides easy driver-independent access to several kinds of
3881color tints, shades, tones, and mixes of arbitrary colors. It allows
3882to select a document-wide target color model and offers tools for
3883automatic color schemes, conversion between eight color models, and
3884alternating table row colors.
3885
3886%description latex-xcolor -l hu.UTF-8
3887`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3888színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3889keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3890modell kiválasztásához és a színmodellek közötti konverzióra.
3891
3892%description latex-xcolor -l pl.UTF-8
3893`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3894wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3895na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3896schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3897naprzemiennych kolorów w tabelach.
3898
d08789e0
ZU
3899%package format-latex
3900Summary: LaTeX macro package
3901Summary(pl.UTF-8): Pakiet makr LaTeX
3902Group: Applications/Publishing/TeX
3903Requires(post,postun): %{_bindir}/texhash
3904Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3905Obsoletes: hugelatex
3906
3907%description format-latex
3908LaTeX is a front end for the TeX text formatting system. Easier to use
3909than TeX, LaTeX is essentially a set of TeX macros which provide
3910convenient, predefined document formats for users.
3911
3912This package contains LaTeX format.
3913
3914%description format-latex -l pl.UTF-8
3915LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3916łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3917dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3918
3919Ten pakiet zawiera format LaTeX.
3920
3921%package format-pdflatex
3922Summary: PDF LaTeX macro package
3923Summary(pl.UTF-8): Pakiet makr PDF LaTeX
3924Group: Applications/Publishing/TeX
3925Requires(post,postun): %{_bindir}/texhash
3926Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3927Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3928Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3929Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
3930Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3931
3932%description format-pdflatex
3933LaTeX is a front end for the TeX text formatting system. Easier to use
3934than TeX, LaTeX is essentially a set of TeX macros which provide
3935convenient, predefined document formats for users.
3936
3937This package contains PDF LaTeX format.
3938
3939%description format-pdflatex -l pl.UTF-8
3940LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3941łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3942dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3943
3944Ten pakiet zawiera format PDF LaTeX.
3945
3946# PLaTeX format
3947
3948%package platex
3949Summary: PLaTeX format basic files
3950Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
3951Group: Applications/Publishing/TeX
3952Requires(post,postun): %{_bindir}/texhash
3953Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3954Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3955
3956%description platex
3957PLaTeX format basic files.
3958
3959%description platex -l pl.UTF-8
3960Podstawowe pliki dla formatu PLaTeX.
3961
3962%package format-platex
3963Summary: PLaTeX format
3964Summary(pl.UTF-8): Format PLaTeX
3965Group: Applications/Publishing/TeX
3966Requires(post,postun): %{_bindir}/texhash
3967Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3968
3969%description format-platex
3970PLaTeX format.
3971
3972%description format-platex -l pl.UTF-8
3973Format PLaTeX.
3974
3975%package format-pdfplatex
3976Summary: PDF PLaTeX format
3977Summary(pl.UTF-8): Format PDF PLaTeX
3978Group: Applications/Publishing/TeX
3979Requires(post,postun): %{_bindir}/texhash
3980Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3981Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3982Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3983
3984%description format-pdfplatex
3985PDF PLaTeX format.
3986
3987%description format-pdfplatex -l pl.UTF-8
3988Format PDF PLaTeX.
3989
29d720fe
ZU
3990%package scripts
3991Summary: Various scripts
3992Summary(hu.UTF-8): Néhány szkript
3993Group: Applications/Publishing/TeX
3994Requires(post,postun): %{_bindir}/texhash
3995Requires: %{name} = %{epoch}:%{version}-%{release}
3996
3997%description scripts
3998Various scripts.
3999
4000%description scripts -l hu.UTF-8
4001Néhány szkript.
4002
d08789e0
ZU
4003# # TeX generic macros #
4004
4005%package tex-babel
4006Summary: Multilingual support for TeX
4007Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
4008Group: Applications/Publishing/TeX
4009Requires(post,postun): %{_bindir}/texhash
4010Requires: %{name} = %{epoch}:%{version}-%{release}
4011
4012%description tex-babel
4013Multilingual support for TeX.
4014
4015%description tex-babel -l pl.UTF-8
4016Obsługa wielu języków dla TeXa.
4017
4018%package tex-german
4019Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
4020Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
4021Group: Applications/Publishing/TeX
4022Requires(post,postun): %{_bindir}/texhash
4023Requires: %{name} = %{epoch}:%{version}-%{release}
4024
4025%description tex-german
4026Supports the new German orthography (neue deutsche Rechtschreibung).
4027
4028%description tex-german -l pl.UTF-8
4029Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
4030
783773ac
ZU
4031%package tex-insbox
4032Summary: A TeX macro for inserting pictures/boxes into paragraphs
4033Summary(hu.UTF-8): TeX makró képek/dobozok beszúrására bekezdésekbe
4034Group: Applications/Publishing/TeX
4035Requires(post,postun): %{_bindir}/texhash
4036Requires: %{name} = %{epoch}:%{version}-%{release}
4037
4038%description tex-insbox
4039A TeX macro for inserting pictures/boxes into paragraphs.
4040
4041%description tex-insbox -l hu.UTF-8
4042TeX makró képek/dobozok beszúrására bekezdésekbe.
4043
d08789e0
ZU
4044%package tex-mfpic
4045Summary: Macros which generate Metafont or Metapost for drawing pictures
4046Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
4047Group: Applications/Publishing/TeX
4048Requires(post,postun): %{_bindir}/texhash
4049Requires: %{name} = %{epoch}:%{version}-%{release}
4050
4051%description tex-mfpic
4052Macros which generate Metafont or Metapost for drawing pictures.
4053
4054%description tex-mfpic -l pl.UTF-8
4055Makra generujące Metafont lub Metapost do rysowania obrazków.
4056
4057%package tex-misc
4058Summary: Miscellaneous TeX macros
4059Summary(pl.UTF-8): Różne makra TeXowe
4060Group: Applications/Publishing/TeX
4061Requires(post,postun): %{_bindir}/texhash
4062Requires: %{name} = %{epoch}:%{version}-%{release}
4063Obsoletes: tetex-tex-eijkhout
4064
4065%description tex-misc
4066Miscellaneous TeX macros.
4067
4068%description tex-misc -l pl.UTF-8
4069Różne makra TeXowe.
4070
4071%package tex-pictex
4072Summary: Picture drawing macros for TeX and LaTeX
4073Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
4074Group: Applications/Publishing/TeX
4075Requires(post,postun): %{_bindir}/texhash
4076Requires: %{name} = %{epoch}:%{version}-%{release}
4077
4078%description tex-pictex
4079Picture drawing macros for TeX and LaTeX.
4080
4081%description tex-pictex -l pl.UTF-8
4082Makra do rysowania obrazków dla TeXa i LaTeXa.
4083
29d720fe
ZU
4084%package tex-psizzl
4085Summary: A TeX format for physics papers
4086Summary(hu.UTF-8): TeX formátum fizikai kiadványokhoz
4087Group: Applications/Publishing/TeX
4088Requires(post,postun): %{_bindir}/texhash
4089Requires: %{name} = %{epoch}:%{version}-%{release}
4090
4091%description tex-psizzl
4092A TeX format for physics papers.
4093
4094%description tex-psizzl -l hu.UTF-8
4095TeX formátum fizikai kiadványokhoz.
4096
d08789e0
ZU
4097%package tex-pstricks
4098Summary: PostScript macros for TeX
4099Summary(pl.UTF-8): Makra postscriptowe dla TeXa
4100Group: Applications/Publishing/TeX
4101Requires(post,postun): %{_bindir}/texhash
188cb15d 4102Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
4103
4104%description tex-pstricks
4105An extensive collection of PostScript macros that is compatible with
4106most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
4107AMS-LaTeX. Included are macros for color, graphics, pie charts,
4108rotation, trees and overlays. It has many special features, including:
4109a wide variety of graphics (picture drawing) macros, with a flexible
4110interface and with color support. There are macros for coloring or
4111shading the cells of tables.
4112
4113%description tex-pstricks -l pl.UTF-8
4114Duży zestaw makr postscriptowych kompatybilny z większością pakietów
4115makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
4116makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
4117nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
4118rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
4119makra do kolorowania lub cieniowania komórek tabel.
4120
4121%package tex-qpx
4122Summary: QuasiPalatino and PX fonts typesetting support
4123Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
4124Group: Applications/Publishing/TeX
4125Requires(post,postun): %{_bindir}/texhash
4126Requires: %{name} = %{epoch}:%{version}-%{release}
4127Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
4128
4129%description tex-qpx
4130QuasiPalatino and PX fonts typesetting support.
4131
4132%description tex-qpx -l pl.UTF-8
4133Wsparcie dla składu fontami QuasiPalatino i PX.
4134
31bd2c4a 4135%package tex-qpxqtx
d08789e0
ZU
4136Summary: QuasiTimes and TX fonts typesetting support
4137Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
4138Group: Applications/Publishing/TeX
4139Requires(post,postun): %{_bindir}/texhash
4140Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 4141Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 4142
31bd2c4a 4143%description tex-qpxqtx
d08789e0
ZU
4144QuasiTimes and TX fonts typesetting support.
4145
31bd2c4a 4146%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
4147Wsparcie dla składu fontami QuasiTimes i TX.
4148
4149%package tex-ruhyphen
4150Summary: Russian hyphenation
4151Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
4152Group: Applications/Publishing/TeX
4153Requires(post,postun): %{_bindir}/texhash
4154Requires: %{name} = %{epoch}:%{version}-%{release}
4155
4156%description tex-ruhyphen
4157A collection of Russian hyphenation patterns supporting a number of
4158Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
4159LCY, LWN (OT2), and koi8-r.
4160
4161%description tex-ruhyphen -l pl.UTF-8
4162Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
4163kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
4164Cyrillic), LCY, LWN (OT2) i koi8-r.
4165
4166%package tex-spanish
4167Summary: Various TeX related files for typesetting documents written in Spanish
4168Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
4169Group: Applications/Publishing/TeX
4170Requires(post,postun): %{_bindir}/texhash
4171Requires: %{name} = %{epoch}:%{version}-%{release}
4172Obsoletes: tetex-tex-spanishb
4173
4174%description tex-spanish
4175Various TeX related files for typesetting documents written in
4176Spanish, including hyphenation and dictionaries.
4177
4178%description tex-spanish -l pl.UTF-8
4179Różne pliki TeXowe służące do składu dokumentów napisanych w języku
4180hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
4181
4182%package tex-texdraw
4183Summary: Graphical macros, using embedded PostScript
4184Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
4185Group: Applications/Publishing/TeX
4186Requires(post,postun): %{_bindir}/texhash
4187Requires: %{name} = %{epoch}:%{version}-%{release}
4188
4189%description tex-texdraw
4190Graphical macros, using embedded PostScript.
4191
4192%description tex-texdraw -l pl.UTF-8
4193Makra graficzne używające osadzanego PostScriptu.
4194
4195%package tex-thumbpdf
4196Summary: Thumbnails for PDFTeX and dvips/ps2pdf
4197Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
4198Group: Applications/Publishing/TeX
4199Requires(post,postun): %{_bindir}/texhash
4200Requires: %{name} = %{epoch}:%{version}-%{release}
4201
4202%description tex-thumbpdf
4203Provides support, using Perl, for thumbnails in pdfTeX and
4204dvips/ps2pdf, using ghostscript to generate the thumbnails which get
4205represented in a TeX readable file that is read by the package
4206thumbpdf.sty to automatically include the thumbnails. Works with both
4207plain TeX and LaTeX.
4208
4209%description tex-thumbpdf -l pl.UTF-8
4210Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
4211użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
4212TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
4213ikonki. Działa z formatami plain TeX i LaTeX.
4214
4215%package tex-ukrhyph
4216Summary: Ukranian hyphenation
4217Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
4218Group: Applications/Publishing/TeX
4219Requires(post,postun): %{_bindir}/texhash
4220Requires: %{name} = %{epoch}:%{version}-%{release}
4221
4222%description tex-ukrhyph
4223This package allows the use of different hyphenation patterns for the
4224Ukrainian language for various Cyrillic font encodings. Contains
4225packages implementing traditional rules, modern rules, and combined
4226English-Ukrainian hyphenation.
4227
4228%description tex-ukrhyph -l pl.UTF-8
4229Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
4230dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
4231Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
4232łączonych angielsko-ukraińskich.
4233
e67df411
ZU
4234%package latex-variations
4235Summary: Typeset tables of variations of functions
4236Group: Applications/Publishing/TeX
4237Requires(post,postun): %{_bindir}/texhash
4238Requires: %{name} = %{epoch}:%{version}-%{release}
4239
4240%description latex-variations
4241Typeset tables of variations of functions.
4242
d08789e0
ZU
4243%package latex-vietnam
4244Summary: Vietnamese language support
4245Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
4246Group: Applications/Publishing/TeX
4247Requires(post,postun): %{_bindir}/texhash
4248Requires: %{name} = %{epoch}:%{version}-%{release}
4249Obsoletes: tetex-tex-vietnam
4250
4251%description latex-vietnam
4252Vietnamese language support.
4253
4254%description latex-vietnam -l pl.UTF-8
4255Wsparcie dla języka wietnamskiego.
4256
4257%package tex-xypic
4258Summary: Package for typesetting a variety of graphs and diagrams with TeX
4259Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
4260Group: Applications/Publishing/TeX
4261Requires(post,postun): %{_bindir}/texhash
4262Requires: %{name} = %{epoch}:%{version}-%{release}
4263Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
4264
4265%description tex-xypic
4266A package for typesetting a variety of graphs and diagrams with TeX.
4267Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
4268and plain TeX), in particular Xy-pic is provided as a LaTeX2e
4269`supported package'.
4270
4271%description tex-xypic -l pl.UTF-8
4272Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
4273z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
4274w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
4275
4276%package tex-xkeyval
4277Summary: Extension to keyval package
4278Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
4279Group: Applications/Publishing/TeX
4280Requires(post,postun): /usr/bin/texhash
4281Requires: %{name} = %{epoch}:%{version}-%{release}
4282
4283%description tex-xkeyval
4284Extension to keyval package.
4285
4286%description tex-xkeyval -l pl.UTF-8
4287Rozszerzenie do pakietu keyval.
4288
4289%package dirs-fonts
4290Summary: TeX font directories
4291Summary(pl.UTF-8): Katalogi fontów TeXa
4292Group: Fonts
5ff30b02 4293Obsoletes: tetex-dirs-fonts
d08789e0
ZU
4294
4295%description dirs-fonts
4296TeX font directories.
4297
4298%description dirs-fonts -l pl.UTF-8
4299Katalogi fontów TeXa.
4300
4301# # Fonts packages #
4302
4303%package fonts-adobe
4304Summary: Adobe fonts
4305Summary(pl.UTF-8): Fonty Adobe
4306Group: Fonts
78d53d8c 4307Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4308
4309%description fonts-adobe
4310Adobe fonts.
4311
4312%description fonts-adobe -l pl.UTF-8
4313Fonty Adobe.
4314
4315%package fonts-ae
4316Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
4317Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
4318Group: Fonts
78d53d8c 4319Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4320
4321%description fonts-ae
4322Virtual fonts for PDF-files with T1 encoded CMR-fonts.
4323
4324%description fonts-ae -l pl.UTF-8
4325Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
4326
4327%package fonts-ams
4328Summary: AMS fonts
4329Summary(pl.UTF-8): Fonty AMS
4330Group: Fonts
78d53d8c 4331Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4332
4333%description fonts-ams
4334AMS fonts.
4335
4336%description fonts-ams -l pl.UTF-8
4337Fonty AMS.
4338
4339%package fonts-antp
4340Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4341Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4342Group: Fonts
78d53d8c 4343Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4344
4345%description fonts-antp
4346Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4347
4348%description fonts-antp -l pl.UTF-8
4349Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4350Type 1.
4351
4352%package fonts-antt
4353Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4354Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4355Group: Fonts
78d53d8c 4356Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4357
4358%description fonts-antt
4359Antykwa Torunska, a Type 1 family of a Polish traditional type.
4360
4361%description fonts-antt -l pl.UTF-8
4362Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4363
5bc70a92
MB
4364%package fonts-arphic
4365Summary: Arphic fonts
4366Group: Fonts
4367Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4368
4369%description fonts-arphic
4370Arphic fonts.
4371
d08789e0
ZU
4372%package fonts-bbm
4373Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
4374Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
4375Group: Fonts
78d53d8c 4376Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4377
4378%description fonts-bbm
4379Blackboard variant fonts for Computer Modern, with LaTeX support.
4380
4381%description fonts-bbm -l pl.UTF-8
4382Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
4383
4384%package fonts-bbold
4385Summary: Sans serif blackboard bold for LaTeX
4386Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
4387Group: Fonts
78d53d8c 4388Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4389
4390%description fonts-bbold
4391Sans serif blackboard bold for LaTeX.
4392
4393%description fonts-bbold -l pl.UTF-8
4394Tablicowy tłusty font sans serif dla LaTeXa.
4395
b280f158
ZU
4396%package fonts-bh
4397Summary: Bold & Heavy Fonts
4398Summary(pl.UTF-8): Fonty Bold i Heavy
4399Group: Fonts
78d53d8c 4400Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 4401
b280f158
ZU
4402%description fonts-bh
4403Bold & Heavy Fonts.
d08789e0 4404
b280f158
ZU
4405%description fonts-bh -l pl.UTF-8
4406Fonty Bold i Heavy.
d08789e0
ZU
4407
4408%package fonts-bitstream
4409Summary: Bitstream fonts
4410Summary(pl.UTF-8): Fonty Bitstream
4411Group: Fonts
78d53d8c 4412Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4413Obsoletes: tetex-fonts-bitstrea
4414
4415%description fonts-bitstream
4416Bitstream fonts.
4417
4418%description fonts-bitstream -l pl.UTF-8
4419Fonty Bitstream.
4420
4421%package fonts-cbgreek
4422Summary: Complete set of Greek fonts
4423Summary(pl.UTF-8): Pełny zestaw fontów greckich
4424Group: Fonts
78d53d8c 4425Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4426
4427%description fonts-cbgreek
4428Complete set of Greek fonts.
4429
4430%description fonts-cbgreek -l pl.UTF-8
4431Pełny zestaw fontów greckich.
4432
4433%package fonts-cc-pl
4434Summary: Polish version of Computer Concrete fonts
4435Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4436Group: Fonts
78d53d8c 4437Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4438
4439%description fonts-cc-pl
4440Polish version of Computer Concrete fonts.
4441
4442%description fonts-cc-pl -l pl.UTF-8
4443Polska wersja fontów Computer Concrete.
4444
4445%package fonts-cg
4446Summary: Compugraphic fonts
4447Summary(pl.UTF-8): Fonty Compugraphic
4448Group: Fonts
78d53d8c 4449Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4450
4451%description fonts-cg
4452Compugraphic fonts.
4453
4454%description fonts-cg -l pl.UTF-8
4455Fonty Compugraphic.
4456
4457%package fonts-cm
4458Summary: Computer Modern fonts
4459Summary(pl.UTF-8): Fonty Computer Modern
4460Group: Fonts
78d53d8c 4461Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4462
4463%description fonts-cm
4464Computer Modern fonts.
4465
4466%description fonts-cm -l pl.UTF-8
4467Fonty Computer Modern.
4468
4469%package fonts-cmbright
4470Summary: CM Bright fonts
4471Summary(pl.UTF-8): Fonty CM Bright
4472Group: Fonts
78d53d8c 4473Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4474
4475%description fonts-cmbright
4476CM Bright fonts.
4477
4478%description fonts-cmbright -l pl.UTF-8
4479Fonty CM Bright.
4480
5d7e11d7
ZU
4481%package fonts-cmsuper
4482Summary: CM Super fonts
4483Summary(hu.UTF-8): CM Super betűtípus
4484Group: Fonts
4485Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4486
830ca960 4487%description fonts-cmsuper
5d7e11d7
ZU
4488CM Super fonts.
4489
830ca960 4490%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
4491CM Super betűtípus
4492
4493
d08789e0
ZU
4494%package fonts-cmcyr
4495Summary: Computer Modern fonts extended with Russian letters
4496Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4497Group: Fonts
78d53d8c 4498Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4499
4500%description fonts-cmcyr
4501Computer Modern fonts extended with Russian letters.
4502
4503%description fonts-cmcyr -l pl.UTF-8
4504Fonty Computer Modern rozszerzone o litery rosyjskie.
4505
4506%package fonts-cmextra
4507Summary: Extra Computer Modern fonts, from the American Mathematical Society
4508Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
4509Group: Fonts
78d53d8c 4510Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4511
4512%description fonts-cmextra
4513Extra Computer Modern fonts, from the American Mathematical Society.
4514
4515%description fonts-cmextra -l pl.UTF-8
4516Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4517
4518%package fonts-concmath
4519Summary: Concrete Math fonts
4520Summary(pl.UTF-8): Fonty matematyczne Concrete Math
4521Group: Fonts
78d53d8c 4522Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4523
4524%description fonts-concmath
4525Concrete Math fonts.
4526
4527%description fonts-concmath -l pl.UTF-8
4528Fonty matematyczne Concrete Math.
4529
4530%package fonts-concrete
4531Summary: Concrete Roman fonts
4532Summary(pl.UTF-8): Fonty Concrete Roman
4533Group: Fonts
78d53d8c 4534Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4535
4536%description fonts-concrete
4537Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4538with Euler math fonts.
4539
4540%description fonts-concrete -l pl.UTF-8
4541Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4542przeznaczone do używania z fontami matematycznymi Euler.
4543
4544%package fonts-cs
4545Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4546Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4547Group: Fonts
78d53d8c 4548Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4549
4550%description fonts-cs
4551Czech/Slovak-tuned MetaFont Computer Modern fonts.
4552
4553%description fonts-cs -l pl.UTF-8
4554Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4555czeskiego i słowackiego.
4556
4a09ae1a
ZU
4557%package fonts-dstroke
4558Summary: Doublestroke font for typesetting the mathematical symbols
4559Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4560Group: Fonts
78d53d8c 4561Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4562
4563%description fonts-dstroke
4564Doublestroke font for typesetting the mathematical symbols.
4565
4566%description fonts-dstroke -l pl.UTF-8
4567Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4568
4569%package fonts-ecc
4570Summary: Sources for the European Concrete fonts
4571Summary(pl.UTF-8): Źródła dla fontów European Concrete
4572Group: Fonts
78d53d8c 4573Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4574
4575%description fonts-ecc
4576The MetaFont sources and tfm files of the European Concrete Fonts.
4577This is the EC implementation of Knuth's Concrete fonts, including
4578also the corresponding text companion fonts.
4579
4580%description fonts-ecc -l pl.UTF-8
4581Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4582implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4583tekstowymi fontami towarzyszącymi.
4584
4585%package fonts-eurosym
4586Summary: The new European currency symbol for the Euro
4587Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4588Group: Fonts
78d53d8c 4589Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4590
4591%description fonts-eurosym
4592The new European currency symbol for the Euro implemented in Metafont,
4593using the official European Commission dimensions, and providing
4594several shapes (normal, slanted, bold, outline).
4595
4596%description fonts-eurosym -l pl.UTF-8
4597Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4598z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4599różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4600
4601%package fonts-eulervm
4602Summary: The Virtual Euler Math fonts
4603Summary(pl.UTF-8): Fonty Virtual Euler Math
4604Group: Fonts
78d53d8c 4605Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4606
4607%description fonts-eulervm
4608Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4609approach has several advantages over immediately using the _real_
4610Euler fonts: Most noticeably, less TeX resources are consumed, the
4611quality of various math symbols is improved, and a usable \hslash
4612symbol can be provided.
4613
4614%description fonts-eulervm -l pl.UTF-8
4615Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4616fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4617używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4618jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4619matematycznych i może być dostępny używalny symbol \hslash.
4620
4621%package fonts-euxm
4622Summary: Fonts similar to EUSM but with two more characters
4623Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4624Group: Fonts
78d53d8c 4625Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4626
4627%description fonts-euxm
4628Fonts like EUSM but with two more characters needed for Concrete Math
4629included in TeXLive distribution in fonts3.
4630
4631%description fonts-euxm -l pl.UTF-8
4632Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4633dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4634
4635%package fonts-gothic
4636Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4637Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4638Group: Fonts
78d53d8c 4639Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4640
4641%description fonts-gothic
4642Gothic and ornamental initial fonts by Yannis Haralambous.
4643
4644%description fonts-gothic -l pl.UTF-8
4645Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4646
4647%package fonts-hoekwater
4648Summary: Converted mflogo font
4649Summary(pl.UTF-8): Przekonwertowany font mflogo
4650Group: Fonts
78d53d8c 4651Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4652
4653%description fonts-hoekwater
4654Fonts originally created in MetaFont, transformed to PostScript by
4655Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4656xipa.
4657
4658%description fonts-hoekwater -l pl.UTF-8
4659Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4660PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4661stmaryrd, wasy, wasy2, xipa.
4662
4663%package fonts-jknappen
4664Summary: Miscellaneous packages by Joerg Knappen
4665Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4666Group: Fonts
78d53d8c 4667Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4668
4669%description fonts-jknappen
4670Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4671Knappen, including sgmlcmpt.
4672
4673%description fonts-jknappen -l pl.UTF-8
4674Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4675Knappena. Zawiera sgmlcmpt.
4676
4677%package fonts-latex
4678Summary: Basic LaTeX fonts
4679Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4680Group: Fonts
78d53d8c 4681Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4682
4683%description fonts-latex
4684Basic LaTeX fonts.
4685
4686%description fonts-latex -l pl.UTF-8
4687Podstawowe fonty dla LaTeXa.
4688
4689%package fonts-lh
4690Summary: Olga Lapko's LH fonts
4691Summary(pl.UTF-8): Fonty LH Olgi Lapko
4692Group: Fonts
78d53d8c 4693Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4694
4695%description fonts-lh
4696The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4697
4698%description fonts-lh -l pl.UTF-8
4699Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4700
4701%package fonts-lm
4702Summary: Latin Modern family fonts
4703Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4704Group: Applications/Publishing/TeX
78d53d8c 4705Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4706
4707%description fonts-lm
4708Latin Modern family of fonts, based on the Computer Modern fonts
4709released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4710lot of additional characters, mainly accented ones, but not only.
4711There is a one set of PostScript fonts and four sets of TeX Font
4712Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4713encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4714Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4715potential user knows what to do with all these files. The author is
4716Boguslaw Jackowski.
4717
4718%description fonts-lm -l pl.UTF-8
4719Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4720przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4721Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4722Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4723Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4724QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4725(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4726(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4727tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4728
4729%package fonts-marvosym
4730Summary: Martin Vogel's Symbol (marvosym) font
4731Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4732Group: Fonts
78d53d8c 4733Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4734
4735%description fonts-marvosym
4736Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4737currency symbol as defined by the European commission; Euro currency
4738symbols in typefaces Times, Helvetica and Courier; Symbols for
4739structural engineering; Symbols for steel cross-sections; Astronomy
4740signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4741symbols; CE sign and others.
4742
4743%description fonts-marvosym -l pl.UTF-8
4744Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4745waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4746dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4747strukturalnej; symbole dla przekroi poprzecznych; symbole
4748astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4749krawieckie; znak CE i inne.
4750
4751%package fonts-mflogo
4752Summary: Logo fonts
4753Summary(pl.UTF-8): Fonty logo
4754Group: Fonts
78d53d8c 4755Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4756
4757%description fonts-mflogo
4758Logo fonts.
4759
4760%description fonts-mflogo -l pl.UTF-8
4761Fonty logo.
4762
4763%package fonts-misc
4764Summary: Miscellaneous fonts
4765Summary(pl.UTF-8): Różne fonty
4766Group: Fonts
78d53d8c 4767Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4768
4769%description fonts-misc
4770Miscellaneous fonts.
4771
4772%description fonts-misc -l pl.UTF-8
4773Fonty różne.
4774
4775%package fonts-monotype
4776Summary: Monotype fonts
4777Summary(pl.UTF-8): Fonty Monotype
4778Group: Fonts
78d53d8c 4779Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4780
4781%description fonts-monotype
4782Monotype fonts.
4783
4784%description fonts-monotype -l pl.UTF-8
4785Fonty Monotype.
4786
4787%package fonts-omega
4788Summary: Fonts for Omega - extended unicode TeX
4789Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4790Group: Fonts
78d53d8c 4791Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4792
4793%description fonts-omega
4794Fonts for Omega - extended unicode TeX.
4795
4796%description fonts-omega -l pl.UTF-8
4797Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4798
f1ba8563
ZU
4799
4800%package fonts-other
4801Summary: Other fonts
4802Summary(hu.UTF-8): További betűtípusok
4803Group: Fonts
4804Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4805
4806%description fonts-other
4807Other fonts.
4808
4809%description fonts-omega -l hu.UTF-8
4810További betűtípusok.
4811
d08789e0
ZU
4812%package fonts-pazo
4813Summary: Pazo fonts
4814Summary(pl.UTF-8): Fonty Pazo
4815Group: Fonts
78d53d8c 4816Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4817
4818%description fonts-pazo
4819Pazo fonts.
4820
4821%description fonts-pazo -l pl.UTF-8
4822Fonty Pazo.
4823
4824%package fonts-pl
4825Summary: Polish fonts
4826Summary(pl.UTF-8): Polskie fonty
4827Group: Fonts
78d53d8c 4828Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4829
4830%description fonts-pl
4831Polish fonts.
4832
4833%description fonts-pl -l pl.UTF-8
4834Polskie fonty.
4835
4836%package fonts-px
4837Summary: PX fonts
4838Summary(pl.UTF-8): Fonty PX
4839Group: Fonts
78d53d8c 4840Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4841
4842%description fonts-px
4843PX fonts.
4844
4845%description fonts-px -l pl.UTF-8
4846Fonty PX.
4847
4848%package fonts-qfonts
4849Summary: Quasi fonts
4850Summary(pl.UTF-8): Fonty Quasi
4851Group: Fonts
78d53d8c 4852Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4853
4854%description fonts-qfonts
4855Quasi fonts.
4856
4857%description fonts-qfonts -l pl.UTF-8
4858Fonty Quasi.
4859
4860%package fonts-qpx
4861Summary: Additional fonts for QPX package
4862Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4863Group: Fonts
78d53d8c 4864Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4865Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4866Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4867
4868%description fonts-qpx
4869Additional fonts for QPX package.
4870
4871%description fonts-qpx -l pl.UTF-8
4872Dodatkowe fonty dla pakietu QPX.
4873
31bd2c4a 4874%package fonts-qpxqtx
d08789e0
ZU
4875Summary: Additional fonts for QTX package
4876Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4877Group: Fonts
78d53d8c 4878Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4879# I hope qpxqtx doesn't need qfonts
4880# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4881Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4882
31bd2c4a 4883%description fonts-qpxqtx
d08789e0
ZU
4884Additional fonts for QTX package.
4885
31bd2c4a 4886%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
4887Dodatkowe fonty dla pakietu QTX.
4888
4889%package fonts-rsfs
4890Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
4891Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4892Group: Fonts
78d53d8c 4893Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4894
4895%description fonts-rsfs
4896Fonts of uppercase script letters for use as symbols in scientific and
4897mathematical typesetting, in contrast to the informal script fonts
4898such as that used for the `calligraphic' symbols in the TeX math
4899symbol font.
4900
4901%description fonts-rsfs -l pl.UTF-8
4902Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4903dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4904fontów pisanych takich jak używane do symboli "kaligraficznych" w
4905matematycznym foncie TeXowym symbol.
4906
4907%package fonts-stmaryrd
4908Summary: St Mary Road symbols for functional programming
4909Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
4910Group: Fonts
78d53d8c 4911Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4912
4913%description fonts-stmaryrd
4914St Mary Road symbols for functional programming.
4915
4916%description fonts-stmaryrd -l pl.UTF-8
4917Symbole St Mary Road do programowania funkcyjnego.
4918
4919%package fonts-tx
4920Summary: TX fonts
4921Summary(pl.UTF-8): Fonty TX
4922Group: Fonts
78d53d8c 4923Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4924
4925%description fonts-tx
4926TX fonts.
4927
4928%description fonts-tx -l pl.UTF-8
4929Fonty TX.
4930
5bc70a92
MB
4931%package fonts-uhc
4932Summary: UHC fonts
4933Group: Fonts
4934Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4935
4936%description fonts-uhc
4937UHC fonts.
4938
d08789e0
ZU
4939%package fonts-urw
4940Summary: URW fonts
4941Summary(pl.UTF-8): Fonty URW
4942Group: Fonts
78d53d8c 4943Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4944
4945%description fonts-urw
4946URW fonts.
4947
4948%description fonts-urw -l pl.UTF-8
4949Fonty URW.
4950
4951%package fonts-urwvn
4952Summary: URWVN fonts
4953Summary(pl.UTF-8): Fonty URWVN
4954Group: Fonts
78d53d8c 4955Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4956
4957%description fonts-urwvn
4958URWVN fonts.
4959
4960%description fonts-urwvn -l pl.UTF-8
4961Fonty URWVN.
4962
4963%package fonts-vnr
4964Summary: VNR fonts
4965Summary(pl.UTF-8): Fonty VNR
4966Group: Fonts
78d53d8c 4967Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4968
4969%description fonts-vnr
4970VNR fonts.
4971
4972%description fonts-vnr -l pl.UTF-8
4973Fonty VNR.
4974
e67df411
ZU
4975%package fonts-urw35vf
4976Summary: urw35vf fonts
4977Summary(hu.UTF-8): urw35vf betűtípus
4978Summary(pl.UTF-8): Fonty urw35vf
4979Group: Fonts
4980Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4981
4982%description fonts-urw35vf
4983urw35vf fonts.
4984
4985%description fonts-urw35vf -l hu.UTF-8
4986urw35vf betűtípus.
4987
5bc70a92
MB
4988%package fonts-wadalab
4989Summary: Wadalab fonts
4990Group: Fonts
4991Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4992
4993%description fonts-wadalab
4994Wadalab fonts.
4995
d08789e0
ZU
4996%package fonts-wasy
4997Summary: Waldis symbol fonts
4998Summary(pl.UTF-8): Fonty Waldis symbol
4999Group: Fonts
78d53d8c 5000Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5001
5002%description fonts-wasy
5003Waldis symbol fonts.
5004
5005%description fonts-wasy -l pl.UTF-8
5006Fonty Waldis symbol.
5007
5008%package fonts-xypic
5009Summary: Xy-pic fonts
5010Summary(pl.UTF-8): Fonty Xy-pic
5011Group: Fonts
78d53d8c 5012Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5013
5014%description fonts-xypic
5015Xy-pic fonts.
5016
5017%description fonts-xypic -l pl.UTF-8
5018Fonty Xy-pic.
5019
5020%package fonts-yandy
5021Summary: European Modern fonts from Y&Y
5022Summary(pl.UTF-8): Fonty European Modern od Y&Y
5023Group: Fonts
78d53d8c 5024Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5025
5026%description fonts-yandy
5027European Modern fonts from Y&Y.
5028
5029%description fonts-yandy -l pl.UTF-8
5030Fonty European Modern od Y&Y.
5031
5032%package fonts-type1-antp
5033Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
5034Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
5035Group: Fonts
78d53d8c 5036Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5037
5038%description fonts-type1-antp
5039Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
5040
5041%description fonts-type1-antp -l pl.UTF-8
5042Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
5043Type 1.
5044
5045%package fonts-type1-antt
5046Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
5047Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
5048Group: Fonts
78d53d8c 5049Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5050
5051%description fonts-type1-antt
5052Antykwa Torunska, a Type 1 family of a Polish traditional type.
5053
5054%description fonts-type1-antt -l pl.UTF-8
5055Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
5056
5bc70a92
MB
5057%package fonts-type1-arphic
5058Summary: Type1 Arphic fonts
5059Group: Fonts
5060Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5061
5062%description fonts-type1-arphic
5063Type1 Arphic fonts.
5064
d08789e0
ZU
5065%package fonts-type1-belleek
5066Summary: Free replacement for basic MathTime fonts
5067Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
5068Group: Fonts
78d53d8c 5069Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5070
5071%description fonts-type1-belleek
5072Free replacement for basic MathTime fonts.
5073
5074%description fonts-type1-belleek -l pl.UTF-8
5075Wolnodostępny zamiennik podstawowych fontów MathTime.
5076
5077%package fonts-type1-bitstream
5078Summary: Bitstream fonts
5079Summary(pl.UTF-8): Fonty Bitstream
5080Group: Fonts
78d53d8c 5081Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5082Obsoletes: tetex-fonts-type1-bitstrea
5083
5084%description fonts-type1-bitstream
5085Bitstream fonts.
5086
5087%description fonts-type1-bitstream -l pl.UTF-8
5088Fonty Bitstream.
5089
5090%package fonts-type1-bluesky
5091Summary: Computer Modern family fonts
5092Summary(pl.UTF-8): Fonty z rodziny Computer Modern
5093Group: Fonts
78d53d8c 5094Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5095
5096%description fonts-type1-bluesky
5097Computer Modern family fonts.
5098
5099%description fonts-type1-bluesky -l pl.UTF-8
5100Fonty z rodzony Computer Modern.
5101
5102%package fonts-type1-cc-pl
5103Summary: Polish version of Computer Concrete fonts
5104Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
5105Group: Fonts
78d53d8c 5106Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5107
5108%description fonts-type1-cc-pl
5109Polish version of Computer Concrete fonts.
5110
5111%description fonts-type1-cc-pl -l pl.UTF-8
5112Polska wersja fontów Computer Concrete.
5113
5114%package fonts-type1-cmcyr
5115Summary: Computer Modern fonts extended with Russian letters
5116Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
5117Group: Fonts
78d53d8c 5118Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5119
5120%description fonts-type1-cmcyr
5121Computer Modern fonts extended with Russian letters.
5122
5123%description fonts-type1-cmcyr -l pl.UTF-8
5124Fonty Computer Modern rozszerzone o litery rosyjskie.
5125
5126%package fonts-type1-cs
5127Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
5128Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
5129Group: Fonts
78d53d8c 5130Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5131
5132%description fonts-type1-cs
5133Czech/Slovak-tuned MetaFont Computer Modern fonts.
5134
5135%description fonts-type1-cs -l pl.UTF-8
5136Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
5137czeskiego i słowackiego.
5138
b280f158
ZU
5139%package fonts-type1-dstroke
5140Summary: Doublestroke Type1 font for typesetting the mathematical symbols
5141Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
5142Group: Fonts
78d53d8c 5143Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5144
5145%description fonts-type1-dstroke
5146Doublestroke Type1 font for typesetting the mathematical symbols.
5147
5148%description fonts-type1-dstroke -l pl.UTF-8
5149Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
5150
5151%package fonts-type1-eurosym
5152Summary: The new European currency symbol for the Euro
5153Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
5154Group: Fonts
78d53d8c 5155Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5156
5157%description fonts-type1-eurosym
5158The new European currency symbol for the Euro implemented in Metafont,
5159using the official European Commission dimensions, and providing
5160several shapes (normal, slanted, bold, outline).
5161
5162%description fonts-type1-eurosym -l pl.UTF-8
5163Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
5164z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
5165różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
5166
5167%package fonts-type1-hoekwater
5168Summary: Converted mflogo font
5169Summary(pl.UTF-8): Przekonwertowany font mflogo
5170Group: Fonts
78d53d8c 5171Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5172
5173%description fonts-type1-hoekwater
5174Fonts originally created in MetaFont, transformed to PostScript by
5175Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
5176xipa.
5177
5178%description fonts-type1-hoekwater -l pl.UTF-8
5179Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
5180PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
5181stmaryrd, wasy, wasy2, xipa.
5182
5183%package fonts-type1-fpl
5184Summary: SC/OsF fonts for URW Palladio L
5185Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
5186Group: Fonts
78d53d8c 5187Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5188
5189%description fonts-type1-fpl
5190The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
5191are compatible with respect to metrics with the Palatino SC/OsF fonts
5192from Adobe. Note that it is not the author's aim to exactly reproduce
5193the outlines of the original Adobe fonts. The SC and OsF in the FPL
5194Fonts were designed with the glyphs from URW Palladio L as starting
5195point. For some glyphs (eg 'o') the author got the best result by
5196scaling and boldening. For others (eg 'h') shifting selected portions
5197of the character gave more satisfying results. All this was done using
5198the free font editor FontForge <http://fontforge.sf.net/>. The kerning
5199data in these fonts comes from Walter Schmidt's improved Palatino
5200metrics.
5201
5202%description fonts-type1-fpl -l pl.UTF-8
5203Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
5204kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
5205Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
5206kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
5207projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
5208(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
5209pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
5210dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
5211wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
5212Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
5213Palatino Waltera Schmidta.
5214
b280f158
ZU
5215%package fonts-type1-tt2001
5216Summary: Type1 tt2001 family fonts
5217Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
5218Group: Applications/Publishing/TeX
78d53d8c 5219Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5220
5221%description fonts-type1-tt2001
5222Type1 tt2001 famliy fonts.
5223
5224%description fonts-type1-tt2001 -l pl.UTF-8
5225Fonty Type1 z rodziny tt2001.
d08789e0
ZU
5226
5227%package fonts-type1-lm
5228Summary: Type1 Latin Modern family fonts
5229Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
5230Group: Applications/Publishing/TeX
78d53d8c 5231Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5232
5233%description fonts-type1-lm
5234Latin Modern family of fonts, based on the Computer Modern fonts
5235released into public domain by AMS (copyright (C) 1997 AMS). Contain a
5236lot of additional characters, mainly accented ones, but not only.
5237There is a one set of PostScript fonts and four sets of TeX Font
5238Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
5239encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
5240Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
5241potential user knows what to do with all these files. The author is
5242Boguslaw Jackowski.
5243
5244%description fonts-type1-lm -l pl.UTF-8
5245Rodzina fontów Latin Modern, oparta na fontach Computer Modern
5246przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
5247Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
5248Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
5249Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
5250QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
5251(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
5252(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
5253tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
5254
5255%package fonts-type1-marvosym
5256Summary: Martin Vogel's Symbol (marvosym) font
5257Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
5258Group: Fonts
78d53d8c 5259Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5260
5261%description fonts-type1-marvosym
5262Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
5263currency symbol as defined by the European commission; Euro currency
5264symbols in typefaces Times, Helvetica and Courier; Symbols for
5265structural engineering; Symbols for steel cross-sections; Astronomy
5266signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
5267symbols; CE sign and others.
5268
5269%description fonts-type1-marvosym -l pl.UTF-8
5270Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
5271waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
5272dla krojów Times, Helvetica i Courier; symbole dla inżynierii
5273strukturalnej; symbole dla przekroi poprzecznych; symbole
5274astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
5275krawieckie; znak CE i inne.
5276
5277%package fonts-type1-mathpazo
5278Summary: Pazo Math fonts
5279Summary(pl.UTF-8): Fonty matematyczne Pazo Math
5280Group: Fonts
78d53d8c 5281Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5282
5283%description fonts-type1-mathpazo
5284Pazo Math fonts.
5285
5286%description fonts-type1-mathpazo -l pl.UTF-8
5287Fonty matematyczne Pazo Math.
5288
5289%package fonts-type1-omega
5290Summary: Type1 fonts for Omega - extended unicode TeX
5291Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
5292Group: Fonts
78d53d8c 5293Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5294
5295%description fonts-type1-omega
5296Type1 fonts for Omega - extended unicode TeX.
5297
5298%description fonts-type1-omega -l pl.UTF-8
5299Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
5300
5301%package fonts-type1-pl
5302Summary: Polish fonts
5303Summary(pl.UTF-8): Polskie fonty
5304Group: Fonts
78d53d8c 5305Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5306Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
5307
5308%description fonts-type1-pl
5309Polish fonts.
5310
5311%description fonts-type1-pl -l pl.UTF-8
5312Polskie fonty.
5313
5314%package fonts-type1-px
5315Summary: PX fonts
5316Summary(pl.UTF-8): Fonty PX
5317Group: Fonts
78d53d8c 5318Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5319
5320%description fonts-type1-px
5321PX fonts.
5322
5323%description fonts-type1-px -l pl.UTF-8
5324Fonty PX.
5325
b280f158
ZU
5326%package fonts-type1-qfonts
5327Summary: Quasi fonts
5328Summary(pl.UTF-8): Fonty Quasi
5329Group: Fonts
78d53d8c 5330Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5331
5332%description fonts-type1-qfonts
5333Quasi fonts.
5334
5335%description fonts-type1-qfonts -l pl.UTF-8
5336Fonty Quasi.
d08789e0
ZU
5337
5338%package fonts-type1-tx
5339Summary: TX fonts
5340Summary(pl.UTF-8): Fonty TX
5341Group: Fonts
78d53d8c 5342Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5343
5344%description fonts-type1-tx
5345TX fonts.
5346
5347%description fonts-type1-tx -l pl.UTF-8
5348Fonty TX.
5349
5bc70a92
MB
5350%package fonts-type1-uhc
5351Summary: Type1 UHC fonts
5352Group: Fonts
5353Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5354
5355%description fonts-type1-uhc
5356Type1 UHC fonts.
5357
d08789e0
ZU
5358%package fonts-type1-urw
5359Summary: URW fonts
5360Summary(pl.UTF-8): Fonty URW
5361Group: Fonts
78d53d8c 5362Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5363
5364%description fonts-type1-urw
5365URW fonts.
5366
5367%description fonts-type1-urw -l pl.UTF-8
5368Fonty URW.
5369
5370%package fonts-type1-vnr
5371Summary: Type1 VNR fonts
5372Summary(pl.UTF-8): Fonty Type1 VNR
5373Group: Fonts
78d53d8c 5374Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5375
5376%description fonts-type1-vnr
5377Type1 VNR fonts.
5378
5379%description fonts-type1-vnr -l pl.UTF-8
5380Fonty Type1 VNR.
5381
5bc70a92
MB
5382%package fonts-type1-wadalab
5383Summary: Type1 Wadalab fonts
5384Group: Fonts
5385Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5386
5387%description fonts-type1-wadalab
5388Type1 Wadalab fonts.
5389
d08789e0
ZU
5390%package fonts-type1-xypic
5391Summary: Xy-pic fonts
5392Summary(pl.UTF-8): Fonty Xy-pic
5393Group: Fonts
78d53d8c 5394Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5395
5396%description fonts-type1-xypic
5397Xy-pic fonts.
5398
5399%description fonts-type1-xypic -l pl.UTF-8
5400Fonty Xy-pic.
5401
489714ae
ZU
5402
5403# TeXLive-specific packages - there wasn't before...
5404%package afm2pl
5405Summary: Convert an Adobe font metric file to a TeX font property list
5406Group: Fonts
5407
5408%description afm2pl
5409Convert an Adobe font metric file to a TeX font property list.
5410
5411
5412%package bbox
5413Summary: bbox prints the bounding box of images
5414Group: Applications/Publishing/TeX
5415
5416%description bbox
5417bbox reads a rawppm or rawpbm file and prints out the bounding box of
5418the image.
5419
5420%package cefutils
5421Summary: In cefutils there are CEF-compatible utils
5422Group: Applications/Publishing/TeX
5423
5424%description cefutils
5425In cefutils there are CEF-compatible (Chinese Encoding Framework)
5426utils.
5427
5428%package detex
5429Summary: A filter to strip TeX commands from a .tex file
5430Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
5431Group: Applications/Publishing/TeX
5432
5433%description detex
5434A filter to strip TeX commands from a .tex file.
5435
5436%description detex -l hu.UTF-8
5437Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
5438
5439
7ffd1967
ZU
5440%package dviutils
5441Summary: Various DVI utils
5442Summary(hu.UTF-8): Vegyes DVI eszközök
5443Group: Applications/Publishing/TeX
5444
5445%description dviutils
5446This package contains various DVI utils.
5447
5448%description dviutils -l hu.UTF-8
5449Ez a csomag mindenféle DVI eszközt tartalmaz.
5450
5451%package epsutils
5452Summary: Various EPS utils
5453Group: Applications/Publishing/TeX
5454
5455%description epsutils
5456Various EPS (Encapsulated PostScript) utils.
5457
5458
5459%package filters
5460Summary: Various filters
5461Group: Applications/Publishing/TeX
5462
5463%description filters
5464Various filters.
5465
5466
489714ae
ZU
5467%package uncategorized-utils
5468Summary: Uncategorized utils
5469Group: Applications/Publishing/TeX
5470
5471%description uncategorized-utils
5472Uncategorized utilities. Needs check and categorizing.
5473
5b7eba8e
MB
5474%package tex4ht
5475Summary: LaTeX and TeX for hypertext
5476Group: Applications/Publishing/TeX
5477
5478%description tex4ht
5479A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
5480providing a configurable (La)TeX-based authoring system for hypertext.
5481When converting to XML, you can use MathML instead of images for
5482equation representation.
5483
4224ae6d
MB
5484%package xetex
5485Summary: Extended TeX / LaTeX version for unicode
5486Group: Applications/Publishing/TeX
5487Requires(post,postun): /usr/bin/texhash
5488Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
5489
5490%description xetex
5491XeTeX extends the TeX typesetting system (and macro packages such as
5492LaTeX and ConTeXt) to have native support for the Unicode character
5493set, including complex Asian scripts, and for OpenType and TrueType
5494fonts.
5495
5496%package xmltex
5497Summary: TeX package for processing XML files
5498Group: Applications/Publishing/TeX
5499Requires(post,postun): /usr/bin/texhash
5500
5501%description xmltex
5502XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
5503It allows TeX to directly process XML files.
5504
d08789e0
ZU
5505%prep
5506%setup -q -c -T -n %{name}-%{version}-source
5507lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 5508%patch0 -p1
1cc1dae0 5509%patch1 -p1
c48c077b
AM
5510
5511cd libs/teckit
5512cat ax*.m4 > acinclude.m4
5513%{__libtoolize}
5514%{__aclocal}
5515%{__autoconf}
5516%{__automake}
d08789e0
ZU
5517
5518%build
5519find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 5520%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 5521cd texk/kpathsea
83feaf0d
ZU
5522%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5523%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5524%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5525%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5526%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 5527%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 5528cd ../..
d47c034d 5529
a784d38e 5530%configure \
ca4b56d2
AM
5531%if %{with bootstrap}
5532 --without-xindy \
5533 --without-luatex \
5534%endif
d08789e0
ZU
5535 --disable-multiplatform \
5536 --disable-static \
5537 --enable-a4 \
5538 --enable-gf \
5539 --enable-ipc \
5540 --enable-shared \
a784d38e 5541 --with-fontconfig \
d08789e0
ZU
5542 --with-fonts-dir=/var/cache/fonts \
5543 --with-ncurses \
e671f712 5544 --with-system-freetype \
97b079ad 5545 --with-freetype-include=/usr/include/freetype \
a784d38e 5546 --with-system-freetype2 \
97b079ad 5547 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5548 --with-system-gd \
5549 --with-system-ncurses \
5550 --with-system-pnglib \
5551 --with-system-t1lib \
5552 --with-system-zlib \
d08789e0
ZU
5553 --with-xdvi-x-toolkit=xaw \
5554 --without-dialog \
5555 --without-t1utils \
ca4b56d2 5556 --without-texinfo
d08789e0 5557
d08789e0
ZU
5558%{__make}
5559
d08789e0
ZU
5560%install
5561rm -rf $RPM_BUILD_ROOT
5562install -d $RPM_BUILD_ROOT%{_datadir} \
5563 $RPM_BUILD_ROOT%{_desktopdir} \
5564 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5565 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5566 $RPM_BUILD_ROOT/var/cache/fonts \
5567 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5568 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5569 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5570 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5571
f37ff31b
ZU
5572lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5573%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5574%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5575%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
c9ddaf2d
ZU
5576%{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots
5577rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots
5578
f37ff31b
ZU
5579# This is an empty directory
5580%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5581# Useless binary
5582%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5583
d08789e0
ZU
5584# commented out because of following (non-fatal) error:
5585# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5586#perl -pi \
5587# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5588# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5589# texmf/web2c/texmf.cnf
5590
d08789e0
ZU
5591install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5592
5593LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5594
5595%{__make} install \
5596 prefix=$RPM_BUILD_ROOT%{_prefix} \
5597 bindir=$RPM_BUILD_ROOT%{_bindir} \
5598 mandir=$RPM_BUILD_ROOT%{_mandir} \
5599 libdir=$RPM_BUILD_ROOT%{_libdir} \
5600 datadir=$RPM_BUILD_ROOT%{_datadir} \
5601 infodir=$RPM_BUILD_ROOT%{_infodir} \
5602 includedir=$RPM_BUILD_ROOT%{_includedir} \
5603 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5604 texmf=$RPM_BUILD_ROOT%{texmf} \
5605 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5606 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5607
015f9ddb 5608%{__rm} $RPM_BUILD_ROOT%{texmf}/scripts/texlive/uninstall-win32.pl
37bb0d8c 5609# Fix broken symlinks
3702646a
ZU
5610CURDIR=$(pwd)
5611cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5612ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5613ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5614ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5615ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5616ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5617ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5618ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5619ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5620ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5621ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5622ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5623ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5624ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5625ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5626ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5627ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5628ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5629ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5630ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5631ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5632ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5633ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5634ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5635ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5636ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5637ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5638ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5639ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5640ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5641ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5642ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5643ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5644ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5645ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5646ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5647ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5648ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5649ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5650ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5651ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5652ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5653ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5654ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5655ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5656ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5657ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5658ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5659ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5660ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5661ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5662ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5663ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5664ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5665ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5666ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5667ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5668ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5669ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5670ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5671ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
24f69178
ZU
5672cd $RPM_BUILD_ROOT%{texmfdist}/tex/latex
5673unzip %{SOURCE10}
5674cd floatflt
5675latex floatflt.ins
3fa1953f
ZU
5676%{__rm} *.log
5677install -d $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
5678%{__mv} *.txt *.tex *.pdf README $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
3702646a 5679cd $CURDIR
37bb0d8c 5680
d08789e0
ZU
5681#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5682#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5683
26d8eaaa
ZU
5684# %{__make} init \
5685# prefix=$RPM_BUILD_ROOT%{_prefix} \
5686# bindir=$RPM_BUILD_ROOT%{_bindir} \
5687# mandir=$RPM_BUILD_ROOT%{_mandir} \
5688# libdir=$RPM_BUILD_ROOT%{_libdir} \
5689# datadir=$RPM_BUILD_ROOT%{_datadir} \
5690# infodir=$RPM_BUILD_ROOT%{_infodir} \
5691# includedir=$RPM_BUILD_ROOT%{_includedir} \
5692# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5693# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5694
489714ae 5695%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5696%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5697# We don't need it
5698%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5699%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5700
d08789e0
ZU
5701perl -pi \
5702 -e "s|$RPM_BUILD_ROOT||g;" \
5703 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5704
8175e90e 5705install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5706
5707install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5708install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5709
ce981570 5710# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5711
5712# in separate spec
b4d68b39
ZU
5713# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5714# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5715
5716# not included in package
5717rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5718rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5719rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5720rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5721rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5722rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5723rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5724rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5725rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5726rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5727rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5728rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5729rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5730rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5731rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5732rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5733
5734# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5735# and we can still analyze them
ce981570
ZU
5736# install -d format-logs
5737# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5738
5739%clean
5740rm -rf $RPM_BUILD_ROOT
5741
5742%post
5743%fixinfodir
5744%texhash
5745
5746%postun
5747%fixinfodir
5748if [ "$1" = "1" ]; then
5749 %texhash
5750fi
5751
5752%post doc-Catalogue
5753%texhash
5754
5755%postun doc-Catalogue
5756%texhash
5757
5758%post doc-tug-faq
5759%texhash
5760
5761%postun doc-tug-faq
5762%texhash
5763
096dca83 5764%post -n kpathsea
d08789e0
ZU
5765/sbin/ldconfig
5766%fixinfodir
5767%texhash
5768
096dca83 5769%postun -n kpathsea
d08789e0
ZU
5770/sbin/ldconfig
5771%fixinfodir
5772%texhash
5773
096dca83 5774%post -n kpathsea-devel
d08789e0
ZU
5775%texhash
5776
096dca83 5777%postun -n kpathsea-devel
d08789e0
ZU
5778%texhash
5779
5780%post dvips
5781%fixinfodir
5782%texhash
5783
5784%postun dvips
5785%fixinfodir
5786%texhash
5787
5788%post dvilj
5789%texhash
5790
5791%postun dvilj
5792%texhash
5793
5794%post makeindex
5795%texhash
5796
5797%postun makeindex
5798%texhash
5799
29d720fe
ZU
5800%post scripts
5801%texhash
5802
5803%postun scripts
5804%texhash
5805
783773ac
ZU
5806%post tex-arrayjob
5807%texhash
5808
5809%postun tex-arrayjob
5810%texhash
5811
5812%post tex-insbox
5813%texhash
5814
5815%postun tex-insbox
5816%texhash
5817
e67df411
ZU
5818%post tex-mathdots
5819%texhash
5820
5821%postun tex-mathdots
5822%texhash
5823
783773ac
ZU
5824%post tex-midnight
5825%texhash
5826
5827%postun tex-midnight
5828%texhash
5829
5830%post tex-ofs
5831%texhash
5832
5833%postun tex-ofs
5834%texhash
5835
e149bdb4
ZU
5836%post tex-physe
5837%texhash
5838
5839%postun tex-physe
5840%texhash
5841
5842%post tex-velthuis
5843%texhash
5844
5845%postun tex-velthuis
5846%texhash
5847
783773ac
ZU
5848%post tex-ytex
5849%texhash
5850
5851%postun tex-ytex
5852%texhash
5853
d08789e0
ZU
5854%post metafont
5855%texhash
5856
5857%postun metafont
5858%texhash
5859
5860%post metapost
5861%texhash
5862
5863%postun metapost
5864%texhash
5865
43a061cf 5866%post metapost-other
786ebdb1
ZU
5867%texhash
5868
43a061cf 5869%postun metapost-other
786ebdb1
ZU
5870%texhash
5871
d08789e0
ZU
5872%post mptopdf
5873%texhash
5874
5875%postun mptopdf
5876%texhash
5877
5878%post texdoctk
5879%texhash
5880
5881%postun texdoctk
5882%texhash
5883
5884%post -n xdvi
5885%texhash
5886
5887%postun -n xdvi
5888%texhash
5889
5890%post pdftex
5891%texhash
5892
5893%postun pdftex
5894%texhash
5895
04123363
ZU
5896%post phyzzx
5897%texhash
5898
5899%postun phyzzx
5900%texhash
5901
d08789e0
ZU
5902%post omega
5903%texhash
5904
5905%postun omega
5906%texhash
5907
5908%post plain
5909%texhash
5910
5911%postun plain
5912%texhash
5913
5914%post format-plain
5915%texhash
5916
5917%postun format-plain
5918%texhash
5919
5920%post format-pdftex
5921%texhash
5922
5923%postun format-pdftex
5924%texhash
5925
5926%post format-pdfetex
5927%texhash
5928
5929%postun format-pdfetex
5930%texhash
5931
5932%post mex
5933%texhash
5934
5935%postun mex
5936%texhash
5937
5938%post format-mex
5939%texhash
5940
5941%postun format-mex
5942%texhash
5943
5944%post format-pdfmex
5945%texhash
5946
5947%postun format-pdfmex
5948%texhash
5949
5950%postun format-utf8mex
5951%texhash
5952
5953%post amstex
5954%texhash
5955
5956%postun amstex
5957%texhash
5958
5959%post format-amstex
5960%texhash
5961
5962%postun format-amstex
5963%texhash
5964
5965%post format-pdfamstex
5966%texhash
5967
5968%postun format-pdfamstex
5969%texhash
5970
5971%post csplain
5972%texhash
5973
5974%postun csplain
5975%texhash
5976
5977%post format-csplain
5978%texhash
5979
5980%postun format-csplain
5981%texhash
5982
5983%post format-pdfcsplain
5984%texhash
5985
5986%postun format-pdfcsplain
5987%texhash
5988
5989%post cslatex
5990%texhash
5991
5992%postun cslatex
5993%texhash
5994
5995%post format-cslatex
5996%texhash
5997
5998%postun format-cslatex
5999%texhash
6000
6001%post format-pdfcslatex
6002%texhash
6003
6004%postun format-pdfcslatex
6005%texhash
6006
6007%post cyrplain
6008%texhash
6009
6010%postun cyrplain
6011%texhash
6012
6013%post format-cyrplain
6014%texhash
6015
6016%postun format-cyrplain
6017%texhash
6018
6019%post format-cyramstex
6020%texhash
6021
6022%postun format-cyramstex
6023%texhash
6024
6025%post format-cyrtexinfo
6026%texhash
6027
6028%postun format-cyrtexinfo
6029%texhash
6030
6031%post eplain
6032%texhash
6033
6034%postun eplain
6035%texhash
6036
6037%post format-eplain
6038%texhash
6039
6040%postun format-eplain
6041%texhash
6042
6043# ConTeXt format
6044
6045%post context
6046%texhash
6047
6048%postun context
6049%texhash
6050
6051%post format-context-de
6052%texhash
6053
6054%postun format-context-de
6055%texhash
6056
6057%post format-context-en
6058%texhash
6059
6060%postun format-context-en
6061%texhash
6062
6063%post format-context-nl
6064%texhash
6065
6066%postun format-context-nl
6067%texhash
6068
6069# LaTeX format.
6070
6071%post latex
6072%fixinfodir
6073%texhash
6074
6075%postun latex
6076%fixinfodir
6077%texhash
6078
73d8d817
ZU
6079%post latex-lang
6080%texhash
6081
6082%postun latex-lang
6083%texhash
6084
6085%post latex-styles
6086%texhash
6087
6088%postun latex-styles
6089%texhash
6090
2e9c3e45
ZU
6091%post latex-pdftools
6092%texhash
6093
6094%postun latex-pdftools
6095%texhash
6096
1d337b0e
ZU
6097%post latex-extend
6098%texhash
6099
6100%postun latex-extend
6101%texhash
6102
6103%post latex-programming
6104%texhash
6105
6106%postun latex-programming
6107%texhash
6108
de260d32
ZU
6109%post latex-misc
6110%texhash
6111
6112%postun latex-misc
6113%texhash
6114
6bc47e19
ZU
6115%post latex-effects
6116%texhash
6117
6118%postun latex-effects
6119%texhash
6120
2e9c3e45
ZU
6121%post latex-math
6122%texhash
6123
6124%postun latex-math
6125%texhash
6126
1d337b0e
ZU
6127%post latex-music
6128%texhash
6129
6130%postun latex-music
6131%texhash
6132
2e9c3e45
ZU
6133%post latex-physics
6134%texhash
6135
6136%postun latex-physics
6137%texhash
6138
6139%post latex-games
6140%texhash
6141
6142%postun latex-games
6143%texhash
6144
6145%post latex-biology
6146%texhash
6147
6148%postun latex-biology
6149%texhash
6150
6151%post latex-chem
6152%texhash
6153
6154%postun latex-chem
6155%texhash
6156
6157%post latex-informatic
6158%texhash
6159
6160%postun latex-informatic
6161%texhash
6162
6c82f497
ZU
6163%post latex-12many
6164%texhash
6165
6166%postun latex-12many
6167%texhash
6168
fe66da27
ZU
6169%post latex-abstract
6170%texhash
6171
6172%postun latex-abstract
6173%texhash
6174
f1f5d194
ZU
6175%post latex-accfonts
6176%texhash
6177
6178%postun latex-accfonts
6179%texhash
6180
e88b5dcf
ZU
6181%post latex-adrconv
6182%texhash
6183
6184%postun latex-adrconv
6185%texhash
6186
d08789e0
ZU
6187%post latex-ae
6188%texhash
6189
6190%postun latex-ae
6191%texhash
6192
6193%post latex-ams
6194%texhash
6195
6196%postun latex-ams
6197%texhash
6198
6199%post latex-antp
6200%texhash
6201
6202%postun latex-antp
6203%texhash
6204
6205%post latex-antt
6206%texhash
6207
6208%postun latex-antt
6209%texhash
6210
e88b5dcf
ZU
6211%post latex-appendix
6212%texhash
6213
6214%postun latex-appendix
6215%texhash
6216
ca8b4816
ZU
6217# %post latex-backgammon
6218# %texhash
24f69178 6219#
ca8b4816
ZU
6220# %postun latex-backgammon
6221# %texhash
24f69178 6222
6c82f497
ZU
6223%post latex-bardiag
6224%texhash
6225
6226%postun latex-bardiag
6227%texhash
6228
d08789e0
ZU
6229%post latex-bbm
6230%texhash
6231
6232%postun latex-bbm
6233%texhash
6234
6235%post latex-bbold
6236%texhash
6237
6238%postun latex-bbold
6239%texhash
6240
b4d68b39
ZU
6241%post latex-beamer
6242%texhash
6243
6244%postun latex-beamer
6245%texhash
6246
2fede27b
ZU
6247%post latex-bezos
6248%texhash
6249
6250%postun latex-bezos
6251%texhash
6252
d08789e0
ZU
6253%post latex-bibtex
6254%texhash
6255
6256%postun latex-bibtex
6257%texhash
6258
6259%post latex-bibtex-ams
6260%texhash
6261
6262%postun latex-bibtex-ams
6263%texhash
6264
6265%post latex-bibtex-pl
6266%texhash
6267
6268%postun latex-bibtex-pl
6269%texhash
6270
6271%post latex-bibtex-german
6272%texhash
6273
6274%postun latex-bibtex-german
6275%texhash
6276
6277%post latex-bibtex-revtex4
6278%texhash
6279
6280%postun latex-bibtex-revtex4
6281%texhash
6282
6283%post latex-bibtex-jurabib
6284%texhash
6285
6286%postun latex-bibtex-jurabib
6287%texhash
6288
33b3b483
ZU
6289%post latex-bibtex-styles
6290%texhash
6291
6292%postun latex-bibtex-styles
6293%texhash
6294
2fede27b
ZU
6295%post latex-booktabs
6296%texhash
6297
6298%postun latex-booktabs
6299%texhash
6300
2fede27b
ZU
6301%post latex-caption
6302%texhash
6303
6304%postun latex-caption
6305%texhash
6306
d08789e0
ZU
6307%post latex-carlisle
6308%texhash
6309
6310%postun latex-carlisle
6311%texhash
6312
6313%post latex-ccfonts
6314%texhash
6315
6316%postun latex-ccfonts
6317%texhash
6318
6319%post latex-cite
6320%texhash
6321
6322%postun latex-cite
6323%texhash
6324
6325%post latex-cmbright
6326%texhash
6327
6328%postun latex-cmbright
6329%texhash
6330
783773ac
ZU
6331%post latex-colortab
6332%texhash
6333
6334%postun latex-colortab
6335%texhash
2fede27b
ZU
6336
6337%post latex-comment
6338%texhash
6339
6340%postun latex-comment
6341%texhash
6342
d08789e0
ZU
6343%post latex-concmath
6344%texhash
6345
6346%postun latex-concmath
6347%texhash
6348
2fede27b
ZU
6349%post latex-currvita
6350%texhash
6351
6352%postun latex-currvita
6353%texhash
6354
2fede27b
ZU
6355%post latex-curves
6356%texhash
6357
6358%postun latex-curves
6359%texhash
6360
d08789e0
ZU
6361%post latex-custom-bib
6362%texhash
6363
6364%postun latex-custom-bib
6365%texhash
6366
6367%post latex-cyrillic
6368%texhash
6369
6370%postun latex-cyrillic
6371%texhash
6372
04eb4e68
ZU
6373# %post latex-dstroke
6374# %texhash
d08789e0 6375
04eb4e68
ZU
6376# %postun latex-dstroke
6377# %texhash
d08789e0 6378
60597425
ZU
6379%post latex-enumitem
6380%texhash
6381
6382%postun latex-enumitem
6383%texhash
6384
fe66da27
ZU
6385%post latex-exam
6386%texhash
6387
6388%postun latex-exam
6389%texhash
6390
247457ba
ZU
6391%post latex-examdesign
6392%texhash
6393
6394%postun latex-examdesign
6395%texhash
6396
6397%post latex-formlett
6398%texhash
6399
6400%postun latex-formlett
6401%texhash
6402
c9ddaf2d
ZU
6403%post latex-formular
6404%texhash
6405
6406%postun latex-formular
6407%texhash
6408
f1f5d194
ZU
6409%post latex-gbrief
6410%texhash
6411
6412%postun latex-gbrief
6413%texhash
6414
d08789e0
ZU
6415%post latex-jknappen
6416%texhash
6417
6418%postun latex-jknappen
6419%texhash
6420
d19eaaab
ZU
6421%post latex-keystroke
6422%texhash
6423
6424%postun latex-keystroke
6425%texhash
6426
6427%post latex-labbook
6428%texhash
6429
6430%postun latex-labbook
6431%texhash
6432
6433%post latex-lcd
6434%texhash
6435
6436%postun latex-lcd
6437%texhash
6438
6439%post latex-leaflet
6440%texhash
6441
6442%postun latex-leaflet
6443%texhash
6444
f1f5d194
ZU
6445%post latex-leftidx
6446%texhash
6447
6448%postun latex-leftidx
6449%texhash
6450
d19eaaab
ZU
6451%post latex-lewis
6452%texhash
6453
6454%postun latex-lewis
6455%texhash
6456
d08789e0
ZU
6457%post latex-lm
6458%texhash
6459
fe66da27
ZU
6460%post latex-lastpage
6461%texhash
6462
6463%postun latex-lastpage
6464%texhash
6465
d08789e0
ZU
6466%postun latex-lm
6467%texhash
6468
6469%post latex-lucidabr
6470%texhash
6471
6472%postun latex-lucidabr
6473%texhash
6474
6475%post latex-marvosym
6476%texhash
6477
6478%postun latex-marvosym
6479%texhash
6480
d19eaaab
ZU
6481%post latex-mathexam
6482%texhash
6483
6484%postun latex-mathexam
6485%texhash
6486
d08789e0
ZU
6487%post latex-mathpple
6488%texhash
6489
6490%postun latex-mathpple
6491%texhash
6492
6493%post latex-mathtime
6494%texhash
6495
6496%postun latex-mathtime
6497%texhash
6498
6499%post latex-mflogo
6500%texhash
6501
6502%postun latex-mflogo
6503%texhash
6504
6505%post latex-mfnfss
6506%texhash
6507
6508%postun latex-mfnfss
6509%texhash
6510
6511%post latex-minitoc
6512%texhash
6513
6514%postun latex-minitoc
6515%texhash
6516
6517%post latex-mltex
6518%texhash
6519
6520%postun latex-mltex
6521%texhash
6522
f1f5d194
ZU
6523%post latex-moreverb
6524%texhash
6525
6526%postun latex-moreverb
6527%texhash
6528
d34bfb7f
ZU
6529%post latex-multienum
6530%texhash
6531
6532%postun latex-multienum
6533%texhash
6534
8ed039e0
ZU
6535%post latex-musictex
6536%texhash
6537
6538%postun latex-musictex
6539%texhash
6540
fe66da27
ZU
6541%post latex-ntheorem
6542%texhash
6543
6544%postun latex-ntheorem
6545%texhash
6546
f65b3398
ZU
6547%post latex-other
6548%texhash
6549
6550%postun latex-other
6551%texhash
6552
6553%post latex-other-doc
6554%texhash
6555
6556%postun latex-other-doc
6557%texhash
6558
d08789e0
ZU
6559%post latex-palatcm
6560%texhash
6561
6562%postun latex-palatcm
6563%texhash
6564
f65b3398
ZU
6565%post latex-pdfslide
6566%texhash
6567
6568%postun latex-pdfslide
6569%texhash
6570
03d9d5fa
ZU
6571%post latex-pgf
6572%texhash
6573
6574%postun latex-pgf
6575%texhash
6576
f65b3398
ZU
6577%post latex-polynom
6578%texhash
6579
6580%postun latex-polynom
6581%texhash
6582
6583%post latex-polynomial
6584%texhash
6585
6586%postun latex-polynomial
6587%texhash
6588
b7b4a109
ZU
6589%post latex-prosper
6590%texhash
6591
6592%postun latex-prosper
6593%texhash
6594
6595%post latex-pseudocode
6596%texhash
6597
6598%postun latex-pseudocode
6599%texhash
6600
d08789e0
ZU
6601%post latex-psnfss
6602%texhash
6603
6604%postun latex-psnfss
6605%texhash
6606
8efa6a9c
ZU
6607%post latex-pst-2dplot
6608%texhash
6609
6610%postun latex-pst-2dplot
6611%texhash
6612
6613%post latex-pst-3dplot
6614%texhash
6615
6616%postun latex-pst-3dplot
6617%texhash
6618
6619%post latex-pst-bar
6620%texhash
6621
6622%postun latex-pst-bar
6623%texhash
6624
6625%post latex-pst-circ
6626%texhash
6627
6628%postun latex-pst-circ
6629%texhash
6630
b7b4a109
ZU
6631%post latex-pst-eucl
6632%texhash
6633
6634%postun latex-pst-eucl
6635%texhash
6636
8efa6a9c
ZU
6637%post latex-pst-diffraction
6638%texhash
6639
6640%postun latex-pst-diffraction
6641%texhash
6642
6643%post latex-pst-fun
6644%texhash
6645
6646%postun latex-pst-fun
6647%texhash
6648
6649%post latex-pst-func
6650%texhash
6651
6652%postun latex-pst-func
6653%texhash
6654
6655%post latex-pst-infixplot
6656%texhash
6657
6658%postun latex-pst-infixplot
6659%texhash
6660
b7b4a109
ZU
6661%post latex-pst-fr3d
6662%texhash
6663
6664%postun latex-pst-fr3d
6665%texhash
6666
6667%post latex-pst-fractal
6668%texhash
6669
6670%postun latex-pst-fractal
6671%texhash
6672
d08789e0
ZU
6673%post latex-pxfonts
6674%texhash
6675
8efa6a9c
ZU
6676%post latex-pst-math
6677%texhash
6678
6679%postun latex-pst-math
6680%texhash
6681
6682%post latex-pst-ob3d
6683%texhash
6684
6685%postun latex-pst-ob3d
6686%texhash
6687
6688%post latex-pst-optic
6689%texhash
6690
6691%postun latex-pst-optic
6692%texhash
6693
6694%post latex-pst-optexp
6695%texhash
6696
6697%postun latex-pst-optexp
6698%texhash
6699
6700%post latex-pst-text
6701%texhash
6702
6703%postun latex-pst-text
6704%texhash
6705
1024ab0e
ZU
6706%post latex-pst-uncategorized
6707%texhash
6708
6709%postun latex-pst-uncategorized
1024ab0e
ZU
6710%texhash
6711
d08789e0
ZU
6712%postun latex-pxfonts
6713%texhash
6714
6715%post latex-qfonts
6716%texhash
6717
6718%postun latex-qfonts
6719%texhash
6720
6c82f497
ZU
6721%post latex-SIstyle
6722%texhash
6723
6724%postun latex-SIstyle
6725%texhash
6726
fe66da27
ZU
6727%post latex-SIunits
6728%texhash
6729
6730%postun latex-SIunits
6731%texhash
6732
f65b3398
ZU
6733%post latex-siunitx
6734%texhash
6735
6736%postun latex-siunitx
6737%texhash
6738
6c82f497
ZU
6739%post latex-Tabbing
6740%texhash
6741
6742%postun latex-Tabbing
6743%texhash
6744
d08789e0
ZU
6745%post latex-txfonts
6746%texhash
6747
6748%postun latex-txfonts
6749%texhash
6750
7ea3a98b
ZU
6751%post latex-ucs
6752%texhash
6753
6754%postun latex-ucs
6755%texhash
6756
d08789e0
ZU
6757%post latex-umlaute
6758%texhash
6759
6760%postun latex-umlaute
6761%texhash
6762
e67df411
ZU
6763%post latex-variations
6764%texhash
6765
6766%postun latex-variations
6767%texhash
6768
d08789e0
ZU
6769%post latex-wasysym
6770%texhash
6771
6772%postun latex-wasysym
6773%texhash
6774
03d9d5fa
ZU
6775%post latex-xcolor
6776%texhash
6777
6778%postun latex-xcolor
6779%texhash
6780
d08789e0
ZU
6781%post format-latex
6782%texhash
6783
6784%postun format-latex
6785%texhash
6786
6787%post format-pdflatex
6788%texhash
6789
6790%postun format-pdflatex
6791%texhash
6792
6793%post platex
6794%texhash
6795
6796%postun platex
6797%texhash
6798
6799%post format-platex
6800%texhash
6801
6802%postun format-platex
6803%texhash
6804
6805%post format-pdfplatex
6806%texhash
6807
6808%postun format-pdfplatex
6809%texhash
6810
6811%post tex-babel
6812%texhash
6813
6814%postun tex-babel
6815%texhash
6816
6817%post tex-german
6818%texhash
6819
6820%postun tex-german
6821%texhash
6822
6823%post tex-mfpic
6824%texhash
6825
6826%postun tex-mfpic
6827%texhash
6828
6829%post tex-misc
6830%texhash
6831
6832%postun tex-misc
6833%texhash
6834
6835%post tex-pictex
6836%texhash
6837
6838%postun tex-pictex
6839%texhash
6840
29d720fe
ZU
6841%post tex-psizzl
6842%texhash
6843
6844%postun tex-psizzl
6845%texhash
6846
d08789e0
ZU
6847%post tex-pstricks
6848%texhash
6849
6850%postun tex-pstricks
6851%texhash
6852
6853%post tex-qpx
6854%texhash
6855
6856%postun tex-qpx
6857%texhash
6858
31bd2c4a 6859%post tex-qpxqtx
d08789e0
ZU
6860%texhash
6861
31bd2c4a 6862%postun tex-qpxqtx
d08789e0
ZU
6863%texhash
6864
6865%post tex-ruhyphen
6866%texhash
6867
6868%postun tex-ruhyphen
6869%texhash
6870
6871%post tex-spanish
6872%texhash
6873
6874%postun tex-spanish
6875%texhash
6876
6877%post tex-texdraw
6878%texhash
6879
6880%postun tex-texdraw
6881%texhash
6882
6883%post tex-thumbpdf
6884%texhash
6885
6886%postun tex-thumbpdf
6887%texhash
6888
6889%post tex-ukrhyph
6890%texhash
6891
6892%postun tex-ukrhyph
6893%texhash
6894
6895%post latex-vietnam
6896%texhash
6897
6898%postun latex-vietnam
6899%texhash
6900
6901%post tex-xypic
6902%texhash
6903
6904%postun tex-xypic
6905%texhash
6906
6907%post fonts-adobe
6908%texhash
6909
6910%postun fonts-adobe
6911%texhash
6912
6913%post fonts-ae
6914%texhash
6915
6916%postun fonts-ae
6917%texhash
6918
6919%post fonts-ams
6920%texhash
6921
6922%postun fonts-ams
6923%texhash
6924
6925%post fonts-antp
6926%texhash
6927
6928%postun fonts-antp
6929%texhash
6930
6931%post fonts-antt
6932%texhash
6933
6934%postun fonts-antt
6935%texhash
6936
6937%post fonts-bbm
6938%texhash
6939
6940%postun fonts-bbm
6941%texhash
6942
6943%post fonts-bbold
6944%texhash
6945
6946%postun fonts-bbold
6947%texhash
6948
070c5aff
ZU
6949%post fonts-bh
6950%texhash
d08789e0 6951
070c5aff
ZU
6952%postun fonts-bh
6953%texhash
d08789e0
ZU
6954
6955%post fonts-bitstream
6956%texhash
6957
6958%postun fonts-bitstream
6959%texhash
6960
6961%post fonts-cbgreek
6962%texhash
6963
6964%postun fonts-cbgreek
6965%texhash
6966
6967%post fonts-cc-pl
6968%texhash
6969
6970%postun fonts-cc-pl
6971%texhash
6972
6973%post fonts-cg
6974%texhash
6975
6976%postun fonts-cg
6977%texhash
6978
6979%post fonts-cm
6980%texhash
6981
6982%postun fonts-cm
6983%texhash
6984
6985%post fonts-cmbright
6986%texhash
6987
6988%postun fonts-cmbright
6989%texhash
6990
6991%post fonts-cmcyr
6992%texhash
6993
6994%postun fonts-cmcyr
6995%texhash
6996
6997%post fonts-cmextra
6998%texhash
6999
7000%postun fonts-cmextra
7001%texhash
7002
7af5f8bc 7003%post fonts-cmsuper
5d7e11d7
ZU
7004%texhash
7005
7af5f8bc 7006%postun fonts-cmsuper
5d7e11d7
ZU
7007%texhash
7008
d08789e0
ZU
7009%post fonts-concmath
7010%texhash
7011
7012%postun fonts-concmath
7013%texhash
7014
7015%post fonts-concrete
7016%texhash
7017
7018%postun fonts-concrete
7019%texhash
7020
7021%post fonts-cs
7022%texhash
7023
7024%postun fonts-cs
7025%texhash
7026
4a09ae1a
ZU
7027%post fonts-dstroke
7028%texhash
d08789e0 7029
4a09ae1a
ZU
7030%postun fonts-dstroke
7031%texhash
d08789e0
ZU
7032
7033%post fonts-ecc
7034%texhash
7035
7036%postun fonts-ecc
7037%texhash
7038
7039%post fonts-eurosym
7040%texhash
7041
7042%postun fonts-eurosym
7043%texhash
7044
7045%post fonts-euxm
7046%texhash
7047
7048%postun fonts-euxm
7049%texhash
7050
7051%post fonts-gothic
7052%texhash
7053
7054%postun fonts-gothic
7055%texhash
7056
7057%post fonts-hoekwater
7058%texhash
7059
7060%postun fonts-hoekwater
7061%texhash
7062
7063%post fonts-jknappen
7064%texhash
7065
7066%postun fonts-jknappen
7067%texhash
7068
7069%post fonts-latex
7070%texhash
7071
7072%postun fonts-latex
7073%texhash
7074
7075%post fonts-lh
7076%texhash
7077
7078%postun fonts-lh
7079%texhash
7080
7081%post fonts-lm
7082%texhash
7083
7084%postun fonts-lm
7085%texhash
7086
7087%post fonts-marvosym
7088%texhash
7089
7090%postun fonts-marvosym
7091%texhash
7092
7093%post fonts-mflogo
7094%texhash
7095
7096%postun fonts-mflogo
7097%texhash
7098
7099%post fonts-misc
7100%texhash
7101
7102%postun fonts-misc
7103%texhash
7104
7105%post fonts-monotype
7106%texhash
7107
7108%postun fonts-monotype
7109%texhash
7110
7111%post fonts-omega
7112%texhash
7113
7114%postun fonts-omega
7115%texhash
7116
f1ba8563
ZU
7117%post fonts-other
7118%texhash
7119
7120%postun fonts-other
7121%texhash
7122
d08789e0
ZU
7123%post fonts-pazo
7124%texhash
7125
7126%postun fonts-pazo
7127%texhash
7128
7129%post fonts-pl
7130%texhash
7131
7132%postun fonts-pl
7133%texhash
7134
7135%post fonts-px
7136%texhash
7137
7138%postun fonts-px
7139%texhash
7140
7141%post fonts-qfonts
7142%texhash
7143
7144%postun fonts-qfonts
7145%texhash
7146
7147%post fonts-qpx
7148%texhash
7149
7150%postun fonts-qpx
7151%texhash
7152
31bd2c4a 7153%post fonts-qpxqtx
d08789e0
ZU
7154%texhash
7155
31bd2c4a 7156%postun fonts-qpxqtx
d08789e0
ZU
7157%texhash
7158
7159%post fonts-rsfs
7160%texhash
7161
7162%postun fonts-rsfs
7163%texhash
7164
7165%post fonts-stmaryrd
7166%texhash
7167
7168%postun fonts-stmaryrd
7169%texhash
7170
7171%post fonts-tx
7172%texhash
7173
7174%postun fonts-tx
7175%texhash
7176
7177%post fonts-urw
7178%texhash
7179
7180%postun fonts-urw
7181%texhash
7182
e67df411
ZU
7183%post fonts-urw35vf
7184%texhash
7185
7186%postun fonts-urw35vf
7187%texhash
7188
d08789e0
ZU
7189%post fonts-vnr
7190%texhash
7191
7192%postun fonts-vnr
7193%texhash
7194
7195%post fonts-wasy
7196%texhash
7197
7198%postun fonts-wasy
7199%texhash
7200
7201%post fonts-xypic
7202%texhash
7203
7204%postun fonts-xypic
7205%texhash
7206
7207%post fonts-yandy
7208%texhash
7209
7210%postun fonts-yandy
7211%texhash
7212
7213%post fonts-type1-antp
7214%texhash
7215
7216%postun fonts-type1-antp
7217%texhash
7218
7219%post fonts-type1-antt
7220%texhash
7221
7222%postun fonts-type1-antt
7223%texhash
7224
7225%post fonts-type1-belleek
7226%texhash
7227
7228%postun fonts-type1-belleek
7229%texhash
7230
7231%post fonts-type1-bitstream
7232%texhash
7233
7234%postun fonts-type1-bitstream
7235%texhash
7236
7237%post fonts-type1-bluesky
7238%texhash
7239
7240%postun fonts-type1-bluesky
7241%texhash
7242
7243%post fonts-type1-cc-pl
7244%texhash
7245
7246%postun fonts-type1-cc-pl
7247%texhash
7248
7249%post fonts-type1-cmcyr
7250%texhash
7251
7252%postun fonts-type1-cmcyr
7253%texhash
7254
7255%post fonts-type1-cs
7256%texhash
7257
7258%postun fonts-type1-cs
7259%texhash
7260
070c5aff
ZU
7261%post fonts-type1-dstroke
7262%texhash
d08789e0 7263
070c5aff
ZU
7264%postun fonts-type1-dstroke
7265%texhash
d08789e0
ZU
7266
7267%post fonts-type1-eurosym
7268%texhash
7269
7270%postun fonts-type1-eurosym
7271%texhash
7272
7273%post fonts-type1-hoekwater
7274%texhash
7275
7276%postun fonts-type1-hoekwater
7277%texhash
7278
7279%post fonts-type1-lm
7280%texhash
7281
7282%postun fonts-type1-lm
7283%texhash
7284
7285%post fonts-type1-marvosym
7286%texhash
7287
7288%postun fonts-type1-marvosym
7289%texhash
7290
7291%post fonts-type1-mathpazo
7292%texhash
7293
7294%postun fonts-type1-mathpazo
7295%texhash
7296
7297%post fonts-type1-omega
7298%texhash
7299
7300%postun fonts-type1-omega
7301%texhash
7302
7303%post fonts-type1-pl
7304%texhash
7305
7306%postun fonts-type1-pl
7307%texhash
7308
7309%post fonts-type1-px
7310%texhash
7311
7312%postun fonts-type1-px
7313%texhash
7314
070c5aff
ZU
7315%post fonts-type1-qfonts
7316%texhash
d08789e0 7317
070c5aff
ZU
7318%postun fonts-type1-qfonts
7319%texhash
d08789e0
ZU
7320
7321%post fonts-type1-tx
7322%texhash
7323
7324%postun fonts-type1-tx
7325%texhash
7326
7327%post fonts-type1-urw
7328%texhash
7329
7330%postun fonts-type1-urw
7331%texhash
7332
7333%post fonts-type1-vnr
7334%texhash
7335
7336%postun fonts-type1-vnr
7337%texhash
7338
7339%post fonts-type1-xypic
7340%texhash
7341
7342%postun fonts-type1-xypic
7343%texhash
7344
7345%post -n texconfig
7346%texhash
7347
7348%postun -n texconfig
7349%texhash
7350
4224ae6d
MB
7351%post xetex
7352%texhash
7353
7354%postun xetex
7355%texhash
7356
7357%post xmltex
7358%texhash
7359
7360%postun xmltex
7361%texhash
7362
5902e778
ZU
7363# Check the commented lines!!!
7364
d08789e0
ZU
7365%files
7366%defattr(644,root,root,755)
0f6c4baf 7367# %doc %{texmf}/LICENSE.texmf
df343eba 7368# %doc %{texmf}/ChangeLog
df343eba 7369# %doc %{texmf}/doc/README.knuth
efc75a1e 7370# There isn't doc/fonts directory
80fa261c 7371%dir %{texmfdist}/doc/fonts
606c6ab6 7372%doc %{texmfdist}/doc/fontname
efc75a1e 7373# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
7374# %dir %{texmf}/doc/help
7375# %doc %{texmf}/doc/help/csname.txt
7376# %doc %{texmf}/doc/help/ctan
7377# %doc %{texmf}/doc/help/tds.dvi
7378# %doc %{texmf}/doc/help/unixtex.ftp
7379# %dir %{texmf}/doc/help/faq
7380# %doc %{texmf}/doc/images
df343eba
ZU
7381# %dir %{texmf}/doc/polish
7382# %doc %{texmf}/doc/polish/*.html
7383# %dir %{texmf}/doc/programs
7384# %doc %{texmf}/doc/programs/web2c*
7385# %doc %{texmf}/doc/programs/cwebman.dvi
7386# %doc %{texmf}/doc/programs/dvipng.*
7387# %doc %{texmf}/doc/knuth
d08789e0
ZU
7388#%attr(755,root,root) %{_bindir}/MakeTeXPK
7389#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
7390
7391# ***********
7392# executables
7393# ***********
d08789e0
ZU
7394%attr(755,root,root) %{_bindir}/a2ping
7395%attr(755,root,root) %{_bindir}/afm2tfm
7396%attr(755,root,root) %{_bindir}/allcm
7397%attr(755,root,root) %{_bindir}/allec
7398%attr(755,root,root) %{_bindir}/allneeded
7399%attr(755,root,root) %{_bindir}/cweave
7400%attr(755,root,root) %{_bindir}/ctangle
7401%attr(755,root,root) %{_bindir}/ctie
7402%attr(755,root,root) %{_bindir}/dmp
7403%attr(755,root,root) %{_bindir}/dvipng
7404%attr(755,root,root) %{_bindir}/e2pall
7405%attr(755,root,root) %{_bindir}/ebb
df343eba 7406# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
7407%attr(755,root,root) %{_bindir}/fmtutil
7408%attr(755,root,root) %{_bindir}/fmtutil-sys
7409#%attr(755,root,root) %{_bindir}/fontexport
7410#%attr(755,root,root) %{_bindir}/fontimport
7411%attr(755,root,root) %{_bindir}/fontinst
7412%attr(755,root,root) %{_bindir}/gftodvi
7413%attr(755,root,root) %{_bindir}/gftopk
7414%attr(755,root,root) %{_bindir}/gftype
7415%attr(755,root,root) %{_bindir}/gsftopk
7416#%attr(755,root,root) %{_bindir}/initex
7417%attr(755,root,root) %{_bindir}/kpseaccess
7418%attr(755,root,root) %{_bindir}/kpsereadlink
7419%attr(755,root,root) %{_bindir}/kpsewhere
7420%attr(755,root,root) %{_bindir}/mag
7421%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
7422#%attr(755,root,root) %{_bindir}/mkfontdesc
7423%attr(755,root,root) %{_bindir}/mktexfmt
7424%attr(755,root,root) %{_bindir}/mktexlsr
7425%attr(755,root,root) %{_bindir}/newer
7426%attr(755,root,root) %{_bindir}/patgen
7427%attr(755,root,root) %{_bindir}/pdfetex
7428%attr(755,root,root) %{_bindir}/pfb2pfa
7429%attr(755,root,root) %{_bindir}/pk2bm
7430%attr(755,root,root) %{_bindir}/pktogf
7431%attr(755,root,root) %{_bindir}/pktype
7432%attr(755,root,root) %{_bindir}/pltotf
7433%attr(755,root,root) %{_bindir}/pooltype
7434%attr(755,root,root) %{_bindir}/ps2frag
7435%attr(755,root,root) %{_bindir}/ps2pk
7436# TODO: move this file to correct subpackage ?
7437%attr(755,root,root) %{_bindir}/ps4pdf
7438#%attr(755,root,root) %{_bindir}/t1mapper
7439%attr(755,root,root) %{_bindir}/tangle
7440#%attr(755,root,root) %{_bindir}/tetex-updmap
7441%attr(755,root,root) %{_bindir}/tex
7442%attr(755,root,root) %{_bindir}/texdoc
d08789e0 7443%attr(755,root,root) %{_bindir}/texhash
df343eba 7444# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
7445%attr(755,root,root) %{_bindir}/texlinks
7446%attr(755,root,root) %{_bindir}/tftopl
7447%attr(755,root,root) %{_bindir}/tie
7448%attr(755,root,root) %{_bindir}/ttf2afm
7449%attr(755,root,root) %{_bindir}/updmap
7450%attr(755,root,root) %{_bindir}/updmap-sys
7451%attr(755,root,root) %{_bindir}/vftovp
7452#%attr(755,root,root) %{_bindir}/virtex
7453%attr(755,root,root) %{_bindir}/vptovf
7454%attr(755,root,root) %{_bindir}/weave
7455
7456%attr(755,root,root) %{texmf}/web2c/mktexnam
7457%attr(755,root,root) %{texmf}/web2c/mktexdir
7458%attr(755,root,root) %{texmf}/web2c/mktexupd
7459
0edad7f5 7460%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
7461
7462#%dir /etc/sysconfig/tetex-updmap
7463#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
7464
7465%ghost %{texmf}/ls-R
7057740b 7466%ghost %{texmfdist}/ls-R
7057740b 7467# %ghost %{_localstatedir}/ls-R
d08789e0 7468
2677a8b0 7469%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 7470%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
7471%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
7472%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
7473%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 7474
d08789e0
ZU
7475%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
7476%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
7477%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
7478%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
7479%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
7480%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
7481%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
7482
d08789e0
ZU
7483%attr(1777,root,root) /var/cache/fonts
7484
7485%{_datadir}/info/web2c.info*
df343eba
ZU
7486# %{_datadir}/info/texi2html.info*
7487# %{_datadir}/texi2html
d08789e0
ZU
7488#%{texmf}/updates.dat
7489
df343eba 7490# %{texmf}/aliases
df343eba 7491# %{texmf}/tex/generic/bghyph
1a192771
ZU
7492# %doc %{texmf}/doc/generic/hyphen
7493#%{texmf}/tex/generic/letterspacing
7494
7495# ***********
7496# Directories
7497# ***********
ae4a938c 7498%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
7499%attr(1777,root,root) %dir %{_localstatedir}/fonts
7500%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 7501%attr(1777,root,root) %dir %{fmtdir}
1a192771 7502
b6042de9 7503%dir %{texmfdist}
8ed039e0 7504%doc %{texmfdist}/README
b6042de9
ZU
7505%dir %{texmf}
7506
1a192771
ZU
7507%dir %{texmfdist}/doc
7508%dir %{texmfdist}/doc/generic
7509%dir %{texmfdist}/doc/generic/enctex
7510%dir %{texmfdist}/doc/latex
7511%dir %{texmfdist}/doc/latex/localloc
7512%dir %{texmf}/doc
7513%dir %{texmf}/doc/generic
7514%dir %{texmf}/doc/tetex
04123363 7515%dir %{texmf}/fmtutil
1a192771
ZU
7516
7517%dir %{texmfdist}/tex
2677a8b0 7518%dir %{texmfdist}/tex/cslatex
0b6bcf85 7519%dir %{texmfdist}/tex/cslatex/base
330a8c29 7520%dir %{texmfdist}/tex/fontinst
165b9d73 7521%dir %{texmfdist}/tex/generic
5f841614 7522%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 7523%dir %{texmfdist}/tex/generic/enctex
5f841614 7524%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 7525%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
7526%dir %{texmfdist}/tex/latex
7527%dir %{texmfdist}/tex/latex/base
1a192771
ZU
7528%dir %{texmf}/dvips
7529%dir %{texmf}/dvips/config
7530%dir %{texmf}/dvips/tetex
d08789e0
ZU
7531%dir %{texmf}/fonts/enc
7532%dir %{texmf}/fonts/enc/dvips
7533%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 7534%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
7535%dir %{texmf}/fonts/map
7536%dir %{texmf}/fonts/map/dvips
7537%dir %{texmf}/fonts/map/dvips/tetex
7538%dir %{texmf}/scripts
7539%dir %{texmf}/tex
1a192771
ZU
7540%dir %{texmf}/tex/generic
7541%dir %{texmf}/tex/generic/config
1a192771
ZU
7542%dir %{texmf}/web2c
7543
7544# Docs
2677a8b0 7545# %doc %{texmf}/doc/README
1a192771
ZU
7546%doc %{texmf}/doc/tetex/TETEXDOC.*
7547%doc %{texmf}/doc/tetex/teTeX-FAQ
c9ddaf2d 7548%doc %{texmfdist}/source/fontinst
1a192771
ZU
7549
7550# %{texmf}/fonts/map/dvips/tetex/contnav.map
7551# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
7552%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
015f9ddb 7553%{texmfdist}/fonts/map/fontname
1a192771
ZU
7554%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
7555
7556# Main fonts from TeTeX
d08789e0
ZU
7557%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
7558%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
7559%{texmf}/fonts/enc/dvips/tetex/10037936.enc
7560%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
7561%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
7562%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
7563%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
7564%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
7565%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
7566%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
7567%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 7568%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 7569
d1c173de 7570%{texmfdist}/tex/fontinst
f2555868 7571%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
7572%{texmfdist}/tex/generic/encodings
7573%{texmfdist}/tex/generic/epsf
f2555868 7574%{texmfdist}/tex/generic/hyph-utf8/*
80fa261c 7575%{texmfdist}/tex/generic/genmisc
2677a8b0 7576%{texmfdist}/tex/generic/misc/null*
1a192771 7577%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
7578%{texmfdist}/tex/generic/tap
7579%{texmfdist}/tex/generic/tex-ps
2677a8b0 7580%{texmfdist}/tex/texinfo
1a192771 7581%{texmf}/tex/fontinst
1a192771 7582%{texmf}/tex/generic/hyphen
df343eba 7583
c9ddaf2d 7584%doc %{texmfdist}/doc/generic/epsf
34a6b4b5 7585%doc %{texmfdist}/doc/generic/tex-ps
c9ddaf2d 7586
1a192771
ZU
7587# %{fmtdir}/metafun.mem
7588#%{texmf}/web2c/tex-pl.pool
7589# %{texmf}/web2c/tex.pool
fb2a8613 7590%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
7591
7592%{texmf}/web2c/*.tcx
df343eba
ZU
7593
7594# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
7595# %lang(fi) %{_mandir}/fi/man1/allcm.1*
7596# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
7597# %lang(fr) %{_mandir}/fr/man1/access.1*
7598# %lang(hu) %{_mandir}/hu/man1/access.1*
7599# %lang(hu) %{_mandir}/hu/man1/newer.1*
7600# %lang(pl) %{_mandir}/pl/man1/access.1*
7601# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
7602#%{_mandir}/man1/MakeTeXPK.1*
7603#%{_mandir}/man1/access.1*
7604#%{_mandir}/man1/fontexport.1*
7605#%{_mandir}/man1/fontimport.1*
7606#%{_mandir}/man1/initex.1*
7607#%{_mandir}/man1/t1mapper.1*
1a192771 7608#%{_mandir}/man1/texdoc.1*
1a192771 7609#%{_mandir}/man1/texi2html.1*
d08789e0 7610#%{_mandir}/man1/virtex.1*
1a192771 7611#%{_mandir}/man8/fmtutil.8*
d08789e0 7612#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
7613#%{_mandir}/man8/texlinks.8*
7614
d08789e0
ZU
7615%{_mandir}/man1/afm2tfm.1*
7616%{_mandir}/man1/allcm.1*
fae5faca 7617%{_mandir}/man1/allec.1*
d08789e0 7618%{_mandir}/man1/allneeded.1*
fae5faca 7619%{_mandir}/man1/ctangle.1*
d08789e0 7620%{_mandir}/man1/ctie.1*
fae5faca 7621%{_mandir}/man1/cweave.1*
d08789e0
ZU
7622%{_mandir}/man1/cweb.1*
7623%{_mandir}/man1/dmp.1*
7624%{_mandir}/man1/dvipdft.1*
7625%{_mandir}/man1/dvipng.1*
7626%{_mandir}/man1/e2pall.1*
7627%{_mandir}/man1/ebb.1*
7628%{_mandir}/man1/fmtutil.1*
09deda15 7629%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
7630%{_mandir}/man1/fontinst.1*
7631%{_mandir}/man1/gftodvi.1*
7632%{_mandir}/man1/gftopk.1*
7633%{_mandir}/man1/gftype.1*
7634%{_mandir}/man1/gsftopk.1*
7635%{_mandir}/man1/kpseaccess.1*
7636%{_mandir}/man1/kpsereadlink.1*
7637%{_mandir}/man1/kpsewhere.1*
7638%{_mandir}/man1/mag.1*
7639%{_mandir}/man1/makempx.1*
7640%{_mandir}/man1/makempy.1*
fae5faca 7641%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
7642%{_mandir}/man1/mktexlsr.1*
7643%{_mandir}/man1/newer.1*
7644%{_mandir}/man1/patgen.1*
7645%{_mandir}/man1/pdfetex.1*
7646%{_mandir}/man1/pfb2pfa.1*
7647%{_mandir}/man1/pk2bm.1*
7648%{_mandir}/man1/pktogf.1*
7649%{_mandir}/man1/pktype.1*
7650%{_mandir}/man1/pltotf.1*
7651%{_mandir}/man1/pooltype.1*
7652%{_mandir}/man1/ps2frag.1*
7653%{_mandir}/man1/ps2pk.1*
7654%{_mandir}/man1/tangle.1*
7655%{_mandir}/man1/tex.1*
d08789e0 7656%{_mandir}/man1/texexec.1*
fae5faca 7657%{_mandir}/man1/texhash.1*
d08789e0 7658%{_mandir}/man1/texlinks.1*
d08789e0 7659%{_mandir}/man1/tftopl.1*
d08789e0 7660%{_mandir}/man1/tie.1*
1a192771 7661%{_mandir}/man1/ttf2afm.1*
d08789e0 7662%{_mandir}/man1/updmap.1*
fae5faca 7663%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
7664%{_mandir}/man1/vftovp.1*
7665%{_mandir}/man1/vptovf.1*
7666%{_mandir}/man1/weave.1*
7667%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 7668%{_mandir}/man5/updmap.cfg.5*
1a192771 7669
80fa261c
ZU
7670%files other-utils
7671%defattr(644,root,root,755)
7672%attr(755,root,root) %{_bindir}/bg5+latex
7673%attr(755,root,root) %{_bindir}/bg5+pdflatex
7674%attr(755,root,root) %{_bindir}/bg5conv
7675%attr(755,root,root) %{_bindir}/bg5latex
7676%attr(755,root,root) %{_bindir}/bg5pdflatex
7677%attr(755,root,root) %{_bindir}/bibtex8
7678%attr(755,root,root) %{_bindir}/cfftot1
7679%attr(755,root,root) %{_bindir}/ebong
7680%attr(755,root,root) %{_bindir}/extconv
7681%attr(755,root,root) %{_bindir}/extractbb
7682%attr(755,root,root) %{_bindir}/gbklatex
7683%attr(755,root,root) %{_bindir}/gbkpdflatex
7684%attr(755,root,root) %{_bindir}/getnonfreefonts
7685%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
7686%attr(755,root,root) %{_bindir}/hbf2gf
7687%attr(755,root,root) %{_bindir}/jadetex
7688%attr(755,root,root) %{_bindir}/lamed
7689%attr(755,root,root) %{_bindir}/makeglossaries
7690%attr(755,root,root) %{_bindir}/metafun
7691%attr(755,root,root) %{_bindir}/mkjobtexmf
7692%attr(755,root,root) %{_bindir}/mllatex
7693%attr(755,root,root) %{_bindir}/mltex
7694%attr(755,root,root) %{_bindir}/mmafm
7695%attr(755,root,root) %{_bindir}/mmpfb
7696%attr(755,root,root) %{_bindir}/musixflx
7697%attr(755,root,root) %{_bindir}/ofm2opl
7698%attr(755,root,root) %{_bindir}/otfinfo
7699%attr(755,root,root) %{_bindir}/otftotfm
7700%attr(755,root,root) %{_bindir}/oxdvi
7701%attr(755,root,root) %{_bindir}/pdfatfi
7702%attr(755,root,root) %{_bindir}/pdfclose
7703%attr(755,root,root) %{_bindir}/pdfjadetex
7704%attr(755,root,root) %{_bindir}/pdfopen
7705%attr(755,root,root) %{_bindir}/pdftosrc
7706%{__perl}tex
7707%attr(755,root,root) %{_bindir}/physe
7708%attr(755,root,root) %{_bindir}/pkfix
7709%attr(755,root,root) %{_bindir}/ppower4
7710%attr(755,root,root) %{_bindir}/rungs
7711%attr(755,root,root) %{_bindir}/simpdftex
7712%attr(755,root,root) %{_bindir}/sjisconv
7713%attr(755,root,root) %{_bindir}/sjislatex
7714%attr(755,root,root) %{_bindir}/sjispdflatex
7715%attr(755,root,root) %{_bindir}/synctex
7716%attr(755,root,root) %{_bindir}/t1dotlessj
7717%attr(755,root,root) %{_bindir}/t1lint
7718%attr(755,root,root) %{_bindir}/t1reencode
7719%attr(755,root,root) %{_bindir}/t1testpage
7720%attr(755,root,root) %{_bindir}/texcount
7721%attr(755,root,root) %{_bindir}/texsis
7722%attr(755,root,root) %{_bindir}/tlmgr
7723%attr(755,root,root) %{_bindir}/tpic2pdftex
7724%attr(755,root,root) %{_bindir}/ttf2pk
7725%attr(755,root,root) %{_bindir}/ttf2tfm
7726%attr(755,root,root) %{_bindir}/ttftotype42
7727%attr(755,root,root) %{_bindir}/vlna
7728%attr(755,root,root) %{_bindir}/vpe
7729%{_mandir}/man1/cfftot1.1*
7730%{_mandir}/man1/getnonfreefonts-sys.1
7731%{_mandir}/man1/getnonfreefonts.1*
7732%{_mandir}/man1/hbf2gf.1*
7733%{_mandir}/man1/mkjobtexmf.1*
7734%{_mandir}/man1/mmafm.1*
7735%{_mandir}/man1/mmpfb.1*
7736%{_mandir}/man1/otfinfo.1*
7737%{_mandir}/man1/otftotfm.1*
7738%{_mandir}/man1/oxdvi.1
7739%{_mandir}/man1/pdftosrc.1*
7740%{_mandir}/man1/ps2eps.1*
7741%{_mandir}/man1/synctex.1*
7742%{_mandir}/man1/t1dotlessj.1*
7743%{_mandir}/man1/t1lint.1*
7744%{_mandir}/man1/t1reencode.1*
7745%{_mandir}/man1/t1testpage.1*
7746%{_mandir}/man1/ttf2pk.1*
7747%{_mandir}/man1/ttf2tfm.1*
7748%{_mandir}/man1/ttftotype42.1*
7749%{_mandir}/man1/vlna.1*
7750%{_mandir}/man5/synctex.5*
7751%{texmfdist}/source/startex
7752%{texmfdist}/source/jadetex
7753%{texmfdist}/tex/jadetex
7754%{texmfdist}/tex/texsis
7755%{texmfdist}/tex/startex
7756%{texmf}/fmtutil/format.jadetex.cnf
7757%{texmf}/fmtutil/format.mltex.cnf
7758%{texmfdist}/tex/generic/abbr
7759%{texmfdist}/tex/generic/abstyles/
80fa261c
ZU
7760%{texmfdist}/tex/generic/barr
7761%{texmfdist}/tex/generic/borceux
7762%{texmfdist}/tex/generic/c-pascal
7763%{texmfdist}/tex/generic/cirth
80fa261c
ZU
7764%{texmfdist}/tex/generic/dratex
7765%{texmfdist}/tex/generic/ean
7766%{texmfdist}/tex/generic/edmac
7767%{texmfdist}/tex/generic/elvish
7768%{texmfdist}/tex/generic/fenixpar
7769%{texmfdist}/tex/generic/fltpoint
7770%{texmfdist}/tex/generic/musixtex
015f9ddb
ZU
7771%{texmf}/hbf2gf
7772%{texmf}/fmtutil/format.texsis.cnf
80fa261c
ZU
7773
7774%files other-utils-doc
7775%defattr(644,root,root,755)
7776%doc %{texmfdist}/doc/jadetex
7777%doc %{texmfdist}/doc/texsis
7778%doc %{texmfdist}/doc/startex
7779%doc %{texmfdist}/doc/generic/c-pascal
c9ddaf2d
ZU
7780%doc %{texmfdist}/doc/generic/barr
7781%doc %{texmfdist}/doc/generic/borceux
7782%doc %{texmfdist}/doc/generic/dratex
7783%doc %{texmfdist}/doc/generic/mkjobtexmf
d08789e0
ZU
7784
7785%files dirs-fonts
7786%defattr(644,root,root,755)
1a192771 7787%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7788%dir %{texmfdist}/fonts
7789%dir %{texmfdist}/fonts/afm
7790%dir %{texmfdist}/fonts/afm/public
4224ae6d 7791%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7792%dir %{texmfdist}/fonts/enc
7793%dir %{texmfdist}/fonts/enc/dvips
7794%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7795%dir %{texmfdist}/fonts/map
21c69d95 7796%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7797%dir %{texmfdist}/fonts/map/dvips
7798%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7799%dir %{texmfdist}/fonts/map/fontname
330a8c29 7800%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
7801%dir %{texmfdist}/fonts/ofm
7802%dir %{texmfdist}/fonts/ofm/public
7803%dir %{texmfdist}/fonts/ovf
7804%dir %{texmfdist}/fonts/ovf/public
7805%dir %{texmfdist}/fonts/ovp
7806%dir %{texmfdist}/fonts/ovp/public
7807%dir %{texmfdist}/fonts/opentype
7808%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7809%dir %{texmfdist}/fonts/pk
1a192771 7810%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7811%dir %{texmfdist}/fonts/source
7812%dir %{texmfdist}/fonts/source/public
21c69d95 7813%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7814%dir %{texmfdist}/fonts/tfm
7815%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7816%dir %{texmfdist}/fonts/tfm/vntex
04123363 7817%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7818%dir %{texmfdist}/fonts/type1
7819%dir %{texmfdist}/fonts/type1/public
21c69d95 7820%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7821%dir %{texmfdist}/fonts/vf
7822%dir %{texmfdist}/fonts/vf/public
21c69d95 7823%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7824%dir %{texmfdist}/source
7825%dir %{texmfdist}/source/fonts
7826%dir %{texmfdist}/source/latex
1a192771
ZU
7827%dir %{texmf}/fonts
7828%dir %{texmf}/fonts/opentype
7829%dir %{texmf}/fonts/opentype/public
d08789e0 7830
5b7eba8e
MB
7831%files doc
7832%defattr(644,root,root,755)
80fa261c 7833%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7834%dir %{texmfdoc}
04123363 7835%dir %{texmfdoc}/doc
80fa261c
ZU
7836%{texmfdoc}/README
7837%{texmfdoc}/ls-R
5b7eba8e 7838%{texmfdoc}/doc/english
80fa261c 7839%{texmfdist}/doc/fontinst
5b7eba8e
MB
7840
7841%files doc-bg
7842%defattr(644,root,root,755)
7843%{texmfdoc}/doc/bulgarian
7844
7845%files doc-cs
7846%defattr(644,root,root,755)
7847%{texmfdoc}/doc/czechslovak
7848
7849%files doc-de
7850%defattr(644,root,root,755)
7851%{texmfdoc}/doc/german
7852
7853%files doc-el
7854%defattr(644,root,root,755)
7855%{texmfdoc}/doc/greek
7856
7857%files doc-es
7858%defattr(644,root,root,755)
7859%{texmfdoc}/doc/spanish
7860
7861%files doc-fi
7862%defattr(644,root,root,755)
7863%{texmfdoc}/doc/finnish
7864
7865%files doc-fr
7866%defattr(644,root,root,755)
7867%{texmfdoc}/doc/french
7868
7869%files doc-it
7870%defattr(644,root,root,755)
7871%{texmfdoc}/doc/italian
7872
7873%files doc-ja
7874%defattr(644,root,root,755)
7875%{texmfdoc}/doc/japanese
7876
7877%files doc-ko
7878%defattr(644,root,root,755)
7879%{texmfdoc}/doc/korean
7880
7881%files doc-mn
7882%defattr(644,root,root,755)
7883%{texmfdoc}/doc/mongolian
7884
7885%files doc-nl
7886%defattr(644,root,root,755)
7887%{texmfdoc}/doc/dutch
7888
7889%files doc-pl
7890%defattr(644,root,root,755)
7891%{texmfdoc}/doc/polish
7892
7893%files doc-pt
7894%defattr(644,root,root,755)
7895%{texmfdoc}/doc/portuguese
7896
7897%files doc-ru
7898%defattr(644,root,root,755)
7899%{texmfdoc}/doc/russian
7900
7901%files doc-sk
7902%defattr(644,root,root,755)
7903%{texmfdoc}/doc/slovak
7904
7905%files doc-sl
7906%defattr(644,root,root,755)
7907%{texmfdoc}/doc/slovenian
7908
7909%files doc-th
7910%defattr(644,root,root,755)
7911%{texmfdoc}/doc/thai
7912
7913%files doc-tr
7914%defattr(644,root,root,755)
7915%{texmfdoc}/doc/turkish
7916
7917%files doc-uk
7918%defattr(644,root,root,755)
7919%{texmfdoc}/doc/ukrainian
7920
7921%files doc-vi
7922%defattr(644,root,root,755)
7923%{texmfdoc}/doc/vietnamese
7924
7925%files doc-zh_CN
7926%defattr(644,root,root,755)
7927%{texmfdoc}/doc/chinese
7928
0f6c4baf
ZU
7929# %files doc-Catalogue
7930# %defattr(644,root,root,755)
7931# %{texmf}/doc/help/Catalogue
d08789e0 7932
0f6c4baf
ZU
7933# %files doc-tug-faq
7934# %defattr(644,root,root,755)
7935# %{texmf}/doc/help/faq/uktug-faq
d08789e0 7936
5902e778 7937
d08789e0
ZU
7938%files doc-latex
7939%defattr(644,root,root,755)
5902e778
ZU
7940# %{texmfdist}/doc/latex/bar
7941# %{texmfdist}/doc/latex/eclbip
7942# %{texmfdist}/doc/latex/eo
24f69178 7943%{texmfdist}/doc/latex/floatflt
5902e778
ZU
7944# %{texmfdist}/doc/latex/general
7945# %{texmfdist}/doc/latex/germbib
7946# %{texmfdist}/doc/latex/images
7947# %{texmfdist}/doc/latex/mathcomp
7948# %{texmfdist}/doc/latex/mt11p
7949# %{texmfdist}/doc/latex/picins
7950# %{texmfdist}/doc/latex/ps4pdf
7951# %{texmfdist}/doc/latex/pslatex
5902e778
ZU
7952# %{texmfdist}/doc/latex/supertab
7953# %{texmfdist}/doc/latex/tex-refs
7954# %{texmfdist}/doc/latex/textmerg
7955# %{texmfdist}/doc/latex/treesvr
c9ddaf2d
ZU
7956%doc %{texmfdist}/doc/generic/shapepar
7957%doc %{texmfdist}/doc/latex/acronym
7958%doc %{texmfdist}/doc/latex/aeguill
7959%doc %{texmfdist}/doc/latex/anysize
7960%doc %{texmfdist}/doc/latex/base
7961%doc %{texmfdist}/doc/latex/beton
c9ddaf2d 7962%doc %{texmfdist}/doc/latex/ccaption
c9ddaf2d
ZU
7963%doc %{texmfdist}/doc/latex/concmath
7964%doc %{texmfdist}/doc/latex/crop
c9ddaf2d
ZU
7965%doc %{texmfdist}/doc/latex/draftcopy
7966%doc %{texmfdist}/doc/latex/eepic
7967%doc %{texmfdist}/doc/latex/endfloat
7968%doc %{texmfdist}/doc/latex/esint
7969%doc %{texmfdist}/doc/latex/eso-pic
7970%doc %{texmfdist}/doc/latex/euler
7971%doc %{texmfdist}/doc/latex/eulervm
7972%doc %{texmfdist}/doc/latex/extsizes
7973%doc %{texmfdist}/doc/latex/fancybox
7974%doc %{texmfdist}/doc/latex/fancyhdr
7975%doc %{texmfdist}/doc/latex/fancyvrb
7976%doc %{texmfdist}/doc/latex/filecontents
7977%doc %{texmfdist}/doc/latex/float
7978%doc %{texmfdist}/doc/latex/footmisc
7979%doc %{texmfdist}/doc/latex/footnpag
7980%doc %{texmfdist}/doc/latex/fp
7981%doc %{texmfdist}/doc/latex/geometry
7982%doc %{texmfdist}/doc/latex/graphics
7983%doc %{texmfdist}/doc/latex/hyperref
7984%doc %{texmfdist}/doc/latex/hyphenat
7985%doc %{texmfdist}/doc/latex/index
7986%doc %{texmfdist}/doc/latex/koma-script
7987%doc %{texmfdist}/doc/latex/labels
7988%doc %{texmfdist}/doc/latex/layouts
c9ddaf2d
ZU
7989%doc %{texmfdist}/doc/latex/listings
7990%doc %{texmfdist}/doc/latex/ltabptch
7991%doc %{texmfdist}/doc/latex/mdwtools
7992%doc %{texmfdist}/doc/latex/memoir
7993%doc %{texmfdist}/doc/latex/mh
7994%doc %{texmfdist}/doc/latex/mparhack
7995%doc %{texmfdist}/doc/latex/ms
7996%doc %{texmfdist}/doc/latex/multibib
7997%doc %{texmfdist}/doc/latex/mwcls
7998%doc %{texmfdist}/doc/latex/natbib
7999%doc %{texmfdist}/doc/latex/nomencl
8000%doc %{texmfdist}/doc/latex/ntgclass
8001%doc %{texmfdist}/doc/latex/oberdiek
8002%doc %{texmfdist}/doc/latex/overpic
8003%doc %{texmfdist}/doc/latex/paralist
8004%doc %{texmfdist}/doc/latex/pb-diagram
8005%doc %{texmfdist}/doc/latex/pdfpages
8006%doc %{texmfdist}/doc/latex/picinpar
8007%doc %{texmfdist}/doc/latex/pict2e
8008%doc %{texmfdist}/doc/latex/placeins
8009%doc %{texmfdist}/doc/latex/preprint
8010%doc %{texmfdist}/doc/latex/preview
8011%doc %{texmfdist}/doc/latex/program
8012%doc %{texmfdist}/doc/latex/psfrag
8013%doc %{texmfdist}/doc/latex/revtex
8014%doc %{texmfdist}/doc/latex/rotating
8015%doc %{texmfdist}/doc/latex/rotfloat
8016%doc %{texmfdist}/doc/latex/scale
8017%doc %{texmfdist}/doc/latex/sectsty
8018%doc %{texmfdist}/doc/latex/seminar
8019%doc %{texmfdist}/doc/latex/showlabels
8020%doc %{texmfdist}/doc/latex/sidecap
8021%doc %{texmfdist}/doc/latex/slashbox
8022%doc %{texmfdist}/doc/latex/soul
8023%doc %{texmfdist}/doc/latex/stdclsdv
8024%doc %{texmfdist}/doc/latex/subfig
8025%doc %{texmfdist}/doc/latex/subfigure
8026%doc %{texmfdist}/doc/latex/textfit
8027%doc %{texmfdist}/doc/latex/textpos
8028%doc %{texmfdist}/doc/latex/titlesec
8029%doc %{texmfdist}/doc/latex/tocbibind
8030%doc %{texmfdist}/doc/latex/tocloft
8031%doc %{texmfdist}/doc/latex/tools
8032%doc %{texmfdist}/doc/latex/totpages
8033%doc %{texmfdist}/doc/latex/type1cm
8034%doc %{texmfdist}/doc/latex/units
8035%doc %{texmfdist}/doc/latex/vmargin
8036%doc %{texmfdist}/doc/latex/was
8037%doc %{texmfdist}/doc/latex/wrapfig
8038%doc %{texmfdist}/doc/latex/xtab
8039%doc %{texmfdist}/doc/latex/yfonts
8040%doc %{texmfdist}/doc/fonts/calrsfs
8041%doc %{texmfdist}/doc/generic/encxvlna
8042%doc %{texmfdist}/doc/generic/textmerg
df343eba 8043
096dca83 8044%files -n kpathsea
d08789e0 8045%defattr(644,root,root,755)
4aeb46f7 8046%dir %{texmf}/doc/kpathsea
446ab8e0 8047%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
8048%attr(755,root,root) %{_bindir}/kpsepath
8049%attr(755,root,root) %{_bindir}/kpsestat
8050%attr(755,root,root) %{_bindir}/kpsetool
8051%attr(755,root,root) %{_bindir}/kpsewhich
8052%attr(755,root,root) %{_bindir}/kpsexpand
8053%attr(755,root,root) %{_libdir}/libkpathsea.so.*
8054%{_libdir}/libkpathsea.la
fae5faca
ZU
8055%{_mandir}/man1/kpsexpand.1*
8056%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
8057%{_mandir}/man1/kpsestat.1*
8058%{_mandir}/man1/kpsetool.1*
8059%{_mandir}/man1/kpsewhich.1*
d08789e0 8060
096dca83 8061%files -n kpathsea-devel
d08789e0
ZU
8062%defattr(644,root,root,755)
8063%attr(755,root,root) %{_libdir}/libkpathsea.so
8064%{_includedir}/kpathsea
8065%{_infodir}/kpathsea.info*
8066
8067%files dvips
8068%defattr(644,root,root,755)
446ab8e0 8069# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 8070# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 8071# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
8072# %lang(fi) %{_mandir}/fi/man1/dvips.1*
8073# %{texmf}/dvips/misc
8074# %{texmf}/dvips/config/config.generic
8075# %{texmf}/fonts/map/dvips/misc
8076# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
8077# %{texmf}/fonts/map/dvips/tetex/bsr.map
8078# %{_localstatedir}/fonts/map/dvipdfm
8079# %{_localstatedir}/fonts/map/dvips
8080%dir %{texmfdist}/fonts/map/dvips/cmex
8081%dir %{texmf}/dvipdfm
c9ddaf2d
ZU
8082%doc %{texmf}/doc/dvips
8083%doc %{texmf}/doc/dvipdfm
d08789e0
ZU
8084%attr(755,root,root) %{_bindir}/dvips
8085%attr(755,root,root) %{_bindir}/dvired
8086%attr(755,root,root) %{_bindir}/dvitomp
8087%attr(755,root,root) %{_bindir}/dvitype
8088%attr(755,root,root) %{_bindir}/dvicopy
8089%attr(755,root,root) %{_bindir}/dvipdfm
8090%attr(755,root,root) %{_bindir}/dvipdft
8091# dvi2fax requires ghostscript
8092%attr(755,root,root) %{_bindir}/dvi2fax
8093%{_infodir}/dvips.info*
8094%{_mandir}/man1/dvi2fax.1*
8095%{_mandir}/man1/dvicopy.1*
8096%{_mandir}/man1/dvipdfm.1*
8097%{_mandir}/man1/dvips.1*
8098%{_mandir}/man1/dvired.1*
8099%{_mandir}/man1/dvitomp.1*
8100%{_mandir}/man1/dvitype.1*
d08789e0 8101%{texmf}/dvips/base
80fa261c
ZU
8102%{texmf}/dvips/config
8103%{texmf}/dvips/getafm
d08789e0 8104%{texmf}/dvips/gsftopk
606c6ab6 8105# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 8106%{texmfdist}/fonts/enc/dvips/base
9b908671 8107%{texmfdist}/fonts/map/dvips/allrunes
5902e778 8108%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 8109%{texmfdist}/tex/generic/dvips
f7f90954 8110%{texmfdist}/dvips
5902e778
ZU
8111%{texmf}/dvipdfm/config
8112%{texmf}/dvips/tetex/config.*
d08789e0 8113%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 8114%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
8115# %{texmf}/fonts/map
8116%dir %{texmf}/fonts/map/dvipdfm
8117%dir %{texmf}/fonts/map/dvips
8118%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
8119%{texmf}/fonts/map/dvipdfm/updmap
8120%{texmf}/fonts/map/dvipdfm/dvipdfmx
8121%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
8122%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
8123%{texmf}/fonts/map/dvips/tetex/dvips35.map
8124%{texmf}/fonts/map/dvips/tetex/mathpple.map
8125%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
8126%{texmf}/fonts/map/dvips/tetex/mt-plus.map
8127%{texmf}/fonts/map/dvips/tetex/mt-yy.map
8128%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 8129
d08789e0
ZU
8130
8131%files dvilj
8132%defattr(644,root,root,755)
8133%attr(755,root,root) %{_bindir}/dvihp
8134%attr(755,root,root) %{_bindir}/dvilj
8135%attr(755,root,root) %{_bindir}/dvilj2p
8136%attr(755,root,root) %{_bindir}/dvilj4
8137%attr(755,root,root) %{_bindir}/dvilj4l
8138%attr(755,root,root) %{_bindir}/dvilj6
8139%{_mandir}/man1/dvihp.1*
8140%{_mandir}/man1/dvilj.1*
09deda15
ZU
8141%{_mandir}/man1/dvilj2p.1*
8142%{_mandir}/man1/dvilj4.1*
8143%{_mandir}/man1/dvilj4l.1*
8144%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
8145
8146%files makeindex
8147%defattr(644,root,root,755)
446ab8e0 8148%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
8149%attr(755,root,root) %{_bindir}/mkindex
8150%attr(755,root,root) %{_bindir}/makeindex
8151%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 8152%{texmfdist}/makeindex
d08789e0
ZU
8153%{_mandir}/man1/makeindex.1*
8154%{_mandir}/man1/mkindex.1*
8155%{_mandir}/man1/rumakeindex.1*
8156
29d720fe
ZU
8157%files scripts
8158%defattr(644,root,root,755)
8159%dir %{texmfdist}/scripts
8160%dir %{texmf}/scripts
8161%dir %{texmf}/scripts/texlive
8162%{texmfdist}/scripts/bengali
8163%{texmfdist}/scripts/dviasm
8164%{texmfdist}/scripts/glossaries
8165%{texmfdist}/scripts/oberdiek
8166%{texmfdist}/scripts/perltex
8167%{texmfdist}/scripts/pgfplots
8168%{texmfdist}/scripts/ppower4
8169%{texmfdist}/scripts/pst2pdf
8170%{texmfdist}/scripts/shipunov
8171%{texmfdist}/scripts/texcount
8172%{texmfdist}/scripts/vpe/vpe.pl
8173%{texmf}/scripts/a2ping
8174%{texmf}/scripts/epstopdf
8175%{texmf}/scripts/pkfix
8176%{texmf}/scripts/ps2eps
8177%{texmf}/scripts/simpdftex
8178%{texmf}/scripts/tetex
8179%{texmf}/scripts/texlive/getnonfreefonts.pl
8180%{texmf}/scripts/texlive/gswin32
8181%{texmf}/scripts/texlive/lua
8182%{texmf}/scripts/texlive/*.tlu
8183%{texmf}/scripts/texlive/tlmgr.pl
8184%{texmf}/scripts/texlive/tlmgrgui
8185
783773ac
ZU
8186%files tex-arrayjob
8187%defattr(644,root,root,755)
8188%doc %{texmfdist}/doc/generic/arrayjob
8189%{texmfdist}/tex/generic/arrayjob
8190
8191%files tex-insbox
8192%defattr(644,root,root,755)
8193%doc %{texmfdist}/doc/generic/insbox
8194%{texmfdist}/tex/generic/insbox
8195
e67df411
ZU
8196%files tex-mathdots
8197%defattr(644,root,root,755)
8198%doc %{texmfdist}/doc/generic/mathdots
8199%{texmfdist}/source/generic/mathdots
8200%{texmfdist}/tex/generic/mathdots
8201
783773ac
ZU
8202%files tex-ofs
8203%defattr(644,root,root,755)
8204%doc %{texmfdist}/doc/generic/ofs
8205%{texmfdist}/tex/generic/ofs
8206
e149bdb4
ZU
8207%files tex-physe
8208%defattr(644,root,root,755)
8209%{texmfdist}/tex/physe
8210%{texmf}/fmtutil/format.physe.cnf
8211
8212%files tex-velthuis
8213%defattr(644,root,root,755)
8214%doc %{texmfdist}/doc/generic/velthuis
8215%{texmfdist}/tex/generic/velthuis
8216
783773ac
ZU
8217%files tex-ytex
8218%defattr(644,root,root,755)
8219%{texmfdist}/tex/ytex
8220
d08789e0
ZU
8221%files metafont
8222%defattr(644,root,root,755)
d08789e0
ZU
8223#%attr(755,root,root) %{_bindir}/mfw
8224#%attr(755,root,root) %{_bindir}/virmf
8225#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
8226#%{texmf}/mft/cmbase.mft
8227# %{texmf}/mft/e.mft
446ab8e0
ZU
8228# %{texmf}/mft/pl.mft
8229# %{fmtdir}/mf.base
d08789e0 8230#%{texmf}/web2c/mf-nowin.base
446ab8e0 8231# %{texmf}/web2c/mf.pool
d08789e0 8232#%{texmf}/web2c/mfw.base
d08789e0
ZU
8233#%{_mandir}/man1/inimf.1*
8234#%{_mandir}/man1/virmf.1*
5902e778
ZU
8235%dir %{texmfdist}/mft
8236%dir %{texmfdist}/mft/base
8237%attr(755,root,root) %{_bindir}/mf
8238%attr(755,root,root) %{_bindir}/mf-nowin
8239%attr(755,root,root) %{_bindir}/mft
8240%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 8241%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
8242%attr(755,root,root) %{_bindir}/mktextfm
8243%{texmfdist}/metafont
8244%{texmfdist}/mft/base/mplain.mft
8245%{texmfdist}/mft/base/plain.mft
80fa261c 8246%{texmfdist}/source/metafont
5902e778 8247%{_mandir}/man1/mf.1*
fae5faca 8248%{_mandir}/man1/mf-nowin.1*
5902e778 8249%{_mandir}/man1/mft.1*
d08789e0
ZU
8250%{_mandir}/man1/mktexmf.1*
8251%{_mandir}/man1/mktexpk.1*
8252%{_mandir}/man1/mktextfm.1*
80fa261c 8253%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
8254
8255%files metapost
8256%defattr(644,root,root,755)
d08789e0
ZU
8257#%attr(755,root,root) %{_bindir}/virmpost
8258#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
8259# %{texmf}/web2c/mp.pool
8260# %{fmtdir}/mpost.mem
8261#%{_mandir}/man1/inimpost.1*
8262#%{_mandir}/man1/virmpost.1*
446ab8e0 8263%dir %{texmfdist}/metapost
5902e778
ZU
8264%doc %{texmfdist}/doc/metapost
8265%attr(755,root,root) %{_bindir}/mpost
8266%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
8267%{texmfdist}/metapost/base
8268%{texmfdist}/metapost/config
8269%{texmfdist}/metapost/mfpic
8270%{texmfdist}/metapost/misc
8271%{texmfdist}/metapost/support
80fa261c 8272%{texmfdist}/source/metapost
d08789e0
ZU
8273%{_mandir}/man1/mpost.1*
8274%{_mandir}/man1/mpto.1*
80fa261c 8275%{texmf}/fmtutil/format.metapost.cnf
d08789e0 8276
43a061cf 8277%files metapost-other
786ebdb1
ZU
8278%defattr(644,root,root,755)
8279%{texmfdist}/metapost/automata
8280%{texmfdist}/metapost/bbcard
8281%{texmfdist}/metapost/blockdraw_mp
8282%{texmfdist}/metapost/bpolynomial
8283%{texmfdist}/metapost/cmarrows
8284%{texmfdist}/metapost/dviincl
8285%{texmfdist}/metapost/epsincl
8286%{texmfdist}/metapost/expressg
8287%{texmfdist}/metapost/exteps
8288%{texmfdist}/metapost/featpost
786ebdb1
ZU
8289%{texmfdist}/metapost/frcursive
8290%{texmfdist}/metapost/hatching
8291%{texmfdist}/metapost/metaobj
8292%{texmfdist}/metapost/metaplot
8293%{texmfdist}/metapost/metauml
8294%{texmfdist}/metapost/mp3d
8295%{texmfdist}/metapost/mpattern
8296%{texmfdist}/metapost/nkarta
8297%{texmfdist}/metapost/piechartmp
8298%{texmfdist}/metapost/slideshow
8299%{texmfdist}/metapost/splines
8300%{texmfdist}/metapost/tabvar
8301%{texmfdist}/metapost/textpath
8302%{texmfdist}/metapost/venn
8303
d08789e0
ZU
8304%files mptopdf
8305%defattr(644,root,root,755)
8306%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 8307%{_mandir}/man1/mptopdf.1*
b839a3ce 8308# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
8309
8310%files texdoctk
8311%defattr(644,root,root,755)
446ab8e0 8312# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
8313%attr(755,root,root) %{_bindir}/texdoctk
8314%{texmf}/texdoctk
d08789e0
ZU
8315%{_mandir}/man1/texdoctk.1*
8316
8317%files -n texconfig
8318%defattr(644,root,root,755)
5902e778
ZU
8319%dir %{texmf}/texconfig
8320%doc %{texmf}/texconfig/README
d08789e0
ZU
8321%attr(755,root,root) %{_bindir}/texconfig
8322%attr(755,root,root) %{_bindir}/texconfig-dialog
8323%attr(755,root,root) %{_bindir}/texconfig-sys
8324%attr(755,root,root) %{texmf}/texconfig/tcfmgr
8325%{_mandir}/man1/texconfig.1*
fae5faca 8326%{_mandir}/man1/texconfig-sys.1*
5902e778 8327%{texmf}/texconfig/g
d08789e0 8328%{texmf}/texconfig/generic
5902e778 8329%{texmf}/texconfig/tcfmgr.map
d08789e0 8330%{texmf}/texconfig/v
d08789e0
ZU
8331%{texmf}/texconfig/x
8332
624ed2f9
ZU
8333%files -n xindy
8334%defattr(644,root,root,755)
4224ae6d 8335%doc %{texmf}/doc/xindy
624ed2f9 8336%dir %{texmf}/xindy
624ed2f9 8337%dir %{texmf}/xindy/lang
1024ab0e
ZU
8338%dir %{texmf}/scripts
8339%{texmf}/scripts/xindy
4224ae6d
MB
8340%{texmf}/xindy/base
8341%{texmf}/xindy/class
8342%{texmf}/xindy/ord
8343%{texmf}/xindy/rules
8344%{texmf}/xindy/styles
8345%{texmf}/xindy/tex
624ed2f9 8346
1024ab0e 8347
624ed2f9
ZU
8348%files -n xindy-albanian
8349%defattr(644,root,root,755)
4224ae6d 8350%{texmf}/xindy/lang/albanian
624ed2f9
ZU
8351
8352%files -n xindy-belarusian
8353%defattr(644,root,root,755)
4224ae6d 8354%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
8355
8356%files -n xindy-bulgarian
8357%defattr(644,root,root,755)
4224ae6d 8358%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
8359
8360%files -n xindy-croatian
8361%defattr(644,root,root,755)
4224ae6d 8362%{texmf}/xindy/lang/croatian
624ed2f9
ZU
8363
8364%files -n xindy-czech
8365%defattr(644,root,root,755)
4224ae6d 8366%{texmf}/xindy/lang/czech
624ed2f9
ZU
8367
8368%files -n xindy-danish
8369%defattr(644,root,root,755)
4224ae6d 8370%{texmf}/xindy/lang/danish
624ed2f9
ZU
8371
8372%files -n xindy-dutch
8373%defattr(644,root,root,755)
4224ae6d 8374%{texmf}/xindy/lang/dutch
624ed2f9
ZU
8375
8376%files -n xindy-english
8377%defattr(644,root,root,755)
4224ae6d 8378%{texmf}/xindy/lang/english
624ed2f9
ZU
8379
8380%files -n xindy-esperanto
8381%defattr(644,root,root,755)
4224ae6d 8382%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
8383
8384%files -n xindy-estonian
8385%defattr(644,root,root,755)
4224ae6d 8386%{texmf}/xindy/lang/estonian
624ed2f9
ZU
8387
8388%files -n xindy-finnish
8389%defattr(644,root,root,755)
4224ae6d 8390%{texmf}/xindy/lang/finnish
624ed2f9
ZU
8391
8392%files -n xindy-french
8393%defattr(644,root,root,755)
4224ae6d 8394%{texmf}/xindy/lang/french
624ed2f9
ZU
8395
8396%files -n xindy-general
8397%defattr(644,root,root,755)
4224ae6d 8398%{texmf}/xindy/lang/general
624ed2f9
ZU
8399
8400%files -n xindy-georgian
8401%defattr(644,root,root,755)
4224ae6d 8402%{texmf}/xindy/lang/georgian
624ed2f9
ZU
8403
8404%files -n xindy-german
8405%defattr(644,root,root,755)
4224ae6d 8406%{texmf}/xindy/lang/german
624ed2f9
ZU
8407
8408%files -n xindy-greek
8409%defattr(644,root,root,755)
4224ae6d 8410%{texmf}/xindy/lang/greek
624ed2f9
ZU
8411
8412%files -n xindy-gypsy
8413%defattr(644,root,root,755)
4224ae6d 8414%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
8415
8416%files -n xindy-hausa
8417%defattr(644,root,root,755)
4224ae6d 8418%{texmf}/xindy/lang/hausa
624ed2f9
ZU
8419
8420%files -n xindy-hebrew
8421%defattr(644,root,root,755)
4224ae6d 8422%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
8423
8424%files -n xindy-hungarian
8425%defattr(644,root,root,755)
4224ae6d 8426%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
8427
8428%files -n xindy-icelandic
8429%defattr(644,root,root,755)
4224ae6d 8430%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
8431
8432%files -n xindy-italian
8433%defattr(644,root,root,755)
4224ae6d 8434%{texmf}/xindy/lang/italian
624ed2f9
ZU
8435
8436%files -n xindy-klingon
8437%defattr(644,root,root,755)
4224ae6d 8438%{texmf}/xindy/lang/klingon
624ed2f9
ZU
8439
8440%files -n xindy-kurdish
8441%defattr(644,root,root,755)
4224ae6d 8442%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
8443
8444%files -n xindy-latin
8445%defattr(644,root,root,755)
4224ae6d 8446%{texmf}/xindy/lang/latin
624ed2f9
ZU
8447
8448%files -n xindy-latvian
8449%defattr(644,root,root,755)
4224ae6d 8450%{texmf}/xindy/lang/latvian
624ed2f9
ZU
8451
8452%files -n xindy-lithuanian
8453%defattr(644,root,root,755)
4224ae6d 8454%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
8455
8456%files -n xindy-lower-sorbian
8457%defattr(644,root,root,755)
4224ae6d 8458%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
8459
8460%files -n xindy-macedonian
8461%defattr(644,root,root,755)
4224ae6d 8462%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
8463
8464%files -n xindy-mongolian
8465%defattr(644,root,root,755)
4224ae6d 8466%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
8467
8468%files -n xindy-norwegian
8469%defattr(644,root,root,755)
4224ae6d 8470%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
8471
8472%files -n xindy-polish
8473%defattr(644,root,root,755)
4224ae6d 8474%{texmf}/xindy/lang/polish
624ed2f9
ZU
8475
8476%files -n xindy-portuguese
8477%defattr(644,root,root,755)
4224ae6d 8478%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
8479
8480%files -n xindy-romanian
8481%defattr(644,root,root,755)
4224ae6d 8482%{texmf}/xindy/lang/romanian
624ed2f9
ZU
8483
8484%files -n xindy-russian
8485%defattr(644,root,root,755)
4224ae6d 8486%{texmf}/xindy/lang/russian
624ed2f9
ZU
8487
8488%files -n xindy-serbian
8489%defattr(644,root,root,755)
4224ae6d 8490%{texmf}/xindy/lang/serbian
624ed2f9
ZU
8491
8492%files -n xindy-slovak
8493%defattr(644,root,root,755)
4224ae6d 8494%{texmf}/xindy/lang/slovak
624ed2f9
ZU
8495
8496%files -n xindy-slovenian
8497%defattr(644,root,root,755)
4224ae6d 8498%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
8499
8500%files -n xindy-spanish
8501%defattr(644,root,root,755)
4224ae6d 8502%{texmf}/xindy/lang/spanish
624ed2f9
ZU
8503
8504%files -n xindy-swedish
8505%defattr(644,root,root,755)
4224ae6d 8506%{texmf}/xindy/lang/swedish
624ed2f9
ZU
8507
8508%files -n xindy-turkish
8509%defattr(644,root,root,755)
4224ae6d 8510%{texmf}/xindy/lang/turkish
624ed2f9
ZU
8511
8512%files -n xindy-ukrainian
8513%defattr(644,root,root,755)
4224ae6d 8514%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
8515
8516%files -n xindy-upper-sorbian
8517%defattr(644,root,root,755)
4224ae6d 8518%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
8519
8520%files -n xindy-vietnamese
8521%defattr(644,root,root,755)
4224ae6d 8522%{texmf}/xindy/lang/vietnamese/
624ed2f9 8523
d08789e0
ZU
8524%files -n xdvi
8525%defattr(644,root,root,755)
d08789e0 8526#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 8527# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 8528# %{_mandir}/man1/xdvizilla.1*
9b908671 8529%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
8530%attr(755,root,root) %{_bindir}/xdvi
8531%{_mandir}/man1/xdvi.1*
d08789e0
ZU
8532%{_desktopdir}/xdvi.desktop
8533%{_pixmapsdir}/xdvi.png
8534%{texmf}/xdvi
8535
8536%files pdftex
8537%defattr(644,root,root,755)
446ab8e0 8538# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 8539# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 8540# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
8541# %dir %{texmf}/fonts/map/pdftex
8542# %dir %{texmf}/fonts/map/pdftex/cmttf
8543# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
8544# %{texmf}/web2c/pdfetex-pl.pool
8545# %{texmf}/web2c/pdfetex.pool
8546# %{texmf}/web2c/pdfxtex.pool
5902e778 8547# %{_mandir}/man1/pdfxtex.1*
28c0ab22 8548%dir %{texmf}/fonts/map/pdftex
5fef92c1 8549%doc %{texmfdist}/doc/pdftex
5902e778
ZU
8550%attr(755,root,root) %{_bindir}/epstopdf
8551%attr(755,root,root) %{_bindir}/pdfcrop
8552%attr(755,root,root) %{_bindir}/pdftex
bf184d85 8553%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 8554%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 8555%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 8556%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
8557%{_mandir}/man1/epstopdf.1*
8558%{_mandir}/man1/pdftex.1*
80fa261c
ZU
8559%{texmfdist}/fonts/enc/pdftex
8560%{texmfdist}/fonts/map/pdftex
8561%{texmf}/fonts/map/pdftex/updmap
d08789e0 8562
04123363 8563%files phyzzx
f65b3398 8564%defattr(644,root,root,755)
04123363
ZU
8565%attr(755,root,root) %{_bindir}/phyzzx
8566%dir %{texmfdist}/doc/phyzzx
8567%dir %{texmfdist}/tex/phyzzx
8568%doc %{texmfdist}/doc/phyzzx/base
80fa261c 8569%{texmfdist}/tex/phyzzx/base
04123363
ZU
8570%{texmfdist}/tex/phyzzx/config
8571%{texmf}/fmtutil/format.phyzzx.cnf
8572
d08789e0
ZU
8573%files omega
8574%defattr(644,root,root,755)
5902e778
ZU
8575# %{texmf}/web2c/omega.pool
8576# %{texmf}/web2c/aleph.pool
5902e778
ZU
8577# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
8578# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
8579# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
8580# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf 8581%doc %{texmfdist}/doc/omega
c9ddaf2d 8582%doc %{texmfdist}/doc/lambda
0f6c4baf
ZU
8583%dir %{texmfdist}/omega
8584%dir %{texmfdist}/dvips/omega
d08789e0
ZU
8585%attr(755,root,root) %{_bindir}/aleph
8586%attr(755,root,root) %{_bindir}/lambda
8587%attr(755,root,root) %{_bindir}/mkocp
8588%attr(755,root,root) %{_bindir}/mkofm
8589%attr(755,root,root) %{_bindir}/odvicopy
8590%attr(755,root,root) %{_bindir}/odvips
8591%attr(755,root,root) %{_bindir}/odvitype
8592%attr(755,root,root) %{_bindir}/omega
8593%attr(755,root,root) %{_bindir}/omfonts
8594%attr(755,root,root) %{_bindir}/opl2ofm
8595%attr(755,root,root) %{_bindir}/otangle
8596%attr(755,root,root) %{_bindir}/otp2ocp
8597%attr(755,root,root) %{_bindir}/outocp
8598%attr(755,root,root) %{_bindir}/ovf2ovp
8599%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
8600%{texmfdist}/dvips/omega/config.omega
8601%{texmfdist}/dvips/omega/omega.cfg
8602%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
8603%{texmfdist}/omega/ocp
8604%{texmfdist}/omega/otp
2677a8b0 8605%{texmfdist}/tex/lambda
80fa261c 8606%{texmfdist}/source/lambda
fae5faca 8607%{_mandir}/man1/lambda.1*
d08789e0
ZU
8608%{_mandir}/man1/mkocp.1*
8609%{_mandir}/man1/mkofm.1*
8610%{_mandir}/man1/omega.1*
fae5faca
ZU
8611%{_mandir}/man1/odvicopy.1*
8612%{_mandir}/man1/odvips.1*
8613%{_mandir}/man1/odvitype.1*
d08789e0
ZU
8614%{_mandir}/man1/ofm2opl.1*
8615%{_mandir}/man1/opl2ofm.1*
8616%{_mandir}/man1/otp2ocp.1*
8617%{_mandir}/man1/outocp.1*
8618%{_mandir}/man1/ovf2ovp.1*
8619%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
8620%{texmf}/fmtutil/format.omega.cnf
8621%{texmf}/fmtutil/format.aleph.cnf
c9ddaf2d 8622%doc %{texmfdist}/doc/aleph
d08789e0 8623
d08789e0
ZU
8624%files plain
8625%defattr(644,root,root,755)
446ab8e0
ZU
8626%doc %{texmfdist}/doc/plain
8627%{texmfdist}/tex/plain
4224ae6d 8628%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 8629%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
8630#%{texmf}/web2c/plain.mem
8631#%{texmf}/web2c/plain.base
8632
d5174470
ZU
8633# %files format-plain
8634# %defattr(644,root,root,755)
b839a3ce 8635# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
8636#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
8637
d5174470
ZU
8638# %files format-pdftex
8639# %defattr(644,root,root,755)
b839a3ce 8640# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 8641
d5174470
ZU
8642# %files format-pdfetex
8643# %defattr(644,root,root,755)
b839a3ce 8644# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
8645
8646%files mex
8647%defattr(644,root,root,755)
80fa261c 8648%doc %{texmfdist}/doc/mex
446ab8e0
ZU
8649%dir %{texmfdist}/tex/mex
8650%dir %{texmfdist}/tex/mex/base
8651%{texmfdist}/tex/mex/base/mex1.tex
8652%{texmfdist}/tex/mex/base/mex2.tex
8653%{texmfdist}/tex/mex/base/mex.tex
8654%dir %{texmfdist}/tex/mex/config
8655%{texmfdist}/tex/mex/base/mexconf.tex
015f9ddb
ZU
8656%{texmf}/fmtutil/format.mex.cnf
8657%{texmf}/fmtutil/format.utf8mex.cnf
446ab8e0 8658
d08789e0
ZU
8659%files format-mex
8660%defattr(644,root,root,755)
8661%attr(755,root,root) %{_bindir}/mex
2677a8b0 8662%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 8663# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
8664
8665%files format-pdfmex
8666%defattr(644,root,root,755)
8667%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 8668%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 8669# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
8670
8671%files format-utf8mex
8672%defattr(644,root,root,755)
8673%attr(755,root,root) %{_bindir}/utf8mex
04123363 8674%dir %{texmfdist}/doc/mex
2677a8b0
ZU
8675%doc %{texmfdist}/doc/mex/utf8mex
8676%{texmfdist}/tex/mex/utf8mex
b839a3ce 8677# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
8678
8679%files amstex
8680%defattr(644,root,root,755)
2677a8b0
ZU
8681%dir %{texmfdist}/tex/amstex
8682%{texmfdist}/tex/amstex/base
8683%{texmfdist}/tex/amstex/config
8684%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
8685
8686%files format-amstex
8687%defattr(644,root,root,755)
446ab8e0
ZU
8688%doc %{texmfdist}/doc/amstex
8689%{texmfdist}/tex/amstex
d08789e0
ZU
8690%attr(755,root,root) %{_bindir}/amstex
8691%{_mandir}/man1/amstex.1*
80fa261c
ZU
8692%{texmf}/fmtutil/format.amstex.cnf
8693%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
8694# %lang(fi) %{_mandir}/fi/man1/amstex.1*
8695# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 8696
446ab8e0
ZU
8697# %files format-pdfamstex
8698# %defattr(644,root,root,755)
8699# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 8700#%{texmf}/pdftex/amstex
446ab8e0 8701# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
8702
8703%files csplain
8704%defattr(644,root,root,755)
04123363 8705%dir %{texmfdist}/doc/cslatex
21c69d95 8706%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
8707%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
8708%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
8709%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
8710%doc %{texmfdist}/doc/cslatex/base/csplain.doc
8711%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
8712%doc %{texmfdist}/doc/cslatex/base/test8z.tex
8713%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 8714%attr(755,root,root) %{_bindir}/csplain
446ab8e0 8715%{texmfdist}/tex/csplain
d08789e0
ZU
8716
8717%files format-csplain
8718%defattr(644,root,root,755)
b839a3ce 8719# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
8720
8721%files format-pdfcsplain
8722%defattr(644,root,root,755)
8723%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 8724# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
8725
8726%files cslatex
8727%defattr(644,root,root,755)
446ab8e0
ZU
8728# %doc %{texmf}/doc/cstex/INSTALL.cslatex
8729# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
8730%{texmfdist}/tex/cslatex
8731%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
8732
8733%files format-cslatex
8734%defattr(644,root,root,755)
8735%attr(755,root,root) %{_bindir}/cslatex
80fa261c 8736%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 8737# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
8738
8739%files format-pdfcslatex
8740%defattr(644,root,root,755)
8741%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 8742# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 8743
ffd94364
ZU
8744# %files cyrplain
8745# %defattr(644,root,root,755)
8746# %doc %{texmf}/doc/cyrplain
8747# %{texmf}/tex/cyrplain
d08789e0 8748
ffd94364
ZU
8749# %files format-cyrplain
8750# %defattr(644,root,root,755)
8751# %attr(755,root,root) %{_bindir}/cyrtex
8752# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 8753
ffd94364
ZU
8754# %files format-cyramstex
8755# %defattr(644,root,root,755)
8756# %attr(755,root,root) %{_bindir}/cyramstex
8757# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 8758
ffd94364
ZU
8759# %files format-cyrtexinfo
8760# %defattr(644,root,root,755)
8761# %attr(755,root,root) %{_bindir}/cyrtexinfo
8762# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
8763
8764%files eplain
8765%defattr(644,root,root,755)
ffd94364
ZU
8766%doc %{texmfdist}/doc/etex
8767%doc %{texmfdist}/doc/eplain
8768%{texmfdist}/tex/plain/etex
8769%{texmfdist}/tex/eplain
d08789e0
ZU
8770
8771%files format-eplain
8772%defattr(644,root,root,755)
8773%attr(755,root,root) %{_bindir}/eplain
8774%attr(755,root,root) %{_bindir}/etex
8775%{_mandir}/man1/eplain.1*
8776%{_mandir}/man1/etex.1*
80fa261c 8777%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
8778# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
8779# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
8780
8781%files context
8782%defattr(644,root,root,755)
68640cd8
ZU
8783%doc %{texmfdist}/doc/context
8784# %doc %{texmf}/doc/polish/context
4224ae6d
MB
8785%attr(755,root,root) %{_bindir}/context
8786%attr(755,root,root) %{_bindir}/ctxtools
8787%attr(755,root,root) %{_bindir}/exatools
8788%attr(755,root,root) %{_bindir}/luatools
8789%attr(755,root,root) %{_bindir}/makempy
8790%attr(755,root,root) %{_bindir}/mpstools
8791%attr(755,root,root) %{_bindir}/mtxrun
8792%attr(755,root,root) %{_bindir}/mtxtools
8793%attr(755,root,root) %{_bindir}/pdfthumb
8794%attr(755,root,root) %{_bindir}/pdftools
8795%attr(755,root,root) %{_bindir}/pdftrimwhite
8796%attr(755,root,root) %{_bindir}/pstopdf
8797%attr(755,root,root) %{_bindir}/rlxtools
8798%attr(755,root,root) %{_bindir}/runtools
8799%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
8800%attr(755,root,root) %{_bindir}/texfind
8801%attr(755,root,root) %{_bindir}/texfont
4224ae6d 8802%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 8803%attr(755,root,root) %{_bindir}/texshow
4224ae6d 8804%attr(755,root,root) %{_bindir}/textools
d08789e0 8805%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
8806%attr(755,root,root) %{_bindir}/tmftools
8807%attr(755,root,root) %{_bindir}/xmltools
ffd94364 8808# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
8809%{_mandir}/man1/ctxtools.1*
8810%{_mandir}/man1/pdftools.1*
8811%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
8812%{_mandir}/man1/texfind.1*
8813%{_mandir}/man1/texfont.1*
fae5faca
ZU
8814%{_mandir}/man1/texmfstart.1*
8815%{_mandir}/man1/textools.1*
d08789e0 8816%{_mandir}/man1/texutil.1*
ffd94364 8817# %{_mandir}/man1/texshow.1*
4224ae6d 8818%{texmfdist}/context
68640cd8 8819%{texmfdist}/fonts/enc/dvips/context
ffd94364 8820# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
8821%{texmfdist}/metapost/context
8822%{texmfdist}/scripts/context
4224ae6d
MB
8823%{texmfdist}/tex/context
8824%exclude %{texmfdist}/tex/context/config/cont-de.ini
8825%exclude %{texmfdist}/tex/context/config/cont-en.ini
8826%exclude %{texmfdist}/tex/context/config/cont-nl.ini
8827%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 8828%{texmfdist}/tex/generic/context
4224ae6d 8829%{texmfdist}/tex/latex/context
68640cd8 8830%{texmfdist}/bibtex/bst/context
80fa261c 8831%{texmf}/fmtutil/format.context.cnf
015f9ddb 8832%{texmf}/fmtutil/format.luatex.cnf
f7f90954 8833%doc %{texmfdist}/doc/luatex
d08789e0
ZU
8834
8835# no fmt, so commented out
8836#%files format-context-cz
8837#%defattr(644,root,root,755)
8838#%%{texmf}/tex/context/config/cont-cz.ini
8839# does not build with beta 20021025
8840#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
8841
8842%files format-context-de
8843%defattr(644,root,root,755)
2677a8b0 8844%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 8845# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
8846#%{_mandir}/man1/cont-de.1*
8847
8848%files format-context-en
8849%defattr(644,root,root,755)
2677a8b0 8850%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 8851# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
8852#%{_mandir}/man1/cont-en.1*
8853# what is the difference betwen uk and en in this particular situation?
2677a8b0 8854%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 8855# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
8856
8857# no fmt, so commented out
8858#%files format-context-it
8859#%defattr(644,root,root,755)
8860#%%{texmf}/tex/context/config/cont-it.ini
8861
8862%files format-context-nl
8863%defattr(644,root,root,755)
2677a8b0 8864%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 8865# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
8866#%{_mandir}/man1/cont-nl.1*
8867
8868# no fmt, so commented out
8869#%files format-context-ro
8870#%defattr(644,root,root,755)
8871#%%{texmf}/tex/context/config/cont-ro.ini
8872
3127b522 8873
d08789e0
ZU
8874%files latex
8875%defattr(644,root,root,755)
5fef92c1 8876%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
8877%attr(755,root,root) %{_bindir}/latex
8878%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
8879# %lang(fi) %{_mandir}/fi/man1/latex.1*
8880# %lang(pl) %{_mandir}/pl/man1/latex.1*
8881# %{_infodir}/latex.info*
04123363 8882%{texmf}/fmtutil/format.latex.cnf
5fef92c1 8883%{_mandir}/man1/lacheck.1*
3127b522
ZU
8884%{_mandir}/man1/latex.1*
8885%{_mandir}/man1/pslatex.1*
d08789e0 8886
3127b522
ZU
8887%dir %{texmfdist}/scripts
8888%dir %{texmfdist}/scripts/pst-pdf
63399af2 8889%dir %{texmfdist}/source/generic
df343eba 8890%dir %{texmfdist}/tex/latex
63399af2
ZU
8891%dir %{texmfdist}/tex/plain
8892%dir %{texmf}/tex/latex
d08789e0 8893
3127b522
ZU
8894# %{texmfdist}/tex/latex/citesort
8895# %{texmfdist}/tex/latex/dvilj
8896# %{texmfdist}/tex/latex/eclbip
8897# %{texmfdist}/tex/latex/eo
8898# %{texmfdist}/tex/latex/example
8899# %{texmfdist}/tex/latex/fguill
24f69178 8900%{texmfdist}/tex/latex/floatflt
3127b522
ZU
8901# %{texmfdist}/tex/latex/gletter
8902# %{texmfdist}/tex/latex/here
8903# %{texmfdist}/tex/latex/mt11p
8904# %{texmfdist}/tex/latex/relsize
8905# %{texmfdist}/tex/latex/selectp
8906# %{texmfdist}/tex/latex/shadow
8907# %{texmfdist}/tex/latex/showtags
8908# %{texmfdist}/tex/latex/tabls
8909# %{texmfdist}/tex/latex/texmacs
8910# %{texmfdist}/tex/latex/threeparttable
8911# %{texmfdist}/tex/latex/treesvr
8912# %{texmfdist}/tex/latex/ulem
8913# %{texmfdist}/tex/latex/url
8914# %{texmf}/tex/latex/version
8915# %{texmf}/tex/latex/vpage
8916%{texmfdist}/scripts/pst-pdf/ps4pdf
8917%{texmfdist}/tex/generic/pstricks
8918%{texmfdist}/tex/generic/shapepar
3127b522 8919%{texmfdist}/tex/generic/textmerg
c9ddaf2d 8920%{texmfdist}/source/generic/textmerg
6367bfc9
MB
8921%{texmfdist}/tex/latex/12many
8922%{texmfdist}/tex/latex/AkkTeX
6367bfc9 8923%{texmfdist}/tex/latex/GuIT
6367bfc9
MB
8924%{texmfdist}/tex/latex/IEEEtran
8925%{texmfdist}/tex/latex/SIstyle
8926%{texmfdist}/tex/latex/Tabbing
8927%{texmfdist}/tex/latex/a0poster
6367bfc9 8928%{texmfdist}/tex/latex/acmtrans
df343eba 8929%{texmfdist}/tex/latex/acronym
6367bfc9 8930%{texmfdist}/tex/latex/adrlist
df343eba 8931%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
8932%{texmfdist}/tex/latex/afthesis
8933%{texmfdist}/tex/latex/aguplus
6367bfc9 8934%{texmfdist}/tex/latex/akletter
6367bfc9
MB
8935%{texmfdist}/tex/latex/algorithm2e
8936%{texmfdist}/tex/latex/algorithmicx
8937%{texmfdist}/tex/latex/allrunes
6367bfc9
MB
8938%{texmfdist}/tex/latex/altfont
8939%{texmfdist}/tex/latex/ametsoc
8940%{texmfdist}/tex/latex/amsaddr
8941%{texmfdist}/tex/latex/amsrefs
8942%{texmfdist}/tex/latex/animate
8943%{texmfdist}/tex/latex/answers
8944%{texmfdist}/tex/latex/antiqua
8945%{texmfdist}/tex/latex/anyfontsize
df343eba 8946%{texmfdist}/tex/latex/anysize
6367bfc9 8947%{texmfdist}/tex/latex/apa
6367bfc9
MB
8948%{texmfdist}/tex/latex/apl
8949%{texmfdist}/tex/latex/ar
8950%{texmfdist}/tex/latex/arabi
8951%{texmfdist}/tex/latex/arabtex
8952%{texmfdist}/tex/latex/archaic
6367bfc9
MB
8953%{texmfdist}/tex/latex/arev
8954%{texmfdist}/tex/latex/armenian
6367bfc9
MB
8955%{texmfdist}/tex/latex/ascelike
8956%{texmfdist}/tex/latex/ascii
8957%{texmfdist}/tex/latex/assignment
6367bfc9
MB
8958%{texmfdist}/tex/latex/augie
8959%{texmfdist}/tex/latex/auncial-new
8960%{texmfdist}/tex/latex/aurical
8961%{texmfdist}/tex/latex/authoraftertitle
8962%{texmfdist}/tex/latex/authorindex
8963%{texmfdist}/tex/latex/auto-pst-pdf
8964%{texmfdist}/tex/latex/autoarea
8965%{texmfdist}/tex/latex/autotab
8966%{texmfdist}/tex/latex/avantgar
6367bfc9
MB
8967%{texmfdist}/tex/latex/bangtex
8968%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
8969%{texmfdist}/tex/latex/base
8970%{texmfdist}/tex/latex/bayer
8971%{texmfdist}/tex/latex/bbding
8972%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
8973%{texmfdist}/tex/latex/begriff
8974%{texmfdist}/tex/latex/bengali
8975%{texmfdist}/tex/latex/bera
8976%{texmfdist}/tex/latex/betababel
df343eba 8977%{texmfdist}/tex/latex/beton
6367bfc9
MB
8978%{texmfdist}/tex/latex/bibarts
8979%{texmfdist}/tex/latex/bibleref
8980%{texmfdist}/tex/latex/biblist
6367bfc9 8981%{texmfdist}/tex/latex/bigfoot
6367bfc9
MB
8982%{texmfdist}/tex/latex/bizcard
8983%{texmfdist}/tex/latex/blacklettert1
8984%{texmfdist}/tex/latex/blindtext
6367bfc9 8985%{texmfdist}/tex/latex/boisik
6367bfc9
MB
8986%{texmfdist}/tex/latex/boldtensors
8987%{texmfdist}/tex/latex/bookest
8988%{texmfdist}/tex/latex/bookhands
6367bfc9
MB
8989%{texmfdist}/tex/latex/bookman
8990%{texmfdist}/tex/latex/bophook
8991%{texmfdist}/tex/latex/boxhandler
6367bfc9
MB
8992%{texmfdist}/tex/latex/braille
8993%{texmfdist}/tex/latex/breakurl
8994%{texmfdist}/tex/latex/bridge
8995%{texmfdist}/tex/latex/brushscr
6367bfc9
MB
8996%{texmfdist}/tex/latex/burmese
8997%{texmfdist}/tex/latex/bussproofs
df343eba 8998%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
8999%{texmfdist}/tex/latex/calxxxx
9000%{texmfdist}/tex/latex/captcont
9001%{texmfdist}/tex/latex/casyl
9002%{texmfdist}/tex/latex/catechis
9003%{texmfdist}/tex/latex/cbcoptic
9004%{texmfdist}/tex/latex/cbfonts
df343eba 9005%{texmfdist}/tex/latex/ccaption
6367bfc9
MB
9006%{texmfdist}/tex/latex/cclicenses
9007%{texmfdist}/tex/latex/cd-cover
9008%{texmfdist}/tex/latex/cd
9009%{texmfdist}/tex/latex/cdpbundl
9010%{texmfdist}/tex/latex/cellspace
6367bfc9
MB
9011%{texmfdist}/tex/latex/changepage
9012%{texmfdist}/tex/latex/changes
6367bfc9 9013%{texmfdist}/tex/latex/chapterfolder
6367bfc9 9014%{texmfdist}/tex/latex/cherokee
6367bfc9
MB
9015%{texmfdist}/tex/latex/chicago
9016%{texmfdist}/tex/latex/china2e
6367bfc9
MB
9017%{texmfdist}/tex/latex/citeref
9018%{texmfdist}/tex/latex/cjhebrew
9019%{texmfdist}/tex/latex/cjk
6367bfc9 9020%{texmfdist}/tex/latex/classicthesis
6367bfc9
MB
9021%{texmfdist}/tex/latex/cleveref
9022%{texmfdist}/tex/latex/clock
9023%{texmfdist}/tex/latex/clrscode
9024%{texmfdist}/tex/latex/cm-lgc
9025%{texmfdist}/tex/latex/cm-super
df343eba 9026%{texmfdist}/tex/latex/cmap
6367bfc9
MB
9027%{texmfdist}/tex/latex/cmcyralt
9028%{texmfdist}/tex/latex/cmdstring
6367bfc9
MB
9029%{texmfdist}/tex/latex/cmsd
9030%{texmfdist}/tex/latex/codepage
9031%{texmfdist}/tex/latex/colorinfo
6367bfc9
MB
9032%{texmfdist}/tex/latex/commath
9033%{texmfdist}/tex/latex/compactbib
9034%{texmfdist}/tex/latex/complexity
6367bfc9
MB
9035%{texmfdist}/tex/latex/concprog
9036%{texmfdist}/tex/latex/confproc
6367bfc9
MB
9037%{texmfdist}/tex/latex/courier-scaled
9038%{texmfdist}/tex/latex/courier
9039%{texmfdist}/tex/latex/courseoutline
9040%{texmfdist}/tex/latex/coursepaper
9041%{texmfdist}/tex/latex/coverpage
9042%{texmfdist}/tex/latex/covington
df343eba 9043%{texmfdist}/tex/latex/crop
6367bfc9 9044%{texmfdist}/tex/latex/crossreference
6367bfc9
MB
9045%{texmfdist}/tex/latex/csbulletin
9046%{texmfdist}/tex/latex/csquotes
6367bfc9 9047%{texmfdist}/tex/latex/ctib
6367bfc9 9048%{texmfdist}/tex/latex/cursor
6367bfc9
MB
9049%{texmfdist}/tex/latex/cv
9050%{texmfdist}/tex/latex/cweb-latex
6367bfc9 9051%{texmfdist}/tex/latex/cyklop
6367bfc9 9052%{texmfdist}/tex/latex/dateiliste
6367bfc9
MB
9053%{texmfdist}/tex/latex/datetime
9054%{texmfdist}/tex/latex/dcpic
9055%{texmfdist}/tex/latex/decimal
6367bfc9 9056%{texmfdist}/tex/latex/diagnose
6367bfc9
MB
9057%{texmfdist}/tex/latex/dichokey
9058%{texmfdist}/tex/latex/dictsym
9059%{texmfdist}/tex/latex/digiconfigs
6367bfc9
MB
9060%{texmfdist}/tex/latex/dingbat
9061%{texmfdist}/tex/latex/directory
6367bfc9 9062%{texmfdist}/tex/latex/dlfltxb
6367bfc9
MB
9063%{texmfdist}/tex/latex/docmfp
9064%{texmfdist}/tex/latex/doi
9065%{texmfdist}/tex/latex/doipubmed
9066%{texmfdist}/tex/latex/dotarrow
6367bfc9
MB
9067%{texmfdist}/tex/latex/dottex
9068%{texmfdist}/tex/latex/doublestroke
9069%{texmfdist}/tex/latex/dpfloat
6367bfc9 9070%{texmfdist}/tex/latex/drac
df343eba 9071%{texmfdist}/tex/latex/draftcopy
6367bfc9 9072%{texmfdist}/tex/latex/dramatist
6367bfc9
MB
9073%{texmfdist}/tex/latex/duerer-latex
9074%{texmfdist}/tex/latex/dvdcoll
9075%{texmfdist}/tex/latex/dvipdfmx-def
6367bfc9
MB
9076%{texmfdist}/tex/latex/eCards
9077%{texmfdist}/tex/latex/ean13isbn
9078%{texmfdist}/tex/latex/easy
9079%{texmfdist}/tex/latex/ebezier
9080%{texmfdist}/tex/latex/ebsthesis
9081%{texmfdist}/tex/latex/ecclesiastic
9082%{texmfdist}/tex/latex/ecltree
9083%{texmfdist}/tex/latex/eco
9084%{texmfdist}/tex/latex/economic
6367bfc9
MB
9085%{texmfdist}/tex/latex/ed
9086%{texmfdist}/tex/latex/edmargin
9087%{texmfdist}/tex/latex/ednotes
9088%{texmfdist}/tex/latex/eemeir
df343eba 9089%{texmfdist}/tex/latex/eepic
6367bfc9 9090%{texmfdist}/tex/latex/egameps
6367bfc9
MB
9091%{texmfdist}/tex/latex/eiad
9092%{texmfdist}/tex/latex/ellipsis
6367bfc9 9093%{texmfdist}/tex/latex/elpres
6367bfc9
MB
9094%{texmfdist}/tex/latex/elsevier
9095%{texmfdist}/tex/latex/em
9096%{texmfdist}/tex/latex/emp
9097%{texmfdist}/tex/latex/emulateapj
9098%{texmfdist}/tex/latex/encxvlna
df343eba 9099%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
9100%{texmfdist}/tex/latex/endheads
9101%{texmfdist}/tex/latex/engpron
9102%{texmfdist}/tex/latex/engrec
9103%{texmfdist}/tex/latex/envbig
6367bfc9
MB
9104%{texmfdist}/tex/latex/envlab
9105%{texmfdist}/tex/latex/epigrafica
9106%{texmfdist}/tex/latex/epigraph
9107%{texmfdist}/tex/latex/epiolmec
9108%{texmfdist}/tex/latex/epsdice
9109%{texmfdist}/tex/latex/epspdfconversion
6367bfc9 9110%{texmfdist}/tex/latex/eqname
6367bfc9
MB
9111%{texmfdist}/tex/latex/eqparbox
9112%{texmfdist}/tex/latex/errata
df343eba 9113%{texmfdist}/tex/latex/esint
6367bfc9 9114%{texmfdist}/tex/latex/eskdx
3127b522 9115%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
9116%{texmfdist}/tex/latex/etex-pkg
9117%{texmfdist}/tex/latex/ethiop
9118%{texmfdist}/tex/latex/etoolbox
9119%{texmfdist}/tex/latex/eukdate
df343eba
ZU
9120%{texmfdist}/tex/latex/euler
9121%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
9122%{texmfdist}/tex/latex/euproposal
9123%{texmfdist}/tex/latex/euro
9124%{texmfdist}/tex/latex/eurofont
9125%{texmfdist}/tex/latex/europecv
9126%{texmfdist}/tex/latex/eurosans
df343eba 9127%{texmfdist}/tex/latex/eurosym
6367bfc9 9128%{texmfdist}/tex/latex/everypage
6367bfc9
MB
9129%{texmfdist}/tex/latex/examplep
9130%{texmfdist}/tex/latex/exceltex
9131%{texmfdist}/tex/latex/exercise
cf8dbd64 9132%{texmfdist}/tex/latex/expl3
cf8dbd64 9133%{texmfdist}/tex/latex/extarrows
cf8dbd64 9134%{texmfdist}/tex/latex/extract
df343eba 9135%{texmfdist}/tex/latex/extsizes
cf8dbd64 9136%{texmfdist}/tex/latex/facsimile
df343eba
ZU
9137%{texmfdist}/tex/latex/fancybox
9138%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
9139%{texmfdist}/tex/latex/fancynum
9140%{texmfdist}/tex/latex/fancyref
9141%{texmfdist}/tex/latex/fancytooltips
df343eba 9142%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
9143%{texmfdist}/tex/latex/fax
9144%{texmfdist}/tex/latex/fc
9145%{texmfdist}/tex/latex/feyn
cf8dbd64
MB
9146%{texmfdist}/tex/latex/fge
9147%{texmfdist}/tex/latex/figbib
9148%{texmfdist}/tex/latex/figsize
df343eba 9149%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
9150%{texmfdist}/tex/latex/fink
9151%{texmfdist}/tex/latex/fixfoot
6367bfc9
MB
9152%{texmfdist}/tex/latex/flabels
9153%{texmfdist}/tex/latex/flacards
9154%{texmfdist}/tex/latex/flagderiv
9155%{texmfdist}/tex/latex/flashcards
df343eba 9156%{texmfdist}/tex/latex/float
6367bfc9 9157%{texmfdist}/tex/latex/floatrow
6367bfc9 9158%{texmfdist}/tex/latex/fmp
6367bfc9
MB
9159%{texmfdist}/tex/latex/fnbreak
9160%{texmfdist}/tex/latex/fncychap
9161%{texmfdist}/tex/latex/foekfont
9162%{texmfdist}/tex/latex/foilhtml
9163%{texmfdist}/tex/latex/fonetika
df343eba 9164%{texmfdist}/tex/latex/fontinst
6367bfc9 9165%{texmfdist}/tex/latex/fonttable
df343eba
ZU
9166%{texmfdist}/tex/latex/footmisc
9167%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
9168%{texmfdist}/tex/latex/fourier
9169%{texmfdist}/tex/latex/fouriernc
df343eba 9170%{texmfdist}/tex/latex/fp
6367bfc9
MB
9171%{texmfdist}/tex/latex/frankenstein
9172%{texmfdist}/tex/latex/frcursive
9173%{texmfdist}/tex/latex/frenchle
9174%{texmfdist}/tex/latex/fribrief
9175%{texmfdist}/tex/latex/frletter
9176%{texmfdist}/tex/latex/frontespizio
9177%{texmfdist}/tex/latex/fullblck
9178%{texmfdist}/tex/latex/fullpict
6367bfc9 9179%{texmfdist}/tex/latex/fundus
6367bfc9 9180%{texmfdist}/tex/latex/gaceta
6367bfc9
MB
9181%{texmfdist}/tex/latex/gastex
9182%{texmfdist}/tex/latex/gatech-thesis
9183%{texmfdist}/tex/latex/gauss
9184%{texmfdist}/tex/latex/gb4e
9185%{texmfdist}/tex/latex/gcard
9186%{texmfdist}/tex/latex/gcite
9187%{texmfdist}/tex/latex/genmpage
df343eba 9188%{texmfdist}/tex/latex/geometry
6367bfc9 9189%{texmfdist}/tex/latex/geomsty
df343eba 9190%{texmfdist}/tex/latex/germbib
6367bfc9
MB
9191%{texmfdist}/tex/latex/gfsartemisia
9192%{texmfdist}/tex/latex/gfsbaskerville
9193%{texmfdist}/tex/latex/gfsbodoni
9194%{texmfdist}/tex/latex/gfscomplutum
9195%{texmfdist}/tex/latex/gfsdidot
9196%{texmfdist}/tex/latex/gfsneohellenic
9197%{texmfdist}/tex/latex/gfsporson
9198%{texmfdist}/tex/latex/gfssolomos
6367bfc9
MB
9199%{texmfdist}/tex/latex/gloss
9200%{texmfdist}/tex/latex/glossaries
9201%{texmfdist}/tex/latex/gmdoc
9202%{texmfdist}/tex/latex/gmeometric
9203%{texmfdist}/tex/latex/gmiflink
9204%{texmfdist}/tex/latex/gmutils
9205%{texmfdist}/tex/latex/gmverb
df343eba 9206%{texmfdist}/tex/latex/graphics
6367bfc9
MB
9207%{texmfdist}/tex/latex/graphicx-psmin
9208%{texmfdist}/tex/latex/greek-inputenc
9209%{texmfdist}/tex/latex/greekdates
68640cd8 9210%{texmfdist}/tex/latex/greektex
6367bfc9
MB
9211%{texmfdist}/tex/latex/grfpaste
9212%{texmfdist}/tex/latex/grnumalt
9213%{texmfdist}/tex/latex/grotesq
9214%{texmfdist}/tex/latex/grverb
9215%{texmfdist}/tex/latex/gu
6367bfc9
MB
9216%{texmfdist}/tex/latex/guitbeamer
9217%{texmfdist}/tex/latex/hanging
9218%{texmfdist}/tex/latex/har2nat
9219%{texmfdist}/tex/latex/harmony
9220%{texmfdist}/tex/latex/harpoon
9221%{texmfdist}/tex/latex/harvard
9222%{texmfdist}/tex/latex/hc
9223%{texmfdist}/tex/latex/helvetic
9224%{texmfdist}/tex/latex/hep
9225%{texmfdist}/tex/latex/hepnames
9226%{texmfdist}/tex/latex/hepparticles
9227%{texmfdist}/tex/latex/hepthesis
9228%{texmfdist}/tex/latex/hepunits
9229%{texmfdist}/tex/latex/hexgame
9230%{texmfdist}/tex/latex/hfoldsty
6367bfc9
MB
9231%{texmfdist}/tex/latex/hilowres
9232%{texmfdist}/tex/latex/histogr
9233%{texmfdist}/tex/latex/hitec
9234%{texmfdist}/tex/latex/hpsdiss
6367bfc9
MB
9235%{texmfdist}/tex/latex/hvfloat
9236%{texmfdist}/tex/latex/hypdvips
9237%{texmfdist}/tex/latex/hyper
df343eba 9238%{texmfdist}/tex/latex/hyperref
6367bfc9 9239%{texmfdist}/tex/latex/hyperxmp
df343eba 9240%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
9241%{texmfdist}/tex/latex/ibycus-babel
9242%{texmfdist}/tex/latex/icsv
9243%{texmfdist}/tex/latex/ieeepes
9244%{texmfdist}/tex/latex/ifmslide
9245%{texmfdist}/tex/latex/ifplatform
9246%{texmfdist}/tex/latex/ifsym
9247%{texmfdist}/tex/latex/ijmart
9248%{texmfdist}/tex/latex/imac
9249%{texmfdist}/tex/latex/image-gallery
9250%{texmfdist}/tex/latex/imtekda
df343eba 9251%{texmfdist}/tex/latex/index
6367bfc9
MB
9252%{texmfdist}/tex/latex/initials
9253%{texmfdist}/tex/latex/inlinebib
9254%{texmfdist}/tex/latex/inlinedef
9255%{texmfdist}/tex/latex/interactiveworkbook
6367bfc9
MB
9256%{texmfdist}/tex/latex/invoice
9257%{texmfdist}/tex/latex/ipa
9258%{texmfdist}/tex/latex/iso
9259%{texmfdist}/tex/latex/iso10303
9260%{texmfdist}/tex/latex/isodate
9261%{texmfdist}/tex/latex/isodoc
9262%{texmfdist}/tex/latex/isonums
6367bfc9
MB
9263%{texmfdist}/tex/latex/itnumpar
9264%{texmfdist}/tex/latex/itrans
9265%{texmfdist}/tex/latex/iwona
6367bfc9
MB
9266%{texmfdist}/tex/latex/jhep
9267%{texmfdist}/tex/latex/jknapltx
9268%{texmfdist}/tex/latex/jneurosci
9269%{texmfdist}/tex/latex/jpsj
9270%{texmfdist}/tex/latex/jura
9271%{texmfdist}/tex/latex/juraabbrev
9272%{texmfdist}/tex/latex/juramisc
9273%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
9274%{texmfdist}/tex/latex/koma-script
9275%{texmfdist}/tex/latex/labels
4224ae6d
MB
9276%dir %{texmfdist}/tex/latex/latexconfig
9277%{texmfdist}/tex/latex/latexconfig/latex.ini
9278%{texmfdist}/tex/latex/latexconfig/lualatex.ini
9279%{texmfdist}/tex/latex/latexconfig/mllatex.ini
9280%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
9281%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 9282%{texmfdist}/tex/latex/layouts
df343eba
ZU
9283%{texmfdist}/tex/latex/listings
9284%{texmfdist}/tex/latex/ltabptch
daae3151 9285%{texmfdist}/tex/latex/localloc
cf8dbd64 9286%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
9287%{texmfdist}/tex/latex/mathcomp
9288%{texmfdist}/tex/latex/mdwtools
9289%{texmfdist}/tex/latex/memoir
9290%{texmfdist}/tex/latex/mh
cf8dbd64
MB
9291%{texmfdist}/tex/latex/misc209
9292%{texmfdist}/tex/latex/mmap
9293%{texmfdist}/tex/latex/mnsymbol
9294%{texmfdist}/tex/latex/moderncv
9295%{texmfdist}/tex/latex/modroman
9296%{texmfdist}/tex/latex/mongolian-babel
9297%{texmfdist}/tex/latex/montex
df343eba
ZU
9298%{texmfdist}/tex/latex/mparhack
9299%{texmfdist}/tex/latex/ms
df343eba 9300%{texmfdist}/tex/latex/multibib
df343eba
ZU
9301%{texmfdist}/tex/latex/multirow
9302%{texmfdist}/tex/latex/mwcls
9303%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
9304%{texmfdist}/tex/latex/ncclatex
9305%{texmfdist}/tex/latex/ncctools
9306%{texmfdist}/tex/latex/ncntrsbk
9307%{texmfdist}/tex/latex/nddiss
9308%{texmfdist}/tex/latex/newalg
9309%{texmfdist}/tex/latex/newfile
9310%{texmfdist}/tex/latex/newlfm
9311%{texmfdist}/tex/latex/newspaper
9312%{texmfdist}/tex/latex/newthm
df343eba
ZU
9313%{texmfdist}/tex/latex/nomencl
9314%{texmfdist}/tex/latex/ntgclass
80fa261c 9315%{texmfdist}/tex/generic/oberdiek
df343eba 9316%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
9317%{texmfdist}/tex/latex/overpic
9318%{texmfdist}/tex/latex/paralist
df343eba
ZU
9319%{texmfdist}/tex/latex/pb-diagram
9320%{texmfdist}/tex/latex/pdfpages
9321%{texmfdist}/tex/latex/picinpar
df343eba
ZU
9322%{texmfdist}/tex/latex/pict2e
9323%{texmfdist}/tex/latex/placeins
df343eba
ZU
9324%{texmfdist}/tex/latex/preprint
9325%{texmfdist}/tex/latex/preview
9326%{texmfdist}/tex/latex/program
df343eba
ZU
9327%{texmfdist}/tex/latex/psfrag
9328%{texmfdist}/tex/latex/pslatex
df343eba
ZU
9329%{texmfdist}/tex/latex/revtex
9330%{texmfdist}/tex/latex/rotating
9331%{texmfdist}/tex/latex/rotfloat
9332%{texmfdist}/tex/latex/scale
9333%{texmfdist}/tex/latex/sectsty
df343eba
ZU
9334%{texmfdist}/tex/latex/seminar
9335%{texmfdist}/tex/latex/setspace
df343eba
ZU
9336%{texmfdist}/tex/latex/showdim
9337%{texmfdist}/tex/latex/showlabels
df343eba
ZU
9338%{texmfdist}/tex/latex/sidecap
9339%{texmfdist}/tex/latex/slashbox
9340%{texmfdist}/tex/latex/soul
9341%{texmfdist}/tex/latex/stdclsdv
9342%{texmfdist}/tex/latex/stmaryrd
9343%{texmfdist}/tex/latex/subfig
9344%{texmfdist}/tex/latex/subfigure
9345%{texmfdist}/tex/latex/supertabular
9346%{texmfdist}/tex/latex/t2
cf8dbd64
MB
9347%{texmfdist}/tex/latex/t-angles
9348%{texmfdist}/tex/latex/tableaux
9349%{texmfdist}/tex/latex/tablists
9350%{texmfdist}/tex/latex/tablor
9351%{texmfdist}/tex/latex/tabto-ltx
9352%{texmfdist}/tex/latex/tabulary
9353%{texmfdist}/tex/latex/tabvar
9354%{texmfdist}/tex/latex/talk
9355%{texmfdist}/tex/latex/taupin
9356%{texmfdist}/tex/latex/tcldoc
9357%{texmfdist}/tex/latex/tdsfrmath
9358%{texmfdist}/tex/latex/technics
9359%{texmfdist}/tex/latex/ted
9360%{texmfdist}/tex/latex/tengwarscript
9361%{texmfdist}/tex/latex/tensor
9362%{texmfdist}/tex/latex/teubner
9363%{texmfdist}/tex/latex/tex-gyre
9364%{texmfdist}/tex/latex/texilikecover
9365%{texmfdist}/tex/latex/texlogos
9366%{texmfdist}/tex/latex/texmate
9367%{texmfdist}/tex/latex/texpower
9368%{texmfdist}/tex/latex/texshade
9369%{texmfdist}/tex/latex/textcase
df343eba 9370%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
9371%{texmfdist}/tex/latex/textopo
9372%{texmfdist}/tex/latex/textpath
df343eba 9373%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
9374%{texmfdist}/tex/latex/theoremref
9375%{texmfdist}/tex/latex/thesis-titlepage-fhac
9376%{texmfdist}/tex/latex/thinsp
9377%{texmfdist}/tex/latex/thmtools
9378%{texmfdist}/tex/latex/thumb
9379%{texmfdist}/tex/latex/thuthesis
9380%{texmfdist}/tex/latex/ticket
9381%{texmfdist}/tex/latex/tikz-inet
9382%{texmfdist}/tex/latex/times
9383%{texmfdist}/tex/latex/timesht
9384%{texmfdist}/tex/latex/tipa
9385%{texmfdist}/tex/latex/titlefoot
df343eba 9386%{texmfdist}/tex/latex/titlesec
cf8dbd64 9387%{texmfdist}/tex/latex/titling
df343eba
ZU
9388%{texmfdist}/tex/latex/tocbibind
9389%{texmfdist}/tex/latex/tocloft
9390%{texmfdist}/tex/latex/tools
9391%{texmfdist}/tex/latex/totpages
df343eba 9392%{texmfdist}/tex/latex/type1cm
cf8dbd64 9393%{texmfdist}/tex/latex/undertilde
df343eba 9394%{texmfdist}/tex/latex/units
cf8dbd64
MB
9395%{texmfdist}/tex/latex/unitsdef
9396%{texmfdist}/tex/latex/universa
9397%{texmfdist}/tex/latex/unroman
9398%{texmfdist}/tex/latex/upmethodology
df343eba 9399%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
9400%{texmfdist}/tex/latex/varindex
9401%{texmfdist}/tex/latex/varsfromjobname
9402%{texmfdist}/tex/latex/vector
9403%{texmfdist}/tex/latex/velthuis
9404%{texmfdist}/tex/latex/verse
9405%{texmfdist}/tex/latex/versions
9406%{texmfdist}/tex/latex/vhistory
9407%{texmfdist}/tex/latex/vita
df343eba 9408%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
9409%{texmfdist}/tex/latex/volumes
9410%{texmfdist}/tex/latex/vpe
9411%{texmfdist}/tex/latex/vrsion
9412%{texmfdist}/tex/latex/vwcol
9413%{texmfdist}/tex/latex/vxu
9414%{texmfdist}/tex/latex/wallpaper
9415%{texmfdist}/tex/latex/warning
9416%{texmfdist}/tex/latex/warpcol
df343eba 9417%{texmfdist}/tex/latex/was
cf8dbd64
MB
9418%{texmfdist}/tex/latex/williams
9419%{texmfdist}/tex/latex/wnri
9420%{texmfdist}/tex/latex/wordlike
c9ddaf2d 9421%{texmfdist}/source/wordlike
df343eba 9422%{texmfdist}/tex/latex/wrapfig
cf8dbd64 9423%{texmfdist}/tex/latex/wsuipa
c9ddaf2d 9424%{texmfdist}/source/generic/wsuipa
cf8dbd64
MB
9425%{texmfdist}/tex/latex/xargs
9426%{texmfdist}/tex/latex/xcolor
9427%{texmfdist}/tex/latex/xdoc
9428%{texmfdist}/tex/latex/xfor
9429%{texmfdist}/tex/latex/xifthen
df343eba 9430%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
9431%{texmfdist}/tex/latex/xmpincl
9432%{texmfdist}/tex/latex/xnewcommand
9433%{texmfdist}/tex/latex/xoptarg
9434%{texmfdist}/tex/latex/xpackages
9435%{texmfdist}/tex/latex/xq
9436%{texmfdist}/tex/latex/xskak
9437%{texmfdist}/tex/latex/xstring
df343eba 9438%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
9439%{texmfdist}/tex/latex/xtcapts
9440%{texmfdist}/tex/latex/xyling
9441%{texmfdist}/tex/latex/xytree
9442%{texmfdist}/tex/latex/yafoot
df343eba 9443%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
9444%{texmfdist}/tex/latex/yhmath
9445%{texmfdist}/tex/latex/yi4latex
9446%{texmfdist}/tex/latex/york-thesis
9447%{texmfdist}/tex/latex/youngtab
9448%{texmfdist}/tex/latex/yplan
9449%{texmfdist}/tex/latex/zapfchan
9450%{texmfdist}/tex/latex/zapfding
9451%{texmfdist}/tex/latex/zed-csp
9452%{texmfdist}/tex/latex/zefonts
9453%{texmfdist}/tex/latex/ziffer
9454%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
9455%{texmfdist}/tex/plain/etex
9456%{texmf}/tex/latex/config
9457%{texmf}/tex/latex/dvipdfm
d08789e0 9458
6c82f497
ZU
9459%files latex-12many
9460%defattr(644,root,root,755)
9461%doc %{texmfdist}/doc/latex/12many
9462%{texmfdist}/source/latex/12many
9463
a8b381b0
ZU
9464%files latex-abstract
9465%defattr(644,root,root,755)
9466%doc %{texmfdist}/doc/latex/abstract
9467%{texmfdist}/tex/latex/abstract
84a4c427 9468%{texmfdist}/source/latex/abstract
a8b381b0 9469
f1f5d194
ZU
9470%files latex-accfonts
9471%defattr(644,root,root,755)
606c6ab6 9472%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
9473%{texmfdist}/tex/latex/accfonts
9474
e88b5dcf
ZU
9475%files latex-adrconv
9476%defattr(644,root,root,755)
9477%{texmfdist}/tex/latex/adrconv
9478%{texmfdist}/doc/latex/adrconv
9479
d08789e0
ZU
9480%files latex-algorithms
9481%defattr(644,root,root,755)
68640cd8
ZU
9482%doc %{texmfdist}/doc/latex/algorithms
9483%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
9484
9485%files latex-ae
9486%defattr(644,root,root,755)
2677a8b0 9487%{texmfdist}/tex/latex/ae
d08789e0
ZU
9488
9489%files latex-ams
9490%defattr(644,root,root,755)
68640cd8
ZU
9491%doc %{texmfdist}/doc/latex/amscls
9492%doc %{texmfdist}/doc/latex/amsmath
68640cd8 9493%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 9494%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
9495%{texmfdist}/tex/latex/amscls
9496%{texmfdist}/tex/latex/amsmath
9497%{texmfdist}/tex/latex/amsfonts
9498%{texmfdist}/tex/latex/onlyamsmath
9499%{texmfdist}/source/latex/onlyamsmath
16591d53
ZU
9500%{texmfdist}/source/latex/amsaddr
9501%{texmfdist}/source/latex/amscls
9502%{texmfdist}/source/latex/amsfonts
9503%{texmfdist}/source/latex/amsmath
9504%{texmfdist}/source/latex/amsrefs
d08789e0
ZU
9505
9506%files latex-antp
9507%defattr(644,root,root,755)
7179ac92 9508%{texmfdist}/tex/latex/antp
d08789e0
ZU
9509
9510%files latex-antt
9511%defattr(644,root,root,755)
2677a8b0 9512%{texmfdist}/tex/latex/antt
d08789e0 9513
e88b5dcf
ZU
9514%files latex-appendix
9515%defattr(644,root,root,755)
9516%doc %{texmfdist}/doc/latex/appendix
9517%{texmfdist}/tex/latex/appendix
84a4c427 9518%{texmfdist}/source/latex/appendix
e88b5dcf 9519
16591d53
ZU
9520# %files latex-backgammon
9521# %defattr(644,root,root,755)
b4d68b39 9522
6c82f497
ZU
9523%files latex-bardiag
9524%defattr(644,root,root,755)
9525%doc %{texmfdist}/doc/latex/bardiag
9526%{texmfdist}/tex/latex/bardiag
9527
d08789e0
ZU
9528%files latex-bbm
9529%defattr(644,root,root,755)
68640cd8
ZU
9530%doc %{texmfdist}/doc/fonts/bbm
9531%{texmfdist}/tex/latex/bbm
d08789e0
ZU
9532
9533%files latex-bbold
9534%defattr(644,root,root,755)
ffd94364
ZU
9535%doc %{texmfdist}/doc/latex/bbold
9536%{texmfdist}/tex/latex/bbold
9537%{texmfdist}/source/latex/bbold
d08789e0 9538
b4d68b39
ZU
9539%files latex-beamer
9540%defattr(644,root,root,755)
9541%doc %{texmfdist}/doc/latex/beamer
9542%{texmfdist}/tex/latex/beamer-contrib
9543%{texmfdist}/tex/latex/beamer
9544
2fede27b
ZU
9545%files latex-bezos
9546%defattr(644,root,root,755)
9547%doc %{texmfdist}/doc/latex/bezos
9548%{texmfdist}/tex/latex/bezos
9549
d08789e0
ZU
9550%files latex-bibtex
9551%defattr(644,root,root,755)
68640cd8 9552%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
9553%doc %{texmfdist}/doc/latex/adrconv
9554%doc %{texmfdist}/doc/latex/bibtopic
9555%doc %{texmfdist}/doc/latex/bibunits
9556%doc %{texmfdist}/doc/latex/natbib
9557%doc %{texmfdist}/doc/latex/footbib
247457ba 9558%doc %{texmf}/doc/bibtex8
68640cd8
ZU
9559%dir %{texmfdist}/doc/bibtex
9560%dir %{texmfdist}/bibtex
9561%dir %{texmfdist}/bibtex/bib
9562%dir %{texmfdist}/bibtex/bst
b9a3d45e 9563%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
9564
9565%attr(755,root,root) %{_bindir}/bibtex
9566%attr(755,root,root) %{_bindir}/rubibtex
9567
68640cd8
ZU
9568%{texmfdist}/bibtex/bst/base
9569%{texmfdist}/bibtex/csf/base
9570%{texmfdist}/bibtex/bib/base
9571%{texmfdist}/bibtex/bst/adrconv
9572%{texmfdist}/bibtex/bib/adrconv
9573%{texmfdist}/source/latex/adrconv
9574%{texmfdist}/tex/latex/adrconv
9575# %{texmf}/bibtex/bst/misc
9576%{texmfdist}/bibtex/bst/natbib
9577%{texmfdist}/tex/latex/natbib
9578%{texmfdist}/tex/latex/bibtopic
1d337b0e 9579%{texmfdist}/source/latex/bibtopic
68640cd8
ZU
9580%{texmfdist}/source/latex/bibunits
9581%{texmfdist}/tex/latex/bibunits
9582%{texmfdist}/source/latex/footbib
9583%{texmfdist}/tex/latex/footbib
247457ba
ZU
9584%dir %{texmf}/bibtex
9585%{texmf}/bibtex/csf
d08789e0
ZU
9586
9587%{_mandir}/man1/bibtex.1*
9588%{_mandir}/man1/rubibtex.1*
9589
9590%files latex-bibtex-ams
9591%defattr(644,root,root,755)
68640cd8
ZU
9592%{texmfdist}/bibtex/bst/ams
9593%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
9594
9595%files latex-bibtex-pl
9596%defattr(644,root,root,755)
04123363 9597%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 9598%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
9599
9600%files latex-bibtex-german
9601%defattr(644,root,root,755)
68640cd8
ZU
9602%doc %{texmfdist}/doc/bibtex/germbib
9603%{texmfdist}/bibtex/bst/germbib
9604%{texmfdist}/tex/latex/germbib
d08789e0
ZU
9605
9606%files latex-bibtex-revtex4
9607%defattr(644,root,root,755)
04123363 9608%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
9609%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9610%{texmfdist}/source/latex/revtex/revtex4.dtx
9611%{texmfdist}/source/latex/revtex/revtex4.ins
9612%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
9613
9614%files latex-bibtex-jurabib
9615%defattr(644,root,root,755)
68640cd8
ZU
9616%doc %{texmfdist}/doc/latex/jurabib
9617%{texmfdist}/bibtex/bst/jurabib
9618%{texmfdist}/bibtex/bib/jurabib
9619%{texmfdist}/source/latex/jurabib
9620%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
9621
9622%files latex-bibtex-dk
9623%defattr(644,root,root,755)
68640cd8
ZU
9624%doc %{texmfdist}/doc/latex/dk-bib
9625%{texmfdist}/bibtex/bst/dk-bib
9626%{texmfdist}/bibtex/csf/dk-bib
9627%{texmfdist}/bibtex/bib/dk-bib
9628%{texmfdist}/source/latex/dk-bib
9629%{texmfdist}/tex/latex/dk-bib
9630
9631# %files latex-bibtex-nor
9632# %defattr(644,root,root,755)
9633# %{texmf}/bibtex/bst/norbib
d08789e0 9634
33b3b483
ZU
9635%files latex-bibtex-styles
9636%defattr(644,root,root,755)
c9ddaf2d 9637%doc %{texmfdist}/doc/generic/t2
04123363 9638%dir %{texmfdist}/source/bibtex
33b3b483
ZU
9639%{texmfdist}/bibtex/bib/IEEEtran
9640%{texmfdist}/bibtex/bib/abstyles
9641%{texmfdist}/bibtex/bib/achemso
9642%{texmfdist}/bibtex/bib/acmtrans
33b3b483
ZU
9643%{texmfdist}/bibtex/bib/ascelike
9644%{texmfdist}/bibtex/bib/beebe
9645%{texmfdist}/bibtex/bib/bibhtml
9646%{texmfdist}/bibtex/bib/bibtopic
33b3b483
ZU
9647%{texmfdist}/bibtex/bib/din1505
9648%{texmfdist}/bibtex/bib/directory
33b3b483
ZU
9649%{texmfdist}/bibtex/bib/figbib
9650%{texmfdist}/bibtex/bib/frankenstein
9651%{texmfdist}/bibtex/bib/gatech-thesis
9652%{texmfdist}/bibtex/bib/geomsty
9653%{texmfdist}/bibtex/bib/gloss
9654%{texmfdist}/bibtex/bib/harvard
9655%{texmfdist}/bibtex/bib/ieeepes
9656%{texmfdist}/bibtex/bib/ijmart
9657%{texmfdist}/bibtex/bib/imac
9658%{texmfdist}/bibtex/bib/index
9659%{texmfdist}/bibtex/bib/lsc
9660%{texmfdist}/bibtex/bib/msc
9661%{texmfdist}/bibtex/bib/nostarch
9662%{texmfdist}/bibtex/bib/philosophersimprint
9663%{texmfdist}/bibtex/bib/revtex
9664%{texmfdist}/bibtex/bib/spie
9665%{texmfdist}/bibtex/bib/urlbst
9666%{texmfdist}/bibtex/bst/IEEEtran
9667%{texmfdist}/bibtex/bst/abstyles
9668%{texmfdist}/bibtex/bst/achemso
9669%{texmfdist}/bibtex/bst/acmtrans
9670%{texmfdist}/bibtex/bst/afthesis
9671%{texmfdist}/bibtex/bst/aguplus
33b3b483
ZU
9672%{texmfdist}/bibtex/bst/aichej
9673%{texmfdist}/bibtex/bst/ametsoc
33b3b483 9674%{texmfdist}/bibtex/bst/ascelike
33b3b483
ZU
9675%{texmfdist}/bibtex/bst/beebe
9676%{texmfdist}/bibtex/bst/bibhtml
9677%{texmfdist}/bibtex/bst/chem-journal
9678%{texmfdist}/bibtex/bst/chicago
33b3b483
ZU
9679%{texmfdist}/bibtex/bst/confproc
9680%{texmfdist}/bibtex/bst/datatool
9681%{texmfdist}/bibtex/bst/din1505
9682%{texmfdist}/bibtex/bst/dinat
9683%{texmfdist}/bibtex/bst/directory
33b3b483
ZU
9684%{texmfdist}/bibtex/bst/dvdcoll
9685%{texmfdist}/bibtex/bst/economic
9686%{texmfdist}/bibtex/bst/elsevier-bib
9687%{texmfdist}/bibtex/bst/fbs
9688%{texmfdist}/bibtex/bst/figbib
9689%{texmfdist}/bibtex/bst/finbib
9690%{texmfdist}/bibtex/bst/frankenstein
9691%{texmfdist}/bibtex/bst/gatech-thesis
9692%{texmfdist}/bibtex/bst/gloss
9693%{texmfdist}/bibtex/bst/gost
9694%{texmfdist}/bibtex/bst/gustlib
9695%{texmfdist}/bibtex/bst/harvard
9696%{texmfdist}/bibtex/bst/hc
9697%{texmfdist}/bibtex/bst/ieeepes
9698%{texmfdist}/bibtex/bst/ijmart
9699%{texmfdist}/bibtex/bst/ijqc
9700%{texmfdist}/bibtex/bst/imac
9701%{texmfdist}/bibtex/bst/index
9702%{texmfdist}/bibtex/bst/inlinebib
9703%{texmfdist}/bibtex/bst/iopart-num
9704%{texmfdist}/bibtex/bst/jneurosci
9705%{texmfdist}/bibtex/bst/jurarsp
9706%{texmfdist}/bibtex/bst/kluwer
9707%{texmfdist}/bibtex/bst/mciteplus
9708%{texmfdist}/bibtex/bst/mslapa
9709%{texmfdist}/bibtex/bst/multibib
9710%{texmfdist}/bibtex/bst/munich
9711%{texmfdist}/bibtex/bst/nature
9712%{texmfdist}/bibtex/bst/nddiss
9713%{texmfdist}/bibtex/bst/opcit
9714%{texmfdist}/bibtex/bst/perception
9715%{texmfdist}/bibtex/bst/revtex
9716%{texmfdist}/bibtex/bst/rsc
9717%{texmfdist}/bibtex/bst/savetrees
9718%{texmfdist}/bibtex/bst/shipunov
9719%{texmfdist}/bibtex/bst/smflatex
9720%{texmfdist}/bibtex/bst/sort-by-letters
9721%{texmfdist}/bibtex/bst/spie
9722%{texmfdist}/bibtex/bst/stellenbosch
9723%{texmfdist}/bibtex/bst/swebib
9724%{texmfdist}/bibtex/bst/texsis
9725%{texmfdist}/bibtex/bst/thuthesis
9726%{texmfdist}/bibtex/bst/tugboat
9727%{texmfdist}/bibtex/bst/urlbst
9728%{texmfdist}/bibtex/csf/gost
9729%doc %{texmfdist}/doc/bibtex/abstyles
9730%doc %{texmfdist}/doc/bibtex/bibhtml
9731%doc %{texmfdist}/doc/bibtex/dinat
9732%doc %{texmfdist}/doc/bibtex/economic
9733%doc %{texmfdist}/doc/bibtex/elsevier-bib
9734%doc %{texmfdist}/doc/bibtex/gost
9735%doc %{texmfdist}/doc/bibtex/ijqc
9736%doc %{texmfdist}/doc/bibtex/iopart-num
33b3b483
ZU
9737%doc %{texmfdist}/doc/latex/IEEEtran
9738%{texmfdist}/source/bibtex/gost
9739
435dbdfa
ZU
9740%files latex-bibtex-vancouver
9741%defattr(644,root,root,755)
9742%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9743%dir %{texmfdist}/bibtex/bst/vancouver
9744%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9745%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9746%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9747%doc %{texmfdist}/doc/bibtex/vancouver/README
9748%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9749%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9750
2fede27b
ZU
9751%files latex-booktabs
9752%defattr(644,root,root,755)
9753%doc %{texmfdist}/doc/latex/booktabs
1d337b0e 9754%{texmfdist}/source/latex/booktabs
2fede27b
ZU
9755%{texmfdist}/tex/latex/booktabs
9756
9757%files latex-caption
9758%defattr(644,root,root,755)
9759%doc %{texmfdist}/doc/latex/caption
9760%{texmfdist}/tex/latex/caption
1d337b0e 9761%{texmfdist}/source/latex/caption
2fede27b 9762
d08789e0
ZU
9763%files latex-carlisle
9764%defattr(644,root,root,755)
68640cd8
ZU
9765%doc %{texmfdist}/doc/latex/carlisle
9766%{texmfdist}/tex/latex/carlisle
1d337b0e 9767%{texmfdist}/source/latex/carlisle
d08789e0
ZU
9768
9769%files latex-ccfonts
9770%defattr(644,root,root,755)
68640cd8
ZU
9771%doc %{texmfdist}/doc/latex/ccfonts
9772%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9773
9774%files latex-cite
9775%defattr(644,root,root,755)
2677a8b0 9776%{texmfdist}/tex/latex/cite
d08789e0
ZU
9777
9778%files latex-cmbright
9779%defattr(644,root,root,755)
68640cd8
ZU
9780%doc %{texmfdist}/doc/latex/cmbright
9781%{texmfdist}/tex/latex/cmbright
9782
783773ac
ZU
9783%files latex-colortab
9784%defattr(644,root,root,755)
9785%doc %{texmfdist}/doc/generic/colortab
9786%{texmfdist}/tex/latex/colortab
9787%{texmfdist}/tex/generic/colortab
9788
2fede27b
ZU
9789%files latex-comment
9790%defattr(644,root,root,755)
9791%doc %{texmfdist}/doc/latex/comment
9792%{texmfdist}/tex/latex/comment
1d337b0e 9793%{texmfdist}/source/latex/comment
d08789e0
ZU
9794
9795%files latex-concmath
9796%defattr(644,root,root,755)
2677a8b0 9797%{texmfdist}/tex/latex/concmath
d08789e0 9798
2fede27b
ZU
9799%files latex-currvita
9800%defattr(644,root,root,755)
9801%doc %{texmfdist}/doc/latex/currvita
9802%{texmfdist}/tex/latex/currvita
de260d32
ZU
9803%{texmfdist}/source/latex/currvita
9804%doc %{texmfdist}/doc/latex/curve
9805%{texmfdist}/source/latex/curve
9806%{texmfdist}/tex/latex/curve
9807%doc %{texmfdist}/doc/latex/ecv
9808%{texmfdist}/source/latex/ecv
9809%{texmfdist}/tex/latex/ecv
9810%doc %{texmfdist}/doc/latex/simplecv
9811%{texmfdist}/source/latex/simplecv
9812%{texmfdist}/tex/latex/simplecv
2fede27b
ZU
9813
9814%files latex-curves
9815%defattr(644,root,root,755)
9816%doc %{texmfdist}/doc/latex/curves
1d337b0e 9817%{texmfdist}/source/latex/curves
2fede27b
ZU
9818%{texmfdist}/tex/latex/curves
9819
d08789e0
ZU
9820%files latex-custom-bib
9821%defattr(644,root,root,755)
9501d92c
ZU
9822%doc %{texmfdist}/doc/latex/custom-bib
9823%{texmfdist}/source/latex/custom-bib
9824%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9825
9826%files latex-cyrillic
9827%defattr(644,root,root,755)
9501d92c
ZU
9828%doc %{texmfdist}/doc/latex/cyrillic
9829%{texmfdist}/source/latex/cyrillic
9830%{texmfdist}/tex/latex/cyrillic
d08789e0 9831
04eb4e68
ZU
9832# %files latex-dstroke
9833# %defattr(644,root,root,755)
9834# %{texmf}/tex/latex/dstroke
d08789e0 9835
60597425
ZU
9836%files latex-enumitem
9837%defattr(644,root,root,755)
9838%doc %{texmfdist}/doc/latex/enumitem
9839%{texmfdist}/tex/latex/enumitem
9840
2b453bda
ZU
9841%files latex-exam
9842%defattr(644,root,root,755)
f1f5d194 9843%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
9844%{texmfdist}/tex/latex/exam
9845
247457ba
ZU
9846%files latex-examdesign
9847%defattr(644,root,root,755)
9848%doc %{texmfdist}/doc/latex/examdesign
9849%{texmfdist}/tex/latex/examdesign
9850%{texmfdist}/source/latex/examdesign
9851
9852%files latex-formlett
9853%defattr(644,root,root,755)
9854%doc %{texmfdist}/doc/latex/formlett
9855%{texmfdist}/tex/latex/formlett
9856
c9ddaf2d
ZU
9857%files latex-formular
9858%defattr(644,root,root,755)
9859%doc %{texmfdist}/doc/latex/formular
9860%{texmfdist}/tex/latex/formular
9861%{texmfdist}/source/latex/formular
9862
f1f5d194
ZU
9863%files latex-gbrief
9864%defattr(644,root,root,755)
9865%doc %{texmfdist}/doc/latex/g-brief
9866%{texmfdist}/tex/latex/g-brief
9867
d08789e0
ZU
9868%files latex-jknappen
9869%defattr(644,root,root,755)
9501d92c
ZU
9870%doc %{texmfdist}/fonts/source/jknappen
9871%{texmfdist}/fonts/tfm/jknappen
d08789e0 9872
d19eaaab
ZU
9873%files latex-keystroke
9874%defattr(644,root,root,755)
9875%{texmfdist}/tex/latex/keystroke
9876%doc %{texmfdist}/doc/latex/keystroke
9877
9878%files latex-labbook
9879%defattr(644,root,root,755)
9880%doc %{texmfdist}/doc/latex/labbook
9881%{texmfdist}/source/latex/labbook
9882%{texmfdist}/tex/latex/labbook
9883
a8b381b0
ZU
9884%files latex-lastpage
9885%defattr(644,root,root,755)
a8b381b0 9886%doc %{texmfdist}/doc/latex/lastpage
f1f5d194 9887%{texmfdist}/tex/latex/lastpage
b9c820f8 9888%{texmfdist}/source/latex/lastpage
f1f5d194 9889
d19eaaab
ZU
9890%files latex-lcd
9891%defattr(644,root,root,755)
9892%doc %{texmfdist}/doc/latex/lcd
9893%{texmfdist}/source/latex/lcd
9894%{texmfdist}/tex/latex/lcd
9895
9896%files latex-leaflet
9897%defattr(644,root,root,755)
9898%doc %{texmfdist}/doc/latex/leaflet
9899%{texmfdist}/source/latex/leaflet
9900%{texmfdist}/tex/latex/leaflet
9901
f1f5d194
ZU
9902%files latex-leftidx
9903%defattr(644,root,root,755)
9904%doc %{texmfdist}/doc/latex/leftidx
9905%{texmfdist}/tex/latex/leftidx
6bc47e19 9906%{texmfdist}/source/latex/leftidx
a8b381b0 9907
d19eaaab
ZU
9908%files latex-lewis
9909%defattr(644,root,root,755)
9910%doc %{texmfdist}/doc/latex/lewis
9911%{texmfdist}/tex/latex/lewis
9912
d08789e0
ZU
9913%files latex-lm
9914%defattr(644,root,root,755)
9501d92c
ZU
9915%doc %{texmfdist}/doc/fonts/lm
9916%{texmfdist}/tex/latex/lm
9917%{texmfdist}/fonts/afm/public/lm
9918%{texmfdist}/fonts/enc/dvips/lm
9919%{texmfdist}/fonts/map/dvips/lm
9920%{texmfdist}/fonts/map/dvipdfm/lm
9921%{texmfdist}/fonts/opentype/public/lm
9922%{texmfdist}/fonts/tfm/public/lm
9923%{texmfdist}/source/fonts/lm
d08789e0
ZU
9924
9925%files latex-lucidabr
9926%defattr(644,root,root,755)
8affbd2c 9927%dir %{texmfdist}/vtex
04123363 9928%dir %{texmfdist}/vtex/config
26d8eaaa
ZU
9929%{texmfdist}/vtex/config/lucidabr-k.ali
9930%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
9931
9932%files latex-lineno
9933%defattr(644,root,root,755)
9501d92c
ZU
9934%doc %{texmfdist}/doc/latex/lineno
9935%{texmfdist}/tex/latex/lineno
9936
d08789e0
ZU
9937
9938%files latex-marvosym
9939%defattr(644,root,root,755)
2677a8b0 9940%{texmfdist}/tex/latex/marvosym
d08789e0 9941
d19eaaab
ZU
9942%files latex-mathexam
9943%defattr(644,root,root,755)
9944%doc %{texmfdist}/doc/latex/mathexam
9945%{texmfdist}/source/latex/mathexam
9946%{texmfdist}/tex/latex/mathexam
9947
5b7eba8e
MB
9948#%files latex-mathpple
9949#%defattr(644,root,root,755)
d08789e0 9950
5b7eba8e
MB
9951#%files latex-mathtime
9952#%defattr(644,root,root,755)
d08789e0
ZU
9953
9954%files latex-microtype
9955%defattr(644,root,root,755)
26d8eaaa
ZU
9956%doc %{texmfdist}/doc/latex/microtype
9957%{texmfdist}/source/latex/microtype
9958%{texmfdist}/tex/latex/microtype
d08789e0 9959
de260d32
ZU
9960%files latex-misc
9961%defattr(644,root,root,755)
9962%doc %{texmfdist}/doc/latex/fixme
9963%{texmfdist}/source/latex/fixme
9964%{texmfdist}/tex/latex/fixme
9965%doc %{texmfdist}/doc/latex/recipecard
9966%{texmfdist}/source/latex/recipecard
9967%{texmfdist}/tex/latex/recipecard
9968%doc %{texmfdist}/doc/latex/cooking
9969%{texmfdist}/source/latex/cooking
9970%{texmfdist}/tex/latex/cooking
9971%doc %{texmfdist}/doc/latex/cuisine
9972%{texmfdist}/source/latex/cuisine
9973%{texmfdist}/tex/latex/cuisine
9974
d08789e0
ZU
9975%files latex-mflogo
9976%defattr(644,root,root,755)
26d8eaaa
ZU
9977%doc %{texmfdist}/doc/latex/mflogo
9978%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
9979
9980%files latex-mfnfss
9981%defattr(644,root,root,755)
26d8eaaa
ZU
9982%{texmfdist}/source/latex/mfnfss
9983%{texmfdist}/tex/latex/mfnfss
9984
d08789e0
ZU
9985%files latex-minitoc
9986%defattr(644,root,root,755)
26d8eaaa
ZU
9987%doc %{texmfdist}/doc/latex/minitoc
9988%{texmfdist}/bibtex/bst/minitoc
9989%{texmfdist}/makeindex/minitoc
9990%{texmfdist}/scripts/minitoc
9991%{texmfdist}/source/latex/minitoc
9992%{texmfdist}/tex/latex/minitoc
9993
d08789e0
ZU
9994
9995%files latex-mltex
9996%defattr(644,root,root,755)
26d8eaaa
ZU
9997%doc %{texmfdist}/doc/latex/mltex
9998%{texmfdist}/tex/latex/mltex
d08789e0 9999
f1f5d194
ZU
10000%files latex-moreverb
10001%defattr(644,root,root,755)
10002%doc %{texmfdist}/doc/latex/moreverb
10003%{texmfdist}/tex/latex/moreverb
10004
d34bfb7f
ZU
10005%files latex-multienum
10006%defattr(644,root,root,755)
f2555868 10007%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 10008%dir %{texmfdist}/tex/latex/multenum
f2555868 10009%{texmfdist}/tex/latex/multenum/*
d34bfb7f 10010
8ed039e0
ZU
10011%files latex-musictex
10012%defattr(644,root,root,755)
10013%doc %{texmfdist}/doc/generic/musictex
10014%{texmfdist}/fonts/source/public/musictex
10015%{texmfdist}/fonts/tfm/public/musictex
10016%{texmfdist}/tex/generic/musictex
10017%{texmfdist}/tex/latex/musictex
10018
a8b381b0
ZU
10019%files latex-ntheorem
10020%defattr(644,root,root,755)
a8b381b0 10021%doc %{texmfdist}/doc/latex/ntheorem
6bc47e19
ZU
10022%{texmfdist}/tex/latex/ntheorem
10023%{texmfdist}/source/latex/ntheorem
26d8eaaa 10024
f65b3398
ZU
10025%files latex-other-doc
10026%defattr(644,root,root,755)
8affbd2c 10027%doc %{texmfdist}/doc/alatex
f65b3398 10028%doc %{texmfdist}/doc/cslatex/base
e67df411 10029%doc %{texmfdist}/doc/generic/enctex
8affbd2c 10030%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
10031%doc %{texmfdist}/doc/latex/ANUfinalexam
10032%doc %{texmfdist}/doc/latex/AkkTeX
f65b3398 10033%doc %{texmfdist}/doc/latex/GuIT
f65b3398 10034%doc %{texmfdist}/doc/latex/a0poster
f65b3398 10035%doc %{texmfdist}/doc/latex/acmtrans
f65b3398
ZU
10036%doc %{texmfdist}/doc/latex/adrlist
10037%doc %{texmfdist}/doc/latex/afthesis
10038%doc %{texmfdist}/doc/latex/aguplus
f65b3398 10039%doc %{texmfdist}/doc/latex/akletter
f65b3398
ZU
10040%doc %{texmfdist}/doc/latex/algorithm2e
10041%doc %{texmfdist}/doc/latex/algorithmicx
f65b3398
ZU
10042%doc %{texmfdist}/doc/latex/altfont
10043%doc %{texmfdist}/doc/latex/ametsoc
10044%doc %{texmfdist}/doc/latex/amsaddr
10045%doc %{texmfdist}/doc/latex/amsrefs
10046%doc %{texmfdist}/doc/latex/animate
10047%doc %{texmfdist}/doc/latex/answers
10048%doc %{texmfdist}/doc/latex/anyfontsize
10049%doc %{texmfdist}/doc/latex/apa
f65b3398
ZU
10050%doc %{texmfdist}/doc/latex/ar
10051%doc %{texmfdist}/doc/latex/arabi
10052%doc %{texmfdist}/doc/latex/arabtex
f65b3398
ZU
10053%doc %{texmfdist}/doc/latex/ascelike
10054%doc %{texmfdist}/doc/latex/assignment
f65b3398
ZU
10055%doc %{texmfdist}/doc/latex/augie
10056%doc %{texmfdist}/doc/latex/aurical
10057%doc %{texmfdist}/doc/latex/authorindex
10058%doc %{texmfdist}/doc/latex/autoarea
10059%doc %{texmfdist}/doc/latex/autotab
f65b3398
ZU
10060%doc %{texmfdist}/doc/latex/bangtex
10061%doc %{texmfdist}/doc/latex/barcodes
10062%doc %{texmfdist}/doc/latex/bayer
10063%doc %{texmfdist}/doc/latex/bbm-macros
10064%doc %{texmfdist}/doc/latex/beamer-contrib
10065%doc %{texmfdist}/doc/latex/begriff
10066%doc %{texmfdist}/doc/latex/betababel
f65b3398
ZU
10067%doc %{texmfdist}/doc/latex/bibarts
10068%doc %{texmfdist}/doc/latex/bibleref
10069%doc %{texmfdist}/doc/latex/biblist
f65b3398 10070%doc %{texmfdist}/doc/latex/bigfoot
f65b3398
ZU
10071%doc %{texmfdist}/doc/latex/bizcard
10072%doc %{texmfdist}/doc/latex/blindtext
f65b3398
ZU
10073%doc %{texmfdist}/doc/latex/boldtensors
10074%doc %{texmfdist}/doc/latex/bookest
f65b3398 10075%doc %{texmfdist}/doc/latex/boxhandler
f65b3398
ZU
10076%doc %{texmfdist}/doc/latex/braille
10077%doc %{texmfdist}/doc/latex/breakurl
10078%doc %{texmfdist}/doc/latex/brushscr
f65b3398 10079%doc %{texmfdist}/doc/latex/bussproofs
f65b3398
ZU
10080%doc %{texmfdist}/doc/latex/calxxxx
10081%doc %{texmfdist}/doc/latex/captcont
10082%doc %{texmfdist}/doc/latex/casyl
10083%doc %{texmfdist}/doc/latex/catechis
10084%doc %{texmfdist}/doc/latex/cbcoptic
10085%doc %{texmfdist}/doc/latex/cclicenses
10086%doc %{texmfdist}/doc/latex/cd-cover
10087%doc %{texmfdist}/doc/latex/cd
10088%doc %{texmfdist}/doc/latex/cdpbundl
10089%doc %{texmfdist}/doc/latex/cellspace
10090%doc %{texmfdist}/doc/latex/changes
10091%doc %{texmfdist}/doc/latex/chapterfolder
f65b3398 10092%doc %{texmfdist}/doc/latex/china2e
f65b3398
ZU
10093%doc %{texmfdist}/doc/latex/cite
10094%doc %{texmfdist}/doc/latex/cjk
10095%doc %{texmfdist}/doc/latex/classicthesis
f65b3398
ZU
10096%doc %{texmfdist}/doc/latex/cleveref
10097%doc %{texmfdist}/doc/latex/clock
10098%doc %{texmfdist}/doc/latex/clrscode
10099%doc %{texmfdist}/doc/latex/cm-lgc
10100%doc %{texmfdist}/doc/latex/cmap
10101%doc %{texmfdist}/doc/latex/cmcyralt
10102%doc %{texmfdist}/doc/latex/cmdstring
f65b3398
ZU
10103%doc %{texmfdist}/doc/latex/codepage
10104%doc %{texmfdist}/doc/latex/colorinfo
f65b3398
ZU
10105%doc %{texmfdist}/doc/latex/commath
10106%doc %{texmfdist}/doc/latex/complexity
f65b3398
ZU
10107%doc %{texmfdist}/doc/latex/concprog
10108%doc %{texmfdist}/doc/latex/confproc
f65b3398
ZU
10109%doc %{texmfdist}/doc/latex/courier-scaled
10110%doc %{texmfdist}/doc/latex/courseoutline
10111%doc %{texmfdist}/doc/latex/coursepaper
10112%doc %{texmfdist}/doc/latex/coverpage
10113%doc %{texmfdist}/doc/latex/covington
10114%doc %{texmfdist}/doc/latex/crossreference
f65b3398
ZU
10115%doc %{texmfdist}/doc/latex/cryst
10116%doc %{texmfdist}/doc/latex/csbulletin
10117%doc %{texmfdist}/doc/latex/csquotes
f65b3398 10118%doc %{texmfdist}/doc/latex/ctib
f65b3398 10119%doc %{texmfdist}/doc/latex/cursor
f65b3398
ZU
10120%doc %{texmfdist}/doc/latex/cv
10121%doc %{texmfdist}/doc/latex/cweb-latex
f65b3398 10122%doc %{texmfdist}/doc/latex/dateiliste
f65b3398
ZU
10123%doc %{texmfdist}/doc/latex/datetime
10124%doc %{texmfdist}/doc/latex/dcpic
f65b3398 10125%doc %{texmfdist}/doc/latex/diagnose
f65b3398
ZU
10126%doc %{texmfdist}/doc/latex/dichokey
10127%doc %{texmfdist}/doc/latex/digiconfigs
10128%doc %{texmfdist}/doc/latex/din1505
10129%doc %{texmfdist}/doc/latex/directory
f65b3398 10130%doc %{texmfdist}/doc/latex/dlfltxb
f65b3398
ZU
10131%doc %{texmfdist}/doc/latex/docmfp
10132%doc %{texmfdist}/doc/latex/doi
10133%doc %{texmfdist}/doc/latex/doipubmed
10134%doc %{texmfdist}/doc/latex/dotarrow
10135%doc %{texmfdist}/doc/latex/dottex
10136%doc %{texmfdist}/doc/latex/dpfloat
f65b3398 10137%doc %{texmfdist}/doc/latex/drac
f65b3398 10138%doc %{texmfdist}/doc/latex/dramatist
f65b3398
ZU
10139%doc %{texmfdist}/doc/latex/dtxgallery
10140%doc %{texmfdist}/doc/latex/duerer-latex
10141%doc %{texmfdist}/doc/latex/dvdcoll
f65b3398
ZU
10142%doc %{texmfdist}/doc/latex/eCards
10143%doc %{texmfdist}/doc/latex/ean13isbn
10144%doc %{texmfdist}/doc/latex/easy
10145%doc %{texmfdist}/doc/latex/ebezier
10146%doc %{texmfdist}/doc/latex/ebong
10147%doc %{texmfdist}/doc/latex/ebsthesis
10148%doc %{texmfdist}/doc/latex/ecclesiastic
10149%doc %{texmfdist}/doc/latex/ecltree
f65b3398
ZU
10150%doc %{texmfdist}/doc/latex/ed
10151%doc %{texmfdist}/doc/latex/edmac
10152%doc %{texmfdist}/doc/latex/edmargin
10153%doc %{texmfdist}/doc/latex/ednotes
10154%doc %{texmfdist}/doc/latex/eemeir
10155%doc %{texmfdist}/doc/latex/egameps
f65b3398 10156%doc %{texmfdist}/doc/latex/ellipsis
f65b3398 10157%doc %{texmfdist}/doc/latex/elpres
f65b3398
ZU
10158%doc %{texmfdist}/doc/latex/elsevier
10159%doc %{texmfdist}/doc/latex/em
10160%doc %{texmfdist}/doc/latex/emp
10161%doc %{texmfdist}/doc/latex/emulateapj
10162%doc %{texmfdist}/doc/latex/endheads
10163%doc %{texmfdist}/doc/latex/engpron
10164%doc %{texmfdist}/doc/latex/engrec
f65b3398
ZU
10165%doc %{texmfdist}/doc/latex/envlab
10166%doc %{texmfdist}/doc/latex/epigraph
10167%doc %{texmfdist}/doc/latex/epiolmec
10168%doc %{texmfdist}/doc/latex/epsdice
10169%doc %{texmfdist}/doc/latex/epspdfconversion
f65b3398
ZU
10170%doc %{texmfdist}/doc/latex/eqparbox
10171%doc %{texmfdist}/doc/latex/errata
f65b3398 10172%doc %{texmfdist}/doc/latex/eskdx
f65b3398
ZU
10173%doc %{texmfdist}/doc/latex/etex-pkg
10174%doc %{texmfdist}/doc/latex/ethiop-t1
10175%doc %{texmfdist}/doc/latex/ethiop
10176%doc %{texmfdist}/doc/latex/etoolbox
10177%doc %{texmfdist}/doc/latex/eukdate
10178%doc %{texmfdist}/doc/latex/euproposal
10179%doc %{texmfdist}/doc/latex/euro
10180%doc %{texmfdist}/doc/latex/europecv
10181%doc %{texmfdist}/doc/latex/eurosans
10182%doc %{texmfdist}/doc/latex/everypage
f65b3398
ZU
10183%doc %{texmfdist}/doc/latex/examplep
10184%doc %{texmfdist}/doc/latex/exceltex
10185%doc %{texmfdist}/doc/latex/exercise
f65b3398 10186%doc %{texmfdist}/doc/latex/expl3
f65b3398 10187%doc %{texmfdist}/doc/latex/extarrows
f65b3398
ZU
10188%doc %{texmfdist}/doc/latex/extract
10189%doc %{texmfdist}/doc/latex/facsimile
f65b3398
ZU
10190%doc %{texmfdist}/doc/latex/fancynum
10191%doc %{texmfdist}/doc/latex/fancyref
10192%doc %{texmfdist}/doc/latex/fancytooltips
10193%doc %{texmfdist}/doc/latex/fax
f65b3398
ZU
10194%doc %{texmfdist}/doc/latex/figbib
10195%doc %{texmfdist}/doc/latex/figsize
10196%doc %{texmfdist}/doc/latex/fink
10197%doc %{texmfdist}/doc/latex/fixfoot
f65b3398
ZU
10198%doc %{texmfdist}/doc/latex/flabels
10199%doc %{texmfdist}/doc/latex/flacards
10200%doc %{texmfdist}/doc/latex/flagderiv
10201%doc %{texmfdist}/doc/latex/flashcards
f65b3398 10202%doc %{texmfdist}/doc/latex/floatrow
f65b3398 10203%doc %{texmfdist}/doc/latex/fmp
f65b3398
ZU
10204%doc %{texmfdist}/doc/latex/fnbreak
10205%doc %{texmfdist}/doc/latex/fncychap
10206%doc %{texmfdist}/doc/latex/foekfont
10207%doc %{texmfdist}/doc/latex/fonttable
f65b3398
ZU
10208%doc %{texmfdist}/doc/latex/frankenstein
10209%doc %{texmfdist}/doc/latex/frenchle
10210%doc %{texmfdist}/doc/latex/fribrief
10211%doc %{texmfdist}/doc/latex/frletter
10212%doc %{texmfdist}/doc/latex/frontespizio
10213%doc %{texmfdist}/doc/latex/fullblck
10214%doc %{texmfdist}/doc/latex/fullpict
f65b3398
ZU
10215%doc %{texmfdist}/doc/latex/fundus
10216%doc %{texmfdist}/doc/latex/gaceta
f65b3398
ZU
10217%doc %{texmfdist}/doc/latex/gastex
10218%doc %{texmfdist}/doc/latex/gatech-thesis
10219%doc %{texmfdist}/doc/latex/gauss
10220%doc %{texmfdist}/doc/latex/gb4e
10221%doc %{texmfdist}/doc/latex/gcard
10222%doc %{texmfdist}/doc/latex/gcite
10223%doc %{texmfdist}/doc/latex/genmpage
10224%doc %{texmfdist}/doc/latex/geomsty
f65b3398
ZU
10225%doc %{texmfdist}/doc/latex/gloss
10226%doc %{texmfdist}/doc/latex/glossaries
10227%doc %{texmfdist}/doc/latex/gmdoc
10228%doc %{texmfdist}/doc/latex/gmeometric
10229%doc %{texmfdist}/doc/latex/gmiflink
10230%doc %{texmfdist}/doc/latex/gmutils
10231%doc %{texmfdist}/doc/latex/gmverb
f65b3398
ZU
10232%doc %{texmfdist}/doc/latex/graphicx-psmin
10233%doc %{texmfdist}/doc/latex/greek-inputenc
10234%doc %{texmfdist}/doc/latex/greekdates
10235%doc %{texmfdist}/doc/latex/greektex
10236%doc %{texmfdist}/doc/latex/grfpaste
10237%doc %{texmfdist}/doc/latex/grnumalt
10238%doc %{texmfdist}/doc/latex/grverb
10239%doc %{texmfdist}/doc/latex/gu
f65b3398
ZU
10240%doc %{texmfdist}/doc/latex/guitbeamer
10241%doc %{texmfdist}/doc/latex/hanging
10242%doc %{texmfdist}/doc/latex/har2nat
10243%doc %{texmfdist}/doc/latex/harmony
10244%doc %{texmfdist}/doc/latex/harpoon
10245%doc %{texmfdist}/doc/latex/harvard
10246%doc %{texmfdist}/doc/latex/hc
10247%doc %{texmfdist}/doc/latex/hep
10248%doc %{texmfdist}/doc/latex/hepnames
10249%doc %{texmfdist}/doc/latex/hepparticles
10250%doc %{texmfdist}/doc/latex/hepthesis
10251%doc %{texmfdist}/doc/latex/hepunits
10252%doc %{texmfdist}/doc/latex/hexgame
f65b3398
ZU
10253%doc %{texmfdist}/doc/latex/histogr
10254%doc %{texmfdist}/doc/latex/hitec
10255%doc %{texmfdist}/doc/latex/hpsdiss
f65b3398
ZU
10256%doc %{texmfdist}/doc/latex/hvfloat
10257%doc %{texmfdist}/doc/latex/hypdvips
10258%doc %{texmfdist}/doc/latex/hyperref-docsrc
10259%doc %{texmfdist}/doc/latex/hyperxmp
10260%doc %{texmfdist}/doc/latex/ibycus-babel
10261%doc %{texmfdist}/doc/latex/icsv
10262%doc %{texmfdist}/doc/latex/ieeepes
10263%doc %{texmfdist}/doc/latex/ifmslide
10264%doc %{texmfdist}/doc/latex/ifplatform
10265%doc %{texmfdist}/doc/latex/ijmart
10266%doc %{texmfdist}/doc/latex/imac
10267%doc %{texmfdist}/doc/latex/image-gallery
10268%doc %{texmfdist}/doc/latex/imtekda
10269%doc %{texmfdist}/doc/latex/inlinebib
10270%doc %{texmfdist}/doc/latex/inlinedef
10271%doc %{texmfdist}/doc/latex/interactiveworkbook
f65b3398
ZU
10272%doc %{texmfdist}/doc/latex/invoice
10273%doc %{texmfdist}/doc/latex/ipa
10274%doc %{texmfdist}/doc/latex/iso
10275%doc %{texmfdist}/doc/latex/iso10303
10276%doc %{texmfdist}/doc/latex/isodate
10277%doc %{texmfdist}/doc/latex/isodoc
f65b3398 10278%doc %{texmfdist}/doc/latex/itnumpar
f65b3398
ZU
10279%doc %{texmfdist}/doc/latex/jknapltx
10280%doc %{texmfdist}/doc/latex/jneurosci
10281%doc %{texmfdist}/doc/latex/jpsj
10282%doc %{texmfdist}/doc/latex/jura
10283%doc %{texmfdist}/doc/latex/juraabbrev
10284%doc %{texmfdist}/doc/latex/juramisc
10285%doc %{texmfdist}/doc/latex/jurarsp
10286%doc %{texmfdist}/doc/latex/karnaugh
10287%doc %{texmfdist}/doc/latex/kerkis
10288%doc %{texmfdist}/doc/latex/kerntest
10289%doc %{texmfdist}/doc/latex/kluwer
f65b3398
ZU
10290%doc %{texmfdist}/doc/latex/lazylist
10291%doc %{texmfdist}/doc/latex/lcyw
10292%doc %{texmfdist}/doc/latex/leading
10293%doc %{texmfdist}/doc/latex/ledmac
10294%doc %{texmfdist}/doc/latex/lettre
10295%doc %{texmfdist}/doc/latex/lexikon
10296%doc %{texmfdist}/doc/latex/lgreek
10297%doc %{texmfdist}/doc/latex/lhelp
10298%doc %{texmfdist}/doc/latex/linguex
10299%doc %{texmfdist}/doc/latex/lipsum
10300%doc %{texmfdist}/doc/latex/listbib
10301%doc %{texmfdist}/doc/latex/listliketab
10302%doc %{texmfdist}/doc/latex/listofsymbols
10303%doc %{texmfdist}/doc/latex/lkproof
10304%doc %{texmfdist}/doc/latex/logic
10305%doc %{texmfdist}/doc/latex/logpap
10306%doc %{texmfdist}/doc/latex/lps
10307%doc %{texmfdist}/doc/latex/lsc
10308%doc %{texmfdist}/doc/latex/ltxindex
10309%doc %{texmfdist}/doc/latex/mafr
10310%doc %{texmfdist}/doc/latex/magyar
10311%doc %{texmfdist}/doc/latex/mailing
10312%doc %{texmfdist}/doc/latex/makebarcode
10313%doc %{texmfdist}/doc/latex/makebox
10314%doc %{texmfdist}/doc/latex/makecell
10315%doc %{texmfdist}/doc/latex/makecmds
10316%doc %{texmfdist}/doc/latex/makedtx
10317%doc %{texmfdist}/doc/latex/makeglos
10318%doc %{texmfdist}/doc/latex/makeplot
10319%doc %{texmfdist}/doc/latex/manuscript
10320%doc %{texmfdist}/doc/latex/maple
10321%doc %{texmfdist}/doc/latex/marginnote
10322%doc %{texmfdist}/doc/latex/mathdesign
10323%doc %{texmfdist}/doc/latex/mathpazo
10324%doc %{texmfdist}/doc/latex/maybemath
10325%doc %{texmfdist}/doc/latex/mcaption
10326%doc %{texmfdist}/doc/latex/mceinleger
10327%doc %{texmfdist}/doc/latex/mcite
10328%doc %{texmfdist}/doc/latex/mciteplus
10329%doc %{texmfdist}/doc/latex/memexsupp
10330%doc %{texmfdist}/doc/latex/mentis
10331%doc %{texmfdist}/doc/latex/metaplot
10332%doc %{texmfdist}/doc/latex/method
10333%doc %{texmfdist}/doc/latex/metre
10334%doc %{texmfdist}/doc/latex/mff
10335%doc %{texmfdist}/doc/latex/mfpic4ode
10336%doc %{texmfdist}/doc/latex/mftinc
f65b3398
ZU
10337%doc %{texmfdist}/doc/latex/mhequ
10338%doc %{texmfdist}/doc/latex/miller
10339%doc %{texmfdist}/doc/latex/minipage-marginpar
10340%doc %{texmfdist}/doc/latex/miniplot
10341%doc %{texmfdist}/doc/latex/minutes
10342%doc %{texmfdist}/doc/latex/mla-paper
10343%doc %{texmfdist}/doc/latex/mlist
10344%doc %{texmfdist}/doc/latex/mmap
10345%doc %{texmfdist}/doc/latex/mnsymbol
10346%doc %{texmfdist}/doc/latex/moderncv
10347%doc %{texmfdist}/doc/latex/modroman
10348%doc %{texmfdist}/doc/latex/mongolian-babel
10349%doc %{texmfdist}/doc/latex/montex
10350%doc %{texmfdist}/doc/latex/moresize
10351%doc %{texmfdist}/doc/latex/movie15
10352%doc %{texmfdist}/doc/latex/msc
10353%doc %{texmfdist}/doc/latex/msg
10354%doc %{texmfdist}/doc/latex/mslapa
10355%doc %{texmfdist}/doc/latex/mtgreek
10356%doc %{texmfdist}/doc/latex/multibbl
10357%doc %{texmfdist}/doc/latex/multicap
10358%doc %{texmfdist}/doc/latex/multirow
10359%doc %{texmfdist}/doc/latex/munich
10360%doc %{texmfdist}/doc/latex/musixlyr
10361%doc %{texmfdist}/doc/latex/muthesis
10362%doc %{texmfdist}/doc/latex/mxd
10363%doc %{texmfdist}/doc/latex/mxedruli
10364%doc %{texmfdist}/doc/latex/nag
10365%doc %{texmfdist}/doc/latex/namespc
10366%doc %{texmfdist}/doc/latex/nath
10367%doc %{texmfdist}/doc/latex/nature
10368%doc %{texmfdist}/doc/latex/ncclatex
10369%doc %{texmfdist}/doc/latex/ncctools
10370%doc %{texmfdist}/doc/latex/nddiss
10371%doc %{texmfdist}/doc/latex/newalg
10372%doc %{texmfdist}/doc/latex/newfile
10373%doc %{texmfdist}/doc/latex/newlfm
10374%doc %{texmfdist}/doc/latex/newspaper
10375%doc %{texmfdist}/doc/latex/newvbtm
10376%doc %{texmfdist}/doc/latex/niceframe
10377%doc %{texmfdist}/doc/latex/nih
f65b3398
ZU
10378%doc %{texmfdist}/doc/latex/nomentbl
10379%doc %{texmfdist}/doc/latex/nonfloat
10380%doc %{texmfdist}/doc/latex/nostarch
10381%doc %{texmfdist}/doc/latex/notes
10382%doc %{texmfdist}/doc/latex/notes2bib
10383%doc %{texmfdist}/doc/latex/nrc
10384%doc %{texmfdist}/doc/latex/ntabbing
10385%doc %{texmfdist}/doc/latex/numname
10386%doc %{texmfdist}/doc/latex/numprint
10387%doc %{texmfdist}/doc/latex/objectz
10388%doc %{texmfdist}/doc/latex/ocr-latex
10389%doc %{texmfdist}/doc/latex/octavo
10390%doc %{texmfdist}/doc/latex/ogham
10391%doc %{texmfdist}/doc/latex/ogonek
10392%doc %{texmfdist}/doc/latex/opcit
10393%doc %{texmfdist}/doc/latex/ordinalpt
f65b3398
ZU
10394%doc %{texmfdist}/doc/latex/otibet
10395%doc %{texmfdist}/doc/latex/outline
10396%doc %{texmfdist}/doc/latex/outliner
10397%doc %{texmfdist}/doc/latex/pagenote
10398%doc %{texmfdist}/doc/latex/paper
10399%doc %{texmfdist}/doc/latex/papercdcase
10400%doc %{texmfdist}/doc/latex/papertex
10401%doc %{texmfdist}/doc/latex/parallel
10402%doc %{texmfdist}/doc/latex/paresse
10403%doc %{texmfdist}/doc/latex/parrun
10404%doc %{texmfdist}/doc/latex/pauldoc
10405%doc %{texmfdist}/doc/latex/pbox
10406%doc %{texmfdist}/doc/latex/pbsheet
10407%doc %{texmfdist}/doc/latex/pdfcprot
10408%doc %{texmfdist}/doc/latex/pdfscreen
10409%doc %{texmfdist}/doc/latex/pdfsync
10410%doc %{texmfdist}/doc/latex/pdftricks
10411%doc %{texmfdist}/doc/latex/pdfwin
10412%doc %{texmfdist}/doc/latex/pecha
10413%doc %{texmfdist}/doc/latex/perception
10414%doc %{texmfdist}/doc/latex/perltex
f65b3398
ZU
10415%doc %{texmfdist}/doc/latex/petiteannonce
10416%doc %{texmfdist}/doc/latex/petri-nets
10417%doc %{texmfdist}/doc/latex/pgf-soroban
10418%doc %{texmfdist}/doc/latex/pgfopts
f65b3398
ZU
10419%doc %{texmfdist}/doc/latex/philex
10420%doc %{texmfdist}/doc/latex/philosophersimprint
10421%doc %{texmfdist}/doc/latex/photo
10422%doc %{texmfdist}/doc/latex/pinlabel
10423%doc %{texmfdist}/doc/latex/pittetd
10424%doc %{texmfdist}/doc/latex/plari
10425%doc %{texmfdist}/doc/latex/plates
10426%doc %{texmfdist}/doc/latex/play
10427%doc %{texmfdist}/doc/latex/plweb
10428%doc %{texmfdist}/doc/latex/pmgraph
10429%doc %{texmfdist}/doc/latex/poemscol
10430%doc %{texmfdist}/doc/latex/polski
10431%doc %{texmfdist}/doc/latex/polyglot
10432%doc %{texmfdist}/doc/latex/polytable
10433%doc %{texmfdist}/doc/latex/postcards
10434%doc %{texmfdist}/doc/latex/powerdot
10435%doc %{texmfdist}/doc/latex/ppower4
10436%doc %{texmfdist}/doc/latex/ppr-prv
10437%doc %{texmfdist}/doc/latex/pracjourn
10438%doc %{texmfdist}/doc/latex/prettyref
10439%doc %{texmfdist}/doc/latex/proba
10440%doc %{texmfdist}/doc/latex/probsoln
10441%doc %{texmfdist}/doc/latex/procIAGssymp
10442%doc %{texmfdist}/doc/latex/progkeys
10443%doc %{texmfdist}/doc/latex/progress
10444%doc %{texmfdist}/doc/latex/protex
10445%doc %{texmfdist}/doc/latex/protocol
10446%doc %{texmfdist}/doc/latex/psfragx
10447%doc %{texmfdist}/doc/latex/psgo
10448%doc %{texmfdist}/doc/latex/pspicture
10449%doc %{texmfdist}/doc/latex/pst2pdf
10450%doc %{texmfdist}/doc/latex/ptptex
10451%doc %{texmfdist}/doc/latex/qcm
10452%doc %{texmfdist}/doc/latex/qobitree
10453%doc %{texmfdist}/doc/latex/qstest
10454%doc %{texmfdist}/doc/latex/qsymbols
10455%doc %{texmfdist}/doc/latex/qtree
10456%doc %{texmfdist}/doc/latex/quotchap
10457%doc %{texmfdist}/doc/latex/quotmark
10458%doc %{texmfdist}/doc/latex/r_und_s
10459%doc %{texmfdist}/doc/latex/randbild
10460%doc %{texmfdist}/doc/latex/randtext
10461%doc %{texmfdist}/doc/latex/rccol
10462%doc %{texmfdist}/doc/latex/rcs
10463%doc %{texmfdist}/doc/latex/rcsinfo
f65b3398
ZU
10464%doc %{texmfdist}/doc/latex/rectopma
10465%doc %{texmfdist}/doc/latex/refcheck
10466%doc %{texmfdist}/doc/latex/refman
10467%doc %{texmfdist}/doc/latex/refstyle
10468%doc %{texmfdist}/doc/latex/regcount
10469%doc %{texmfdist}/doc/latex/register
10470%doc %{texmfdist}/doc/latex/relenc
10471%doc %{texmfdist}/doc/latex/repeatindex
10472%doc %{texmfdist}/doc/latex/rlepsf
10473%doc %{texmfdist}/doc/latex/rmpage
10474%doc %{texmfdist}/doc/latex/robustcommand
10475%doc %{texmfdist}/doc/latex/robustindex
10476%doc %{texmfdist}/doc/latex/romannum
10477%doc %{texmfdist}/doc/latex/rotpages
10478%doc %{texmfdist}/doc/latex/rsc
10479%doc %{texmfdist}/doc/latex/rst
10480%doc %{texmfdist}/doc/latex/rtkinenc
10481%doc %{texmfdist}/doc/latex/rtklage
10482%doc %{texmfdist}/doc/latex/sagetex
10483%doc %{texmfdist}/doc/latex/sanskrit
10484%doc %{texmfdist}/doc/latex/sauerj
10485%doc %{texmfdist}/doc/latex/sauterfonts
10486%doc %{texmfdist}/doc/latex/savefnmark
10487%doc %{texmfdist}/doc/latex/savetrees
10488%doc %{texmfdist}/doc/latex/scalebar
10489%doc %{texmfdist}/doc/latex/schedule
10490%doc %{texmfdist}/doc/latex/scientificpaper
10491%doc %{texmfdist}/doc/latex/sciposter
10492%doc %{texmfdist}/doc/latex/sciwordconv
10493%doc %{texmfdist}/doc/latex/screenplay
10494%doc %{texmfdist}/doc/latex/script
10495%doc %{texmfdist}/doc/latex/sdrt
10496%doc %{texmfdist}/doc/latex/sectionbox
10497%doc %{texmfdist}/doc/latex/semantic
10498%doc %{texmfdist}/doc/latex/semioneside
10499%doc %{texmfdist}/doc/latex/seqsplit
10500%doc %{texmfdist}/doc/latex/sf298
10501%doc %{texmfdist}/doc/latex/sffms
10502%doc %{texmfdist}/doc/latex/sfg
10503%doc %{texmfdist}/doc/latex/sgame
10504%doc %{texmfdist}/doc/latex/shadethm
10505%doc %{texmfdist}/doc/latex/shipunov
10506%doc %{texmfdist}/doc/latex/shorttoc
10507%doc %{texmfdist}/doc/latex/show2e
10508%doc %{texmfdist}/doc/latex/showexpl
10509%doc %{texmfdist}/doc/latex/sides
10510%doc %{texmfdist}/doc/latex/siggraph
f65b3398
ZU
10511%doc %{texmfdist}/doc/latex/simplewick
10512%doc %{texmfdist}/doc/latex/skak
10513%doc %{texmfdist}/doc/latex/slantsc
10514%doc %{texmfdist}/doc/latex/smalltableof
10515%doc %{texmfdist}/doc/latex/smartref
10516%doc %{texmfdist}/doc/latex/smflatex
10517%doc %{texmfdist}/doc/latex/snapshot
10518%doc %{texmfdist}/doc/latex/songbook
10519%doc %{texmfdist}/doc/latex/sort-by-letters
10520%doc %{texmfdist}/doc/latex/soyombo
10521%doc %{texmfdist}/doc/latex/sparklines
10522%doc %{texmfdist}/doc/latex/spie
10523%doc %{texmfdist}/doc/latex/splitbib
10524%doc %{texmfdist}/doc/latex/splitindex
10525%doc %{texmfdist}/doc/latex/spotcolor
10526%doc %{texmfdist}/doc/latex/sprite
10527%doc %{texmfdist}/doc/latex/srcltx
10528%doc %{texmfdist}/doc/latex/sseq
10529%doc %{texmfdist}/doc/latex/ssqquote
10530%doc %{texmfdist}/doc/latex/stage
10531%doc %{texmfdist}/doc/latex/statistik
10532%doc %{texmfdist}/doc/latex/stdpage
10533%doc %{texmfdist}/doc/latex/stellenbosch
10534%doc %{texmfdist}/doc/latex/stex
10535%doc %{texmfdist}/doc/latex/stringstrings
10536%doc %{texmfdist}/doc/latex/struktex
10537%doc %{texmfdist}/doc/latex/sttools
10538%doc %{texmfdist}/doc/latex/stubs
10539%doc %{texmfdist}/doc/latex/subdepth
10540%doc %{texmfdist}/doc/latex/subeqn
10541%doc %{texmfdist}/doc/latex/subeqnarray
10542%doc %{texmfdist}/doc/latex/subfloat
10543%doc %{texmfdist}/doc/latex/substr
10544%doc %{texmfdist}/doc/latex/sudoku
10545%doc %{texmfdist}/doc/latex/sudokubundle
10546%doc %{texmfdist}/doc/latex/sugconf
10547%doc %{texmfdist}/doc/latex/supertabular
10548%doc %{texmfdist}/doc/latex/susy
10549%doc %{texmfdist}/doc/latex/svgcolor
10550%doc %{texmfdist}/doc/latex/svn-multi
10551%doc %{texmfdist}/doc/latex/svn
10552%doc %{texmfdist}/doc/latex/svninfo
10553%doc %{texmfdist}/doc/latex/swebib
10554%doc %{texmfdist}/doc/latex/swimgraf
10555%doc %{texmfdist}/doc/latex/synproof
10556%doc %{texmfdist}/doc/latex/syntax
10557%doc %{texmfdist}/doc/latex/syntrace
10558%doc %{texmfdist}/doc/latex/synttree
10559%doc %{texmfdist}/doc/latex/t-angles
10560%doc %{texmfdist}/doc/latex/tableaux
10561%doc %{texmfdist}/doc/latex/tablists
10562%doc %{texmfdist}/doc/latex/tablor
10563%doc %{texmfdist}/doc/latex/tabto-ltx
10564%doc %{texmfdist}/doc/latex/tabulary
10565%doc %{texmfdist}/doc/latex/tabvar
10566%doc %{texmfdist}/doc/latex/talk
10567%doc %{texmfdist}/doc/latex/tapir
10568%doc %{texmfdist}/doc/latex/tcldoc
10569%doc %{texmfdist}/doc/latex/tdsfrmath
10570%doc %{texmfdist}/doc/latex/technics
10571%doc %{texmfdist}/doc/latex/ted
10572%doc %{texmfdist}/doc/latex/tengwarscript
10573%doc %{texmfdist}/doc/latex/tensor
10574%doc %{texmfdist}/doc/latex/teubner
10575%doc %{texmfdist}/doc/latex/texmate
10576%doc %{texmfdist}/doc/latex/texpower
10577%doc %{texmfdist}/doc/latex/texshade
10578%doc %{texmfdist}/doc/latex/textcase
10579%doc %{texmfdist}/doc/latex/textopo
10580%doc %{texmfdist}/doc/latex/theoremref
10581%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10582%doc %{texmfdist}/doc/latex/thinsp
10583%doc %{texmfdist}/doc/latex/thmtools
10584%doc %{texmfdist}/doc/latex/thumb
10585%doc %{texmfdist}/doc/latex/thuthesis
10586%doc %{texmfdist}/doc/latex/ticket
10587%doc %{texmfdist}/doc/latex/tikz-inet
10588%doc %{texmfdist}/doc/latex/timesht
10589%doc %{texmfdist}/doc/latex/titling
10590%doc %{texmfdist}/doc/latex/tocvsec2
10591%doc %{texmfdist}/doc/latex/todo
10592%doc %{texmfdist}/doc/latex/tokenizer
10593%doc %{texmfdist}/doc/latex/toolbox
10594%doc %{texmfdist}/doc/latex/topfloat
10595%doc %{texmfdist}/doc/latex/toptesi
10596%doc %{texmfdist}/doc/latex/tpslifonts
10597%doc %{texmfdist}/doc/latex/trajan
10598%doc %{texmfdist}/doc/latex/translator
10599%doc %{texmfdist}/doc/latex/tree-dvips
10600%doc %{texmfdist}/doc/latex/trfsigns
10601%doc %{texmfdist}/doc/latex/trivfloat
10602%doc %{texmfdist}/doc/latex/trsym
10603%doc %{texmfdist}/doc/latex/tufte-latex
10604%doc %{texmfdist}/doc/latex/tugboat
10605%doc %{texmfdist}/doc/latex/turnstile
10606%doc %{texmfdist}/doc/latex/twoup
10607%doc %{texmfdist}/doc/latex/typedref
10608%doc %{texmfdist}/doc/latex/typogrid
10609%doc %{texmfdist}/doc/latex/uaclasses
10610%doc %{texmfdist}/doc/latex/ucthesis
10611%doc %{texmfdist}/doc/latex/uebungsblatt
10612%doc %{texmfdist}/doc/latex/uiucthesis
10613%doc %{texmfdist}/doc/latex/ulsy
10614%doc %{texmfdist}/doc/latex/umich-thesis
10615%doc %{texmfdist}/doc/latex/uml
10616%doc %{texmfdist}/doc/latex/umlaute
10617%doc %{texmfdist}/doc/latex/umoline
10618%doc %{texmfdist}/doc/latex/umthesis
10619%doc %{texmfdist}/doc/latex/underlin
10620%doc %{texmfdist}/doc/latex/undertilde
10621%doc %{texmfdist}/doc/latex/unitsdef
10622%doc %{texmfdist}/doc/latex/unroman
10623%doc %{texmfdist}/doc/latex/upmethodology
10624%doc %{texmfdist}/doc/latex/urlbst
10625%doc %{texmfdist}/doc/latex/ushort
10626%doc %{texmfdist}/doc/latex/uwthesis
10627%doc %{texmfdist}/doc/latex/varindex
10628%doc %{texmfdist}/doc/latex/varsfromjobname
10629%doc %{texmfdist}/doc/latex/vector
10630%doc %{texmfdist}/doc/latex/verse
10631%doc %{texmfdist}/doc/latex/vhistory
10632%doc %{texmfdist}/doc/latex/vita
10633%doc %{texmfdist}/doc/latex/volumes
10634%doc %{texmfdist}/doc/latex/vpe
10635%doc %{texmfdist}/doc/latex/vrsion
10636%doc %{texmfdist}/doc/latex/vwcol
10637%doc %{texmfdist}/doc/latex/vxu
10638%doc %{texmfdist}/doc/latex/wadalab
10639%doc %{texmfdist}/doc/latex/wallpaper
10640%doc %{texmfdist}/doc/latex/warpcol
10641%doc %{texmfdist}/doc/latex/wnri
10642%doc %{texmfdist}/doc/latex/wordlike
10643%doc %{texmfdist}/doc/latex/xargs
10644%doc %{texmfdist}/doc/latex/xdoc
10645%doc %{texmfdist}/doc/latex/xfor
10646%doc %{texmfdist}/doc/latex/xifthen
10647%doc %{texmfdist}/doc/latex/xmpincl
10648%doc %{texmfdist}/doc/latex/xnewcommand
10649%doc %{texmfdist}/doc/latex/xoptarg
10650%doc %{texmfdist}/doc/latex/xpackages
10651%doc %{texmfdist}/doc/latex/xskak
10652%doc %{texmfdist}/doc/latex/xstring
10653%doc %{texmfdist}/doc/latex/xtcapts
10654%doc %{texmfdist}/doc/latex/xyling
10655%doc %{texmfdist}/doc/latex/xytree
10656%doc %{texmfdist}/doc/latex/yafoot
10657%doc %{texmfdist}/doc/latex/yhmath
10658%doc %{texmfdist}/doc/latex/york-thesis
10659%doc %{texmfdist}/doc/latex/yplan
10660%doc %{texmfdist}/doc/latex/zed-csp
10661%doc %{texmfdist}/doc/latex/zefonts
10662%doc %{texmfdist}/doc/latex/ziffer
10663%doc %{texmfdist}/doc/latex/zwgetfdate
10664%doc %{texmfdist}/source/latex/hyperref/doc
10665%doc %{texmfdist}/source/latex/koma-script/doc
10666
16591d53
ZU
10667%files latex-math
10668%defattr(644,root,root,755)
10669%{texmfdist}/source/latex/permute
10670%{texmfdist}/tex/latex/permute
10671%doc %{texmfdist}/doc/latex/permute
10672%{texmfdist}/source/latex/bez123
10673%{texmfdist}/tex/latex/bez123
10674%doc %{texmfdist}/doc/latex/bez123
10675%{texmfdist}/source/latex/binomexp
10676%{texmfdist}/tex/latex/binomexp
10677%doc %{texmfdist}/doc/latex/binomexp
84a4c427
ZU
10678%doc %{texmfdist}/doc/latex/coordsys
10679%{texmfdist}/source/latex/coordsys
10680%{texmfdist}/tex/latex/coordsys
84a4c427
ZU
10681%doc %{texmfdist}/doc/latex/egplot
10682%{texmfdist}/source/latex/egplot
10683%{texmfdist}/tex/latex/egplot
84a4c427
ZU
10684%doc %{texmfdist}/doc/latex/eqlist
10685%{texmfdist}/source/latex/eqlist
10686%{texmfdist}/tex/latex/eqlist
84a4c427
ZU
10687%doc %{texmfdist}/doc/latex/eqnarray
10688%{texmfdist}/source/latex/eqnarray
10689%{texmfdist}/tex/latex/eqnarray
84a4c427
ZU
10690%doc %{texmfdist}/doc/latex/esdiff
10691%{texmfdist}/source/latex/esdiff
10692%{texmfdist}/tex/latex/esdiff
84a4c427
ZU
10693%doc %{texmfdist}/doc/latex/esvect
10694%{texmfdist}/fonts/map/dvips/esvect
10695%{texmfdist}/fonts/source/public/esvect
10696%{texmfdist}/fonts/tfm/public/esvect
10697%{texmfdist}/fonts/type1/public/esvect
10698%{texmfdist}/source/latex/esvect
10699%{texmfdist}/tex/latex/esvect
2e9c3e45
ZU
10700%doc %{texmfdist}/doc/latex/extpfeil
10701%{texmfdist}/source/latex/extpfeil
10702%{texmfdist}/tex/latex/extpfeil
10703%doc %{texmfdist}/doc/latex/faktor
10704%{texmfdist}/source/latex/faktor
10705%{texmfdist}/tex/latex/faktor
1d337b0e
ZU
10706%doc %{texmfdist}/doc/latex/cmll
10707%{texmfdist}/source/latex/cmll
10708%{texmfdist}/fonts/map/dvips/cmll
10709%{texmfdist}/fonts/source/public/cmll
10710%{texmfdist}/fonts/tfm/public/cmll
10711%{texmfdist}/fonts/type1/public/cmll
10712%{texmfdist}/tex/latex/cmll
de260d32
ZU
10713%{texmfdist}/source/latex/dotseqn
10714%{texmfdist}/tex/latex/dotseqn
10715%doc %{texmfdist}/doc/latex/functan
10716%{texmfdist}/source/latex/functan
10717%{texmfdist}/tex/latex/functan
b9c820f8
ZU
10718%doc %{texmfdist}/doc/latex/galois
10719%{texmfdist}/source/latex/galois
10720%{texmfdist}/tex/latex/galois
10721%doc %{texmfdist}/doc/latex/gnuplottex
10722%{texmfdist}/source/latex/gnuplottex
10723%{texmfdist}/tex/latex/gnuplottex
10724%doc %{texmfdist}/doc/latex/hhtensor
10725%{texmfdist}/source/latex/hhtensor
10726%{texmfdist}/tex/latex/hhtensor
10727%doc %{texmfdist}/doc/latex/fouridx
10728%{texmfdist}/source/latex/fouridx
10729%{texmfdist}/tex/latex/fouridx
10730%doc %{texmfdist}/doc/latex/noitcrul
10731%{texmfdist}/source/latex/noitcrul
10732%{texmfdist}/tex/latex/noitcrul
6bc47e19
ZU
10733%doc %{texmfdist}/doc/latex/constants
10734%{texmfdist}/source/latex/constants
10735%{texmfdist}/tex/latex/constants
84a4c427
ZU
10736
10737%files latex-physics
10738%defattr(644,root,root,755)
84a4c427
ZU
10739%doc %{texmfdist}/doc/latex/circ
10740%{texmfdist}/tex/latex/circ
10741%{texmfdist}/source/latex/circ
84a4c427
ZU
10742%doc %{texmfdist}/doc/latex/colorwav
10743%{texmfdist}/source/latex/colorwav
10744%{texmfdist}/tex/latex/colorwav
84a4c427
ZU
10745%doc %{texmfdist}/doc/latex/dyntree
10746%{texmfdist}/source/latex/dyntree
10747%{texmfdist}/tex/latex/dyntree
2e9c3e45
ZU
10748%doc %{texmfdist}/doc/latex/feynmf
10749%{texmfdist}/source/latex/feynmf
10750%{texmfdist}/tex/latex/feynmf
10751%{texmfdist}/metapost/feynmf
de260d32
ZU
10752%doc %{texmfdist}/doc/latex/formula
10753%{texmfdist}/source/latex/formula
10754%{texmfdist}/tex/latex/formula
b9c820f8
ZU
10755%{texmfdist}/source/latex/isotope
10756%{texmfdist}/tex/latex/isotope
16591d53
ZU
10757
10758%files latex-chem
10759%defattr(644,root,root,755)
10760%doc %{texmfdist}/doc/latex/achemso
10761%doc %{texmfdist}/doc/latex/bpchem
10762%doc %{texmfdist}/doc/latex/chemstyle
10763%doc %{texmfdist}/doc/latex/mhchem
10764%doc %{texmfdist}/doc/fonts/chemarrow
10765%doc %{texmfdist}/doc/latex/chemcompounds
10766%doc %{texmfdist}/doc/latex/chemcono
10767%{texmfdist}/fonts/afm/public/chemarrow
10768%{texmfdist}/fonts/map/dvips/chemarrow
10769%{texmfdist}/fonts/source/public/chemarrow
10770%{texmfdist}/fonts/tfm/public/chemarrow
10771%{texmfdist}/fonts/type1/public/chemarrow
10772%{texmfdist}/source/latex/achemso
10773%{texmfdist}/source/latex/bpchem
10774%{texmfdist}/source/latex/chemcompounds
10775%{texmfdist}/source/latex/chemstyle
10776%{texmfdist}/tex/latex/achemso
10777%{texmfdist}/tex/latex/bpchem
10778%{texmfdist}/tex/latex/chemarrow
10779%{texmfdist}/tex/latex/chemcompounds
10780%{texmfdist}/tex/latex/chemcono
10781%{texmfdist}/tex/latex/chemstyle
10782%{texmfdist}/tex/latex/mhchem
10783
84a4c427 10784%files latex-biology
16591d53
ZU
10785%defattr(644,root,root,755)
10786%doc %{texmfdist}/doc/latex/biocon
10787%{texmfdist}/bibtex/bib/biocon
10788%{texmfdist}/source/latex/biocon
10789%{texmfdist}/tex/latex/biocon
84a4c427
ZU
10790# Format DNA base sequences.
10791%doc %{texmfdist}/doc/latex/dnaseq
10792%{texmfdist}/source/latex/dnaseq
10793%{texmfdist}/tex/latex/dnaseq
16591d53
ZU
10794
10795%files latex-pdftools
10796%defattr(644,root,root,755)
10797%{texmfdist}/source/latex/attachfile
10798%{texmfdist}/tex/latex/attachfile
10799%doc %{texmfdist}/doc/latex/attachfile
84a4c427
ZU
10800# Associate a pop-up window and tooltip with PDF hyperlinks.
10801%doc %{texmfdist}/doc/latex/cooltooltips
10802%{texmfdist}/source/latex/cooltooltips
10803%{texmfdist}/tex/latex/cooltooltips
16591d53 10804
84a4c427 10805%files latex-informatic
16591d53 10806%defattr(644,root,root,755)
2e9c3e45 10807# LaTeX environments for typesetting algorithms.
1d337b0e 10808%doc %{texmfdist}/doc/latex/alg
16591d53
ZU
10809%{texmfdist}/source/latex/alg
10810%{texmfdist}/tex/latex/alg
84a4c427
ZU
10811# Create illustrations for network protocol specifications.
10812%{texmfdist}/source/latex/bytefield
10813%{texmfdist}/tex/latex/bytefield
10814%doc %{texmfdist}/doc/latex/bytefield
16591d53
ZU
10815
10816%files latex-games
10817%defattr(644,root,root,755)
10818%doc %{texmfdist}/doc/latex/backgammon
10819%doc %{texmfdist}/doc/latex/chessboard
10820%doc %{texmfdist}/doc/latex/chessfss
1d337b0e
ZU
10821%doc %{texmfdist}/doc/latex/cwpuzzle
10822%{texmfdist}/tex/latex/cwpuzzle
10823%{texmfdist}/source/latex/cwpuzzle
16591d53
ZU
10824%{texmfdist}/fonts/enc/dvips/chessfss
10825%{texmfdist}/fonts/source/public/backgammon
10826%{texmfdist}/fonts/source/public/cchess
10827%{texmfdist}/fonts/source/public/chess
10828%{texmfdist}/fonts/tfm/public/backgammon
10829%{texmfdist}/fonts/tfm/public/cchess
10830%{texmfdist}/source/latex/backgammon
10831%{texmfdist}/source/latex/chessboard
10832%{texmfdist}/source/latex/chessfss
10833%{texmfdist}/tex/latex/backgammon
10834%{texmfdist}/tex/latex/cchess
10835%{texmfdist}/tex/latex/chess
10836%{texmfdist}/tex/latex/chessboard
10837%{texmfdist}/tex/latex/chessfss
1d337b0e
ZU
10838%doc %{texmfdist}/doc/latex/crosswrd
10839%{texmfdist}/source/latex/crosswrd
10840%{texmfdist}/tex/latex/crosswrd
b9c820f8
ZU
10841%doc %{texmfdist}/doc/latex/jeopardy
10842%{texmfdist}/tex/latex/jeopardy
10843%{texmfdist}/source/latex/jeopardy
10844%{texmfdist}/tex/latex/go
10845%{texmfdist}/source/latex/go
10846%{texmfdist}/fonts/source/public/go
10847%{texmfdist}/fonts/tfm/public/go
6bc47e19
ZU
10848# Create othello boards in LaTeX.
10849%doc %{texmfdist}/doc/latex/othello
10850%{texmfdist}/source/latex/othello
10851%{texmfdist}/tex/latex/othello
10852%{texmfdist}/fonts/source/public/othello
10853%{texmfdist}/fonts/tfm/public/othello
16591d53
ZU
10854
10855%files latex-styles
10856%defattr(644,root,root,755)
10857%doc %{texmfdist}/doc/latex/acmconf
10858%{texmfdist}/source/latex/acmconf
10859%{texmfdist}/tex/latex/acmconf
10860%doc %{texmfdist}/doc/latex/active-conf
10861%{texmfdist}/source/latex/active-conf
10862%{texmfdist}/tex/latex/active-conf
10863%doc %{texmfdist}/doc/latex/asaetr
10864%{texmfdist}/bibtex/bst/asaetr
10865%{texmfdist}/bibtex/bib/asaetr
10866%{texmfdist}/tex/latex/asaetr
10867%{texmfdist}/source/latex/asaetr
10868%doc %{texmfdist}/doc/latex/aiaa
10869%{texmfdist}/source/latex/aiaa
10870%{texmfdist}/tex/latex/aiaa
10871%{texmfdist}/bibtex/bib/aiaa
10872%{texmfdist}/bibtex/bst/aiaa
10873%doc %{texmfdist}/doc/latex/apacite
10874%{texmfdist}/bibtex/bib/apacite
10875%{texmfdist}/bibtex/bst/apacite
10876%{texmfdist}/source/latex/apacite
10877%{texmfdist}/tex/latex/apacite
84a4c427 10878%doc %{texmfdist}/doc/latex/aastex
16591d53
ZU
10879%{texmfdist}/source/latex/aastex
10880%{texmfdist}/tex/latex/aastex
84a4c427 10881%doc %{texmfdist}/doc/latex/IEEEconf
16591d53
ZU
10882%{texmfdist}/source/latex/IEEEconf
10883%{texmfdist}/tex/latex/IEEEconf
84a4c427
ZU
10884%doc %{texmfdist}/doc/latex/computational-complexity
10885%{texmfdist}/source/latex/computational-complexity
10886%{texmfdist}/tex/latex/computational-complexity
10887%{texmfdist}/bibtex/bib/computational-complexity
10888%{texmfdist}/bibtex/bst/computational-complexity
10889# Document class for the journal of DANTE.
10890%doc %{texmfdist}/doc/latex/dtk
10891%{texmfdist}/source/latex/dtk
10892%{texmfdist}/tex/latex/dtk
10893%{texmfdist}/bibtex/bib/dtk
10894%{texmfdist}/bibtex/bst/dtk
10895# Class for articles for submission to Elsevier journals.
10896%doc %{texmfdist}/doc/latex/elsarticle
10897%{texmfdist}/source/latex/elsarticle
10898%{texmfdist}/tex/latex/elsarticle
10899
10900%files latex-lang
10901%defattr(644,root,root,755)
10902# Curriculum vitae for French use.
10903%doc %{texmfdist}/doc/latex/ESIEEcv
10904%{texmfdist}/source/latex/ESIEEcv
10905%{texmfdist}/tex/latex/ESIEEcv
10906# Class for typesetting letters to Swiss rules.
10907%doc %{texmfdist}/doc/latex/chletter
10908%{texmfdist}/source/latex/chletter
10909%{texmfdist}/tex/latex/chletter
10910# German letter DIN style.
10911%doc %{texmfdist}/doc/latex/dinbrief
10912%{texmfdist}/source/latex/dinbrief
10913%{texmfdist}/tex/latex/dinbrief
10914# Class and templates for typesetting dissertations in Russian.
10915%doc %{texmfdist}/doc/latex/disser
10916%{texmfdist}/tex/latex/disser
10917%{texmfdist}/source/latex/disser
de260d32
ZU
10918# Mathematics in Greek texts.
10919%doc %{texmfdist}/doc/latex/elmath
10920%{texmfdist}/source/latex/elmath
10921%{texmfdist}/tex/latex/elmath
10922# Modern Russian typesetting.
10923%doc %{texmfdist}/doc/latex/eskd
10924%{texmfdist}/source/latex/eskd
10925%{texmfdist}/tex/latex/eskd
b9c820f8
ZU
10926# Modification of inputenc for German.
10927%doc %{texmfdist}/doc/latex/ginpenc
10928%{texmfdist}/source/latex/ginpenc
10929%{texmfdist}/tex/latex/ginpenc
10930# LaTeX support for Croatian documents.
10931%doc %{texmfdist}/doc/latex/hrlatex
10932%{texmfdist}/source/latex/hrlatex
10933%{texmfdist}/tex/latex/hrlatex
84a4c427
ZU
10934
10935%files latex-music
10936%defattr(644,root,root,755)
10937# Support ABC music notation in LaTeX.
10938%doc %{texmfdist}/doc/latex/abc
10939%{texmfdist}/source/latex/abc
10940%{texmfdist}/tex/latex/abc
10941%doc %{texmfdist}/doc/latex/guitar
10942%{texmfdist}/source/latex/guitar
10943%{texmfdist}/tex/latex/guitar
10944
10945%files latex-extend
10946%defattr(644,root,root,755)
84a4c427
ZU
10947%doc %{texmfdist}/doc/latex/HA-prosper
10948%{texmfdist}/source/latex/HA-prosper
10949%{texmfdist}/tex/latex/HA-prosper
84a4c427
ZU
10950%doc %{texmfdist}/doc/latex/arydshln
10951%{texmfdist}/source/latex/arydshln
10952%{texmfdist}/tex/latex/arydshln
84a4c427
ZU
10953%doc %{texmfdist}/doc/latex/chappg
10954%{texmfdist}/source/latex/chappg
10955%{texmfdist}/tex/latex/chappg
1d337b0e
ZU
10956%doc %{texmfdist}/doc/latex/addlines
10957%{texmfdist}/source/latex/addlines
10958%{texmfdist}/tex/latex/addlines
10959%doc %{texmfdist}/doc/latex/alnumsec
10960%{texmfdist}/source/latex/alnumsec
10961%{texmfdist}/tex/latex/alnumsec
10962%doc %{texmfdist}/doc/latex/babelbib
10963%{texmfdist}/source/latex/babelbib
10964%{texmfdist}/bibtex/bst/babelbib
10965%{texmfdist}/tex/latex/babelbib
10966%doc %{texmfdist}/doc/latex/bibtopicprefix
10967%{texmfdist}/source/latex/bibtopicprefix
10968%{texmfdist}/tex/latex/bibtopicprefix
10969%doc %{texmfdist}/doc/latex/boites
10970%{texmfdist}/source/latex/boites
10971%{texmfdist}/tex/latex/boites
10972%{texmfdist}/source/latex/cjw
10973%{texmfdist}/tex/latex/cjw
10974%doc %{texmfdist}/doc/latex/booklet
10975%{texmfdist}/source/latex/booklet
10976%{texmfdist}/tex/latex/booklet
10977%doc %{texmfdist}/doc/latex/bullcntr
10978%{texmfdist}/source/latex/bullcntr
10979%{texmfdist}/tex/latex/bullcntr
10980%doc %{texmfdist}/doc/latex/clefval
10981%{texmfdist}/tex/latex/clefval
10982%{texmfdist}/source/latex/clefval
10983%doc %{texmfdist}/doc/latex/colortbl
10984%{texmfdist}/source/latex/colortbl
10985%{texmfdist}/tex/latex/colortbl
10986%doc %{texmfdist}/doc/latex/contour
10987%{texmfdist}/source/latex/contour
10988%{texmfdist}/tex/latex/contour
10989%doc %{texmfdist}/doc/latex/combine
10990%{texmfdist}/source/latex/combine
10991%{texmfdist}/tex/latex/combine
10992%doc %{texmfdist}/doc/latex/curve2e
10993%{texmfdist}/source/latex/curve2e
10994%{texmfdist}/tex/latex/curve2e
10995%doc %{texmfdist}/doc/latex/ctable
10996%{texmfdist}/source/latex/ctable
10997%{texmfdist}/tex/latex/ctable
de260d32
ZU
10998%doc %{texmfdist}/doc/latex/dashrule
10999%{texmfdist}/tex/latex/dashrule
11000%{texmfdist}/source/latex/dashrule
11001%{texmfdist}/tex/latex/dashbox
11002%{texmfdist}/source/latex/dashbox
11003%doc %{texmfdist}/doc/latex/etaremune
11004%{texmfdist}/source/latex/etaremune
11005%{texmfdist}/tex/latex/etaremune
11006%doc %{texmfdist}/doc/latex/expdlist
11007%{texmfdist}/source/latex/expdlist
11008%{texmfdist}/tex/latex/expdlist
1d337b0e
ZU
11009
11010%files latex-programming
11011%defattr(644,root,root,755)
11012%doc %{texmfdist}/doc/latex/cool
11013%{texmfdist}/source/latex/cool
11014%{texmfdist}/tex/latex/cool
11015%doc %{texmfdist}/doc/latex/coolstr
11016%{texmfdist}/source/latex/coolstr
11017%{texmfdist}/tex/latex/coolstr
11018%doc %{texmfdist}/doc/latex/coollist
11019%{texmfdist}/source/latex/coollist
11020%{texmfdist}/tex/latex/coollist
11021%{texmfdist}/source/latex/cmdtrack
11022%{texmfdist}/tex/latex/cmdtrack
11023%doc %{texmfdist}/doc/latex/datenumber
11024%{texmfdist}/source/latex/datenumber
11025%{texmfdist}/tex/latex/datenumber
11026%doc %{texmfdist}/doc/latex/dprogress
11027%{texmfdist}/source/latex/dprogress
11028%{texmfdist}/tex/latex/dprogress
11029%doc %{texmfdist}/doc/latex/csvtools
11030%{texmfdist}/source/latex/csvtools
11031%{texmfdist}/tex/latex/csvtools
11032%doc %{texmfdist}/doc/latex/datatool
11033%{texmfdist}/source/latex/datatool
11034%{texmfdist}/tex/latex/datatool
de260d32
ZU
11035%doc %{texmfdist}/doc/latex/dialogl
11036%{texmfdist}/source/latex/dialogl
11037%{texmfdist}/tex/latex/dialogl
11038%doc %{texmfdist}/doc/latex/delimtxt
11039%{texmfdist}/tex/latex/delimtxt
11040%{texmfdist}/source/latex/delimtxt
11041%doc %{texmfdist}/doc/latex/environ
11042%{texmfdist}/source/latex/environ
11043%{texmfdist}/tex/latex/environ
11044%doc %{texmfdist}/doc/latex/fmtcount
11045%{texmfdist}/source/latex/fmtcount
11046%{texmfdist}/tex/latex/fmtcount
11047%doc %{texmfdist}/doc/latex/forarray
11048%{texmfdist}/source/latex/forarray
11049%{texmfdist}/tex/latex/forarray
11050%doc %{texmfdist}/doc/latex/forloop
11051%{texmfdist}/source/latex/forloop
11052%{texmfdist}/tex/latex/forloop
b9c820f8
ZU
11053%doc %{texmfdist}/doc/latex/labelcas
11054%{texmfdist}/source/latex/labelcas
11055%{texmfdist}/tex/latex/labelcas
6bc47e19
ZU
11056%doc %{texmfdist}/doc/latex/export
11057%{texmfdist}/source/latex/export
11058%{texmfdist}/tex/latex/export
11059%doc %{texmfdist}/doc/latex/inversepath
11060%{texmfdist}/source/latex/inversepath
11061%{texmfdist}/tex/latex/inversepath
11062%{texmfdist}/source/latex/lcg
11063%{texmfdist}/tex/latex/lcg
11064
11065%files latex-effects
11066%defattr(644,root,root,755)
11067%doc %{texmfdist}/doc/latex/arcs
11068%{texmfdist}/source/latex/arcs
11069%{texmfdist}/tex/latex/arcs
11070%doc %{texmfdist}/doc/latex/blowup
11071%{texmfdist}/source/latex/blowup
11072%{texmfdist}/tex/latex/blowup
11073%doc %{texmfdist}/doc/latex/changebar
11074%{texmfdist}/tex/latex/changebar
11075%{texmfdist}/source/latex/changebar
11076%doc %{texmfdist}/doc/latex/draftwatermark
11077%{texmfdist}/source/latex/draftwatermark
11078%{texmfdist}/tex/latex/draftwatermark
11079%doc %{texmfdist}/doc/latex/flippdf
11080%{texmfdist}/source/latex/flippdf
11081%{texmfdist}/tex/latex/flippdf
11082%doc %{texmfdist}/doc/latex/flowfram
11083%{texmfdist}/source/latex/flowfram
11084%{texmfdist}/tex/latex/flowfram
11085%doc %{texmfdist}/doc/latex/isorot
11086%{texmfdist}/source/latex/isorot
11087%{texmfdist}/tex/latex/isorot
11088%doc %{texmfdist}/doc/latex/lettrine
11089%{texmfdist}/source/latex/lettrine
11090%{texmfdist}/tex/latex/lettrine
16591d53 11091
f65b3398
ZU
11092%files latex-other
11093%defattr(644,root,root,755)
f65b3398
ZU
11094%{texmfdist}/metapost/latexmp
11095%{texmfdist}/metapost/makecirc
8affbd2c 11096%dir %{texmfdist}/source/alatex
f65b3398 11097%{texmfdist}/source/alatex/base
8affbd2c 11098%dir %{texmfdist}/source/cslatex
f65b3398
ZU
11099%{texmfdist}/source/cslatex/base
11100%{texmfdist}/source/generic/xypic
f65b3398 11101%{texmfdist}/source/latex/GuIT
16591d53 11102# Expand acronyms at least once.
f65b3398 11103%{texmfdist}/source/latex/acronym
16591d53 11104# Using address lists in LaTeX.
f65b3398 11105%{texmfdist}/source/latex/adrlist
16591d53 11106# Alternative font handling in LaTeX.
f65b3398 11107%{texmfdist}/source/latex/altfont
16591d53 11108# Setting questions (or exercises) and answers.
f65b3398 11109%{texmfdist}/source/latex/answers
1d337b0e 11110# Support for IBM "standard ASCII" font.
f65b3398 11111%{texmfdist}/source/latex/ascii
1d337b0e 11112# Calligraphic font for typesetting handwriting.
8affbd2c 11113%{texmfdist}/source/latex/augie
1d337b0e 11114# Fonts for making barcodes.
f65b3398 11115%{texmfdist}/source/latex/barcodes
1d337b0e 11116# Definitive source of Plain TeX on CTAN.
f65b3398
ZU
11117%{texmfdist}/source/latex/base
11118%{texmfdist}/source/latex/bayer
1d337b0e 11119# A symbol (dingbat) font and LaTeX macros for its use.
f65b3398 11120%{texmfdist}/source/latex/bbding
1d337b0e 11121# LaTeX support for "blackboard-style" cm fonts.
f65b3398 11122%{texmfdist}/source/latex/bbm-macros
16591d53 11123# Free replacement for basic MathTime fonts.
f65b3398
ZU
11124%{texmfdist}/source/latex/belleek
11125%{texmfdist}/source/latex/bengali
16591d53 11126# Use Concrete fonts.
f65b3398 11127%{texmfdist}/source/latex/beton
1d337b0e 11128# "Arts"-style bibliographical information.
f65b3398 11129%{texmfdist}/source/latex/bibarts
1d337b0e 11130# Format bible citations.
f65b3398 11131%{texmfdist}/source/latex/bibleref
1d337b0e 11132# Print a BibTeX database.
f65b3398 11133%{texmfdist}/source/latex/biblist
1d337b0e 11134# Footnotes for critical editions.
f65b3398 11135%{texmfdist}/source/latex/bigfoot
16591d53 11136# Typeset business cards.
f65b3398 11137%{texmfdist}/source/latex/bizcard
16591d53 11138# Producing 'blind' text for testing.
f65b3398 11139%{texmfdist}/source/latex/blindtext
1d337b0e 11140# A collection of book-hand fonts.
f65b3398 11141%{texmfdist}/source/latex/bookhands
16591d53 11142# Provides an At-Begin-Page hook.
f65b3398 11143%{texmfdist}/source/latex/bophook
16591d53 11144# Flexible Captioning and Deferred Box/List Printing.
f65b3398 11145%{texmfdist}/source/latex/boxhandler
16591d53 11146# Support for braille.
f65b3398 11147%{texmfdist}/source/latex/braille
16591d53 11148# Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf.
f65b3398 11149%{texmfdist}/source/latex/breakurl
16591d53 11150# A handwriting script font.
f65b3398 11151%{texmfdist}/source/latex/brushscr
1d337b0e 11152# Basic Support for Writing Burmese.
f65b3398 11153%{texmfdist}/source/latex/burmese
1d337b0e 11154# Retain float number across several floats.
f65b3398 11155%{texmfdist}/source/latex/captcont
1d337b0e 11156# Macros for typesetting catechisms.
f65b3398 11157%{texmfdist}/source/latex/catechis
1d337b0e 11158# Continuation headings and legends for floats.
f65b3398 11159%{texmfdist}/source/latex/ccaption
1d337b0e 11160# Support for Concrete text and math fonts in LaTeX.
f65b3398 11161%{texmfdist}/source/latex/ccfonts
1d337b0e 11162# Typeset Creative Commons licence logos.
f65b3398 11163%{texmfdist}/source/latex/cclicenses
84a4c427 11164# Typeset CD covers.
f65b3398 11165%{texmfdist}/source/latex/cd-cover
84a4c427 11166# Typeset CD covers.
f65b3398 11167%{texmfdist}/source/latex/cd
84a4c427 11168# Business letters in the Italian style.
f65b3398 11169%{texmfdist}/source/latex/cdpbundl
84a4c427 11170# Manual change markup.
f65b3398 11171%{texmfdist}/source/latex/changes
84a4c427 11172# Package for working with complicated folder structures.
f65b3398 11173%{texmfdist}/source/latex/chapterfolder
84a4c427 11174# Automatic cross-reference formatting.
f65b3398
ZU
11175%{texmfdist}/source/latex/cleveref
11176%{texmfdist}/source/latex/cmcyralt
84a4c427 11177# Interfaces to the CM Sans Serif Bold fonts.
f65b3398 11178%{texmfdist}/source/latex/cmsd
84a4c427 11179# Support for variant code pages.
f65b3398 11180%{texmfdist}/source/latex/codepage
84a4c427 11181# A set of tools for generating conference proceedings.
f65b3398 11182%{texmfdist}/source/latex/confproc
84a4c427 11183# Automatic cover page creation for scientific papers (with BibTeX data and copyright notice).
f65b3398 11184%{texmfdist}/source/latex/coverpage
84a4c427 11185# Support for cropmarks.
f65b3398 11186%{texmfdist}/source/latex/crop
84a4c427 11187# Crossreferences within documents.
f65b3398 11188%{texmfdist}/source/latex/crossreference
f65b3398 11189%{texmfdist}/source/latex/ctib
f65b3398 11190%{texmfdist}/source/latex/cweb-latex
84a4c427 11191# Extensions of the \listfiles concept.
f65b3398 11192%{texmfdist}/source/latex/dateiliste
84a4c427 11193# Change format of \today with commands for current time.
f65b3398 11194%{texmfdist}/source/latex/datetime
84a4c427 11195# LaTeX package for the English raised decimal point.
f65b3398 11196%{texmfdist}/source/latex/decimal
84a4c427 11197# A diagnostic tool for a TeX installation.
f65b3398 11198%{texmfdist}/source/latex/diagnose
84a4c427 11199# Document non-LaTeX code.
f65b3398 11200%{texmfdist}/source/latex/docmfp
84a4c427 11201# Special commands for use in bibliographies.
f65b3398 11202%{texmfdist}/source/latex/doipubmed
84a4c427 11203# Extendable dotted arrows.
f65b3398 11204%{texmfdist}/source/latex/dotarrow
84a4c427 11205# Use dot code in LaTeX.
f65b3398 11206%{texmfdist}/source/latex/dottex
84a4c427 11207# Declare active character substitution, robustly.
f65b3398 11208%{texmfdist}/source/latex/drac
84a4c427 11209# Identify draft copies.
f65b3398 11210%{texmfdist}/source/latex/draftcopy
84a4c427 11211# Typeset dramas, both in verse and in prose.
f65b3398 11212%{texmfdist}/source/latex/dramatist
84a4c427 11213# A small collection of minimal DTX examples.
f65b3398 11214%{texmfdist}/source/latex/dtxgallery
84a4c427 11215# Electronic flash cards.
f65b3398 11216%{texmfdist}/source/latex/eCards
84a4c427 11217# Device independent picture environment enhancement.
f65b3398 11218%{texmfdist}/source/latex/ebezier
84a4c427 11219# Typesetting theses for economics
f65b3398 11220%{texmfdist}/source/latex/ebsthesis
84a4c427 11221# Typesetting Ecclesiastic Latin.
f65b3398 11222%{texmfdist}/source/latex/ecclesiastic
1d337b0e 11223# Editorial Notes for LaTeX documents.
f65b3398 11224%{texmfdist}/source/latex/ed
84a4c427 11225# Typeset scholarly edition.
f65b3398 11226%{texmfdist}/source/latex/edmac
1d337b0e 11227# Multiple series of endnotes for critical editions.
f65b3398 11228%{texmfdist}/source/latex/edmargin
1d337b0e 11229# Adjust the gender of words in a document.
f65b3398 11230%{texmfdist}/source/latex/eemeir
1d337b0e 11231# Traditional style Irish fonts.
f65b3398 11232%{texmfdist}/source/latex/eiad
84a4c427 11233# Fix uneven spacing around ellipses in LaTeX text mode.
f65b3398 11234%{texmfdist}/source/latex/ellipsis
f65b3398 11235%{texmfdist}/source/latex/em
1d337b0e 11236# "Encapsulate" MetaPost figures in a document.
f65b3398 11237%{texmfdist}/source/latex/emp
84a4c427 11238# Move floats to the end with markers where they belong.
f65b3398 11239%{texmfdist}/source/latex/endfloat
84a4c427 11240# Running headers of the form "Notes to pp.xx-yy"
f65b3398 11241%{texmfdist}/source/latex/endheads
84a4c427 11242# Helps to type the pronunciation of English words.
f65b3398 11243%{texmfdist}/source/latex/engpron
84a4c427 11244# Enumerate with lower- or uppercase Greek letters.
f65b3398 11245%{texmfdist}/source/latex/engrec
84a4c427 11246# Addresses on envelopes or mailing labels.
f65b3398 11247%{texmfdist}/source/latex/envlab
84a4c427 11248# A package for typesetting epigraphs.
6bc47e19 11249# bevezető idézetek szedése (mottó)
f65b3398
ZU
11250%{texmfdist}/source/latex/epigraph
11251%{texmfdist}/source/latex/epiolmec
84a4c427 11252# A scalable dice "font".
f65b3398 11253%{texmfdist}/source/latex/epsdice
84a4c427 11254# Create equal-widthed parboxes.
f65b3398 11255%{texmfdist}/source/latex/eqparbox
84a4c427 11256# Error markup for LaTeX documents.
f65b3398 11257%{texmfdist}/source/latex/errata
84a4c427 11258# Add picture commands (or backgrounds) to every page.
f65b3398 11259%{texmfdist}/source/latex/eso-pic
1d337b0e 11260# LaTeX macros and fonts for typesetting Amharic.
f65b3398 11261%{texmfdist}/source/latex/ethiop
84a4c427 11262# UK format dates, with weekday.
f65b3398 11263%{texmfdist}/source/latex/eukdate
84a4c427 11264# Use AMS Euler fonts for math.
f65b3398 11265%{texmfdist}/source/latex/euler
84a4c427 11266# A class for preparing FP7 proposals.
f65b3398 11267%{texmfdist}/source/latex/euproposal
84a4c427 11268# Provide Euro values for national currency amounts.
f65b3398 11269%{texmfdist}/source/latex/euro
84a4c427 11270# Provide hooks to be run on every page of a document.
f65b3398 11271%{texmfdist}/source/latex/everypage
84a4c427 11272# Typeset exercises, problems, etc. and their answers
f65b3398 11273%{texmfdist}/source/latex/exercise
84a4c427 11274# Packages showing a proposed LaTeX3 programming convention.
f65b3398 11275%{texmfdist}/source/latex/expl3
2e9c3e45 11276# Extract parts of a document and write to another document.
f65b3398 11277%{texmfdist}/source/latex/extract
2e9c3e45 11278# Document class for preparing faxes.
f65b3398 11279%{texmfdist}/source/latex/facsimile
2e9c3e45 11280# Typeset numbers.
f65b3398 11281%{texmfdist}/source/latex/fancynum
2e9c3e45 11282# A LaTeX package for fancy cross-referencing.
f65b3398 11283%{texmfdist}/source/latex/fancyref
2e9c3e45 11284# Include a wide range of material in PDF tooltips.
f65b3398 11285%{texmfdist}/source/latex/fancytooltips
2e9c3e45 11286# Sophisticated verbatim text.
f65b3398 11287%{texmfdist}/source/latex/fancyvrb
2e9c3e45 11288# Auto-size graphics.
f65b3398 11289%{texmfdist}/source/latex/figsize
2e9c3e45 11290# Extended filecontents and filecontents* environments
f65b3398 11291%{texmfdist}/source/latex/filecontents
2e9c3e45 11292# The LaTeX2e File Name Keeper.
f65b3398 11293%{texmfdist}/source/latex/fink
2e9c3e45 11294# Labels for files and folders.
f65b3398 11295%{texmfdist}/source/latex/flabels
2e9c3e45 11296# Flag style derivation package
f65b3398 11297%{texmfdist}/source/latex/flagderiv
2e9c3e45 11298# A class for typesetting flashcards.
f65b3398 11299%{texmfdist}/source/latex/flashcards
2e9c3e45 11300# Improved interface for floating objects.
f65b3398 11301%{texmfdist}/source/latex/float
2e9c3e45 11302# Modifying the layout of floats.
f65b3398 11303%{texmfdist}/source/latex/floatrow
2e9c3e45 11304# Include Functional MetaPost in LaTeX.
f65b3398 11305%{texmfdist}/source/latex/fmp
2e9c3e45 11306# Warn for split footnotes.
f65b3398 11307%{texmfdist}/source/latex/fnbreak
2e9c3e45 11308# Interface between foiltex and LaTeX2HTML.
f65b3398 11309%{texmfdist}/source/latex/foilhtml
2e9c3e45 11310# Print font tables from a LaTeX document.
f65b3398 11311%{texmfdist}/source/latex/fonttable
2e9c3e45 11312# A range of footnote options.
f65b3398 11313%{texmfdist}/source/latex/footmisc
2e9c3e45 11314# Per-page numbering of footnotes.
f65b3398 11315%{texmfdist}/source/latex/footnpag
2e9c3e45 11316# A collection of LaTeX packages.
f65b3398 11317%{texmfdist}/source/latex/frankenstein
2e9c3e45 11318# Create a frontispiece for Italian theses.
f65b3398 11319%{texmfdist}/source/latex/frontespizio
2e9c3e45 11320# Left-blocking for letter class.
f65b3398 11321%{texmfdist}/source/latex/fullblck
f65b3398
ZU
11322%{texmfdist}/source/latex/fundus
11323%{texmfdist}/source/latex/g-brief
2e9c3e45 11324# Citations in a reader-friendly style.
f65b3398 11325%{texmfdist}/source/latex/gcite
2e9c3e45 11326# Generalization of LaTeX's minipages.
f65b3398 11327%{texmfdist}/source/latex/genmpage
2e9c3e45 11328# Flexible and complete interface to document dimensions.
f65b3398 11329%{texmfdist}/source/latex/geometry
2e9c3e45 11330# Macros used in typesetting a geometry book.
f65b3398 11331%{texmfdist}/source/latex/geomsty
2e9c3e45 11332# Create glossaries and lists of acronyms.
f65b3398 11333%{texmfdist}/source/latex/glossaries
1d337b0e 11334# Standard LaTeX graphics.
f65b3398 11335%{texmfdist}/source/latex/graphics
1d337b0e 11336# Reduce size of PostScript files by not repeating images.
f65b3398 11337%{texmfdist}/source/latex/graphicx-psmin
2e9c3e45 11338# Provides ancient Greek day and month names, dates, etc.
f65b3398 11339%{texmfdist}/source/latex/greekdates
2e9c3e45 11340# Ancient Greek (Athenian) numbers.
f65b3398 11341%{texmfdist}/source/latex/grnumalt
1d337b0e 11342# Typesetting Greek verbatim.
f65b3398 11343%{texmfdist}/source/latex/grverb
2e9c3e45 11344# Hanging paragraphs.
f65b3398 11345%{texmfdist}/source/latex/hanging
2e9c3e45 11346# Harvard citation package for use with LaTeX 2e.
f65b3398 11347%{texmfdist}/source/latex/harvard
1d337b0e 11348# Replacement for the LaTeX classes.
f65b3398 11349%{texmfdist}/source/latex/hc
2e9c3e45 11350# A class for academic reports, especially PhD theses.
f65b3398 11351%{texmfdist}/source/latex/hepthesis
2e9c3e45 11352# Support high and low resolution versions of same picture
f65b3398 11353%{texmfdist}/source/latex/hilowres
2e9c3e45 11354# Draw histograms with the LaTeX picture environment.
f65b3398 11355%{texmfdist}/source/latex/histogr
2e9c3e45 11356# A dissertation class.
f65b3398 11357%{texmfdist}/source/latex/hpsdiss
1d337b0e 11358# Hypertext cross referencing.
f65b3398 11359%{texmfdist}/source/latex/hyper
1d337b0e 11360# Extensive support for hypertext in LaTeX.
f65b3398 11361%{texmfdist}/source/latex/hyperref
1d337b0e 11362# Embed XMP metadata within a LaTeX document.
f65b3398 11363%{texmfdist}/source/latex/hyperxmp
1d337b0e 11364# Disable/enable hypenation.
f65b3398 11365%{texmfdist}/source/latex/hyphenat
1d337b0e 11366# Use the Ibycus 4 Greek font with Babel
f65b3398 11367%{texmfdist}/source/latex/ibycus-babel
2e9c3e45 11368# Class for typesetting articles for the ICSV conference.
f65b3398 11369%{texmfdist}/source/latex/icsv
2e9c3e45 11370# Presentation slides for screen and printouts.
f65b3398 11371%{texmfdist}/source/latex/ifmslide
2e9c3e45 11372# Conditionals to test which platform is being used.
f65b3398 11373%{texmfdist}/source/latex/ifplatform
2e9c3e45 11374# LaTeX Class for the Israel Journal of Mathematics.
f65b3398 11375%{texmfdist}/source/latex/ijmart
2e9c3e45 11376# IMTEK thesis class.
f65b3398 11377%{texmfdist}/source/latex/imtekda
2e9c3e45 11378# Extended index for LaTeX including multiple indexes.
f65b3398 11379%{texmfdist}/source/latex/index
2e9c3e45 11380# Inline expansions within definitions.
f65b3398 11381%{texmfdist}/source/latex/inlinedef
2e9c3e45 11382# Generic ISO standards typesetting macros.
f65b3398 11383%{texmfdist}/source/latex/iso
2e9c3e45 11384# Typesetting the STEP standards.
f65b3398 11385%{texmfdist}/source/latex/iso10303
2e9c3e45 11386# Tune the output format of dates according to language.
f65b3398 11387%{texmfdist}/source/latex/isodate
2e9c3e45 11388# A LaTeX class for the preparation of letters and invoices.
f65b3398 11389%{texmfdist}/source/latex/isodoc
2e9c3e45 11390# Spell numbers in words (Italian).
f65b3398 11391%{texmfdist}/source/latex/itnumpar
2e9c3e45 11392# A document class for German legal texts.
f65b3398 11393%{texmfdist}/source/latex/jura
2e9c3e45 11394# Abbreviations for typesetting (German) juridical documents.
f65b3398 11395%{texmfdist}/source/latex/juraabbrev
2e9c3e45 11396# Citations of judgements and official documents in (German)
f65b3398 11397%{texmfdist}/source/latex/jurarsp
2e9c3e45 11398# Greek fonts and macros.
f65b3398 11399%{texmfdist}/source/latex/kdgreek
2e9c3e45 11400# Print tables and generate control files to adjust kernings.
f65b3398
ZU
11401%{texmfdist}/source/latex/kerntest
11402%{texmfdist}/source/latex/kluwer
2e9c3e45 11403# A bundle of versatile classes and packages
f65b3398 11404%{texmfdist}/source/latex/koma-script
2e9c3e45 11405# Print sheets of sticky labels.
f65b3398 11406%{texmfdist}/source/latex/labels
2e9c3e45 11407# A structured copy of the LaTeX distribution.
f65b3398 11408%{texmfdist}/source/latex/latex-tds
2e9c3e45 11409# Display various elements of a document's layout.
f65b3398 11410%{texmfdist}/source/latex/layouts
1d337b0e 11411# This package makes available Classic Cyrillic CM fonts
f65b3398 11412%{texmfdist}/source/latex/lcyw
2e9c3e45 11413# This package makes available Classic Cyrillic CM fonts
f65b3398 11414%{texmfdist}/source/latex/leading
2e9c3e45 11415# Typeset scholarly editions in parallel texts.
f65b3398 11416%{texmfdist}/source/latex/ledmac
2e9c3e45 11417# Macros for a two language dictionary.
f65b3398 11418%{texmfdist}/source/latex/lexikon
2e9c3e45 11419# A non-standard Cyrillic input scheme.
f65b3398 11420%{texmfdist}/source/latex/lhcyr
2e9c3e45 11421# Miscellaneous helper packages.
f65b3398 11422%{texmfdist}/source/latex/lhelp
2e9c3e45 11423# Typeset maps and blocks according to the Information Mapping
f65b3398 11424%{texmfdist}/source/latex/limap
2e9c3e45 11425# Easy access to the Lorem Ipsum dummy text.
f65b3398 11426%{texmfdist}/source/latex/lipsum
2e9c3e45 11427# Lists contents of BibTeX files.
f65b3398 11428%{texmfdist}/source/latex/listbib
2e9c3e45 11429# Typeset source code listings using LaTeX.
f65b3398 11430%{texmfdist}/source/latex/listings
2e9c3e45 11431# Typeset lists as tables.
f65b3398 11432%{texmfdist}/source/latex/listliketab
2e9c3e45 11433# Macros for localizing TeX register allocations.
f65b3398 11434%{texmfdist}/source/latex/localloc
2e9c3e45 11435# Generate logarithmic graph paper with LaTeX.
f65b3398 11436%{texmfdist}/source/latex/logpap
2e9c3e45 11437# Class for "Logic and Philosophy of Science".
f65b3398 11438%{texmfdist}/source/latex/lps
2e9c3e45 11439# A LaTeX package to typeset indices with GNU's Texindex.
f65b3398 11440%{texmfdist}/source/latex/ltxindex
2e9c3e45 11441# Macros for mail merging.
f65b3398 11442%{texmfdist}/source/latex/mailing
2e9c3e45 11443# Defines a \makebox* command.
f65b3398 11444%{texmfdist}/source/latex/makebox
2e9c3e45 11445# Tabular column heads and multilined cells.
f65b3398 11446%{texmfdist}/source/latex/makecell
2e9c3e45 11447# The new \makecommand command always (re)defines a command.
f65b3398 11448%{texmfdist}/source/latex/makecmds
2e9c3e45 11449# Perl script to help generate dtx and ins files
f65b3398 11450%{texmfdist}/source/latex/makedtx
2e9c3e45 11451# Easy plots from Matlab in LaTeX.
f65b3398 11452%{texmfdist}/source/latex/makeplot
2e9c3e45 11453# LaTeX support for the TeX book symbols.
f65b3398 11454%{texmfdist}/source/latex/manfnt
2e9c3e45 11455# Emulate look of a document typed on a typewriter.
f65b3398 11456%{texmfdist}/source/latex/manuscript
2e9c3e45 11457# Support for multiple character sets and encodings.
f65b3398 11458%{texmfdist}/source/latex/mapcodes
2e9c3e45 11459# Notes in the margin, even where \marginpar fails
f65b3398 11460%{texmfdist}/source/latex/marginnote
2e9c3e45 11461# Text symbols in maths mode.
f65b3398 11462%{texmfdist}/source/latex/mathcomp
2e9c3e45 11463# Fonts to typeset mathematics to match Palatino.
f65b3398 11464%{texmfdist}/source/latex/mathpazo
2e9c3e45 11465# Put captions in the margin.
f65b3398 11466%{texmfdist}/source/latex/mcaption
2e9c3e45 11467# Multiple items in a single citation.
f65b3398 11468%{texmfdist}/source/latex/mcite
2e9c3e45 11469# Miscellaneous tools by Mark Wooding.
f65b3398 11470%{texmfdist}/source/latex/mdwtools
2e9c3e45 11471# Typeset fiction, non-fiction and mathematical books.
f65b3398 11472%{texmfdist}/source/latex/memoir
2e9c3e45 11473# A basis for books to be published by Mentis publishers.
f65b3398 11474%{texmfdist}/source/latex/mentis
2e9c3e45 11475# Typesetting menus.
f65b3398 11476%{texmfdist}/source/latex/menu
2e9c3e45 11477# Typeset method and variable declarations.
f65b3398 11478%{texmfdist}/source/latex/method
2e9c3e45 11479# Support for the work of classicists
f65b3398 11480%{texmfdist}/source/latex/metre
2e9c3e45 11481# Multiple font formats.
f65b3398 11482%{texmfdist}/source/latex/mff
2e9c3e45 11483# Macros to draw direction fields and solutions of ODEs.
f65b3398 11484%{texmfdist}/source/latex/mfpic4ode
2e9c3e45 11485# Pretty-print Metafont source.
f65b3398 11486%{texmfdist}/source/latex/mftinc
2e9c3e45 11487# The MH bundle
f65b3398 11488%{texmfdist}/source/latex/mh
2e9c3e45 11489# Typeset miller indices.
f65b3398 11490%{texmfdist}/source/latex/miller
2e9c3e45 11491# Minipages with marginal notes.
f65b3398 11492%{texmfdist}/source/latex/minipage-marginpar
2e9c3e45 11493# Package for writing minutes of meetings.
f65b3398 11494%{texmfdist}/source/latex/minutes
2e9c3e45 11495# Logical markup for lists.
f65b3398 11496%{texmfdist}/source/latex/mlist
2e9c3e45 11497# Mathematical symbol font for Adobe MinionPro.
f65b3398 11498%{texmfdist}/source/latex/mnsymbol
2e9c3e45 11499# Write numbers in lower case roman numerals.
f65b3398 11500%{texmfdist}/source/latex/modroman
2e9c3e45 11501# A language definition file for Mongolian in Babel.
f65b3398 11502%{texmfdist}/source/latex/mongolian-babel
2e9c3e45 11503# Mongolian LaTeX.
f65b3398 11504%{texmfdist}/source/latex/montex
2e9c3e45 11505# Allows font sizes up to 35.83pt.
f65b3398 11506%{texmfdist}/source/latex/moresize
2e9c3e45 11507# Extended verbatim.
f65b3398 11508%{texmfdist}/source/latex/moreverb
2e9c3e45 11509# A workaround for a LaTeX bug in marginpars.
f65b3398 11510%{texmfdist}/source/latex/mparhack
2e9c3e45 11511# Various LaTeX packages by Martin Schröder.
f65b3398 11512%{texmfdist}/source/latex/ms
2e9c3e45 11513# A package for LaTeX localisation.
f65b3398 11514%{texmfdist}/source/latex/msg
2e9c3e45 11515# Use italic and upright greek letters with mathtime.
f65b3398 11516%{texmfdist}/source/latex/mtgreek
2e9c3e45 11517# Multiple bibliographies.
f65b3398 11518%{texmfdist}/source/latex/multibbl
2e9c3e45 11519# Multiple bibliographies within one document.
f65b3398 11520%{texmfdist}/source/latex/multibib
2e9c3e45 11521# Format captions inside multicols
f65b3398 11522%{texmfdist}/source/latex/multicap
2e9c3e45 11523# Polish-oriented document classes.
f65b3398 11524%{texmfdist}/source/latex/mwcls
2e9c3e45 11525# Support for Mongolian "horizontal" (Xewtee Dorwoljin) script.
f65b3398 11526%{texmfdist}/source/latex/mxd
2e9c3e45 11527# Detecting and warning about obsolete LaTeX commands
f65b3398 11528%{texmfdist}/source/latex/nag
2e9c3e45 11529# Rudimentary c++-like namespaces in LaTeX.
f65b3398 11530%{texmfdist}/source/latex/namespc
2e9c3e45 11531# Flexible bibliography support.
f65b3398 11532%{texmfdist}/source/latex/natbib
2e9c3e45 11533# A collection of general packages for LaTeX
f65b3398 11534%{texmfdist}/source/latex/ncctools
2e9c3e45 11535# Notre Dame Dissertation format class.
f65b3398 11536%{texmfdist}/source/latex/nddiss
2e9c3e45 11537# Format algorithms like Cormen, Leiserson and Rivest.
f65b3398 11538%{texmfdist}/source/latex/newalg
2e9c3e45 11539# User level management of LaTeX input and output.
f65b3398 11540%{texmfdist}/source/latex/newfile
2e9c3e45 11541# Write letters, facsimiles, and memos.
f65b3398 11542%{texmfdist}/source/latex/newlfm
2e9c3e45 11543# Typeset newsletters to resemble newspapers.
f65b3398 11544%{texmfdist}/source/latex/newspaper
2e9c3e45 11545# Define your own verbatim-like environment.
f65b3398 11546%{texmfdist}/source/latex/newvbtm
2e9c3e45 11547# Support for fancy frames.
f65b3398 11548%{texmfdist}/source/latex/niceframe
2e9c3e45 11549# Produce lists of symbols as in nomenclature.
f65b3398 11550%{texmfdist}/source/latex/nomencl
2e9c3e45 11551# Nomenclature typeset in a longtable
f65b3398 11552%{texmfdist}/source/latex/nomentbl
2e9c3e45 11553# Non-floating table and figure captions.
f65b3398 11554%{texmfdist}/source/latex/nonfloat
2e9c3e45 11555# LaTeX class for No Starch Press.
f65b3398 11556%{texmfdist}/source/latex/nostarch
2e9c3e45 11557# Mark sections of a document.
f65b3398 11558%{texmfdist}/source/latex/notes
2e9c3e45 11559# Integrating notes into the bibliography.
f65b3398 11560%{texmfdist}/source/latex/notes2bib
2e9c3e45 11561# Class for the NRC technical journals.
f65b3398 11562%{texmfdist}/source/latex/nrc
2e9c3e45 11563# "European" versions of standard classes.
f65b3398 11564%{texmfdist}/source/latex/ntgclass
2e9c3e45 11565# Print numbers with separators and exponent if necessary.
f65b3398 11566%{texmfdist}/source/latex/numprint
2e9c3e45 11567# A bundle of packages submitted by Heiko Oberdiek.
f65b3398 11568%{texmfdist}/source/latex/oberdiek
2e9c3e45 11569# Macros for typesetting Object Z.
f65b3398 11570%{texmfdist}/source/latex/objectz
2e9c3e45 11571# Typeset books following classical design and layout.
f65b3398 11572%{texmfdist}/source/latex/octavo
2e9c3e45 11573# Support for Polish typography and the ogonek.
f65b3398 11574%{texmfdist}/source/latex/ogonek
2e9c3e45 11575# Old style numbers in OT1 encoding.
f65b3398 11576%{texmfdist}/source/latex/oldstyle
2e9c3e45 11577# Footnote-style bibliographical references.
f65b3398 11578%{texmfdist}/source/latex/opcit
2e9c3e45 11579# Counters as ordinal numbers in Portuguese.
f65b3398 11580%{texmfdist}/source/latex/ordinalpt
f65b3398 11581%{texmfdist}/source/latex/otibet
2e9c3e45 11582# Fonts designed by Fra Luca de Pacioli in 1497.
f65b3398 11583%{texmfdist}/source/latex/pacioli
2e9c3e45 11584# Page number-only page styles.
f65b3398 11585%{texmfdist}/source/latex/pageno
2e9c3e45 11586# Notes at end of document.
f65b3398 11587%{texmfdist}/source/latex/pagenote
2e9c3e45 11588# Versions of article class, tuned for scholarly publications.
f65b3398 11589%{texmfdist}/source/latex/paper
2e9c3e45 11590# Origami-style folding paper CD case.
f65b3398 11591%{texmfdist}/source/latex/papercdcase
2e9c3e45 11592# Class for newspapers, etc.
f65b3398 11593%{texmfdist}/source/latex/papertex
2e9c3e45 11594# Enumerate and itemize within paragraphs.
f65b3398 11595%{texmfdist}/source/latex/paralist
2e9c3e45 11596# Typeset parallel texts.
f65b3398 11597%{texmfdist}/source/latex/parallel
2e9c3e45 11598# Defines simple macros for greek letters.
f65b3398 11599%{texmfdist}/source/latex/paresse
2e9c3e45 11600# Typesets (two) streams of text running parallel.
f65b3398 11601%{texmfdist}/source/latex/parrun
2e9c3e45 11602# Change the definition of an existing command.
f65b3398 11603%{texmfdist}/source/latex/patchcmd
2e9c3e45 11604# German LaTeX package documentation.
f65b3398 11605%{texmfdist}/source/latex/pauldoc
2e9c3e45 11606# Using graphics from PAW.
f65b3398 11607%{texmfdist}/source/latex/pawpict
2e9c3e45 11608# A variable-width \parbox command.
f65b3398 11609%{texmfdist}/source/latex/pbox
2e9c3e45 11610# Problem sheet class.
f65b3398 11611%{texmfdist}/source/latex/pbsheet
2e9c3e45 11612# Activating and setting of character protruding using pdflatex.
f65b3398 11613%{texmfdist}/source/latex/pdfcprot
2e9c3e45 11614# Include PDF documents in LaTeX.
f65b3398 11615%{texmfdist}/source/latex/pdfpages
2e9c3e45 11616# Define LaTeX macros in terms of Perl code
f65b3398 11617%{texmfdist}/source/latex/perltex
2e9c3e45 11618# A set TeX/LaTeX packages for drawing Petri nets.
f65b3398 11619%{texmfdist}/source/latex/petri-nets
2e9c3e45 11620# LaTeX package options with pgfkeys.
f65b3398 11621%{texmfdist}/source/latex/pgfopts
2e9c3e45 11622# Typesetting articles for "Philosophers' Imprint".
f65b3398 11623%{texmfdist}/source/latex/philosophersimprint
2e9c3e45 11624# A float environment for photographs.
f65b3398 11625%{texmfdist}/source/latex/photo
2e9c3e45 11626# New implementation of picture commands.
f65b3398 11627%{texmfdist}/source/latex/pict2e
2e9c3e45 11628# Electronic Theses and Dissertations at Pitt.
f65b3398 11629%{texmfdist}/source/latex/pittetd
2e9c3e45 11630# Typesetting stageplay scripts.
f65b3398 11631%{texmfdist}/source/latex/plari
2e9c3e45 11632# Typeset drama using LaTeX.
f65b3398
ZU
11633%{texmfdist}/source/latex/play
11634%{texmfdist}/source/latex/plweb
2e9c3e45 11635# Typesetting Critical Editions of Poetry.
f65b3398 11636%{texmfdist}/source/latex/poemscol
2e9c3e45 11637# Typeset Polish documents with LaTeX and Polish fonts.
f65b3398
ZU
11638%{texmfdist}/source/latex/polski
11639%{texmfdist}/source/latex/polyglot
2e9c3e45 11640# Tabular-like environments with named columns.
f65b3398 11641%{texmfdist}/source/latex/polytable
2e9c3e45 11642# A presentation class.
f65b3398 11643%{texmfdist}/source/latex/powerdot
2e9c3e45 11644# Prosper preview.
f65b3398 11645%{texmfdist}/source/latex/ppr-prv
2e9c3e45 11646# Typeset articles for PracTeX.
f65b3398 11647%{texmfdist}/source/latex/pracjourn
2e9c3e45 11648# A bundle of packages provided "as is".
f65b3398 11649%{texmfdist}/source/latex/preprint
2e9c3e45 11650# Make label references "self-identify".
f65b3398 11651%{texmfdist}/source/latex/prettyref
2e9c3e45 11652# Extract bits of a LaTeX source for output.
f65b3398 11653%{texmfdist}/source/latex/preview
2e9c3e45 11654# Shortcuts commands to symbols used in probability texts.
f65b3398 11655%{texmfdist}/source/latex/proba
2e9c3e45 11656# generate problem sheets and their solution sheets
f65b3398 11657%{texmfdist}/source/latex/probsoln
2e9c3e45 11658# Typeset programs, recognising keywords.
f65b3398 11659%{texmfdist}/source/latex/progkeys
2e9c3e45 11660# LaTeX class for high quality slides.
f65b3398 11661%{texmfdist}/source/latex/prosper
2e9c3e45 11662# A class for typesetting minutes (only german).
f65b3398 11663%{texmfdist}/source/latex/protocol
2e9c3e45 11664# Replace strings in encapsulated PostScript figures.
f65b3398 11665%{texmfdist}/source/latex/psfrag
2e9c3e45 11666# A psfrag eXtension.
f65b3398 11667%{texmfdist}/source/latex/psfragx
2e9c3e45 11668# Use PostScript fonts by default.
f65b3398 11669%{texmfdist}/source/latex/pslatex
2e9c3e45 11670# PostScript picture support.
f65b3398 11671%{texmfdist}/source/latex/pspicture
2e9c3e45 11672# A LaTeX2e class for making multiple choice questionnaires
f65b3398 11673%{texmfdist}/source/latex/qcm
2e9c3e45 11674# Bundle for unit tests and pattern matching.
f65b3398 11675%{texmfdist}/source/latex/qstest
2e9c3e45 11676# Maths symbol abbreviations.
f65b3398 11677%{texmfdist}/source/latex/qsymbols
2e9c3e45 11678# Decorative chapter headings.
f65b3398 11679%{texmfdist}/source/latex/quotchap
2e9c3e45 11680# Consistent quote marks.
f65b3398 11681%{texmfdist}/source/latex/quotmark
2e9c3e45 11682# Marginal pictures.
f65b3398 11683%{texmfdist}/source/latex/randbild
2e9c3e45 11684# Decimal-centered optionally rounded numbers in tabular.
f65b3398 11685%{texmfdist}/source/latex/rccol
2e9c3e45 11686# Use RCS (revision control system) tags in LaTeX documents.
f65b3398 11687%{texmfdist}/source/latex/rcs
2e9c3e45 11688# Support for the revision control system.
f65b3398 11689%{texmfdist}/source/latex/rcsinfo
2e9c3e45 11690# Format technical reference manuals.
f65b3398 11691%{texmfdist}/source/latex/refman
2e9c3e45 11692# Advanced formatting of cross references.
f65b3398 11693%{texmfdist}/source/latex/refstyle
2e9c3e45 11694# Display the allocation status of the TeX registers.
f65b3398 11695%{texmfdist}/source/latex/regcount
2e9c3e45 11696# Typeset programmable elements in digital hardware (registers).
f65b3398 11697%{texmfdist}/source/latex/register
2e9c3e45 11698# A "relaxed" font encoding.
f65b3398 11699%{texmfdist}/source/latex/relenc
2e9c3e45 11700# Styles for various Physics Journals.
f65b3398 11701%{texmfdist}/source/latex/revtex
2e9c3e45 11702# A package to help change page layout parameters in LaTeX.
f65b3398 11703%{texmfdist}/source/latex/rmpage
2e9c3e45 11704# Declare robust command, with \newcommand checks.
f65b3398 11705%{texmfdist}/source/latex/robustcommand
2e9c3e45 11706# Generate roman numerals instead of arabic digits.
f65b3398 11707%{texmfdist}/source/latex/romannum
2e9c3e45 11708# Rotation tools, including rotated full-page floats.
f65b3398 11709%{texmfdist}/source/latex/rotating
2e9c3e45 11710# Rotate floats.
f65b3398 11711%{texmfdist}/source/latex/rotfloat
2e9c3e45 11712# BibTeX style for use with RSC journals.
f65b3398 11713%{texmfdist}/source/latex/rsc
2e9c3e45 11714# Drawing rhetorical structure analysis diagrams in LaTeX.
f65b3398 11715%{texmfdist}/source/latex/rst
2e9c3e45 11716# Input encoding with fallback procedures.
f65b3398 11717%{texmfdist}/source/latex/rtkinenc
2e9c3e45 11718# Embed Sage code and plots into LaTeX.
f65b3398 11719%{texmfdist}/source/latex/sagetex
2e9c3e45 11720# Sanskrit support.
f65b3398 11721%{texmfdist}/source/latex/sanskrit
2e9c3e45 11722# A bundle of utilities by Jonathan Sauer.
f65b3398 11723%{texmfdist}/source/latex/sauerj
2e9c3e45 11724# Use sauter fonts in LaTeX.
f65b3398 11725%{texmfdist}/source/latex/sauterfonts
2e9c3e45 11726# Save name of the footnote mark for reuse.
f65b3398 11727%{texmfdist}/source/latex/savefnmark
2e9c3e45 11728# Pack as much as possible onto each page of a LaTeX document.
f65b3398 11729%{texmfdist}/source/latex/savetrees
2e9c3e45 11730# Scale document by sqrt(2) or magstep(2).
f65b3398 11731%{texmfdist}/source/latex/scale
2e9c3e45 11732# Create scalebars for maps, diagrams or photos.
f65b3398 11733%{texmfdist}/source/latex/scalebar
2e9c3e45 11734# Weekly schedules.
f65b3398 11735%{texmfdist}/source/latex/schedule
2e9c3e45 11736# Use Scientific Word/WorkPlace files with another TeX.
f65b3398 11737%{texmfdist}/source/latex/sciwordconv
2e9c3e45 11738# A class file to typeset screenplays.
f65b3398 11739%{texmfdist}/source/latex/screenplay
2e9c3e45 11740# Control sectional headers.
f65b3398 11741%{texmfdist}/source/latex/sectsty
2e9c3e45 11742# Help for writing programming language semantics.
f65b3398 11743%{texmfdist}/source/latex/semantic
2e9c3e45 11744# Put only special contents on left-hand pages in two sided layout.
f65b3398 11745%{texmfdist}/source/latex/semioneside
2e9c3e45 11746# Split long sequences of characters in a neutral way.
f65b3398
ZU
11747%{texmfdist}/source/latex/seqsplit
11748%{texmfdist}/source/latex/sf298
2e9c3e45 11749# Typesetting science fiction/fantasy manuscripts.
f65b3398 11750%{texmfdist}/source/latex/sffms
2e9c3e45 11751# Table of contents with different depths.
f65b3398 11752%{texmfdist}/source/latex/shorttoc
2e9c3e45 11753# Variants of \show for LaTeX2e.
f65b3398
ZU
11754%{texmfdist}/source/latex/show2e
11755%{texmfdist}/source/latex/showexpl
2e9c3e45 11756# Show label commands in the margin.
f65b3398 11757%{texmfdist}/source/latex/showlabels
2e9c3e45 11758# Typeset captions sideways.
f65b3398 11759%{texmfdist}/source/latex/sidecap
2e9c3e45 11760# SIGGRAPH conference class.
f65b3398 11761%{texmfdist}/source/latex/siggraph
2e9c3e45 11762# Simple Wick contractions.
f65b3398 11763%{texmfdist}/source/latex/simplewick
2e9c3e45 11764# A font to draw a skull.
f65b3398 11765%{texmfdist}/source/latex/skull
2e9c3e45 11766# Access different-shaped small-caps fonts.
f65b3398 11767%{texmfdist}/source/latex/slantsc
2e9c3e45 11768# List the external dependencies of a LaTeX document.
f65b3398 11769%{texmfdist}/source/latex/snapshot
2e9c3e45 11770# Package for typesetting song lyrics and chord books.
f65b3398 11771%{texmfdist}/source/latex/songbook
2e9c3e45 11772# Hyphenation for letterspacing, underlining, and more.
f65b3398 11773%{texmfdist}/source/latex/soul
2e9c3e45 11774# Split and reorder your bibliography.
f65b3398 11775%{texmfdist}/source/latex/splitbib
2e9c3e45 11776# Unlimited number of indexes.
f65b3398 11777%{texmfdist}/source/latex/splitindex
2e9c3e45 11778# Jump between DVI and TeX files.
f65b3398 11779%{texmfdist}/source/latex/srcltx
2e9c3e45 11780# Spectral sequence diagrams.
f65b3398 11781%{texmfdist}/source/latex/sseq
2e9c3e45 11782# Use the cmssq fonts.
f65b3398 11783%{texmfdist}/source/latex/ssqquote
2e9c3e45 11784# Tools to define and use stacks.
f65b3398 11785%{texmfdist}/source/latex/stack
2e9c3e45 11786# Store statistics of a document.
f65b3398 11787%{texmfdist}/source/latex/statistik
2e9c3e45 11788# Typeset Icelandic staves and runic letters.
f65b3398 11789%{texmfdist}/source/latex/staves
2e9c3e45 11790# Provide sectioning information for package writers.
f65b3398 11791%{texmfdist}/source/latex/stdclsdv
2e9c3e45 11792# Standard pages with n lines of at most m characters each.
f65b3398 11793%{texmfdist}/source/latex/stdpage
2e9c3e45 11794# Stellenbosch thesis bundle.
f65b3398 11795%{texmfdist}/source/latex/stellenbosch
2e9c3e45 11796# An Infrastructure for Semantic Preloading of LaTeX Documents.
f65b3398 11797%{texmfdist}/source/latex/stex
2e9c3e45 11798# String manipulation for cosmetic and programming application.
f65b3398 11799%{texmfdist}/source/latex/stringstrings
2e9c3e45 11800# Draw Nassi-Schneidermann charts
f65b3398 11801%{texmfdist}/source/latex/struktex
2e9c3e45 11802# Unify maths subscript height.
f65b3398 11803%{texmfdist}/source/latex/subdepth
2e9c3e45 11804# Package for subequation numbering.
f65b3398 11805%{texmfdist}/source/latex/subeqn
2e9c3e45 11806# Equation array with sub numbering.
f65b3398 11807%{texmfdist}/source/latex/subeqnarray
2e9c3e45 11808# Figures broken into subfigures
f65b3398 11809%{texmfdist}/source/latex/subfig
2e9c3e45 11810# Deprecated: Figures divided into subfigures.
f65b3398 11811%{texmfdist}/source/latex/subfigure
2e9c3e45 11812# Sub-numbering for figures and tables.
f65b3398 11813%{texmfdist}/source/latex/subfloat
2e9c3e45 11814# Create sudoku grids.
f65b3398 11815%{texmfdist}/source/latex/sudoku
2e9c3e45 11816# A set of sudoku-related packages.
f65b3398 11817%{texmfdist}/source/latex/sudokubundle
2e9c3e45 11818# A multi-page tables package.
f65b3398 11819%{texmfdist}/source/latex/supertabular
2e9c3e45 11820# Subversion keywords in multi-file LaTeX documents
f65b3398 11821%{texmfdist}/source/latex/svn-multi
2e9c3e45 11822# Typeset Subversion keywords.
f65b3398 11823%{texmfdist}/source/latex/svn
2e9c3e45 11824# Typeset Subversion Keywords.
f65b3398 11825%{texmfdist}/source/latex/svninfo
2e9c3e45 11826# Graphical/textual representations of swimming performances
f65b3398 11827%{texmfdist}/source/latex/swimgraf
2e9c3e45 11828# Labels for tracing in a syntax tree.
f65b3398 11829%{texmfdist}/source/latex/syntrace
2e9c3e45 11830# Typeset syntactic trees.
f65b3398 11831%{texmfdist}/source/latex/synttree
2e9c3e45 11832# Tabulated lists of short items.
f65b3398 11833%{texmfdist}/source/latex/tablists
2e9c3e45 11834# Tabular with variable width columns balanced.
f65b3398 11835%{texmfdist}/source/latex/tabulary
2e9c3e45 11836# Typesetting tables showing variations of functions.
f65b3398 11837%{texmfdist}/source/latex/tabvar
2e9c3e45 11838# A LaTeX class for presentations.
f65b3398
ZU
11839%{texmfdist}/source/latex/talk
11840%{texmfdist}/source/latex/tcldoc
2e9c3e45 11841# Macros for French teachers of mathematics.
f65b3398 11842%{texmfdist}/source/latex/tdsfrmath
2e9c3e45 11843# A package to format technical documents.
f65b3398 11844%{texmfdist}/source/latex/technics
2e9c3e45 11845# A (primitive) token list editor.
f65b3398 11846%{texmfdist}/source/latex/ted
2e9c3e45 11847# LaTeX support for using Tengwar fonts.
f65b3398 11848%{texmfdist}/source/latex/tengwarscript
2e9c3e45 11849# Typeset tensors.
f65b3398 11850%{texmfdist}/source/latex/tensor
2e9c3e45 11851# Philological typesetting of classical Greek.
f65b3398 11852%{texmfdist}/source/latex/teubner
2e9c3e45 11853# Comprehensive chess annotation in LaTeX.
f65b3398 11854%{texmfdist}/source/latex/texmate
2e9c3e45 11855# Create dynamic online presentations with LaTeX.
f65b3398 11856%{texmfdist}/source/latex/texpower
2e9c3e45 11857# Package for setting nucleotide and peptide alignments.
f65b3398 11858%{texmfdist}/source/latex/texshade
2e9c3e45 11859# Case conversion ignoring mathematics, etc.
f65b3398 11860%{texmfdist}/source/latex/textcase
2e9c3e45 11861# Fit text to a desired size.
f65b3398 11862%{texmfdist}/source/latex/textfit
2e9c3e45 11863# Annotated membrane protein topology plots.
f65b3398 11864%{texmfdist}/source/latex/textopo
2e9c3e45 11865# Place boxes at abitrary positions on the LaTeX page.
f65b3398 11866%{texmfdist}/source/latex/textpos
2e9c3e45 11867# Little style to create a standard titlepage for diploma
f65b3398 11868%{texmfdist}/source/latex/thesis-titlepage-fhac
2e9c3e45 11869# Extensions to theorem environments.
f65b3398 11870%{texmfdist}/source/latex/thmtools
2e9c3e45 11871# Thumb marks in documents.
f65b3398 11872%{texmfdist}/source/latex/thumb
2e9c3e45 11873# Thesis template for Tsinghua University.
f65b3398
ZU
11874%{texmfdist}/source/latex/thuthesis
11875%{texmfdist}/source/latex/timesht
2e9c3e45 11876# Control over the typesetting of the \maketitle command.
f65b3398 11877%{texmfdist}/source/latex/titling
2e9c3e45 11878# Add bibliography/index/contents to Table of Contents.
f65b3398 11879%{texmfdist}/source/latex/tocbibind
2e9c3e45 11880# Control table of contents, figures, etc.
f65b3398 11881%{texmfdist}/source/latex/tocloft
2e9c3e45 11882# Section numbering and table of contents control.
f65b3398 11883%{texmfdist}/source/latex/tocvsec2
2e9c3e45 11884# Make a to-do list for a document.
f65b3398 11885%{texmfdist}/source/latex/todo
2e9c3e45 11886# Macros for writing indices, glossaries.
f65b3398 11887%{texmfdist}/source/latex/toolbox
2e9c3e45 11888# The LaTeX standard tools bundle.
f65b3398 11889%{texmfdist}/source/latex/tools
2e9c3e45 11890# Bundle of files for typsetting theses.
f65b3398 11891%{texmfdist}/source/latex/toptesi
2e9c3e45 11892# Count pages in a document, and report last page number.
f65b3398 11893%{texmfdist}/source/latex/totpages
2e9c3e45 11894# Fonts from the Trajan column in Rome.
f65b3398 11895%{texmfdist}/source/latex/trajan
2e9c3e45 11896# Trees and other linguists' macros.
f65b3398 11897%{texmfdist}/source/latex/tree-dvips
2e9c3e45 11898# Typeset transform signs.
f65b3398 11899%{texmfdist}/source/latex/trfsigns
2e9c3e45 11900# Quick float definitions in LaTeX.
f65b3398 11901%{texmfdist}/source/latex/trivfloat
2e9c3e45 11902# Symbols for transformations.
f65b3398 11903%{texmfdist}/source/latex/trsym
2e9c3e45 11904# LaTeX macros for TUGboat articles.
f65b3398 11905%{texmfdist}/source/latex/tugboat
2e9c3e45 11906# Typeset the (logic) turnstile notation.
f65b3398
ZU
11907%{texmfdist}/source/latex/turnstile
11908%{texmfdist}/source/latex/twoup
2e9c3e45 11909# Arbitrary size font selection in LaTeX.
f65b3398 11910%{texmfdist}/source/latex/type1cm
2e9c3e45 11911# Eliminate errors by enforcing the types of labels.
f65b3398 11912%{texmfdist}/source/latex/typedref
2e9c3e45 11913# Print a typographic grid.
f65b3398 11914%{texmfdist}/source/latex/typogrid
2e9c3e45 11915# University of Arizona thesis and dissertation format.
f65b3398 11916%{texmfdist}/source/latex/uaclasses
2e9c3e45 11917# UIUC thesis class.
f65b3398 11918%{texmfdist}/source/latex/uiucthesis
2e9c3e45 11919# Extra mathematical characters.
f65b3398 11920%{texmfdist}/source/latex/ulsy
2e9c3e45 11921# UML diagrams in LaTeX.
f65b3398 11922%{texmfdist}/source/latex/uml
2e9c3e45 11923# German input encodings in LaTeX.
f65b3398 11924%{texmfdist}/source/latex/umlaute
2e9c3e45 11925# Underline text allowing line breaking.
f65b3398 11926%{texmfdist}/source/latex/umoline
2e9c3e45 11927# Underlined running heads.
f65b3398 11928%{texmfdist}/source/latex/underlin
2e9c3e45 11929# Typeset a tilde under one (or many) maths symbols.
f65b3398 11930%{texmfdist}/source/latex/undertilde
2e9c3e45 11931# Typeset units.
f65b3398 11932%{texmfdist}/source/latex/units
2e9c3e45 11933# Typesetting units in LaTeX.
f65b3398 11934%{texmfdist}/source/latex/unitsdef
2e9c3e45 11935# Converting Roman numerals to Arabic numbers.
f65b3398 11936%{texmfdist}/source/latex/unroman
2e9c3e45 11937# Writing specification such as for UP-based methodologies.
f65b3398 11938%{texmfdist}/source/latex/upmethodology
2e9c3e45 11939# Web support for BibTeX.
f65b3398 11940%{texmfdist}/source/latex/urlbst
2e9c3e45 11941# Shorter (and longer) underlines and underbars.
f65b3398 11942%{texmfdist}/source/latex/ushort
2e9c3e45 11943# Luxury frontend to the \index command.
f65b3398 11944%{texmfdist}/source/latex/varindex
2e9c3e45 11945# LaTeX macros for vectors.
f65b3398 11946%{texmfdist}/source/latex/vector
2e9c3e45 11947# Aids for typesetting simple verse.
f65b3398 11948%{texmfdist}/source/latex/verse
2e9c3e45 11949# Set various page dimensions.
f65b3398 11950%{texmfdist}/source/latex/vmargin
2e9c3e45 11951# Typeset only parts of a document, with complete indexes etc.
f65b3398 11952%{texmfdist}/source/latex/volumes
2e9c3e45 11953# Add version number to a DVI file.
f65b3398 11954%{texmfdist}/source/latex/vrsion
2e9c3e45 11955# Variable-width multiple text columns.
f65b3398 11956%{texmfdist}/source/latex/vwcol
2e9c3e45 11957# Document classes for Vaxjo University
f65b3398 11958%{texmfdist}/source/latex/vxu
2e9c3e45 11959# Global warnings at the end of the logfile.
f65b3398 11960%{texmfdist}/source/latex/warning
2e9c3e45 11961# Relative alignment of rows in numeric columns in tabulars.
f65b3398 11962%{texmfdist}/source/latex/warpcol
2e9c3e45 11963# A collection of small packages by Walter Schmidt.
f65b3398 11964%{texmfdist}/source/latex/was
2e9c3e45 11965# Ridgeway's fonts.
f65b3398 11966%{texmfdist}/source/latex/wnri
2e9c3e45 11967# Define commands with many optional arguments.
f65b3398 11968%{texmfdist}/source/latex/xargs
2e9c3e45 11969# Extending the LaTeX doc system.
f65b3398 11970%{texmfdist}/source/latex/xdoc
2e9c3e45 11971# A reimplimentation of the LaTeX for-loop macro.
f65b3398 11972%{texmfdist}/source/latex/xfor
2e9c3e45 11973# Include eXtensible Metadata Platform data in PDFLaTeX.
f65b3398 11974%{texmfdist}/source/latex/xmpincl
2e9c3e45 11975# Implementations of concepts for LaTeX designer interface.
f65b3398 11976%{texmfdist}/source/latex/xpackages
2e9c3e45 11977# An extension to the skak package for chess typesetting.
f65b3398 11978%{texmfdist}/source/latex/xskak
2e9c3e45 11979# Break tables across pages.
f65b3398 11980%{texmfdist}/source/latex/xtab
2e9c3e45 11981# Defining language-dependent text macros.
f65b3398 11982%{texmfdist}/source/latex/xtcapts
2e9c3e45 11983# A bundle of miscellaneous footnote packages.
f65b3398 11984%{texmfdist}/source/latex/yafoot
2e9c3e45 11985# Support for old German fonts.
f65b3398 11986%{texmfdist}/source/latex/yfonts
2e9c3e45 11987# Extended maths fonts for LaTeX.
f65b3398 11988%{texmfdist}/source/latex/yhmath
2e9c3e45 11989# A thesis class file for York University, Toronto.
f65b3398 11990%{texmfdist}/source/latex/york-thesis
2e9c3e45 11991# Typeset Young-Tableaux.
f65b3398 11992%{texmfdist}/source/latex/youngtab
198c241e 11993%dir %{texmfdist}/source/plain
c9ddaf2d 11994%{texmfdist}/source/plain/jsmisc
f65b3398 11995%{texmfdist}/source/xelatex
8affbd2c 11996%{texmfdist}/tex/alatex
f65b3398
ZU
11997%{texmfdist}/tex/generic/enctex
11998%{texmfdist}/tex/latex/kalender
11999%{texmfdist}/tex/latex/karnaugh
12000%{texmfdist}/tex/latex/kerkis
12001%{texmfdist}/tex/latex/kerntest
12002%{texmfdist}/tex/latex/kluwer
12003%{texmfdist}/tex/latex/kpfonts
12004%{texmfdist}/tex/latex/kurier
f65b3398 12005%{texmfdist}/tex/latex/lazylist
f65b3398
ZU
12006%{texmfdist}/tex/latex/lcyw
12007%{texmfdist}/tex/latex/leading
12008%{texmfdist}/tex/latex/ledmac
12009%{texmfdist}/tex/latex/lettre
12010%{texmfdist}/tex/latex/levy
12011%{texmfdist}/tex/latex/lexikon
12012%{texmfdist}/tex/latex/lgreek
12013%{texmfdist}/tex/latex/lhcyr
12014%{texmfdist}/tex/latex/lhelp
12015%{texmfdist}/tex/latex/libertine
12016%{texmfdist}/tex/latex/limap
12017%{texmfdist}/tex/latex/linearA
12018%{texmfdist}/tex/latex/linguex
12019%{texmfdist}/tex/latex/lipsum
12020%{texmfdist}/tex/latex/listbib
12021%{texmfdist}/tex/latex/listliketab
12022%{texmfdist}/tex/latex/listofsymbols
12023%{texmfdist}/tex/latex/lkproof
12024%{texmfdist}/tex/latex/logic
12025%{texmfdist}/tex/latex/logpap
12026%{texmfdist}/tex/latex/lps
12027%{texmfdist}/tex/latex/lsc
12028%{texmfdist}/tex/latex/ltablex
12029%{texmfdist}/tex/latex/ltxindex
12030%{texmfdist}/tex/latex/lxfonts
12031%{texmfdist}/tex/latex/ly1
12032%{texmfdist}/tex/latex/mafr
12033%{texmfdist}/tex/latex/mailing
12034%{texmfdist}/tex/latex/makebarcode
12035%{texmfdist}/tex/latex/makebox
12036%{texmfdist}/tex/latex/makecell
12037%{texmfdist}/tex/latex/makecmds
12038%{texmfdist}/tex/latex/makedtx
12039%{texmfdist}/tex/latex/makeglos
12040%{texmfdist}/tex/latex/makeplot
12041%{texmfdist}/tex/latex/manfnt
12042%{texmfdist}/tex/latex/manuscript
12043%{texmfdist}/tex/latex/mapcodes
12044%{texmfdist}/tex/latex/maple
12045%{texmfdist}/tex/latex/marginnote
12046%{texmfdist}/tex/latex/mathdesign
12047%{texmfdist}/tex/latex/maybemath
12048%{texmfdist}/tex/latex/mcaption
12049%{texmfdist}/tex/latex/mceinleger
12050%{texmfdist}/tex/latex/mcite
12051%{texmfdist}/tex/latex/mciteplus
12052%{texmfdist}/tex/latex/memexsupp
12053%{texmfdist}/tex/latex/mentis
12054%{texmfdist}/tex/latex/menu
12055%{texmfdist}/tex/latex/method
12056%{texmfdist}/tex/latex/metre
12057%{texmfdist}/tex/latex/mff
12058%{texmfdist}/tex/latex/mfpic4ode
12059%{texmfdist}/tex/latex/mftinc
f65b3398
ZU
12060%{texmfdist}/tex/latex/mhequ
12061%{texmfdist}/tex/latex/mhs
12062%{texmfdist}/tex/latex/miller
12063%{texmfdist}/tex/latex/minipage-marginpar
12064%{texmfdist}/tex/latex/miniplot
12065%{texmfdist}/tex/latex/minutes
12066%{texmfdist}/tex/latex/mla-paper
12067%{texmfdist}/tex/latex/mlist
12068%{texmfdist}/tex/latex/moresize
12069%{texmfdist}/tex/latex/movie15
12070%{texmfdist}/tex/latex/msc
12071%{texmfdist}/tex/latex/msg
12072%{texmfdist}/tex/latex/mslapa
12073%{texmfdist}/tex/latex/mtgreek
12074%{texmfdist}/tex/latex/multibbl
12075%{texmfdist}/tex/latex/multicap
12076%{texmfdist}/tex/latex/multido
12077%{texmfdist}/tex/latex/muthesis
12078%{texmfdist}/tex/latex/mxd
12079%{texmfdist}/tex/latex/mxedruli
12080%{texmfdist}/tex/latex/nag
12081%{texmfdist}/tex/latex/namespc
12082%{texmfdist}/tex/latex/nath
12083%{texmfdist}/tex/latex/nature
12084%{texmfdist}/tex/latex/newvbtm
12085%{texmfdist}/tex/latex/niceframe
12086%{texmfdist}/tex/latex/nih
f65b3398
ZU
12087%{texmfdist}/tex/latex/nomentbl
12088%{texmfdist}/tex/latex/nonfloat
12089%{texmfdist}/tex/latex/nostarch
12090%{texmfdist}/tex/latex/notes
12091%{texmfdist}/tex/latex/notes2bib
12092%{texmfdist}/tex/latex/nrc
12093%{texmfdist}/tex/latex/ntabbing
12094%{texmfdist}/tex/latex/numline
12095%{texmfdist}/tex/latex/numname
12096%{texmfdist}/tex/latex/numprint
12097%{texmfdist}/tex/latex/objectz
12098%{texmfdist}/tex/latex/ocr-latex
12099%{texmfdist}/tex/latex/octavo
12100%{texmfdist}/tex/latex/ogonek
12101%{texmfdist}/tex/latex/oldstyle
12102%{texmfdist}/tex/latex/opcit
12103%{texmfdist}/tex/latex/ordinalpt
12104%{texmfdist}/tex/latex/ot2cyr
f65b3398
ZU
12105%{texmfdist}/tex/latex/otibet
12106%{texmfdist}/tex/latex/outline
12107%{texmfdist}/tex/latex/outliner
12108%{texmfdist}/tex/latex/pacioli
12109%{texmfdist}/tex/latex/pageno
12110%{texmfdist}/tex/latex/pagenote
12111%{texmfdist}/tex/latex/palatino
12112%{texmfdist}/tex/latex/paper
12113%{texmfdist}/tex/latex/papercdcase
12114%{texmfdist}/tex/latex/papertex
12115%{texmfdist}/tex/latex/parallel
12116%{texmfdist}/tex/latex/paresse
12117%{texmfdist}/tex/latex/parrun
12118%{texmfdist}/tex/latex/patchcmd
12119%{texmfdist}/tex/latex/pauldoc
12120%{texmfdist}/tex/latex/pawpict
12121%{texmfdist}/tex/latex/pbox
12122%{texmfdist}/tex/latex/pbsheet
12123%{texmfdist}/tex/latex/pclnfss
12124%{texmfdist}/tex/latex/pdfcprot
12125%{texmfdist}/tex/latex/pdfscreen
12126%{texmfdist}/tex/latex/pdftricks
12127%{texmfdist}/tex/latex/pdfwin
12128%{texmfdist}/tex/latex/pecha
12129%{texmfdist}/tex/latex/perltex
f65b3398
ZU
12130%{texmfdist}/tex/latex/petiteannonce
12131%{texmfdist}/tex/latex/petri-nets
12132%{texmfdist}/tex/latex/pgf-soroban
12133%{texmfdist}/tex/latex/phaistos
12134%{texmfdist}/tex/latex/philex
12135%{texmfdist}/tex/latex/philosophersimprint
12136%{texmfdist}/tex/latex/phonetic
12137%{texmfdist}/tex/latex/photo
12138%{texmfdist}/tex/latex/pictex2
12139%{texmfdist}/tex/latex/pinlabel
12140%{texmfdist}/tex/latex/pittetd
12141%{texmfdist}/tex/latex/plari
12142%{texmfdist}/tex/latex/plates
12143%{texmfdist}/tex/latex/play
12144%{texmfdist}/tex/latex/plweb
12145%{texmfdist}/tex/latex/pmgraph
12146%{texmfdist}/tex/latex/poemscol
12147%{texmfdist}/tex/latex/polski
12148%{texmfdist}/tex/latex/polyglot
12149%{texmfdist}/tex/latex/polytable
12150%{texmfdist}/tex/latex/postcards
12151%{texmfdist}/tex/latex/powerdot
12152%{texmfdist}/tex/latex/ppower4
12153%{texmfdist}/tex/latex/ppr-prv
12154%{texmfdist}/tex/latex/pracjourn
12155%{texmfdist}/tex/latex/prettyref
12156%{texmfdist}/tex/latex/proba
12157%{texmfdist}/tex/latex/probsoln
12158%{texmfdist}/tex/latex/procIAGssymp
12159%{texmfdist}/tex/latex/progkeys
12160%{texmfdist}/tex/latex/progress
12161%{texmfdist}/tex/latex/protex
12162%{texmfdist}/tex/latex/protocol
12163%{texmfdist}/tex/latex/psfragx
12164%{texmfdist}/tex/latex/psgo
12165%{texmfdist}/tex/latex/pspicture
f65b3398
ZU
12166%{texmfdist}/tex/latex/ptptex
12167%{texmfdist}/tex/latex/qcm
12168%{texmfdist}/tex/latex/qobitree
12169%{texmfdist}/tex/latex/qstest
12170%{texmfdist}/tex/latex/qsymbols
12171%{texmfdist}/tex/latex/qtree
12172%{texmfdist}/tex/latex/quotchap
12173%{texmfdist}/tex/latex/quotmark
12174%{texmfdist}/tex/latex/r_und_s
12175%{texmfdist}/tex/latex/randbild
12176%{texmfdist}/tex/latex/randtext
12177%{texmfdist}/tex/latex/rccol
12178%{texmfdist}/tex/latex/rcs
12179%{texmfdist}/tex/latex/rcsinfo
f65b3398
ZU
12180%{texmfdist}/tex/latex/rectopma
12181%{texmfdist}/tex/latex/refcheck
12182%{texmfdist}/tex/latex/refman
12183%{texmfdist}/tex/latex/refstyle
12184%{texmfdist}/tex/latex/regcount
12185%{texmfdist}/tex/latex/register
12186%{texmfdist}/tex/latex/relenc
12187%{texmfdist}/tex/latex/repeatindex
12188%{texmfdist}/tex/latex/resume
12189%{texmfdist}/tex/latex/rlepsf
12190%{texmfdist}/tex/latex/rmpage
12191%{texmfdist}/tex/latex/robustcommand
12192%{texmfdist}/tex/latex/robustindex
12193%{texmfdist}/tex/latex/romannum
12194%{texmfdist}/tex/latex/rotpages
12195%{texmfdist}/tex/latex/rsc
12196%{texmfdist}/tex/latex/rst
12197%{texmfdist}/tex/latex/rtkinenc
12198%{texmfdist}/tex/latex/rtklage
12199%{texmfdist}/tex/latex/sagetex
12200%{texmfdist}/tex/latex/sanskrit
12201%{texmfdist}/tex/latex/sauerj
12202%{texmfdist}/tex/latex/sauterfonts
12203%{texmfdist}/tex/latex/savefnmark
12204%{texmfdist}/tex/latex/savesym
12205%{texmfdist}/tex/latex/savetrees
12206%{texmfdist}/tex/latex/scalebar
12207%{texmfdist}/tex/latex/schedule
12208%{texmfdist}/tex/latex/scientificpaper
12209%{texmfdist}/tex/latex/sciposter
12210%{texmfdist}/tex/latex/sciwordconv
12211%{texmfdist}/tex/latex/screenplay
12212%{texmfdist}/tex/latex/script
12213%{texmfdist}/tex/latex/sdrt
12214%{texmfdist}/tex/latex/sectionbox
12215%{texmfdist}/tex/latex/semantic
12216%{texmfdist}/tex/latex/semaphor
12217%{texmfdist}/tex/latex/semioneside
12218%{texmfdist}/tex/latex/seqsplit
12219%{texmfdist}/tex/latex/sf298
12220%{texmfdist}/tex/latex/sffms
12221%{texmfdist}/tex/latex/sfg
12222%{texmfdist}/tex/latex/sfmath
12223%{texmfdist}/tex/latex/sgame
12224%{texmfdist}/tex/latex/shadbox
12225%{texmfdist}/tex/latex/shadethm
12226%{texmfdist}/tex/latex/shipunov
12227%{texmfdist}/tex/latex/shorttoc
12228%{texmfdist}/tex/latex/show2e
12229%{texmfdist}/tex/latex/showexpl
12230%{texmfdist}/tex/latex/sides
12231%{texmfdist}/tex/latex/siggraph
f65b3398
ZU
12232%{texmfdist}/tex/latex/simplewick
12233%{texmfdist}/tex/latex/skak
12234%{texmfdist}/tex/latex/skull
12235%{texmfdist}/tex/latex/slantsc
12236%{texmfdist}/tex/latex/smalltableof
12237%{texmfdist}/tex/latex/smartref
12238%{texmfdist}/tex/latex/smflatex
12239%{texmfdist}/tex/latex/snapshot
12240%{texmfdist}/tex/latex/songbook
12241%{texmfdist}/tex/latex/soyombo
12242%{texmfdist}/tex/latex/sparklines
12243%{texmfdist}/tex/latex/spie
12244%{texmfdist}/tex/latex/splitbib
12245%{texmfdist}/tex/latex/splitindex
12246%{texmfdist}/tex/latex/sprite
12247%{texmfdist}/tex/latex/srcltx
12248%{texmfdist}/tex/latex/sseq
12249%{texmfdist}/tex/latex/ssqquote
12250%{texmfdist}/tex/latex/stack
12251%{texmfdist}/tex/latex/stage
12252%{texmfdist}/tex/latex/statex2
12253%{texmfdist}/tex/latex/statistik
12254%{texmfdist}/tex/latex/staves
12255%{texmfdist}/tex/latex/stdpage
12256%{texmfdist}/tex/latex/stellenbosch
12257%{texmfdist}/tex/latex/stex
12258%{texmfdist}/tex/latex/stringstrings
12259%{texmfdist}/tex/latex/struktex
12260%{texmfdist}/tex/latex/sttools
12261%{texmfdist}/tex/latex/stubs
12262%{texmfdist}/tex/latex/subdepth
12263%{texmfdist}/tex/latex/subeqn
12264%{texmfdist}/tex/latex/subeqnarray
12265%{texmfdist}/tex/latex/subfloat
12266%{texmfdist}/tex/latex/substr
12267%{texmfdist}/tex/latex/sudoku
12268%{texmfdist}/tex/latex/sudokubundle
12269%{texmfdist}/tex/latex/sugconf
12270%{texmfdist}/tex/latex/susy
12271%{texmfdist}/tex/latex/svgcolor
12272%{texmfdist}/tex/latex/svn-multi
12273%{texmfdist}/tex/latex/svn
12274%{texmfdist}/tex/latex/svninfo
12275%{texmfdist}/tex/latex/swimgraf
12276%{texmfdist}/tex/latex/symbol
12277%{texmfdist}/tex/latex/synproof
12278%{texmfdist}/tex/latex/syntax
12279%{texmfdist}/tex/latex/syntrace
12280%{texmfdist}/tex/latex/synttree
12281%{texmfdist}/tex/latex/timing
12282%{texmfdist}/tex/latex/tocvsec2
12283%{texmfdist}/tex/latex/todo
12284%{texmfdist}/tex/latex/tokenizer
12285%{texmfdist}/tex/latex/toolbox
12286%{texmfdist}/tex/latex/topfloat
12287%{texmfdist}/tex/latex/toptesi
12288%{texmfdist}/tex/latex/tpslifonts
12289%{texmfdist}/tex/latex/tracking
12290%{texmfdist}/tex/latex/trajan
12291%{texmfdist}/tex/latex/translator
12292%{texmfdist}/tex/latex/tree-dvips
12293%{texmfdist}/tex/latex/trfsigns
12294%{texmfdist}/tex/latex/trivfloat
12295%{texmfdist}/tex/latex/trsym
12296%{texmfdist}/tex/latex/tufte-latex
12297%{texmfdist}/tex/latex/tugboat
12298%{texmfdist}/tex/latex/turnstile
12299%{texmfdist}/tex/latex/twoup
12300%{texmfdist}/tex/latex/typedref
12301%{texmfdist}/tex/latex/typogrid
12302%{texmfdist}/tex/latex/uaclasses
12303%{texmfdist}/tex/latex/ucthesis
12304%{texmfdist}/tex/latex/uebungsblatt
12305%{texmfdist}/tex/latex/uhrzeit
12306%{texmfdist}/tex/latex/uiucthesis
12307%{texmfdist}/tex/latex/ulsy
12308%{texmfdist}/tex/latex/umich-thesis
12309%{texmfdist}/tex/latex/uml
12310%{texmfdist}/tex/latex/umoline
12311%{texmfdist}/tex/latex/umrand
12312%{texmfdist}/tex/latex/umthesis
12313%{texmfdist}/tex/latex/underlin
12314%{texmfdist}/tex/latex/ushort
12315%{texmfdist}/tex/latex/uwthesis
12316
26d8eaaa
ZU
12317# %files latex-palatcm
12318# %defattr(644,root,root,755)
12319# %{texmf}/tex/latex/palatcm
d08789e0 12320
f65b3398
ZU
12321%files latex-pdfslide
12322%defattr(644,root,root,755)
12323%doc %{texmfdist}/doc/latex/pdfslide
12324%{texmfdist}/tex/latex/pdfslide
12325
03d9d5fa
ZU
12326%files latex-pgf
12327%defattr(644,root,root,755)
12328%doc %{texmfdist}/doc/generic/pgf
6bc47e19
ZU
12329%doc %{texmfdist}/doc/latex/pgfplots
12330%{texmfdist}/source/latex/pgfplots
8ed039e0
ZU
12331%{texmfdist}/tex/generic/pgf
12332%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
12333%{texmfdist}/tex/latex/pgf
12334%{texmfdist}/tex/latex/pgfopts
12335%{texmfdist}/tex/latex/pgfplots
12336
b7b4a109
ZU
12337%files latex-prosper
12338%defattr(644,root,root,755)
12339%doc %{texmfdist}/doc/latex/prosper
12340%{texmfdist}/tex/latex/prosper
12341
f65b3398
ZU
12342%files latex-polynom
12343%defattr(644,root,root,755)
12344%doc %{texmfdist}/doc/latex/polynom
12345%{texmfdist}/source/latex/polynom
12346%{texmfdist}/tex/latex/polynom
12347
12348%files latex-polynomial
12349%defattr(644,root,root,755)
12350%doc %{texmfdist}/doc/latex/polynomial
12351%{texmfdist}/source/latex/polynomial
12352%{texmfdist}/tex/latex/polynomial
12353
b7b4a109
ZU
12354%files latex-pseudocode
12355%defattr(644,root,root,755)
12356%doc %{texmfdist}/doc/latex/pseudocode
12357%{texmfdist}/tex/latex/pseudocode
12358
8efa6a9c
ZU
12359%files latex-pst-2dplot
12360%defattr(644,root,root,755)
12361%doc %{texmfdist}/doc/generic/pst-2dplot
12362%{texmfdist}/tex/latex/pst-2dplot
12363
12364%files latex-pst-3dplot
12365%defattr(644,root,root,755)
12366%doc %{texmfdist}/doc/generic/pst-3dplot
12367%{texmfdist}/dvips/pst-3dplot
12368%{texmfdist}/tex/generic/pst-3dplot
12369%{texmfdist}/tex/latex/pst-3dplot
12370
12371%files latex-pst-bar
12372%defattr(644,root,root,755)
12373%doc %{texmfdist}/doc/generic/pst-3dplot
12374%{texmfdist}/dvips/pst-bar
12375%{texmfdist}/tex/generic/pst-bar
12376%{texmfdist}/tex/latex/pst-bar
12377
12378%files latex-pst-circ
12379%defattr(644,root,root,755)
12380%doc %{texmfdist}/doc/generic/pst-circ
12381%{texmfdist}/dvips/pst-circ
12382%{texmfdist}/tex/generic/pst-circ
12383%{texmfdist}/tex/latex/pst-circ
12384
12385%files latex-pst-diffraction
12386%defattr(644,root,root,755)
12387%doc %{texmfdist}/doc/generic/pst-diffraction
12388%{texmfdist}/tex/generic/pst-diffraction
12389%{texmfdist}/tex/latex/pst-diffraction
12390
b7b4a109
ZU
12391%files latex-pst-eucl
12392%defattr(644,root,root,755)
8efa6a9c 12393%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
12394%{texmfdist}/tex/generic/pst-eucl
12395%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
12396
12397%files latex-pst-fun
12398%defattr(644,root,root,755)
12399%doc %{texmfdist}/doc/generic/pst-fun
12400%{texmfdist}/dvips/pst-fun
12401%{texmfdist}/tex/generic/pst-fun
12402%{texmfdist}/tex/latex/pst-fun
12403
12404%files latex-pst-func
12405%defattr(644,root,root,755)
12406%doc %{texmfdist}/doc/generic/pst-func
12407%{texmfdist}/dvips/pst-func
12408%{texmfdist}/tex/generic/pst-func
12409%{texmfdist}/tex/latex/pst-func
12410
12411%files latex-pst-infixplot
12412%defattr(644,root,root,755)
12413%doc %{texmfdist}/doc/generic/pst-infixplot
12414%{texmfdist}/tex/generic/pst-infixplot
12415%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
12416
12417%files latex-pst-fr3d
12418%defattr(644,root,root,755)
12419%doc %{texmfdist}/doc/generic/pst-fr3d
12420%{texmfdist}/source/generic/pst-fr3d
12421%{texmfdist}/tex/generic/pst-fr3d
12422%{texmfdist}/tex/latex/pst-fr3d
12423
12424%files latex-pst-fractal
12425%defattr(644,root,root,755)
12426%doc %{texmfdist}/doc/generic/pst-fractal
12427%{texmfdist}/dvips/pst-fractal
12428%{texmfdist}/tex/generic/pst-fractal
12429%{texmfdist}/tex/latex/pst-fractal
12430
8efa6a9c
ZU
12431%files latex-pst-math
12432%defattr(644,root,root,755)
12433%doc %{texmfdist}/doc/generic/pst-math
12434%{texmfdist}/dvips/pst-math
12435%{texmfdist}/tex/generic/pst-math
12436%{texmfdist}/tex/latex/pst-math
12437
12438%files latex-pst-ob3d
12439%defattr(644,root,root,755)
12440%doc %{texmfdist}/doc/generic/pst-ob3d
12441%{texmfdist}/source/generic/pst-ob3d
12442%{texmfdist}/tex/generic/pst-ob3d
12443%{texmfdist}/tex/latex/pst-ob3d
12444
12445%files latex-pst-optexp
12446%defattr(644,root,root,755)
12447%doc %{texmfdist}/doc/generic/pst-optexp
12448%{texmfdist}/dvips/pst-optexp
12449%{texmfdist}/tex/generic/pst-optexp
12450%{texmfdist}/tex/latex/pst-optexp
12451
12452%files latex-pst-optic
12453%defattr(644,root,root,755)
12454%doc %{texmfdist}/doc/generic/pst-optic
12455%{texmfdist}/tex/generic/pst-optic
12456%{texmfdist}/tex/latex/pst-optic
12457
12458%files latex-pst-text
12459%defattr(644,root,root,755)
12460%doc %{texmfdist}/doc/generic/pst-text
04123363 12461%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
12462%{texmfdist}/tex/generic/pst-text
12463%{texmfdist}/tex/latex/pst-text
12464
1024ab0e
ZU
12465%files latex-pst-uncategorized
12466%defattr(644,root,root,755)
12467%doc %{texmfdist}/doc/generic/pst-3d
12468%doc %{texmfdist}/doc/generic/pst-asr
12469%doc %{texmfdist}/doc/generic/pst-bar
12470%doc %{texmfdist}/doc/generic/pst-barcode
12471%doc %{texmfdist}/doc/generic/pst-blur
12472%doc %{texmfdist}/doc/generic/pst-coil
12473%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
12474# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
12475# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
12476%doc %{texmfdist}/doc/generic/pst-dbicons
12477%doc %{texmfdist}/doc/generic/pst-eps
12478%doc %{texmfdist}/doc/generic/pst-fill
12479%doc %{texmfdist}/doc/generic/pst-geo
12480%doc %{texmfdist}/doc/generic/pst-ghsb
12481%doc %{texmfdist}/doc/generic/pst-gr3d
12482%doc %{texmfdist}/doc/generic/pst-grad
12483%doc %{texmfdist}/doc/generic/pst-jtree
12484%doc %{texmfdist}/doc/generic/pst-labo
12485%doc %{texmfdist}/doc/generic/pst-lens
12486%doc %{texmfdist}/doc/generic/pst-light3d
12487%doc %{texmfdist}/doc/generic/pst-osci
12488%doc %{texmfdist}/doc/generic/pst-pad
12489%doc %{texmfdist}/doc/generic/pst-pdgr
12490%doc %{texmfdist}/doc/generic/pst-poly
12491%doc %{texmfdist}/doc/generic/pst-qtree
12492%doc %{texmfdist}/doc/generic/pst-slpe
12493%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
12494# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
12495# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
12496%doc %{texmfdist}/doc/generic/pst-soroban
12497%doc %{texmfdist}/doc/generic/pst-spectra
12498%doc %{texmfdist}/doc/generic/pst-stru
12499%doc %{texmfdist}/doc/generic/pst-uml
12500%doc %{texmfdist}/doc/generic/pst-vue3d
12501%doc %{texmfdist}/doc/latex/auto-pst-pdf
12502%doc %{texmfdist}/doc/latex/pst-pdf
12503%{texmfdist}/dvips/pst-barcode
12504%{texmfdist}/dvips/pst-blur
12505%{texmfdist}/dvips/pst-coil
12506%{texmfdist}/dvips/pst-cox
12507%{texmfdist}/dvips/pst-eucl
12508%{texmfdist}/dvips/pst-geo
12509%{texmfdist}/dvips/pst-ghsb
12510%{texmfdist}/dvips/pst-grad
12511%{texmfdist}/dvips/pst-light3d
12512%{texmfdist}/dvips/pst-slpe
12513%{texmfdist}/dvips/pst-solides3d
12514%{texmfdist}/dvips/pst-spectra
12515%{texmfdist}/dvips/pst-vue3d
12516%{texmfdist}/scripts/pst-pdf
12517%{texmfdist}/source/generic/pst-3d
12518%{texmfdist}/source/generic/pst-3dplot
12519%{texmfdist}/source/generic/pst-barcode
12520%{texmfdist}/source/generic/pst-blur
12521%{texmfdist}/source/generic/pst-circ
12522%{texmfdist}/source/generic/pst-coil
12523%{texmfdist}/source/generic/pst-dbicons
12524%{texmfdist}/source/generic/pst-diffraction
12525%{texmfdist}/source/generic/pst-eps
12526%{texmfdist}/source/generic/pst-fill
12527%{texmfdist}/source/generic/pst-fractal
12528%{texmfdist}/source/generic/pst-fun
12529%{texmfdist}/source/generic/pst-func
12530%{texmfdist}/source/generic/pst-lens
12531%{texmfdist}/source/generic/pst-light3d
12532%{texmfdist}/source/generic/pst-optic
12533%{texmfdist}/source/generic/pst-pad
12534%{texmfdist}/source/generic/pst-pdgr
12535%{texmfdist}/source/generic/pst-slpe
12536%{texmfdist}/source/generic/pst-soroban
12537%{texmfdist}/source/generic/pst-text
12538%{texmfdist}/source/generic/pst-uml
12539%{texmfdist}/source/generic/pst-vue3d
12540%{texmfdist}/source/latex/auto-pst-pdf
12541%{texmfdist}/source/latex/pst-gr3d
12542%{texmfdist}/source/latex/pst-pdf
12543%{texmfdist}/source/latex/pst-poly
12544%{texmfdist}/tex/generic/pst-3d
12545%{texmfdist}/tex/generic/pst-asr
12546%{texmfdist}/tex/generic/pst-barcode
12547%{texmfdist}/tex/generic/pst-blur
12548%{texmfdist}/tex/generic/pst-coil
12549%{texmfdist}/tex/generic/pst-cox
12550%{texmfdist}/tex/generic/pst-eps
12551%{texmfdist}/tex/generic/pst-fill
12552%{texmfdist}/tex/generic/pst-geo
12553%{texmfdist}/tex/generic/pst-ghsb
12554%{texmfdist}/tex/generic/pst-gr3d
12555%{texmfdist}/tex/generic/pst-grad
12556%{texmfdist}/tex/generic/pst-jtree
12557%{texmfdist}/tex/generic/pst-labo
12558%{texmfdist}/tex/generic/pst-lens
12559%{texmfdist}/tex/generic/pst-light3d
12560%{texmfdist}/tex/generic/pst-osci
12561%{texmfdist}/tex/generic/pst-pad
12562%{texmfdist}/tex/generic/pst-pdgr
12563%{texmfdist}/tex/generic/pst-poly
12564%{texmfdist}/tex/generic/pst-qtree
12565%{texmfdist}/tex/generic/pst-slpe
12566%{texmfdist}/tex/generic/pst-solides3d
12567%{texmfdist}/tex/generic/pst-spectra
12568%{texmfdist}/tex/generic/pst-stru
12569%{texmfdist}/tex/generic/pst-vue3d
12570%{texmfdist}/tex/latex/pst-3d
12571%{texmfdist}/tex/latex/pst-asr
12572%{texmfdist}/tex/latex/pst-barcode
12573%{texmfdist}/tex/latex/pst-blur
12574%{texmfdist}/tex/latex/pst-coil
12575%{texmfdist}/tex/latex/pst-cox
12576%{texmfdist}/tex/latex/pst-dbicons
12577%{texmfdist}/tex/latex/pst-eps
12578%{texmfdist}/tex/latex/pst-fill
12579%{texmfdist}/tex/latex/pst-geo
12580%{texmfdist}/tex/latex/pst-ghsb
12581%{texmfdist}/tex/latex/pst-gr3d
12582%{texmfdist}/tex/latex/pst-grad
12583%{texmfdist}/tex/latex/pst-jtree
12584%{texmfdist}/tex/latex/pst-labo
12585%{texmfdist}/tex/latex/pst-lens
12586%{texmfdist}/tex/latex/pst-light3d
12587%{texmfdist}/tex/latex/pst-osci
12588%{texmfdist}/tex/latex/pst-pad
12589%{texmfdist}/tex/latex/pst-pdf
12590%{texmfdist}/tex/latex/pst-pdgr
12591%{texmfdist}/tex/latex/pst-poly
12592%{texmfdist}/tex/latex/pst-qtree
12593%{texmfdist}/tex/latex/pst-slpe
12594%{texmfdist}/tex/latex/pst-solides3d
12595%{texmfdist}/tex/latex/pst-soroban
12596%{texmfdist}/tex/latex/pst-spectra
12597%{texmfdist}/tex/latex/pst-stru
12598%{texmfdist}/tex/latex/pst-uml
12599%{texmfdist}/tex/latex/pst-vue3d
12600
d08789e0 12601%files latex-psnfss
489714ae 12602%defattr(644,root,root,755)
26d8eaaa 12603%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
12604%dir %{texmfdist}/source/latex
12605%dir %{texmfdist}/source/latex/latex-tds
12606%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 12607%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 12608%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
12609%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
12610%{texmfdist}/tex/latex/psnfss
12611
d08789e0
ZU
12612%files latex-pxfonts
12613%defattr(644,root,root,755)
26d8eaaa
ZU
12614%doc %{texmfdist}/doc/fonts/pxfonts
12615%{texmfdist}/tex/latex/pxfonts
12616%{texmfdist}/fonts/type1/public/pxfonts
12617%{texmfdist}/fonts/afm/public/pxfonts
12618%{texmfdist}/fonts/tfm/public/pxfonts
12619%{texmfdist}/fonts/vf/public/pxfonts
12620%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 12621
5b7eba8e
MB
12622#%files latex-qfonts
12623#%defattr(644,root,root,755)
d08789e0 12624
6c82f497
ZU
12625%files latex-SIstyle
12626%defattr(644,root,root,755)
12627%{texmfdist}/doc/latex/SIstyle
12628%{texmfdist}/source/latex/SIstyle
12629
3127b522
ZU
12630%files latex-SIunits
12631%defattr(644,root,root,755)
3127b522 12632%{texmfdist}/doc/latex/SIunits
5b7eba8e 12633%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
12634%{texmfdist}/source/latex/SIunits
12635
f65b3398
ZU
12636%files latex-siunitx
12637%defattr(644,root,root,755)
12638%{texmfdist}/doc/latex/siunitx
12639%{texmfdist}/tex/latex/siunitx
12640%{texmfdist}/source/latex/siunitx
12641
6c82f497
ZU
12642%files latex-Tabbing
12643%defattr(644,root,root,755)
12644%{texmfdist}/source/latex/Tabbing
12645%{texmfdist}/doc/latex/Tabbing
3127b522 12646
d08789e0
ZU
12647%files latex-txfonts
12648%defattr(644,root,root,755)
26d8eaaa
ZU
12649%doc %{texmfdist}/doc/fonts/txfonts
12650%{texmfdist}/fonts/type1/public/txfonts
12651%{texmfdist}/fonts/afm/public/txfonts
12652%{texmfdist}/fonts/enc/dvips/txfonts
12653%{texmfdist}/fonts/tfm/public/txfonts
12654%{texmfdist}/fonts/vf/public/txfonts
12655%{texmfdist}/fonts/map/dvips/txfonts
12656%{texmfdist}/tex/latex/txfonts
26d8eaaa 12657
7ea3a98b
ZU
12658%files latex-ucs
12659%defattr(644,root,root,755)
7ea3a98b 12660%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 12661%{texmfdist}/tex/latex/ucs
d08789e0
ZU
12662
12663%files latex-umlaute
12664%defattr(644,root,root,755)
2677a8b0 12665%{texmfdist}/tex/latex/umlaute
d08789e0 12666
26d8eaaa
ZU
12667# %files latex-urwvn
12668# %defattr(644,root,root,755)
d08789e0 12669
e67df411
ZU
12670%files latex-variations
12671%defattr(644,root,root,755)
e65bc3d5 12672%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
12673%{texmfdist}/tex/generic/variations
12674
d08789e0
ZU
12675%files latex-wasysym
12676%defattr(644,root,root,755)
26d8eaaa
ZU
12677%doc %{texmfdist}/doc/latex/wasysym
12678%{texmfdist}/tex/latex/wasysym
12679%{texmfdist}/source/latex/wasysym
d08789e0 12680
03d9d5fa
ZU
12681%files latex-xcolor
12682%defattr(644,root,root,755)
12683%doc %{texmfdist}/doc/latex/xcolor
04123363 12684%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
12685%{texmfdist}/source/latex/xcolor
12686
2496d461
ZU
12687# %files format-latex
12688# %defattr(644,root,root,755)
26d8eaaa 12689# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
12690
12691%files format-pdflatex
12692%defattr(644,root,root,755)
12693#%{texmf}/pdftex/latex/config
26d8eaaa 12694# %dir %{texmf}/pdftex/latex
d08789e0 12695%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 12696%{_mandir}/man1/pdflatex.1*
26d8eaaa 12697# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 12698
26d8eaaa
ZU
12699# %files platex
12700# %defattr(644,root,root,755)
12701# %doc %{texmf}/doc/latex/platex
12702# %dir %{texmf}/tex/platex
12703# %{texmf}/tex/platex/config
12704# %{texmf}/tex/latex/platex
d08789e0 12705
26d8eaaa
ZU
12706# %files format-platex
12707# %defattr(644,root,root,755)
12708# %attr(755,root,root) %{_bindir}/platex
d08789e0 12709#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 12710# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
12711#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
12712
26d8eaaa
ZU
12713# %files format-pdfplatex
12714# %defattr(644,root,root,755)
d08789e0
ZU
12715#%dir %{texmf}/pdftex/platex
12716#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
12717# %attr(755,root,root) %{_bindir}/pdfplatex
12718# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
12719
12720%files tex-babel
12721%defattr(644,root,root,755)
c9ddaf2d 12722%{texmfdist}/source/generic/babel
26d8eaaa
ZU
12723%doc %{texmfdist}/doc/generic/babel
12724%{texmfdist}/tex/generic/babel
d08789e0
ZU
12725
12726%files tex-german
12727%defattr(644,root,root,755)
26d8eaaa
ZU
12728%doc %{texmfdist}/doc/generic/german
12729%{texmfdist}/tex/generic/german
d08789e0
ZU
12730
12731%files tex-mfpic
12732%defattr(644,root,root,755)
26d8eaaa
ZU
12733%doc %{texmfdist}/doc/generic/mfpic
12734%{texmfdist}/tex/generic/mfpic
d08789e0 12735
783773ac
ZU
12736%files tex-midnight
12737%defattr(644,root,root,755)
12738%doc %{texmfdist}/doc/generic/midnight
12739%{texmfdist}/tex/generic/midnight
12740
d08789e0
ZU
12741%files tex-misc
12742%defattr(644,root,root,755)
c9ddaf2d 12743%{texmfdist}/source/generic/tap
26d8eaaa
ZU
12744%doc %{texmfdist}/doc/latex/localloc
12745%doc %{texmfdist}/doc/generic/multido
12746%doc %{texmfdist}/doc/generic/tap
d08789e0 12747
26d8eaaa
ZU
12748%{texmfdist}/tex/generic/eijkhout
12749%{texmfdist}/tex/generic/multido
12750%{texmfdist}/tex/generic/misc
d08789e0
ZU
12751
12752%files tex-pictex
12753%defattr(644,root,root,755)
2677a8b0
ZU
12754%doc %{texmfdist}/doc/generic/pictex
12755%{texmfdist}/tex/generic/pictex
d08789e0 12756
29d720fe
ZU
12757%files tex-psizzl
12758%defattr(644,root,root,755)
12759%{texmfdist}/doc/psizzl
12760%{texmfdist}/source/psizzl
12761%{texmfdist}/tex/psizzl
12762
d08789e0
ZU
12763%files tex-pstricks
12764%defattr(644,root,root,755)
26d8eaaa 12765%doc %{texmfdist}/doc/generic/pstricks
783773ac 12766%doc %{texmfdist}/doc/generic/pstricks-add
26d8eaaa
ZU
12767%{texmfdist}/dvips/pstricks
12768%{texmfdist}/tex/generic/pstricks
783773ac 12769%{texmfdist}/tex/latex/pstricks-add
d08789e0 12770
26d8eaaa
ZU
12771# %files tex-qpx
12772# %defattr(644,root,root,755)
12773# %doc %{texmf}/doc/fonts/polish/qpx
12774# %{texmf}/tex/generic/qpx
d08789e0 12775
31bd2c4a 12776%files tex-qpxqtx
d08789e0 12777%defattr(644,root,root,755)
26d8eaaa
ZU
12778%doc %{texmfdist}/doc/fonts/qpxqtx
12779%{texmfdist}/fonts/tfm/public/qpxqtx
12780%{texmfdist}/fonts/vf/public/qpxqtx
12781%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
12782
12783%files tex-ruhyphen
12784%defattr(644,root,root,755)
26d8eaaa
ZU
12785%{texmfdist}/tex/generic/ruhyphen
12786%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
12787
12788%files tex-spanish
12789%defattr(644,root,root,755)
26d8eaaa 12790%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 12791%dir %{texmfdist}/source/latex/mapcodes
04123363 12792%dir %{texmfdist}/source/latex/polyglot
21c69d95 12793%dir %{texmfdist}/source/latex/polyglot/langs
21c69d95
ZU
12794%dir %{texmfdist}/tex/latex/babelbib
12795%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 12796%dir %{texmfdist}/tex/texsis
21c69d95 12797%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
12798%{texmfdist}/source/generic/babel/spanish.ins
12799%{texmfdist}/source/generic/babel/spanish.dtx
12800%{texmfdist}/source/latex/polyglot/langs/spanish.ld
12801%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
12802%{texmfdist}/source/latex/mapcodes/spanish.map
12803%{texmfdist}/source/latex/mapcodes/spanish.dtx
12804%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
12805%{texmfdist}/tex/generic/babel/spanish.sty
12806%{texmfdist}/tex/generic/babel/spanish.ldf
12807%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
12808%{texmfdist}/tex/latex/custom-bib/spanish.mbs
12809%{texmfdist}/tex/latex/babelbib/spanish.bdf
26d8eaaa 12810%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
12811
12812%files tex-texdraw
12813%defattr(644,root,root,755)
26d8eaaa
ZU
12814%doc %{texmfdist}/doc/texdraw
12815%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
12816
12817%files tex-thumbpdf
12818%defattr(644,root,root,755)
26d8eaaa 12819%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 12820%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
12821%{texmfdist}/tex/generic/thumbpdf
12822%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
12823%{_mandir}/man1/thumbpdf.1*
12824
12825%files tex-ukrhyph
12826%defattr(644,root,root,755)
26d8eaaa
ZU
12827%doc %{texmfdist}/doc/generic/ukrhyph
12828%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
12829
12830%files latex-vietnam
12831%defattr(644,root,root,755)
26d8eaaa
ZU
12832%doc %{texmfdist}/doc/generic/vntex
12833%{texmfdist}/tex/latex/vntex
d08789e0
ZU
12834
12835%files tex-xypic
12836%defattr(644,root,root,755)
26d8eaaa
ZU
12837%doc %{texmfdist}/doc/generic/xypic
12838%{texmfdist}/tex/generic/xypic
d08789e0
ZU
12839
12840%files tex-xkeyval
12841%defattr(644,root,root,755)
4a09ae1a
ZU
12842%doc %{texmfdist}/doc/latex/xkeyval
12843%{texmfdist}/source/latex/xkeyval
12844%{texmfdist}/tex/generic/xkeyval
12845%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
12846
12847%files fonts-adobe
12848%defattr(644,root,root,755)
4a09ae1a
ZU
12849%{texmfdist}/fonts/type1/adobe
12850%{texmfdist}/fonts/afm/adobe
12851%{texmfdist}/fonts/tfm/adobe
12852%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
12853
12854%files fonts-ae
12855%defattr(644,root,root,755)
4a09ae1a
ZU
12856%doc %{texmfdist}/doc/fonts/ae
12857%{texmfdist}/fonts/tfm/public/ae
12858%{texmfdist}/fonts/vf/public/ae
12859%{texmfdist}/source/fonts/ae
d08789e0
ZU
12860
12861%files fonts-ams
12862%defattr(644,root,root,755)
4a09ae1a
ZU
12863%{texmfdist}/bibtex/bst/ams
12864%{texmfdist}/bibtex/bib/ams
12865%{texmfdist}/dvips/ams
12866%{texmfdist}/fonts/source/public/ams
12867%{texmfdist}/fonts/type1/bluesky/ams
12868%{texmfdist}/fonts/afm/bluesky/ams
12869%{texmfdist}/fonts/tfm/public/ams
12870%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
12871
12872%files fonts-antp
12873%defattr(644,root,root,755)
26d8eaaa 12874%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
12875%{texmfdist}/fonts/enc/dvips/antp
12876%{texmfdist}/fonts/map/dvips/antp
12877%{texmfdist}/fonts/afm/public/antp
12878%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 12879%{texmfdist}/dvips/antp
d08789e0
ZU
12880
12881%files fonts-antt
12882%defattr(644,root,root,755)
4a09ae1a
ZU
12883%doc %{texmfdist}/doc/fonts/antt
12884%{texmfdist}/fonts/afm/public/antt
12885%{texmfdist}/fonts/opentype/public/antt
12886%{texmfdist}/fonts/enc/dvips/antt
12887%{texmfdist}/fonts/tfm/public/antt
12888%{texmfdist}/fonts/map/dvips/antt
12889%{texmfdist}/tex/plain/antt
12890%{texmfdist}/tex/latex/antt
d08789e0 12891
5bc70a92
MB
12892%files fonts-arphic
12893%defattr(644,root,root,755)
12894%doc %{texmfdist}/doc/fonts/arphic
12895%{texmfdist}/fonts/afm/arphic
12896%{texmfdist}/fonts/tfm/arphic
12897%{texmfdist}/fonts/vf/arphic
12898
d08789e0
ZU
12899%files fonts-bbm
12900%defattr(644,root,root,755)
4a09ae1a
ZU
12901%doc %{texmfdist}/doc/fonts/bbm
12902%{texmfdist}/fonts/source/public/bbm
12903%{texmfdist}/fonts/tfm/public/bbm
12904%{texmfdist}/source/latex/bbm
12905%{texmfdist}/tex/latex/bbm
d08789e0
ZU
12906
12907%files fonts-bbold
12908%defattr(644,root,root,755)
4a09ae1a
ZU
12909%{texmfdist}/fonts/source/public/bbold
12910%{texmfdist}/fonts/tfm/public/bbold
d08789e0 12911
4a09ae1a
ZU
12912# %files fonts-bh
12913# %defattr(644,root,root,755)
12914# %doc %{texmf}/doc/fonts/bh
12915# %{texmf}/fonts/tfm/bh
12916# %{texmf}/fonts/vf/bh
d08789e0
ZU
12917
12918%files fonts-bitstream
12919%defattr(644,root,root,755)
4a09ae1a
ZU
12920%{texmfdist}/fonts/afm/bitstrea
12921%{texmfdist}/fonts/tfm/bitstrea
12922%{texmfdist}/fonts/vf/bitstrea
d08789e0 12923
5b7eba8e
MB
12924#%files fonts-cbgreek
12925#%defattr(644,root,root,755)
d08789e0
ZU
12926
12927%files fonts-cc-pl
12928%defattr(644,root,root,755)
4a09ae1a
ZU
12929%{texmfdist}/fonts/source/public/cc-pl
12930%{texmfdist}/fonts/enc/dvips/cc-pl
12931%{texmfdist}/fonts/tfm/public/cc-pl
12932%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 12933
d08789e0
ZU
12934%files fonts-cg
12935%defattr(644,root,root,755)
4a09ae1a
ZU
12936%{texmfdist}/fonts/tfm/cg
12937%{texmfdist}/fonts/vf/cg
d08789e0
ZU
12938
12939%files fonts-cm
12940%defattr(644,root,root,755)
ffd94364 12941%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
12942%dir %{texmfdist}/doc/fonts
12943%dir %{texmfdist}/dvips
12944%dir %{texmfdist}/fonts/afm/bluesky
12945%dir %{texmfdist}/fonts/map/dvips
12946%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
12947%{texmfdist}/dvips/cm
12948%{texmfdist}/fonts/source/public/cm
12949%{texmfdist}/fonts/afm/bluesky/cm
12950%{texmfdist}/fonts/tfm/public/cm
12951%{texmfdist}/fonts/pk/ljfour/public/cm
12952%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
12953
12954%files fonts-cmbright
12955%defattr(644,root,root,755)
4a09ae1a
ZU
12956%doc %{texmfdist}/doc/latex/cmbright
12957%{texmfdist}/fonts/source/public/cmbright
12958%{texmfdist}/fonts/tfm/public/cmbright
12959%{texmfdist}/source/latex/cmbright
12960%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
12961
12962%files fonts-cmcyr
12963%defattr(644,root,root,755)
4a09ae1a
ZU
12964%doc %{texmfdist}/doc/fonts/cmcyr
12965%{texmfdist}/fonts/source/public/cmcyr
12966%{texmfdist}/fonts/type1/public/cmcyr
12967%{texmfdist}/fonts/tfm/public/cmcyr
12968%{texmfdist}/fonts/vf/public/cmcyr
12969%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
12970
12971%files fonts-cmextra
12972%defattr(644,root,root,755)
4a09ae1a
ZU
12973%{texmfdist}/fonts/source/public/cmextra
12974%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 12975
5d7e11d7
ZU
12976%files fonts-cmsuper
12977%defattr(644,root,root,755)
12978%doc %{texmfdist}/doc/fonts/cm-super
12979%{texmfdist}/fonts/afm/public/cm-super
12980%{texmfdist}/fonts/enc/dvips/cm-super
12981%{texmfdist}/fonts/map/dvips/cm-super
12982%{texmfdist}/fonts/map/vtex/cm-super
12983%{texmfdist}/fonts/type1/public/cm-super
12984
d08789e0
ZU
12985%files fonts-concmath
12986%defattr(644,root,root,755)
4a09ae1a
ZU
12987%doc %{texmfdist}/doc/fonts/concmath
12988%doc %{texmfdist}/doc/latex/concmath
12989%{texmfdist}/fonts/source/public/concmath
12990%{texmfdist}/fonts/tfm/public/concmath
12991%{texmfdist}/source/latex/concmath
12992%{texmfdist}/tex/latex/concmath
d08789e0
ZU
12993
12994%files fonts-concrete
12995%defattr(644,root,root,755)
4a09ae1a
ZU
12996%doc %{texmfdist}/doc/fonts/concrete
12997%{texmfdist}/fonts/source/public/concrete
12998%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
12999
13000%files fonts-cs
13001%defattr(644,root,root,755)
4a09ae1a
ZU
13002%{texmfdist}/dvips/cs
13003%{texmfdist}/fonts/source/public/cs
13004%{texmfdist}/fonts/enc/dvips/cs
13005%{texmfdist}/fonts/tfm/public/cs
13006%{texmfdist}/fonts/map/dvips/cs
d08789e0 13007
5b7eba8e
MB
13008#%files fonts-dstroke
13009#%defattr(644,root,root,755)
d08789e0
ZU
13010
13011%files fonts-ecc
13012%defattr(644,root,root,755)
4a09ae1a
ZU
13013%doc %{texmfdist}/doc/fonts/ecc
13014%{texmfdist}/fonts/source/public/ecc
13015%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
13016
13017%files fonts-eurosym
13018%defattr(644,root,root,755)
4a09ae1a
ZU
13019%doc %{texmfdist}/doc/fonts/eurosym
13020%{texmfdist}/fonts/source/public/eurosym
13021%{texmfdist}/fonts/tfm/public/eurosym
13022%{texmfdist}/fonts/map/dvips/eurosym
13023%{texmfdist}/source/fonts/eurosym
13024%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
13025
13026%files fonts-eulervm
13027%defattr(644,root,root,755)
7179ac92
ZU
13028%doc %{texmfdist}/doc/latex/eulervm
13029%{texmfdist}/fonts/tfm/public/eulervm
13030%{texmfdist}/fonts/vf/public/eulervm
13031%{texmfdist}/source/latex/eulervm
13032%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
13033
13034%files fonts-euxm
13035%defattr(644,root,root,755)
7179ac92
ZU
13036%{texmfdist}/fonts/source/public/euxm
13037%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
13038
13039%files fonts-gothic
13040%defattr(644,root,root,755)
7179ac92
ZU
13041%{texmfdist}/doc/fonts/gothic
13042%{texmfdist}/dvips/gothic
13043%{texmfdist}/fonts/source/public/gothic
13044%{texmfdist}/fonts/type1/public/gothic
13045%{texmfdist}/fonts/afm/public/gothic
13046%{texmfdist}/fonts/tfm/public/gothic
13047%{texmfdist}/fonts/vf/public/gothic
13048%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
13049
13050%files fonts-hoekwater
13051%defattr(644,root,root,755)
7179ac92
ZU
13052%{texmfdist}/fonts/afm/hoekwater
13053%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 13054%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
13055
13056%files fonts-jknappen
13057%defattr(644,root,root,755)
7179ac92
ZU
13058%{texmfdist}/fonts/source/jknappen
13059%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
13060
13061%files fonts-latex
13062%defattr(644,root,root,755)
7179ac92 13063%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
13064%dir %{texmfdist}/fonts/source/public/latex-fonts
13065%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
13066%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
13067%dir %{texmfdist}/fonts/tfm/public/latex-fonts
13068%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
13069%{texmfdist}/fonts/source/public/esint
13070%{texmfdist}/fonts/tfm/public/esint
13071%{texmfdist}/source/latex/esint
13072%{texmfdist}/tex/latex/esint
f2555868
ZU
13073%{texmfdist}/fonts/source/public/latex-fonts/*
13074%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
13075%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
13076%{texmfdist}/fonts/tfm/public/latex-fonts/*
13077%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
13078
13079%files fonts-lh
13080%defattr(644,root,root,755)
7179ac92
ZU
13081%doc %{texmfdist}/doc/fonts/lh
13082%{texmfdist}/fonts/source/lh
13083%{texmfdist}/metapost/support/charlib/LH
13084%{texmfdist}/source/fonts/lh
13085%{texmfdist}/source/latex/lh
d08789e0
ZU
13086
13087%files fonts-lm
13088%defattr(644,root,root,755)
7179ac92
ZU
13089%doc %{texmfdist}/doc/fonts/lm
13090%{texmfdist}/fonts/type1/public/lm
13091%{texmfdist}/fonts/afm/public/lm
13092%{texmfdist}/fonts/opentype/public/lm
13093%{texmfdist}/fonts/enc/dvips/lm
13094%{texmfdist}/fonts/tfm/public/lm
13095%{texmfdist}/fonts/map/dvips/lm
13096%{texmfdist}/fonts/map/dvipdfm/lm
13097%{texmfdist}/source/fonts/lm
13098%{texmfdist}/tex/latex/lm
d08789e0
ZU
13099
13100%files fonts-marvosym
13101%defattr(644,root,root,755)
7179ac92 13102%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
13103%dir %{texmfdist}/source/fonts/eurofont
13104%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 13105%dir %{texmfdist}/tex/latex
7179ac92
ZU
13106%{texmfdist}/fonts/type1/public/marvosym
13107%{texmfdist}/fonts/afm/public/marvosym
13108%{texmfdist}/fonts/tfm/public/marvosym
13109%{texmfdist}/fonts/map/dvips/marvosym
f2555868 13110%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 13111%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
13112
13113%files fonts-mflogo
13114%defattr(644,root,root,755)
7179ac92
ZU
13115%doc %{texmfdist}/doc/latex/mflogo
13116%{texmfdist}/fonts/source/public/mflogo
13117%{texmfdist}/fonts/type1/hoekwater/mflogo
13118%{texmfdist}/fonts/afm/hoekwater/mflogo
13119%{texmfdist}/fonts/tfm/public/mflogo
13120%{texmfdist}/fonts/map/dvips/mflogo
13121%{texmfdist}/source/latex/mflogo
13122%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
13123
13124%files fonts-misc
13125%defattr(644,root,root,755)
7179ac92
ZU
13126%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
13127%{texmfdist}/fonts/source/public/misc
13128%{texmfdist}/fonts/tfm/public/misc
13129%{texmfdist}/fonts/misc
d08789e0
ZU
13130
13131%files fonts-monotype
13132%defattr(644,root,root,755)
7179ac92
ZU
13133%{texmfdist}/fonts/tfm/monotype
13134%{texmfdist}/fonts/vf/monotype
d08789e0 13135
f1ba8563
ZU
13136%files fonts-other
13137%defattr(644,root,root,755)
745facc7
ZU
13138
13139%doc %{texmfdist}/doc/fonts/yi4latex
13140%{texmfdist}/fonts/source/public/yi4latex
13141%{texmfdist}/fonts/tfm/public/yi4latex
13142
13143%{texmfdist}/fonts/tfm/public/pslatex
13144%{texmfdist}/fonts/map/dvips/pslatex
13145%{texmfdist}/fonts/vf/public/pslatex
13146
f1ba8563
ZU
13147%doc %{texmfdist}/doc/fonts/allrunes
13148%{texmfdist}/fonts/source/public/allrunes
13149%{texmfdist}/fonts/tfm/public/allrunes
13150%{texmfdist}/fonts/type1/public/allrunes
13151%{texmfdist}/source/fonts/allrunes
13152
13153%doc %{texmfdist}/doc/fonts/antiqua
13154%{texmfdist}/fonts/map/dvips/antiqua
13155
13156%{texmfdist}/fonts/source/public/apl
13157%{texmfdist}/fonts/tfm/public/apl
13158%{texmfdist}/source/fonts/apl
13159
8affbd2c
ZU
13160%{texmfdist}/fonts/afm/arabi
13161%{texmfdist}/fonts/tfm/arabi
13162%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
13163%{texmfdist}/fonts/enc/dvips/arabi
13164%{texmfdist}/fonts/map/dvips/arabi
13165
13166%{texmfdist}/fonts/map/dvips/arabtex
13167%{texmfdist}/fonts/source/public/arabtex
13168%{texmfdist}/fonts/tfm/public/arabtex
13169%{texmfdist}/fonts/type1/public/arabtex
13170
13171%doc %{texmfdist}/doc/fonts/archaic
13172%{texmfdist}/fonts/afm/public/archaic
13173%{texmfdist}/fonts/map/dvips/archaic
13174%{texmfdist}/fonts/source/public/archaic
13175%{texmfdist}/fonts/tfm/public/archaic
13176%{texmfdist}/fonts/type1/public/archaic
13177%{texmfdist}/source/fonts/archaic
13178
13179%doc %{texmfdist}/doc/fonts/arev
13180%{texmfdist}/fonts/afm/public/arev
13181%{texmfdist}/fonts/enc/dvips/arev
13182%{texmfdist}/fonts/map/dvips/arev
13183%{texmfdist}/fonts/tfm/public/arev
13184%{texmfdist}/fonts/type1/public/arev
13185%{texmfdist}/fonts/vf/public/arev
13186%{texmfdist}/source/fonts/arev
13187
13188%{texmfdist}/fonts/tfm/vntex/arevvn
13189%{texmfdist}/fonts/type1/vntex/arevvn
13190
13191%{texmfdist}/fonts/source/public/ar
13192%{texmfdist}/fonts/tfm/public/ar
13193
13194%doc %{texmfdist}/doc/fonts/armenian
13195%{texmfdist}/fonts/source/public/armenian
13196%{texmfdist}/fonts/tfm/public/armenian
13197
13198%{texmfdist}/fonts/map/dvips/arphic
13199
13200%doc %{texmfdist}/doc/fonts/malayalam
13201%doc %{texmfdist}/doc/fonts/Asana-Math
13202%{texmfdist}/fonts/opentype/public/Asana-Math
13203
13204%doc %{texmfdist}/doc/fonts/ascii
13205%{texmfdist}/fonts/map/dvips/ascii
13206%{texmfdist}/fonts/tfm/public/ascii
13207%{texmfdist}/fonts/type1/public/ascii
13208
13209%doc %{texmfdist}/doc/fonts/astro
13210%{texmfdist}/fonts/source/public/astro
13211%{texmfdist}/fonts/tfm/public/astro
13212
13213%{texmfdist}/fonts/afm/public/augie
13214%{texmfdist}/fonts/map/dvips/augie
13215%{texmfdist}/fonts/tfm/public/augie
13216%{texmfdist}/fonts/type1/public/augie
13217%{texmfdist}/fonts/vf/public/augie
13218
13219%doc %{texmfdist}/doc/fonts/auncial-new
13220%{texmfdist}/fonts/afm/public/auncial-new
13221%{texmfdist}/fonts/map/dvips/auncial-new
13222%{texmfdist}/fonts/tfm/public/auncial-new
13223%{texmfdist}/fonts/type1/public/auncial-new
13224%{texmfdist}/source/fonts/auncial-new
13225
13226%{texmfdist}/fonts/afm/public/aurical
13227%{texmfdist}/fonts/map/dvips/aurical
13228%{texmfdist}/fonts/source/public/aurical
13229%{texmfdist}/fonts/tfm/public/aurical
13230%{texmfdist}/fonts/type1/public/aurical
13231
13232%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563 13233
f1ba8563
ZU
13234%{texmfdist}/fonts/source/public/bangtex
13235%{texmfdist}/fonts/tfm/public/bangtex
13236
13237%{texmfdist}/fonts/source/public/barcodes
13238%{texmfdist}/fonts/tfm/public/barcodes
13239
13240%{texmfdist}/fonts/source/public/bayer
13241%{texmfdist}/fonts/tfm/public/bayer
13242
13243%{texmfdist}/fonts/source/public/bbding
13244%{texmfdist}/fonts/tfm/public/bbding
13245
13246%{texmfdist}/fonts/map/dvips/belleek
198c241e 13247%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
13248
13249%{texmfdist}/fonts/source/public/bengali
13250%{texmfdist}/fonts/tfm/public/bengali
13251
13252%doc %{texmfdist}/doc/fonts/bera
13253%{texmfdist}/fonts/afm/public/bera
13254%{texmfdist}/fonts/map/dvips/bera
13255%{texmfdist}/fonts/map/vtex/bera
13256%{texmfdist}/fonts/tfm/public/bera
13257%{texmfdist}/fonts/type1/public/bera
13258%{texmfdist}/fonts/vf/public/bera
13259
13260%doc %{texmfdist}/doc/fonts/blacklettert1
13261%{texmfdist}/fonts/tfm/public/blacklettert1
13262%{texmfdist}/fonts/vf/public/blacklettert1
13263%{texmfdist}/source/fonts/blacklettert1
13264
13265%doc %{texmfdist}/doc/fonts/boisik
13266%{texmfdist}/fonts/source/public/boisik
13267
13268%doc %{texmfdist}/doc/fonts/bookhands
13269%{texmfdist}/fonts/source/public/bookhands
13270
13271%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
13272
13273%{texmfdist}/fonts/afm/public/brushscr
13274%{texmfdist}/fonts/map/dvips/brushscr
13275%{texmfdist}/fonts/tfm/public/brushscr
13276%{texmfdist}/fonts/type1/public/brushscr
13277%{texmfdist}/fonts/vf/public/brushscr
13278
13279%doc %{texmfdist}/doc/fonts/burmese
13280%{texmfdist}/fonts/map/dvips/burmese
13281%{texmfdist}/fonts/tfm/public/burmese
13282%{texmfdist}/fonts/type1/public/burmese
13283
8affbd2c
ZU
13284%doc %{texmfdist}/doc/fonts/cns
13285%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
13286
13287%{texmfdist}/fonts/enc/dvips/c90enc
13288
13289%{texmfdist}/fonts/source/public/calligra
13290%{texmfdist}/fonts/tfm/public/calligra
13291
13292%doc %{texmfdist}/doc/fonts/carolmin-ps
13293%{texmfdist}/fonts/afm/public/carolmin-ps
13294%{texmfdist}/fonts/map/dvips/carolmin-ps
13295%{texmfdist}/fonts/type1/public/carolmin-ps
13296
13297%{texmfdist}/fonts/source/public/casyl
13298%{texmfdist}/fonts/tfm/public/casyl
13299
13300%{texmfdist}/fonts/source/public/cbcoptic
13301%{texmfdist}/fonts/tfm/public/cbcoptic
13302%{texmfdist}/fonts/type1/public/cbcoptic
13303
13304%doc %{texmfdist}/doc/fonts/cbfonts
13305%{texmfdist}/fonts/enc/dvips/cbfonts
13306%{texmfdist}/fonts/map/dvips/cbfonts
13307%{texmfdist}/fonts/source/public/cbfonts
13308%{texmfdist}/fonts/tfm/public/cbfonts
13309%{texmfdist}/fonts/type1/public/cbfonts
13310
c9ddaf2d 13311%doc %{texmfdist}/doc/fonts/charter
f1ba8563
ZU
13312%{texmfdist}/fonts/afm/vntex/chartervn
13313%{texmfdist}/fonts/tfm/vntex/chartervn
13314%{texmfdist}/fonts/type1/vntex/chartervn
13315%{texmfdist}/fonts/vf/vntex/chartervn
13316
f1ba8563
ZU
13317%{texmfdist}/fonts/source/public/cherokee
13318%{texmfdist}/fonts/tfm/public/cherokee
13319
f1ba8563
ZU
13320%{texmfdist}/fonts/source/public/china2e
13321%{texmfdist}/fonts/tfm/public/china2e
13322
13323%{texmfdist}/fonts/source/public/circ
13324%{texmfdist}/fonts/tfm/public/circ
13325
13326%doc %{texmfdist}/doc/fonts/cirth
13327%{texmfdist}/fonts/source/public/cirth
13328%{texmfdist}/fonts/tfm/public/cirth
13329
13330%doc %{texmfdist}/doc/fonts/cjhebrew
13331%{texmfdist}/fonts/afm/public/cjhebrew
13332%{texmfdist}/fonts/enc/dvips/cjhebrew
13333%{texmfdist}/fonts/map/dvips/cjhebrew
13334%{texmfdist}/fonts/tfm/public/cjhebrew
13335%{texmfdist}/fonts/type1/public/cjhebrew
13336%{texmfdist}/fonts/vf/public/cjhebrew
13337
13338%{texmfdist}/fonts/source/public/clock
13339%{texmfdist}/fonts/tfm/public/clock
13340
13341%doc %{texmfdist}/doc/fonts/cmastro
13342%{texmfdist}/fonts/source/public/cmastro
13343%{texmfdist}/fonts/tfm/public/cmastro
13344
13345%{texmfdist}/fonts/tfm/vntex/cmbrightvn
13346%{texmfdist}/fonts/type1/vntex/cmbrightvn
13347
13348%{texmfdist}/fonts/type1/public/cmex
13349
13350%{texmfdist}/fonts/afm/public/cm-lgc
13351%{texmfdist}/fonts/enc/dvips/cm-lgc
13352%{texmfdist}/fonts/map/dvips/cm-lgc
13353%{texmfdist}/fonts/ofm/public/cm-lgc
13354%{texmfdist}/fonts/ovf/public/cm-lgc
13355%{texmfdist}/fonts/tfm/public/cm-lgc
13356%{texmfdist}/fonts/type1/public/cm-lgc
13357%{texmfdist}/fonts/vf/public/cm-lgc
13358
f1ba8563
ZU
13359
13360%doc %{texmfdist}/doc/fonts/cmpica
13361%{texmfdist}/fonts/source/public/cmpica
13362%{texmfdist}/fonts/tfm/public/cmpica
13363
f1ba8563 13364
f1ba8563
ZU
13365%{texmfdist}/fonts/tfm/vntex/comicsansvn
13366%{texmfdist}/fonts/type1/vntex/comicsansvn
13367%{texmfdist}/fonts/vf/vntex/comicsansvn
13368
13369%{texmfdist}/fonts/tfm/vntex/concretevn
13370%{texmfdist}/fonts/type1/vntex/concretevn
13371
8affbd2c
ZU
13372%{texmfdist}/fonts/afm/ibm
13373%{texmfdist}/fonts/tfm/ibm
13374%{texmfdist}/fonts/vf/ibm
f1ba8563 13375%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
13376%{texmfdist}/fonts/tfm/cspsfonts-adobe
13377%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
13378
13379%doc %{texmfdist}/doc/fonts/croatian
13380%{texmfdist}/fonts/source/public/croatian
13381
13382%{texmfdist}/fonts/afm/public/cryst
13383%{texmfdist}/fonts/source/public/cryst
13384%{texmfdist}/fonts/tfm/public/cryst
13385%{texmfdist}/fonts/type1/public/cryst
13386
13387%{texmfdist}/fonts/source/public/ctib
13388%{texmfdist}/fonts/tfm/public/ctib
13389
13390%doc %{texmfdist}/doc/fonts/cyklop
13391%{texmfdist}/fonts/afm/public/cyklop
13392%{texmfdist}/fonts/enc/dvips/cyklop
13393%{texmfdist}/fonts/map/dvips/cyklop
13394%{texmfdist}/fonts/opentype/public/cyklop
13395%{texmfdist}/fonts/tfm/public/cyklop
13396%{texmfdist}/fonts/type1/public/cyklop
13397
13398%{texmfdist}/fonts/source/public/dancers
13399%{texmfdist}/fonts/tfm/public/dancers
13400
13401%doc %{texmfdist}/doc/fonts/dice
13402%{texmfdist}/fonts/source/public/dice
13403%{texmfdist}/fonts/tfm/public/dice
13404
13405%doc %{texmfdist}/doc/fonts/dictsym
13406%{texmfdist}/fonts/afm/public/dictsym
13407%{texmfdist}/fonts/map/dvips/dictsym
13408%{texmfdist}/fonts/map/vtex/dictsym
13409%{texmfdist}/fonts/tfm/public/dictsym
13410%{texmfdist}/fonts/type1/public/dictsym
13411
13412%doc %{texmfdist}/doc/fonts/dingbat
13413%{texmfdist}/fonts/tfm/public/dingbat
13414%{texmfdist}/source/fonts/dingbat
13415
f1ba8563
ZU
13416%doc %{texmfdist}/doc/fonts/doublestroke
13417%{texmfdist}/fonts/map/dvips/doublestroke
13418%{texmfdist}/fonts/source/public/doublestroke
13419%{texmfdist}/fonts/tfm/public/doublestroke
13420%{texmfdist}/fonts/type1/public/doublestroke
13421
13422%doc %{texmfdist}/doc/fonts/duerer
13423%{texmfdist}/fonts/source/public/duerer
13424%{texmfdist}/fonts/tfm/public/duerer
13425
13426%doc %{texmfdist}/doc/fonts/ean
13427%{texmfdist}/fonts/source/public/ean
13428%{texmfdist}/fonts/tfm/public/ean
13429
13430%doc %{texmfdist}/doc/fonts/eco
13431%{texmfdist}/fonts/tfm/public/eco
13432%{texmfdist}/fonts/vf/public/eco
13433%{texmfdist}/source/fonts/eco
13434
13435%doc %{texmfdist}/doc/fonts/eiad
13436%{texmfdist}/fonts/source/public/eiad
13437%{texmfdist}/fonts/tfm/public/eiad
13438
13439%doc %{texmfdist}/doc/fonts/elvish
13440%{texmfdist}/fonts/source/public/elvish
13441%{texmfdist}/fonts/tfm/public/elvish
13442
13443%doc %{texmfdist}/doc/fonts/epigrafica
13444%{texmfdist}/fonts/afm/public/epigrafica
13445%{texmfdist}/fonts/enc/dvips/epigrafica
13446%{texmfdist}/fonts/map/dvips/epigrafica
13447%{texmfdist}/fonts/tfm/public/epigrafica
13448%{texmfdist}/fonts/type1/public/epigrafica
13449%{texmfdist}/fonts/vf/public/epigrafica
13450
13451%{texmfdist}/fonts/map/dvips/epiolmec
13452%{texmfdist}/fonts/tfm/public/epiolmec
13453%{texmfdist}/fonts/type1/public/epiolmec
13454
13455%doc %{texmfdist}/doc/fonts/esint-type1
13456%{texmfdist}/fonts/map/dvips/esint-type1
13457%{texmfdist}/fonts/type1/public/esint-type1
13458
f1ba8563
ZU
13459%{texmfdist}/fonts/ofm/public/ethiop
13460%{texmfdist}/fonts/ovf/public/ethiop
13461%{texmfdist}/fonts/ovp/public/ethiop
13462%{texmfdist}/fonts/source/public/ethiop
13463%{texmfdist}/fonts/tfm/public/ethiop
13464
13465%{texmfdist}/fonts/map/dvips/ethiop-t1
13466%{texmfdist}/fonts/type1/public/ethiop-t1
13467
13468%doc %{texmfdist}/doc/fonts/euro-ce
13469%{texmfdist}/fonts/source/public/euro-ce
13470%{texmfdist}/fonts/tfm/public/euro-ce
13471
13472%doc %{texmfdist}/doc/fonts/eurofont
13473%{texmfdist}/fonts/map/dvips/eurofont
13474%{texmfdist}/source/fonts/eurofont
13475
f1ba8563
ZU
13476%doc %{texmfdist}/doc/fonts/feyn
13477%{texmfdist}/fonts/source/public/feyn
13478%{texmfdist}/fonts/tfm/public/feyn
13479%{texmfdist}/source/fonts/feyn
13480
13481%doc %{texmfdist}/doc/fonts/fge
13482%{texmfdist}/fonts/source/public/fge
13483%{texmfdist}/fonts/tfm/public/fge
13484%{texmfdist}/source/fonts/fge
13485
13486%{texmfdist}/fonts/map/dvips/foekfont
13487%{texmfdist}/fonts/tfm/public/foekfont
13488%{texmfdist}/fonts/type1/public/foekfont
13489
13490%doc %{texmfdist}/doc/fonts/fonetika
13491%{texmfdist}/fonts/afm/public/fonetika
13492%{texmfdist}/fonts/map/dvips/fonetika
13493%{texmfdist}/fonts/tfm/public/fonetika
13494%{texmfdist}/fonts/type1/public/fonetika
13495
13496%doc %{texmfdist}/doc/fonts/fourier
13497%{texmfdist}/fonts/afm/public/fourier
13498%{texmfdist}/fonts/map/dvips/fourier
13499%{texmfdist}/fonts/tfm/public/fourier
13500%{texmfdist}/fonts/type1/public/fourier
13501%{texmfdist}/fonts/vf/public/fourier
13502%{texmfdist}/source/fonts/fourier
13503
13504%doc %{texmfdist}/doc/fonts/fouriernc
13505%{texmfdist}/fonts/afm/public/fouriernc
13506%{texmfdist}/fonts/tfm/public/fouriernc
13507%{texmfdist}/fonts/vf/public/fouriernc
13508
13509%doc %{texmfdist}/doc/fonts/frcursive
13510%{texmfdist}/fonts/source/public/frcursive
13511%{texmfdist}/fonts/tfm/public/frcursive
13512%{texmfdist}/source/fonts/frcursive
13513
13514%doc %{texmfdist}/doc/fonts/futhark
13515%{texmfdist}/fonts/source/public/futhark
13516%{texmfdist}/fonts/tfm/public/futhark
13517
13518%{texmfdist}/fonts/afm/public/garuda
13519%{texmfdist}/fonts/map/dvips/garuda
13520%{texmfdist}/fonts/tfm/public/garuda
13521%{texmfdist}/fonts/type1/public/garuda
13522
13523%doc %{texmfdist}/doc/fonts/genealogy
13524%{texmfdist}/fonts/source/public/genealogy
13525%{texmfdist}/fonts/tfm/public/genealogy
13526
13527%doc %{texmfdist}/doc/fonts/gfsartemisia
13528%{texmfdist}/fonts/afm/public/gfsartemisia
13529%{texmfdist}/fonts/enc/dvips/gfsartemisia
13530%{texmfdist}/fonts/map/dvips/gfsartemisia
13531%{texmfdist}/fonts/opentype/public/gfsartemisia
13532%{texmfdist}/fonts/tfm/public/gfsartemisia
13533%{texmfdist}/fonts/type1/public/gfsartemisia
13534%{texmfdist}/fonts/vf/public/gfsartemisia
13535
13536%doc %{texmfdist}/doc/fonts/gfsbaskerville
13537%{texmfdist}/fonts/afm/public/gfsbaskerville
13538%{texmfdist}/fonts/enc/dvips/gfsbaskerville
13539%{texmfdist}/fonts/map/dvips/gfsbaskerville
13540%{texmfdist}/fonts/opentype/public/gfsbaskerville
13541%{texmfdist}/fonts/tfm/public/gfsbaskerville
13542%{texmfdist}/fonts/type1/public/gfsbaskerville
13543%{texmfdist}/fonts/vf/public/gfsbaskerville
13544
13545%doc %{texmfdist}/doc/fonts/gfsbodoni
13546%{texmfdist}/fonts/afm/public/gfsbodoni
13547%{texmfdist}/fonts/enc/dvips/gfsbodoni
13548%{texmfdist}/fonts/map/dvips/gfsbodoni
13549%{texmfdist}/fonts/opentype/public/gfsbodoni
13550%{texmfdist}/fonts/tfm/public/gfsbodoni
13551%{texmfdist}/fonts/type1/public/gfsbodoni
13552%{texmfdist}/fonts/vf/public/gfsbodoni
13553
13554%doc %{texmfdist}/doc/fonts/gfscomplutum
13555%{texmfdist}/fonts/afm/public/gfscomplutum
13556%{texmfdist}/fonts/enc/dvips/gfscomplutum
13557%{texmfdist}/fonts/map/dvips/gfscomplutum
13558%{texmfdist}/fonts/opentype/public/gfscomplutum
13559%{texmfdist}/fonts/tfm/public/gfscomplutum
13560%{texmfdist}/fonts/type1/public/gfscomplutum
13561%{texmfdist}/fonts/vf/public/gfscomplutum
13562
13563%doc %{texmfdist}/doc/fonts/gfsdidot
13564%{texmfdist}/fonts/afm/public/gfsdidot
13565%{texmfdist}/fonts/enc/dvips/gfsdidot
13566%{texmfdist}/fonts/map/dvips/gfsdidot
13567%{texmfdist}/fonts/opentype/public/gfsdidot
13568%{texmfdist}/fonts/tfm/public/gfsdidot
13569%{texmfdist}/fonts/type1/public/gfsdidot
13570%{texmfdist}/fonts/vf/public/gfsdidot
13571
13572%doc %{texmfdist}/doc/fonts/gfsneohellenic
13573%{texmfdist}/fonts/afm/public/gfsneohellenic
13574%{texmfdist}/fonts/enc/dvips/gfsneohellenic
13575%{texmfdist}/fonts/map/dvips/gfsneohellenic
13576%{texmfdist}/fonts/opentype/public/gfsneohellenic
13577%{texmfdist}/fonts/tfm/public/gfsneohellenic
13578%{texmfdist}/fonts/type1/public/gfsneohellenic
13579%{texmfdist}/fonts/vf/public/gfsneohellenic
13580
13581%doc %{texmfdist}/doc/fonts/gfsporson
13582%{texmfdist}/fonts/afm/public/gfsporson
13583%{texmfdist}/fonts/enc/dvips/gfsporson
13584%{texmfdist}/fonts/map/dvips/gfsporson
13585%{texmfdist}/fonts/opentype/public/gfsporson
13586%{texmfdist}/fonts/tfm/public/gfsporson
13587%{texmfdist}/fonts/type1/public/gfsporson
13588%{texmfdist}/fonts/vf/public/gfsporson
13589
13590%doc %{texmfdist}/doc/fonts/gfssolomos
13591%{texmfdist}/fonts/afm/public/gfssolomos
13592%{texmfdist}/fonts/enc/dvips/gfssolomos
13593%{texmfdist}/fonts/map/dvips/gfssolomos
13594%{texmfdist}/fonts/opentype/public/gfssolomos
13595%{texmfdist}/fonts/tfm/public/gfssolomos
13596%{texmfdist}/fonts/type1/public/gfssolomos
13597%{texmfdist}/fonts/vf/public/gfssolomos
13598
f1ba8563
ZU
13599
13600%doc %{texmfdist}/doc/fonts/greenpoint
13601%{texmfdist}/fonts/source/public/greenpoint
13602%{texmfdist}/fonts/tfm/public/greenpoint
13603
13604%{texmfdist}/fonts/afm/groff
13605%{texmfdist}/fonts/enc/dvips/groff
13606%{texmfdist}/fonts/map/dvips/groff
13607%{texmfdist}/fonts/tfm/groff
13608%{texmfdist}/fonts/type1/groff
13609
13610%doc %{texmfdist}/doc/fonts/grotesq
13611%{texmfdist}/fonts/map/dvips/grotesq
13612
13613%{texmfdist}/fonts/afm/vntex/grotesqvn
13614%{texmfdist}/fonts/tfm/vntex/grotesqvn
13615%{texmfdist}/fonts/type1/vntex/grotesqvn
13616
13617%{texmfdist}/fonts/afm/public/grverb
13618%{texmfdist}/fonts/map/dvips/grverb
13619%{texmfdist}/fonts/tfm/public/grverb
13620%{texmfdist}/fonts/type1/public/grverb
13621%{texmfdist}/fonts/vf/public/grverb
13622
13623%{texmfdist}/fonts/source/public/hands
13624%{texmfdist}/fonts/tfm/public/hands
13625
8affbd2c
ZU
13626%{texmfdist}/fonts/afm/jmn
13627%{texmfdist}/fonts/tfm/jmn
13628%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
13629
13630%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
13631
13632%doc %{texmfdist}/doc/fonts/hfbright
13633%{texmfdist}/fonts/afm/public/hfbright
13634%{texmfdist}/fonts/enc/dvips/hfbright
13635%{texmfdist}/fonts/map/dvips/hfbright
13636%{texmfdist}/fonts/type1/public/hfbright
13637%{texmfdist}/source/fonts/hfbright
13638
13639%doc %{texmfdist}/doc/fonts/hfoldsty
13640%{texmfdist}/fonts/tfm/public/hfoldsty
13641%{texmfdist}/fonts/vf/public/hfoldsty
13642%{texmfdist}/source/fonts/hfoldsty
13643
13644%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 13645%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
13646%{texmfdist}/fonts/afm/public/ibygrk
13647%{texmfdist}/fonts/enc/dvips/ibygrk
13648%{texmfdist}/fonts/map/dvips/ibygrk
13649%{texmfdist}/fonts/source/public/ibygrk
13650%{texmfdist}/fonts/tfm/public/ibygrk
13651%{texmfdist}/fonts/type1/public/ibygrk
13652
13653%doc %{texmfdist}/doc/fonts/ifsym
13654%{texmfdist}/fonts/source/public/ifsym
13655%{texmfdist}/fonts/tfm/public/ifsym
13656
13657%doc %{texmfdist}/doc/fonts/initials
13658%{texmfdist}/fonts/afm/public/initials
13659%{texmfdist}/fonts/map/dvips/initials
13660%{texmfdist}/fonts/tfm/public/initials
13661%{texmfdist}/fonts/type1/public/initials
13662
745facc7 13663%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
13664%{texmfdist}/fonts/afm/public/itrans
13665%{texmfdist}/fonts/source/public/itrans
13666%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
13667%{texmfdist}/fonts/type1/public/itrans
13668
745facc7 13669%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
13670%{texmfdist}/fonts/afm/public/iwona
13671%{texmfdist}/fonts/enc/dvips/iwona
13672%{texmfdist}/fonts/map/dvips/iwona
13673%{texmfdist}/fonts/opentype/public/iwona
13674%{texmfdist}/fonts/tfm/public/iwona
13675%{texmfdist}/fonts/type1/public/iwona
13676
13677%{texmfdist}/fonts/enc/dvips/jmn
13678%{texmfdist}/fonts/map/dvips/jmn
13679
745facc7 13680%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
13681%{texmfdist}/fonts/source/public/kdgreek
13682%{texmfdist}/fonts/tfm/public/kdgreek
13683
13684%{texmfdist}/fonts/afm/public/kerkis
13685%{texmfdist}/fonts/enc/dvips/kerkis
13686%{texmfdist}/fonts/map/dvips/kerkis
13687%{texmfdist}/fonts/tfm/public/kerkis
13688%{texmfdist}/fonts/type1/public/kerkis
13689%{texmfdist}/fonts/vf/public/kerkis
13690
13691%doc %{texmfdist}/doc/fonts/kixfont
13692%{texmfdist}/fonts/source/public/kixfont
13693%{texmfdist}/fonts/tfm/public/kixfont
13694
13695%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 13696%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
13697%{texmfdist}/fonts/afm/public/kpfonts
13698%{texmfdist}/fonts/map/public/kpfonts
13699%{texmfdist}/fonts/source/public/kpfonts
13700%{texmfdist}/fonts/tfm/public/kpfonts
13701%{texmfdist}/fonts/type1/public/kpfonts
13702%{texmfdist}/fonts/vf/public/kpfonts
13703
745facc7 13704%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
13705%{texmfdist}/fonts/afm/public/kurier
13706%{texmfdist}/fonts/enc/dvips/kurier
13707%{texmfdist}/fonts/map/dvips/kurier
13708%{texmfdist}/fonts/opentype/public/kurier
13709%{texmfdist}/fonts/tfm/public/kurier
13710%{texmfdist}/fonts/type1/public/kurier
13711
13712%doc %{texmfdist}/doc/fonts/levy
13713%{texmfdist}/fonts/source/public/levy
13714
13715%doc %{texmfdist}/doc/fonts/lfb
13716%{texmfdist}/fonts/source/public/lfb
13717%{texmfdist}/fonts/tfm/public/lfb
13718
13719%doc %{texmfdist}/doc/fonts/libertine
13720%{texmfdist}/fonts/afm/public/libertine
13721%{texmfdist}/fonts/enc/dvips/libertine
13722%{texmfdist}/fonts/map/dvips/libertine
13723%{texmfdist}/fonts/tfm/public/libertine
13724%{texmfdist}/fonts/type1/public/libertine
13725%{texmfdist}/fonts/vf/public/libertine
13726
13727%doc %{texmfdist}/doc/fonts/linearA
13728%{texmfdist}/fonts/afm/public/linearA
13729%{texmfdist}/fonts/map/dvips/linearA
13730%{texmfdist}/fonts/tfm/public/linearA
13731%{texmfdist}/fonts/type1/public/linearA
13732%{texmfdist}/source/fonts/linearA
13733
13734%{texmfdist}/fonts/source/public/logic
13735%{texmfdist}/fonts/tfm/public/logic
13736
13737%doc %{texmfdist}/doc/fonts/lxfonts
13738%{texmfdist}/fonts/map/dvips/lxfonts
13739%{texmfdist}/fonts/source/public/lxfonts
13740%{texmfdist}/fonts/tfm/public/lxfonts
13741%{texmfdist}/fonts/type1/public/lxfonts
13742
13743%doc %{texmfdist}/doc/fonts/ly1
13744%{texmfdist}/fonts/map/dvips/ly1
13745
13746%{texmfdist}/fonts/source/public/malayalam
13747%{texmfdist}/fonts/tfm/public/malayalam
13748
13749%{texmfdist}/fonts/map/dvips/manfnt
13750
13751%{texmfdist}/fonts/map/dvips/mathdesign
13752
13753%{texmfdist}/fonts/tfm/public/mathpazo
13754%{texmfdist}/fonts/vf/public/mathpazo
13755
8affbd2c
ZU
13756%{texmfdist}/fonts/afm/mathdesign
13757%{texmfdist}/fonts/tfm/mathdesign
13758%{texmfdist}/fonts/type1/mathdesign
13759%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
13760
13761%{texmfdist}/fonts/enc/dvips/mnsymbol
13762%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 13763%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
13764%{texmfdist}/fonts/map/vtex/mnsymbol
13765%{texmfdist}/fonts/opentype/public/mnsymbol
13766%{texmfdist}/fonts/source/public/mnsymbol
13767%{texmfdist}/fonts/tfm/public/mnsymbol
13768%{texmfdist}/fonts/type1/public/mnsymbol
13769
13770%{texmfdist}/fonts/map/dvips/montex
13771%{texmfdist}/fonts/source/public/montex
13772%{texmfdist}/fonts/tfm/public/montex
13773%{texmfdist}/fonts/type1/public/montex
13774
13775%{texmfdist}/fonts/tfm/vntex/mscorevn
13776%{texmfdist}/fonts/vf/vntex/mscorevn
13777
13778%{texmfdist}/fonts/source/public/musixps
13779%{texmfdist}/fonts/tfm/public/musixps
13780
13781%doc %{texmfdist}/doc/generic/musixtex
13782%{texmfdist}/fonts/map/dvips/musixtex
13783%{texmfdist}/fonts/source/public/musixtex
13784%{texmfdist}/fonts/tfm/public/musixtex
13785%{texmfdist}/fonts/type1/public/musixtex
13786
13787%{texmfdist}/fonts/source/public/mxd
13788%{texmfdist}/fonts/tfm/public/mxd
13789
13790%{texmfdist}/fonts/source/public/mxedruli
13791%{texmfdist}/fonts/tfm/public/mxedruli
13792
13793%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
13794
13795%{texmfdist}/fonts/source/public/niceframe
13796%{texmfdist}/fonts/tfm/public/niceframe
13797
13798%doc %{texmfdist}/doc/fonts/nkarta
13799%{texmfdist}/fonts/source/public/nkarta
13800%{texmfdist}/fonts/tfm/public/nkarta
13801
13802%{texmfdist}/fonts/afm/public/norasi
13803%{texmfdist}/fonts/map/dvips/norasi
13804%{texmfdist}/fonts/tfm/public/norasi
13805%{texmfdist}/fonts/type1/public/norasi
13806
13807%{texmfdist}/fonts/source/public/oca
13808
13809%{texmfdist}/fonts/afm/public/ocherokee
13810%{texmfdist}/fonts/map/dvips/ocherokee
13811%{texmfdist}/fonts/ofm/public/ocherokee
13812%{texmfdist}/fonts/ovf/public/ocherokee
13813%{texmfdist}/fonts/ovp/public/ocherokee
13814%{texmfdist}/fonts/tfm/public/ocherokee
13815%{texmfdist}/fonts/type1/public/ocherokee
13816
13817%{texmfdist}/fonts/source/public/ogham
13818%{texmfdist}/fonts/tfm/public/ogham
13819
13820%doc %{texmfdist}/doc/fonts/oinuit
13821%{texmfdist}/fonts/map/dvips/oinuit
13822%{texmfdist}/fonts/ofm/public/oinuit
13823%{texmfdist}/fonts/ovf/public/oinuit
13824%{texmfdist}/fonts/tfm/public/oinuit
13825%{texmfdist}/fonts/type1/public/oinuit
13826
13827%{texmfdist}/fonts/source/public/osmanian
13828
13829%doc %{texmfdist}/doc/fonts/ot2cyr
13830%{texmfdist}/fonts/map/dvips/ot2cyr
13831%{texmfdist}/source/fonts/ot2cyr
13832
f1ba8563
ZU
13833%{texmfdist}/fonts/ofm/public/otibet
13834%{texmfdist}/fonts/ovf/public/otibet
13835%{texmfdist}/fonts/ovp/public/otibet
13836%{texmfdist}/fonts/source/public/otibet
13837%{texmfdist}/fonts/tfm/public/otibet
13838
13839%doc %{texmfdist}/doc/fonts/pacioli
13840%{texmfdist}/fonts/source/public/pacioli
13841%{texmfdist}/fonts/tfm/public/pacioli
13842
13843%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
13844
13845%doc %{texmfdist}/doc/fonts/phaistos
13846%{texmfdist}/fonts/afm/public/phaistos
13847%{texmfdist}/fonts/map/dvips/phaistos
13848%{texmfdist}/fonts/opentype/public/phaistos
13849%{texmfdist}/fonts/tfm/public/phaistos
13850%{texmfdist}/fonts/type1/public/phaistos
13851%{texmfdist}/source/fonts/phaistos
13852
13853%{texmfdist}/fonts/opentype/public/philokalia
13854
13855%doc %{texmfdist}/doc/fonts/phonetic
13856%{texmfdist}/fonts/source/public/phonetic
13857%{texmfdist}/fonts/tfm/public/phonetic
13858%{texmfdist}/source/fonts/phonetic
13859
8affbd2c 13860%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
13861
13862%{texmfdist}/fonts/source/public/punk
13863%{texmfdist}/fonts/tfm/public/punk
13864
13865%{texmfdist}/fonts/tfm/public/relenc
13866%{texmfdist}/fonts/vf/public/relenc
13867
13868%doc %{texmfdist}/doc/fonts/rsfs
13869%{texmfdist}/fonts/map/dvips/rsfs
13870
13871%{texmfdist}/fonts/map/dvips/sanskrit
13872%{texmfdist}/fonts/source/public/sanskrit
13873%{texmfdist}/fonts/tfm/public/sanskrit
13874%{texmfdist}/fonts/type1/public/sanskrit
13875
13876%{texmfdist}/fonts/source/public/sauter
13877
13878%doc %{texmfdist}/doc/fonts/semaphor
13879%{texmfdist}/fonts/afm/public/semaphor
13880%{texmfdist}/fonts/enc/dvips/semaphor
13881%{texmfdist}/fonts/map/dvips/semaphor
13882%{texmfdist}/fonts/opentype/public/semaphor
13883%{texmfdist}/fonts/source/public/semaphor
13884%{texmfdist}/fonts/tfm/public/semaphor
13885%{texmfdist}/fonts/type1/public/semaphor
13886
13887%{texmfdist}/fonts/source/public/simpsons
13888
13889%{texmfdist}/fonts/map/dvips/skak
13890%{texmfdist}/fonts/source/public/skak
13891%{texmfdist}/fonts/tfm/public/skak
13892
13893%doc %{texmfdist}/doc/fonts/skaknew
13894%{texmfdist}/fonts/afm/public/skaknew
13895%{texmfdist}/fonts/map/dvips/skaknew
13896%{texmfdist}/fonts/map/vtex/skaknew
13897%{texmfdist}/fonts/tfm/public/skaknew
13898%{texmfdist}/fonts/type1/public/skaknew
13899
13900%{texmfdist}/fonts/source/public/skull
13901
13902%{texmfdist}/fonts/source/public/soyombo
13903%{texmfdist}/fonts/tfm/public/soyombo
13904
13905%doc %{texmfdist}/doc/fonts/staves
13906%{texmfdist}/fonts/map/dvips/staves
13907%{texmfdist}/fonts/tfm/public/staves
13908%{texmfdist}/fonts/type1/public/staves
13909
13910%{texmfdist}/fonts/map/dvips/stmaryrd
13911%{texmfdist}/fonts/source/public/stmaryrd
13912
13913%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
13914
13915%{texmfdist}/fonts/afm/public/tabvar
13916%{texmfdist}/fonts/map/dvips/tabvar
13917%{texmfdist}/fonts/tfm/public/tabvar
13918%{texmfdist}/fonts/type1/public/tabvar
13919
f1ba8563
ZU
13920
13921%{texmfdist}/fonts/source/public/tapir
13922%{texmfdist}/fonts/type1/public/tapir
13923
13924%{texmfdist}/fonts/enc/dvips/tengwarscript
13925%{texmfdist}/fonts/map/dvips/tengwarscript
13926%{texmfdist}/fonts/tfm/public/tengwarscript
13927%{texmfdist}/fonts/vf/public/tengwarscript
13928
80fa261c 13929%{texmfdist}/doc/fonts/pclnfss
198c241e 13930%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
13931
13932%doc %{texmfdist}/doc/fonts/tex-gyre
13933%{texmfdist}/fonts/afm/public/tex-gyre
13934%{texmfdist}/fonts/enc/dvips/tex-gyre
13935%{texmfdist}/fonts/map/dvips/tex-gyre
13936%{texmfdist}/fonts/opentype/public/tex-gyre
13937%{texmfdist}/fonts/tfm/public/tex-gyre
13938%{texmfdist}/fonts/type1/public/tex-gyre
13939
f1ba8563 13940%{texmfdist}/fonts/map/dvips/times
f1ba8563 13941
f1ba8563
ZU
13942
13943%doc %{texmfdist}/doc/fonts/timing
13944%{texmfdist}/fonts/source/public/timing
13945%{texmfdist}/fonts/tfm/public/timing
13946
13947%doc %{texmfdist}/doc/fonts/tipa
13948%{texmfdist}/fonts/map/dvips/tipa
13949%{texmfdist}/fonts/source/public/tipa
13950%{texmfdist}/fonts/tfm/public/tipa
13951%{texmfdist}/fonts/type1/public/tipa
13952
13953%{texmfdist}/fonts/afm/public/trajan
13954%{texmfdist}/fonts/map/dvips/trajan
13955%{texmfdist}/fonts/tfm/public/trajan
13956%{texmfdist}/fonts/type1/public/trajan
13957
13958%{texmfdist}/fonts/source/public/trsym
13959%{texmfdist}/fonts/tfm/public/trsym
13960
13961%{texmfdist}/fonts/tfm/vntex/txttvn
13962%{texmfdist}/fonts/type1/vntex/txttvn
13963
13964%{texmfdist}/fonts/map/dvips/uhc
13965
13966%{texmfdist}/fonts/source/public/ulsy
13967%{texmfdist}/fonts/tfm/public/ulsy
13968
13969%doc %{texmfdist}/doc/fonts/umrand
13970%{texmfdist}/fonts/source/public/umrand
13971%{texmfdist}/fonts/tfm/public/umrand
13972
13973%doc %{texmfdist}/doc/fonts/umtypewriter
13974%{texmfdist}/fonts/opentype/public/umtypewriter
13975
13976%doc %{texmfdist}/doc/fonts/universa
13977%{texmfdist}/fonts/source/public/universa
13978%{texmfdist}/fonts/tfm/public/universa
13979%{texmfdist}/source/fonts/universa
13980
13981%{texmfdist}/fonts/afm/public/velthuis
13982%{texmfdist}/fonts/map/dvips/velthuis
13983%{texmfdist}/fonts/source/public/velthuis
13984%{texmfdist}/fonts/tfm/public/velthuis
13985%{texmfdist}/fonts/type1/public/velthuis
13986
13987%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
13988
13989%{texmfdist}/fonts/afm/vntex/vntopia
13990%{texmfdist}/fonts/tfm/vntex/vntopia
13991%{texmfdist}/fonts/type1/vntex/vntopia
13992%{texmfdist}/fonts/vf/vntex/vntopia
13993
13994%{texmfdist}/fonts/map/dvips/wadalab
13995
13996%doc %{texmfdist}/doc/fonts/wasy
13997%{texmfdist}/fonts/afm/public/wasy
13998%{texmfdist}/fonts/map/dvips/wasy
13999%{texmfdist}/fonts/type1/public/wasy
14000
14001%{texmfdist}/fonts/source/public/wnri
14002%{texmfdist}/fonts/tfm/public/wnri
14003
14004%{texmfdist}/fonts/source/public/wsuipa
14005%{texmfdist}/fonts/tfm/public/wsuipa
14006
14007%{texmfdist}/fonts/source/public/xbmc
14008%{texmfdist}/fonts/tfm/public/xbmc
14009
f1ba8563
ZU
14010%doc %{texmfdist}/doc/fonts/xq
14011%{texmfdist}/fonts/source/public/xq
14012%{texmfdist}/fonts/tfm/public/xq
14013
14014%{texmfdist}/fonts/source/public/yannisgr
14015
14016%{texmfdist}/fonts/map/dvips/yhmath
14017%{texmfdist}/fonts/source/public/yhmath
14018%{texmfdist}/fonts/tfm/public/yhmath
14019%{texmfdist}/fonts/type1/public/yhmath
14020%{texmfdist}/fonts/vf/public/yhmath
14021
14022%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 14023%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
14024
14025%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
14026
14027%{texmfdist}/dvips/zefonts
14028%{texmfdist}/fonts/map/dvips/zefonts
14029%{texmfdist}/fonts/tfm/public/zefonts
14030%{texmfdist}/fonts/vf/public/zefonts
14031
14032
d08789e0 14033%files fonts-omega
489714ae 14034%defattr(644,root,root,755)
7179ac92 14035%doc %{texmfdist}/doc/omega
2677a8b0
ZU
14036%dir %{texmfdist}/omega
14037%dir %{texmfdist}/omega/otp
14038%dir %{texmfdist}/omega/ocp
7179ac92
ZU
14039%{texmfdist}/dvips/omega
14040%{texmfdist}/fonts/ofm/public/omega
14041%{texmfdist}/fonts/type1/public/omega
14042%{texmfdist}/fonts/afm/public/omega
14043%{texmfdist}/fonts/ovp/public/omega
14044%{texmfdist}/fonts/tfm/public/omega
14045%{texmfdist}/fonts/ovf/public/omega
14046%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
14047%{texmfdist}/omega/ocp/omega
14048%{texmfdist}/omega/otp/omega
14049%{texmfdist}/tex/plain/omega
d08789e0 14050
5b7eba8e
MB
14051#%files fonts-pazo
14052#%defattr(644,root,root,755)
d08789e0
ZU
14053
14054%files fonts-pl
14055%defattr(644,root,root,755)
7179ac92 14056%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
14057%dir %{texmf}/scripts/texlive
14058%dir %{texmf}/scripts/texlive/tlmgrgui
14059%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
14060%{texmfdist}/dvips/pl
14061%{texmfdist}/fonts/source/public/pl
14062%{texmfdist}/fonts/type1/public/pl
14063%{texmfdist}/fonts/afm/public/pl
14064%{texmfdist}/fonts/enc/dvips/pl
14065%{texmfdist}/fonts/tfm/public/pl
14066%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 14067%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
14068
14069%files fonts-px
14070%defattr(644,root,root,755)
7179ac92 14071%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
14072# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
14073# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
14074%dir %{texmfdist}/fonts/map/dvips/pxfonts
14075%dir %{texmfdist}/tex/latex/pxfonts
14076%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
14077%{texmfdist}/fonts/afm/public/pxfonts
14078%{texmfdist}/fonts/tfm/public/pxfonts
14079%{texmfdist}/fonts/type1/public/pxfonts
14080%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 14081%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 14082
5b7eba8e
MB
14083#%files fonts-qfonts
14084#%defattr(644,root,root,755)
31bd2c4a
ZU
14085# %doc %{texmf}/doc/fonts/polish/qfonts
14086# %{texmf}/fonts/enc/dvips/qfonts
14087# %{texmf}/fonts/map/dvips/qfonts
14088# %{texmf}/dvips/qfonts
14089# %{texmf}/fonts/afm/public/qfonts
14090# %{texmf}/fonts/tfm/public/qfonts
d08789e0 14091
74dbda3f
ZU
14092# %files fonts-qpx
14093# %defattr(644,root,root,755)
14094# %{texmf}/fonts/tfm/public/qpx
14095# %{texmf}/fonts/vf/public/qpx
d08789e0 14096
31bd2c4a 14097%files fonts-qpxqtx
d08789e0 14098%defattr(644,root,root,755)
7179ac92
ZU
14099%{texmfdist}/fonts/tfm/public/qpxqtx
14100%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
14101
14102%files fonts-rsfs
14103%defattr(644,root,root,755)
7179ac92
ZU
14104%{texmfdist}/fonts/source/public/rsfs
14105%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
14106
14107%files fonts-stmaryrd
14108%defattr(644,root,root,755)
7179ac92
ZU
14109%doc %{texmfdist}/doc/fonts/stmaryrd
14110%{texmfdist}/source/fonts/stmaryrd
14111%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
14112
14113%files fonts-tx
14114%defattr(644,root,root,755)
7179ac92
ZU
14115%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
14116%{texmfdist}/fonts/afm/public/txfonts
14117%{texmfdist}/fonts/tfm/public/txfonts
14118%{texmfdist}/fonts/vf/public/txfonts
d08789e0 14119
5bc70a92
MB
14120%files fonts-uhc
14121%defattr(644,root,root,755)
14122%doc %{texmfdist}/doc/fonts/uhc
14123%{texmfdist}/fonts/afm/uhc
14124%{texmfdist}/fonts/tfm/uhc
14125%{texmfdist}/fonts/vf/uhc
14126
d08789e0
ZU
14127%files fonts-urw
14128%defattr(644,root,root,755)
7179ac92 14129%{texmfdist}/fonts/afm/urw
5bc70a92
MB
14130%{texmfdist}/fonts/tfm/urw
14131%{texmfdist}/fonts/vf/urw
d08789e0
ZU
14132
14133%files fonts-urwvn
14134%defattr(644,root,root,755)
26d8eaaa 14135%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
14136%{texmfdist}/fonts/tfm/vntex/urwvn
14137%{texmfdist}/fonts/type1/vntex/urwvn
14138%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
14139
14140%files fonts-vnr
14141%defattr(644,root,root,755)
7179ac92
ZU
14142%{texmfdist}/fonts/map/dvips/vntex
14143%{texmfdist}/fonts/source/vntex/vnr
14144%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 14145
e67df411
ZU
14146%files fonts-urw35vf
14147%defattr(644,root,root,755)
14148%{texmfdist}/fonts/vf/urw35vf
14149
5bc70a92
MB
14150%files fonts-wadalab
14151%defattr(644,root,root,755)
14152%doc %{texmfdist}/doc/fonts/wadalab
14153%{texmfdist}/fonts/afm/wadalab
14154%{texmfdist}/fonts/tfm/wadalab
14155%{texmfdist}/fonts/vf/wadalab
14156
d08789e0
ZU
14157%files fonts-wasy
14158%defattr(644,root,root,755)
7179ac92
ZU
14159%{texmfdist}/fonts/source/public/wasy
14160%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
14161
14162%files fonts-xypic
14163%defattr(644,root,root,755)
7179ac92
ZU
14164%{texmfdist}/fonts/map/dvips/xypic
14165# %{texmfdist}/fonts/afm/public/xypic
14166%{texmfdist}/fonts/source/public/xypic
14167%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
14168
14169%files fonts-yandy
14170%defattr(644,root,root,755)
adbd04dd 14171# %{texmf}/fonts/afm/yandy
7179ac92 14172%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
14173# %{texmf}/fonts/tfm/yandy
14174# %{texmf}/fonts/vf/yandy
d08789e0
ZU
14175
14176%files fonts-type1-antp
14177%defattr(644,root,root,755)
7179ac92
ZU
14178%{texmfdist}/dvips/antp
14179%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
14180
14181%files fonts-type1-antt
14182%defattr(644,root,root,755)
adbd04dd 14183# %{texmf}/dvips/antt
7179ac92 14184%{texmfdist}/fonts/type1/public/antt
d08789e0 14185
5bc70a92
MB
14186%files fonts-type1-arphic
14187%defattr(644,root,root,755)
14188%{texmfdist}/fonts/type1/arphic
14189
d08789e0
ZU
14190%files fonts-type1-belleek
14191%defattr(644,root,root,755)
7179ac92
ZU
14192%doc %{texmfdist}/doc/fonts/belleek
14193%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
14194
14195%files fonts-type1-bitstream
14196%defattr(644,root,root,755)
7179ac92 14197%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
14198
14199%files fonts-type1-bluesky
14200%defattr(644,root,root,755)
04eb4e68
ZU
14201# %doc %{texmf}/doc/fonts/bluesky
14202# %{texmf}/dvips/bluesky
7179ac92 14203%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
14204
14205%files fonts-type1-cc-pl
14206%defattr(644,root,root,755)
7179ac92
ZU
14207%doc %{texmfdist}/doc/fonts/cc-pl
14208%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
14209
14210%files fonts-type1-cmcyr
14211%defattr(644,root,root,755)
7179ac92 14212%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
14213
14214%files fonts-type1-cs
14215%defattr(644,root,root,755)
7179ac92 14216%{texmfdist}/fonts/type1/public/cs
d08789e0 14217
04eb4e68
ZU
14218# %files fonts-type1-dstroke
14219# %defattr(644,root,root,755)
14220# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
14221
14222%files fonts-type1-eurosym
14223%defattr(644,root,root,755)
7179ac92 14224%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
14225
14226%files fonts-type1-hoekwater
14227%defattr(644,root,root,755)
7179ac92 14228%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
14229
14230%files fonts-type1-fpl
14231%defattr(644,root,root,755)
7179ac92
ZU
14232%doc %{texmfdist}/doc/fonts/fpl
14233%{texmfdist}/fonts/afm/public/fpl
14234%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
14235
14236%files fonts-type1-lm
14237%defattr(644,root,root,755)
7179ac92
ZU
14238%{texmfdist}/fonts/afm/public/lm
14239%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
14240
14241%files fonts-type1-marvosym
14242%defattr(644,root,root,755)
7179ac92 14243%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
14244
14245%files fonts-type1-mathpazo
14246%defattr(644,root,root,755)
04eb4e68 14247# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
14248%{texmfdist}/fonts/afm/public/mathpazo
14249%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
14250
14251%files fonts-type1-omega
14252%defattr(644,root,root,755)
7179ac92 14253%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
14254
14255%files fonts-type1-pl
14256%defattr(644,root,root,755)
04eb4e68 14257# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 14258%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
14259
14260%files fonts-type1-px
14261%defattr(644,root,root,755)
7179ac92 14262%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 14263
04eb4e68
ZU
14264# %files fonts-type1-qfonts
14265# %defattr(644,root,root,755)
7179ac92 14266# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
14267
14268%files fonts-type1-tx
14269%defattr(644,root,root,755)
7179ac92 14270%{texmfdist}/fonts/type1/public/txfonts
d08789e0 14271
04eb4e68
ZU
14272# %files fonts-type1-tt2001
14273# %defattr(644,root,root,755)
14274# %{texmf}/fonts/type1/public/tt2001
d08789e0 14275
5bc70a92
MB
14276%files fonts-type1-uhc
14277%defattr(644,root,root,755)
14278%{texmfdist}/fonts/type1/uhc
14279
d08789e0
ZU
14280%files fonts-type1-urw
14281%defattr(644,root,root,755)
7179ac92 14282%{texmfdist}/fonts/type1/urw
d08789e0
ZU
14283
14284%files fonts-type1-vnr
14285%defattr(644,root,root,755)
7179ac92 14286%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 14287
5bc70a92
MB
14288%files fonts-type1-wadalab
14289%defattr(644,root,root,755)
14290%{texmfdist}/fonts/type1/wadalab
14291
d08789e0
ZU
14292%files fonts-type1-xypic
14293%defattr(644,root,root,755)
7179ac92 14294%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
14295
14296# TeXLive-specific
14297
14298%files afm2pl
14299%defattr(644,root,root,755)
14300%attr(755,root,root) %{_bindir}/afm2pl
14301%{_mandir}/man1/afm2pl*
015f9ddb 14302%{texmf}/fonts/lig/afm2pl
489714ae
ZU
14303
14304%files bbox
14305%defattr(644,root,root,755)
14306%attr(755,root,root) %{_bindir}/bbox
14307%{_mandir}/man1/bbox*
14308
14309%files cefutils
14310%defattr(644,root,root,755)
14311%attr(755,root,root) %{_bindir}/cef*
2677a8b0 14312%dir %{texmfdist}/tex/latex/cjk
21c69d95 14313%dir %{texmfdist}/doc/latex/cjk
c9ddaf2d 14314%{texmfdist}/source/latex/cjk
2677a8b0 14315%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
14316%doc %{texmfdist}/doc/latex/cjk/doc
14317%doc %{texmfdist}/doc/latex/cjk/examples
489714ae
ZU
14318
14319%files detex
14320%defattr(644,root,root,755)
14321%attr(755,root,root) %{_bindir}/detex
14322%{_mandir}/man1/detex*
14323
7ffd1967
ZU
14324
14325%files dviutils
14326%defattr(644,root,root,755)
14327%attr(755,root,root) %{_bindir}/dt2dv
14328%attr(755,root,root) %{_bindir}/dv2dt
14329%attr(755,root,root) %{_bindir}/dvi2tty
14330%attr(755,root,root) %{_bindir}/dviasm
14331%attr(755,root,root) %{_bindir}/dvibook
14332%attr(755,root,root) %{_bindir}/dviconcat
14333%attr(755,root,root) %{_bindir}/dvidvi
14334%attr(755,root,root) %{_bindir}/dvigif
14335%attr(755,root,root) %{_bindir}/dvipdfmx
14336%attr(755,root,root) %{_bindir}/dvipos
14337%attr(755,root,root) %{_bindir}/dviselect
14338%attr(755,root,root) %{_bindir}/dvitodvi
14339%{_mandir}/man1/dt2dv*
14340%{_mandir}/man1/dv2dt*
14341%{_mandir}/man1/dvi2tty*
14342%{_mandir}/man1/dvibook*
14343%{_mandir}/man1/dviconcat*
14344%{_mandir}/man1/dvidvi*
14345%{_mandir}/man1/dvigif*
14346%{_mandir}/man1/dvipos*
14347%{_mandir}/man1/dviselect*
14348%{_mandir}/man1/dvitodvi*
015f9ddb
ZU
14349%{texmf}/fonts/map/dvipdfmx
14350%dir %{texmf}/fonts/cmap
14351%{texmf}/dvipdfmx
14352%{texmf}/fonts/cmap/dvipdfmx
7ffd1967
ZU
14353
14354%files epsutils
14355%defattr(644,root,root,755)
14356%attr(755,root,root) %{_bindir}/epsffit
14357%attr(755,root,root) %{_bindir}/epspdf
14358%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 14359%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
14360%{texmfdist}/scripts/epspdf
14361%{_mandir}/man1/epsffit*
14362%doc %{texmfdist}/doc/epspdf
14363
14364%files filters
14365%defattr(644,root,root,755)
14366%attr(755,root,root) %{_bindir}/fix*
14367%{_mandir}/man1/fix*
14368
faa40f44
ZU
14369%files psutils
14370%defattr(644,root,root,755)
14371%attr(755,root,root) %{_bindir}/extractres
14372%attr(755,root,root) %{_bindir}/getafm
14373%attr(755,root,root) %{_bindir}/includeres
14374%attr(755,root,root) %{_bindir}/psbook
14375%attr(755,root,root) %{_bindir}/psmerge
14376%attr(755,root,root) %{_bindir}/psnup
14377%attr(755,root,root) %{_bindir}/psresize
14378%attr(755,root,root) %{_bindir}/psselect
5fef92c1 14379%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
14380%attr(755,root,root) %{_bindir}/pstops
14381%attr(755,root,root) %{_bindir}/showchar
14382%{_mandir}/man1/extractres*
14383%{_mandir}/man1/getafm*
14384%{_mandir}/man1/includeres*
14385%{_mandir}/man1/psbook*
14386%{_mandir}/man1/psmerge*
14387%{_mandir}/man1/psnup*
14388%{_mandir}/man1/psresize*
14389%{_mandir}/man1/psselect*
14390%{_mandir}/man1/pstops*
14391%{texmf}/dvips/psutils
14392
489714ae
ZU
14393%files uncategorized-utils
14394%defattr(644,root,root,755)
14395%attr(755,root,root) %{_bindir}/devnag
14396%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
14397
14398%files tex4ht
14399%defattr(644,root,root,755)
add234d3
MB
14400%attr(755,root,root) %{_bindir}/ht
14401%attr(755,root,root) %{_bindir}/htcontext
14402%attr(755,root,root) %{_bindir}/htlatex
14403%attr(755,root,root) %{_bindir}/htmex
14404%attr(755,root,root) %{_bindir}/httex
14405%attr(755,root,root) %{_bindir}/httexi
14406%attr(755,root,root) %{_bindir}/htxelatex
14407%attr(755,root,root) %{_bindir}/htxetex
14408%attr(755,root,root) %{_bindir}/mk4ht
14409%attr(755,root,root) %{_bindir}/t4ht
14410%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 14411%{texmf}/scripts/tex4ht
5b7eba8e 14412%{texmfdist}/tex/generic/tex4ht
add234d3
MB
14413%dir %{texmfdist}/scripts/tex4ht
14414%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
14415%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
14416%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
14417%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
14418%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
14419%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
14420%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
14421%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
14422%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 14423%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 14424%{texmfdist}/tex4ht
4224ae6d
MB
14425
14426%files xetex
14427%defattr(644,root,root,755)
14428%attr(755,root,root) %{_bindir}/xdvipdfmx
14429%attr(755,root,root) %{_bindir}/xelatex
14430%attr(755,root,root) %{_bindir}/xetex
14431%{texmf}/fmtutil/format.xetex.cnf
14432%doc %{texmfdist}/doc/xelatex
14433%doc %{texmfdist}/doc/xetex
14434%{texmfdist}/scripts/xetex
14435%{texmfdist}/tex/generic/ifxetex
14436%{texmfdist}/tex/generic/xetexconfig
14437%{texmfdist}/tex/latex/latexconfig/xelatex.ini
14438%{texmfdist}/tex/plain/config/xetex.ini
14439%{texmfdist}/tex/xelatex
14440%{texmfdist}/tex/xetex
14441
14442%files xmltex
14443%defattr(644,root,root,755)
14444%doc %{texmfdist}/doc/xmltex
14445%attr(755,root,root) %{_bindir}/pdfxmltex
14446%attr(755,root,root) %{_bindir}/xmltex
14447%{texmfdist}/tex/xmltex
14448%{texmf}/fmtutil/format.xmltex.cnf
This page took 7.536064 seconds and 4 git commands to generate.