]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- rm -rf instead "-f"
[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
a20402b1 44Release: 0.9.10
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
caaf987e
ZU
667%package tex-kastrup
668Summary: Convert numbers into binary, octal and hexadecimal
669Group: Applications/Publishing/TeX
670Requires(post,postun): %{_bindir}/texhash
671Requires: %{name} = %{epoch}:%{version}-%{release}
672
673%description tex-kastrup
674Convert numbers into binary, octal and hexadecimal.
675
783773ac
ZU
676%package tex-ofs
677Summary: Olsak's Font System
678Group: Applications/Publishing/TeX
679Requires(post,postun): %{_bindir}/texhash
680Requires: %{name} = %{epoch}:%{version}-%{release}
681
682%description tex-ofs
683Olsak's Font System.
684
e149bdb4
ZU
685%package tex-physe
686Summary: The PHYSE format
687Summary(hu.UTF-8): PHYSE formátum
688Group: Applications/Publishing/TeX
689Requires(post,postun): %{_bindir}/texhash
690Requires: %{name} = %{epoch}:%{version}-%{release}
691
692%description tex-physe
693The PHYSE format.
694
695%description tex-physe -l hu.UTF-8
696PHYSE formátum.
697
698%package tex-velthuis
699Summary: This package provides support for typesetting texts in Devanagari script (Sanskrit and Hindi)
700Summary(hu.UTF-8): Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére (Sanskrit és Hindi)
701Group: Applications/Publishing/TeX
702Requires(post,postun): %{_bindir}/texhash
703Requires: %{name} = %{epoch}:%{version}-%{release}
704
705%description tex-velthuis
706This package provides support for typesetting texts in Devanagari
707script (Sanskrit and Hindi).
708
709%description tex-velthuis -l hu.UTF-8
710Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére
711(Sanskrit és Hindi).
712
783773ac
ZU
713%package tex-ytex
714Summary: Macro package developed at MIT
715Summary(hu.UTF-8): MIT-en fejlesztett makrócsomag
716Group: Applications/Publishing/TeX
717Requires(post,postun): %{_bindir}/texhash
718Requires: %{name} = %{epoch}:%{version}-%{release}
719
720%description tex-ytex
721Macro package developed at MIT.
722
723%description tex-ytex -l hu.UTF-8
724MIT-en fejlesztett makrócsomag.
725
d08789e0
ZU
726%package metafont
727Summary: MetaFont
6b25593c 728Summary(hu.UTF-8): MetaFont
d08789e0
ZU
729Summary(pl.UTF-8): Zestaw narzędzi MetaFont
730Group: Applications/Publishing/TeX
731Requires(post,postun): %{_bindir}/texhash
732Requires: %{name} = %{epoch}:%{version}-%{release}
733
734%description metafont
735MetaFont.
736
737%description metafont -l pl.UTF-8
738Zestaw narzędzi MetaFont.
739
740%package metapost
741Summary: MetaPost
6b25593c 742Summary(hu.UTF-8): MetaPost
d08789e0
ZU
743Summary(pl.UTF-8): Zestaw narzędzi MetaPost
744Group: Applications/Publishing/TeX
745Requires(post,postun): %{_bindir}/texhash
746Requires: %{name} = %{epoch}:%{version}-%{release}
43a061cf 747Obsoletes: tetex-matapost
d08789e0
ZU
748
749%description metapost
750MetaPost.
751
6b25593c
ZU
752%description metapost -l hu.UTF-8
753MetaPost.
754
d08789e0
ZU
755%description metapost -l pl.UTF-8
756Zestaw narzędzi MetaPost.
757
43a061cf
ZU
758%package metapost-other
759Summary: Various MetaPost utils
760Summary(hu.UTF-8): Különböző MetaPost eszközök
786ebdb1 761Group: Applications/Publishing/TeX
786ebdb1 762Requires(post,postun): %{_bindir}/texhash
43a061cf 763Requires: %{name} = %{epoch}:%{version}-%{release}
786ebdb1 764
43a061cf
ZU
765%description metapost-other
766Various MetaPost utils.
786ebdb1 767
43a061cf
ZU
768%description metapost-other -l hu.UTF-8
769Különböző MetaPost eszközök.
786ebdb1 770
d08789e0
ZU
771%package mptopdf
772Summary: MetaPost to PDF converter
6b25593c 773Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
774Summary(pl.UTF-8): Konwerter MetaPost do PDF
775Group: Applications/Publishing/TeX
776Requires(post,postun): %{_bindir}/texhash
777Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
778
779%description mptopdf
780MetaPost to PDF converter.
781
6b25593c
ZU
782%description mptopdf -l hu.UTF-8
783MetaPost-ból PDF-be konvertáló.
784
d08789e0
ZU
785%description mptopdf -l pl.UTF-8
786Konwerter MetaPost do PDF.
787
788%package texdoctk
789Summary: Easy access to TeX documentation
790Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
791Group: Applications/Publishing/TeX
792Requires(post,postun): %{_bindir}/texhash
793Requires: %{name} = %{epoch}:%{version}-%{release}
794
795%description texdoctk
796A Perl/Tk-based GUI for easy access to package documentation for TeX
797on Unix platforms; the databases it uses are based on the texmf/doc
798subtrees of teTeX v.1.0.x, but database files for local configurations
799with modified/extended directories can be derived from them. Note that
800texdoctk is not a viewer itself, but an interface for finding
801documentation files and opening them with the appropriate viewer; so
802it relies on appropriate programs to be installed on the system.
803However, the choice of these programs can be configured by the
804sysadmin or user.
805
806%description texdoctk -l pl.UTF-8
807Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
808dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
809danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
810używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
811Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
812interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
813właściwej przeglądarce; tak więc wymaga on odpowiednich programów
814zainstalowanych w systemie. Wybór tych programów może być dokonany
815przez administratora lub użytkownika.
816
817%package -n texconfig
818Summary: TeX typesetting system configurator
819Summary(pl.UTF-8): Konfigurator systemu składu TeX
820Group: Applications/Publishing/TeX
821Requires: %{name} = %{epoch}:%{version}-%{release}
822Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
823Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
824Requires: xdvi = %{epoch}:%{version}-%{release}
825Obsoletes: tetex-texconfig
826
827%description -n texconfig
828TeX typesetting system configurator.
829
830%description -n texconfig -l pl.UTF-8
831Konfigurator systemu składu TeX.
832
833%package -n xdvi
834Summary: X11 previewer
835Summary(de.UTF-8): X11-Previewer
836Summary(es.UTF-8): Visualizador TeX X11
837Summary(fr.UTF-8): Prévisualisateur X11
838Summary(pl.UTF-8): Przeglądarka DVI dla X11
839Summary(pt_BR.UTF-8): Visualizador TeX X11
840Summary(tr.UTF-8): X11 öngörüntüleyici
841Group: Applications/Publishing/TeX
842Requires(post,postun): %{_bindir}/texhash
843Requires: %{name} = %{epoch}:%{version}-%{release}
844Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
845Suggests: %{name}-dvips
846Obsoletes: tetex-xdvi
847
848%description -n xdvi
849xdvi is a program which runs under the X window system. It is used to
850preview dvi files, such as are produced by tex and latex.
851
852%description -n xdvi -l de.UTF-8
853xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
854ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
855latex erzeugt wurden.
856
857%description -n xdvi -l es.UTF-8
858xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
859visualizar archivos dvi, como los producidos por tex y latex.
860
861%description -n xdvi -l fr.UTF-8
862xdvi est un programme s'exécutant sous le système X Window. Il sert à
863visualiser les fichiers dvi tels que ceux produits par tex et latex.
864
865%description -n xdvi -l pl.UTF-8
866Xdvi jest programem (działającym w X Window System) do przeglądania
867plików DVI, produkowanych przez TeXa i LaTeXa.
868
869%description -n xdvi -l pt_BR.UTF-8
870xdvi é um programa que roda no sistema X Window. É usado para
871visualizar arquivos dvi, como os produzidos por tex e latex.
872
624ed2f9
ZU
873%package -n xindy
874Summary: Xindy creates sorted and tagged index from raw index
875Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
876Group: Applications/Publishing/TeX
877
878%description -n xindy
879Xindy creates sorted and tagged index from raw index.
880
881%description -n xindy -l hu.UTF-8
882Xindy rendezett és cimkézett indexet készít nyers indexekből.
883
884%package -n xindy-albanian
885Summary: Xindy albanian language
886Summary(hu.UTF-8): Xindy albán nyelv
887Group: Applications/Publishing/TeX
888
889%description -n xindy-albanian
890Xindy albanian language
891
892%description -n xindy-albanian -l hu.UTF-8
893Xindy albán nyelv
894
895%package -n xindy-belarusian
896Summary: Xindy belarusian language
897Summary(hu.UTF-8): Xindy belorusz nyelv
898Group: Applications/Publishing/TeX
899
900%description -n xindy-belarusian
901Xindy belarusian language
902
903%description -n xindy-belarusian -l hu.UTF-8
904Xindy belorusz nyelv
905
906%package -n xindy-bulgarian
907Summary: Xindy bulgarian language
908Summary(hu.UTF-8): Xindy bolgár nyelv
909Group: Applications/Publishing/TeX
910
911%description -n xindy-bulgarian
912Xindy bulgarian language
913
914%description -n xindy-bulgarian -l hu.UTF-8
915Xindy bolgár nyelv
916
917%package -n xindy-croatian
918Summary: Xindy croatian language
919Summary(hu.UTF-8): Xindy horvát nyelv
920Group: Applications/Publishing/TeX
921
922%description -n xindy-croatian
923Xindy croatian language
924
925%description -n xindy-croatian -l hu.UTF-8
926Xindy horvát nyelv
927
928%package -n xindy-czech
929Summary: Xindy czech language
930Summary(hu.UTF-8): Xindy cseh nyelv
931Group: Applications/Publishing/TeX
932
933%description -n xindy-czech
934Xindy czech language
935
936%description -n xindy-czech -l hu.UTF-8
937Xindy cseh nyelv
938
939%package -n xindy-danish
940Summary: Xindy danish language
941Summary(hu.UTF-8): Xindy dán nyelv
942Group: Applications/Publishing/TeX
943
944%description -n xindy-danish
945Xindy danish language
946
947%description -n xindy-danish -l hu.UTF-8
948Xindy dán nyelv
949
950%package -n xindy-dutch
951Summary: Xindy dutch language
952Summary(hu.UTF-8): Xindy holland nyelv
953Group: Applications/Publishing/TeX
954
955%description -n xindy-dutch
956Xindy dutch language
957
958%description -n xindy-dutch -l hu.UTF-8
959Xindy holland nyelv
960
961%package -n xindy-english
962Summary: Xindy english language
963Summary(hu.UTF-8): Xindy angol nyelv
964Group: Applications/Publishing/TeX
965
966%description -n xindy-english
967Xindy english language
968
969%description -n xindy-english -l hu.UTF-8
970Xindy angol nyelv
971
972%package -n xindy-esperanto
973Summary: Xindy esperanto language
974Summary(hu.UTF-8): Xindy eszperantó nyelv
975Group: Applications/Publishing/TeX
976
977%description -n xindy-esperanto
978Xindy esperanto language
979
980%description -n xindy-esperanto -l hu.UTF-8
981Xindy eszperantó nyelv
982
983%package -n xindy-estonian
984Summary: Xindy estonian language
985Summary(hu.UTF-8): Xindy észt nyelv
986Group: Applications/Publishing/TeX
987
988%description -n xindy-estonian
989Xindy estonian language
990
991%description -n xindy-estonian -l hu.UTF-8
992Xindy észt nyelv
993
994%package -n xindy-finnish
995Summary: Xindy finnish language
996Summary(hu.UTF-8): Xindy finn nyelv
997Group: Applications/Publishing/TeX
998
999%description -n xindy-finnish
1000Xindy finnish language
1001
1002%description -n xindy-finnish -l hu.UTF-8
1003Xindy finn nyelv
1004
1005%package -n xindy-french
1006Summary: Xindy french language
1007Summary(hu.UTF-8): Xindy francia nyelv
1008Group: Applications/Publishing/TeX
1009
1010%description -n xindy-french
1011Xindy french language
1012
1013%description -n xindy-french -l hu.UTF-8
1014Xindy francia nyelv
1015
1016%package -n xindy-general
1017Summary: Xindy general language
1018Summary(hu.UTF-8): Xindy általános nyelv
1019Group: Applications/Publishing/TeX
1020
1021%description -n xindy-general
1022Xindy general language
1023
1024%description -n xindy-general -l hu.UTF-8
1025Xindy általános nyelv
1026
1027%package -n xindy-georgian
1028Summary: Xindy georgian language
1029Summary(hu.UTF-8): Xindy georgian nyelv
1030Group: Applications/Publishing/TeX
1031
1032%description -n xindy-georgian
1033Xindy georgian language
1034
1035%description -n xindy-georgian -l hu.UTF-8
1036Xindy georgian nyelv
1037
1038%package -n xindy-german
1039Summary: Xindy german language
1040Summary(hu.UTF-8): Xindy német nyelv
1041Group: Applications/Publishing/TeX
1042
1043%description -n xindy-german
1044Xindy german language
1045
1046%description -n xindy-german -l hu.UTF-8
1047Xindy német nyelv
1048
1049%package -n xindy-greek
1050Summary: Xindy greek language
1051Summary(hu.UTF-8): Xindy görög nyelv
1052Group: Applications/Publishing/TeX
1053
1054%description -n xindy-greek
1055Xindy greek language
1056
1057%description -n xindy-greek -l hu.UTF-8
1058Xindy görög nyelv
1059
1060%package -n xindy-gypsy
1061Summary: Xindy gypsy language
1062Summary(hu.UTF-8): Xindy cigány nyelv
1063Group: Applications/Publishing/TeX
1064
1065%description -n xindy-gypsy
1066Xindy gypsy language
1067
1068%description -n xindy-gypsy -l hu.UTF-8
1069Xindy cigány nyelv
1070
1071%package -n xindy-hausa
1072Summary: Xindy hausa language
1073Summary(hu.UTF-8): Xindy hausa nyelv
1074Group: Applications/Publishing/TeX
1075
1076%description -n xindy-hausa
1077Xindy hausa language
1078
1079%description -n xindy-hausa -l hu.UTF-8
1080Xindy hausa nyelv
1081
1082%package -n xindy-hebrew
1083Summary: Xindy hebrew language
1084Summary(hu.UTF-8): Xindy héber nyelv
1085Group: Applications/Publishing/TeX
1086
1087%description -n xindy-hebrew
1088Xindy hebrew language
1089
1090%description -n xindy-hebrew -l hu.UTF-8
1091Xindy héber nyelv
1092
1093%package -n xindy-hungarian
1094Summary: Xindy hungarian language
1095Summary(hu.UTF-8): Xindy magyar nyelv
1096Group: Applications/Publishing/TeX
1097
1098%description -n xindy-hungarian
1099Xindy hungarian language
1100
1101%description -n xindy-hungarian -l hu.UTF-8
1102Xindy magyar nyelv
1103
1104%package -n xindy-icelandic
1105Summary: Xindy icelandic language
1106Summary(hu.UTF-8): Xindy izlandi nyelv
1107Group: Applications/Publishing/TeX
1108
1109%description -n xindy-icelandic
1110Xindy icelandic language
1111
1112%description -n xindy-icelandic -l hu.UTF-8
1113Xindy izlandi nyelv
1114
1115%package -n xindy-italian
1116Summary: Xindy italian language
1117Summary(hu.UTF-8): Xindy olasz nyelv
1118Group: Applications/Publishing/TeX
1119
1120%description -n xindy-italian
1121Xindy italian language
1122
1123%description -n xindy-italian -l hu.UTF-8
1124Xindy olasz nyelv
1125
1126%package -n xindy-klingon
1127Summary: Xindy klingon language
1128Summary(hu.UTF-8): Xindy klingon nyelv
1129Group: Applications/Publishing/TeX
1130
1131%description -n xindy-klingon
1132Xindy klingon language
1133
1134%description -n xindy-klingon -l hu.UTF-8
1135Xindy klingon nyelv
1136
1137%package -n xindy-kurdish
1138Summary: Xindy kurdish language
1139Summary(hu.UTF-8): Xindy kurd nyelv
1140Group: Applications/Publishing/TeX
1141
1142%description -n xindy-kurdish
1143Xindy kurdish language
1144
1145%description -n xindy-kurdish -l hu.UTF-8
1146Xindy kurd nyelv
1147
1148%package -n xindy-latin
1149Summary: Xindy latin language
1150Summary(hu.UTF-8): Xindy latin nyelv
1151Group: Applications/Publishing/TeX
1152
1153%description -n xindy-latin
1154Xindy latin language
1155
1156%description -n xindy-latin -l hu.UTF-8
1157Xindy latin nyelv
1158
1159%package -n xindy-latvian
1160Summary: Xindy latvian language
1161Summary(hu.UTF-8): Xindy lett nyelv
1162Group: Applications/Publishing/TeX
1163
1164%description -n xindy-latvian
1165Xindy latvian language
1166
1167%description -n xindy-latvian -l hu.UTF-8
1168Xindy lett nyelv
1169
1170%package -n xindy-lithuanian
1171Summary: Xindy lithuanian language
1172Summary(hu.UTF-8): Xindy litván nyelv
1173Group: Applications/Publishing/TeX
1174
1175%description -n xindy-lithuanian
1176Xindy lithuanian language
1177
1178%description -n xindy-lithuanian -l hu.UTF-8
1179Xindy litván nyelv
1180
1181%package -n xindy-lower-sorbian
1182Summary: Xindy lower-sorbian language
1183Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1184Group: Applications/Publishing/TeX
1185
1186%description -n xindy-lower-sorbian
1187Xindy lower-sorbian language
1188
1189%description -n xindy-lower-sorbian -l hu.UTF-8
1190Xindy lower-sorbian nyelv
1191
1192%package -n xindy-macedonian
1193Summary: Xindy macedonian language
1194Summary(hu.UTF-8): Xindy macedón nyelv
1195Group: Applications/Publishing/TeX
1196
1197%description -n xindy-macedonian
1198Xindy macedonian language
1199
1200%description -n xindy-macedonian -l hu.UTF-8
1201Xindy macedón nyelv
1202
1203%package -n xindy-mongolian
1204Summary: Xindy mongolian language
1205Summary(hu.UTF-8): Xindy mongol nyelv
1206Group: Applications/Publishing/TeX
1207
1208%description -n xindy-mongolian
1209Xindy mongolian language
1210
1211%description -n xindy-mongolian -l hu.UTF-8
1212Xindy mongol nyelv
1213
1214%package -n xindy-norwegian
1215Summary: Xindy norwegian language
1216Summary(hu.UTF-8): Xindy norvég nyelv
1217Group: Applications/Publishing/TeX
1218
1219%description -n xindy-norwegian
1220Xindy norwegian language
1221
1222%description -n xindy-norwegian -l hu.UTF-8
1223Xindy norvég nyelv
1224
1225%package -n xindy-polish
1226Summary: Xindy polish language
1227Summary(hu.UTF-8): Xindy lengyel nyelv
1228Group: Applications/Publishing/TeX
1229
1230%description -n xindy-polish
1231Xindy polish language
1232
1233%description -n xindy-polish -l hu.UTF-8
1234Xindy lengyel nyelv
1235
1236%package -n xindy-portuguese
1237Summary: Xindy portuguese language
1238Summary(hu.UTF-8): Xindy portugál nyelv
1239Group: Applications/Publishing/TeX
1240
1241%description -n xindy-portuguese
1242Xindy portuguese language
1243
1244%description -n xindy-portuguese -l hu.UTF-8
1245Xindy portugál nyelv
1246
1247%package -n xindy-romanian
1248Summary: Xindy romanian language
1249Summary(hu.UTF-8): Xindy román nyelv
1250Group: Applications/Publishing/TeX
1251
1252%description -n xindy-romanian
1253Xindy romanian language
1254
1255%description -n xindy-romanian -l hu.UTF-8
1256Xindy román nyelv
1257
1258%package -n xindy-russian
1259Summary: Xindy russian language
1260Summary(hu.UTF-8): Xindy orosz nyelv
1261Group: Applications/Publishing/TeX
1262
1263%description -n xindy-russian
1264Xindy russian language
1265
1266%description -n xindy-russian -l hu.UTF-8
1267Xindy orosz nyelv
1268
1269%package -n xindy-serbian
1270Summary: Xindy serbian language
1271Summary(hu.UTF-8): Xindy szerb nyelv
1272Group: Applications/Publishing/TeX
1273
1274%description -n xindy-serbian
1275Xindy serbian language
1276
1277%description -n xindy-serbian -l hu.UTF-8
1278Xindy szerb nyelv
1279
1280%package -n xindy-slovak
1281Summary: Xindy slovak language
1282Summary(hu.UTF-8): Xindy szlovák nyelv
1283Group: Applications/Publishing/TeX
1284
1285%description -n xindy-slovak
1286Xindy slovak language
1287
1288%description -n xindy-slovak -l hu.UTF-8
1289Xindy szlovák nyelv
1290
1291%package -n xindy-slovenian
1292Summary: Xindy slovenian language
1293Summary(hu.UTF-8): Xindy szlovén nyelv
1294Group: Applications/Publishing/TeX
1295
1296%description -n xindy-slovenian
1297Xindy slovenian language
1298
1299%description -n xindy-slovenian -l hu.UTF-8
1300Xindy szlovén nyelv
1301
1302%package -n xindy-spanish
1303Summary: Xindy spanish language
1304Summary(hu.UTF-8): Xindy spanyol nyelv
1305Group: Applications/Publishing/TeX
1306
1307%description -n xindy-spanish
1308Xindy spanish language
1309
1310%description -n xindy-spanish -l hu.UTF-8
1311Xindy spanyol nyelv
1312
1313%package -n xindy-swedish
1314Summary: Xindy swedish language
1315Summary(hu.UTF-8): Xindy svéd nyelv
1316Group: Applications/Publishing/TeX
1317
1318%description -n xindy-swedish
1319Xindy swedish language
1320
1321%description -n xindy-swedish -l hu.UTF-8
1322Xindy svéd nyelv
1323
1324%package -n xindy-turkish
1325Summary: Xindy turkish language
1326Summary(hu.UTF-8): Xindy török nyelv
1327Group: Applications/Publishing/TeX
1328
1329%description -n xindy-turkish
1330Xindy turkish language
1331
1332%description -n xindy-turkish -l hu.UTF-8
1333Xindy török nyelv
1334
1335%package -n xindy-ukrainian
1336Summary: Xindy ukrainian language
1337Summary(hu.UTF-8): Xindy ukrán nyelv
1338Group: Applications/Publishing/TeX
1339
1340%description -n xindy-ukrainian
1341Xindy ukrainian language
1342
1343%description -n xindy-ukrainian -l hu.UTF-8
1344Xindy ukrán nyelv
1345
1346%package -n xindy-upper-sorbian
1347Summary: Xindy upper-sorbian language
1348Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1349Group: Applications/Publishing/TeX
1350
1351%description -n xindy-upper-sorbian
1352Xindy upper-sorbian language
1353
1354%description -n xindy-upper-sorbian -l hu.UTF-8
1355Xindy upper-sorbian nyelv
1356
1357%package -n xindy-vietnamese
1358Summary: Xindy vietnamese language
04123363 1359Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1360Group: Applications/Publishing/TeX
1361
1362%description -n xindy-vietnamese
1363Xindy vietnamese language
1364
1365%description -n xindy-vietnamese -l hu.UTF-8
1366Xindy vietnám nyelv
1367
1368
d08789e0
ZU
1369%package pdftex
1370Summary: TeX generating PDF files instead DVI
04123363 1371Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1372Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1373Group: Applications/Publishing/TeX
60597425 1374Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1375Requires: %{name} = %{epoch}:%{version}-%{release}
1376Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1377
1378%description pdftex
1379TeX generating PDF files instead DVI.
1380
1381%description pdftex -l pl.UTF-8
1382TeX generujący pliki PDF zamiast DVI.
1383
faa40f44
ZU
1384%package psutils
1385Summary: PostScript Utilities
1386Summary(hu.UTF-8): PostScript eszközök
1387Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1388Group: Applications/Printing
8affbd2c 1389Obsoletes: psutils
faa40f44
ZU
1390
1391%description psutils
1392This archive contains some utilities for manipulating PostScript
1393documents. Page selection and rearrangement are supported, including
1394arrangement into signatures for booklet printing, and page merging for
1395n-up printing.
1396
1397%description psutils -l hu.UTF-8
1398Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1399dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1400beleértve a booklet nyomtatáshoz való átrendezést is.
1401
1402%description psutils -l pl.UTF-8
1403PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1404wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1405także na łączenie różnych plików PostScript w całość.
faa40f44 1406
04123363
ZU
1407%package phyzzx
1408Summary: A TeX format for physicists
1409Summary(hu.UTF-8): TeX formátum fizikusoknak
1410Group: Applications/Publishing/TeX
1411Requires(post,postun): %{_bindir}/texhash
1412Requires: %{name} = %{epoch}:%{version}-%{release}
1413
1414%description phyzzx
1415A TeX format for physicists.
1416
1417%description phyzzx -l hu.UTF-8
1418TeX formátum fizikusoknak.
1419
d08789e0
ZU
1420%package omega
1421Summary: Extended unicode TeX
1422Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1423Group: Applications/Publishing/TeX
1424Requires(post,postun): %{_bindir}/texhash
1425Requires: %{name} = %{epoch}:%{version}-%{release}
1426Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1427Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1428
1429%description omega
1430Omega is a version of the TeX program modified for multilingual
1431typesetting. It uses unicode, and has additional primitives for (among
1432other things) bidirectional typesetting.
1433
1434%description omega -l pl.UTF-8
1435Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1436Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1437tekstu pisanego w obu kierunkach.
1438
1439# # formats #
1440
1441# Plain format.
1442
1443%package plain
1444Summary: Plain TeX format basic files
1445Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1446Group: Applications/Publishing/TeX
60597425 1447Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1448Requires: %{name} = %{epoch}:%{version}-%{release}
1449
1450%description plain
1451Plain TeX format basic files.
1452
1453%description plain -l pl.UTF-8
1454Podstawowe pliki dla formatu Plain TeX.
1455
1456%package format-plain
1457Summary: TeX Plain format
1458Summary(pl.UTF-8): Format TeX Plain
1459Group: Applications/Publishing/TeX
1460Requires(post,postun): %{_bindir}/texhash
1461Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1462
1463%description format-plain
1464TeX Plain format.
1465
1466%description format-plain -l pl.UTF-8
1467Format TeX Plain.
1468
1469%package format-pdftex
1470Summary: PDFTeX Plain format
1471Summary(pl.UTF-8): Format PDFTeX Plain
1472Group: Applications/Publishing/TeX
1473Requires(post,postun): %{_bindir}/texhash
1474Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1475Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1476# for epstopdf to work
1477Requires: fonts-Type1-urw
1478Requires: ghostscript
1479
1480%description format-pdftex
1481PDFTeX Plain format.
1482
1483%description format-pdftex -l pl.UTF-8
1484Format PDFTeX Plain.
1485
1486%package format-pdfetex
1487Summary: PDFTeX EPlain format
1488Summary(pl.UTF-8): Format PDFTeX EPlain
1489Group: Applications/Publishing/TeX
1490Requires(post,postun): %{_bindir}/texhash
1491Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1492Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1493
1494%description format-pdfetex
1495PDFTeX EPlain format.
1496
1497%description format-pdfetex -l pl.UTF-8
1498Format PDFTeX EPlain.
1499
1500# MeX Plain format
1501
1502%package mex
1503Summary: MeX Plain Format basic files
1504Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1505Group: Applications/Publishing/TeX
1506Requires(post,postun): %{_bindir}/texhash
1507Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1508Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1509Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1510
1511%description mex
1512MeX Plain Format basic files.
1513
1514%description mex -l pl.UTF-8
1515Podstawowe pliki dla formatu MeX Plain.
1516
1517%package format-mex
1518Summary: MeX Plain Format
1519Summary(pl.UTF-8): Format MeX Plain
1520Group: Applications/Publishing/TeX
1521Requires(post,postun): %{_bindir}/texhash
f6a96d15 1522Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1523
1524%description format-mex
1525MeX Plain Format.
1526
1527%description format-mex -l pl.UTF-8
1528Format MeX Plain.
1529
1530%package format-pdfmex
1531Summary: PDFMeX Plain Format
1532Summary(pl.UTF-8): Format PDFMeX Plain
1533Group: Applications/Publishing/TeX
1534Requires(post,postun): %{_bindir}/texhash
1535Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1536Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1537
1538%description format-pdfmex
1539PDFMeX Plain Format.
1540
1541%description format-pdfmex -l pl.UTF-8
1542Format PDFMeX Plain.
1543
1544%package format-utf8mex
1545Summary: MeX Plain Format with UTF-8 encoded source files
1546Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1547Group: Applications/Publishing/TeX
1548Requires(post,postun): %{_bindir}/texhash
1549Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1550
1551%description format-utf8mex
1552MeX Plain Format with UTF-8 encoded source files.
1553
1554%description format-utf8mex -l pl.UTF-8
1555Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1556
1557# AMS TeX format
1558
1559%package amstex
1560Summary: AMS macros for Plain TeX basic files
1561Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1562Group: Applications/Publishing/TeX
1563Requires(post,postun): %{_bindir}/texhash
1564Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1565Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1566Obsoletes: tetex-ams
1567Obsoletes: tetex-plain-amsfonts
1568
1569%description amstex
1570American Mathematical Society macros for Plain TeX basic files.
1571
1572%description amstex -l pl.UTF-8
1573Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1574Plain TeX.
1575
1576%package format-amstex
1577Summary: AMS macros for Plain TeX
1578Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1579Group: Applications/Publishing/TeX
1580Requires(post,postun): %{_bindir}/texhash
1581Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1582Obsoletes: tetex-ams
1583
1584%description format-amstex
1585American Mathematical Society macros for Plain TeX.
1586
1587%description format-amstex -l pl.UTF-8
1588Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1589
1590%package format-pdfamstex
1591Summary: AMS macros for PDFTeX
1592Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1593Group: Applications/Publishing/TeX
1594Requires(post,postun): %{_bindir}/texhash
1595Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1596Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1597
1598%description format-pdfamstex
1599American Mathematical Society macros for PDFTeX.
1600
1601%description format-pdfamstex -l pl.UTF-8
1602Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1603
1604# CSPlain format
1605
1606%package csplain
1607Summary: TeX CSPlain format basic files
1608Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1609Group: Applications/Publishing/TeX
1610Requires(post,postun): %{_bindir}/texhash
1611Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1612Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1613
1614%description csplain
1615TeX CSPlain format basic files.
1616
1617%description csplain -l pl.UTF-8
1618Podstawowe pliki dla formatu TeX CSPlain.
1619
1620%package format-csplain
1621Summary: TeX CSPlain format
1622Summary(pl.UTF-8): Format TeX CSPlain
1623Group: Applications/Publishing/TeX
1624Requires(post,postun): %{_bindir}/texhash
1625Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1626
1627%description format-csplain
1628TeX CSPlain format.
1629
1630%description format-csplain -l pl.UTF-8
1631Format TeX CSPlain.
1632
1633%package format-pdfcsplain
1634Summary: PDFTeX CSPlain format
1635Summary(pl.UTF-8): Format PDFTeX CSPlain
1636Group: Applications/Publishing/TeX
1637Requires(post,postun): %{_bindir}/texhash
1638Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1639
1640%description format-pdfcsplain
1641PDFTeX CSPlain format.
1642
1643%description format-pdfcsplain -l pl.UTF-8
1644Format PDFTeX CSPlain.
1645
1646# CSLaTeX format
1647
1648%package cslatex
1649Summary: CSLaTeX format basic files
1650Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1651Group: Applications/Publishing/TeX
1652Requires(post,postun): %{_bindir}/texhash
1653Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1654Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1655
1656%description cslatex
1657CSLaTeX format basic files.
1658
1659%description cslatex -l pl.UTF-8
1660Podstawowe pliki dla formatu CSLaTeX.
1661
1662%package format-cslatex
1663Summary: CSLaTeX format
1664Summary(pl.UTF-8): Format CSLaTeX
1665Group: Applications/Publishing/TeX
1666Requires(post,postun): %{_bindir}/texhash
1667Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1668
1669%description format-cslatex
1670CSLaTeX format.
1671
1672%description format-cslatex -l pl.UTF-8
1673Format CSLaTeX.
1674
1675%package format-pdfcslatex
1676Summary: PDF CSLaTeX format
1677Summary(pl.UTF-8): Format PDF CSLaTeX
1678Group: Applications/Publishing/TeX
1679Requires(post,postun): %{_bindir}/texhash
1680Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1681
1682%description format-pdfcslatex
1683PDF CSLaTeX format.
1684
1685%description format-pdfcslatex -l pl.UTF-8
1686Format PDF CSLaTeX.
1687
1688# Cyrillic Plain format
1689
1690%package cyrplain
1691Summary: Cyrillic Plain format basic files
1692Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1693Group: Applications/Publishing/TeX
1694Requires(post,postun): %{_bindir}/texhash
1695Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1696
1697%description cyrplain
1698Cyrillic Plain format basic files.
1699
1700%description cyrplain -l pl.UTF-8
1701Podstawowe pliki dla formatu Cyrillic Plain.
1702
1703%package format-cyrplain
1704Summary: Cyrillic Plain format
1705Summary(pl.UTF-8): Format Cyrillic Plain
1706Group: Applications/Publishing/TeX
1707Requires(post,postun): %{_bindir}/texhash
1708Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1709
1710%description format-cyrplain
1711Cyrillic Plain format.
1712
1713%description format-cyrplain -l pl.UTF-8
1714Format Cyrillic Plain.
1715
1716%package format-cyramstex
1717Summary: Cyrillic AMSTeX format
1718Summary(pl.UTF-8): Format Cyrillic AMSTeX
1719Group: Applications/Publishing/TeX
1720Requires(post,postun): %{_bindir}/texhash
1721Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1722Obsoletes: tetex-cyramstex
1723
1724%description format-cyramstex
1725Cyrillic AMSTeX format.
1726
1727%description format-cyramstex -l pl.UTF-8
1728Format Cyrillic AMSTeX.
1729
1730%package format-cyrtexinfo
1731Summary: Cyrillic TeXInfo format
1732Summary(pl.UTF-8): Format Cyrillic TeXInfo
1733Group: Applications/Publishing/TeX
1734Requires(post,postun): %{_bindir}/texhash
1735Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1736Obsoletes: tetex-cyrtexinfo
1737
1738%description format-cyrtexinfo
1739Cyrillic TeXInfo format.
1740
1741%description format-cyrtexinfo -l pl.UTF-8
1742Format Cyrillic TeXInfo.
1743
1744# EPlain format
1745
1746%package eplain
1747Summary: EPlain format basic files
1748Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1749Group: Applications/Publishing/TeX
1750Requires(post,postun): %{_bindir}/texhash
1751Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1752Obsoletes: tetex-etex
1753
1754%description eplain
1755EPlain format basic files.
1756
1757%description eplain -l pl.UTF-8
1758Podstawowe pliki dla formatu EPlain.
1759
1760%package format-eplain
1761Summary: EPlain format
1762Summary(pl.UTF-8): Format EPlain
1763Group: Applications/Publishing/TeX
1764Requires(post,postun): %{_bindir}/texhash
1765Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1766
1767%description format-eplain
1768EPlain format.
1769
1770%description format-eplain -l pl.UTF-8
1771Format EPlain.
1772
1773# ConTeXt format.
1774
1775%package context
1776Summary: ConTeXt macro package basic files
1777Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1778Group: Applications/Publishing/TeX
1779Requires(post,postun): %{_bindir}/texhash
1780Requires: %{name} = %{epoch}:%{version}-%{release}
1781Obsoletes: tetex-latex-context
1782
1783%define _noautoreq 'perl(path_tre)'
1784
1785%description context
1786A full featured, parameter driven macro package, which fully supports
1787advanced interactive documents.
1788
1789This package contains basic files.
1790
1791%description context -l pl.UTF-8
1792Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1793całkowicie obsługujący zaawansowane dokumenty interaktywne.
1794
1795Ten pakiet zawiera podstawowe pliki.
1796
1797%package format-context-de
1798Summary: German ConTeXt format
1799Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1800Group: Applications/Publishing/TeX
1801Requires(post,postun): %{_bindir}/texhash
1802Requires: %{name}-context = %{epoch}:%{version}-%{release}
1803
1804%description format-context-de
1805German ConTeXt format.
1806
1807%description format-context-de -l pl.UTF-8
1808Niemiecka wersja formatu ConTeXt.
1809
1810%package format-context-en
1811Summary: English ConTeXt format
1812Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1813Group: Applications/Publishing/TeX
1814Requires(post,postun): %{_bindir}/texhash
1815Requires: %{name}-context = %{epoch}:%{version}-%{release}
1816
1817%description format-context-en
1818English ConTeXt format.
1819
1820%description format-context-en -l pl.UTF-8
1821Angielska wersja formatu ConTeXt.
1822
1823%package format-context-nl
1824Summary: Dutch ConTeXt format
1825Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1826Group: Applications/Publishing/TeX
1827Requires(post,postun): %{_bindir}/texhash
1828Requires: %{name}-context = %{epoch}:%{version}-%{release}
1829
1830%description format-context-nl
1831Dutch ConTeXt format.
1832
1833%description format-context-nl -l pl.UTF-8
1834Holenderska wersja formatu ConTeXt.
1835
1836# LaTeX format.
1837
1838%package latex
1839Summary: LaTeX macro package basic files
1840Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1841Group: Applications/Publishing/TeX
60597425 1842Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1843Requires: %{name} = %{epoch}:%{version}-%{release}
1844Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1845Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1846Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1847# for misc/eurosym:
1848Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1849Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1850Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
e67df411 1851Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
5ff30b02 1852Suggests: %{name}-fonts-jknappen
fb2a8613 1853Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1854Obsoletes: tetex-bibtex-koma-script
1855Obsoletes: tetex-latex-SIunits
1856Obsoletes: tetex-latex-caption
1857Obsoletes: tetex-latex-curves
1858Obsoletes: tetex-latex-dinbrief
1859Obsoletes: tetex-latex-draftcopy
1860Obsoletes: tetex-latex-dvilj
1861Obsoletes: tetex-latex-eepic
1862Obsoletes: tetex-latex-endfloat
1863Obsoletes: tetex-latex-fancyhdr
1864Obsoletes: tetex-latex-fancyheadings
1865Obsoletes: tetex-latex-fancyvrb
1866Obsoletes: tetex-latex-fp
1867Obsoletes: tetex-latex-graphics
1868Obsoletes: tetex-latex-hyperref
1869Obsoletes: tetex-latex-koma-script
1870Obsoletes: tetex-latex-labels
1871Obsoletes: tetex-latex-listings
1872Obsoletes: tetex-latex-misc
1873Obsoletes: tetex-latex-ms
1874Obsoletes: tetex-latex-multirow
1875Obsoletes: tetex-latex-mwcls
1876Obsoletes: tetex-latex-mwdtools
1877Obsoletes: tetex-latex-natbib
1878Obsoletes: tetex-latex-ntgclass
1879Obsoletes: tetex-latex-oberdiek
1880Obsoletes: tetex-latex-pb-diagram
188cb15d 1881Obsoletes: tetex-latex-pstricks
d08789e0
ZU
1882Obsoletes: tetex-latex-revtex4
1883Obsoletes: tetex-latex-seminar
1884Obsoletes: tetex-latex-t2
1885Obsoletes: tetex-latex-titlesec
1886Obsoletes: tetex-latex-tools
1887Obsoletes: tetex-latex-units
1888Obsoletes: tetex-mwcls
1889Obsoletes: tetex-revtex4
1890
1891%description latex
1892LaTeX is a front end for the TeX text formatting system. Easier to use
1893than TeX, LaTeX is essentially a set of TeX macros which provide
1894convenient, predefined document formats for users.
1895
1896This package contains basic files.
1897
1898%description latex -l pl.UTF-8
1899LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1900łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1901dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1902
1903Ten pakiet zawiera podstawowe pliki.
1904
783773ac
ZU
1905%package latex-colortab
1906Summary: Shade cells of tables and halign
1907Group: Applications/Publishing/TeX
1908Requires(post,postun): %{_bindir}/texhash
1909Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1910
1911%description latex-colortab
1912Shade cells of tables and halign.
1913
6c82f497
ZU
1914%package latex-12many
1915Summary: Generalising mathematical index sets
1916Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1917Group: Applications/Publishing/TeX
6c82f497 1918Requires(post,postun): %{_bindir}/texhash
b4d68b39 1919Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1920
1921%description latex-12many
1922Generalising mathematical index sets.
1923
1924%description latex-12many -l hu.UTF-8
1925A matematikai halmazok indexelésének általánosítása.
1926
a8b381b0
ZU
1927%package latex-abstract
1928Summary: Control the typesetting of the abstract environment
1929Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1930Group: Applications/Publishing/TeX
fe66da27 1931Requires(post,postun): %{_bindir}/texhash
b4d68b39 1932Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1933
1934%description latex-abstract
1935Control the typesetting of the abstract environment.
1936
1937%description latex-abstract -l hu.UTF-8
1938Az "abstract" környezet szedésének irányítása.
1939
f1f5d194
ZU
1940%package latex-accfonts
1941Summary: Utilities to derive new fonts from existing ones
1942Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1943Group: Applications/Publishing/TeX
1944Requires(post,postun): %{_bindir}/texhash
1945
1946%description latex-accfonts
1947Utilities to derive new fonts from existing ones.
1948
1949%description latex-accfonts -l hu.UTF-8
1950Eszközök új betűtípusok származtatására már létezőkből.
1951
e88b5dcf
ZU
1952%package latex-adrconv
1953Summary: BibTeX styles to implement an address database
1954Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1955Group: Applications/Publishing/TeX
2fede27b 1956Requires(post,postun): %{_bindir}/texhash
78d53d8c 1957Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1958
1959%description latex-adrconv
1960BibTeX styles to implement an address database.
1961
1962%description latex-adrconv -l hu.UTF-8
1963BibTeX stílusok cím-adatbázis megvalósításához.
1964
1965
d08789e0
ZU
1966%package latex-ae
1967Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1968Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1969Group: Applications/Publishing/TeX
1970Requires(post,postun): %{_bindir}/texhash
1971Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1972Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1973
1974%description latex-ae
1975A set of virtual fonts which emulates T1 coded fonts using the
1976standard CM fonts. The package is called AE fonts (for Almost
1977European). The main use of the package is to produce PDF files using
1978versions of the CM fonts instead of the bitmapped EC fonts.
1979
1980%description latex-ae -l pl.UTF-8
1981Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1982standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1983- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1984 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1985 bitmapowych fontów EC.
1986
1987%package latex-algorithms
1988Summary: Floating algorithm environment
1989Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1990Group: Applications/Publishing/TeX
1991Requires(post,postun): /usr/bin/texhash
1992Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1993
1994%description latex-algorithms
1995Defines a floating algorithm environment designed to work with the
1996algorithmic package.
1997
1998%description latex-algorithms -l pl.UTF-8
1999Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
2000do pracy z pakietem algorithmic.
2001
2002%package latex-ams
2003Summary: AMS math facilities for LaTeX
2004Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
2005Group: Applications/Publishing/TeX
2006Requires(post,postun): %{_bindir}/texhash
2007Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
2008Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2009Obsoletes: tetex-latex-amscls
2010Obsoletes: tetex-latex-amsfonts
2011Obsoletes: tetex-latex-amsmath
2012
2013%description latex-ams
2014This package is the principal package in the AMS-LaTeX distribution.
2015It adapts for use in LaTeX most of the mathematical features found in
2016AMS-TeX.
2017
2018%description latex-ams -l pl.UTF-8
2019To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
2020możliwości matematycznych AMS-TeXa do używania w LaTeXu.
2021
2022%package latex-antp
2023Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2024Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
2025Group: Applications/Publishing/TeX
2026Requires(post,postun): %{_bindir}/texhash
2027Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
2028Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2029
2030%description latex-antp
2031A replica of Antykwa Poltawskiego font in PostScript Type 1 format
2032- -- preliminary version. This font was designed in the 'twenties and
2033 the 'thirties of XX century by a Polish graphic artist and a
2034 typographer Adam Poltawski. It was widely used by Polish printing
2035 houses as long as metal types were in use (until ca the 'sixties).
2036 Perhaps the first complete font family programmed and parametrized in
2037 METAPOST.
2038
2039%description latex-antp -l pl.UTF-8
2040Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
2041PostScript Type 1. Ten krój został opracowany w latach 30-tych i
204240-tych XX wieku przez polskiego grafika i typografa Adama
2043Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
2044używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
2045kompletna rodzina fontów zaprogramowana i zparametryzowana w
2046METAPOSCIE.
2047
2048%package latex-antt
2049Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2050Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
2051Group: Applications/Publishing/TeX
2052Requires(post,postun): %{_bindir}/texhash
2053Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
2054Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2055
2056%description latex-antt
2057Antykwa Torunska is a serif font designed by the late Polish
2058typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
20591.
2060
2061%description latex-antt -l pl.UTF-8
2062Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
2063typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
2064postać cyfrową jako Type 1.
2065
e88b5dcf
ZU
2066%package latex-appendix
2067Summary: Extra control of appendices
2068Summary(hu.UTF-8): Az appendixek nagyobb irányítása
2069Group: Applications/Publishing/TeX
2070Requires(post,postun): %{_bindir}/texhash
78d53d8c 2071Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
2072
2073%description latex-appendix
2074Extra control of appendices.
2075
2076%description latex-appendix -l hu.UTF-8
2077Az appendixek nagyobb irányítása.
2078
de260d32
ZU
2079# %package latex-backgammon # Summary: LaTeX package to documenting
2080backgammon games # Summary(hu.UTF-8): LaTeX csomag backgammon játékok
2081dokumentálására # Group: Applications/Publishing/TeX #
2082Requires(post,postun): %{_bindir}/texhash # Requires: %{name}-latex =
2083%{epoch}:%{version}-%{release} # # %description latex-backgammon #
2084LaTeX package to documenting backgammon games. # # %description
2085latex-backgammon -l hu.UTF-8 # LaTeX csomag backgammon játékok
2086dokumentálására
b4d68b39 2087
d08789e0
ZU
2088%package latex-bbm
2089Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
2090Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
2091Group: Applications/Publishing/TeX
2092Requires(post,postun): %{_bindir}/texhash
2093Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2094Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2095
2096%description latex-bbm
2097Blackboard variant fonts for Computer Modern, with LaTeX support.
2098
2099%description latex-bbm -l pl.UTF-8
2100Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2101
6c82f497
ZU
2102%package latex-bardiag
2103Summary: LateX package for drawing bar diagrams
2104Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
2105Group: Applications/Publishing/TeX
2106Requires(post,postun): %{_bindir}/texhash
2107
2108%description latex-bardiag
2109LateX package for drawing bar diagrams.
2110
2111%description latex-bardiag -l hu.UTF-8
2112LaTeX csomag oszlopdiagramok rajzolására.
2113
d08789e0
ZU
2114%package latex-bbold
2115Summary: Sans serif blackboard bold for LaTeX
2116Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2117Group: Applications/Publishing/TeX
2118Requires(post,postun): %{_bindir}/texhash
2119Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2120Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2121
2122%description latex-bbold
2123A geometric sans serif blackboard bold font, for use in mathematics.
2124
2125%description latex-bbold -l pl.UTF-8
2126Geometryczny tablicowy tłusty font sans serif, do używania w
2127matematyce.
2128
2129%package latex-bibtex
2130Summary: Bibliography management for LaTeX
2131Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2132Group: Applications/Publishing/TeX
2133Requires(post,postun): %{_bindir}/texhash
2134Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2135Obsoletes: tetex-bibtex
2136Obsoletes: tetex-natbib
2137Obsoletes: tetex-rubibtex
2138
2139%description latex-bibtex
2140Bibliography management for LaTeX.
2141
2142%description latex-bibtex -l pl.UTF-8
2143Zarządzanie bibliografią dla LaTeXa.
2144
b4d68b39
ZU
2145%package latex-beamer
2146Summary: A LaTeX class for producing presentations and slides
2147Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2148Group: Applications/Publishing/TeX
2149Requires(post,postun): %{_bindir}/texhash
2150Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2151
2152%description latex-beamer
2153A LaTeX class for producing presentations and slides.
2154
2155%description latex-beamer -l hu.UTF-8
2156LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2157
2fede27b
ZU
2158%package latex-bezos
2159Summary: Packages by Javier Bezos (additional math tools)
2160Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2161Group: Applications/Publishing/TeX
2162Requires(post,postun): %{_bindir}/texhash
78d53d8c 2163Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2164
2165%description latex-bezos
2166Packages by Javier Bezos (additional math tools).
2167
ca8b4816 2168%description latex-bezos -l hu.UTF-8
2fede27b
ZU
2169Javier Bezos csomagjai (további matematikai eszközök).
2170
d08789e0
ZU
2171%package latex-bibtex-ams
2172Summary: BibTeX style files for American Mathematical Society publications
2173Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2174Group: Applications/Publishing/TeX
2175Requires(post,postun): %{_bindir}/texhash
2176Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2177Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2178Obsoletes: tetex-bibtex-ams
2179
2180%description latex-bibtex-ams
2181BibTeX style files for American Mathematical Society publications.
2182
2183%description latex-bibtex-ams -l pl.UTF-8
2184Pliki stylów BibTeXa do publikacji American Mathematical Society.
2185
2186%package latex-bibtex-dk
2187Summary: Danish variants of the standard BibTeX styles
2188Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2189Group: Applications/Publishing/TeX
2190Requires(post,postun): /usr/bin/texhash
2191Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2192
2193%description latex-bibtex-dk
2194Dk-bib is a translation of the four standard BibTeX style files
2195(abbrv, alpha, plain and unsrt) into Danish. The files have been
2196extended with ISBN, ISSN and URL fields which can be enabled through a
2197LaTeX style file.
2198
2199%description latex-bibtex-dk -l pl.UTF-8
2200Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2201(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2202rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2203stylu LaTeXa.
2204
2205%package latex-bibtex-nor
2206Summary: Norwegian variants of the standard BibTeX styles
2207Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2208Group: Applications/Publishing/TeX
2209Requires(post,postun): /usr/bin/texhash
2210Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2211
2212%description latex-bibtex-nor
2213Norwegian variants of the standard BibTeX styles.
2214
2215%description latex-bibtex-nor -l pl.UTF-8
2216Norweskie warianty standardowych stylów BibTeXa.
2217
2218%package latex-bibtex-pl
2219Summary: Polish bibliography management for LaTeX
2220Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2221Group: Applications/Publishing/TeX
2222Requires(post,postun): %{_bindir}/texhash
2223Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2224Obsoletes: tetex-bibtex-plbib
2225
2226%description latex-bibtex-pl
2227Polish bibliography management for LaTeX.
2228
2229%description latex-bibtex-pl -l pl.UTF-8
2230Polska wersja zarządzania bibliografią dla LaTeXa.
2231
2232%package latex-bibtex-german
2233Summary: German variants of standard BibTeX styles
2234Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2235Group: Applications/Publishing/TeX
2236Requires(post,postun): %{_bindir}/texhash
2237Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2238Obsoletes: tetex-bibtex-germbib
2239
2240%description latex-bibtex-german
2241German variants of standard BibTeX styles.
2242
2243%description latex-bibtex-german -l pl.UTF-8
2244Niemieckie wersje standardowych stylów BibTeXa.
2245
2246%package latex-bibtex-revtex4
2247Summary: BibTeX styles for REVTeX4
2248Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2249Group: Applications/Publishing/TeX
2250Requires(post,postun): %{_bindir}/texhash
2251Requires: %{name} = %{epoch}:%{version}-%{release}
2252Obsoletes: tetex-bibtex-revtex4
2253
2254%description latex-bibtex-revtex4
2255BibTeX styles for REVTeX4.
2256
2257%description latex-bibtex-revtex4 -l pl.UTF-8
2258Style BibTeXa dla REVTeX4.
2259
2260%package latex-bibtex-jurabib
2261Summary: Extended BibTeX citation support for the humanities and legal texts
2262Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2263Group: Applications/Publishing/TeX
2264Requires(post,postun): %{_bindir}/texhash
2265Requires: %{name} = %{epoch}:%{version}-%{release}
2266Obsoletes: tetex-bibtex-jurabib
2267
2268%description latex-bibtex-jurabib
2269Extended BibTeX citation support for the humanities and legal texts.
2270
2271%description latex-bibtex-jurabib -l pl.UTF-8
2272Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2273prawniczych.
2274
33b3b483
ZU
2275%package latex-bibtex-styles
2276Summary: Various BibTeX styles
2277Summary(hu.UTF-8): Vegyes BibTeX stílusok
2278Group: Applications/Publishing/TeX
2279Requires(post,postun): %{_bindir}/texhash
2280Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2281
2282%description latex-bibtex-styles
2283Various BibTeX styles.
2284
2285%description latex-bibtex-styles -l hu.UTF-8
2286Vegyes BibTeX stílusok.
2287
435dbdfa
ZU
2288%package latex-bibtex-vancouver
2289Summary: Bibliographic style file for Biomedical Journals
b5f33174 2290Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2291Group: Applications/Publishing/TeX
435dbdfa 2292Requires(post,postun): %{_bindir}/texhash
33b3b483 2293Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2294
b5f33174 2295%description latex-bibtex-vancouver
435dbdfa 2296Bibliographic style file for Biomedical Journals.
2fede27b 2297
b5f33174
ZU
2298%description latex-bibtex-vancouver -l hu.UTF-8
2299Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2300
2fede27b
ZU
2301%package latex-booktabs
2302Summary: Publication quality tables in LaTeX
2303Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2304Group: Applications/Publishing/TeX
2305Requires(post,postun): %{_bindir}/texhash
78d53d8c 2306Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2307
2308%description latex-booktabs
2309Publication quality tables in LaTeX.
2310
2311%description latex-booktabs -l hu.UTF-8
2312Nyomdai minőségű táblázatok LaTeX-ben.
2313
2314
2315%package latex-caption
2316Summary: Customising captions in floating environments
2317Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2318Group: Applications/Publishing/TeX
2319Requires(post,postun): %{_bindir}/texhash
78d53d8c 2320Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2321
2322%description latex-caption
2323Customising captions in floating environments.
2324
2325%description latex-caption -l hu.UTF-8
2326Feliratok testreszabása úszó környezetekben.
2327
d08789e0
ZU
2328%package latex-carlisle
2329Summary: Miscellaneous small packages by David Carlisle
2330Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2331Group: Applications/Publishing/TeX
2332Requires(post,postun): %{_bindir}/texhash
2333Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2334
2335%description latex-carlisle
2336Miscellaneous small packages by David Carlisle.
2337
2338%description latex-carlisle -l pl.UTF-8
2339Różne małe pakiety autorstwa Davida Carlisle.
2340
2341%package latex-ccfonts
2342Summary: Support for Concrete text and math fonts in LaTeX
2343Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2344Group: Applications/Publishing/TeX
2345Requires(post,postun): %{_bindir}/texhash
2346Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2347
2348%description latex-ccfonts
2349LaTeX font definition files for the Concrete fonts and a LaTeX package
2350for typesetting documents using Concrete as the default font family.
2351The files support OT1, T1, TS1, and Concrete math including AMS fonts
2352(Ulrik Vieth's concmath).
2353
2354%description latex-ccfonts -l pl.UTF-8
2355Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2356LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2357rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2358Concrete wraz z AMS (concmath Ulrika Vietha).
2359
2360%package latex-cite
2361Summary: Supports compressed, sorted lists of numerical citations
2362Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2363Group: Applications/Publishing/TeX
2364Requires(post,postun): %{_bindir}/texhash
2365Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2366
2367%description latex-cite
2368Supports compressed, sorted lists of numerical citations.
2369
2370%description latex-cite -l pl.UTF-8
2371Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2372
2373%package latex-cmbright
2374Summary: Support for CM Bright fonts in LaTeX
2375Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2376Group: Applications/Publishing/TeX
2377Requires(post,postun): %{_bindir}/texhash
2378Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2379Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2380
2381%description latex-cmbright
2382A family of sans serif fonts for TeX and LaTeX, based on Donald
2383Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2384various shapes as well as all the fonts necessary for mathematical
2385typesetting, incl. AMS symbols. This collection provides all the
2386necessary files for using the fonts with LaTeX.
2387
2388%description latex-cmbright -l pl.UTF-8
2389Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2390Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2391kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2392symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2393używania fontów w LaTeXu.
2394
2fede27b
ZU
2395%package latex-comment
2396Summary: Selectively include/excludes portions of text
2397Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2398Group: Applications/Publishing/TeX
2399Requires(post,postun): %{_bindir}/texhash
78d53d8c 2400Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2401
2402%description latex-comment
2403Selectively include/excludes portions of text.
2404
2405%description latex-comment -l hu.UTF-8
2406A szöveg részeinek beillesztése/kihagyása.
2407
d08789e0
ZU
2408%package latex-concmath
2409Summary: LaTeX package and font definition files to access the Concrete math fonts
2410Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2411Group: Applications/Publishing/TeX
2412Requires(post,postun): %{_bindir}/texhash
2413Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2414Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2415
2416%description latex-concmath
2417LaTeX package and font definition files to access the Concrete math
2418fonts, which were derived from Computer Modern math fonts using
2419parameters from Concrete Roman text fonts.
2420
2421%description latex-concmath -l pl.UTF-8
2422Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2423matematyczne Concrete wywodzące się z fontów matematycznych Computer
2424Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2425Roman.
2426
2fede27b
ZU
2427%package latex-currvita
2428Summary: Typeset a curriculum vitae
2429Summary(hu.UTF-8): Önéletrajzok írása
2430Group: Applications/Publishing/TeX
2431Requires(post,postun): %{_bindir}/texhash
78d53d8c 2432Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2433
2434%description latex-currvita
2435Typeset a curriculum vitae.
2436
2437%description latex-currvita -l hu.UTF-8
2438Önéletrajzok írása.
2439
2440%package latex-curves
2441Summary: Curves for LaTeX picture environment
2442Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2443Group: Applications/Publishing/TeX
2444Requires(post,postun): %{_bindir}/texhash
78d53d8c 2445Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2446
2447%description latex-curves
2448Curves for LaTeX picture environment.
2449
2450%description latex-curves -l hu.UTF-8
2451Görbék LaTeX picture környezetébe.
2452
d08789e0
ZU
2453%package latex-custom-bib
2454Summary: Customized BibTeX styles for LaTeX
2455Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2456Group: Applications/Publishing/TeX
2457Requires(post,postun): %{_bindir}/texhash
2458Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2459
2460%description latex-custom-bib
2461Package generating customized BibTeX bibliography styles from a
2462generic file using docstrip. Includes support for the Harvard style.
2463
2464%description latex-custom-bib -l pl.UTF-8
2465Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2466pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2467
2468%package latex-cyrillic
2469Summary: LaTeX Cyrillic support
2470Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2471Group: Applications/Publishing/TeX
2472Requires(post,postun): %{_bindir}/texhash
2473Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2474
2475%description latex-cyrillic
2476LaTeX Cyrillic support.
2477
2478%description latex-cyrillic -l pl.UTF-8
2479Obsługa cyrylicy dla LaTeXa.
2480
b280f158
ZU
2481%package latex-dstroke
2482Summary: LaTeX doublestroke font
2483Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2484Group: Applications/Publishing/TeX
2485Requires(post,postun): %{_bindir}/texhash
2486Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2487Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2488
2489%description latex-dstroke
2490Doublestroke font for typesetting the mathematical symbols for the
2491natural numbers, whole numbers, rational numbers, real numbers and
2492complex numbers.
2493
2494%description latex-dstroke -l pl.UTF-8
2495Podwójnie kreślony font do składania symboli matematycznych liczb
2496naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2497
60597425
ZU
2498%package latex-enumitem
2499Summary: A package to customize the three basic lists
2500Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2501Group: Applications/Publishing/TeX
2502Requires(post,postun): %{_bindir}/texhash
78d53d8c 2503Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2504
2505%description latex-enumitem
2506A package to customize the three basic lists (enumerate, itemize and
2507description).
2508
ca8b4816 2509%description latex-enumitem -l hu.UTF-8
60597425
ZU
2510Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2511(enumerate, itemize, description).
2512
2b453bda
ZU
2513%package latex-exam
2514Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2515Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2516Group: Applications/Publishing/TeX
fe66da27 2517Requires(post,postun): %{_bindir}/texhash
78d53d8c 2518Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2519
2520%description latex-exam
2521The exam document class attempts to make it easy for even a LaTeX
2522novice to prepare exams.
2523
2524%description latex-exam -l hu.UTF-8
2525Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2526feladatsorok készítése.
2527
b916bc39
ZU
2528%package latex-float
2529Summary: Tools to manipulate float objects
2530Summary(hu.UTF-8): Eszközök úszó objektuomok kezeléséhez
2531Group: Applications/Publishing/TeX
2532Requires(post,postun): %{_bindir}/texhash
2533Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2534
2535%description latex-float
2536Tools to manipulate float objects.
2537
2538%description latex-float -l hu.UTF-8
2539Eszközök úszó objektuomok kezeléséhez.
2540
247457ba
ZU
2541%package latex-formlett
2542Summary: Letters to multiple recipients
2543Summary(hu.UTF-8): Levél több címzettnek ("körlevél")
2544Group: Applications/Publishing/TeX
2545Requires(post,postun): %{_bindir}/texhash
2546Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2547
2548%description latex-formlett
2549Letters to multiple recipients.
2550
2551%description latex-formlett -l hu.UTF-8
2552Levél több címzettnek ("körlevél").
2553
c9ddaf2d
ZU
2554%package latex-formular
2555Summary: Create forms containing field for manual entry
2556Summary(hu.UTF-8): Kézzel kitöltendő űrlapok készítése
2557Group: Applications/Publishing/TeX
2558Requires(post,postun): %{_bindir}/texhash
2559Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2560
2561%description latex-formular
2562Create forms containing field for manual entry.
2563
2564%description latex-formular -l hu.UTF-8
2565Kézzel kitöltendő űrlapok készítése.
2566
247457ba
ZU
2567%package latex-examdesign
2568Summary: LaTeX class for typesetting exams
2569Summary(hu.UTF-8): LaTeX osztály dolgozatok szedésére
2570Group: Applications/Publishing/TeX
2571Requires(post,postun): %{_bindir}/texhash
2572Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2573
2574%description latex-examdesign
2575LaTeX class for typesetting exams.
2576
187f5494 2577%description latex-examdesign -l hu.UTF-8
247457ba
ZU
2578LaTeX osztály dolgozatok szedésére.
2579
f1f5d194
ZU
2580%package latex-gbrief
2581Summary: Letter document class
2582Summary(hu.UTF-8): Levél dokumentumosztály
2583Group: Applications/Publishing/TeX
2584Requires(post,postun): %{_bindir}/texhash
2585Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2586
2587%description latex-gbrief
2588Letter document class.
2589
2590%description latex-gbrief -l hu.UTF-8
2591Levél dokumentumosztály.
2592
2b453bda 2593
d08789e0
ZU
2594%package latex-jknappen
2595Summary: Miscellaneous packages by Joerg Knappen
2596Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2597Group: Applications/Publishing/TeX
2598Requires(post,postun): %{_bindir}/texhash
2599Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2600Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2601
2602%description latex-jknappen
2603Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2604Knappen, including sgmlcmpt.
2605
2606%description latex-jknappen -l pl.UTF-8
2607Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2608Knappena. Zawiera sgmlcmpt.
2609
d19eaaab
ZU
2610%package latex-keystroke
2611Summary: Graphical representation of keys on keyboard
2612Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2613Group: Applications/Publishing/TeX
2614Requires(post,postun): %{_bindir}/texhash
2615Requires: %{name}-latex
2616
2617%description latex-keystroke
2618Graphical representation of keys on keyboard.
2619
2620%description latex-keystroke -l hu.UTF-8
2621A billentyűk grafikus megjelenítése.
2622
2623
2624%package latex-labbook
2625Summary: Typeset laboratory journals
2626Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2627Group: Applications/Publishing/TeX
2628Requires(post,postun): %{_bindir}/texhash
2629Requires: %{name}-latex
2630
2631%description latex-labbook
2632Typeset laboratory journals.
2633
2634%description latex-labbook -l hu.UTF-8
2635Laborjegyzőkönyvek szedése.
2636
2637%package latex-lcd
2638Summary: Alphanumerical LCD-style displays
f65b3398 2639Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2640Group: Applications/Publishing/TeX
2641Requires(post,postun): %{_bindir}/texhash
2642Requires: %{name}-latex
2643
2644%description latex-lcd
2645Alphanumerical LCD-style displays.
2646
2647%description latex-lcd -l hu.UTF-8
f65b3398 2648Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2649
2650%package latex-leaflet
2651Summary: Create small handouts (flyers)
2652Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2653Group: Applications/Publishing/TeX
2654Requires(post,postun): %{_bindir}/texhash
2655Requires: %{name}-latex
2656
2657%description latex-leaflet
2658Create small handouts (flyers).
2659
2660%description latex-leaflet -l hu.UTF-8
2661Kis "kézikönyvek" készítése (brossúrák).
2662
f1f5d194
ZU
2663%package latex-leftidx
2664Summary: Left and right subscripts and superscripts in math mode
2665Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2666Group: Applications/Publishing/TeX
2667Requires(post,postun): %{_bindir}/texhash
2668Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2669
7b6c7caa
ZU
2670%description latex-leftidx
2671Left and right subscripts and superscripts in math mode.
2672
2673%description latex-leftidx -l hu.UTF-8
2674Bal és jobboldali alsó és felső indexek matematikai módban.
2675
d19eaaab
ZU
2676
2677%package latex-lewis
2678Summary: Draw Lewis structures (chemistry)
2679Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2680Group: Applications/Publishing/TeX
2681Requires(post,postun): %{_bindir}/texhash
2682Requires: %{name}-latex
2683
2684%description latex-lewis
2685Draw Lewis structures (chemistry).
2686
2687%description latex-lewis -l hu.UTF-8
2688Lewis struktúrák készítése (kémia).
2689
d08789e0
ZU
2690%package latex-lm
2691Summary: LaTeX styles for Latin Modern family fonts
2692Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2693Group: Applications/Publishing/TeX
2694Requires(post,postun): /usr/bin/texhash
2695Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2696Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2697
2698%description latex-lm
2699Latin Modern family of fonts, based on the Computer Modern fonts
2700released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2701lot of additional characters, mainly accented ones, but not only.
2702There is a one set of PostScript fonts and four sets of TeX Font
2703Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2704encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2705Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2706potential user knows what to do with all these files. The author is
2707Boguslaw Jackowski.
2708
2709%description latex-lm -l pl.UTF-8
2710Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2711przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2712Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2713Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2714Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2715QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2716(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2717(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2718tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2719
a8b381b0
ZU
2720%package latex-lastpage
2721Summary: Reference last page for "Page N of M" type footers
2722Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2723Group: Applications/Publishing/TeX
fe66da27 2724Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2725
2726%description latex-lastpage
2727Reference last page for Page N of M type footers.
2728
2729%description latex-lastpage -l hu.UTF-8
2730Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2731
d08789e0
ZU
2732%package latex-lineno
2733Summary: Line numbers on paragraphs
2734Summary(pl.UTF-8): Numery linii dla paragrafów
2735Group: Applications/Publishing/TeX
2736Requires(post,postun): /usr/bin/texhash
2737Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2738
2739%description latex-lineno
2740The LaTeX package lineno.sty provides line numbers on paragraphs.
2741After TeX has broken a paragraph into lines there will be line numbers
2742attached to them, with the possibility to make references through the
2743LaTeX \ref, \pageref cross reference mechanism.
2744
2745%description latex-lineno -l pl.UTF-8
2746Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2747paragrafu na linie przez TeXa do linii dołączane są ich numery z
2748możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2749\ref i \pageref.
2750
2e9c3e45
ZU
2751%package latex-games
2752Summary: Packages for typesetting games
2753Summary(hu.UTF-8): Játékok szedése
2754Group: Applications/Publishing/TeX
2755Requires(post,postun): %{_bindir}/texhash
2756Requires: %{name}-latex
2757
2758%description latex-games
b9c820f8 2759Chess, chinese chess, crosswords, go, backgammon and more.
2e9c3e45
ZU
2760
2761%description latex-games -l hu.UTF-8
b9c820f8 2762Sakk, kínai sakk, keresztrejtvények, go, backgammon és még sok más.
1d337b0e
ZU
2763
2764%package latex-extend
2765Summary: Extensions, patches, improvements of main LaTeX styles, environments
2766Summary(hu.UTF-8): Az alap LaTeX stílusok, környezetek, stb. bővítései, foltjai
2767Group: Applications/Publishing/TeX
2768Requires(post,postun): %{_bindir}/texhash
2769Requires: %{name}-latex
2770
2771%description latex-extend
2772This package contains:
2773- addlines: a user-friendly wrapper around \enlargethispage.
2774- alnumsec: alphanumeric section numbering.
2775- arydshln: horizontal and vertical dashed lines in arrays and
2776 tabulars
2777- babelbib: multilingual bibliographies.
2778- bibtopicprefix: prefix references to bibliographies produced by
2779 bibtopic.
2780- boites: boxes that may break across pages
2781- booklet: aids for printing simple booklets.
2782- bullcntr: display list item counter as regular pattern of bullets.
2783- chappg: page numbering by chapter.
2784- cjw: a bundle of packages and classes.
2785- clefval: key/value support with a hash.
2786- colortbl: add colour to LaTeX tables.
2787- combine: bundle individual documents into a single document.
2788- contour: print a coloured contour around text.
2789- ctable: easily typeset centered tables.
2790- curve2e: extensions for package pict2e.
de260d32
ZU
2791- dashbox: draw dashed boxes.
2792- dashline: draw dashed rules.
2793- etaremune: reverse-counting enumerate environment.
de260d32 2794- expdlist: expanded description environments.
c82fac6f 2795- HA-prosper: patches and improvements for prosper.
f4f1ef6b
ZU
2796- listliketab: typeset lists as tables.
2797- ltablex: table package extensions.
c82fac6f 2798- marginnote: notes in the margin, even where \marginpar fails
7ac8a96b 2799- notes2bib: integrating notes into the bibliography.
f4f1ef6b 2800- underlin: underlined running heads.
1d337b0e
ZU
2801
2802%description latex-extend -l hu.UTF-8
2803Ez a csomag a következőket tartalmazza:
2804- addlines: felhasználóbarát wrapper \enlargethispage-hez
2805- alnumsec: alfanumerikus section számozás
2806- arydshln: vízszintes és függőleges pontozott vonalak array és
2807 tabular környezetkben
2808- babelbib: többnyelvű bibliográfiák
2809- bibtopicprefix: prefix hivatkozás bibtopic által készített
2810 bibliográfiára
2811- boites: dobozok, amelyek törhetők oldalak között
2812- booklet: booklet formátumban történő nyomtatás
2813- bullcntr: lista elemek számlálójának megjelenítése mint...
2814- chappg: oldalszámozás chapter alapján
2815- cjw: csomagok és osztályok tömkelege
2816- clefval: kulcs/érték párok hash-sel
2817- colortbl: színek LaTeX táblázatokban
2818- combine: külön dokumentumok eggyé fűzése
2819- contour: színes kontúr nyomtatása szöveg körül
2820- ctable: középre igazított táblázatok szedése
2821- curve2e: pict2e csomaghoz kiegészítések
de260d32
ZU
2822- dashbox: pontozott dobozok
2823- dashline: pontozott vonalak
2824- etaremune: visszafele sorszámazó enumerate környezet
2825- expdlist: kibővített description környezetek
1d337b0e 2826- HA-prosper: foltok és bővítések a prosper-hez
f4f1ef6b
ZU
2827- listliketab: listák táblázatként szedése
2828- ltablex: table csomag kiegészítése
c82fac6f 2829- marginnote: széljegyzetek, ott is, ahol a \marginpar hibázik
7ac8a96b 2830- notes2bib: megjegyzések elhelyezése bibliográfiába
f4f1ef6b 2831- underlin: aláhúzott élőfej
2e9c3e45 2832
6bc47e19
ZU
2833%package latex-effects
2834Summary: Additional effects to fonts, texts...
2835Summary(hu.UTF-8): További effektek betűkhöz, szövegekhez,...
2836Group: Applications/Publishing/TeX
2837Requires(post,postun): %{_bindir}/texhash
2838Requires: %{name}-latex
2839
2840%description latex-effects
2841This package contains:
2842- arcs: draw arcs over and under text
2843- blowup: upscale or downscale all pages of a document.
2844- changebar: generate changebars in LaTeX documents.
2845- draftwatermark: put a grey textual watermark on document pages.
2846- flippdf: horizontal flipping of pages with pdfLaTeX.
2847- flowfram: create text frames for posters, brochures or magazines.
2848- isorot: rotation of document elements.
2849- lettrine: typeset dropped capitals.
2850
2851%description latex-effects -l hu.UTF-8
2852Ez a csomag a következőket tartalmazza:
2853- arcs: ívek rajzolása szöveg fölé és alá
2854- blowup: a dokumentum összes oldalának nagyítása vagy kicsinyítése
2855- changebar: oldalsávok készítése LaTeX dokumentumokban
2856- draftwatermark: szürke szöveges vízjel a dokumentum oldalaira
2857- flippdf: oldalak vízszintes tükrözése pdfLaTeX-hel
2858- flowfram: szövegkeretek poszterekhez, brossúrákhoz vagy magazinokhoz
2859- isorot: dokumentum-elemek forgatása
2860- lettrine: ejtett kapitálisok szedése
2861
b916bc39
ZU
2862%package latex-math-sources
2863Summary: Sources of latex-math
2864Summary(hu.UTF-8): A latex-math forrása
2865Group: Applications/Publishing/TeX
2866
2867%description latex-math-sources
2868Sources of latex-math.
2869
2870%description latex-math-sources -l hu.UTF-8
2871A latex-math forrása.
2872
2e9c3e45
ZU
2873%package latex-math
2874Summary: Mathematical packages
2875Summary(hu.UTF-8): Matematikai csomagok
2876Group: Applications/Publishing/TeX
2877Requires(post,postun): %{_bindir}/texhash
2878Requires: %{name}-latex
b9c820f8
ZU
2879# gnuplottex needs gnuplot
2880Requires: gnuplot
2e9c3e45
ZU
2881
2882%description latex-math
2883This package contains:
2884- bez123: Support for Bezier curves.
2885- binomexp: Calculate Pascal's triangle
1d337b0e 2886- cmll: symbols for linear logic.
6bc47e19 2887- constants: automatic numbering of constants.
2e9c3e45 2888- coordsys: draw cartesian coordinate systems.
de260d32 2889- dotseqn: flush left equations with dotted leaders to the numbers.
2e9c3e45
ZU
2890- egplot: encapsulate Gnuplot sources in LaTeX documents.
2891- eqlist: description lists with equal indentation.
2892- eqnarray: more generalised equation arrays with numbering.
2893- esdiff: simplify typesetting of derivatives.
2894- esvect: vector arrows.
2895- extpfeil: extensible arrows in mathematics
2896- faktor: typeset quotient structures with LaTeX.
b9c820f8 2897- fouridx: left sub- and superscripts in maths mode.
de260d32 2898- functan: macros for functional analysis and PDE theory
b9c820f8
ZU
2899- galois: typeset Galois connections.
2900- gnuplottex: embed Gnuplot commands in LaTeX documents.
2901- hhtensor: print vectors, matrices, and tensors.
7ac8a96b 2902- logpap: generate logarithmic graph paper with LaTeX.
c82fac6f
ZU
2903- makeplot: easy plots from Matlab in LaTeX.
2904- mfpic4ode: macros to draw direction fields and solutions of ODEs.
7ac8a96b
ZU
2905- mhequ: multicolumn equations, tags, labels, sub-numbering.
2906- mhs: historical mathematics.
2907- nath: natural mathematics notation.
b9c820f8 2908- noitcrul: improved underlines in mathematics.
7ac8a96b 2909- numprint: print numbers with separators and exponent if necessary.
2e9c3e45 2910- permute: support for symmetric groups.
7ac8a96b
ZU
2911- qsymbols: maths symbol abbreviations.
2912- sseq: spectral sequence diagrams.
2913- subdepth: unify maths subscript height.
2914- subeqn: package for subequation numbering.
2915- subeqnarray: equation array with sub numbering.
f4f1ef6b 2916- trsym: symbols for transformations.
7ac8a96b 2917- ulsy: extra mathematical characters.
2e9c3e45
ZU
2918
2919%description latex-math -l hu.UTF-8
2920Ez a csomag a következőket tartalmazza:
2921- bez123: Bezier-görbék
2922- binomexp: Pascal-háromszög számítása
1d337b0e 2923- cmll: szimbólumok lineáris logikához
6bc47e19 2924- constants: változók automatikus sorszámozása
2e9c3e45 2925- coordsys: Descartes-féle koordinátarendszerek rajzolása
de260d32 2926- dotseqn: TODO
2e9c3e45
ZU
2927- egplot: Gnuplot források LaTeX dokumentumokba ágyazása
2928- eqlist: leíró lista egyenlő behúzással
2929- eqnarray: általánosabb egyenlet-rendszer sorszámozással
2930- esdiff: deriváltak bevitele
2931- esvect: vektornyilak
2932- extpfeil: bővíthető nyilak matematikában
2933- faktor: hányados struktúrák LaTeX-hel
b9c820f8 2934- fouridx: alsó és felső indexek bal oldalon matematikai módban
de260d32 2935- functan: funkcionálanalízés és PDE elmélethez makrók
b9c820f8
ZU
2936- galois: Galois kapcsolatok szedése
2937- gnuplottex: Gnuplot parancsok beágyazása LaTeX dokumentumokba
2938- hhtensor: vetkorok, mátrixok és tenzorok nyomtatása
7ac8a96b 2939- logpap: logaritmikus grafikonok
c82fac6f
ZU
2940- makeplot: könnyű ábrázolások Matlab-ból LaTeX-be
2941- mfpic4ode: differenciálegyenletek megoldásainak ábrázolása
7ac8a96b
ZU
2942- mhequ: többoszlopos egyenletek, cimkék, al-sorszámozás
2943- mhs: történelmi matematika
2944- nath: természetes matematikai jelölés
b9c820f8 2945- noitcrul: kibővített aláhúzások matematikában
7ac8a96b 2946- numprint: számok írása elválasztókkal és kitevőkkel, ha szükséges
2e9c3e45 2947- permute: szimmetriacsoportok
7ac8a96b
ZU
2948- qsymbols: matematikai szimbólumok rövidítése
2949- sseq: spectral sequence diagrams.
2950- subdepth: matematikai indexek méretének egységesítése
2951- subeqn: alegyenletek sorszámozása
2952- subeqnarray: egyenletek al-sorszámozása
f4f1ef6b 2953- trsym: szimbólumok transzformációkhoz
7ac8a96b 2954- ulsy: extra matematikai karakterek
2e9c3e45 2955
de260d32
ZU
2956%package latex-misc
2957Summary: Misc packages
2958Summary(hu.UTF-8): Vegyes csomagok
2959Group: Applications/Publishing/TeX
2960Requires(post,postun): %{_bindir}/texhash
2961Requires: %{name}-latex
2962
2963%description latex-misc
2964This packages contains:
2965- cooking: typeset recipes.
2966- cuisine: typeset recipes.
2967- fixme: insert "fixme" notes into draft documents.
2968- recipecard: typeset recipes in note-card-sized boxes.
2969
2970%description latex-misc -l hu.UTF-8
2971Ez a csomag a következőket tartalmazza:
2972- cooking: receptek szedése
2973- cuisine: receptek szedése
2974- fixme: "fixme" megjegyzések elhelyezése
2975- recipecard: receptek szedése jegyzet-méretű dobozokba
2976
1d337b0e
ZU
2977%package latex-music
2978Summary: Musical packages
2979Summary(hu.UTF-8): Zenei csomagok
2980Group: Applications/Publishing/TeX
2981Requires(post,postun): %{_bindir}/texhash
2982Requires: %{name}-latex
2983
2984%description latex-music
2985This package contains:
2986- abc: support ABC music notation in LaTeX.
2987- guitar: guitar chords and song texts.
c82fac6f 2988- songbook: package for typesetting song lyrics and chord books.
1d337b0e
ZU
2989
2990%description latex-music -l hu.UTF-8
2991Ez a csomag a következőket tartalmazza:
2992- abc: ABC hangjegyzések LaTeX-ben
2993- guitar: gitárkották és dalszövegek
c82fac6f 2994- songbook: dalszövegek és akkordkönyvek szedése
1d337b0e 2995
2e9c3e45
ZU
2996%package latex-physics
2997Summary: Physical packages
2998Summary(hu.UTF-8): Fizikai csomagok
2999Group: Applications/Publishing/TeX
3000Requires(post,postun): %{_bindir}/texhash
3001Requires: %{name}-latex
3002
3003%description latex-physics
3004This package contains:
3005- circ: macros for typesetting circuit diagrams.
3006- colorwav: colours by wavelength of visible light.
3007- dyntree: construct Dynkin tree diagrams.
3008- feynmf: macros and fonts for creating Feynman (and other) diagrams.
de260d32 3009- formula: typesetting physical units.
b9c820f8 3010- isotope: a package for type setting isotopes
7ac8a96b 3011- miller: typeset miller indices.
2e9c3e45
ZU
3012
3013%description latex-physics -l hu.UTF-8
3014Ez a csomag a következőket tartalmazza:
3015- circ: áramkörök szedése
3016- colorwav: a látható fény színei hullámhossz szerint
3017- dyntree: Dynkin fadiagramok készítése
3018- feynmf: makrók és fontok Feynman (és más) diagramok készítésére
de260d32 3019- formula: fizikai egységek szedése
b9c820f8 3020- isotope: izotópok szedése
7ac8a96b 3021- miller: miller indexek szedése
2e9c3e45
ZU
3022
3023%package latex-biology
3024Summary: Biological packages
3025Summary(hu.UTF-8): Biológiai csomagok
3026Group: Applications/Publishing/TeX
3027Requires(post,postun): %{_bindir}/texhash
3028Requires: %{name}-latex
3029
3030%description latex-biology
3031This package contains:
3032- biocon: typesetting biological species names
3033- dnaseq: format DNA base sequences.
3034
3035%description latex-biology -l hu.UTF-8
3036Ez a csomag a következőket tartalmazza:
3037- biocon: biológiai fajnevek szedése
3038- dnaseq: DNS szekvenciák szedése
3039
3040%package latex-chem
3041Summary: Chemical packages
3042Summary(hu.UTF-8): Kémiai csomagok
3043Group: Applications/Publishing/TeX
3044Requires(post,postun): %{_bindir}/texhash
3045Requires: %{name}-latex
3046
3047%description latex-chem
3048This package contains:
3049- achemso: support for American Chemical Society journal submissions.
3050- bpchem: typeset chemical names, formulae, etc.
3051- chemarrow: arrows for use in chemistry.
3052- chemcompounds: simple consecutive numbering of chemical compounds.
3053- chemcono: support for compound numbers in chemistry documents.
3054- chemstyle: writing chemistry with style.
3055- mhchem: typeset chemical formulae/equations and Risk and Safety
3056 phrases
3057
3058%description latex-chem -l hu.UTF-8
3059Ez a csomag a következőket tartalmazza:
3060- achemso: American Chemical Society formátuma
3061- bpchem: kémiai nevek, formulák, stb. szedése
3062- chemarrow: kémiában használatos nyilak
3063- chemcompounds: kémiai vegyületek számozása
3064- chemcono: kémiai vegyületek kémiai dokumentumokbam
3065- chemstyle: kémiai dokumentum írása
3066- mhchem: kémiai formulák/egyenletek szedése
3067
3068%package latex-informatic
3069Summary: Informatical packages
3070Summary(hu.UTF-8): Informatikai csomagok
3071Group: Applications/Publishing/TeX
3072Requires(post,postun): %{_bindir}/texhash
3073Requires: %{name}-latex
3074
3075%description latex-informatic
3076This package contains:
3077- alg: LaTeX environments for typesetting algorithms.
3078- bytefield: Create illustrations for network protocol specifications.
7ac8a96b
ZU
3079- msc: draw MSC diagrams.
3080- nag: detecting and warning about obsolete LaTeX commands
3081- progkeys: typeset programs, recognising keywords.
f4f1ef6b 3082- register: typeset programmable elements in digital hardware (registers).
7ac8a96b 3083- uml: UML diagrams in LaTeX.
2e9c3e45
ZU
3084
3085%description latex-informatic -l hu.UTF-8
3086Ez a csomag a következőket tartalmazza:
3087- alg: LaTeX környezetek algoritmusok szedésére
3088- bytefield: hálózati protokoll specifikációk szemléltetése
7ac8a96b
ZU
3089- msc: MSC diagramok
3090- nag: elavult LaTeX parancsok detektálása és figyelmeztetés
3091- progkeys: programok szedése, kulcsszavakkal
f4f1ef6b 3092- register: programozható elemek (regiszterek) szedése
7ac8a96b 3093- uml: UML diagramok LaTeX-ben
2e9c3e45
ZU
3094
3095%package latex-pdftools
3096Summary: Various tools to pdf output
3097Summary(hu.UTF-8): Különböző eszközök pdf output-hoz
3098Group: Applications/Publishing/TeX
3099Requires(post,postun): %{_bindir}/texhash
3100Requires: %{name}-latex
3101
3102%description latex-pdftools
3103This package contains:
3104- attachfile: attach arbitrary files to a PDF document
3105- cooltooltips: associate a pop-up window and tooltip with PDF
3106 hyperlinks
7ac8a96b
ZU
3107- pdfcprot: activating and setting of character protruding using pdflatex.
3108- pdftricks: support for pstricks in pdfTeX.
3109. pdfscreen: support screen-based document design.
2e9c3e45
ZU
3110
3111%description latex-pdftools -l hu.UTF-8
3112Ez a csomag a következőket tartalmazza:
3113- attachfile: fájlok csatolása PDF dokumentumokba
3114- cooltooltips: felugró ablakok és súgók társítása PDF linkekhez
7ac8a96b
ZU
3115- pdfcprot: activating and setting of character protruding using pdflatex.
3116- pdftricks: pstricks támogatás pdfTeX-ben
3117- pdfscreen: képernyő alapú dokumentumok
d19eaaab
ZU
3118
3119%package latex-mathexam
3120Summary: Package for typesetting exams
3121Summary(hu.UTF-8): Vizsgák szedése
3122Group: Applications/Publishing/TeX
3123Requires(post,postun): %{_bindir}/texhash
3124Requires: %{name}-latex
3125
3126%description latex-mathexam
3127Package for typesetting exams.
3128
3129%description latex-mathexam -l hu.UTF-8
3130Vizsgák szedése.
3131
d08789e0
ZU
3132%package latex-microtype
3133Summary: An interface to the micro-typographic extensions of pdfTeX
3134Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
3135Group: Applications/Publishing/TeX
3136Requires(post,postun): /usr/bin/texhash
3137Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3138
3139%description latex-microtype
3140The `microtype' package provides a LaTeX interface to pdfTeX's
3141micro-typographic extensions: character protrusion and font expansion.
3142It allows to restrict character protrusion and/or font expansion to a
3143definable set of fonts, and to configure micro-typographic aspects of
3144the fonts in a straight-forward and flexible way. Settings for various
3145fonts are provided.
3146
3147%description latex-microtype -l pl.UTF-8
3148Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
3149mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
3150Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
3151określonego zbioru fontów oraz skonfigurować mikrotypograficzne
3152aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
3153dla różnych fontów.
3154
8ed039e0
ZU
3155%package latex-musictex
3156Summary: Typesetting music with TeX
3157Summary(hu.UTF-8): Zenék szedése TeX-hel
3158Group: Applications/Publishing/TeX
3159Requires(post,postun): %{_bindir}/texhash
3160Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3161
3162%description latex-musictex
3163Typesetting music with TeX.
3164
3165%description latex-musictex -l hu.UTF-8
3166Zenék szedése TeX-hel.
3167
d08789e0
ZU
3168%package latex-lucidabr
3169Summary: Package to make Lucida Bright fonts usable with LaTeX
3170Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
3171Group: Applications/Publishing/TeX
3172Requires(post,postun): %{_bindir}/texhash
3173Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3174
3175%description latex-lucidabr
3176Package to make Lucida Bright fonts usable with LaTeX.
3177
3178%description latex-lucidabr -l pl.UTF-8
3179Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
3180
3181%package latex-marvosym
3182Summary: Styles for Martin Vogel's Symbol (marvosym) font
3183Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
3184Group: Applications/Publishing/TeX
3185Requires(post,postun): /usr/bin/texhash
3186Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
3187Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3188
3189%description latex-marvosym
3190Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
3191currency symbol as defined by the European commission; Euro currency
3192symbols in typefaces Times, Helvetica and Courier; Symbols for
3193structural engineering; Symbols for steel cross-sections; Astronomy
3194signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
3195symbols; CE sign and others.
3196
3197%description latex-marvosym -l pl.UTF-8
3198Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
3199waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
3200krojach Times, Helvetica i Courier; symbole do inżynierii
3201strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
3202(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
3203CE i inne.
3204
3205%package latex-mathpple
3206Summary: Use PostScript Palatino for typesetting maths
3207Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
3208Group: Applications/Publishing/TeX
3209Requires(post,postun): %{_bindir}/texhash
3210Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3211Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3212
3213%description latex-mathpple
3214The package defines the PostScript font family `Palatino' (ppl) as the
3215default roman font and then uses the `mathpple' fonts for typesetting
3216math. These virtual fonts have been created for typesetting math in a
3217style that suits the Palatino text fonts. The AMS fonts, when used
3218additionally, will be scaled to fit Palatino.
3219
3220%description latex-mathpple -l pl.UTF-8
3221Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
3222domyślny font roman i używa fontów mathpple do składania wzorów
3223matematycznych. Te wirtualne fonty zostały stworzone do składania
3224wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
3225Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
3226pasować do Palatino.
3227
3228%package latex-mathtime
3229Summary: Mathtime fonts for LaTeX
3230Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
3231Group: Applications/Publishing/TeX
3232Requires(post,postun): %{_bindir}/texhash
3233Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3234
3235%description latex-mathtime
3236The Mathtime fonts have a number of characters remapped to positions
3237different from the ones normally used by the corresponding TeX
3238CM-fonts. For the symbol font ``operators'' the corresponding mathtime
3239style files use the Times Roman font (often called something like:
3240ptmr or ptmr7t or ptmrq).
3241
3242%description latex-mathtime -l pl.UTF-8
3243Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
3244różniące się od tych normalnie używanych w odpowiadających im TeXowych
3245fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
3246używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
3247ptmrq).
3248
3249%package latex-mflogo
3250Summary: LaTeX support for MetaFont and logo fonts
3251Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
3252Group: Applications/Publishing/TeX
3253Requires(post,postun): %{_bindir}/texhash
3254Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
3255Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3256
3257%description latex-mflogo
3258LaTeX package and font definition file to access the Knuthian `logo'
3259fonts described in `The MetaFontbook' and the MetaFont and logos in
3260LaTeX documents.
3261
3262%description latex-mflogo -l pl.UTF-8
3263Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
3264opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
3265LaTeXa.
3266
3267%package latex-mfnfss
3268Summary: Font description files to use extra fonts like yinit and ygoth
3269Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
3270Group: Applications/Publishing/TeX
3271Requires(post,postun): %{_bindir}/texhash
3272Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3273
3274%description latex-mfnfss
3275Font description files to use extra fonts like yinit and ygoth.
3276
3277%description latex-mfnfss -l pl.UTF-8
3278Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
3279
3280%package latex-minitoc
3281Summary: Produce a table of contents for each chapter
3282Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
3283Group: Applications/Publishing/TeX
3284Requires(post,postun): %{_bindir}/texhash
3285Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3286
3287%description latex-minitoc
3288Produce a table of contents for each chapter.
3289
3290%description latex-minitoc -l pl.UTF-8
3291Tworzenie spisów treści dla każdego rozdziału.
3292
3293%package latex-mltex
3294Summary: Support for MLTeX
3295Summary(pl.UTF-8): Wsparcie dla MLTeXa
3296Group: Applications/Publishing/TeX
3297Requires(post,postun): %{_bindir}/texhash
3298Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3299
3300%description latex-mltex
3301Support for MLTeX, the multilingual TeX extension from Michael J.
3302Ferguson.
3303
3304%description latex-mltex -l pl.UTF-8
3305Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
3306autorstwa Michaela J. Fergusona.
3307
d34bfb7f
ZU
3308%package latex-multienum
3309Summary: Multi-column enumerated lists
3310Summary(hu.UTF-8): Többoszlopos számozott listák
3311Group: Applications/Publishing/TeX
3312Requires(post,postun): %{_bindir}/texhash
3313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3314
3315%description latex-multienum
3316Multi-column enumerated lists.
3317
3318%description latex-multienum -l hu.UTF-8
3319Többoszlopos számozott listák.
3320
f1f5d194
ZU
3321
3322%package latex-moreverb
3323Summary: Extended verbatim
3324Summary(hu.UTF-8): Kiterjesztett verbatim
3325Group: Applications/Publishing/TeX
3326Requires(post,postun): %{_bindir}/texhash
3327Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3328
3329%description latex-moreverb
3330Extended verbatim.
3331
3332%description latex-moreverb -l hu.UTF-8
3333Kiterjesztett verbatim.
3334
a8b381b0
ZU
3335%package latex-ntheorem
3336Summary: Enhanced theorem environment
3337Summary(hu.UTF-8): Bővített tétel környezet
3338Group: Applications/Publishing/TeX
fe66da27 3339Requires(post,postun): %{_bindir}/texhash
78d53d8c 3340Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
3341
3342%description latex-ntheorem
3343Enhanced theorem environment.
3344
3345%description latex-ntheorem -l hu.UTF-8
3346Bővített tétel környezet
3347
f65b3398
ZU
3348%package latex-other
3349Summary: Other LaTeX packages
3350Summary(hu.UTF-8): Néhány további LaTeX csomag
3351Group: Applications/Publishing/TeX
3352Requires(post,postun): %{_bindir}/texhash
3353Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3354
3355%description latex-other
3356Other LaTeX packages.
3357
3358%description latex-other -l hu.UTF-8
3359Néhány további LaTeX csomag.
3360
3361%package latex-other-doc
3362Summary: Other LaTeX packages documentation
3363Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
3364Group: Applications/Publishing/TeX
3365Requires(post,postun): %{_bindir}/texhash
3366Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3367
3368%description latex-other-doc
3369Other LaTeX packages documentation.
3370
3371%description latex-other-doc -l hu.UTF-8
3372Néhány további LaTeX csomag dokumentációja.
3373
d08789e0
ZU
3374%package latex-palatcm
3375Summary: Palatino + Computer Modern math fonts for LaTeX
3376Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
3377Group: Applications/Publishing/TeX
3378Requires(post,postun): %{_bindir}/texhash
3379Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3380
3381%description latex-palatcm
3382Palatino + Computer Modern math fonts for LaTeX.
3383
3384%description latex-palatcm -l pl.UTF-8
3385Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
3386
f65b3398
ZU
3387
3388%package latex-pdfslide
3389Summary: Presentation slides using pdftex
3390Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
3391Group: Applications/Publishing/TeX
3392Requires(post,postun): %{_bindir}/texhash
3393Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3394
3395%description latex-pdfslide
3396Presentation slides using pdftex.
3397
3398%description latex-pdfslide -l hu.UTF-8
3399Prezentáció készítése pdftex-hel.
3400
03d9d5fa
ZU
3401%package latex-pgf
3402Summary: The TeX Portable Graphic Format
3403Summary(hu.UTF-8): TeX Portable Graphic Formátum
3404Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
3405Group: Applications/Publishing/TeX
3406Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
3407Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3408Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 3409Obsoletes: tetex-pgf
03d9d5fa
ZU
3410
3411%description latex-pgf
3412A macro package for creating graphics directly in TeX and LaTeX.
3413
3414%description latex-pgf -l hu.UTF-8
3415Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
3416
3417%description latex-pgf -l pl.UTF-8
3418Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
3419
f65b3398
ZU
3420%package latex-polynom
3421Summary: Macros for manipulating polynomials
3422Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
3423Group: Applications/Publishing/TeX
3424Requires(post,postun): %{_bindir}/texhash
3425Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3426
3427%description latex-polynom
3428Macros for manipulating polynomials.
3429
3430%description latex-polynom -l hu.UTF-8
3431Makrók polinomokkal való műveletekre.
3432
3433%package latex-polynomial
3434Summary: Typeset (univariate) polynomials
3435Summary(hu.UTF-8): Egyváltozós polinomok szedése
3436Group: Applications/Publishing/TeX
3437Requires(post,postun): %{_bindir}/texhash
3438Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3439
3440%description latex-polynomial
3441Typeset (univariate) polynomials.
3442
3443%description latex-polynomial -l hu.UTF-8
3444Egyváltozós polinomok szedése.
3445
1d337b0e
ZU
3446%package latex-programming
3447Summary: Additional utilities to programming LaTeX
3448Summary(hu.UTF-8): További eszközök LaTeX programozásához
3449Group: Applications/Publishing/TeX
3450Requires(post,postun): %{_bindir}/texhash
3451Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3452
3453%description latex-programming
3454This package contains:
3455- cmdtrack: check used commands.
3456- cool: COntent-Oriented LaTeX
3457- coollist: manipulate COntent Oriented LaTeX Lists.
3458- coolstr: string manipulation in LaTeX.
3459- csvtools: reading data from CSV files.
3460- datatool: tools to load and manipulate data.
3461- datenumber: convert a date into a number and vice versa.
de260d32
ZU
3462- delimtxt: read and parse text tables.
3463- dialogl: macros for constructing interactive LaTeX scripts.
1d337b0e 3464- dprogress: LaTeX-relevant log information for debugging.
de260d32 3465- environ: a new interface for environments in LaTeX.
6bc47e19 3466- export: import and export values of LaTeX registers.
de260d32
ZU
3467- fmtcount: display the value of a LaTeX counter in a variety of
3468 formats.
3469- forarray: using array structures in LaTeX.
3470- forloop: iteration in LaTeX.
6bc47e19 3471- inversepath: calculate inverse file paths.
b9c820f8 3472- labelcas: check the existence of labels, and fork accordingly.
6bc47e19 3473- lcg: generate random integers.
7ac8a96b 3474- makecmds: the new \makecommand command always (re)defines a command.
caaf987e 3475- namespc: rudimentary c++-like namespaces in LaTeX.
7ac8a96b
ZU
3476- patchcmd: change the definition of an existing command.
3477- stack: tools to define and use stacks.
3478- stringstrings: string manipulation for cosmetic and programming
3479 application
3480- substr: deal with substrings in strings.
1d337b0e
ZU
3481
3482%description latex-programming -l hu.UTF-8
3483Ez a csomag a következőket tartalmazza:
3484- cmdtrack: használt parancsok ellenőrzése
3485- cool: tartalom-orientált (COntent-Oriented) LaTeX
3486- coollist: COntent Oriented LaTeX listák manipulációja
3487- coolstr: sztring manipuláció LaTeX-ben
3488- csvtools: adatok olvasása CSV fájlokból
3489- datatool: eszközök adatok beolvasására és manipulációjához
3490- datenumber: dátum számmá konvertálása és vissza
de260d32
ZU
3491- delimtxt: szöveges táblázatok olvasása és feldolgozása
3492- dialogl: interaktív makrók LaTeX-ben
1d337b0e 3493- dprogress: LaTeX-releváns log információ debuggoláshoz
6bc47e19 3494- export: LaTeX regiszterek értékeinek importálása és exportálása
de260d32
ZU
3495- environ: egy új felület környezetek létrehozására
3496- fmtcount: LaTeX számlálók megjelenítése különböző formátumokban
3497- forarray: tömb struktúrák LaTeX-ben
3498- forloop: iteráció LaTeX-ben
6bc47e19 3499- inversepath: fájlútvonalak visszafele relatív meghatározása
b9c820f8 3500- labelcas: cimkék létezésének ellenőrzése
6bc47e19 3501- lcg: véletlen egész számok generálása
7ac8a96b 3502- makecmds: új \makecommand, amely mindig (újra)definiál parancsot
caaf987e 3503- namespc: c++-szerű névterek LaTeX-ben
7ac8a96b
ZU
3504- patchcmd: létező parancsok definíciójának megváltoztatása
3505- stack: verem használata
3506- stringstrings: sztring manipuláció
3507- substr: részszövegek keresése
1d337b0e 3508
b7b4a109
ZU
3509%package latex-prosper
3510Summary: LaTeX class for high quality slides
3511Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
3512Group: Applications/Publishing/TeX
3513Requires(post,postun): %{_bindir}/texhash
3514Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3515
3516%description latex-prosper
3517LaTeX class for high quality slides.
3518
3519%description latex-prosper -l hu.UTF-8
3520LaTeX osztály jó minőségű fóliák készítéséhez.
3521
3522%package latex-pseudocode
3523Summary: LaTeX enviroment for specifying algorithms in a natural way
3524Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
3525Group: Applications/Publishing/TeX
3526Requires(post,postun): %{_bindir}/texhash
3527Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3528
3529%description latex-pseudocode
3530LaTeX enviroment for specifying algorithms in a natural way.
3531
3532%description latex-pseudocode -l hu.UTF-8
3533LaTeX környezet algoritmusok bevitelére.
3534
d08789e0
ZU
3535%package latex-psnfss
3536Summary: LaTeX font support for common PostScript fonts
3537Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
3538Group: Applications/Publishing/TeX
3539Requires(post,postun): %{_bindir}/texhash
3540Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3541Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3542Obsoletes: tetex-latex-mathptm
3543Obsoletes: tetex-latex-mathptmx
3544
3545%description latex-psnfss
3546LaTeX font definition files, macros and font metrics for common
3547PostScript fonts.
3548
3549%description latex-psnfss -l pl.UTF-8
3550LaTeXowe pliki definicji fontów, makra i metryki fontów dla
3551popularnych fontów postscriptowych.
3552
8efa6a9c
ZU
3553%package latex-pst-2dplot
3554Summary: A PSTricks package for drawing 2D curves
3555Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
3556Group: Applications/Publishing/TeX
3557Requires(post,postun): %{_bindir}/texhash
3558Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3559
3560%description latex-pst-2dplot
3561A PSTricks package for drawing 2D curves.
3562
3563%description latex-pst-2dplot -l hu.UTF-8
3564PSTricks csomag kétdimenziós görbék rajzolásához.
3565
3566%package latex-pst-3dplot
3567Summary: Draw 3d curves and graphs using PSTricks
3568Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
3569Group: Applications/Publishing/TeX
3570Requires(post,postun): %{_bindir}/texhash
3571Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3572
3573%description latex-pst-3dplot
3574Draw 3d curves and graphs using PSTricks.
3575
3576%description latex-pst-3dplot -l hu.UTF-8
35773D-s görbék és grafikonok PSTricks-szel.
3578
3579
3580%package latex-pst-bar
3581Summary: Produces bar charts using pstricks
3582Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
3583Group: Applications/Publishing/TeX
3584Requires(post,postun): %{_bindir}/texhash
3585Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3586
3587%description latex-pst-bar
3588Produces bar charts using pstricks.
3589
3590%description latex-pst-bar -l hu.UTF-8
3591Oszlopdiagramok pstricks-szel.
3592
3593%package latex-pst-circ
3594Summary: PSTricks package for drawing electric circuits
3595Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3596Group: Applications/Publishing/TeX
3597Requires(post,postun): %{_bindir}/texhash
3598Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3599
3600%description latex-pst-circ
3601PSTricks package for drawing electric circuits.
3602
3603%description latex-pst-circ -l hu.UTF-8
3604PSTricks csomag elektromos áramkörök rajzolásához.
3605
3606%package latex-pst-diffraction
3607Summary: Print diffraction patterns from various apertures
3608Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3609Group: Applications/Publishing/TeX
3610Requires(post,postun): %{_bindir}/texhash
3611Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3612
3613%description latex-pst-diffraction
3614Print diffraction patterns from various apertures.
3615
3616%description latex-pst-diffraction -l hu.UTF-8
3617Diffrakciós képek különböző eszközökön.
3618
b7b4a109
ZU
3619%package latex-pst-eucl
3620Summary: Euclidian geometry with pstricks
3621Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3622Group: Applications/Publishing/TeX
3623Requires(post,postun): %{_bindir}/texhash
3624Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3625
3626%description latex-pst-eucl
3627Euclidian geometry with pstricks.
3628
3629%description latex-pst-eucl -l hu.UTF-8
3630Euklidészi geometria a pstricks használatával.
3631
8efa6a9c
ZU
3632
3633%package latex-pst-fun
3634Summary: Draw "funny" objects with PSTricks
3635Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3636Group: Applications/Publishing/TeX
3637Requires(post,postun): %{_bindir}/texhash
3638Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3639
3640%description latex-pst-fun
3641Draw "funny" objects with PSTricks.
3642
3643%description latex-pst-fun -l hu.UTF-8
3644"Vicces" rajzok PSTricks-szel
3645
3646%package latex-pst-func
3647Summary: PSTricks package for plotting mathematical functions
3648Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3649Group: Applications/Publishing/TeX
3650Requires(post,postun): %{_bindir}/texhash
3651Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3652
3653%description latex-pst-func
3654PSTricks package for plotting mathematical functions.
3655
ca8b4816 3656%description latex-pst-func -l hu.UTF-8
8efa6a9c
ZU
3657PSTricks csomag matematikai függvények ábrázolásához.
3658
b7b4a109
ZU
3659%package latex-pst-fr3d
3660Summary: Draw 3-dimensional framed boxes using PSTricks
3661Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3662Group: Applications/Publishing/TeX
3663Requires(post,postun): %{_bindir}/texhash
3664Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3665
3666%description latex-pst-fr3d
3667Draw 3-dimensional framed boxes using PSTricks.
3668
3669%description latex-pst-fr3d -l hu.UTF-8
3670Háromdimenziós dobozok PSTricks segítségével.
3671
3672%package latex-pst-fractal
3673Summary: Draw fractal sets using PSTricks
3674Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3675Group: Applications/Publishing/TeX
3676Requires(post,postun): %{_bindir}/texhash
3677Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3678
3679%description latex-pst-fractal
3680Draw fractal sets using PSTricks.
3681
3682%description latex-pst-fractal -l hu.UTF-8
3683Fraktálok rajzolása PSTricks segítségével.
3684
8efa6a9c
ZU
3685%package latex-pst-infixplot
3686Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3687Summary(hu.UTF-8): Infix kifejezések ábrázolása
3688Group: Applications/Publishing/TeX
3689Requires(post,postun): %{_bindir}/texhash
3690Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3691
3692%description latex-pst-infixplot
3693Using pstricks plotting capacities with infix expressions rather than
3694RPN.
3695
3696%description latex-pst-infixplot -l hu.UTF-8
3697Infix kifejezések ábrázolása.
3698
3699%package latex-pst-math
3700Summary: Enhancement of PostScript math operators to use with pstricks
3701Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3702Group: Applications/Publishing/TeX
3703Requires(post,postun): %{_bindir}/texhash
3704Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3705
3706%description latex-pst-math
3707Enhancement of PostScript math operators to use with pstricks.
3708
3709%description latex-pst-math -l hu.UTF-8
3710PostScript matematikai operátorok bővítése pstricks-szel.
3711
3712%package latex-pst-ob3d
3713Summary: Three dimensional objects using PSTricks
3714Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3715Group: Applications/Publishing/TeX
3716Requires(post,postun): %{_bindir}/texhash
3717Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3718
3719%description latex-pst-ob3d
3720Three dimensional objects using PSTricks.
3721
3722%description latex-pst-ob3d -l hu.UTF-8
3723Háromdimenziós objektumok PSTricks-szel.
3724
3725%package latex-pst-optexp
3726Summary: Drawing optical experimental setups
3727Summary(hu.UTF-8): Optikai összeállítások rajzolása
3728Group: Applications/Publishing/TeX
3729Requires(post,postun): %{_bindir}/texhash
3730Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3731
3732%description latex-pst-optexp
3733Drawing optical experimental setups.
3734
3735%description latex-pst-optexp -l hu.UTF-8
3736Optikai összeállítások rajzolása.
3737
3738%package latex-pst-optic
3739Summary: Drawing optics diagrams
3740Summary(hu.UTF-8): Optikai ábrák rajzolása
3741Group: Applications/Publishing/TeX
3742Requires(post,postun): %{_bindir}/texhash
3743Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3744
3745%description latex-pst-optic
3746Drawing optics diagrams.
3747
3748%description latex-pst-optic -l hu.UTF-8
3749Optikai ábrák rajzolása.
3750
3751%package latex-pst-text
3752Summary: Text and character manipulation in PSTricks
3753Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3754Group: Applications/Publishing/TeX
3755Requires(post,postun): %{_bindir}/texhash
3756Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3757
3758%description latex-pst-text
3759Text and character manipulation in PSTricks.
3760
3761%description latex-pst-text -l hu.UTF-8
3762Szöveg és karakter manipulációk PSTricks-szel.
3763
1024ab0e
ZU
3764%package latex-pst-uncategorized
3765Summary: Other uncategorized PSTricks packages
3766Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3767Group: Applications/Publishing/TeX
3768Requires(post,postun): %{_bindir}/texhash
3769Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3770
3771%description latex-pst-uncategorized
3772Other uncategorized PSTricks packages.
3773
3774%description latex-pst-uncategorized -l hu.UTF-8
3775Néhány kategorizálatlan PSTricks csomag.
3776
d08789e0
ZU
3777%package latex-pxfonts
3778Summary: PX fonts LaTeX support
3779Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3780Group: Applications/Publishing/TeX
3781Requires(post,postun): %{_bindir}/texhash
3782Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3783Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3784
3785%description latex-pxfonts
3786PX fonts LaTeX support.
3787
3788%description latex-pxfonts -l pl.UTF-8
3789Obsługa fontów PX w LaTeXu.
3790
3791%package latex-qfonts
3792Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3793Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3794Group: Applications/Publishing/TeX
3795Requires(post,postun): %{_bindir}/texhash
3796Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3797Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3798
3799%description latex-qfonts
3800A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3801QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3802QuasiTimes (regular, italic, bold and bold italic), based on URW++
3803fonts distributed with Ghostscript. The fonts are encoded according to
3804QX layout which facilitates multilingual and technical typesetting
3805using TeX, preserving usability in Windows applications.
3806
3807%description latex-qfonts -l pl.UTF-8
3808Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3809QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3810QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3811fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3812zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3813TeXu, zachowując przydatność dla aplikacji windowsowych.
3814
6c82f497
ZU
3815%package latex-SIstyle
3816Summary: Package to typeset SI units, numbers and angles
3817Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3818Group: Applications/Publishing/TeX
6c82f497 3819Requires(post,postun): /usr/bin/texhash
b4d68b39 3820Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3821
3822%description latex-SIstyle
3823Package to typeset SI units, numbers and angles.
3824
3825%description latex-SIstyle -l hu.UTF-8
3826Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3827
3828%package latex-SIunits
3829Summary: The SIunits package can be used to standardise the use of units in your writings
3830Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3831Group: Applications/Publishing/TeX
fe66da27 3832Requires(post,postun): /usr/bin/texhash
78d53d8c 3833Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3834
3835%description latex-SIunits
2b453bda
ZU
3836The SIunits package can be used to standardise the use of units in
3837your writings.
3127b522
ZU
3838
3839%description latex-SIunits -l hu.UTF-8
3840Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3841
f65b3398
ZU
3842%package latex-siunitx
3843Summary: A comprehensive (SI) units package
3844Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3845Group: Applications/Publishing/TeX
3846Requires(post,postun): /usr/bin/texhash
3847Requires: %{name}-latex
3848
3849%description latex-siunitx
3850A comprehensive (SI) units package.
3851
3852%description latex-siunitx -l hu.UTF-8
3853Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3854
b916bc39
ZU
3855%package latex-sources
3856Summary: LaTeX sources
3857Summary(hu.UTF-8): LaTeX források
3858Group: Applications/Publishing/TeX
3859
3860%description latex-sources
3861LaTeX sources.
3862
3863%description latex-sources -l hu.UTF-8
3864LaTeX források.
3865
73d8d817
ZU
3866%package latex-styles
3867Summary: Various LaTeX styles
3868Summary(hu.UTF-8): Különböző LaTeX stílusok
3869Group: Applications/Publishing/TeX
3870Requires(post,postun): /usr/bin/texhash
3871Requires: %{name}-latex
3872
3873%description latex-styles
3874Various LaTeX styles.
3875
3876%description latex-styles -l hu.UTF-8
3877Különböző LaTeX stílusok.
3878
3879%package latex-lang
3880Summary: LaTeX support for non-english languages
3881Summary(hu.UTF-8): LaTeX támogatás nem-angol nyelvekhez
3882Group: Applications/Publishing/TeX
3883Requires(post,postun): /usr/bin/texhash
3884Requires: %{name}-latex
3885
3886%description latex-lang
3887LaTeX support for non-english languages.
3888
3889%description latex-lang -l hu.UTF-8
3890LaTeX támogatás nem-angol nyelvekhez.
3891
6c82f497
ZU
3892%package latex-Tabbing
3893Summary: Tabbing with accented letters
3894Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3895Group: Applications/Publishing/TeX
3896Requires(post,postun): /usr/bin/texhash
3897
3898%description latex-Tabbing
3899Tabbing with accented letters.
3900
3901%description latex-Tabbing -l hu.UTF-8
3902Tabbing környezet ékezetes betűk használatával.
3127b522 3903
d08789e0
ZU
3904%package latex-urwvn
3905Summary: URWVN fonts
3906Summary(pl.UTF-8): Fonty URWVN
3907Group: Applications/Publishing/TeX
3908Requires(post,postun): /usr/bin/texhash
3909Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3910Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3911
3912%description latex-urwvn
3913URWVN fonts.
3914
3915%description latex-urwvn -l pl.UTF-8
3916Fonty URWVN.
3917
3918%package latex-txfonts
3919Summary: TX fonts LaTeX support
3920Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3921Group: Applications/Publishing/TeX
3922Requires(post,postun): %{_bindir}/texhash
3923Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3924Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3925
3926%description latex-txfonts
3927TX fonts LaTeX support.
3928
3929%description latex-txfonts -l pl.UTF-8
3930Obsługa fontów TX w LaTeXu.
3931
7ea3a98b
ZU
3932%package latex-ucs
3933Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3934Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3935Group: Applications/Publishing/TeX
7ea3a98b 3936Requires(post,postun): %{_bindir}/texhash
78d53d8c 3937Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3938
3939%description latex-ucs
d34bfb7f
ZU
3940This package contains support for using UTF-8 as input encoding in
3941LaTeX documents.
7ea3a98b
ZU
3942
3943%description latex-ucs -l hu.UTF-8
3944Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3945
d08789e0
ZU
3946%package latex-umlaute
3947Summary: An interface to inputenc for using alternate input encodings
3948Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3949Group: Applications/Publishing/TeX
3950Requires(post,postun): %{_bindir}/texhash
3951Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3952
3953%description latex-umlaute
3954An interface to inputenc for using alternate input encodings.
3955
3956%description latex-umlaute -l pl.UTF-8
3957Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3958
3959%package latex-wasysym
3960Summary: Extra characters from the Waldis symbol fonts
3961Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3962Group: Applications/Publishing/TeX
3963Requires(post,postun): %{_bindir}/texhash
3964Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3965Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3966
3967%description latex-wasysym
3968Makes some additional characters available that come from the wasy
3969fonts (Waldis symbol fonts). These fonts are not automatically
3970included in NFSS2/LaTeX2e since they take up important space and often
3971aren't necessary if one makes use of the packages amsfonts or amssymb.
3972Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3973apple, ocircle invneg, logof, varint, male, female, phone, clock,
3974lightning, pointer, sun, bell, permil, smiley, various electrical
3975symbols, shapes, music notes, circles, signs, astronomy, etc.
3976
3977%description latex-wasysym -l pl.UTF-8
3978Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3979(Waldis symbol). Te fonty nie są automatycznie dołączane w
3980NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3981jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3982m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3983ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3984pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3985kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3986
03d9d5fa
ZU
3987%package latex-xcolor
3988Summary: Allows for access to color tints, shades, tones etc
3989Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3990Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3991Group: Applications/Publishing/TeX
3992Obsoletes: tetex-latex-xcolor
3993
ca8b4816 3994%description latex-xcolor
03d9d5fa
ZU
3995`xcolor' provides easy driver-independent access to several kinds of
3996color tints, shades, tones, and mixes of arbitrary colors. It allows
3997to select a document-wide target color model and offers tools for
3998automatic color schemes, conversion between eight color models, and
3999alternating table row colors.
4000
4001%description latex-xcolor -l hu.UTF-8
4002`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
4003színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
4004keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
4005modell kiválasztásához és a színmodellek közötti konverzióra.
4006
4007%description latex-xcolor -l pl.UTF-8
4008`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
4009wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
4010na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
4011schematów kolorów, konwersji między ośmioma modelami kolorów oraz
4012naprzemiennych kolorów w tabelach.
4013
d08789e0
ZU
4014%package format-latex
4015Summary: LaTeX macro package
4016Summary(pl.UTF-8): Pakiet makr LaTeX
4017Group: Applications/Publishing/TeX
4018Requires(post,postun): %{_bindir}/texhash
4019Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4020Obsoletes: hugelatex
4021
4022%description format-latex
4023LaTeX is a front end for the TeX text formatting system. Easier to use
4024than TeX, LaTeX is essentially a set of TeX macros which provide
4025convenient, predefined document formats for users.
4026
4027This package contains LaTeX format.
4028
4029%description format-latex -l pl.UTF-8
4030LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
4031łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
4032dających użytkownikom wygodne, predefiniowane formaty dokumentów.
4033
4034Ten pakiet zawiera format LaTeX.
4035
4036%package format-pdflatex
4037Summary: PDF LaTeX macro package
4038Summary(pl.UTF-8): Pakiet makr PDF LaTeX
4039Group: Applications/Publishing/TeX
4040Requires(post,postun): %{_bindir}/texhash
4041Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
4042Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4043Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
4044Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
4045Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
4046
4047%description format-pdflatex
4048LaTeX is a front end for the TeX text formatting system. Easier to use
4049than TeX, LaTeX is essentially a set of TeX macros which provide
4050convenient, predefined document formats for users.
4051
4052This package contains PDF LaTeX format.
4053
4054%description format-pdflatex -l pl.UTF-8
4055LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
4056łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
4057dających użytkownikom wygodne, predefiniowane formaty dokumentów.
4058
4059Ten pakiet zawiera format PDF LaTeX.
4060
4061# PLaTeX format
4062
4063%package platex
4064Summary: PLaTeX format basic files
4065Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
4066Group: Applications/Publishing/TeX
4067Requires(post,postun): %{_bindir}/texhash
4068Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
4069Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4070
4071%description platex
4072PLaTeX format basic files.
4073
4074%description platex -l pl.UTF-8
4075Podstawowe pliki dla formatu PLaTeX.
4076
4077%package format-platex
4078Summary: PLaTeX format
4079Summary(pl.UTF-8): Format PLaTeX
4080Group: Applications/Publishing/TeX
4081Requires(post,postun): %{_bindir}/texhash
4082Requires: %{name}-platex = %{epoch}:%{version}-%{release}
4083
4084%description format-platex
4085PLaTeX format.
4086
4087%description format-platex -l pl.UTF-8
4088Format PLaTeX.
4089
4090%package format-pdfplatex
4091Summary: PDF PLaTeX format
4092Summary(pl.UTF-8): Format PDF PLaTeX
4093Group: Applications/Publishing/TeX
4094Requires(post,postun): %{_bindir}/texhash
4095Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
4096Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
4097Requires: %{name}-platex = %{epoch}:%{version}-%{release}
4098
4099%description format-pdfplatex
4100PDF PLaTeX format.
4101
4102%description format-pdfplatex -l pl.UTF-8
4103Format PDF PLaTeX.
4104
29d720fe
ZU
4105%package scripts
4106Summary: Various scripts
4107Summary(hu.UTF-8): Néhány szkript
4108Group: Applications/Publishing/TeX
4109Requires(post,postun): %{_bindir}/texhash
4110Requires: %{name} = %{epoch}:%{version}-%{release}
4111
4112%description scripts
4113Various scripts.
4114
4115%description scripts -l hu.UTF-8
4116Néhány szkript.
4117
d08789e0
ZU
4118# # TeX generic macros #
4119
4120%package tex-babel
4121Summary: Multilingual support for TeX
4122Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
4123Group: Applications/Publishing/TeX
4124Requires(post,postun): %{_bindir}/texhash
4125Requires: %{name} = %{epoch}:%{version}-%{release}
4126
4127%description tex-babel
4128Multilingual support for TeX.
4129
4130%description tex-babel -l pl.UTF-8
4131Obsługa wielu języków dla TeXa.
4132
4133%package tex-german
4134Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
4135Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
4136Group: Applications/Publishing/TeX
4137Requires(post,postun): %{_bindir}/texhash
4138Requires: %{name} = %{epoch}:%{version}-%{release}
4139
4140%description tex-german
4141Supports the new German orthography (neue deutsche Rechtschreibung).
4142
4143%description tex-german -l pl.UTF-8
4144Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
4145
783773ac
ZU
4146%package tex-insbox
4147Summary: A TeX macro for inserting pictures/boxes into paragraphs
4148Summary(hu.UTF-8): TeX makró képek/dobozok beszúrására bekezdésekbe
4149Group: Applications/Publishing/TeX
4150Requires(post,postun): %{_bindir}/texhash
4151Requires: %{name} = %{epoch}:%{version}-%{release}
4152
4153%description tex-insbox
4154A TeX macro for inserting pictures/boxes into paragraphs.
4155
4156%description tex-insbox -l hu.UTF-8
4157TeX makró képek/dobozok beszúrására bekezdésekbe.
4158
d08789e0
ZU
4159%package tex-mfpic
4160Summary: Macros which generate Metafont or Metapost for drawing pictures
4161Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
4162Group: Applications/Publishing/TeX
4163Requires(post,postun): %{_bindir}/texhash
4164Requires: %{name} = %{epoch}:%{version}-%{release}
4165
4166%description tex-mfpic
4167Macros which generate Metafont or Metapost for drawing pictures.
4168
4169%description tex-mfpic -l pl.UTF-8
4170Makra generujące Metafont lub Metapost do rysowania obrazków.
4171
4172%package tex-misc
4173Summary: Miscellaneous TeX macros
4174Summary(pl.UTF-8): Różne makra TeXowe
4175Group: Applications/Publishing/TeX
4176Requires(post,postun): %{_bindir}/texhash
4177Requires: %{name} = %{epoch}:%{version}-%{release}
4178Obsoletes: tetex-tex-eijkhout
4179
4180%description tex-misc
4181Miscellaneous TeX macros.
4182
4183%description tex-misc -l pl.UTF-8
4184Różne makra TeXowe.
4185
4186%package tex-pictex
4187Summary: Picture drawing macros for TeX and LaTeX
4188Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
4189Group: Applications/Publishing/TeX
4190Requires(post,postun): %{_bindir}/texhash
4191Requires: %{name} = %{epoch}:%{version}-%{release}
4192
4193%description tex-pictex
4194Picture drawing macros for TeX and LaTeX.
4195
4196%description tex-pictex -l pl.UTF-8
4197Makra do rysowania obrazków dla TeXa i LaTeXa.
4198
29d720fe
ZU
4199%package tex-psizzl
4200Summary: A TeX format for physics papers
4201Summary(hu.UTF-8): TeX formátum fizikai kiadványokhoz
4202Group: Applications/Publishing/TeX
4203Requires(post,postun): %{_bindir}/texhash
4204Requires: %{name} = %{epoch}:%{version}-%{release}
4205
4206%description tex-psizzl
4207A TeX format for physics papers.
4208
4209%description tex-psizzl -l hu.UTF-8
4210TeX formátum fizikai kiadványokhoz.
4211
d08789e0
ZU
4212%package tex-pstricks
4213Summary: PostScript macros for TeX
4214Summary(pl.UTF-8): Makra postscriptowe dla TeXa
4215Group: Applications/Publishing/TeX
4216Requires(post,postun): %{_bindir}/texhash
188cb15d 4217Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
4218
4219%description tex-pstricks
4220An extensive collection of PostScript macros that is compatible with
4221most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
4222AMS-LaTeX. Included are macros for color, graphics, pie charts,
4223rotation, trees and overlays. It has many special features, including:
4224a wide variety of graphics (picture drawing) macros, with a flexible
4225interface and with color support. There are macros for coloring or
4226shading the cells of tables.
4227
4228%description tex-pstricks -l pl.UTF-8
4229Duży zestaw makr postscriptowych kompatybilny z większością pakietów
4230makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
4231makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
4232nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
4233rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
4234makra do kolorowania lub cieniowania komórek tabel.
4235
4236%package tex-qpx
4237Summary: QuasiPalatino and PX fonts typesetting support
4238Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
4239Group: Applications/Publishing/TeX
4240Requires(post,postun): %{_bindir}/texhash
4241Requires: %{name} = %{epoch}:%{version}-%{release}
4242Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
4243
4244%description tex-qpx
4245QuasiPalatino and PX fonts typesetting support.
4246
4247%description tex-qpx -l pl.UTF-8
4248Wsparcie dla składu fontami QuasiPalatino i PX.
4249
31bd2c4a 4250%package tex-qpxqtx
d08789e0
ZU
4251Summary: QuasiTimes and TX fonts typesetting support
4252Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
4253Group: Applications/Publishing/TeX
4254Requires(post,postun): %{_bindir}/texhash
4255Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 4256Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 4257
31bd2c4a 4258%description tex-qpxqtx
d08789e0
ZU
4259QuasiTimes and TX fonts typesetting support.
4260
31bd2c4a 4261%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
4262Wsparcie dla składu fontami QuasiTimes i TX.
4263
4264%package tex-ruhyphen
4265Summary: Russian hyphenation
4266Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
4267Group: Applications/Publishing/TeX
4268Requires(post,postun): %{_bindir}/texhash
4269Requires: %{name} = %{epoch}:%{version}-%{release}
4270
4271%description tex-ruhyphen
4272A collection of Russian hyphenation patterns supporting a number of
4273Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
4274LCY, LWN (OT2), and koi8-r.
4275
4276%description tex-ruhyphen -l pl.UTF-8
4277Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
4278kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
4279Cyrillic), LCY, LWN (OT2) i koi8-r.
4280
4281%package tex-spanish
4282Summary: Various TeX related files for typesetting documents written in Spanish
4283Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
4284Group: Applications/Publishing/TeX
4285Requires(post,postun): %{_bindir}/texhash
4286Requires: %{name} = %{epoch}:%{version}-%{release}
4287Obsoletes: tetex-tex-spanishb
4288
4289%description tex-spanish
4290Various TeX related files for typesetting documents written in
4291Spanish, including hyphenation and dictionaries.
4292
4293%description tex-spanish -l pl.UTF-8
4294Różne pliki TeXowe służące do składu dokumentów napisanych w języku
4295hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
4296
4297%package tex-texdraw
4298Summary: Graphical macros, using embedded PostScript
4299Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
4300Group: Applications/Publishing/TeX
4301Requires(post,postun): %{_bindir}/texhash
4302Requires: %{name} = %{epoch}:%{version}-%{release}
4303
4304%description tex-texdraw
4305Graphical macros, using embedded PostScript.
4306
4307%description tex-texdraw -l pl.UTF-8
4308Makra graficzne używające osadzanego PostScriptu.
4309
4310%package tex-thumbpdf
4311Summary: Thumbnails for PDFTeX and dvips/ps2pdf
4312Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
4313Group: Applications/Publishing/TeX
4314Requires(post,postun): %{_bindir}/texhash
4315Requires: %{name} = %{epoch}:%{version}-%{release}
4316
4317%description tex-thumbpdf
4318Provides support, using Perl, for thumbnails in pdfTeX and
4319dvips/ps2pdf, using ghostscript to generate the thumbnails which get
4320represented in a TeX readable file that is read by the package
4321thumbpdf.sty to automatically include the thumbnails. Works with both
4322plain TeX and LaTeX.
4323
4324%description tex-thumbpdf -l pl.UTF-8
4325Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
4326użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
4327TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
4328ikonki. Działa z formatami plain TeX i LaTeX.
4329
4330%package tex-ukrhyph
4331Summary: Ukranian hyphenation
4332Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
4333Group: Applications/Publishing/TeX
4334Requires(post,postun): %{_bindir}/texhash
4335Requires: %{name} = %{epoch}:%{version}-%{release}
4336
4337%description tex-ukrhyph
4338This package allows the use of different hyphenation patterns for the
4339Ukrainian language for various Cyrillic font encodings. Contains
4340packages implementing traditional rules, modern rules, and combined
4341English-Ukrainian hyphenation.
4342
4343%description tex-ukrhyph -l pl.UTF-8
4344Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
4345dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
4346Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
4347łączonych angielsko-ukraińskich.
4348
e67df411
ZU
4349%package latex-variations
4350Summary: Typeset tables of variations of functions
4351Group: Applications/Publishing/TeX
4352Requires(post,postun): %{_bindir}/texhash
4353Requires: %{name} = %{epoch}:%{version}-%{release}
4354
4355%description latex-variations
4356Typeset tables of variations of functions.
4357
d08789e0
ZU
4358%package latex-vietnam
4359Summary: Vietnamese language support
4360Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
4361Group: Applications/Publishing/TeX
4362Requires(post,postun): %{_bindir}/texhash
4363Requires: %{name} = %{epoch}:%{version}-%{release}
4364Obsoletes: tetex-tex-vietnam
4365
4366%description latex-vietnam
4367Vietnamese language support.
4368
4369%description latex-vietnam -l pl.UTF-8
4370Wsparcie dla języka wietnamskiego.
4371
4372%package tex-xypic
4373Summary: Package for typesetting a variety of graphs and diagrams with TeX
4374Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
4375Group: Applications/Publishing/TeX
4376Requires(post,postun): %{_bindir}/texhash
4377Requires: %{name} = %{epoch}:%{version}-%{release}
4378Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
4379
4380%description tex-xypic
4381A package for typesetting a variety of graphs and diagrams with TeX.
4382Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
4383and plain TeX), in particular Xy-pic is provided as a LaTeX2e
4384`supported package'.
4385
4386%description tex-xypic -l pl.UTF-8
4387Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
4388z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
4389w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
4390
4391%package tex-xkeyval
4392Summary: Extension to keyval package
4393Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
4394Group: Applications/Publishing/TeX
4395Requires(post,postun): /usr/bin/texhash
4396Requires: %{name} = %{epoch}:%{version}-%{release}
4397
4398%description tex-xkeyval
4399Extension to keyval package.
4400
4401%description tex-xkeyval -l pl.UTF-8
4402Rozszerzenie do pakietu keyval.
4403
4404%package dirs-fonts
4405Summary: TeX font directories
4406Summary(pl.UTF-8): Katalogi fontów TeXa
4407Group: Fonts
5ff30b02 4408Obsoletes: tetex-dirs-fonts
d08789e0
ZU
4409
4410%description dirs-fonts
4411TeX font directories.
4412
4413%description dirs-fonts -l pl.UTF-8
4414Katalogi fontów TeXa.
4415
4416# # Fonts packages #
4417
4418%package fonts-adobe
4419Summary: Adobe fonts
4420Summary(pl.UTF-8): Fonty Adobe
4421Group: Fonts
78d53d8c 4422Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4423
4424%description fonts-adobe
4425Adobe fonts.
4426
4427%description fonts-adobe -l pl.UTF-8
4428Fonty Adobe.
4429
4430%package fonts-ae
4431Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
4432Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
4433Group: Fonts
78d53d8c 4434Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4435
4436%description fonts-ae
4437Virtual fonts for PDF-files with T1 encoded CMR-fonts.
4438
4439%description fonts-ae -l pl.UTF-8
4440Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
4441
4442%package fonts-ams
4443Summary: AMS fonts
4444Summary(pl.UTF-8): Fonty AMS
4445Group: Fonts
78d53d8c 4446Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4447
4448%description fonts-ams
4449AMS fonts.
4450
4451%description fonts-ams -l pl.UTF-8
4452Fonty AMS.
4453
4454%package fonts-antp
4455Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4456Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4457Group: Fonts
78d53d8c 4458Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4459
4460%description fonts-antp
4461Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4462
4463%description fonts-antp -l pl.UTF-8
4464Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4465Type 1.
4466
4467%package fonts-antt
4468Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4469Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4470Group: Fonts
78d53d8c 4471Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4472
4473%description fonts-antt
4474Antykwa Torunska, a Type 1 family of a Polish traditional type.
4475
4476%description fonts-antt -l pl.UTF-8
4477Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4478
5bc70a92
MB
4479%package fonts-arphic
4480Summary: Arphic fonts
4481Group: Fonts
4482Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4483
4484%description fonts-arphic
4485Arphic fonts.
4486
d08789e0
ZU
4487%package fonts-bbm
4488Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
4489Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
4490Group: Fonts
78d53d8c 4491Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4492
4493%description fonts-bbm
4494Blackboard variant fonts for Computer Modern, with LaTeX support.
4495
4496%description fonts-bbm -l pl.UTF-8
4497Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
4498
4499%package fonts-bbold
4500Summary: Sans serif blackboard bold for LaTeX
4501Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
4502Group: Fonts
78d53d8c 4503Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4504
4505%description fonts-bbold
4506Sans serif blackboard bold for LaTeX.
4507
4508%description fonts-bbold -l pl.UTF-8
4509Tablicowy tłusty font sans serif dla LaTeXa.
4510
b280f158
ZU
4511%package fonts-bh
4512Summary: Bold & Heavy Fonts
4513Summary(pl.UTF-8): Fonty Bold i Heavy
4514Group: Fonts
78d53d8c 4515Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 4516
b280f158
ZU
4517%description fonts-bh
4518Bold & Heavy Fonts.
d08789e0 4519
b280f158
ZU
4520%description fonts-bh -l pl.UTF-8
4521Fonty Bold i Heavy.
d08789e0
ZU
4522
4523%package fonts-bitstream
4524Summary: Bitstream fonts
4525Summary(pl.UTF-8): Fonty Bitstream
4526Group: Fonts
78d53d8c 4527Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4528Obsoletes: tetex-fonts-bitstrea
4529
4530%description fonts-bitstream
4531Bitstream fonts.
4532
4533%description fonts-bitstream -l pl.UTF-8
4534Fonty Bitstream.
4535
4536%package fonts-cbgreek
4537Summary: Complete set of Greek fonts
4538Summary(pl.UTF-8): Pełny zestaw fontów greckich
4539Group: Fonts
78d53d8c 4540Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4541
4542%description fonts-cbgreek
4543Complete set of Greek fonts.
4544
4545%description fonts-cbgreek -l pl.UTF-8
4546Pełny zestaw fontów greckich.
4547
4548%package fonts-cc-pl
4549Summary: Polish version of Computer Concrete fonts
4550Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4551Group: Fonts
78d53d8c 4552Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4553
4554%description fonts-cc-pl
4555Polish version of Computer Concrete fonts.
4556
4557%description fonts-cc-pl -l pl.UTF-8
4558Polska wersja fontów Computer Concrete.
4559
4560%package fonts-cg
4561Summary: Compugraphic fonts
4562Summary(pl.UTF-8): Fonty Compugraphic
4563Group: Fonts
78d53d8c 4564Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4565
4566%description fonts-cg
4567Compugraphic fonts.
4568
4569%description fonts-cg -l pl.UTF-8
4570Fonty Compugraphic.
4571
4572%package fonts-cm
4573Summary: Computer Modern fonts
4574Summary(pl.UTF-8): Fonty Computer Modern
4575Group: Fonts
78d53d8c 4576Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4577
4578%description fonts-cm
4579Computer Modern fonts.
4580
4581%description fonts-cm -l pl.UTF-8
4582Fonty Computer Modern.
4583
4584%package fonts-cmbright
4585Summary: CM Bright fonts
4586Summary(pl.UTF-8): Fonty CM Bright
4587Group: Fonts
78d53d8c 4588Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4589
4590%description fonts-cmbright
4591CM Bright fonts.
4592
4593%description fonts-cmbright -l pl.UTF-8
4594Fonty CM Bright.
4595
5d7e11d7
ZU
4596%package fonts-cmsuper
4597Summary: CM Super fonts
4598Summary(hu.UTF-8): CM Super betűtípus
4599Group: Fonts
4600Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4601
830ca960 4602%description fonts-cmsuper
5d7e11d7
ZU
4603CM Super fonts.
4604
830ca960 4605%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
4606CM Super betűtípus
4607
4608
d08789e0
ZU
4609%package fonts-cmcyr
4610Summary: Computer Modern fonts extended with Russian letters
4611Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4612Group: Fonts
78d53d8c 4613Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4614
4615%description fonts-cmcyr
4616Computer Modern fonts extended with Russian letters.
4617
4618%description fonts-cmcyr -l pl.UTF-8
4619Fonty Computer Modern rozszerzone o litery rosyjskie.
4620
4621%package fonts-cmextra
4622Summary: Extra Computer Modern fonts, from the American Mathematical Society
4623Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
4624Group: Fonts
78d53d8c 4625Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4626
4627%description fonts-cmextra
4628Extra Computer Modern fonts, from the American Mathematical Society.
4629
4630%description fonts-cmextra -l pl.UTF-8
4631Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4632
4633%package fonts-concmath
4634Summary: Concrete Math fonts
4635Summary(pl.UTF-8): Fonty matematyczne Concrete Math
4636Group: Fonts
78d53d8c 4637Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4638
4639%description fonts-concmath
4640Concrete Math fonts.
4641
4642%description fonts-concmath -l pl.UTF-8
4643Fonty matematyczne Concrete Math.
4644
4645%package fonts-concrete
4646Summary: Concrete Roman fonts
4647Summary(pl.UTF-8): Fonty Concrete Roman
4648Group: Fonts
78d53d8c 4649Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4650
4651%description fonts-concrete
4652Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4653with Euler math fonts.
4654
4655%description fonts-concrete -l pl.UTF-8
4656Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4657przeznaczone do używania z fontami matematycznymi Euler.
4658
4659%package fonts-cs
4660Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4661Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4662Group: Fonts
78d53d8c 4663Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4664
4665%description fonts-cs
4666Czech/Slovak-tuned MetaFont Computer Modern fonts.
4667
4668%description fonts-cs -l pl.UTF-8
4669Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4670czeskiego i słowackiego.
4671
4a09ae1a
ZU
4672%package fonts-dstroke
4673Summary: Doublestroke font for typesetting the mathematical symbols
4674Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4675Group: Fonts
78d53d8c 4676Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4677
4678%description fonts-dstroke
4679Doublestroke font for typesetting the mathematical symbols.
4680
4681%description fonts-dstroke -l pl.UTF-8
4682Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4683
4684%package fonts-ecc
4685Summary: Sources for the European Concrete fonts
4686Summary(pl.UTF-8): Źródła dla fontów European Concrete
4687Group: Fonts
78d53d8c 4688Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4689
4690%description fonts-ecc
4691The MetaFont sources and tfm files of the European Concrete Fonts.
4692This is the EC implementation of Knuth's Concrete fonts, including
4693also the corresponding text companion fonts.
4694
4695%description fonts-ecc -l pl.UTF-8
4696Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4697implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4698tekstowymi fontami towarzyszącymi.
4699
4700%package fonts-eurosym
4701Summary: The new European currency symbol for the Euro
4702Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4703Group: Fonts
78d53d8c 4704Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4705
4706%description fonts-eurosym
4707The new European currency symbol for the Euro implemented in Metafont,
4708using the official European Commission dimensions, and providing
4709several shapes (normal, slanted, bold, outline).
4710
4711%description fonts-eurosym -l pl.UTF-8
4712Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4713z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4714różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4715
4716%package fonts-eulervm
4717Summary: The Virtual Euler Math fonts
4718Summary(pl.UTF-8): Fonty Virtual Euler Math
4719Group: Fonts
78d53d8c 4720Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4721
4722%description fonts-eulervm
4723Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4724approach has several advantages over immediately using the _real_
4725Euler fonts: Most noticeably, less TeX resources are consumed, the
4726quality of various math symbols is improved, and a usable \hslash
4727symbol can be provided.
4728
4729%description fonts-eulervm -l pl.UTF-8
4730Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4731fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4732używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4733jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4734matematycznych i może być dostępny używalny symbol \hslash.
4735
4736%package fonts-euxm
4737Summary: Fonts similar to EUSM but with two more characters
4738Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4739Group: Fonts
78d53d8c 4740Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4741
4742%description fonts-euxm
4743Fonts like EUSM but with two more characters needed for Concrete Math
4744included in TeXLive distribution in fonts3.
4745
4746%description fonts-euxm -l pl.UTF-8
4747Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4748dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4749
4750%package fonts-gothic
4751Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4752Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4753Group: Fonts
78d53d8c 4754Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4755
4756%description fonts-gothic
4757Gothic and ornamental initial fonts by Yannis Haralambous.
4758
4759%description fonts-gothic -l pl.UTF-8
4760Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4761
4762%package fonts-hoekwater
4763Summary: Converted mflogo font
4764Summary(pl.UTF-8): Przekonwertowany font mflogo
4765Group: Fonts
78d53d8c 4766Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4767
4768%description fonts-hoekwater
4769Fonts originally created in MetaFont, transformed to PostScript by
4770Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4771xipa.
4772
4773%description fonts-hoekwater -l pl.UTF-8
4774Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4775PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4776stmaryrd, wasy, wasy2, xipa.
4777
4778%package fonts-jknappen
4779Summary: Miscellaneous packages by Joerg Knappen
4780Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4781Group: Fonts
78d53d8c 4782Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4783
4784%description fonts-jknappen
4785Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4786Knappen, including sgmlcmpt.
4787
4788%description fonts-jknappen -l pl.UTF-8
4789Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4790Knappena. Zawiera sgmlcmpt.
4791
4792%package fonts-latex
4793Summary: Basic LaTeX fonts
4794Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4795Group: Fonts
78d53d8c 4796Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4797
4798%description fonts-latex
4799Basic LaTeX fonts.
4800
4801%description fonts-latex -l pl.UTF-8
4802Podstawowe fonty dla LaTeXa.
4803
4804%package fonts-lh
4805Summary: Olga Lapko's LH fonts
4806Summary(pl.UTF-8): Fonty LH Olgi Lapko
4807Group: Fonts
78d53d8c 4808Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4809
4810%description fonts-lh
4811The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4812
4813%description fonts-lh -l pl.UTF-8
4814Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4815
4816%package fonts-lm
4817Summary: Latin Modern family fonts
4818Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4819Group: Applications/Publishing/TeX
78d53d8c 4820Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4821
4822%description fonts-lm
4823Latin Modern family of fonts, based on the Computer Modern fonts
4824released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4825lot of additional characters, mainly accented ones, but not only.
4826There is a one set of PostScript fonts and four sets of TeX Font
4827Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4828encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4829Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4830potential user knows what to do with all these files. The author is
4831Boguslaw Jackowski.
4832
4833%description fonts-lm -l pl.UTF-8
4834Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4835przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4836Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4837Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4838Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4839QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4840(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4841(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4842tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4843
4844%package fonts-marvosym
4845Summary: Martin Vogel's Symbol (marvosym) font
4846Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4847Group: Fonts
78d53d8c 4848Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4849
4850%description fonts-marvosym
4851Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4852currency symbol as defined by the European commission; Euro currency
4853symbols in typefaces Times, Helvetica and Courier; Symbols for
4854structural engineering; Symbols for steel cross-sections; Astronomy
4855signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4856symbols; CE sign and others.
4857
4858%description fonts-marvosym -l pl.UTF-8
4859Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4860waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4861dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4862strukturalnej; symbole dla przekroi poprzecznych; symbole
4863astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4864krawieckie; znak CE i inne.
4865
4866%package fonts-mflogo
4867Summary: Logo fonts
4868Summary(pl.UTF-8): Fonty logo
4869Group: Fonts
78d53d8c 4870Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4871
4872%description fonts-mflogo
4873Logo fonts.
4874
4875%description fonts-mflogo -l pl.UTF-8
4876Fonty logo.
4877
4878%package fonts-misc
4879Summary: Miscellaneous fonts
4880Summary(pl.UTF-8): Różne fonty
4881Group: Fonts
78d53d8c 4882Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4883
4884%description fonts-misc
4885Miscellaneous fonts.
4886
4887%description fonts-misc -l pl.UTF-8
4888Fonty różne.
4889
4890%package fonts-monotype
4891Summary: Monotype fonts
4892Summary(pl.UTF-8): Fonty Monotype
4893Group: Fonts
78d53d8c 4894Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4895
4896%description fonts-monotype
4897Monotype fonts.
4898
4899%description fonts-monotype -l pl.UTF-8
4900Fonty Monotype.
4901
4902%package fonts-omega
4903Summary: Fonts for Omega - extended unicode TeX
4904Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4905Group: Fonts
78d53d8c 4906Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4907
4908%description fonts-omega
4909Fonts for Omega - extended unicode TeX.
4910
4911%description fonts-omega -l pl.UTF-8
4912Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4913
f1ba8563
ZU
4914
4915%package fonts-other
4916Summary: Other fonts
4917Summary(hu.UTF-8): További betűtípusok
4918Group: Fonts
4919Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4920
4921%description fonts-other
4922Other fonts.
4923
4924%description fonts-omega -l hu.UTF-8
4925További betűtípusok.
4926
d08789e0
ZU
4927%package fonts-pazo
4928Summary: Pazo fonts
4929Summary(pl.UTF-8): Fonty Pazo
4930Group: Fonts
78d53d8c 4931Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4932
4933%description fonts-pazo
4934Pazo fonts.
4935
4936%description fonts-pazo -l pl.UTF-8
4937Fonty Pazo.
4938
4939%package fonts-pl
4940Summary: Polish fonts
4941Summary(pl.UTF-8): Polskie fonty
4942Group: Fonts
78d53d8c 4943Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4944
4945%description fonts-pl
4946Polish fonts.
4947
4948%description fonts-pl -l pl.UTF-8
4949Polskie fonty.
4950
4951%package fonts-px
4952Summary: PX fonts
4953Summary(pl.UTF-8): Fonty PX
4954Group: Fonts
78d53d8c 4955Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4956
4957%description fonts-px
4958PX fonts.
4959
4960%description fonts-px -l pl.UTF-8
4961Fonty PX.
4962
4963%package fonts-qfonts
4964Summary: Quasi fonts
4965Summary(pl.UTF-8): Fonty Quasi
4966Group: Fonts
78d53d8c 4967Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4968
4969%description fonts-qfonts
4970Quasi fonts.
4971
4972%description fonts-qfonts -l pl.UTF-8
4973Fonty Quasi.
4974
4975%package fonts-qpx
4976Summary: Additional fonts for QPX package
4977Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4978Group: Fonts
78d53d8c 4979Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4980Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4981Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4982
4983%description fonts-qpx
4984Additional fonts for QPX package.
4985
4986%description fonts-qpx -l pl.UTF-8
4987Dodatkowe fonty dla pakietu QPX.
4988
31bd2c4a 4989%package fonts-qpxqtx
d08789e0
ZU
4990Summary: Additional fonts for QTX package
4991Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4992Group: Fonts
78d53d8c 4993Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4994# I hope qpxqtx doesn't need qfonts
4995# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4996Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4997
31bd2c4a 4998%description fonts-qpxqtx
d08789e0
ZU
4999Additional fonts for QTX package.
5000
31bd2c4a 5001%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
5002Dodatkowe fonty dla pakietu QTX.
5003
5004%package fonts-rsfs
5005Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
5006Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
5007Group: Fonts
78d53d8c 5008Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5009
5010%description fonts-rsfs
5011Fonts of uppercase script letters for use as symbols in scientific and
5012mathematical typesetting, in contrast to the informal script fonts
5013such as that used for the `calligraphic' symbols in the TeX math
5014symbol font.
5015
5016%description fonts-rsfs -l pl.UTF-8
5017Fonty wielkich liter pisanych do używania jako symbole przy składaniu
5018dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
5019fontów pisanych takich jak używane do symboli "kaligraficznych" w
5020matematycznym foncie TeXowym symbol.
5021
5022%package fonts-stmaryrd
5023Summary: St Mary Road symbols for functional programming
5024Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
5025Group: Fonts
78d53d8c 5026Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5027
5028%description fonts-stmaryrd
5029St Mary Road symbols for functional programming.
5030
5031%description fonts-stmaryrd -l pl.UTF-8
5032Symbole St Mary Road do programowania funkcyjnego.
5033
5034%package fonts-tx
5035Summary: TX fonts
5036Summary(pl.UTF-8): Fonty TX
5037Group: Fonts
78d53d8c 5038Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5039
5040%description fonts-tx
5041TX fonts.
5042
5043%description fonts-tx -l pl.UTF-8
5044Fonty TX.
5045
5bc70a92
MB
5046%package fonts-uhc
5047Summary: UHC fonts
5048Group: Fonts
5049Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5050
5051%description fonts-uhc
5052UHC fonts.
5053
d08789e0
ZU
5054%package fonts-urw
5055Summary: URW fonts
5056Summary(pl.UTF-8): Fonty URW
5057Group: Fonts
78d53d8c 5058Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5059
5060%description fonts-urw
5061URW fonts.
5062
5063%description fonts-urw -l pl.UTF-8
5064Fonty URW.
5065
5066%package fonts-urwvn
5067Summary: URWVN fonts
5068Summary(pl.UTF-8): Fonty URWVN
5069Group: Fonts
78d53d8c 5070Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5071
5072%description fonts-urwvn
5073URWVN fonts.
5074
5075%description fonts-urwvn -l pl.UTF-8
5076Fonty URWVN.
5077
5078%package fonts-vnr
5079Summary: VNR fonts
5080Summary(pl.UTF-8): Fonty VNR
5081Group: Fonts
78d53d8c 5082Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5083
5084%description fonts-vnr
5085VNR fonts.
5086
5087%description fonts-vnr -l pl.UTF-8
5088Fonty VNR.
5089
e67df411
ZU
5090%package fonts-urw35vf
5091Summary: urw35vf fonts
5092Summary(hu.UTF-8): urw35vf betűtípus
5093Summary(pl.UTF-8): Fonty urw35vf
5094Group: Fonts
5095Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5096
5097%description fonts-urw35vf
5098urw35vf fonts.
5099
5100%description fonts-urw35vf -l hu.UTF-8
5101urw35vf betűtípus.
5102
5bc70a92
MB
5103%package fonts-wadalab
5104Summary: Wadalab fonts
5105Group: Fonts
5106Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5107
5108%description fonts-wadalab
5109Wadalab fonts.
5110
d08789e0
ZU
5111%package fonts-wasy
5112Summary: Waldis symbol fonts
5113Summary(pl.UTF-8): Fonty Waldis symbol
5114Group: Fonts
78d53d8c 5115Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5116
5117%description fonts-wasy
5118Waldis symbol fonts.
5119
5120%description fonts-wasy -l pl.UTF-8
5121Fonty Waldis symbol.
5122
5123%package fonts-xypic
5124Summary: Xy-pic fonts
5125Summary(pl.UTF-8): Fonty Xy-pic
5126Group: Fonts
78d53d8c 5127Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5128
5129%description fonts-xypic
5130Xy-pic fonts.
5131
5132%description fonts-xypic -l pl.UTF-8
5133Fonty Xy-pic.
5134
5135%package fonts-yandy
5136Summary: European Modern fonts from Y&Y
5137Summary(pl.UTF-8): Fonty European Modern od Y&Y
5138Group: Fonts
78d53d8c 5139Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5140
5141%description fonts-yandy
5142European Modern fonts from Y&Y.
5143
5144%description fonts-yandy -l pl.UTF-8
5145Fonty European Modern od Y&Y.
5146
5147%package fonts-type1-antp
5148Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
5149Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
5150Group: Fonts
78d53d8c 5151Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5152
5153%description fonts-type1-antp
5154Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
5155
5156%description fonts-type1-antp -l pl.UTF-8
5157Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
5158Type 1.
5159
5160%package fonts-type1-antt
5161Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
5162Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
5163Group: Fonts
78d53d8c 5164Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5165
5166%description fonts-type1-antt
5167Antykwa Torunska, a Type 1 family of a Polish traditional type.
5168
5169%description fonts-type1-antt -l pl.UTF-8
5170Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
5171
5bc70a92
MB
5172%package fonts-type1-arphic
5173Summary: Type1 Arphic fonts
5174Group: Fonts
5175Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5176
5177%description fonts-type1-arphic
5178Type1 Arphic fonts.
5179
d08789e0
ZU
5180%package fonts-type1-belleek
5181Summary: Free replacement for basic MathTime fonts
5182Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
5183Group: Fonts
78d53d8c 5184Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5185
5186%description fonts-type1-belleek
5187Free replacement for basic MathTime fonts.
5188
5189%description fonts-type1-belleek -l pl.UTF-8
5190Wolnodostępny zamiennik podstawowych fontów MathTime.
5191
5192%package fonts-type1-bitstream
5193Summary: Bitstream fonts
5194Summary(pl.UTF-8): Fonty Bitstream
5195Group: Fonts
78d53d8c 5196Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5197Obsoletes: tetex-fonts-type1-bitstrea
5198
5199%description fonts-type1-bitstream
5200Bitstream fonts.
5201
5202%description fonts-type1-bitstream -l pl.UTF-8
5203Fonty Bitstream.
5204
5205%package fonts-type1-bluesky
5206Summary: Computer Modern family fonts
5207Summary(pl.UTF-8): Fonty z rodziny Computer Modern
5208Group: Fonts
78d53d8c 5209Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5210
5211%description fonts-type1-bluesky
5212Computer Modern family fonts.
5213
5214%description fonts-type1-bluesky -l pl.UTF-8
5215Fonty z rodzony Computer Modern.
5216
5217%package fonts-type1-cc-pl
5218Summary: Polish version of Computer Concrete fonts
5219Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
5220Group: Fonts
78d53d8c 5221Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5222
5223%description fonts-type1-cc-pl
5224Polish version of Computer Concrete fonts.
5225
5226%description fonts-type1-cc-pl -l pl.UTF-8
5227Polska wersja fontów Computer Concrete.
5228
5229%package fonts-type1-cmcyr
5230Summary: Computer Modern fonts extended with Russian letters
5231Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
5232Group: Fonts
78d53d8c 5233Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5234
5235%description fonts-type1-cmcyr
5236Computer Modern fonts extended with Russian letters.
5237
5238%description fonts-type1-cmcyr -l pl.UTF-8
5239Fonty Computer Modern rozszerzone o litery rosyjskie.
5240
5241%package fonts-type1-cs
5242Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
5243Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
5244Group: Fonts
78d53d8c 5245Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5246
5247%description fonts-type1-cs
5248Czech/Slovak-tuned MetaFont Computer Modern fonts.
5249
5250%description fonts-type1-cs -l pl.UTF-8
5251Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
5252czeskiego i słowackiego.
5253
b280f158
ZU
5254%package fonts-type1-dstroke
5255Summary: Doublestroke Type1 font for typesetting the mathematical symbols
5256Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
5257Group: Fonts
78d53d8c 5258Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5259
5260%description fonts-type1-dstroke
5261Doublestroke Type1 font for typesetting the mathematical symbols.
5262
5263%description fonts-type1-dstroke -l pl.UTF-8
5264Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
5265
5266%package fonts-type1-eurosym
5267Summary: The new European currency symbol for the Euro
5268Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
5269Group: Fonts
78d53d8c 5270Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5271
5272%description fonts-type1-eurosym
5273The new European currency symbol for the Euro implemented in Metafont,
5274using the official European Commission dimensions, and providing
5275several shapes (normal, slanted, bold, outline).
5276
5277%description fonts-type1-eurosym -l pl.UTF-8
5278Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
5279z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
5280różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
5281
5282%package fonts-type1-hoekwater
5283Summary: Converted mflogo font
5284Summary(pl.UTF-8): Przekonwertowany font mflogo
5285Group: Fonts
78d53d8c 5286Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5287
5288%description fonts-type1-hoekwater
5289Fonts originally created in MetaFont, transformed to PostScript by
5290Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
5291xipa.
5292
5293%description fonts-type1-hoekwater -l pl.UTF-8
5294Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
5295PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
5296stmaryrd, wasy, wasy2, xipa.
5297
5298%package fonts-type1-fpl
5299Summary: SC/OsF fonts for URW Palladio L
5300Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
5301Group: Fonts
78d53d8c 5302Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5303
5304%description fonts-type1-fpl
5305The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
5306are compatible with respect to metrics with the Palatino SC/OsF fonts
5307from Adobe. Note that it is not the author's aim to exactly reproduce
5308the outlines of the original Adobe fonts. The SC and OsF in the FPL
5309Fonts were designed with the glyphs from URW Palladio L as starting
5310point. For some glyphs (eg 'o') the author got the best result by
5311scaling and boldening. For others (eg 'h') shifting selected portions
5312of the character gave more satisfying results. All this was done using
5313the free font editor FontForge <http://fontforge.sf.net/>. The kerning
5314data in these fonts comes from Walter Schmidt's improved Palatino
5315metrics.
5316
5317%description fonts-type1-fpl -l pl.UTF-8
5318Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
5319kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
5320Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
5321kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
5322projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
5323(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
5324pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
5325dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
5326wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
5327Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
5328Palatino Waltera Schmidta.
5329
b280f158
ZU
5330%package fonts-type1-tt2001
5331Summary: Type1 tt2001 family fonts
5332Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
5333Group: Applications/Publishing/TeX
78d53d8c 5334Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5335
5336%description fonts-type1-tt2001
5337Type1 tt2001 famliy fonts.
5338
5339%description fonts-type1-tt2001 -l pl.UTF-8
5340Fonty Type1 z rodziny tt2001.
d08789e0
ZU
5341
5342%package fonts-type1-lm
5343Summary: Type1 Latin Modern family fonts
5344Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
5345Group: Applications/Publishing/TeX
78d53d8c 5346Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5347
5348%description fonts-type1-lm
5349Latin Modern family of fonts, based on the Computer Modern fonts
5350released into public domain by AMS (copyright (C) 1997 AMS). Contain a
5351lot of additional characters, mainly accented ones, but not only.
5352There is a one set of PostScript fonts and four sets of TeX Font
5353Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
5354encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
5355Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
5356potential user knows what to do with all these files. The author is
5357Boguslaw Jackowski.
5358
5359%description fonts-type1-lm -l pl.UTF-8
5360Rodzina fontów Latin Modern, oparta na fontach Computer Modern
5361przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
5362Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
5363Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
5364Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
5365QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
5366(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
5367(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
5368tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
5369
5370%package fonts-type1-marvosym
5371Summary: Martin Vogel's Symbol (marvosym) font
5372Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
5373Group: Fonts
78d53d8c 5374Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5375
5376%description fonts-type1-marvosym
5377Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
5378currency symbol as defined by the European commission; Euro currency
5379symbols in typefaces Times, Helvetica and Courier; Symbols for
5380structural engineering; Symbols for steel cross-sections; Astronomy
5381signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
5382symbols; CE sign and others.
5383
5384%description fonts-type1-marvosym -l pl.UTF-8
5385Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
5386waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
5387dla krojów Times, Helvetica i Courier; symbole dla inżynierii
5388strukturalnej; symbole dla przekroi poprzecznych; symbole
5389astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
5390krawieckie; znak CE i inne.
5391
5392%package fonts-type1-mathpazo
5393Summary: Pazo Math fonts
5394Summary(pl.UTF-8): Fonty matematyczne Pazo Math
5395Group: Fonts
78d53d8c 5396Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5397
5398%description fonts-type1-mathpazo
5399Pazo Math fonts.
5400
5401%description fonts-type1-mathpazo -l pl.UTF-8
5402Fonty matematyczne Pazo Math.
5403
5404%package fonts-type1-omega
5405Summary: Type1 fonts for Omega - extended unicode TeX
5406Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
5407Group: Fonts
78d53d8c 5408Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5409
5410%description fonts-type1-omega
5411Type1 fonts for Omega - extended unicode TeX.
5412
5413%description fonts-type1-omega -l pl.UTF-8
5414Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
5415
5416%package fonts-type1-pl
5417Summary: Polish fonts
5418Summary(pl.UTF-8): Polskie fonty
5419Group: Fonts
78d53d8c 5420Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5421Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
5422
5423%description fonts-type1-pl
5424Polish fonts.
5425
5426%description fonts-type1-pl -l pl.UTF-8
5427Polskie fonty.
5428
5429%package fonts-type1-px
5430Summary: PX fonts
5431Summary(pl.UTF-8): Fonty PX
5432Group: Fonts
78d53d8c 5433Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5434
5435%description fonts-type1-px
5436PX fonts.
5437
5438%description fonts-type1-px -l pl.UTF-8
5439Fonty PX.
5440
b280f158
ZU
5441%package fonts-type1-qfonts
5442Summary: Quasi fonts
5443Summary(pl.UTF-8): Fonty Quasi
5444Group: Fonts
78d53d8c 5445Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5446
5447%description fonts-type1-qfonts
5448Quasi fonts.
5449
5450%description fonts-type1-qfonts -l pl.UTF-8
5451Fonty Quasi.
d08789e0
ZU
5452
5453%package fonts-type1-tx
5454Summary: TX fonts
5455Summary(pl.UTF-8): Fonty TX
5456Group: Fonts
78d53d8c 5457Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5458
5459%description fonts-type1-tx
5460TX fonts.
5461
5462%description fonts-type1-tx -l pl.UTF-8
5463Fonty TX.
5464
5bc70a92
MB
5465%package fonts-type1-uhc
5466Summary: Type1 UHC fonts
5467Group: Fonts
5468Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5469
5470%description fonts-type1-uhc
5471Type1 UHC fonts.
5472
d08789e0
ZU
5473%package fonts-type1-urw
5474Summary: URW fonts
5475Summary(pl.UTF-8): Fonty URW
5476Group: Fonts
78d53d8c 5477Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5478
5479%description fonts-type1-urw
5480URW fonts.
5481
5482%description fonts-type1-urw -l pl.UTF-8
5483Fonty URW.
5484
5485%package fonts-type1-vnr
5486Summary: Type1 VNR fonts
5487Summary(pl.UTF-8): Fonty Type1 VNR
5488Group: Fonts
78d53d8c 5489Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5490
5491%description fonts-type1-vnr
5492Type1 VNR fonts.
5493
5494%description fonts-type1-vnr -l pl.UTF-8
5495Fonty Type1 VNR.
5496
5bc70a92
MB
5497%package fonts-type1-wadalab
5498Summary: Type1 Wadalab fonts
5499Group: Fonts
5500Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5501
5502%description fonts-type1-wadalab
5503Type1 Wadalab fonts.
5504
d08789e0
ZU
5505%package fonts-type1-xypic
5506Summary: Xy-pic fonts
5507Summary(pl.UTF-8): Fonty Xy-pic
5508Group: Fonts
78d53d8c 5509Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5510
5511%description fonts-type1-xypic
5512Xy-pic fonts.
5513
5514%description fonts-type1-xypic -l pl.UTF-8
5515Fonty Xy-pic.
5516
489714ae
ZU
5517
5518# TeXLive-specific packages - there wasn't before...
5519%package afm2pl
5520Summary: Convert an Adobe font metric file to a TeX font property list
5521Group: Fonts
5522
5523%description afm2pl
5524Convert an Adobe font metric file to a TeX font property list.
5525
5526
5527%package bbox
5528Summary: bbox prints the bounding box of images
5529Group: Applications/Publishing/TeX
5530
5531%description bbox
5532bbox reads a rawppm or rawpbm file and prints out the bounding box of
5533the image.
5534
5535%package cefutils
5536Summary: In cefutils there are CEF-compatible utils
5537Group: Applications/Publishing/TeX
5538
5539%description cefutils
5540In cefutils there are CEF-compatible (Chinese Encoding Framework)
5541utils.
5542
5543%package detex
5544Summary: A filter to strip TeX commands from a .tex file
5545Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
5546Group: Applications/Publishing/TeX
5547
5548%description detex
5549A filter to strip TeX commands from a .tex file.
5550
5551%description detex -l hu.UTF-8
5552Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
5553
5554
7ffd1967
ZU
5555%package dviutils
5556Summary: Various DVI utils
5557Summary(hu.UTF-8): Vegyes DVI eszközök
5558Group: Applications/Publishing/TeX
5559
5560%description dviutils
5561This package contains various DVI utils.
5562
5563%description dviutils -l hu.UTF-8
5564Ez a csomag mindenféle DVI eszközt tartalmaz.
5565
5566%package epsutils
5567Summary: Various EPS utils
5568Group: Applications/Publishing/TeX
5569
5570%description epsutils
5571Various EPS (Encapsulated PostScript) utils.
5572
5573
5574%package filters
5575Summary: Various filters
5576Group: Applications/Publishing/TeX
5577
5578%description filters
5579Various filters.
5580
5581
489714ae
ZU
5582%package uncategorized-utils
5583Summary: Uncategorized utils
5584Group: Applications/Publishing/TeX
5585
5586%description uncategorized-utils
5587Uncategorized utilities. Needs check and categorizing.
5588
5b7eba8e
MB
5589%package tex4ht
5590Summary: LaTeX and TeX for hypertext
5591Group: Applications/Publishing/TeX
5592
5593%description tex4ht
5594A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
5595providing a configurable (La)TeX-based authoring system for hypertext.
5596When converting to XML, you can use MathML instead of images for
5597equation representation.
5598
4224ae6d
MB
5599%package xetex
5600Summary: Extended TeX / LaTeX version for unicode
5601Group: Applications/Publishing/TeX
5602Requires(post,postun): /usr/bin/texhash
5603Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
5604
5605%description xetex
5606XeTeX extends the TeX typesetting system (and macro packages such as
5607LaTeX and ConTeXt) to have native support for the Unicode character
5608set, including complex Asian scripts, and for OpenType and TrueType
5609fonts.
5610
5611%package xmltex
5612Summary: TeX package for processing XML files
5613Group: Applications/Publishing/TeX
5614Requires(post,postun): /usr/bin/texhash
5615
5616%description xmltex
5617XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
5618It allows TeX to directly process XML files.
5619
d08789e0
ZU
5620%prep
5621%setup -q -c -T -n %{name}-%{version}-source
5622lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 5623%patch0 -p1
1cc1dae0 5624%patch1 -p1
c48c077b
AM
5625
5626cd libs/teckit
5627cat ax*.m4 > acinclude.m4
5628%{__libtoolize}
5629%{__aclocal}
5630%{__autoconf}
5631%{__automake}
d08789e0
ZU
5632
5633%build
5634find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 5635%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 5636cd texk/kpathsea
83feaf0d
ZU
5637%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5638%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5639%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5640%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5641%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 5642%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 5643cd ../..
d47c034d 5644
a784d38e 5645%configure \
ca4b56d2
AM
5646%if %{with bootstrap}
5647 --without-xindy \
5648 --without-luatex \
5649%endif
d08789e0
ZU
5650 --disable-multiplatform \
5651 --disable-static \
5652 --enable-a4 \
5653 --enable-gf \
5654 --enable-ipc \
5655 --enable-shared \
a784d38e 5656 --with-fontconfig \
d08789e0
ZU
5657 --with-fonts-dir=/var/cache/fonts \
5658 --with-ncurses \
e671f712 5659 --with-system-freetype \
97b079ad 5660 --with-freetype-include=/usr/include/freetype \
a784d38e 5661 --with-system-freetype2 \
97b079ad 5662 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5663 --with-system-gd \
5664 --with-system-ncurses \
5665 --with-system-pnglib \
5666 --with-system-t1lib \
5667 --with-system-zlib \
d08789e0
ZU
5668 --with-xdvi-x-toolkit=xaw \
5669 --without-dialog \
5670 --without-t1utils \
ca4b56d2 5671 --without-texinfo
d08789e0 5672
d08789e0
ZU
5673%{__make}
5674
d08789e0
ZU
5675%install
5676rm -rf $RPM_BUILD_ROOT
5677install -d $RPM_BUILD_ROOT%{_datadir} \
5678 $RPM_BUILD_ROOT%{_desktopdir} \
5679 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5680 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5681 $RPM_BUILD_ROOT/var/cache/fonts \
5682 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5683 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5684 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5685 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5686
f37ff31b
ZU
5687lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5688%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5689%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5690%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
c9ddaf2d
ZU
5691%{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots
5692rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots
caaf987e
ZU
5693# imho it is unneeded
5694%{__rm} -r $RPM_BUILD_ROOT%{texmfdist}/doc/fonts/{ec,fc,utopia}
45fd8253 5695%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/cefconv
c9ddaf2d 5696
f37ff31b
ZU
5697# This is an empty directory
5698%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5699# Useless binary
5700%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5701
d08789e0
ZU
5702# commented out because of following (non-fatal) error:
5703# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5704#perl -pi \
5705# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5706# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5707# texmf/web2c/texmf.cnf
5708
d08789e0
ZU
5709install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5710
5711LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5712
5713%{__make} install \
5714 prefix=$RPM_BUILD_ROOT%{_prefix} \
5715 bindir=$RPM_BUILD_ROOT%{_bindir} \
5716 mandir=$RPM_BUILD_ROOT%{_mandir} \
5717 libdir=$RPM_BUILD_ROOT%{_libdir} \
5718 datadir=$RPM_BUILD_ROOT%{_datadir} \
5719 infodir=$RPM_BUILD_ROOT%{_infodir} \
5720 includedir=$RPM_BUILD_ROOT%{_includedir} \
5721 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5722 texmf=$RPM_BUILD_ROOT%{texmf} \
5723 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5724 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5725
015f9ddb 5726%{__rm} $RPM_BUILD_ROOT%{texmf}/scripts/texlive/uninstall-win32.pl
37bb0d8c 5727# Fix broken symlinks
3702646a
ZU
5728CURDIR=$(pwd)
5729cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5730ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5731ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5732ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5733ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5734ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5735ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5736ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5737ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5738ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5739ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5740ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5741ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5742ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5743ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5744ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5745ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5746ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5747ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5748ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5749ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5750ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5751ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5752ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5753ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5754ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5755ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5756ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5757ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5758ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5759ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5760ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5761ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5762ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5763ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5764ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5765ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5766ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5767ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5768ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5769ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5770ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5771ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5772ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5773ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5774ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5775ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5776ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5777ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5778ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5779ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5780ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5781ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5782ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5783ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5784ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5785ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5786ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5787ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5788ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5789ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
24f69178
ZU
5790cd $RPM_BUILD_ROOT%{texmfdist}/tex/latex
5791unzip %{SOURCE10}
5792cd floatflt
5793latex floatflt.ins
3fa1953f
ZU
5794%{__rm} *.log
5795install -d $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
5796%{__mv} *.txt *.tex *.pdf README $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
3702646a 5797cd $CURDIR
37bb0d8c 5798
d08789e0
ZU
5799#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5800#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5801
26d8eaaa
ZU
5802# %{__make} init \
5803# prefix=$RPM_BUILD_ROOT%{_prefix} \
5804# bindir=$RPM_BUILD_ROOT%{_bindir} \
5805# mandir=$RPM_BUILD_ROOT%{_mandir} \
5806# libdir=$RPM_BUILD_ROOT%{_libdir} \
5807# datadir=$RPM_BUILD_ROOT%{_datadir} \
5808# infodir=$RPM_BUILD_ROOT%{_infodir} \
5809# includedir=$RPM_BUILD_ROOT%{_includedir} \
5810# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5811# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5812
489714ae 5813%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5814%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5815# We don't need it
5816%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5817%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5818
d08789e0
ZU
5819perl -pi \
5820 -e "s|$RPM_BUILD_ROOT||g;" \
5821 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5822
8175e90e 5823install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5824
5825install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5826install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5827
ce981570 5828# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5829
5830# in separate spec
b4d68b39
ZU
5831# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5832# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5833
5834# not included in package
5835rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5836rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5837rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5838rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5839rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5840rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5841rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5842rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5843rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5844rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5845rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5846rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5847rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5848rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5849rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5850rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
a20402b1
ZU
5851rm -rf $RPM_BUILD_ROOT%{texmf}/doc/gzip
5852rm -rf $RPM_BUILD_ROOT%{texmf}/chktex
5853rm -rf $RPM_BUILD_ROOT%{texmf}/doc/chktex
d08789e0
ZU
5854
5855# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5856# and we can still analyze them
ce981570
ZU
5857# install -d format-logs
5858# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5859
5860%clean
5861rm -rf $RPM_BUILD_ROOT
5862
5863%post
5864%fixinfodir
5865%texhash
5866
5867%postun
5868%fixinfodir
5869if [ "$1" = "1" ]; then
5870 %texhash
5871fi
5872
5873%post doc-Catalogue
5874%texhash
5875
5876%postun doc-Catalogue
5877%texhash
5878
5879%post doc-tug-faq
5880%texhash
5881
5882%postun doc-tug-faq
5883%texhash
5884
096dca83 5885%post -n kpathsea
d08789e0
ZU
5886/sbin/ldconfig
5887%fixinfodir
5888%texhash
5889
096dca83 5890%postun -n kpathsea
d08789e0
ZU
5891/sbin/ldconfig
5892%fixinfodir
5893%texhash
5894
096dca83 5895%post -n kpathsea-devel
d08789e0
ZU
5896%texhash
5897
096dca83 5898%postun -n kpathsea-devel
d08789e0
ZU
5899%texhash
5900
5901%post dvips
5902%fixinfodir
5903%texhash
5904
5905%postun dvips
5906%fixinfodir
5907%texhash
5908
5909%post dvilj
5910%texhash
5911
5912%postun dvilj
5913%texhash
5914
5915%post makeindex
5916%texhash
5917
5918%postun makeindex
5919%texhash
5920
29d720fe
ZU
5921%post scripts
5922%texhash
5923
5924%postun scripts
5925%texhash
5926
783773ac
ZU
5927%post tex-arrayjob
5928%texhash
5929
5930%postun tex-arrayjob
5931%texhash
5932
caaf987e
ZU
5933%post tex-kastrup
5934%texhash
5935
5936%postun tex-kastrup
5937%texhash
5938
783773ac
ZU
5939%post tex-insbox
5940%texhash
5941
5942%postun tex-insbox
5943%texhash
5944
e67df411
ZU
5945%post tex-mathdots
5946%texhash
5947
5948%postun tex-mathdots
5949%texhash
5950
783773ac
ZU
5951%post tex-midnight
5952%texhash
5953
5954%postun tex-midnight
5955%texhash
5956
5957%post tex-ofs
5958%texhash
5959
5960%postun tex-ofs
5961%texhash
5962
e149bdb4
ZU
5963%post tex-physe
5964%texhash
5965
5966%postun tex-physe
5967%texhash
5968
5969%post tex-velthuis
5970%texhash
5971
5972%postun tex-velthuis
5973%texhash
5974
783773ac
ZU
5975%post tex-ytex
5976%texhash
5977
5978%postun tex-ytex
5979%texhash
5980
d08789e0
ZU
5981%post metafont
5982%texhash
5983
5984%postun metafont
5985%texhash
5986
5987%post metapost
5988%texhash
5989
5990%postun metapost
5991%texhash
5992
43a061cf 5993%post metapost-other
786ebdb1
ZU
5994%texhash
5995
43a061cf 5996%postun metapost-other
786ebdb1
ZU
5997%texhash
5998
d08789e0
ZU
5999%post mptopdf
6000%texhash
6001
6002%postun mptopdf
6003%texhash
6004
6005%post texdoctk
6006%texhash
6007
6008%postun texdoctk
6009%texhash
6010
6011%post -n xdvi
6012%texhash
6013
6014%postun -n xdvi
6015%texhash
6016
6017%post pdftex
6018%texhash
6019
6020%postun pdftex
6021%texhash
6022
04123363
ZU
6023%post phyzzx
6024%texhash
6025
6026%postun phyzzx
6027%texhash
6028
d08789e0
ZU
6029%post omega
6030%texhash
6031
6032%postun omega
6033%texhash
6034
6035%post plain
6036%texhash
6037
6038%postun plain
6039%texhash
6040
6041%post format-plain
6042%texhash
6043
6044%postun format-plain
6045%texhash
6046
6047%post format-pdftex
6048%texhash
6049
6050%postun format-pdftex
6051%texhash
6052
6053%post format-pdfetex
6054%texhash
6055
6056%postun format-pdfetex
6057%texhash
6058
6059%post mex
6060%texhash
6061
6062%postun mex
6063%texhash
6064
6065%post format-mex
6066%texhash
6067
6068%postun format-mex
6069%texhash
6070
6071%post format-pdfmex
6072%texhash
6073
6074%postun format-pdfmex
6075%texhash
6076
6077%postun format-utf8mex
6078%texhash
6079
6080%post amstex
6081%texhash
6082
6083%postun amstex
6084%texhash
6085
6086%post format-amstex
6087%texhash
6088
6089%postun format-amstex
6090%texhash
6091
6092%post format-pdfamstex
6093%texhash
6094
6095%postun format-pdfamstex
6096%texhash
6097
6098%post csplain
6099%texhash
6100
6101%postun csplain
6102%texhash
6103
6104%post format-csplain
6105%texhash
6106
6107%postun format-csplain
6108%texhash
6109
6110%post format-pdfcsplain
6111%texhash
6112
6113%postun format-pdfcsplain
6114%texhash
6115
6116%post cslatex
6117%texhash
6118
6119%postun cslatex
6120%texhash
6121
6122%post format-cslatex
6123%texhash
6124
6125%postun format-cslatex
6126%texhash
6127
6128%post format-pdfcslatex
6129%texhash
6130
6131%postun format-pdfcslatex
6132%texhash
6133
6134%post cyrplain
6135%texhash
6136
6137%postun cyrplain
6138%texhash
6139
6140%post format-cyrplain
6141%texhash
6142
6143%postun format-cyrplain
6144%texhash
6145
6146%post format-cyramstex
6147%texhash
6148
6149%postun format-cyramstex
6150%texhash
6151
6152%post format-cyrtexinfo
6153%texhash
6154
6155%postun format-cyrtexinfo
6156%texhash
6157
6158%post eplain
6159%texhash
6160
6161%postun eplain
6162%texhash
6163
6164%post format-eplain
6165%texhash
6166
6167%postun format-eplain
6168%texhash
6169
6170# ConTeXt format
6171
6172%post context
6173%texhash
6174
6175%postun context
6176%texhash
6177
6178%post format-context-de
6179%texhash
6180
6181%postun format-context-de
6182%texhash
6183
6184%post format-context-en
6185%texhash
6186
6187%postun format-context-en
6188%texhash
6189
6190%post format-context-nl
6191%texhash
6192
6193%postun format-context-nl
6194%texhash
6195
6196# LaTeX format.
6197
6198%post latex
6199%fixinfodir
6200%texhash
6201
6202%postun latex
6203%fixinfodir
6204%texhash
6205
73d8d817
ZU
6206%post latex-lang
6207%texhash
6208
6209%postun latex-lang
6210%texhash
6211
6212%post latex-styles
6213%texhash
6214
6215%postun latex-styles
6216%texhash
6217
2e9c3e45
ZU
6218%post latex-pdftools
6219%texhash
6220
6221%postun latex-pdftools
6222%texhash
6223
1d337b0e
ZU
6224%post latex-extend
6225%texhash
6226
6227%postun latex-extend
6228%texhash
6229
6230%post latex-programming
6231%texhash
6232
6233%postun latex-programming
6234%texhash
6235
de260d32
ZU
6236%post latex-misc
6237%texhash
6238
6239%postun latex-misc
6240%texhash
6241
6bc47e19
ZU
6242%post latex-effects
6243%texhash
6244
6245%postun latex-effects
6246%texhash
6247
2e9c3e45
ZU
6248%post latex-math
6249%texhash
6250
6251%postun latex-math
6252%texhash
6253
1d337b0e
ZU
6254%post latex-music
6255%texhash
6256
6257%postun latex-music
6258%texhash
6259
2e9c3e45
ZU
6260%post latex-physics
6261%texhash
6262
6263%postun latex-physics
6264%texhash
6265
6266%post latex-games
6267%texhash
6268
6269%postun latex-games
6270%texhash
6271
6272%post latex-biology
6273%texhash
6274
6275%postun latex-biology
6276%texhash
6277
6278%post latex-chem
6279%texhash
6280
6281%postun latex-chem
6282%texhash
6283
6284%post latex-informatic
6285%texhash
6286
6287%postun latex-informatic
6288%texhash
6289
6c82f497
ZU
6290%post latex-12many
6291%texhash
6292
6293%postun latex-12many
6294%texhash
6295
fe66da27
ZU
6296%post latex-abstract
6297%texhash
6298
6299%postun latex-abstract
6300%texhash
6301
f1f5d194
ZU
6302%post latex-accfonts
6303%texhash
6304
6305%postun latex-accfonts
6306%texhash
6307
e88b5dcf
ZU
6308%post latex-adrconv
6309%texhash
6310
6311%postun latex-adrconv
6312%texhash
6313
d08789e0
ZU
6314%post latex-ae
6315%texhash
6316
6317%postun latex-ae
6318%texhash
6319
6320%post latex-ams
6321%texhash
6322
6323%postun latex-ams
6324%texhash
6325
6326%post latex-antp
6327%texhash
6328
6329%postun latex-antp
6330%texhash
6331
6332%post latex-antt
6333%texhash
6334
6335%postun latex-antt
6336%texhash
6337
e88b5dcf
ZU
6338%post latex-appendix
6339%texhash
6340
6341%postun latex-appendix
6342%texhash
6343
ca8b4816
ZU
6344# %post latex-backgammon
6345# %texhash
24f69178 6346#
ca8b4816
ZU
6347# %postun latex-backgammon
6348# %texhash
24f69178 6349
6c82f497
ZU
6350%post latex-bardiag
6351%texhash
6352
6353%postun latex-bardiag
6354%texhash
6355
d08789e0
ZU
6356%post latex-bbm
6357%texhash
6358
6359%postun latex-bbm
6360%texhash
6361
6362%post latex-bbold
6363%texhash
6364
6365%postun latex-bbold
6366%texhash
6367
b4d68b39
ZU
6368%post latex-beamer
6369%texhash
6370
6371%postun latex-beamer
6372%texhash
6373
2fede27b
ZU
6374%post latex-bezos
6375%texhash
6376
6377%postun latex-bezos
6378%texhash
6379
d08789e0
ZU
6380%post latex-bibtex
6381%texhash
6382
6383%postun latex-bibtex
6384%texhash
6385
6386%post latex-bibtex-ams
6387%texhash
6388
6389%postun latex-bibtex-ams
6390%texhash
6391
6392%post latex-bibtex-pl
6393%texhash
6394
6395%postun latex-bibtex-pl
6396%texhash
6397
6398%post latex-bibtex-german
6399%texhash
6400
6401%postun latex-bibtex-german
6402%texhash
6403
6404%post latex-bibtex-revtex4
6405%texhash
6406
6407%postun latex-bibtex-revtex4
6408%texhash
6409
6410%post latex-bibtex-jurabib
6411%texhash
6412
6413%postun latex-bibtex-jurabib
6414%texhash
6415
33b3b483
ZU
6416%post latex-bibtex-styles
6417%texhash
6418
6419%postun latex-bibtex-styles
6420%texhash
6421
2fede27b
ZU
6422%post latex-booktabs
6423%texhash
6424
6425%postun latex-booktabs
6426%texhash
6427
2fede27b
ZU
6428%post latex-caption
6429%texhash
6430
6431%postun latex-caption
6432%texhash
6433
d08789e0
ZU
6434%post latex-carlisle
6435%texhash
6436
6437%postun latex-carlisle
6438%texhash
6439
6440%post latex-ccfonts
6441%texhash
6442
6443%postun latex-ccfonts
6444%texhash
6445
6446%post latex-cite
6447%texhash
6448
6449%postun latex-cite
6450%texhash
6451
6452%post latex-cmbright
6453%texhash
6454
6455%postun latex-cmbright
6456%texhash
6457
783773ac
ZU
6458%post latex-colortab
6459%texhash
6460
6461%postun latex-colortab
6462%texhash
2fede27b
ZU
6463
6464%post latex-comment
6465%texhash
6466
6467%postun latex-comment
6468%texhash
6469
d08789e0
ZU
6470%post latex-concmath
6471%texhash
6472
6473%postun latex-concmath
6474%texhash
6475
2fede27b
ZU
6476%post latex-currvita
6477%texhash
6478
6479%postun latex-currvita
6480%texhash
6481
2fede27b
ZU
6482%post latex-curves
6483%texhash
6484
6485%postun latex-curves
6486%texhash
6487
d08789e0
ZU
6488%post latex-custom-bib
6489%texhash
6490
6491%postun latex-custom-bib
6492%texhash
6493
6494%post latex-cyrillic
6495%texhash
6496
6497%postun latex-cyrillic
6498%texhash
6499
04eb4e68
ZU
6500# %post latex-dstroke
6501# %texhash
d08789e0 6502
04eb4e68
ZU
6503# %postun latex-dstroke
6504# %texhash
d08789e0 6505
60597425
ZU
6506%post latex-enumitem
6507%texhash
6508
6509%postun latex-enumitem
6510%texhash
6511
fe66da27
ZU
6512%post latex-exam
6513%texhash
6514
6515%postun latex-exam
6516%texhash
6517
247457ba
ZU
6518%post latex-examdesign
6519%texhash
6520
6521%postun latex-examdesign
6522%texhash
6523
b916bc39
ZU
6524%post latex-float
6525%texhash
6526
6527%postun latex-float
6528%texhash
6529
247457ba
ZU
6530%post latex-formlett
6531%texhash
6532
6533%postun latex-formlett
6534%texhash
6535
c9ddaf2d
ZU
6536%post latex-formular
6537%texhash
6538
6539%postun latex-formular
6540%texhash
6541
f1f5d194
ZU
6542%post latex-gbrief
6543%texhash
6544
6545%postun latex-gbrief
6546%texhash
6547
d08789e0
ZU
6548%post latex-jknappen
6549%texhash
6550
6551%postun latex-jknappen
6552%texhash
6553
d19eaaab
ZU
6554%post latex-keystroke
6555%texhash
6556
6557%postun latex-keystroke
6558%texhash
6559
6560%post latex-labbook
6561%texhash
6562
6563%postun latex-labbook
6564%texhash
6565
6566%post latex-lcd
6567%texhash
6568
6569%postun latex-lcd
6570%texhash
6571
6572%post latex-leaflet
6573%texhash
6574
6575%postun latex-leaflet
6576%texhash
6577
f1f5d194
ZU
6578%post latex-leftidx
6579%texhash
6580
6581%postun latex-leftidx
6582%texhash
6583
d19eaaab
ZU
6584%post latex-lewis
6585%texhash
6586
6587%postun latex-lewis
6588%texhash
6589
d08789e0
ZU
6590%post latex-lm
6591%texhash
6592
fe66da27
ZU
6593%post latex-lastpage
6594%texhash
6595
6596%postun latex-lastpage
6597%texhash
6598
d08789e0
ZU
6599%postun latex-lm
6600%texhash
6601
6602%post latex-lucidabr
6603%texhash
6604
6605%postun latex-lucidabr
6606%texhash
6607
6608%post latex-marvosym
6609%texhash
6610
6611%postun latex-marvosym
6612%texhash
6613
d19eaaab
ZU
6614%post latex-mathexam
6615%texhash
6616
6617%postun latex-mathexam
6618%texhash
6619
d08789e0
ZU
6620%post latex-mathpple
6621%texhash
6622
6623%postun latex-mathpple
6624%texhash
6625
6626%post latex-mathtime
6627%texhash
6628
6629%postun latex-mathtime
6630%texhash
6631
6632%post latex-mflogo
6633%texhash
6634
6635%postun latex-mflogo
6636%texhash
6637
6638%post latex-mfnfss
6639%texhash
6640
6641%postun latex-mfnfss
6642%texhash
6643
6644%post latex-minitoc
6645%texhash
6646
6647%postun latex-minitoc
6648%texhash
6649
6650%post latex-mltex
6651%texhash
6652
6653%postun latex-mltex
6654%texhash
6655
f1f5d194
ZU
6656%post latex-moreverb
6657%texhash
6658
6659%postun latex-moreverb
6660%texhash
6661
d34bfb7f
ZU
6662%post latex-multienum
6663%texhash
6664
6665%postun latex-multienum
6666%texhash
6667
8ed039e0
ZU
6668%post latex-musictex
6669%texhash
6670
6671%postun latex-musictex
6672%texhash
6673
fe66da27
ZU
6674%post latex-ntheorem
6675%texhash
6676
6677%postun latex-ntheorem
6678%texhash
6679
f65b3398
ZU
6680%post latex-other
6681%texhash
6682
6683%postun latex-other
6684%texhash
6685
6686%post latex-other-doc
6687%texhash
6688
6689%postun latex-other-doc
6690%texhash
6691
d08789e0
ZU
6692%post latex-palatcm
6693%texhash
6694
6695%postun latex-palatcm
6696%texhash
6697
f65b3398
ZU
6698%post latex-pdfslide
6699%texhash
6700
6701%postun latex-pdfslide
6702%texhash
6703
03d9d5fa
ZU
6704%post latex-pgf
6705%texhash
6706
6707%postun latex-pgf
6708%texhash
6709
f65b3398
ZU
6710%post latex-polynom
6711%texhash
6712
6713%postun latex-polynom
6714%texhash
6715
6716%post latex-polynomial
6717%texhash
6718
6719%postun latex-polynomial
6720%texhash
6721
b7b4a109
ZU
6722%post latex-prosper
6723%texhash
6724
6725%postun latex-prosper
6726%texhash
6727
6728%post latex-pseudocode
6729%texhash
6730
6731%postun latex-pseudocode
6732%texhash
6733
d08789e0
ZU
6734%post latex-psnfss
6735%texhash
6736
6737%postun latex-psnfss
6738%texhash
6739
8efa6a9c
ZU
6740%post latex-pst-2dplot
6741%texhash
6742
6743%postun latex-pst-2dplot
6744%texhash
6745
6746%post latex-pst-3dplot
6747%texhash
6748
6749%postun latex-pst-3dplot
6750%texhash
6751
6752%post latex-pst-bar
6753%texhash
6754
6755%postun latex-pst-bar
6756%texhash
6757
6758%post latex-pst-circ
6759%texhash
6760
6761%postun latex-pst-circ
6762%texhash
6763
b7b4a109
ZU
6764%post latex-pst-eucl
6765%texhash
6766
6767%postun latex-pst-eucl
6768%texhash
6769
8efa6a9c
ZU
6770%post latex-pst-diffraction
6771%texhash
6772
6773%postun latex-pst-diffraction
6774%texhash
6775
6776%post latex-pst-fun
6777%texhash
6778
6779%postun latex-pst-fun
6780%texhash
6781
6782%post latex-pst-func
6783%texhash
6784
6785%postun latex-pst-func
6786%texhash
6787
6788%post latex-pst-infixplot
6789%texhash
6790
6791%postun latex-pst-infixplot
6792%texhash
6793
b7b4a109
ZU
6794%post latex-pst-fr3d
6795%texhash
6796
6797%postun latex-pst-fr3d
6798%texhash
6799
6800%post latex-pst-fractal
6801%texhash
6802
6803%postun latex-pst-fractal
6804%texhash
6805
d08789e0
ZU
6806%post latex-pxfonts
6807%texhash
6808
8efa6a9c
ZU
6809%post latex-pst-math
6810%texhash
6811
6812%postun latex-pst-math
6813%texhash
6814
6815%post latex-pst-ob3d
6816%texhash
6817
6818%postun latex-pst-ob3d
6819%texhash
6820
6821%post latex-pst-optic
6822%texhash
6823
6824%postun latex-pst-optic
6825%texhash
6826
6827%post latex-pst-optexp
6828%texhash
6829
6830%postun latex-pst-optexp
6831%texhash
6832
6833%post latex-pst-text
6834%texhash
6835
6836%postun latex-pst-text
6837%texhash
6838
1024ab0e
ZU
6839%post latex-pst-uncategorized
6840%texhash
6841
6842%postun latex-pst-uncategorized
1024ab0e
ZU
6843%texhash
6844
d08789e0
ZU
6845%postun latex-pxfonts
6846%texhash
6847
6848%post latex-qfonts
6849%texhash
6850
6851%postun latex-qfonts
6852%texhash
6853
6c82f497
ZU
6854%post latex-SIstyle
6855%texhash
6856
6857%postun latex-SIstyle
6858%texhash
6859
fe66da27
ZU
6860%post latex-SIunits
6861%texhash
6862
6863%postun latex-SIunits
6864%texhash
6865
f65b3398
ZU
6866%post latex-siunitx
6867%texhash
6868
6869%postun latex-siunitx
6870%texhash
6871
6c82f497
ZU
6872%post latex-Tabbing
6873%texhash
6874
6875%postun latex-Tabbing
6876%texhash
6877
d08789e0
ZU
6878%post latex-txfonts
6879%texhash
6880
6881%postun latex-txfonts
6882%texhash
6883
7ea3a98b
ZU
6884%post latex-ucs
6885%texhash
6886
6887%postun latex-ucs
6888%texhash
6889
d08789e0
ZU
6890%post latex-umlaute
6891%texhash
6892
6893%postun latex-umlaute
6894%texhash
6895
e67df411
ZU
6896%post latex-variations
6897%texhash
6898
6899%postun latex-variations
6900%texhash
6901
d08789e0
ZU
6902%post latex-wasysym
6903%texhash
6904
6905%postun latex-wasysym
6906%texhash
6907
03d9d5fa
ZU
6908%post latex-xcolor
6909%texhash
6910
6911%postun latex-xcolor
6912%texhash
6913
d08789e0
ZU
6914%post format-latex
6915%texhash
6916
6917%postun format-latex
6918%texhash
6919
6920%post format-pdflatex
6921%texhash
6922
6923%postun format-pdflatex
6924%texhash
6925
6926%post platex
6927%texhash
6928
6929%postun platex
6930%texhash
6931
6932%post format-platex
6933%texhash
6934
6935%postun format-platex
6936%texhash
6937
6938%post format-pdfplatex
6939%texhash
6940
6941%postun format-pdfplatex
6942%texhash
6943
6944%post tex-babel
6945%texhash
6946
6947%postun tex-babel
6948%texhash
6949
6950%post tex-german
6951%texhash
6952
6953%postun tex-german
6954%texhash
6955
6956%post tex-mfpic
6957%texhash
6958
6959%postun tex-mfpic
6960%texhash
6961
6962%post tex-misc
6963%texhash
6964
6965%postun tex-misc
6966%texhash
6967
6968%post tex-pictex
6969%texhash
6970
6971%postun tex-pictex
6972%texhash
6973
29d720fe
ZU
6974%post tex-psizzl
6975%texhash
6976
6977%postun tex-psizzl
6978%texhash
6979
d08789e0
ZU
6980%post tex-pstricks
6981%texhash
6982
6983%postun tex-pstricks
6984%texhash
6985
6986%post tex-qpx
6987%texhash
6988
6989%postun tex-qpx
6990%texhash
6991
31bd2c4a 6992%post tex-qpxqtx
d08789e0
ZU
6993%texhash
6994
31bd2c4a 6995%postun tex-qpxqtx
d08789e0
ZU
6996%texhash
6997
6998%post tex-ruhyphen
6999%texhash
7000
7001%postun tex-ruhyphen
7002%texhash
7003
7004%post tex-spanish
7005%texhash
7006
7007%postun tex-spanish
7008%texhash
7009
7010%post tex-texdraw
7011%texhash
7012
7013%postun tex-texdraw
7014%texhash
7015
7016%post tex-thumbpdf
7017%texhash
7018
7019%postun tex-thumbpdf
7020%texhash
7021
7022%post tex-ukrhyph
7023%texhash
7024
7025%postun tex-ukrhyph
7026%texhash
7027
7028%post latex-vietnam
7029%texhash
7030
7031%postun latex-vietnam
7032%texhash
7033
7034%post tex-xypic
7035%texhash
7036
7037%postun tex-xypic
7038%texhash
7039
7040%post fonts-adobe
7041%texhash
7042
7043%postun fonts-adobe
7044%texhash
7045
7046%post fonts-ae
7047%texhash
7048
7049%postun fonts-ae
7050%texhash
7051
7052%post fonts-ams
7053%texhash
7054
7055%postun fonts-ams
7056%texhash
7057
7058%post fonts-antp
7059%texhash
7060
7061%postun fonts-antp
7062%texhash
7063
7064%post fonts-antt
7065%texhash
7066
7067%postun fonts-antt
7068%texhash
7069
7070%post fonts-bbm
7071%texhash
7072
7073%postun fonts-bbm
7074%texhash
7075
7076%post fonts-bbold
7077%texhash
7078
7079%postun fonts-bbold
7080%texhash
7081
070c5aff
ZU
7082%post fonts-bh
7083%texhash
d08789e0 7084
070c5aff
ZU
7085%postun fonts-bh
7086%texhash
d08789e0
ZU
7087
7088%post fonts-bitstream
7089%texhash
7090
7091%postun fonts-bitstream
7092%texhash
7093
7094%post fonts-cbgreek
7095%texhash
7096
7097%postun fonts-cbgreek
7098%texhash
7099
7100%post fonts-cc-pl
7101%texhash
7102
7103%postun fonts-cc-pl
7104%texhash
7105
7106%post fonts-cg
7107%texhash
7108
7109%postun fonts-cg
7110%texhash
7111
7112%post fonts-cm
7113%texhash
7114
7115%postun fonts-cm
7116%texhash
7117
7118%post fonts-cmbright
7119%texhash
7120
7121%postun fonts-cmbright
7122%texhash
7123
7124%post fonts-cmcyr
7125%texhash
7126
7127%postun fonts-cmcyr
7128%texhash
7129
7130%post fonts-cmextra
7131%texhash
7132
7133%postun fonts-cmextra
7134%texhash
7135
7af5f8bc 7136%post fonts-cmsuper
5d7e11d7
ZU
7137%texhash
7138
7af5f8bc 7139%postun fonts-cmsuper
5d7e11d7
ZU
7140%texhash
7141
d08789e0
ZU
7142%post fonts-concmath
7143%texhash
7144
7145%postun fonts-concmath
7146%texhash
7147
7148%post fonts-concrete
7149%texhash
7150
7151%postun fonts-concrete
7152%texhash
7153
7154%post fonts-cs
7155%texhash
7156
7157%postun fonts-cs
7158%texhash
7159
4a09ae1a
ZU
7160%post fonts-dstroke
7161%texhash
d08789e0 7162
4a09ae1a
ZU
7163%postun fonts-dstroke
7164%texhash
d08789e0
ZU
7165
7166%post fonts-ecc
7167%texhash
7168
7169%postun fonts-ecc
7170%texhash
7171
7172%post fonts-eurosym
7173%texhash
7174
7175%postun fonts-eurosym
7176%texhash
7177
7178%post fonts-euxm
7179%texhash
7180
7181%postun fonts-euxm
7182%texhash
7183
7184%post fonts-gothic
7185%texhash
7186
7187%postun fonts-gothic
7188%texhash
7189
7190%post fonts-hoekwater
7191%texhash
7192
7193%postun fonts-hoekwater
7194%texhash
7195
7196%post fonts-jknappen
7197%texhash
7198
7199%postun fonts-jknappen
7200%texhash
7201
7202%post fonts-latex
7203%texhash
7204
7205%postun fonts-latex
7206%texhash
7207
7208%post fonts-lh
7209%texhash
7210
7211%postun fonts-lh
7212%texhash
7213
7214%post fonts-lm
7215%texhash
7216
7217%postun fonts-lm
7218%texhash
7219
7220%post fonts-marvosym
7221%texhash
7222
7223%postun fonts-marvosym
7224%texhash
7225
7226%post fonts-mflogo
7227%texhash
7228
7229%postun fonts-mflogo
7230%texhash
7231
7232%post fonts-misc
7233%texhash
7234
7235%postun fonts-misc
7236%texhash
7237
7238%post fonts-monotype
7239%texhash
7240
7241%postun fonts-monotype
7242%texhash
7243
7244%post fonts-omega
7245%texhash
7246
7247%postun fonts-omega
7248%texhash
7249
f1ba8563
ZU
7250%post fonts-other
7251%texhash
7252
7253%postun fonts-other
7254%texhash
7255
d08789e0
ZU
7256%post fonts-pazo
7257%texhash
7258
7259%postun fonts-pazo
7260%texhash
7261
7262%post fonts-pl
7263%texhash
7264
7265%postun fonts-pl
7266%texhash
7267
7268%post fonts-px
7269%texhash
7270
7271%postun fonts-px
7272%texhash
7273
7274%post fonts-qfonts
7275%texhash
7276
7277%postun fonts-qfonts
7278%texhash
7279
7280%post fonts-qpx
7281%texhash
7282
7283%postun fonts-qpx
7284%texhash
7285
31bd2c4a 7286%post fonts-qpxqtx
d08789e0
ZU
7287%texhash
7288
31bd2c4a 7289%postun fonts-qpxqtx
d08789e0
ZU
7290%texhash
7291
7292%post fonts-rsfs
7293%texhash
7294
7295%postun fonts-rsfs
7296%texhash
7297
7298%post fonts-stmaryrd
7299%texhash
7300
7301%postun fonts-stmaryrd
7302%texhash
7303
7304%post fonts-tx
7305%texhash
7306
7307%postun fonts-tx
7308%texhash
7309
7310%post fonts-urw
7311%texhash
7312
7313%postun fonts-urw
7314%texhash
7315
e67df411
ZU
7316%post fonts-urw35vf
7317%texhash
7318
7319%postun fonts-urw35vf
7320%texhash
7321
d08789e0
ZU
7322%post fonts-vnr
7323%texhash
7324
7325%postun fonts-vnr
7326%texhash
7327
7328%post fonts-wasy
7329%texhash
7330
7331%postun fonts-wasy
7332%texhash
7333
7334%post fonts-xypic
7335%texhash
7336
7337%postun fonts-xypic
7338%texhash
7339
7340%post fonts-yandy
7341%texhash
7342
7343%postun fonts-yandy
7344%texhash
7345
7346%post fonts-type1-antp
7347%texhash
7348
7349%postun fonts-type1-antp
7350%texhash
7351
7352%post fonts-type1-antt
7353%texhash
7354
7355%postun fonts-type1-antt
7356%texhash
7357
7358%post fonts-type1-belleek
7359%texhash
7360
7361%postun fonts-type1-belleek
7362%texhash
7363
7364%post fonts-type1-bitstream
7365%texhash
7366
7367%postun fonts-type1-bitstream
7368%texhash
7369
7370%post fonts-type1-bluesky
7371%texhash
7372
7373%postun fonts-type1-bluesky
7374%texhash
7375
7376%post fonts-type1-cc-pl
7377%texhash
7378
7379%postun fonts-type1-cc-pl
7380%texhash
7381
7382%post fonts-type1-cmcyr
7383%texhash
7384
7385%postun fonts-type1-cmcyr
7386%texhash
7387
7388%post fonts-type1-cs
7389%texhash
7390
7391%postun fonts-type1-cs
7392%texhash
7393
070c5aff
ZU
7394%post fonts-type1-dstroke
7395%texhash
d08789e0 7396
070c5aff
ZU
7397%postun fonts-type1-dstroke
7398%texhash
d08789e0
ZU
7399
7400%post fonts-type1-eurosym
7401%texhash
7402
7403%postun fonts-type1-eurosym
7404%texhash
7405
7406%post fonts-type1-hoekwater
7407%texhash
7408
7409%postun fonts-type1-hoekwater
7410%texhash
7411
7412%post fonts-type1-lm
7413%texhash
7414
7415%postun fonts-type1-lm
7416%texhash
7417
7418%post fonts-type1-marvosym
7419%texhash
7420
7421%postun fonts-type1-marvosym
7422%texhash
7423
7424%post fonts-type1-mathpazo
7425%texhash
7426
7427%postun fonts-type1-mathpazo
7428%texhash
7429
7430%post fonts-type1-omega
7431%texhash
7432
7433%postun fonts-type1-omega
7434%texhash
7435
7436%post fonts-type1-pl
7437%texhash
7438
7439%postun fonts-type1-pl
7440%texhash
7441
7442%post fonts-type1-px
7443%texhash
7444
7445%postun fonts-type1-px
7446%texhash
7447
070c5aff
ZU
7448%post fonts-type1-qfonts
7449%texhash
d08789e0 7450
070c5aff
ZU
7451%postun fonts-type1-qfonts
7452%texhash
d08789e0
ZU
7453
7454%post fonts-type1-tx
7455%texhash
7456
7457%postun fonts-type1-tx
7458%texhash
7459
7460%post fonts-type1-urw
7461%texhash
7462
7463%postun fonts-type1-urw
7464%texhash
7465
7466%post fonts-type1-vnr
7467%texhash
7468
7469%postun fonts-type1-vnr
7470%texhash
7471
7472%post fonts-type1-xypic
7473%texhash
7474
7475%postun fonts-type1-xypic
7476%texhash
7477
7478%post -n texconfig
7479%texhash
7480
7481%postun -n texconfig
7482%texhash
7483
4224ae6d
MB
7484%post xetex
7485%texhash
7486
7487%postun xetex
7488%texhash
7489
7490%post xmltex
7491%texhash
7492
7493%postun xmltex
7494%texhash
7495
5902e778
ZU
7496# Check the commented lines!!!
7497
d08789e0
ZU
7498%files
7499%defattr(644,root,root,755)
0f6c4baf 7500# %doc %{texmf}/LICENSE.texmf
df343eba 7501# %doc %{texmf}/ChangeLog
df343eba 7502# %doc %{texmf}/doc/README.knuth
efc75a1e 7503# There isn't doc/fonts directory
80fa261c 7504%dir %{texmfdist}/doc/fonts
606c6ab6 7505%doc %{texmfdist}/doc/fontname
efc75a1e 7506# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
7507# %dir %{texmf}/doc/help
7508# %doc %{texmf}/doc/help/csname.txt
7509# %doc %{texmf}/doc/help/ctan
7510# %doc %{texmf}/doc/help/tds.dvi
7511# %doc %{texmf}/doc/help/unixtex.ftp
7512# %dir %{texmf}/doc/help/faq
7513# %doc %{texmf}/doc/images
df343eba
ZU
7514# %dir %{texmf}/doc/polish
7515# %doc %{texmf}/doc/polish/*.html
7516# %dir %{texmf}/doc/programs
7517# %doc %{texmf}/doc/programs/web2c*
7518# %doc %{texmf}/doc/programs/cwebman.dvi
df343eba 7519# %doc %{texmf}/doc/knuth
d08789e0
ZU
7520#%attr(755,root,root) %{_bindir}/MakeTeXPK
7521#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
7522
7523# ***********
7524# executables
7525# ***********
d08789e0
ZU
7526%attr(755,root,root) %{_bindir}/a2ping
7527%attr(755,root,root) %{_bindir}/afm2tfm
7528%attr(755,root,root) %{_bindir}/allcm
7529%attr(755,root,root) %{_bindir}/allec
7530%attr(755,root,root) %{_bindir}/allneeded
7531%attr(755,root,root) %{_bindir}/cweave
7532%attr(755,root,root) %{_bindir}/ctangle
7533%attr(755,root,root) %{_bindir}/ctie
7534%attr(755,root,root) %{_bindir}/dmp
7535%attr(755,root,root) %{_bindir}/dvipng
7536%attr(755,root,root) %{_bindir}/e2pall
7537%attr(755,root,root) %{_bindir}/ebb
df343eba 7538# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
7539%attr(755,root,root) %{_bindir}/fmtutil
7540%attr(755,root,root) %{_bindir}/fmtutil-sys
7541#%attr(755,root,root) %{_bindir}/fontexport
7542#%attr(755,root,root) %{_bindir}/fontimport
7543%attr(755,root,root) %{_bindir}/fontinst
7544%attr(755,root,root) %{_bindir}/gftodvi
7545%attr(755,root,root) %{_bindir}/gftopk
7546%attr(755,root,root) %{_bindir}/gftype
7547%attr(755,root,root) %{_bindir}/gsftopk
7548#%attr(755,root,root) %{_bindir}/initex
7549%attr(755,root,root) %{_bindir}/kpseaccess
7550%attr(755,root,root) %{_bindir}/kpsereadlink
7551%attr(755,root,root) %{_bindir}/kpsewhere
7552%attr(755,root,root) %{_bindir}/mag
7553%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
7554#%attr(755,root,root) %{_bindir}/mkfontdesc
7555%attr(755,root,root) %{_bindir}/mktexfmt
7556%attr(755,root,root) %{_bindir}/mktexlsr
7557%attr(755,root,root) %{_bindir}/newer
7558%attr(755,root,root) %{_bindir}/patgen
7559%attr(755,root,root) %{_bindir}/pdfetex
7560%attr(755,root,root) %{_bindir}/pfb2pfa
7561%attr(755,root,root) %{_bindir}/pk2bm
7562%attr(755,root,root) %{_bindir}/pktogf
7563%attr(755,root,root) %{_bindir}/pktype
7564%attr(755,root,root) %{_bindir}/pltotf
7565%attr(755,root,root) %{_bindir}/pooltype
7566%attr(755,root,root) %{_bindir}/ps2frag
7567%attr(755,root,root) %{_bindir}/ps2pk
7568# TODO: move this file to correct subpackage ?
7569%attr(755,root,root) %{_bindir}/ps4pdf
7570#%attr(755,root,root) %{_bindir}/t1mapper
7571%attr(755,root,root) %{_bindir}/tangle
7572#%attr(755,root,root) %{_bindir}/tetex-updmap
7573%attr(755,root,root) %{_bindir}/tex
7574%attr(755,root,root) %{_bindir}/texdoc
d08789e0 7575%attr(755,root,root) %{_bindir}/texhash
df343eba 7576# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
7577%attr(755,root,root) %{_bindir}/texlinks
7578%attr(755,root,root) %{_bindir}/tftopl
7579%attr(755,root,root) %{_bindir}/tie
7580%attr(755,root,root) %{_bindir}/ttf2afm
7581%attr(755,root,root) %{_bindir}/updmap
7582%attr(755,root,root) %{_bindir}/updmap-sys
7583%attr(755,root,root) %{_bindir}/vftovp
7584#%attr(755,root,root) %{_bindir}/virtex
7585%attr(755,root,root) %{_bindir}/vptovf
7586%attr(755,root,root) %{_bindir}/weave
7587
7588%attr(755,root,root) %{texmf}/web2c/mktexnam
7589%attr(755,root,root) %{texmf}/web2c/mktexdir
7590%attr(755,root,root) %{texmf}/web2c/mktexupd
7591
0edad7f5 7592%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
7593
7594#%dir /etc/sysconfig/tetex-updmap
7595#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
7596
7597%ghost %{texmf}/ls-R
7057740b 7598%ghost %{texmfdist}/ls-R
7057740b 7599# %ghost %{_localstatedir}/ls-R
d08789e0 7600
2677a8b0 7601%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 7602%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
7603%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
7604%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
7605%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 7606
d08789e0
ZU
7607%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
7608%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
7609%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
7610%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
7611%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
7612%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
7613%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
7614
d08789e0
ZU
7615%attr(1777,root,root) /var/cache/fonts
7616
7617%{_datadir}/info/web2c.info*
df343eba
ZU
7618# %{_datadir}/info/texi2html.info*
7619# %{_datadir}/texi2html
d08789e0
ZU
7620#%{texmf}/updates.dat
7621
df343eba 7622# %{texmf}/aliases
df343eba 7623# %{texmf}/tex/generic/bghyph
1a192771
ZU
7624# %doc %{texmf}/doc/generic/hyphen
7625#%{texmf}/tex/generic/letterspacing
7626
7627# ***********
7628# Directories
7629# ***********
ae4a938c 7630%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
7631%attr(1777,root,root) %dir %{_localstatedir}/fonts
7632%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 7633%attr(1777,root,root) %dir %{fmtdir}
1a192771 7634
b6042de9 7635%dir %{texmfdist}
8ed039e0 7636%doc %{texmfdist}/README
b6042de9
ZU
7637%dir %{texmf}
7638
1a192771
ZU
7639%dir %{texmfdist}/doc
7640%dir %{texmfdist}/doc/generic
7641%dir %{texmfdist}/doc/generic/enctex
7642%dir %{texmfdist}/doc/latex
7643%dir %{texmfdist}/doc/latex/localloc
7644%dir %{texmf}/doc
7645%dir %{texmf}/doc/generic
7646%dir %{texmf}/doc/tetex
04123363 7647%dir %{texmf}/fmtutil
1a192771
ZU
7648
7649%dir %{texmfdist}/tex
2677a8b0 7650%dir %{texmfdist}/tex/cslatex
0b6bcf85 7651%dir %{texmfdist}/tex/cslatex/base
330a8c29 7652%dir %{texmfdist}/tex/fontinst
165b9d73 7653%dir %{texmfdist}/tex/generic
5f841614 7654%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 7655%dir %{texmfdist}/tex/generic/enctex
5f841614 7656%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 7657%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
7658%dir %{texmfdist}/tex/latex
7659%dir %{texmfdist}/tex/latex/base
1a192771
ZU
7660%dir %{texmf}/dvips
7661%dir %{texmf}/dvips/config
7662%dir %{texmf}/dvips/tetex
d08789e0
ZU
7663%dir %{texmf}/fonts/enc
7664%dir %{texmf}/fonts/enc/dvips
7665%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 7666%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
7667%dir %{texmf}/fonts/map
7668%dir %{texmf}/fonts/map/dvips
7669%dir %{texmf}/fonts/map/dvips/tetex
7670%dir %{texmf}/scripts
7671%dir %{texmf}/tex
1a192771
ZU
7672%dir %{texmf}/tex/generic
7673%dir %{texmf}/tex/generic/config
1a192771
ZU
7674%dir %{texmf}/web2c
7675
7676# Docs
2677a8b0 7677# %doc %{texmf}/doc/README
1a192771
ZU
7678%doc %{texmf}/doc/tetex/TETEXDOC.*
7679%doc %{texmf}/doc/tetex/teTeX-FAQ
c9ddaf2d 7680%doc %{texmfdist}/source/fontinst
caaf987e
ZU
7681%doc %{texmf}/doc/dvipng
7682%doc %{texmf}/doc/texdoc
f4f1ef6b 7683%{texmf}/doc/info
1a192771
ZU
7684
7685# %{texmf}/fonts/map/dvips/tetex/contnav.map
7686# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
7687%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
015f9ddb 7688%{texmfdist}/fonts/map/fontname
1a192771
ZU
7689%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
7690
7691# Main fonts from TeTeX
d08789e0
ZU
7692%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
7693%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
7694%{texmf}/fonts/enc/dvips/tetex/10037936.enc
7695%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
7696%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
7697%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
7698%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
7699%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
7700%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
7701%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
7702%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 7703%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 7704
d1c173de 7705%{texmfdist}/tex/fontinst
f2555868 7706%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
7707%{texmfdist}/tex/generic/encodings
7708%{texmfdist}/tex/generic/epsf
f2555868 7709%{texmfdist}/tex/generic/hyph-utf8/*
caaf987e 7710%doc %{texmfdist}/doc/generic/hyph-utf8
80fa261c 7711%{texmfdist}/tex/generic/genmisc
2677a8b0 7712%{texmfdist}/tex/generic/misc/null*
1a192771 7713%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
7714%{texmfdist}/tex/generic/tap
7715%{texmfdist}/tex/generic/tex-ps
2677a8b0 7716%{texmfdist}/tex/texinfo
caaf987e 7717%doc %{texmf}/doc/texinfo
1a192771 7718%{texmf}/tex/fontinst
1a192771 7719%{texmf}/tex/generic/hyphen
df343eba 7720
c9ddaf2d 7721%doc %{texmfdist}/doc/generic/epsf
34a6b4b5 7722%doc %{texmfdist}/doc/generic/tex-ps
f4f1ef6b 7723%doc %{texmf}/doc/web2c
c9ddaf2d 7724
1a192771
ZU
7725# %{fmtdir}/metafun.mem
7726#%{texmf}/web2c/tex-pl.pool
7727# %{texmf}/web2c/tex.pool
fb2a8613 7728%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
7729
7730%{texmf}/web2c/*.tcx
df343eba
ZU
7731
7732# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
7733# %lang(fi) %{_mandir}/fi/man1/allcm.1*
7734# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
7735# %lang(fr) %{_mandir}/fr/man1/access.1*
7736# %lang(hu) %{_mandir}/hu/man1/access.1*
7737# %lang(hu) %{_mandir}/hu/man1/newer.1*
7738# %lang(pl) %{_mandir}/pl/man1/access.1*
7739# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
7740#%{_mandir}/man1/MakeTeXPK.1*
7741#%{_mandir}/man1/access.1*
7742#%{_mandir}/man1/fontexport.1*
7743#%{_mandir}/man1/fontimport.1*
7744#%{_mandir}/man1/initex.1*
7745#%{_mandir}/man1/t1mapper.1*
1a192771 7746#%{_mandir}/man1/texdoc.1*
1a192771 7747#%{_mandir}/man1/texi2html.1*
d08789e0 7748#%{_mandir}/man1/virtex.1*
1a192771 7749#%{_mandir}/man8/fmtutil.8*
d08789e0 7750#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
7751#%{_mandir}/man8/texlinks.8*
7752
d08789e0
ZU
7753%{_mandir}/man1/afm2tfm.1*
7754%{_mandir}/man1/allcm.1*
fae5faca 7755%{_mandir}/man1/allec.1*
d08789e0 7756%{_mandir}/man1/allneeded.1*
fae5faca 7757%{_mandir}/man1/ctangle.1*
d08789e0 7758%{_mandir}/man1/ctie.1*
fae5faca 7759%{_mandir}/man1/cweave.1*
d08789e0
ZU
7760%{_mandir}/man1/cweb.1*
7761%{_mandir}/man1/dmp.1*
7762%{_mandir}/man1/dvipdft.1*
7763%{_mandir}/man1/dvipng.1*
7764%{_mandir}/man1/e2pall.1*
7765%{_mandir}/man1/ebb.1*
7766%{_mandir}/man1/fmtutil.1*
09deda15 7767%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
7768%{_mandir}/man1/fontinst.1*
7769%{_mandir}/man1/gftodvi.1*
7770%{_mandir}/man1/gftopk.1*
7771%{_mandir}/man1/gftype.1*
7772%{_mandir}/man1/gsftopk.1*
7773%{_mandir}/man1/kpseaccess.1*
7774%{_mandir}/man1/kpsereadlink.1*
7775%{_mandir}/man1/kpsewhere.1*
7776%{_mandir}/man1/mag.1*
7777%{_mandir}/man1/makempx.1*
7778%{_mandir}/man1/makempy.1*
fae5faca 7779%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
7780%{_mandir}/man1/mktexlsr.1*
7781%{_mandir}/man1/newer.1*
7782%{_mandir}/man1/patgen.1*
7783%{_mandir}/man1/pdfetex.1*
7784%{_mandir}/man1/pfb2pfa.1*
7785%{_mandir}/man1/pk2bm.1*
7786%{_mandir}/man1/pktogf.1*
7787%{_mandir}/man1/pktype.1*
7788%{_mandir}/man1/pltotf.1*
7789%{_mandir}/man1/pooltype.1*
7790%{_mandir}/man1/ps2frag.1*
7791%{_mandir}/man1/ps2pk.1*
7792%{_mandir}/man1/tangle.1*
7793%{_mandir}/man1/tex.1*
d08789e0 7794%{_mandir}/man1/texexec.1*
fae5faca 7795%{_mandir}/man1/texhash.1*
d08789e0 7796%{_mandir}/man1/texlinks.1*
d08789e0 7797%{_mandir}/man1/tftopl.1*
d08789e0 7798%{_mandir}/man1/tie.1*
1a192771 7799%{_mandir}/man1/ttf2afm.1*
d08789e0 7800%{_mandir}/man1/updmap.1*
fae5faca 7801%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
7802%{_mandir}/man1/vftovp.1*
7803%{_mandir}/man1/vptovf.1*
7804%{_mandir}/man1/weave.1*
7805%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 7806%{_mandir}/man5/updmap.cfg.5*
1a192771 7807
80fa261c
ZU
7808%files other-utils
7809%defattr(644,root,root,755)
7810%attr(755,root,root) %{_bindir}/bg5+latex
7811%attr(755,root,root) %{_bindir}/bg5+pdflatex
7812%attr(755,root,root) %{_bindir}/bg5conv
7813%attr(755,root,root) %{_bindir}/bg5latex
7814%attr(755,root,root) %{_bindir}/bg5pdflatex
7815%attr(755,root,root) %{_bindir}/bibtex8
7816%attr(755,root,root) %{_bindir}/cfftot1
7817%attr(755,root,root) %{_bindir}/ebong
7818%attr(755,root,root) %{_bindir}/extconv
7819%attr(755,root,root) %{_bindir}/extractbb
7820%attr(755,root,root) %{_bindir}/gbklatex
7821%attr(755,root,root) %{_bindir}/gbkpdflatex
7822%attr(755,root,root) %{_bindir}/getnonfreefonts
7823%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
7824%attr(755,root,root) %{_bindir}/hbf2gf
7825%attr(755,root,root) %{_bindir}/jadetex
7826%attr(755,root,root) %{_bindir}/lamed
7827%attr(755,root,root) %{_bindir}/makeglossaries
7828%attr(755,root,root) %{_bindir}/metafun
7829%attr(755,root,root) %{_bindir}/mkjobtexmf
7830%attr(755,root,root) %{_bindir}/mllatex
7831%attr(755,root,root) %{_bindir}/mltex
7832%attr(755,root,root) %{_bindir}/mmafm
7833%attr(755,root,root) %{_bindir}/mmpfb
7834%attr(755,root,root) %{_bindir}/musixflx
7835%attr(755,root,root) %{_bindir}/ofm2opl
7836%attr(755,root,root) %{_bindir}/otfinfo
7837%attr(755,root,root) %{_bindir}/otftotfm
7838%attr(755,root,root) %{_bindir}/oxdvi
7839%attr(755,root,root) %{_bindir}/pdfatfi
7840%attr(755,root,root) %{_bindir}/pdfclose
7841%attr(755,root,root) %{_bindir}/pdfjadetex
7842%attr(755,root,root) %{_bindir}/pdfopen
7843%attr(755,root,root) %{_bindir}/pdftosrc
7844%{__perl}tex
7845%attr(755,root,root) %{_bindir}/physe
7846%attr(755,root,root) %{_bindir}/pkfix
7847%attr(755,root,root) %{_bindir}/ppower4
7848%attr(755,root,root) %{_bindir}/rungs
7849%attr(755,root,root) %{_bindir}/simpdftex
7850%attr(755,root,root) %{_bindir}/sjisconv
7851%attr(755,root,root) %{_bindir}/sjislatex
7852%attr(755,root,root) %{_bindir}/sjispdflatex
7853%attr(755,root,root) %{_bindir}/synctex
7854%attr(755,root,root) %{_bindir}/t1dotlessj
7855%attr(755,root,root) %{_bindir}/t1lint
7856%attr(755,root,root) %{_bindir}/t1reencode
7857%attr(755,root,root) %{_bindir}/t1testpage
7858%attr(755,root,root) %{_bindir}/texcount
7859%attr(755,root,root) %{_bindir}/texsis
7860%attr(755,root,root) %{_bindir}/tlmgr
7861%attr(755,root,root) %{_bindir}/tpic2pdftex
7862%attr(755,root,root) %{_bindir}/ttf2pk
7863%attr(755,root,root) %{_bindir}/ttf2tfm
7864%attr(755,root,root) %{_bindir}/ttftotype42
7865%attr(755,root,root) %{_bindir}/vlna
7866%attr(755,root,root) %{_bindir}/vpe
7867%{_mandir}/man1/cfftot1.1*
7868%{_mandir}/man1/getnonfreefonts-sys.1
7869%{_mandir}/man1/getnonfreefonts.1*
7870%{_mandir}/man1/hbf2gf.1*
7871%{_mandir}/man1/mkjobtexmf.1*
7872%{_mandir}/man1/mmafm.1*
7873%{_mandir}/man1/mmpfb.1*
7874%{_mandir}/man1/otfinfo.1*
7875%{_mandir}/man1/otftotfm.1*
7876%{_mandir}/man1/oxdvi.1
7877%{_mandir}/man1/pdftosrc.1*
7878%{_mandir}/man1/ps2eps.1*
7879%{_mandir}/man1/synctex.1*
7880%{_mandir}/man1/t1dotlessj.1*
7881%{_mandir}/man1/t1lint.1*
7882%{_mandir}/man1/t1reencode.1*
7883%{_mandir}/man1/t1testpage.1*
7884%{_mandir}/man1/ttf2pk.1*
7885%{_mandir}/man1/ttf2tfm.1*
7886%{_mandir}/man1/ttftotype42.1*
7887%{_mandir}/man1/vlna.1*
7888%{_mandir}/man5/synctex.5*
7889%{texmfdist}/source/startex
7890%{texmfdist}/source/jadetex
7891%{texmfdist}/tex/jadetex
7892%{texmfdist}/tex/texsis
7893%{texmfdist}/tex/startex
7894%{texmf}/fmtutil/format.jadetex.cnf
7895%{texmf}/fmtutil/format.mltex.cnf
7896%{texmfdist}/tex/generic/abbr
7897%{texmfdist}/tex/generic/abstyles/
80fa261c
ZU
7898%{texmfdist}/tex/generic/barr
7899%{texmfdist}/tex/generic/borceux
7900%{texmfdist}/tex/generic/c-pascal
7901%{texmfdist}/tex/generic/cirth
80fa261c
ZU
7902%{texmfdist}/tex/generic/dratex
7903%{texmfdist}/tex/generic/ean
7904%{texmfdist}/tex/generic/edmac
7905%{texmfdist}/tex/generic/elvish
7906%{texmfdist}/tex/generic/fenixpar
7907%{texmfdist}/tex/generic/fltpoint
f4f1ef6b 7908%{texmfdist}/source/generic/fltpoint
80fa261c 7909%{texmfdist}/tex/generic/musixtex
015f9ddb
ZU
7910%{texmf}/hbf2gf
7911%{texmf}/fmtutil/format.texsis.cnf
80fa261c
ZU
7912
7913%files other-utils-doc
7914%defattr(644,root,root,755)
caaf987e 7915%doc %{texmfdist}/doc/generic/abbr
80fa261c
ZU
7916%doc %{texmfdist}/doc/jadetex
7917%doc %{texmfdist}/doc/texsis
7918%doc %{texmfdist}/doc/startex
7919%doc %{texmfdist}/doc/generic/c-pascal
c9ddaf2d
ZU
7920%doc %{texmfdist}/doc/generic/barr
7921%doc %{texmfdist}/doc/generic/borceux
7922%doc %{texmfdist}/doc/generic/dratex
7923%doc %{texmfdist}/doc/generic/mkjobtexmf
caaf987e
ZU
7924%doc %{texmfdist}/doc/support/texcount
7925%doc %{texmf}/doc/tpic2pdftex
7926%doc %{texmf}/doc/extconv
7927%doc %{texmfdist}/doc/generic/fenixpar
7928%doc %{texmfdist}/doc/generic/fltpoint
7929%doc %{texmf}/doc/bg5conv
f4f1ef6b
ZU
7930%doc %{texmf}/doc/pkfix
7931%doc %{texmf}/doc/hbf2gf
7932%doc %{texmf}/doc/ttf2pk
7933%doc %{texmf}/doc/sjisconv
7934%doc %{texmf}/doc/vlna
d08789e0
ZU
7935
7936%files dirs-fonts
7937%defattr(644,root,root,755)
1a192771 7938%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7939%dir %{texmfdist}/fonts
7940%dir %{texmfdist}/fonts/afm
7941%dir %{texmfdist}/fonts/afm/public
4224ae6d 7942%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7943%dir %{texmfdist}/fonts/enc
7944%dir %{texmfdist}/fonts/enc/dvips
7945%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7946%dir %{texmfdist}/fonts/map
21c69d95 7947%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7948%dir %{texmfdist}/fonts/map/dvips
7949%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7950%dir %{texmfdist}/fonts/map/fontname
330a8c29 7951%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
7952%dir %{texmfdist}/fonts/ofm
7953%dir %{texmfdist}/fonts/ofm/public
7954%dir %{texmfdist}/fonts/ovf
7955%dir %{texmfdist}/fonts/ovf/public
7956%dir %{texmfdist}/fonts/ovp
7957%dir %{texmfdist}/fonts/ovp/public
7958%dir %{texmfdist}/fonts/opentype
7959%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7960%dir %{texmfdist}/fonts/pk
1a192771 7961%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7962%dir %{texmfdist}/fonts/source
7963%dir %{texmfdist}/fonts/source/public
21c69d95 7964%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7965%dir %{texmfdist}/fonts/tfm
7966%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7967%dir %{texmfdist}/fonts/tfm/vntex
04123363 7968%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7969%dir %{texmfdist}/fonts/type1
7970%dir %{texmfdist}/fonts/type1/public
21c69d95 7971%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7972%dir %{texmfdist}/fonts/vf
7973%dir %{texmfdist}/fonts/vf/public
21c69d95 7974%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7975%dir %{texmfdist}/source
7976%dir %{texmfdist}/source/fonts
7977%dir %{texmfdist}/source/latex
1a192771
ZU
7978%dir %{texmf}/fonts
7979%dir %{texmf}/fonts/opentype
7980%dir %{texmf}/fonts/opentype/public
d08789e0 7981
5b7eba8e
MB
7982%files doc
7983%defattr(644,root,root,755)
80fa261c 7984%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7985%dir %{texmfdoc}
04123363 7986%dir %{texmfdoc}/doc
80fa261c
ZU
7987%{texmfdoc}/README
7988%{texmfdoc}/ls-R
5b7eba8e 7989%{texmfdoc}/doc/english
80fa261c 7990%{texmfdist}/doc/fontinst
5b7eba8e
MB
7991
7992%files doc-bg
7993%defattr(644,root,root,755)
7994%{texmfdoc}/doc/bulgarian
7995
7996%files doc-cs
7997%defattr(644,root,root,755)
7998%{texmfdoc}/doc/czechslovak
7999
8000%files doc-de
8001%defattr(644,root,root,755)
8002%{texmfdoc}/doc/german
8003
8004%files doc-el
8005%defattr(644,root,root,755)
8006%{texmfdoc}/doc/greek
caaf987e 8007%{texmf}/doc/generic/elhyphen
5b7eba8e
MB
8008
8009%files doc-es
8010%defattr(644,root,root,755)
8011%{texmfdoc}/doc/spanish
8012
8013%files doc-fi
8014%defattr(644,root,root,755)
8015%{texmfdoc}/doc/finnish
8016
8017%files doc-fr
8018%defattr(644,root,root,755)
8019%{texmfdoc}/doc/french
8020
8021%files doc-it
8022%defattr(644,root,root,755)
8023%{texmfdoc}/doc/italian
8024
8025%files doc-ja
8026%defattr(644,root,root,755)
8027%{texmfdoc}/doc/japanese
8028
8029%files doc-ko
8030%defattr(644,root,root,755)
8031%{texmfdoc}/doc/korean
8032
8033%files doc-mn
8034%defattr(644,root,root,755)
8035%{texmfdoc}/doc/mongolian
8036
8037%files doc-nl
8038%defattr(644,root,root,755)
8039%{texmfdoc}/doc/dutch
8040
8041%files doc-pl
8042%defattr(644,root,root,755)
8043%{texmfdoc}/doc/polish
8044
8045%files doc-pt
8046%defattr(644,root,root,755)
8047%{texmfdoc}/doc/portuguese
8048
8049%files doc-ru
8050%defattr(644,root,root,755)
8051%{texmfdoc}/doc/russian
8052
8053%files doc-sk
8054%defattr(644,root,root,755)
8055%{texmfdoc}/doc/slovak
8056
8057%files doc-sl
8058%defattr(644,root,root,755)
8059%{texmfdoc}/doc/slovenian
8060
8061%files doc-th
8062%defattr(644,root,root,755)
8063%{texmfdoc}/doc/thai
8064
8065%files doc-tr
8066%defattr(644,root,root,755)
8067%{texmfdoc}/doc/turkish
8068
8069%files doc-uk
8070%defattr(644,root,root,755)
8071%{texmfdoc}/doc/ukrainian
8072
8073%files doc-vi
8074%defattr(644,root,root,755)
8075%{texmfdoc}/doc/vietnamese
8076
8077%files doc-zh_CN
8078%defattr(644,root,root,755)
8079%{texmfdoc}/doc/chinese
8080
0f6c4baf
ZU
8081# %files doc-Catalogue
8082# %defattr(644,root,root,755)
8083# %{texmf}/doc/help/Catalogue
d08789e0 8084
0f6c4baf
ZU
8085# %files doc-tug-faq
8086# %defattr(644,root,root,755)
8087# %{texmf}/doc/help/faq/uktug-faq
d08789e0 8088
5902e778 8089
d08789e0
ZU
8090%files doc-latex
8091%defattr(644,root,root,755)
5902e778
ZU
8092# %{texmfdist}/doc/latex/bar
8093# %{texmfdist}/doc/latex/eclbip
8094# %{texmfdist}/doc/latex/eo
24f69178 8095%{texmfdist}/doc/latex/floatflt
5902e778
ZU
8096# %{texmfdist}/doc/latex/general
8097# %{texmfdist}/doc/latex/germbib
8098# %{texmfdist}/doc/latex/images
8099# %{texmfdist}/doc/latex/mathcomp
8100# %{texmfdist}/doc/latex/mt11p
8101# %{texmfdist}/doc/latex/picins
8102# %{texmfdist}/doc/latex/ps4pdf
8103# %{texmfdist}/doc/latex/pslatex
5902e778
ZU
8104# %{texmfdist}/doc/latex/supertab
8105# %{texmfdist}/doc/latex/tex-refs
8106# %{texmfdist}/doc/latex/textmerg
8107# %{texmfdist}/doc/latex/treesvr
c9ddaf2d
ZU
8108%doc %{texmfdist}/doc/generic/shapepar
8109%doc %{texmfdist}/doc/latex/acronym
8110%doc %{texmfdist}/doc/latex/aeguill
8111%doc %{texmfdist}/doc/latex/anysize
8112%doc %{texmfdist}/doc/latex/base
8113%doc %{texmfdist}/doc/latex/beton
c9ddaf2d
ZU
8114%doc %{texmfdist}/doc/latex/concmath
8115%doc %{texmfdist}/doc/latex/crop
c9ddaf2d
ZU
8116%doc %{texmfdist}/doc/latex/draftcopy
8117%doc %{texmfdist}/doc/latex/eepic
8118%doc %{texmfdist}/doc/latex/endfloat
8119%doc %{texmfdist}/doc/latex/esint
8120%doc %{texmfdist}/doc/latex/eso-pic
8121%doc %{texmfdist}/doc/latex/euler
8122%doc %{texmfdist}/doc/latex/eulervm
8123%doc %{texmfdist}/doc/latex/extsizes
8124%doc %{texmfdist}/doc/latex/fancybox
8125%doc %{texmfdist}/doc/latex/fancyhdr
8126%doc %{texmfdist}/doc/latex/fancyvrb
8127%doc %{texmfdist}/doc/latex/filecontents
8128%doc %{texmfdist}/doc/latex/float
8129%doc %{texmfdist}/doc/latex/footmisc
8130%doc %{texmfdist}/doc/latex/footnpag
8131%doc %{texmfdist}/doc/latex/fp
8132%doc %{texmfdist}/doc/latex/geometry
8133%doc %{texmfdist}/doc/latex/graphics
8134%doc %{texmfdist}/doc/latex/hyperref
8135%doc %{texmfdist}/doc/latex/hyphenat
8136%doc %{texmfdist}/doc/latex/index
8137%doc %{texmfdist}/doc/latex/koma-script
8138%doc %{texmfdist}/doc/latex/labels
8139%doc %{texmfdist}/doc/latex/layouts
c9ddaf2d
ZU
8140%doc %{texmfdist}/doc/latex/listings
8141%doc %{texmfdist}/doc/latex/ltabptch
8142%doc %{texmfdist}/doc/latex/mdwtools
8143%doc %{texmfdist}/doc/latex/memoir
8144%doc %{texmfdist}/doc/latex/mh
8145%doc %{texmfdist}/doc/latex/mparhack
8146%doc %{texmfdist}/doc/latex/ms
8147%doc %{texmfdist}/doc/latex/multibib
8148%doc %{texmfdist}/doc/latex/mwcls
8149%doc %{texmfdist}/doc/latex/natbib
8150%doc %{texmfdist}/doc/latex/nomencl
8151%doc %{texmfdist}/doc/latex/ntgclass
8152%doc %{texmfdist}/doc/latex/oberdiek
8153%doc %{texmfdist}/doc/latex/overpic
8154%doc %{texmfdist}/doc/latex/paralist
8155%doc %{texmfdist}/doc/latex/pb-diagram
8156%doc %{texmfdist}/doc/latex/pdfpages
8157%doc %{texmfdist}/doc/latex/picinpar
8158%doc %{texmfdist}/doc/latex/pict2e
8159%doc %{texmfdist}/doc/latex/placeins
8160%doc %{texmfdist}/doc/latex/preprint
8161%doc %{texmfdist}/doc/latex/preview
8162%doc %{texmfdist}/doc/latex/program
8163%doc %{texmfdist}/doc/latex/psfrag
8164%doc %{texmfdist}/doc/latex/revtex
8165%doc %{texmfdist}/doc/latex/rotating
8166%doc %{texmfdist}/doc/latex/rotfloat
8167%doc %{texmfdist}/doc/latex/scale
8168%doc %{texmfdist}/doc/latex/sectsty
8169%doc %{texmfdist}/doc/latex/seminar
8170%doc %{texmfdist}/doc/latex/showlabels
8171%doc %{texmfdist}/doc/latex/sidecap
8172%doc %{texmfdist}/doc/latex/slashbox
8173%doc %{texmfdist}/doc/latex/soul
8174%doc %{texmfdist}/doc/latex/stdclsdv
8175%doc %{texmfdist}/doc/latex/subfig
8176%doc %{texmfdist}/doc/latex/subfigure
8177%doc %{texmfdist}/doc/latex/textfit
8178%doc %{texmfdist}/doc/latex/textpos
8179%doc %{texmfdist}/doc/latex/titlesec
8180%doc %{texmfdist}/doc/latex/tocbibind
8181%doc %{texmfdist}/doc/latex/tocloft
8182%doc %{texmfdist}/doc/latex/tools
8183%doc %{texmfdist}/doc/latex/totpages
8184%doc %{texmfdist}/doc/latex/type1cm
8185%doc %{texmfdist}/doc/latex/units
8186%doc %{texmfdist}/doc/latex/vmargin
8187%doc %{texmfdist}/doc/latex/was
8188%doc %{texmfdist}/doc/latex/wrapfig
8189%doc %{texmfdist}/doc/latex/xtab
8190%doc %{texmfdist}/doc/latex/yfonts
8191%doc %{texmfdist}/doc/fonts/calrsfs
8192%doc %{texmfdist}/doc/generic/encxvlna
8193%doc %{texmfdist}/doc/generic/textmerg
df343eba 8194
096dca83 8195%files -n kpathsea
d08789e0 8196%defattr(644,root,root,755)
caaf987e 8197%doc %{texmf}/doc/kpathsea
d08789e0
ZU
8198%attr(755,root,root) %{_bindir}/kpsepath
8199%attr(755,root,root) %{_bindir}/kpsestat
8200%attr(755,root,root) %{_bindir}/kpsetool
8201%attr(755,root,root) %{_bindir}/kpsewhich
8202%attr(755,root,root) %{_bindir}/kpsexpand
8203%attr(755,root,root) %{_libdir}/libkpathsea.so.*
8204%{_libdir}/libkpathsea.la
fae5faca
ZU
8205%{_mandir}/man1/kpsexpand.1*
8206%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
8207%{_mandir}/man1/kpsestat.1*
8208%{_mandir}/man1/kpsetool.1*
8209%{_mandir}/man1/kpsewhich.1*
d08789e0 8210
096dca83 8211%files -n kpathsea-devel
d08789e0
ZU
8212%defattr(644,root,root,755)
8213%attr(755,root,root) %{_libdir}/libkpathsea.so
8214%{_includedir}/kpathsea
8215%{_infodir}/kpathsea.info*
8216
8217%files dvips
8218%defattr(644,root,root,755)
446ab8e0 8219# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 8220# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 8221# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
8222# %lang(fi) %{_mandir}/fi/man1/dvips.1*
8223# %{texmf}/dvips/misc
8224# %{texmf}/dvips/config/config.generic
8225# %{texmf}/fonts/map/dvips/misc
8226# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
8227# %{texmf}/fonts/map/dvips/tetex/bsr.map
8228# %{_localstatedir}/fonts/map/dvipdfm
8229# %{_localstatedir}/fonts/map/dvips
8230%dir %{texmfdist}/fonts/map/dvips/cmex
8231%dir %{texmf}/dvipdfm
c9ddaf2d
ZU
8232%doc %{texmf}/doc/dvips
8233%doc %{texmf}/doc/dvipdfm
d08789e0
ZU
8234%attr(755,root,root) %{_bindir}/dvips
8235%attr(755,root,root) %{_bindir}/dvired
8236%attr(755,root,root) %{_bindir}/dvitomp
8237%attr(755,root,root) %{_bindir}/dvitype
8238%attr(755,root,root) %{_bindir}/dvicopy
8239%attr(755,root,root) %{_bindir}/dvipdfm
8240%attr(755,root,root) %{_bindir}/dvipdft
8241# dvi2fax requires ghostscript
8242%attr(755,root,root) %{_bindir}/dvi2fax
8243%{_infodir}/dvips.info*
8244%{_mandir}/man1/dvi2fax.1*
8245%{_mandir}/man1/dvicopy.1*
8246%{_mandir}/man1/dvipdfm.1*
8247%{_mandir}/man1/dvips.1*
8248%{_mandir}/man1/dvired.1*
8249%{_mandir}/man1/dvitomp.1*
8250%{_mandir}/man1/dvitype.1*
d08789e0 8251%{texmf}/dvips/base
80fa261c
ZU
8252%{texmf}/dvips/config
8253%{texmf}/dvips/getafm
d08789e0 8254%{texmf}/dvips/gsftopk
606c6ab6 8255# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 8256%{texmfdist}/fonts/enc/dvips/base
9b908671 8257%{texmfdist}/fonts/map/dvips/allrunes
5902e778 8258%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 8259%{texmfdist}/tex/generic/dvips
f7f90954 8260%{texmfdist}/dvips
5902e778
ZU
8261%{texmf}/dvipdfm/config
8262%{texmf}/dvips/tetex/config.*
d08789e0 8263%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 8264%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
8265# %{texmf}/fonts/map
8266%dir %{texmf}/fonts/map/dvipdfm
8267%dir %{texmf}/fonts/map/dvips
8268%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
8269%{texmf}/fonts/map/dvipdfm/updmap
8270%{texmf}/fonts/map/dvipdfm/dvipdfmx
8271%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
8272%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
8273%{texmf}/fonts/map/dvips/tetex/dvips35.map
8274%{texmf}/fonts/map/dvips/tetex/mathpple.map
8275%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
8276%{texmf}/fonts/map/dvips/tetex/mt-plus.map
8277%{texmf}/fonts/map/dvips/tetex/mt-yy.map
8278%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 8279
d08789e0
ZU
8280
8281%files dvilj
8282%defattr(644,root,root,755)
8283%attr(755,root,root) %{_bindir}/dvihp
8284%attr(755,root,root) %{_bindir}/dvilj
8285%attr(755,root,root) %{_bindir}/dvilj2p
8286%attr(755,root,root) %{_bindir}/dvilj4
8287%attr(755,root,root) %{_bindir}/dvilj4l
8288%attr(755,root,root) %{_bindir}/dvilj6
8289%{_mandir}/man1/dvihp.1*
8290%{_mandir}/man1/dvilj.1*
09deda15
ZU
8291%{_mandir}/man1/dvilj2p.1*
8292%{_mandir}/man1/dvilj4.1*
8293%{_mandir}/man1/dvilj4l.1*
8294%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
8295
8296%files makeindex
8297%defattr(644,root,root,755)
446ab8e0 8298%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
8299%attr(755,root,root) %{_bindir}/mkindex
8300%attr(755,root,root) %{_bindir}/makeindex
8301%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 8302%{texmfdist}/makeindex
d08789e0
ZU
8303%{_mandir}/man1/makeindex.1*
8304%{_mandir}/man1/mkindex.1*
8305%{_mandir}/man1/rumakeindex.1*
8306
29d720fe
ZU
8307%files scripts
8308%defattr(644,root,root,755)
8309%dir %{texmfdist}/scripts
8310%dir %{texmf}/scripts
8311%dir %{texmf}/scripts/texlive
8312%{texmfdist}/scripts/bengali
8313%{texmfdist}/scripts/dviasm
8314%{texmfdist}/scripts/glossaries
8315%{texmfdist}/scripts/oberdiek
8316%{texmfdist}/scripts/perltex
8317%{texmfdist}/scripts/pgfplots
8318%{texmfdist}/scripts/ppower4
8319%{texmfdist}/scripts/pst2pdf
8320%{texmfdist}/scripts/shipunov
8321%{texmfdist}/scripts/texcount
8322%{texmfdist}/scripts/vpe/vpe.pl
8323%{texmf}/scripts/a2ping
8324%{texmf}/scripts/epstopdf
8325%{texmf}/scripts/pkfix
8326%{texmf}/scripts/ps2eps
8327%{texmf}/scripts/simpdftex
8328%{texmf}/scripts/tetex
8329%{texmf}/scripts/texlive/getnonfreefonts.pl
8330%{texmf}/scripts/texlive/gswin32
8331%{texmf}/scripts/texlive/lua
8332%{texmf}/scripts/texlive/*.tlu
8333%{texmf}/scripts/texlive/tlmgr.pl
8334%{texmf}/scripts/texlive/tlmgrgui
8335
783773ac
ZU
8336%files tex-arrayjob
8337%defattr(644,root,root,755)
8338%doc %{texmfdist}/doc/generic/arrayjob
8339%{texmfdist}/tex/generic/arrayjob
8340
8341%files tex-insbox
8342%defattr(644,root,root,755)
8343%doc %{texmfdist}/doc/generic/insbox
8344%{texmfdist}/tex/generic/insbox
8345
caaf987e
ZU
8346%files tex-kastrup
8347%defattr(644,root,root,755)
8348%doc %{texmfdist}/doc/generic/kastrup/binhex.pdf
8349%{texmfdist}/source/generic/kastrup
8350%{texmfdist}/tex/generic/kastrup
8351
e67df411
ZU
8352%files tex-mathdots
8353%defattr(644,root,root,755)
8354%doc %{texmfdist}/doc/generic/mathdots
8355%{texmfdist}/source/generic/mathdots
8356%{texmfdist}/tex/generic/mathdots
8357
783773ac
ZU
8358%files tex-ofs
8359%defattr(644,root,root,755)
8360%doc %{texmfdist}/doc/generic/ofs
8361%{texmfdist}/tex/generic/ofs
8362
e149bdb4
ZU
8363%files tex-physe
8364%defattr(644,root,root,755)
8365%{texmfdist}/tex/physe
8366%{texmf}/fmtutil/format.physe.cnf
8367
8368%files tex-velthuis
8369%defattr(644,root,root,755)
8370%doc %{texmfdist}/doc/generic/velthuis
8371%{texmfdist}/tex/generic/velthuis
8372
783773ac
ZU
8373%files tex-ytex
8374%defattr(644,root,root,755)
8375%{texmfdist}/tex/ytex
8376
d08789e0
ZU
8377%files metafont
8378%defattr(644,root,root,755)
d08789e0
ZU
8379#%attr(755,root,root) %{_bindir}/mfw
8380#%attr(755,root,root) %{_bindir}/virmf
8381#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
8382#%{texmf}/mft/cmbase.mft
8383# %{texmf}/mft/e.mft
446ab8e0
ZU
8384# %{texmf}/mft/pl.mft
8385# %{fmtdir}/mf.base
d08789e0 8386#%{texmf}/web2c/mf-nowin.base
446ab8e0 8387# %{texmf}/web2c/mf.pool
d08789e0 8388#%{texmf}/web2c/mfw.base
d08789e0
ZU
8389#%{_mandir}/man1/inimf.1*
8390#%{_mandir}/man1/virmf.1*
5902e778
ZU
8391%dir %{texmfdist}/mft
8392%dir %{texmfdist}/mft/base
8393%attr(755,root,root) %{_bindir}/mf
8394%attr(755,root,root) %{_bindir}/mf-nowin
8395%attr(755,root,root) %{_bindir}/mft
8396%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 8397%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
8398%attr(755,root,root) %{_bindir}/mktextfm
8399%{texmfdist}/metafont
8400%{texmfdist}/mft/base/mplain.mft
8401%{texmfdist}/mft/base/plain.mft
80fa261c 8402%{texmfdist}/source/metafont
5902e778 8403%{_mandir}/man1/mf.1*
fae5faca 8404%{_mandir}/man1/mf-nowin.1*
5902e778 8405%{_mandir}/man1/mft.1*
d08789e0
ZU
8406%{_mandir}/man1/mktexmf.1*
8407%{_mandir}/man1/mktexpk.1*
8408%{_mandir}/man1/mktextfm.1*
80fa261c 8409%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
8410
8411%files metapost
8412%defattr(644,root,root,755)
d08789e0
ZU
8413#%attr(755,root,root) %{_bindir}/virmpost
8414#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
8415# %{texmf}/web2c/mp.pool
8416# %{fmtdir}/mpost.mem
8417#%{_mandir}/man1/inimpost.1*
8418#%{_mandir}/man1/virmpost.1*
446ab8e0 8419%dir %{texmfdist}/metapost
5902e778
ZU
8420%doc %{texmfdist}/doc/metapost
8421%attr(755,root,root) %{_bindir}/mpost
8422%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
8423%{texmfdist}/metapost/base
8424%{texmfdist}/metapost/config
8425%{texmfdist}/metapost/mfpic
8426%{texmfdist}/metapost/misc
8427%{texmfdist}/metapost/support
80fa261c 8428%{texmfdist}/source/metapost
d08789e0
ZU
8429%{_mandir}/man1/mpost.1*
8430%{_mandir}/man1/mpto.1*
80fa261c 8431%{texmf}/fmtutil/format.metapost.cnf
d08789e0 8432
43a061cf 8433%files metapost-other
786ebdb1
ZU
8434%defattr(644,root,root,755)
8435%{texmfdist}/metapost/automata
8436%{texmfdist}/metapost/bbcard
8437%{texmfdist}/metapost/blockdraw_mp
8438%{texmfdist}/metapost/bpolynomial
8439%{texmfdist}/metapost/cmarrows
8440%{texmfdist}/metapost/dviincl
8441%{texmfdist}/metapost/epsincl
8442%{texmfdist}/metapost/expressg
8443%{texmfdist}/metapost/exteps
8444%{texmfdist}/metapost/featpost
786ebdb1
ZU
8445%{texmfdist}/metapost/frcursive
8446%{texmfdist}/metapost/hatching
8447%{texmfdist}/metapost/metaobj
8448%{texmfdist}/metapost/metaplot
8449%{texmfdist}/metapost/metauml
8450%{texmfdist}/metapost/mp3d
8451%{texmfdist}/metapost/mpattern
8452%{texmfdist}/metapost/nkarta
8453%{texmfdist}/metapost/piechartmp
8454%{texmfdist}/metapost/slideshow
8455%{texmfdist}/metapost/splines
8456%{texmfdist}/metapost/tabvar
8457%{texmfdist}/metapost/textpath
8458%{texmfdist}/metapost/venn
8459
d08789e0
ZU
8460%files mptopdf
8461%defattr(644,root,root,755)
8462%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 8463%{_mandir}/man1/mptopdf.1*
b839a3ce 8464# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
8465
8466%files texdoctk
8467%defattr(644,root,root,755)
446ab8e0 8468# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
8469%attr(755,root,root) %{_bindir}/texdoctk
8470%{texmf}/texdoctk
d08789e0
ZU
8471%{_mandir}/man1/texdoctk.1*
8472
8473%files -n texconfig
8474%defattr(644,root,root,755)
5902e778
ZU
8475%dir %{texmf}/texconfig
8476%doc %{texmf}/texconfig/README
d08789e0
ZU
8477%attr(755,root,root) %{_bindir}/texconfig
8478%attr(755,root,root) %{_bindir}/texconfig-dialog
8479%attr(755,root,root) %{_bindir}/texconfig-sys
8480%attr(755,root,root) %{texmf}/texconfig/tcfmgr
8481%{_mandir}/man1/texconfig.1*
fae5faca 8482%{_mandir}/man1/texconfig-sys.1*
5902e778 8483%{texmf}/texconfig/g
d08789e0 8484%{texmf}/texconfig/generic
5902e778 8485%{texmf}/texconfig/tcfmgr.map
d08789e0 8486%{texmf}/texconfig/v
d08789e0
ZU
8487%{texmf}/texconfig/x
8488
624ed2f9
ZU
8489%files -n xindy
8490%defattr(644,root,root,755)
4224ae6d 8491%doc %{texmf}/doc/xindy
624ed2f9 8492%dir %{texmf}/xindy
624ed2f9 8493%dir %{texmf}/xindy/lang
1024ab0e
ZU
8494%dir %{texmf}/scripts
8495%{texmf}/scripts/xindy
4224ae6d
MB
8496%{texmf}/xindy/base
8497%{texmf}/xindy/class
8498%{texmf}/xindy/ord
8499%{texmf}/xindy/rules
8500%{texmf}/xindy/styles
8501%{texmf}/xindy/tex
624ed2f9 8502
1024ab0e 8503
624ed2f9
ZU
8504%files -n xindy-albanian
8505%defattr(644,root,root,755)
4224ae6d 8506%{texmf}/xindy/lang/albanian
624ed2f9
ZU
8507
8508%files -n xindy-belarusian
8509%defattr(644,root,root,755)
4224ae6d 8510%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
8511
8512%files -n xindy-bulgarian
8513%defattr(644,root,root,755)
4224ae6d 8514%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
8515
8516%files -n xindy-croatian
8517%defattr(644,root,root,755)
4224ae6d 8518%{texmf}/xindy/lang/croatian
624ed2f9
ZU
8519
8520%files -n xindy-czech
8521%defattr(644,root,root,755)
4224ae6d 8522%{texmf}/xindy/lang/czech
624ed2f9
ZU
8523
8524%files -n xindy-danish
8525%defattr(644,root,root,755)
4224ae6d 8526%{texmf}/xindy/lang/danish
624ed2f9
ZU
8527
8528%files -n xindy-dutch
8529%defattr(644,root,root,755)
4224ae6d 8530%{texmf}/xindy/lang/dutch
624ed2f9
ZU
8531
8532%files -n xindy-english
8533%defattr(644,root,root,755)
4224ae6d 8534%{texmf}/xindy/lang/english
624ed2f9
ZU
8535
8536%files -n xindy-esperanto
8537%defattr(644,root,root,755)
4224ae6d 8538%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
8539
8540%files -n xindy-estonian
8541%defattr(644,root,root,755)
4224ae6d 8542%{texmf}/xindy/lang/estonian
624ed2f9
ZU
8543
8544%files -n xindy-finnish
8545%defattr(644,root,root,755)
4224ae6d 8546%{texmf}/xindy/lang/finnish
624ed2f9
ZU
8547
8548%files -n xindy-french
8549%defattr(644,root,root,755)
4224ae6d 8550%{texmf}/xindy/lang/french
624ed2f9
ZU
8551
8552%files -n xindy-general
8553%defattr(644,root,root,755)
4224ae6d 8554%{texmf}/xindy/lang/general
624ed2f9
ZU
8555
8556%files -n xindy-georgian
8557%defattr(644,root,root,755)
4224ae6d 8558%{texmf}/xindy/lang/georgian
624ed2f9
ZU
8559
8560%files -n xindy-german
8561%defattr(644,root,root,755)
4224ae6d 8562%{texmf}/xindy/lang/german
624ed2f9
ZU
8563
8564%files -n xindy-greek
8565%defattr(644,root,root,755)
4224ae6d 8566%{texmf}/xindy/lang/greek
624ed2f9
ZU
8567
8568%files -n xindy-gypsy
8569%defattr(644,root,root,755)
4224ae6d 8570%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
8571
8572%files -n xindy-hausa
8573%defattr(644,root,root,755)
4224ae6d 8574%{texmf}/xindy/lang/hausa
624ed2f9
ZU
8575
8576%files -n xindy-hebrew
8577%defattr(644,root,root,755)
4224ae6d 8578%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
8579
8580%files -n xindy-hungarian
8581%defattr(644,root,root,755)
4224ae6d 8582%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
8583
8584%files -n xindy-icelandic
8585%defattr(644,root,root,755)
4224ae6d 8586%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
8587
8588%files -n xindy-italian
8589%defattr(644,root,root,755)
4224ae6d 8590%{texmf}/xindy/lang/italian
624ed2f9
ZU
8591
8592%files -n xindy-klingon
8593%defattr(644,root,root,755)
4224ae6d 8594%{texmf}/xindy/lang/klingon
624ed2f9
ZU
8595
8596%files -n xindy-kurdish
8597%defattr(644,root,root,755)
4224ae6d 8598%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
8599
8600%files -n xindy-latin
8601%defattr(644,root,root,755)
4224ae6d 8602%{texmf}/xindy/lang/latin
624ed2f9
ZU
8603
8604%files -n xindy-latvian
8605%defattr(644,root,root,755)
4224ae6d 8606%{texmf}/xindy/lang/latvian
624ed2f9
ZU
8607
8608%files -n xindy-lithuanian
8609%defattr(644,root,root,755)
4224ae6d 8610%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
8611
8612%files -n xindy-lower-sorbian
8613%defattr(644,root,root,755)
4224ae6d 8614%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
8615
8616%files -n xindy-macedonian
8617%defattr(644,root,root,755)
4224ae6d 8618%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
8619
8620%files -n xindy-mongolian
8621%defattr(644,root,root,755)
4224ae6d 8622%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
8623
8624%files -n xindy-norwegian
8625%defattr(644,root,root,755)
4224ae6d 8626%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
8627
8628%files -n xindy-polish
8629%defattr(644,root,root,755)
4224ae6d 8630%{texmf}/xindy/lang/polish
624ed2f9
ZU
8631
8632%files -n xindy-portuguese
8633%defattr(644,root,root,755)
4224ae6d 8634%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
8635
8636%files -n xindy-romanian
8637%defattr(644,root,root,755)
4224ae6d 8638%{texmf}/xindy/lang/romanian
624ed2f9
ZU
8639
8640%files -n xindy-russian
8641%defattr(644,root,root,755)
4224ae6d 8642%{texmf}/xindy/lang/russian
624ed2f9
ZU
8643
8644%files -n xindy-serbian
8645%defattr(644,root,root,755)
4224ae6d 8646%{texmf}/xindy/lang/serbian
624ed2f9
ZU
8647
8648%files -n xindy-slovak
8649%defattr(644,root,root,755)
4224ae6d 8650%{texmf}/xindy/lang/slovak
624ed2f9
ZU
8651
8652%files -n xindy-slovenian
8653%defattr(644,root,root,755)
4224ae6d 8654%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
8655
8656%files -n xindy-spanish
8657%defattr(644,root,root,755)
4224ae6d 8658%{texmf}/xindy/lang/spanish
624ed2f9
ZU
8659
8660%files -n xindy-swedish
8661%defattr(644,root,root,755)
4224ae6d 8662%{texmf}/xindy/lang/swedish
624ed2f9
ZU
8663
8664%files -n xindy-turkish
8665%defattr(644,root,root,755)
4224ae6d 8666%{texmf}/xindy/lang/turkish
624ed2f9
ZU
8667
8668%files -n xindy-ukrainian
8669%defattr(644,root,root,755)
4224ae6d 8670%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
8671
8672%files -n xindy-upper-sorbian
8673%defattr(644,root,root,755)
4224ae6d 8674%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
8675
8676%files -n xindy-vietnamese
8677%defattr(644,root,root,755)
4224ae6d 8678%{texmf}/xindy/lang/vietnamese/
624ed2f9 8679
d08789e0
ZU
8680%files -n xdvi
8681%defattr(644,root,root,755)
d08789e0 8682#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 8683# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 8684# %{_mandir}/man1/xdvizilla.1*
9b908671 8685%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
8686%attr(755,root,root) %{_bindir}/xdvi
8687%{_mandir}/man1/xdvi.1*
d08789e0
ZU
8688%{_desktopdir}/xdvi.desktop
8689%{_pixmapsdir}/xdvi.png
8690%{texmf}/xdvi
8691
8692%files pdftex
8693%defattr(644,root,root,755)
446ab8e0 8694# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 8695# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 8696# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
8697# %dir %{texmf}/fonts/map/pdftex
8698# %dir %{texmf}/fonts/map/pdftex/cmttf
8699# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
8700# %{texmf}/web2c/pdfetex-pl.pool
8701# %{texmf}/web2c/pdfetex.pool
8702# %{texmf}/web2c/pdfxtex.pool
5902e778 8703# %{_mandir}/man1/pdfxtex.1*
28c0ab22 8704%dir %{texmf}/fonts/map/pdftex
5fef92c1 8705%doc %{texmfdist}/doc/pdftex
5902e778
ZU
8706%attr(755,root,root) %{_bindir}/epstopdf
8707%attr(755,root,root) %{_bindir}/pdfcrop
8708%attr(755,root,root) %{_bindir}/pdftex
bf184d85 8709%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 8710%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 8711%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 8712%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
8713%{_mandir}/man1/epstopdf.1*
8714%{_mandir}/man1/pdftex.1*
80fa261c
ZU
8715%{texmfdist}/fonts/enc/pdftex
8716%{texmfdist}/fonts/map/pdftex
8717%{texmf}/fonts/map/pdftex/updmap
d08789e0 8718
04123363 8719%files phyzzx
f65b3398 8720%defattr(644,root,root,755)
04123363
ZU
8721%attr(755,root,root) %{_bindir}/phyzzx
8722%dir %{texmfdist}/doc/phyzzx
8723%dir %{texmfdist}/tex/phyzzx
8724%doc %{texmfdist}/doc/phyzzx/base
80fa261c 8725%{texmfdist}/tex/phyzzx/base
04123363
ZU
8726%{texmfdist}/tex/phyzzx/config
8727%{texmf}/fmtutil/format.phyzzx.cnf
8728
d08789e0
ZU
8729%files omega
8730%defattr(644,root,root,755)
5902e778
ZU
8731# %{texmf}/web2c/omega.pool
8732# %{texmf}/web2c/aleph.pool
5902e778
ZU
8733# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
8734# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
8735# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
8736# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf 8737%doc %{texmfdist}/doc/omega
c9ddaf2d 8738%doc %{texmfdist}/doc/lambda
0f6c4baf
ZU
8739%dir %{texmfdist}/omega
8740%dir %{texmfdist}/dvips/omega
d08789e0
ZU
8741%attr(755,root,root) %{_bindir}/aleph
8742%attr(755,root,root) %{_bindir}/lambda
8743%attr(755,root,root) %{_bindir}/mkocp
8744%attr(755,root,root) %{_bindir}/mkofm
8745%attr(755,root,root) %{_bindir}/odvicopy
8746%attr(755,root,root) %{_bindir}/odvips
8747%attr(755,root,root) %{_bindir}/odvitype
8748%attr(755,root,root) %{_bindir}/omega
8749%attr(755,root,root) %{_bindir}/omfonts
8750%attr(755,root,root) %{_bindir}/opl2ofm
8751%attr(755,root,root) %{_bindir}/otangle
8752%attr(755,root,root) %{_bindir}/otp2ocp
8753%attr(755,root,root) %{_bindir}/outocp
8754%attr(755,root,root) %{_bindir}/ovf2ovp
8755%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
8756%{texmfdist}/dvips/omega/config.omega
8757%{texmfdist}/dvips/omega/omega.cfg
8758%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
8759%{texmfdist}/omega/ocp
8760%{texmfdist}/omega/otp
2677a8b0 8761%{texmfdist}/tex/lambda
80fa261c 8762%{texmfdist}/source/lambda
fae5faca 8763%{_mandir}/man1/lambda.1*
d08789e0
ZU
8764%{_mandir}/man1/mkocp.1*
8765%{_mandir}/man1/mkofm.1*
8766%{_mandir}/man1/omega.1*
fae5faca
ZU
8767%{_mandir}/man1/odvicopy.1*
8768%{_mandir}/man1/odvips.1*
8769%{_mandir}/man1/odvitype.1*
d08789e0
ZU
8770%{_mandir}/man1/ofm2opl.1*
8771%{_mandir}/man1/opl2ofm.1*
8772%{_mandir}/man1/otp2ocp.1*
8773%{_mandir}/man1/outocp.1*
8774%{_mandir}/man1/ovf2ovp.1*
8775%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
8776%{texmf}/fmtutil/format.omega.cnf
8777%{texmf}/fmtutil/format.aleph.cnf
c9ddaf2d 8778%doc %{texmfdist}/doc/aleph
d08789e0 8779
d08789e0
ZU
8780%files plain
8781%defattr(644,root,root,755)
446ab8e0
ZU
8782%doc %{texmfdist}/doc/plain
8783%{texmfdist}/tex/plain
4224ae6d 8784%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 8785%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
8786#%{texmf}/web2c/plain.mem
8787#%{texmf}/web2c/plain.base
8788
d5174470
ZU
8789# %files format-plain
8790# %defattr(644,root,root,755)
b839a3ce 8791# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
8792#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
8793
d5174470
ZU
8794# %files format-pdftex
8795# %defattr(644,root,root,755)
b839a3ce 8796# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 8797
d5174470
ZU
8798# %files format-pdfetex
8799# %defattr(644,root,root,755)
b839a3ce 8800# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
8801
8802%files mex
8803%defattr(644,root,root,755)
80fa261c 8804%doc %{texmfdist}/doc/mex
446ab8e0
ZU
8805%dir %{texmfdist}/tex/mex
8806%dir %{texmfdist}/tex/mex/base
8807%{texmfdist}/tex/mex/base/mex1.tex
8808%{texmfdist}/tex/mex/base/mex2.tex
8809%{texmfdist}/tex/mex/base/mex.tex
8810%dir %{texmfdist}/tex/mex/config
8811%{texmfdist}/tex/mex/base/mexconf.tex
015f9ddb
ZU
8812%{texmf}/fmtutil/format.mex.cnf
8813%{texmf}/fmtutil/format.utf8mex.cnf
446ab8e0 8814
d08789e0
ZU
8815%files format-mex
8816%defattr(644,root,root,755)
8817%attr(755,root,root) %{_bindir}/mex
2677a8b0 8818%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 8819# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
8820
8821%files format-pdfmex
8822%defattr(644,root,root,755)
8823%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 8824%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 8825# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
8826
8827%files format-utf8mex
8828%defattr(644,root,root,755)
8829%attr(755,root,root) %{_bindir}/utf8mex
04123363 8830%dir %{texmfdist}/doc/mex
2677a8b0
ZU
8831%doc %{texmfdist}/doc/mex/utf8mex
8832%{texmfdist}/tex/mex/utf8mex
b839a3ce 8833# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
8834
8835%files amstex
8836%defattr(644,root,root,755)
2677a8b0
ZU
8837%dir %{texmfdist}/tex/amstex
8838%{texmfdist}/tex/amstex/base
8839%{texmfdist}/tex/amstex/config
8840%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
8841
8842%files format-amstex
8843%defattr(644,root,root,755)
446ab8e0
ZU
8844%doc %{texmfdist}/doc/amstex
8845%{texmfdist}/tex/amstex
d08789e0
ZU
8846%attr(755,root,root) %{_bindir}/amstex
8847%{_mandir}/man1/amstex.1*
80fa261c
ZU
8848%{texmf}/fmtutil/format.amstex.cnf
8849%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
8850# %lang(fi) %{_mandir}/fi/man1/amstex.1*
8851# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 8852
446ab8e0
ZU
8853# %files format-pdfamstex
8854# %defattr(644,root,root,755)
8855# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 8856#%{texmf}/pdftex/amstex
446ab8e0 8857# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
8858
8859%files csplain
8860%defattr(644,root,root,755)
04123363 8861%dir %{texmfdist}/doc/cslatex
21c69d95 8862%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
8863%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
8864%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
8865%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
8866%doc %{texmfdist}/doc/cslatex/base/csplain.doc
8867%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
8868%doc %{texmfdist}/doc/cslatex/base/test8z.tex
8869%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 8870%attr(755,root,root) %{_bindir}/csplain
446ab8e0 8871%{texmfdist}/tex/csplain
f4f1ef6b 8872%{texmf}/fmtutil/format.csplain.cnf
d08789e0
ZU
8873
8874%files format-csplain
8875%defattr(644,root,root,755)
b839a3ce 8876# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
8877
8878%files format-pdfcsplain
8879%defattr(644,root,root,755)
8880%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 8881# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
8882
8883%files cslatex
8884%defattr(644,root,root,755)
446ab8e0
ZU
8885# %doc %{texmf}/doc/cstex/INSTALL.cslatex
8886# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
8887%{texmfdist}/tex/cslatex
8888%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
8889
8890%files format-cslatex
8891%defattr(644,root,root,755)
8892%attr(755,root,root) %{_bindir}/cslatex
80fa261c 8893%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 8894# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
8895
8896%files format-pdfcslatex
8897%defattr(644,root,root,755)
8898%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 8899# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 8900
ffd94364
ZU
8901# %files cyrplain
8902# %defattr(644,root,root,755)
8903# %doc %{texmf}/doc/cyrplain
8904# %{texmf}/tex/cyrplain
d08789e0 8905
ffd94364
ZU
8906# %files format-cyrplain
8907# %defattr(644,root,root,755)
8908# %attr(755,root,root) %{_bindir}/cyrtex
8909# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 8910
ffd94364
ZU
8911# %files format-cyramstex
8912# %defattr(644,root,root,755)
8913# %attr(755,root,root) %{_bindir}/cyramstex
8914# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 8915
ffd94364
ZU
8916# %files format-cyrtexinfo
8917# %defattr(644,root,root,755)
8918# %attr(755,root,root) %{_bindir}/cyrtexinfo
8919# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
8920
8921%files eplain
8922%defattr(644,root,root,755)
ffd94364
ZU
8923%doc %{texmfdist}/doc/etex
8924%doc %{texmfdist}/doc/eplain
8925%{texmfdist}/tex/plain/etex
8926%{texmfdist}/tex/eplain
d08789e0
ZU
8927
8928%files format-eplain
8929%defattr(644,root,root,755)
8930%attr(755,root,root) %{_bindir}/eplain
8931%attr(755,root,root) %{_bindir}/etex
8932%{_mandir}/man1/eplain.1*
8933%{_mandir}/man1/etex.1*
80fa261c 8934%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
8935# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
8936# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
8937
8938%files context
8939%defattr(644,root,root,755)
68640cd8
ZU
8940%doc %{texmfdist}/doc/context
8941# %doc %{texmf}/doc/polish/context
4224ae6d
MB
8942%attr(755,root,root) %{_bindir}/context
8943%attr(755,root,root) %{_bindir}/ctxtools
8944%attr(755,root,root) %{_bindir}/exatools
8945%attr(755,root,root) %{_bindir}/luatools
8946%attr(755,root,root) %{_bindir}/makempy
8947%attr(755,root,root) %{_bindir}/mpstools
8948%attr(755,root,root) %{_bindir}/mtxrun
8949%attr(755,root,root) %{_bindir}/mtxtools
8950%attr(755,root,root) %{_bindir}/pdfthumb
8951%attr(755,root,root) %{_bindir}/pdftools
8952%attr(755,root,root) %{_bindir}/pdftrimwhite
8953%attr(755,root,root) %{_bindir}/pstopdf
8954%attr(755,root,root) %{_bindir}/rlxtools
8955%attr(755,root,root) %{_bindir}/runtools
8956%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
8957%attr(755,root,root) %{_bindir}/texfind
8958%attr(755,root,root) %{_bindir}/texfont
4224ae6d 8959%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 8960%attr(755,root,root) %{_bindir}/texshow
4224ae6d 8961%attr(755,root,root) %{_bindir}/textools
d08789e0 8962%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
8963%attr(755,root,root) %{_bindir}/tmftools
8964%attr(755,root,root) %{_bindir}/xmltools
ffd94364 8965# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
8966%{_mandir}/man1/ctxtools.1*
8967%{_mandir}/man1/pdftools.1*
8968%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
8969%{_mandir}/man1/texfind.1*
8970%{_mandir}/man1/texfont.1*
fae5faca
ZU
8971%{_mandir}/man1/texmfstart.1*
8972%{_mandir}/man1/textools.1*
d08789e0 8973%{_mandir}/man1/texutil.1*
ffd94364 8974# %{_mandir}/man1/texshow.1*
4224ae6d 8975%{texmfdist}/context
68640cd8 8976%{texmfdist}/fonts/enc/dvips/context
ffd94364 8977# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
8978%{texmfdist}/metapost/context
8979%{texmfdist}/scripts/context
4224ae6d
MB
8980%{texmfdist}/tex/context
8981%exclude %{texmfdist}/tex/context/config/cont-de.ini
8982%exclude %{texmfdist}/tex/context/config/cont-en.ini
8983%exclude %{texmfdist}/tex/context/config/cont-nl.ini
8984%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 8985%{texmfdist}/tex/generic/context
4224ae6d 8986%{texmfdist}/tex/latex/context
68640cd8 8987%{texmfdist}/bibtex/bst/context
80fa261c 8988%{texmf}/fmtutil/format.context.cnf
015f9ddb 8989%{texmf}/fmtutil/format.luatex.cnf
f7f90954 8990%doc %{texmfdist}/doc/luatex
d08789e0
ZU
8991
8992# no fmt, so commented out
8993#%files format-context-cz
8994#%defattr(644,root,root,755)
8995#%%{texmf}/tex/context/config/cont-cz.ini
8996# does not build with beta 20021025
8997#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
8998
8999%files format-context-de
9000%defattr(644,root,root,755)
2677a8b0 9001%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 9002# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
9003#%{_mandir}/man1/cont-de.1*
9004
9005%files format-context-en
9006%defattr(644,root,root,755)
2677a8b0 9007%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 9008# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
9009#%{_mandir}/man1/cont-en.1*
9010# what is the difference betwen uk and en in this particular situation?
2677a8b0 9011%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 9012# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
9013
9014# no fmt, so commented out
9015#%files format-context-it
9016#%defattr(644,root,root,755)
9017#%%{texmf}/tex/context/config/cont-it.ini
9018
9019%files format-context-nl
9020%defattr(644,root,root,755)
2677a8b0 9021%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 9022# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
9023#%{_mandir}/man1/cont-nl.1*
9024
9025# no fmt, so commented out
9026#%files format-context-ro
9027#%defattr(644,root,root,755)
9028#%%{texmf}/tex/context/config/cont-ro.ini
9029
3127b522 9030
d08789e0
ZU
9031%files latex
9032%defattr(644,root,root,755)
5fef92c1 9033%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
9034%attr(755,root,root) %{_bindir}/latex
9035%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
9036# %lang(fi) %{_mandir}/fi/man1/latex.1*
9037# %lang(pl) %{_mandir}/pl/man1/latex.1*
9038# %{_infodir}/latex.info*
04123363 9039%{texmf}/fmtutil/format.latex.cnf
5fef92c1 9040%{_mandir}/man1/lacheck.1*
3127b522
ZU
9041%{_mandir}/man1/latex.1*
9042%{_mandir}/man1/pslatex.1*
d08789e0 9043
3127b522
ZU
9044%dir %{texmfdist}/scripts
9045%dir %{texmfdist}/scripts/pst-pdf
63399af2 9046%dir %{texmfdist}/source/generic
df343eba 9047%dir %{texmfdist}/tex/latex
63399af2
ZU
9048%dir %{texmfdist}/tex/plain
9049%dir %{texmf}/tex/latex
d08789e0 9050
3127b522
ZU
9051# %{texmfdist}/tex/latex/citesort
9052# %{texmfdist}/tex/latex/dvilj
9053# %{texmfdist}/tex/latex/eclbip
9054# %{texmfdist}/tex/latex/eo
9055# %{texmfdist}/tex/latex/example
9056# %{texmfdist}/tex/latex/fguill
24f69178 9057%{texmfdist}/tex/latex/floatflt
3127b522
ZU
9058# %{texmfdist}/tex/latex/gletter
9059# %{texmfdist}/tex/latex/here
9060# %{texmfdist}/tex/latex/mt11p
9061# %{texmfdist}/tex/latex/relsize
9062# %{texmfdist}/tex/latex/selectp
9063# %{texmfdist}/tex/latex/shadow
9064# %{texmfdist}/tex/latex/showtags
9065# %{texmfdist}/tex/latex/tabls
9066# %{texmfdist}/tex/latex/texmacs
9067# %{texmfdist}/tex/latex/threeparttable
9068# %{texmfdist}/tex/latex/treesvr
9069# %{texmfdist}/tex/latex/ulem
9070# %{texmfdist}/tex/latex/url
9071# %{texmf}/tex/latex/version
9072# %{texmf}/tex/latex/vpage
9073%{texmfdist}/scripts/pst-pdf/ps4pdf
9074%{texmfdist}/tex/generic/pstricks
9075%{texmfdist}/tex/generic/shapepar
3127b522 9076%{texmfdist}/tex/generic/textmerg
c9ddaf2d 9077%{texmfdist}/source/generic/textmerg
6367bfc9
MB
9078%{texmfdist}/tex/latex/12many
9079%{texmfdist}/tex/latex/AkkTeX
6367bfc9 9080%{texmfdist}/tex/latex/GuIT
6367bfc9
MB
9081%{texmfdist}/tex/latex/IEEEtran
9082%{texmfdist}/tex/latex/SIstyle
9083%{texmfdist}/tex/latex/Tabbing
9084%{texmfdist}/tex/latex/a0poster
6367bfc9 9085%{texmfdist}/tex/latex/acmtrans
df343eba 9086%{texmfdist}/tex/latex/acronym
6367bfc9 9087%{texmfdist}/tex/latex/adrlist
df343eba 9088%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
9089%{texmfdist}/tex/latex/afthesis
9090%{texmfdist}/tex/latex/aguplus
6367bfc9 9091%{texmfdist}/tex/latex/akletter
6367bfc9
MB
9092%{texmfdist}/tex/latex/algorithm2e
9093%{texmfdist}/tex/latex/algorithmicx
9094%{texmfdist}/tex/latex/allrunes
6367bfc9
MB
9095%{texmfdist}/tex/latex/altfont
9096%{texmfdist}/tex/latex/ametsoc
9097%{texmfdist}/tex/latex/amsaddr
9098%{texmfdist}/tex/latex/amsrefs
9099%{texmfdist}/tex/latex/animate
9100%{texmfdist}/tex/latex/answers
9101%{texmfdist}/tex/latex/antiqua
9102%{texmfdist}/tex/latex/anyfontsize
df343eba 9103%{texmfdist}/tex/latex/anysize
6367bfc9 9104%{texmfdist}/tex/latex/apa
6367bfc9
MB
9105%{texmfdist}/tex/latex/apl
9106%{texmfdist}/tex/latex/ar
9107%{texmfdist}/tex/latex/arabi
9108%{texmfdist}/tex/latex/arabtex
9109%{texmfdist}/tex/latex/archaic
6367bfc9
MB
9110%{texmfdist}/tex/latex/arev
9111%{texmfdist}/tex/latex/armenian
6367bfc9
MB
9112%{texmfdist}/tex/latex/ascelike
9113%{texmfdist}/tex/latex/ascii
9114%{texmfdist}/tex/latex/assignment
6367bfc9
MB
9115%{texmfdist}/tex/latex/augie
9116%{texmfdist}/tex/latex/auncial-new
9117%{texmfdist}/tex/latex/aurical
9118%{texmfdist}/tex/latex/authoraftertitle
9119%{texmfdist}/tex/latex/authorindex
9120%{texmfdist}/tex/latex/auto-pst-pdf
9121%{texmfdist}/tex/latex/autoarea
9122%{texmfdist}/tex/latex/autotab
9123%{texmfdist}/tex/latex/avantgar
6367bfc9
MB
9124%{texmfdist}/tex/latex/bangtex
9125%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
9126%{texmfdist}/tex/latex/base
9127%{texmfdist}/tex/latex/bayer
9128%{texmfdist}/tex/latex/bbding
9129%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
9130%{texmfdist}/tex/latex/begriff
9131%{texmfdist}/tex/latex/bengali
9132%{texmfdist}/tex/latex/bera
9133%{texmfdist}/tex/latex/betababel
df343eba 9134%{texmfdist}/tex/latex/beton
6367bfc9
MB
9135%{texmfdist}/tex/latex/bibarts
9136%{texmfdist}/tex/latex/bibleref
9137%{texmfdist}/tex/latex/biblist
6367bfc9 9138%{texmfdist}/tex/latex/bigfoot
6367bfc9
MB
9139%{texmfdist}/tex/latex/bizcard
9140%{texmfdist}/tex/latex/blacklettert1
9141%{texmfdist}/tex/latex/blindtext
6367bfc9 9142%{texmfdist}/tex/latex/boisik
6367bfc9
MB
9143%{texmfdist}/tex/latex/boldtensors
9144%{texmfdist}/tex/latex/bookest
9145%{texmfdist}/tex/latex/bookhands
6367bfc9
MB
9146%{texmfdist}/tex/latex/bookman
9147%{texmfdist}/tex/latex/bophook
9148%{texmfdist}/tex/latex/boxhandler
6367bfc9
MB
9149%{texmfdist}/tex/latex/braille
9150%{texmfdist}/tex/latex/breakurl
9151%{texmfdist}/tex/latex/bridge
9152%{texmfdist}/tex/latex/brushscr
6367bfc9
MB
9153%{texmfdist}/tex/latex/burmese
9154%{texmfdist}/tex/latex/bussproofs
df343eba 9155%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
9156%{texmfdist}/tex/latex/calxxxx
9157%{texmfdist}/tex/latex/captcont
9158%{texmfdist}/tex/latex/casyl
9159%{texmfdist}/tex/latex/catechis
9160%{texmfdist}/tex/latex/cbcoptic
9161%{texmfdist}/tex/latex/cbfonts
6367bfc9
MB
9162%{texmfdist}/tex/latex/cclicenses
9163%{texmfdist}/tex/latex/cd-cover
9164%{texmfdist}/tex/latex/cd
9165%{texmfdist}/tex/latex/cdpbundl
9166%{texmfdist}/tex/latex/cellspace
6367bfc9
MB
9167%{texmfdist}/tex/latex/changepage
9168%{texmfdist}/tex/latex/changes
6367bfc9 9169%{texmfdist}/tex/latex/chapterfolder
6367bfc9 9170%{texmfdist}/tex/latex/cherokee
6367bfc9
MB
9171%{texmfdist}/tex/latex/chicago
9172%{texmfdist}/tex/latex/china2e
6367bfc9
MB
9173%{texmfdist}/tex/latex/citeref
9174%{texmfdist}/tex/latex/cjhebrew
9175%{texmfdist}/tex/latex/cjk
6367bfc9 9176%{texmfdist}/tex/latex/classicthesis
6367bfc9
MB
9177%{texmfdist}/tex/latex/cleveref
9178%{texmfdist}/tex/latex/clock
9179%{texmfdist}/tex/latex/clrscode
9180%{texmfdist}/tex/latex/cm-lgc
9181%{texmfdist}/tex/latex/cm-super
df343eba 9182%{texmfdist}/tex/latex/cmap
6367bfc9
MB
9183%{texmfdist}/tex/latex/cmcyralt
9184%{texmfdist}/tex/latex/cmdstring
6367bfc9
MB
9185%{texmfdist}/tex/latex/cmsd
9186%{texmfdist}/tex/latex/codepage
9187%{texmfdist}/tex/latex/colorinfo
6367bfc9
MB
9188%{texmfdist}/tex/latex/commath
9189%{texmfdist}/tex/latex/compactbib
9190%{texmfdist}/tex/latex/complexity
6367bfc9
MB
9191%{texmfdist}/tex/latex/concprog
9192%{texmfdist}/tex/latex/confproc
6367bfc9
MB
9193%{texmfdist}/tex/latex/courier-scaled
9194%{texmfdist}/tex/latex/courier
9195%{texmfdist}/tex/latex/courseoutline
9196%{texmfdist}/tex/latex/coursepaper
9197%{texmfdist}/tex/latex/coverpage
9198%{texmfdist}/tex/latex/covington
df343eba 9199%{texmfdist}/tex/latex/crop
6367bfc9 9200%{texmfdist}/tex/latex/crossreference
6367bfc9
MB
9201%{texmfdist}/tex/latex/csbulletin
9202%{texmfdist}/tex/latex/csquotes
6367bfc9 9203%{texmfdist}/tex/latex/ctib
6367bfc9 9204%{texmfdist}/tex/latex/cursor
6367bfc9
MB
9205%{texmfdist}/tex/latex/cv
9206%{texmfdist}/tex/latex/cweb-latex
6367bfc9 9207%{texmfdist}/tex/latex/cyklop
6367bfc9 9208%{texmfdist}/tex/latex/dateiliste
6367bfc9
MB
9209%{texmfdist}/tex/latex/datetime
9210%{texmfdist}/tex/latex/dcpic
9211%{texmfdist}/tex/latex/decimal
6367bfc9 9212%{texmfdist}/tex/latex/diagnose
6367bfc9
MB
9213%{texmfdist}/tex/latex/dichokey
9214%{texmfdist}/tex/latex/dictsym
9215%{texmfdist}/tex/latex/digiconfigs
6367bfc9
MB
9216%{texmfdist}/tex/latex/dingbat
9217%{texmfdist}/tex/latex/directory
6367bfc9 9218%{texmfdist}/tex/latex/dlfltxb
6367bfc9
MB
9219%{texmfdist}/tex/latex/docmfp
9220%{texmfdist}/tex/latex/doi
9221%{texmfdist}/tex/latex/doipubmed
9222%{texmfdist}/tex/latex/dotarrow
6367bfc9
MB
9223%{texmfdist}/tex/latex/dottex
9224%{texmfdist}/tex/latex/doublestroke
9225%{texmfdist}/tex/latex/dpfloat
6367bfc9 9226%{texmfdist}/tex/latex/drac
df343eba 9227%{texmfdist}/tex/latex/draftcopy
6367bfc9 9228%{texmfdist}/tex/latex/dramatist
6367bfc9
MB
9229%{texmfdist}/tex/latex/duerer-latex
9230%{texmfdist}/tex/latex/dvdcoll
9231%{texmfdist}/tex/latex/dvipdfmx-def
6367bfc9
MB
9232%{texmfdist}/tex/latex/eCards
9233%{texmfdist}/tex/latex/ean13isbn
9234%{texmfdist}/tex/latex/easy
9235%{texmfdist}/tex/latex/ebezier
9236%{texmfdist}/tex/latex/ebsthesis
9237%{texmfdist}/tex/latex/ecclesiastic
9238%{texmfdist}/tex/latex/ecltree
9239%{texmfdist}/tex/latex/eco
9240%{texmfdist}/tex/latex/economic
6367bfc9
MB
9241%{texmfdist}/tex/latex/ed
9242%{texmfdist}/tex/latex/edmargin
9243%{texmfdist}/tex/latex/ednotes
9244%{texmfdist}/tex/latex/eemeir
df343eba 9245%{texmfdist}/tex/latex/eepic
6367bfc9 9246%{texmfdist}/tex/latex/egameps
6367bfc9
MB
9247%{texmfdist}/tex/latex/eiad
9248%{texmfdist}/tex/latex/ellipsis
6367bfc9 9249%{texmfdist}/tex/latex/elpres
6367bfc9
MB
9250%{texmfdist}/tex/latex/elsevier
9251%{texmfdist}/tex/latex/em
9252%{texmfdist}/tex/latex/emp
9253%{texmfdist}/tex/latex/emulateapj
9254%{texmfdist}/tex/latex/encxvlna
df343eba 9255%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
9256%{texmfdist}/tex/latex/endheads
9257%{texmfdist}/tex/latex/engpron
9258%{texmfdist}/tex/latex/engrec
9259%{texmfdist}/tex/latex/envbig
6367bfc9
MB
9260%{texmfdist}/tex/latex/envlab
9261%{texmfdist}/tex/latex/epigrafica
9262%{texmfdist}/tex/latex/epigraph
9263%{texmfdist}/tex/latex/epiolmec
9264%{texmfdist}/tex/latex/epsdice
9265%{texmfdist}/tex/latex/epspdfconversion
6367bfc9 9266%{texmfdist}/tex/latex/eqname
6367bfc9
MB
9267%{texmfdist}/tex/latex/eqparbox
9268%{texmfdist}/tex/latex/errata
df343eba 9269%{texmfdist}/tex/latex/esint
6367bfc9 9270%{texmfdist}/tex/latex/eskdx
3127b522 9271%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
9272%{texmfdist}/tex/latex/etex-pkg
9273%{texmfdist}/tex/latex/ethiop
9274%{texmfdist}/tex/latex/etoolbox
9275%{texmfdist}/tex/latex/eukdate
df343eba
ZU
9276%{texmfdist}/tex/latex/euler
9277%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
9278%{texmfdist}/tex/latex/euproposal
9279%{texmfdist}/tex/latex/euro
9280%{texmfdist}/tex/latex/eurofont
9281%{texmfdist}/tex/latex/europecv
9282%{texmfdist}/tex/latex/eurosans
df343eba 9283%{texmfdist}/tex/latex/eurosym
6367bfc9 9284%{texmfdist}/tex/latex/everypage
6367bfc9
MB
9285%{texmfdist}/tex/latex/examplep
9286%{texmfdist}/tex/latex/exceltex
9287%{texmfdist}/tex/latex/exercise
cf8dbd64 9288%{texmfdist}/tex/latex/expl3
cf8dbd64 9289%{texmfdist}/tex/latex/extarrows
cf8dbd64 9290%{texmfdist}/tex/latex/extract
df343eba 9291%{texmfdist}/tex/latex/extsizes
cf8dbd64 9292%{texmfdist}/tex/latex/facsimile
df343eba
ZU
9293%{texmfdist}/tex/latex/fancybox
9294%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
9295%{texmfdist}/tex/latex/fancynum
9296%{texmfdist}/tex/latex/fancyref
9297%{texmfdist}/tex/latex/fancytooltips
df343eba 9298%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
9299%{texmfdist}/tex/latex/fax
9300%{texmfdist}/tex/latex/fc
9301%{texmfdist}/tex/latex/feyn
cf8dbd64
MB
9302%{texmfdist}/tex/latex/fge
9303%{texmfdist}/tex/latex/figbib
9304%{texmfdist}/tex/latex/figsize
df343eba 9305%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
9306%{texmfdist}/tex/latex/fink
9307%{texmfdist}/tex/latex/fixfoot
6367bfc9
MB
9308%{texmfdist}/tex/latex/flabels
9309%{texmfdist}/tex/latex/flacards
9310%{texmfdist}/tex/latex/flagderiv
9311%{texmfdist}/tex/latex/flashcards
df343eba 9312%{texmfdist}/tex/latex/float
6367bfc9 9313%{texmfdist}/tex/latex/floatrow
6367bfc9 9314%{texmfdist}/tex/latex/fmp
6367bfc9
MB
9315%{texmfdist}/tex/latex/fnbreak
9316%{texmfdist}/tex/latex/fncychap
9317%{texmfdist}/tex/latex/foekfont
9318%{texmfdist}/tex/latex/foilhtml
9319%{texmfdist}/tex/latex/fonetika
df343eba 9320%{texmfdist}/tex/latex/fontinst
6367bfc9 9321%{texmfdist}/tex/latex/fonttable
df343eba
ZU
9322%{texmfdist}/tex/latex/footmisc
9323%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
9324%{texmfdist}/tex/latex/fourier
9325%{texmfdist}/tex/latex/fouriernc
df343eba 9326%{texmfdist}/tex/latex/fp
6367bfc9
MB
9327%{texmfdist}/tex/latex/frankenstein
9328%{texmfdist}/tex/latex/frcursive
9329%{texmfdist}/tex/latex/frenchle
9330%{texmfdist}/tex/latex/fribrief
9331%{texmfdist}/tex/latex/frletter
9332%{texmfdist}/tex/latex/frontespizio
9333%{texmfdist}/tex/latex/fullblck
9334%{texmfdist}/tex/latex/fullpict
6367bfc9 9335%{texmfdist}/tex/latex/fundus
6367bfc9 9336%{texmfdist}/tex/latex/gaceta
6367bfc9
MB
9337%{texmfdist}/tex/latex/gastex
9338%{texmfdist}/tex/latex/gatech-thesis
9339%{texmfdist}/tex/latex/gauss
9340%{texmfdist}/tex/latex/gb4e
9341%{texmfdist}/tex/latex/gcard
9342%{texmfdist}/tex/latex/gcite
9343%{texmfdist}/tex/latex/genmpage
df343eba 9344%{texmfdist}/tex/latex/geometry
6367bfc9 9345%{texmfdist}/tex/latex/geomsty
df343eba 9346%{texmfdist}/tex/latex/germbib
6367bfc9
MB
9347%{texmfdist}/tex/latex/gfsartemisia
9348%{texmfdist}/tex/latex/gfsbaskerville
9349%{texmfdist}/tex/latex/gfsbodoni
9350%{texmfdist}/tex/latex/gfscomplutum
9351%{texmfdist}/tex/latex/gfsdidot
9352%{texmfdist}/tex/latex/gfsneohellenic
9353%{texmfdist}/tex/latex/gfsporson
9354%{texmfdist}/tex/latex/gfssolomos
6367bfc9
MB
9355%{texmfdist}/tex/latex/gloss
9356%{texmfdist}/tex/latex/glossaries
9357%{texmfdist}/tex/latex/gmdoc
9358%{texmfdist}/tex/latex/gmeometric
9359%{texmfdist}/tex/latex/gmiflink
9360%{texmfdist}/tex/latex/gmutils
9361%{texmfdist}/tex/latex/gmverb
df343eba 9362%{texmfdist}/tex/latex/graphics
6367bfc9
MB
9363%{texmfdist}/tex/latex/graphicx-psmin
9364%{texmfdist}/tex/latex/greek-inputenc
9365%{texmfdist}/tex/latex/greekdates
68640cd8 9366%{texmfdist}/tex/latex/greektex
6367bfc9
MB
9367%{texmfdist}/tex/latex/grfpaste
9368%{texmfdist}/tex/latex/grnumalt
9369%{texmfdist}/tex/latex/grotesq
9370%{texmfdist}/tex/latex/grverb
9371%{texmfdist}/tex/latex/gu
6367bfc9
MB
9372%{texmfdist}/tex/latex/guitbeamer
9373%{texmfdist}/tex/latex/hanging
9374%{texmfdist}/tex/latex/har2nat
9375%{texmfdist}/tex/latex/harmony
9376%{texmfdist}/tex/latex/harpoon
9377%{texmfdist}/tex/latex/harvard
9378%{texmfdist}/tex/latex/hc
9379%{texmfdist}/tex/latex/helvetic
9380%{texmfdist}/tex/latex/hep
9381%{texmfdist}/tex/latex/hepnames
9382%{texmfdist}/tex/latex/hepparticles
9383%{texmfdist}/tex/latex/hepthesis
9384%{texmfdist}/tex/latex/hepunits
9385%{texmfdist}/tex/latex/hexgame
9386%{texmfdist}/tex/latex/hfoldsty
6367bfc9
MB
9387%{texmfdist}/tex/latex/hilowres
9388%{texmfdist}/tex/latex/histogr
9389%{texmfdist}/tex/latex/hitec
9390%{texmfdist}/tex/latex/hpsdiss
6367bfc9
MB
9391%{texmfdist}/tex/latex/hvfloat
9392%{texmfdist}/tex/latex/hypdvips
9393%{texmfdist}/tex/latex/hyper
df343eba 9394%{texmfdist}/tex/latex/hyperref
6367bfc9 9395%{texmfdist}/tex/latex/hyperxmp
df343eba 9396%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
9397%{texmfdist}/tex/latex/ibycus-babel
9398%{texmfdist}/tex/latex/icsv
9399%{texmfdist}/tex/latex/ieeepes
9400%{texmfdist}/tex/latex/ifmslide
9401%{texmfdist}/tex/latex/ifplatform
9402%{texmfdist}/tex/latex/ifsym
9403%{texmfdist}/tex/latex/ijmart
9404%{texmfdist}/tex/latex/imac
9405%{texmfdist}/tex/latex/image-gallery
9406%{texmfdist}/tex/latex/imtekda
df343eba 9407%{texmfdist}/tex/latex/index
6367bfc9
MB
9408%{texmfdist}/tex/latex/initials
9409%{texmfdist}/tex/latex/inlinebib
9410%{texmfdist}/tex/latex/inlinedef
9411%{texmfdist}/tex/latex/interactiveworkbook
6367bfc9
MB
9412%{texmfdist}/tex/latex/invoice
9413%{texmfdist}/tex/latex/ipa
9414%{texmfdist}/tex/latex/iso
9415%{texmfdist}/tex/latex/iso10303
9416%{texmfdist}/tex/latex/isodate
9417%{texmfdist}/tex/latex/isodoc
9418%{texmfdist}/tex/latex/isonums
6367bfc9
MB
9419%{texmfdist}/tex/latex/itnumpar
9420%{texmfdist}/tex/latex/itrans
9421%{texmfdist}/tex/latex/iwona
6367bfc9
MB
9422%{texmfdist}/tex/latex/jhep
9423%{texmfdist}/tex/latex/jknapltx
9424%{texmfdist}/tex/latex/jneurosci
9425%{texmfdist}/tex/latex/jpsj
9426%{texmfdist}/tex/latex/jura
9427%{texmfdist}/tex/latex/juraabbrev
9428%{texmfdist}/tex/latex/juramisc
9429%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
9430%{texmfdist}/tex/latex/koma-script
9431%{texmfdist}/tex/latex/labels
4224ae6d
MB
9432%dir %{texmfdist}/tex/latex/latexconfig
9433%{texmfdist}/tex/latex/latexconfig/latex.ini
9434%{texmfdist}/tex/latex/latexconfig/lualatex.ini
9435%{texmfdist}/tex/latex/latexconfig/mllatex.ini
9436%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
9437%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 9438%{texmfdist}/tex/latex/layouts
df343eba
ZU
9439%{texmfdist}/tex/latex/listings
9440%{texmfdist}/tex/latex/ltabptch
daae3151 9441%{texmfdist}/tex/latex/localloc
cf8dbd64 9442%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
9443%{texmfdist}/tex/latex/mathcomp
9444%{texmfdist}/tex/latex/mdwtools
9445%{texmfdist}/tex/latex/memoir
9446%{texmfdist}/tex/latex/mh
cf8dbd64
MB
9447%{texmfdist}/tex/latex/misc209
9448%{texmfdist}/tex/latex/mmap
9449%{texmfdist}/tex/latex/mnsymbol
9450%{texmfdist}/tex/latex/moderncv
9451%{texmfdist}/tex/latex/modroman
9452%{texmfdist}/tex/latex/mongolian-babel
9453%{texmfdist}/tex/latex/montex
df343eba
ZU
9454%{texmfdist}/tex/latex/mparhack
9455%{texmfdist}/tex/latex/ms
df343eba 9456%{texmfdist}/tex/latex/multibib
df343eba
ZU
9457%{texmfdist}/tex/latex/multirow
9458%{texmfdist}/tex/latex/mwcls
9459%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
9460%{texmfdist}/tex/latex/ncclatex
9461%{texmfdist}/tex/latex/ncctools
9462%{texmfdist}/tex/latex/ncntrsbk
9463%{texmfdist}/tex/latex/nddiss
9464%{texmfdist}/tex/latex/newalg
9465%{texmfdist}/tex/latex/newfile
9466%{texmfdist}/tex/latex/newlfm
9467%{texmfdist}/tex/latex/newspaper
9468%{texmfdist}/tex/latex/newthm
df343eba
ZU
9469%{texmfdist}/tex/latex/nomencl
9470%{texmfdist}/tex/latex/ntgclass
80fa261c 9471%{texmfdist}/tex/generic/oberdiek
df343eba 9472%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
9473%{texmfdist}/tex/latex/overpic
9474%{texmfdist}/tex/latex/paralist
df343eba
ZU
9475%{texmfdist}/tex/latex/pb-diagram
9476%{texmfdist}/tex/latex/pdfpages
9477%{texmfdist}/tex/latex/picinpar
df343eba
ZU
9478%{texmfdist}/tex/latex/pict2e
9479%{texmfdist}/tex/latex/placeins
df343eba
ZU
9480%{texmfdist}/tex/latex/preprint
9481%{texmfdist}/tex/latex/preview
9482%{texmfdist}/tex/latex/program
df343eba
ZU
9483%{texmfdist}/tex/latex/psfrag
9484%{texmfdist}/tex/latex/pslatex
df343eba
ZU
9485%{texmfdist}/tex/latex/revtex
9486%{texmfdist}/tex/latex/rotating
9487%{texmfdist}/tex/latex/rotfloat
9488%{texmfdist}/tex/latex/scale
9489%{texmfdist}/tex/latex/sectsty
df343eba
ZU
9490%{texmfdist}/tex/latex/seminar
9491%{texmfdist}/tex/latex/setspace
df343eba
ZU
9492%{texmfdist}/tex/latex/showdim
9493%{texmfdist}/tex/latex/showlabels
df343eba
ZU
9494%{texmfdist}/tex/latex/sidecap
9495%{texmfdist}/tex/latex/slashbox
9496%{texmfdist}/tex/latex/soul
9497%{texmfdist}/tex/latex/stdclsdv
9498%{texmfdist}/tex/latex/stmaryrd
9499%{texmfdist}/tex/latex/subfig
9500%{texmfdist}/tex/latex/subfigure
9501%{texmfdist}/tex/latex/supertabular
9502%{texmfdist}/tex/latex/t2
cf8dbd64
MB
9503%{texmfdist}/tex/latex/t-angles
9504%{texmfdist}/tex/latex/tableaux
9505%{texmfdist}/tex/latex/tablists
9506%{texmfdist}/tex/latex/tablor
9507%{texmfdist}/tex/latex/tabto-ltx
9508%{texmfdist}/tex/latex/tabulary
9509%{texmfdist}/tex/latex/tabvar
9510%{texmfdist}/tex/latex/talk
9511%{texmfdist}/tex/latex/taupin
9512%{texmfdist}/tex/latex/tcldoc
9513%{texmfdist}/tex/latex/tdsfrmath
9514%{texmfdist}/tex/latex/technics
9515%{texmfdist}/tex/latex/ted
9516%{texmfdist}/tex/latex/tengwarscript
9517%{texmfdist}/tex/latex/tensor
9518%{texmfdist}/tex/latex/teubner
9519%{texmfdist}/tex/latex/tex-gyre
9520%{texmfdist}/tex/latex/texilikecover
9521%{texmfdist}/tex/latex/texlogos
9522%{texmfdist}/tex/latex/texmate
9523%{texmfdist}/tex/latex/texpower
9524%{texmfdist}/tex/latex/texshade
9525%{texmfdist}/tex/latex/textcase
df343eba 9526%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
9527%{texmfdist}/tex/latex/textopo
9528%{texmfdist}/tex/latex/textpath
df343eba 9529%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
9530%{texmfdist}/tex/latex/theoremref
9531%{texmfdist}/tex/latex/thesis-titlepage-fhac
9532%{texmfdist}/tex/latex/thinsp
9533%{texmfdist}/tex/latex/thmtools
9534%{texmfdist}/tex/latex/thumb
9535%{texmfdist}/tex/latex/thuthesis
9536%{texmfdist}/tex/latex/ticket
9537%{texmfdist}/tex/latex/tikz-inet
9538%{texmfdist}/tex/latex/times
9539%{texmfdist}/tex/latex/timesht
9540%{texmfdist}/tex/latex/tipa
9541%{texmfdist}/tex/latex/titlefoot
df343eba 9542%{texmfdist}/tex/latex/titlesec
cf8dbd64 9543%{texmfdist}/tex/latex/titling
df343eba
ZU
9544%{texmfdist}/tex/latex/tocbibind
9545%{texmfdist}/tex/latex/tocloft
9546%{texmfdist}/tex/latex/tools
9547%{texmfdist}/tex/latex/totpages
df343eba 9548%{texmfdist}/tex/latex/type1cm
cf8dbd64 9549%{texmfdist}/tex/latex/undertilde
df343eba 9550%{texmfdist}/tex/latex/units
cf8dbd64
MB
9551%{texmfdist}/tex/latex/unitsdef
9552%{texmfdist}/tex/latex/universa
9553%{texmfdist}/tex/latex/unroman
9554%{texmfdist}/tex/latex/upmethodology
df343eba 9555%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
9556%{texmfdist}/tex/latex/varindex
9557%{texmfdist}/tex/latex/varsfromjobname
9558%{texmfdist}/tex/latex/vector
9559%{texmfdist}/tex/latex/velthuis
9560%{texmfdist}/tex/latex/verse
9561%{texmfdist}/tex/latex/versions
9562%{texmfdist}/tex/latex/vhistory
9563%{texmfdist}/tex/latex/vita
df343eba 9564%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
9565%{texmfdist}/tex/latex/volumes
9566%{texmfdist}/tex/latex/vpe
9567%{texmfdist}/tex/latex/vrsion
9568%{texmfdist}/tex/latex/vwcol
9569%{texmfdist}/tex/latex/vxu
9570%{texmfdist}/tex/latex/wallpaper
9571%{texmfdist}/tex/latex/warning
9572%{texmfdist}/tex/latex/warpcol
df343eba 9573%{texmfdist}/tex/latex/was
cf8dbd64
MB
9574%{texmfdist}/tex/latex/williams
9575%{texmfdist}/tex/latex/wnri
9576%{texmfdist}/tex/latex/wordlike
c9ddaf2d 9577%{texmfdist}/source/wordlike
df343eba 9578%{texmfdist}/tex/latex/wrapfig
cf8dbd64 9579%{texmfdist}/tex/latex/wsuipa
c9ddaf2d 9580%{texmfdist}/source/generic/wsuipa
cf8dbd64
MB
9581%{texmfdist}/tex/latex/xargs
9582%{texmfdist}/tex/latex/xcolor
9583%{texmfdist}/tex/latex/xdoc
9584%{texmfdist}/tex/latex/xfor
9585%{texmfdist}/tex/latex/xifthen
df343eba 9586%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
9587%{texmfdist}/tex/latex/xmpincl
9588%{texmfdist}/tex/latex/xnewcommand
9589%{texmfdist}/tex/latex/xoptarg
9590%{texmfdist}/tex/latex/xpackages
9591%{texmfdist}/tex/latex/xq
9592%{texmfdist}/tex/latex/xskak
9593%{texmfdist}/tex/latex/xstring
df343eba 9594%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
9595%{texmfdist}/tex/latex/xtcapts
9596%{texmfdist}/tex/latex/xyling
9597%{texmfdist}/tex/latex/xytree
9598%{texmfdist}/tex/latex/yafoot
df343eba 9599%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
9600%{texmfdist}/tex/latex/yhmath
9601%{texmfdist}/tex/latex/yi4latex
9602%{texmfdist}/tex/latex/york-thesis
9603%{texmfdist}/tex/latex/youngtab
9604%{texmfdist}/tex/latex/yplan
9605%{texmfdist}/tex/latex/zapfchan
9606%{texmfdist}/tex/latex/zapfding
9607%{texmfdist}/tex/latex/zed-csp
9608%{texmfdist}/tex/latex/zefonts
9609%{texmfdist}/tex/latex/ziffer
9610%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
9611%{texmfdist}/tex/plain/etex
9612%{texmf}/tex/latex/config
9613%{texmf}/tex/latex/dvipdfm
d08789e0 9614
6c82f497
ZU
9615%files latex-12many
9616%defattr(644,root,root,755)
9617%doc %{texmfdist}/doc/latex/12many
9618%{texmfdist}/source/latex/12many
9619
a8b381b0
ZU
9620%files latex-abstract
9621%defattr(644,root,root,755)
9622%doc %{texmfdist}/doc/latex/abstract
9623%{texmfdist}/tex/latex/abstract
84a4c427 9624%{texmfdist}/source/latex/abstract
a8b381b0 9625
f1f5d194
ZU
9626%files latex-accfonts
9627%defattr(644,root,root,755)
606c6ab6 9628%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
9629%{texmfdist}/tex/latex/accfonts
9630
e88b5dcf
ZU
9631%files latex-adrconv
9632%defattr(644,root,root,755)
9633%{texmfdist}/tex/latex/adrconv
9634%{texmfdist}/doc/latex/adrconv
9635
d08789e0
ZU
9636%files latex-algorithms
9637%defattr(644,root,root,755)
68640cd8
ZU
9638%doc %{texmfdist}/doc/latex/algorithms
9639%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
9640
9641%files latex-ae
9642%defattr(644,root,root,755)
2677a8b0 9643%{texmfdist}/tex/latex/ae
d08789e0
ZU
9644
9645%files latex-ams
9646%defattr(644,root,root,755)
68640cd8
ZU
9647%doc %{texmfdist}/doc/latex/amscls
9648%doc %{texmfdist}/doc/latex/amsmath
68640cd8 9649%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 9650%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
9651%{texmfdist}/tex/latex/amscls
9652%{texmfdist}/tex/latex/amsmath
9653%{texmfdist}/tex/latex/amsfonts
9654%{texmfdist}/tex/latex/onlyamsmath
9655%{texmfdist}/source/latex/onlyamsmath
16591d53
ZU
9656%{texmfdist}/source/latex/amsaddr
9657%{texmfdist}/source/latex/amscls
9658%{texmfdist}/source/latex/amsfonts
9659%{texmfdist}/source/latex/amsmath
9660%{texmfdist}/source/latex/amsrefs
d08789e0
ZU
9661
9662%files latex-antp
9663%defattr(644,root,root,755)
7179ac92 9664%{texmfdist}/tex/latex/antp
d08789e0
ZU
9665
9666%files latex-antt
9667%defattr(644,root,root,755)
2677a8b0 9668%{texmfdist}/tex/latex/antt
d08789e0 9669
e88b5dcf
ZU
9670%files latex-appendix
9671%defattr(644,root,root,755)
9672%doc %{texmfdist}/doc/latex/appendix
9673%{texmfdist}/tex/latex/appendix
84a4c427 9674%{texmfdist}/source/latex/appendix
e88b5dcf 9675
16591d53
ZU
9676# %files latex-backgammon
9677# %defattr(644,root,root,755)
b4d68b39 9678
6c82f497
ZU
9679%files latex-bardiag
9680%defattr(644,root,root,755)
9681%doc %{texmfdist}/doc/latex/bardiag
9682%{texmfdist}/tex/latex/bardiag
9683
d08789e0
ZU
9684%files latex-bbm
9685%defattr(644,root,root,755)
68640cd8
ZU
9686%doc %{texmfdist}/doc/fonts/bbm
9687%{texmfdist}/tex/latex/bbm
d08789e0
ZU
9688
9689%files latex-bbold
9690%defattr(644,root,root,755)
ffd94364
ZU
9691%doc %{texmfdist}/doc/latex/bbold
9692%{texmfdist}/tex/latex/bbold
9693%{texmfdist}/source/latex/bbold
d08789e0 9694
b4d68b39
ZU
9695%files latex-beamer
9696%defattr(644,root,root,755)
9697%doc %{texmfdist}/doc/latex/beamer
9698%{texmfdist}/tex/latex/beamer-contrib
9699%{texmfdist}/tex/latex/beamer
9700
2fede27b
ZU
9701%files latex-bezos
9702%defattr(644,root,root,755)
9703%doc %{texmfdist}/doc/latex/bezos
9704%{texmfdist}/tex/latex/bezos
9705
d08789e0
ZU
9706%files latex-bibtex
9707%defattr(644,root,root,755)
68640cd8 9708%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
9709%doc %{texmfdist}/doc/latex/adrconv
9710%doc %{texmfdist}/doc/latex/bibtopic
9711%doc %{texmfdist}/doc/latex/bibunits
9712%doc %{texmfdist}/doc/latex/natbib
9713%doc %{texmfdist}/doc/latex/footbib
247457ba 9714%doc %{texmf}/doc/bibtex8
68640cd8
ZU
9715%dir %{texmfdist}/doc/bibtex
9716%dir %{texmfdist}/bibtex
9717%dir %{texmfdist}/bibtex/bib
9718%dir %{texmfdist}/bibtex/bst
b9a3d45e 9719%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
9720
9721%attr(755,root,root) %{_bindir}/bibtex
9722%attr(755,root,root) %{_bindir}/rubibtex
9723
68640cd8
ZU
9724%{texmfdist}/bibtex/bst/base
9725%{texmfdist}/bibtex/csf/base
9726%{texmfdist}/bibtex/bib/base
9727%{texmfdist}/bibtex/bst/adrconv
9728%{texmfdist}/bibtex/bib/adrconv
9729%{texmfdist}/source/latex/adrconv
9730%{texmfdist}/tex/latex/adrconv
9731# %{texmf}/bibtex/bst/misc
9732%{texmfdist}/bibtex/bst/natbib
9733%{texmfdist}/tex/latex/natbib
9734%{texmfdist}/tex/latex/bibtopic
1d337b0e 9735%{texmfdist}/source/latex/bibtopic
68640cd8
ZU
9736%{texmfdist}/source/latex/bibunits
9737%{texmfdist}/tex/latex/bibunits
9738%{texmfdist}/source/latex/footbib
9739%{texmfdist}/tex/latex/footbib
247457ba
ZU
9740%dir %{texmf}/bibtex
9741%{texmf}/bibtex/csf
d08789e0
ZU
9742
9743%{_mandir}/man1/bibtex.1*
9744%{_mandir}/man1/rubibtex.1*
9745
9746%files latex-bibtex-ams
9747%defattr(644,root,root,755)
68640cd8
ZU
9748%{texmfdist}/bibtex/bst/ams
9749%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
9750
9751%files latex-bibtex-pl
9752%defattr(644,root,root,755)
04123363 9753%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 9754%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
9755
9756%files latex-bibtex-german
9757%defattr(644,root,root,755)
68640cd8
ZU
9758%doc %{texmfdist}/doc/bibtex/germbib
9759%{texmfdist}/bibtex/bst/germbib
9760%{texmfdist}/tex/latex/germbib
d08789e0
ZU
9761
9762%files latex-bibtex-revtex4
9763%defattr(644,root,root,755)
04123363 9764%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
9765%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9766%{texmfdist}/source/latex/revtex/revtex4.dtx
9767%{texmfdist}/source/latex/revtex/revtex4.ins
9768%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
9769
9770%files latex-bibtex-jurabib
9771%defattr(644,root,root,755)
68640cd8
ZU
9772%doc %{texmfdist}/doc/latex/jurabib
9773%{texmfdist}/bibtex/bst/jurabib
9774%{texmfdist}/bibtex/bib/jurabib
9775%{texmfdist}/source/latex/jurabib
9776%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
9777
9778%files latex-bibtex-dk
9779%defattr(644,root,root,755)
68640cd8
ZU
9780%doc %{texmfdist}/doc/latex/dk-bib
9781%{texmfdist}/bibtex/bst/dk-bib
9782%{texmfdist}/bibtex/csf/dk-bib
9783%{texmfdist}/bibtex/bib/dk-bib
9784%{texmfdist}/source/latex/dk-bib
9785%{texmfdist}/tex/latex/dk-bib
9786
9787# %files latex-bibtex-nor
9788# %defattr(644,root,root,755)
9789# %{texmf}/bibtex/bst/norbib
d08789e0 9790
33b3b483
ZU
9791%files latex-bibtex-styles
9792%defattr(644,root,root,755)
c9ddaf2d 9793%doc %{texmfdist}/doc/generic/t2
04123363 9794%dir %{texmfdist}/source/bibtex
33b3b483
ZU
9795%{texmfdist}/bibtex/bib/IEEEtran
9796%{texmfdist}/bibtex/bib/abstyles
9797%{texmfdist}/bibtex/bib/achemso
9798%{texmfdist}/bibtex/bib/acmtrans
33b3b483
ZU
9799%{texmfdist}/bibtex/bib/ascelike
9800%{texmfdist}/bibtex/bib/beebe
9801%{texmfdist}/bibtex/bib/bibhtml
9802%{texmfdist}/bibtex/bib/bibtopic
33b3b483
ZU
9803%{texmfdist}/bibtex/bib/din1505
9804%{texmfdist}/bibtex/bib/directory
33b3b483
ZU
9805%{texmfdist}/bibtex/bib/figbib
9806%{texmfdist}/bibtex/bib/frankenstein
9807%{texmfdist}/bibtex/bib/gatech-thesis
9808%{texmfdist}/bibtex/bib/geomsty
9809%{texmfdist}/bibtex/bib/gloss
9810%{texmfdist}/bibtex/bib/harvard
9811%{texmfdist}/bibtex/bib/ieeepes
9812%{texmfdist}/bibtex/bib/ijmart
9813%{texmfdist}/bibtex/bib/imac
9814%{texmfdist}/bibtex/bib/index
9815%{texmfdist}/bibtex/bib/lsc
9816%{texmfdist}/bibtex/bib/msc
9817%{texmfdist}/bibtex/bib/nostarch
9818%{texmfdist}/bibtex/bib/philosophersimprint
9819%{texmfdist}/bibtex/bib/revtex
9820%{texmfdist}/bibtex/bib/spie
9821%{texmfdist}/bibtex/bib/urlbst
9822%{texmfdist}/bibtex/bst/IEEEtran
9823%{texmfdist}/bibtex/bst/abstyles
9824%{texmfdist}/bibtex/bst/achemso
9825%{texmfdist}/bibtex/bst/acmtrans
9826%{texmfdist}/bibtex/bst/afthesis
9827%{texmfdist}/bibtex/bst/aguplus
33b3b483
ZU
9828%{texmfdist}/bibtex/bst/aichej
9829%{texmfdist}/bibtex/bst/ametsoc
33b3b483 9830%{texmfdist}/bibtex/bst/ascelike
33b3b483
ZU
9831%{texmfdist}/bibtex/bst/beebe
9832%{texmfdist}/bibtex/bst/bibhtml
9833%{texmfdist}/bibtex/bst/chem-journal
9834%{texmfdist}/bibtex/bst/chicago
33b3b483
ZU
9835%{texmfdist}/bibtex/bst/confproc
9836%{texmfdist}/bibtex/bst/datatool
9837%{texmfdist}/bibtex/bst/din1505
9838%{texmfdist}/bibtex/bst/dinat
9839%{texmfdist}/bibtex/bst/directory
33b3b483
ZU
9840%{texmfdist}/bibtex/bst/dvdcoll
9841%{texmfdist}/bibtex/bst/economic
9842%{texmfdist}/bibtex/bst/elsevier-bib
9843%{texmfdist}/bibtex/bst/fbs
9844%{texmfdist}/bibtex/bst/figbib
9845%{texmfdist}/bibtex/bst/finbib
9846%{texmfdist}/bibtex/bst/frankenstein
9847%{texmfdist}/bibtex/bst/gatech-thesis
9848%{texmfdist}/bibtex/bst/gloss
9849%{texmfdist}/bibtex/bst/gost
9850%{texmfdist}/bibtex/bst/gustlib
9851%{texmfdist}/bibtex/bst/harvard
9852%{texmfdist}/bibtex/bst/hc
9853%{texmfdist}/bibtex/bst/ieeepes
9854%{texmfdist}/bibtex/bst/ijmart
9855%{texmfdist}/bibtex/bst/ijqc
9856%{texmfdist}/bibtex/bst/imac
9857%{texmfdist}/bibtex/bst/index
9858%{texmfdist}/bibtex/bst/inlinebib
9859%{texmfdist}/bibtex/bst/iopart-num
9860%{texmfdist}/bibtex/bst/jneurosci
9861%{texmfdist}/bibtex/bst/jurarsp
9862%{texmfdist}/bibtex/bst/kluwer
9863%{texmfdist}/bibtex/bst/mciteplus
9864%{texmfdist}/bibtex/bst/mslapa
9865%{texmfdist}/bibtex/bst/multibib
9866%{texmfdist}/bibtex/bst/munich
9867%{texmfdist}/bibtex/bst/nature
9868%{texmfdist}/bibtex/bst/nddiss
9869%{texmfdist}/bibtex/bst/opcit
9870%{texmfdist}/bibtex/bst/perception
9871%{texmfdist}/bibtex/bst/revtex
9872%{texmfdist}/bibtex/bst/rsc
9873%{texmfdist}/bibtex/bst/savetrees
9874%{texmfdist}/bibtex/bst/shipunov
9875%{texmfdist}/bibtex/bst/smflatex
9876%{texmfdist}/bibtex/bst/sort-by-letters
9877%{texmfdist}/bibtex/bst/spie
9878%{texmfdist}/bibtex/bst/stellenbosch
9879%{texmfdist}/bibtex/bst/swebib
9880%{texmfdist}/bibtex/bst/texsis
9881%{texmfdist}/bibtex/bst/thuthesis
9882%{texmfdist}/bibtex/bst/tugboat
9883%{texmfdist}/bibtex/bst/urlbst
9884%{texmfdist}/bibtex/csf/gost
9885%doc %{texmfdist}/doc/bibtex/abstyles
9886%doc %{texmfdist}/doc/bibtex/bibhtml
9887%doc %{texmfdist}/doc/bibtex/dinat
9888%doc %{texmfdist}/doc/bibtex/economic
9889%doc %{texmfdist}/doc/bibtex/elsevier-bib
9890%doc %{texmfdist}/doc/bibtex/gost
9891%doc %{texmfdist}/doc/bibtex/ijqc
9892%doc %{texmfdist}/doc/bibtex/iopart-num
33b3b483
ZU
9893%doc %{texmfdist}/doc/latex/IEEEtran
9894%{texmfdist}/source/bibtex/gost
9895
435dbdfa
ZU
9896%files latex-bibtex-vancouver
9897%defattr(644,root,root,755)
9898%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9899%dir %{texmfdist}/bibtex/bst/vancouver
9900%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9901%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9902%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9903%doc %{texmfdist}/doc/bibtex/vancouver/README
9904%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9905%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9906
2fede27b
ZU
9907%files latex-booktabs
9908%defattr(644,root,root,755)
9909%doc %{texmfdist}/doc/latex/booktabs
1d337b0e 9910%{texmfdist}/source/latex/booktabs
2fede27b
ZU
9911%{texmfdist}/tex/latex/booktabs
9912
9913%files latex-caption
9914%defattr(644,root,root,755)
9915%doc %{texmfdist}/doc/latex/caption
9916%{texmfdist}/tex/latex/caption
1d337b0e 9917%{texmfdist}/source/latex/caption
2fede27b 9918
d08789e0
ZU
9919%files latex-carlisle
9920%defattr(644,root,root,755)
68640cd8
ZU
9921%doc %{texmfdist}/doc/latex/carlisle
9922%{texmfdist}/tex/latex/carlisle
1d337b0e 9923%{texmfdist}/source/latex/carlisle
d08789e0
ZU
9924
9925%files latex-ccfonts
9926%defattr(644,root,root,755)
68640cd8
ZU
9927%doc %{texmfdist}/doc/latex/ccfonts
9928%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9929
9930%files latex-cite
9931%defattr(644,root,root,755)
2677a8b0 9932%{texmfdist}/tex/latex/cite
d08789e0
ZU
9933
9934%files latex-cmbright
9935%defattr(644,root,root,755)
68640cd8
ZU
9936%doc %{texmfdist}/doc/latex/cmbright
9937%{texmfdist}/tex/latex/cmbright
9938
783773ac
ZU
9939%files latex-colortab
9940%defattr(644,root,root,755)
9941%doc %{texmfdist}/doc/generic/colortab
9942%{texmfdist}/tex/latex/colortab
9943%{texmfdist}/tex/generic/colortab
9944
2fede27b
ZU
9945%files latex-comment
9946%defattr(644,root,root,755)
9947%doc %{texmfdist}/doc/latex/comment
9948%{texmfdist}/tex/latex/comment
1d337b0e 9949%{texmfdist}/source/latex/comment
d08789e0
ZU
9950
9951%files latex-concmath
9952%defattr(644,root,root,755)
2677a8b0 9953%{texmfdist}/tex/latex/concmath
d08789e0 9954
2fede27b
ZU
9955%files latex-currvita
9956%defattr(644,root,root,755)
9957%doc %{texmfdist}/doc/latex/currvita
9958%{texmfdist}/tex/latex/currvita
de260d32
ZU
9959%{texmfdist}/source/latex/currvita
9960%doc %{texmfdist}/doc/latex/curve
9961%{texmfdist}/source/latex/curve
9962%{texmfdist}/tex/latex/curve
9963%doc %{texmfdist}/doc/latex/ecv
9964%{texmfdist}/source/latex/ecv
9965%{texmfdist}/tex/latex/ecv
9966%doc %{texmfdist}/doc/latex/simplecv
9967%{texmfdist}/source/latex/simplecv
9968%{texmfdist}/tex/latex/simplecv
2fede27b
ZU
9969
9970%files latex-curves
9971%defattr(644,root,root,755)
9972%doc %{texmfdist}/doc/latex/curves
1d337b0e 9973%{texmfdist}/source/latex/curves
2fede27b
ZU
9974%{texmfdist}/tex/latex/curves
9975
d08789e0
ZU
9976%files latex-custom-bib
9977%defattr(644,root,root,755)
9501d92c
ZU
9978%doc %{texmfdist}/doc/latex/custom-bib
9979%{texmfdist}/source/latex/custom-bib
9980%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9981
9982%files latex-cyrillic
9983%defattr(644,root,root,755)
9501d92c
ZU
9984%doc %{texmfdist}/doc/latex/cyrillic
9985%{texmfdist}/source/latex/cyrillic
9986%{texmfdist}/tex/latex/cyrillic
d08789e0 9987
04eb4e68
ZU
9988# %files latex-dstroke
9989# %defattr(644,root,root,755)
9990# %{texmf}/tex/latex/dstroke
d08789e0 9991
60597425
ZU
9992%files latex-enumitem
9993%defattr(644,root,root,755)
9994%doc %{texmfdist}/doc/latex/enumitem
9995%{texmfdist}/tex/latex/enumitem
9996
2b453bda
ZU
9997%files latex-exam
9998%defattr(644,root,root,755)
f1f5d194 9999%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
10000%{texmfdist}/tex/latex/exam
10001
247457ba
ZU
10002%files latex-examdesign
10003%defattr(644,root,root,755)
10004%doc %{texmfdist}/doc/latex/examdesign
10005%{texmfdist}/tex/latex/examdesign
10006%{texmfdist}/source/latex/examdesign
10007
b916bc39
ZU
10008%files latex-float
10009%defattr(644,root,root,755)
10010# Continuation headings and legends for floats.
10011%doc %{texmfdist}/doc/latex/ccaption
10012%{texmfdist}/source/latex/ccaption
10013%{texmfdist}/tex/latex/ccaption
10014# A float environment for photographs.
10015%doc %{texmfdist}/doc/latex/photo
10016%{texmfdist}/source/latex/photo
10017%{texmfdist}/tex/latex/photo
f4f1ef6b
ZU
10018# Move floats to the top of the page.
10019%doc %{texmfdist}/doc/latex/topfloat
10020%{texmfdist}/tex/latex/topfloat
b916bc39 10021
247457ba
ZU
10022%files latex-formlett
10023%defattr(644,root,root,755)
10024%doc %{texmfdist}/doc/latex/formlett
10025%{texmfdist}/tex/latex/formlett
10026
c9ddaf2d
ZU
10027%files latex-formular
10028%defattr(644,root,root,755)
10029%doc %{texmfdist}/doc/latex/formular
10030%{texmfdist}/tex/latex/formular
10031%{texmfdist}/source/latex/formular
10032
f1f5d194
ZU
10033%files latex-gbrief
10034%defattr(644,root,root,755)
10035%doc %{texmfdist}/doc/latex/g-brief
c82fac6f 10036%{texmfdist}/source/latex/g-brief
f1f5d194
ZU
10037%{texmfdist}/tex/latex/g-brief
10038
d08789e0
ZU
10039%files latex-jknappen
10040%defattr(644,root,root,755)
9501d92c
ZU
10041%doc %{texmfdist}/fonts/source/jknappen
10042%{texmfdist}/fonts/tfm/jknappen
d08789e0 10043
d19eaaab
ZU
10044%files latex-keystroke
10045%defattr(644,root,root,755)
10046%{texmfdist}/tex/latex/keystroke
10047%doc %{texmfdist}/doc/latex/keystroke
10048
10049%files latex-labbook
10050%defattr(644,root,root,755)
10051%doc %{texmfdist}/doc/latex/labbook
10052%{texmfdist}/source/latex/labbook
10053%{texmfdist}/tex/latex/labbook
10054
a8b381b0
ZU
10055%files latex-lastpage
10056%defattr(644,root,root,755)
a8b381b0 10057%doc %{texmfdist}/doc/latex/lastpage
f1f5d194 10058%{texmfdist}/tex/latex/lastpage
b9c820f8 10059%{texmfdist}/source/latex/lastpage
f1f5d194 10060
d19eaaab
ZU
10061%files latex-lcd
10062%defattr(644,root,root,755)
10063%doc %{texmfdist}/doc/latex/lcd
10064%{texmfdist}/source/latex/lcd
10065%{texmfdist}/tex/latex/lcd
10066
10067%files latex-leaflet
10068%defattr(644,root,root,755)
10069%doc %{texmfdist}/doc/latex/leaflet
10070%{texmfdist}/source/latex/leaflet
10071%{texmfdist}/tex/latex/leaflet
10072
f1f5d194
ZU
10073%files latex-leftidx
10074%defattr(644,root,root,755)
10075%doc %{texmfdist}/doc/latex/leftidx
10076%{texmfdist}/tex/latex/leftidx
6bc47e19 10077%{texmfdist}/source/latex/leftidx
a8b381b0 10078
d19eaaab
ZU
10079%files latex-lewis
10080%defattr(644,root,root,755)
10081%doc %{texmfdist}/doc/latex/lewis
10082%{texmfdist}/tex/latex/lewis
10083
d08789e0
ZU
10084%files latex-lm
10085%defattr(644,root,root,755)
9501d92c
ZU
10086%doc %{texmfdist}/doc/fonts/lm
10087%{texmfdist}/tex/latex/lm
10088%{texmfdist}/fonts/afm/public/lm
10089%{texmfdist}/fonts/enc/dvips/lm
10090%{texmfdist}/fonts/map/dvips/lm
10091%{texmfdist}/fonts/map/dvipdfm/lm
10092%{texmfdist}/fonts/opentype/public/lm
10093%{texmfdist}/fonts/tfm/public/lm
10094%{texmfdist}/source/fonts/lm
d08789e0
ZU
10095
10096%files latex-lucidabr
10097%defattr(644,root,root,755)
8affbd2c 10098%dir %{texmfdist}/vtex
caaf987e 10099%{texmfdist}/vtex/config
d08789e0
ZU
10100
10101%files latex-lineno
10102%defattr(644,root,root,755)
9501d92c
ZU
10103%doc %{texmfdist}/doc/latex/lineno
10104%{texmfdist}/tex/latex/lineno
10105
d08789e0
ZU
10106
10107%files latex-marvosym
10108%defattr(644,root,root,755)
2677a8b0 10109%{texmfdist}/tex/latex/marvosym
d08789e0 10110
d19eaaab
ZU
10111%files latex-mathexam
10112%defattr(644,root,root,755)
10113%doc %{texmfdist}/doc/latex/mathexam
10114%{texmfdist}/source/latex/mathexam
10115%{texmfdist}/tex/latex/mathexam
10116
5b7eba8e
MB
10117#%files latex-mathpple
10118#%defattr(644,root,root,755)
d08789e0 10119
5b7eba8e
MB
10120#%files latex-mathtime
10121#%defattr(644,root,root,755)
d08789e0
ZU
10122
10123%files latex-microtype
10124%defattr(644,root,root,755)
26d8eaaa
ZU
10125%doc %{texmfdist}/doc/latex/microtype
10126%{texmfdist}/source/latex/microtype
10127%{texmfdist}/tex/latex/microtype
d08789e0 10128
de260d32
ZU
10129%files latex-misc
10130%defattr(644,root,root,755)
10131%doc %{texmfdist}/doc/latex/fixme
10132%{texmfdist}/source/latex/fixme
10133%{texmfdist}/tex/latex/fixme
10134%doc %{texmfdist}/doc/latex/recipecard
10135%{texmfdist}/source/latex/recipecard
10136%{texmfdist}/tex/latex/recipecard
10137%doc %{texmfdist}/doc/latex/cooking
10138%{texmfdist}/source/latex/cooking
10139%{texmfdist}/tex/latex/cooking
10140%doc %{texmfdist}/doc/latex/cuisine
10141%{texmfdist}/source/latex/cuisine
10142%{texmfdist}/tex/latex/cuisine
10143
d08789e0
ZU
10144%files latex-mflogo
10145%defattr(644,root,root,755)
26d8eaaa
ZU
10146%doc %{texmfdist}/doc/latex/mflogo
10147%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
10148
10149%files latex-mfnfss
10150%defattr(644,root,root,755)
26d8eaaa
ZU
10151%{texmfdist}/source/latex/mfnfss
10152%{texmfdist}/tex/latex/mfnfss
10153
d08789e0
ZU
10154%files latex-minitoc
10155%defattr(644,root,root,755)
26d8eaaa
ZU
10156%doc %{texmfdist}/doc/latex/minitoc
10157%{texmfdist}/bibtex/bst/minitoc
10158%{texmfdist}/makeindex/minitoc
10159%{texmfdist}/scripts/minitoc
10160%{texmfdist}/source/latex/minitoc
10161%{texmfdist}/tex/latex/minitoc
10162
d08789e0
ZU
10163
10164%files latex-mltex
10165%defattr(644,root,root,755)
26d8eaaa
ZU
10166%doc %{texmfdist}/doc/latex/mltex
10167%{texmfdist}/tex/latex/mltex
d08789e0 10168
f1f5d194
ZU
10169%files latex-moreverb
10170%defattr(644,root,root,755)
10171%doc %{texmfdist}/doc/latex/moreverb
10172%{texmfdist}/tex/latex/moreverb
c82fac6f 10173%{texmfdist}/source/latex/moreverb
f1f5d194 10174
d34bfb7f
ZU
10175%files latex-multienum
10176%defattr(644,root,root,755)
f2555868 10177%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 10178%dir %{texmfdist}/tex/latex/multenum
f2555868 10179%{texmfdist}/tex/latex/multenum/*
d34bfb7f 10180
8ed039e0
ZU
10181%files latex-musictex
10182%defattr(644,root,root,755)
10183%doc %{texmfdist}/doc/generic/musictex
10184%{texmfdist}/fonts/source/public/musictex
10185%{texmfdist}/fonts/tfm/public/musictex
10186%{texmfdist}/tex/generic/musictex
10187%{texmfdist}/tex/latex/musictex
10188
a8b381b0
ZU
10189%files latex-ntheorem
10190%defattr(644,root,root,755)
a8b381b0 10191%doc %{texmfdist}/doc/latex/ntheorem
6bc47e19
ZU
10192%{texmfdist}/tex/latex/ntheorem
10193%{texmfdist}/source/latex/ntheorem
26d8eaaa 10194
f65b3398
ZU
10195%files latex-other-doc
10196%defattr(644,root,root,755)
8affbd2c 10197%doc %{texmfdist}/doc/alatex
f65b3398 10198%doc %{texmfdist}/doc/cslatex/base
e67df411 10199%doc %{texmfdist}/doc/generic/enctex
8affbd2c 10200%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
10201%doc %{texmfdist}/doc/latex/ANUfinalexam
10202%doc %{texmfdist}/doc/latex/AkkTeX
f65b3398 10203%doc %{texmfdist}/doc/latex/GuIT
f65b3398 10204%doc %{texmfdist}/doc/latex/a0poster
f65b3398 10205%doc %{texmfdist}/doc/latex/acmtrans
f65b3398
ZU
10206%doc %{texmfdist}/doc/latex/adrlist
10207%doc %{texmfdist}/doc/latex/afthesis
10208%doc %{texmfdist}/doc/latex/aguplus
f65b3398 10209%doc %{texmfdist}/doc/latex/akletter
f65b3398
ZU
10210%doc %{texmfdist}/doc/latex/algorithm2e
10211%doc %{texmfdist}/doc/latex/algorithmicx
f65b3398
ZU
10212%doc %{texmfdist}/doc/latex/altfont
10213%doc %{texmfdist}/doc/latex/ametsoc
10214%doc %{texmfdist}/doc/latex/amsaddr
10215%doc %{texmfdist}/doc/latex/amsrefs
10216%doc %{texmfdist}/doc/latex/animate
10217%doc %{texmfdist}/doc/latex/answers
10218%doc %{texmfdist}/doc/latex/anyfontsize
10219%doc %{texmfdist}/doc/latex/apa
f65b3398
ZU
10220%doc %{texmfdist}/doc/latex/ar
10221%doc %{texmfdist}/doc/latex/arabi
10222%doc %{texmfdist}/doc/latex/arabtex
f65b3398
ZU
10223%doc %{texmfdist}/doc/latex/ascelike
10224%doc %{texmfdist}/doc/latex/assignment
f65b3398
ZU
10225%doc %{texmfdist}/doc/latex/augie
10226%doc %{texmfdist}/doc/latex/aurical
10227%doc %{texmfdist}/doc/latex/authorindex
10228%doc %{texmfdist}/doc/latex/autoarea
10229%doc %{texmfdist}/doc/latex/autotab
f65b3398
ZU
10230%doc %{texmfdist}/doc/latex/bangtex
10231%doc %{texmfdist}/doc/latex/barcodes
10232%doc %{texmfdist}/doc/latex/bayer
10233%doc %{texmfdist}/doc/latex/bbm-macros
10234%doc %{texmfdist}/doc/latex/beamer-contrib
10235%doc %{texmfdist}/doc/latex/begriff
10236%doc %{texmfdist}/doc/latex/betababel
f65b3398
ZU
10237%doc %{texmfdist}/doc/latex/bibarts
10238%doc %{texmfdist}/doc/latex/bibleref
10239%doc %{texmfdist}/doc/latex/biblist
f65b3398 10240%doc %{texmfdist}/doc/latex/bigfoot
f65b3398
ZU
10241%doc %{texmfdist}/doc/latex/bizcard
10242%doc %{texmfdist}/doc/latex/blindtext
f65b3398
ZU
10243%doc %{texmfdist}/doc/latex/boldtensors
10244%doc %{texmfdist}/doc/latex/bookest
f65b3398 10245%doc %{texmfdist}/doc/latex/boxhandler
f65b3398
ZU
10246%doc %{texmfdist}/doc/latex/braille
10247%doc %{texmfdist}/doc/latex/breakurl
10248%doc %{texmfdist}/doc/latex/brushscr
f65b3398 10249%doc %{texmfdist}/doc/latex/bussproofs
f65b3398
ZU
10250%doc %{texmfdist}/doc/latex/calxxxx
10251%doc %{texmfdist}/doc/latex/captcont
10252%doc %{texmfdist}/doc/latex/casyl
10253%doc %{texmfdist}/doc/latex/catechis
10254%doc %{texmfdist}/doc/latex/cbcoptic
10255%doc %{texmfdist}/doc/latex/cclicenses
10256%doc %{texmfdist}/doc/latex/cd-cover
10257%doc %{texmfdist}/doc/latex/cd
10258%doc %{texmfdist}/doc/latex/cdpbundl
10259%doc %{texmfdist}/doc/latex/cellspace
10260%doc %{texmfdist}/doc/latex/changes
10261%doc %{texmfdist}/doc/latex/chapterfolder
f65b3398 10262%doc %{texmfdist}/doc/latex/china2e
f65b3398
ZU
10263%doc %{texmfdist}/doc/latex/cite
10264%doc %{texmfdist}/doc/latex/cjk
10265%doc %{texmfdist}/doc/latex/classicthesis
f65b3398
ZU
10266%doc %{texmfdist}/doc/latex/cleveref
10267%doc %{texmfdist}/doc/latex/clock
10268%doc %{texmfdist}/doc/latex/clrscode
10269%doc %{texmfdist}/doc/latex/cm-lgc
10270%doc %{texmfdist}/doc/latex/cmap
10271%doc %{texmfdist}/doc/latex/cmcyralt
10272%doc %{texmfdist}/doc/latex/cmdstring
f65b3398
ZU
10273%doc %{texmfdist}/doc/latex/codepage
10274%doc %{texmfdist}/doc/latex/colorinfo
f65b3398
ZU
10275%doc %{texmfdist}/doc/latex/commath
10276%doc %{texmfdist}/doc/latex/complexity
f65b3398
ZU
10277%doc %{texmfdist}/doc/latex/concprog
10278%doc %{texmfdist}/doc/latex/confproc
f65b3398
ZU
10279%doc %{texmfdist}/doc/latex/courier-scaled
10280%doc %{texmfdist}/doc/latex/courseoutline
10281%doc %{texmfdist}/doc/latex/coursepaper
10282%doc %{texmfdist}/doc/latex/coverpage
10283%doc %{texmfdist}/doc/latex/covington
10284%doc %{texmfdist}/doc/latex/crossreference
f65b3398
ZU
10285%doc %{texmfdist}/doc/latex/cryst
10286%doc %{texmfdist}/doc/latex/csbulletin
10287%doc %{texmfdist}/doc/latex/csquotes
f65b3398 10288%doc %{texmfdist}/doc/latex/ctib
f65b3398 10289%doc %{texmfdist}/doc/latex/cursor
f65b3398
ZU
10290%doc %{texmfdist}/doc/latex/cv
10291%doc %{texmfdist}/doc/latex/cweb-latex
f65b3398 10292%doc %{texmfdist}/doc/latex/dateiliste
f65b3398
ZU
10293%doc %{texmfdist}/doc/latex/datetime
10294%doc %{texmfdist}/doc/latex/dcpic
f65b3398 10295%doc %{texmfdist}/doc/latex/diagnose
f65b3398
ZU
10296%doc %{texmfdist}/doc/latex/dichokey
10297%doc %{texmfdist}/doc/latex/digiconfigs
10298%doc %{texmfdist}/doc/latex/din1505
10299%doc %{texmfdist}/doc/latex/directory
f65b3398 10300%doc %{texmfdist}/doc/latex/dlfltxb
f65b3398
ZU
10301%doc %{texmfdist}/doc/latex/docmfp
10302%doc %{texmfdist}/doc/latex/doi
10303%doc %{texmfdist}/doc/latex/doipubmed
10304%doc %{texmfdist}/doc/latex/dotarrow
10305%doc %{texmfdist}/doc/latex/dottex
10306%doc %{texmfdist}/doc/latex/dpfloat
f65b3398 10307%doc %{texmfdist}/doc/latex/drac
f65b3398 10308%doc %{texmfdist}/doc/latex/dramatist
f65b3398
ZU
10309%doc %{texmfdist}/doc/latex/dtxgallery
10310%doc %{texmfdist}/doc/latex/duerer-latex
10311%doc %{texmfdist}/doc/latex/dvdcoll
f65b3398
ZU
10312%doc %{texmfdist}/doc/latex/eCards
10313%doc %{texmfdist}/doc/latex/ean13isbn
10314%doc %{texmfdist}/doc/latex/easy
10315%doc %{texmfdist}/doc/latex/ebezier
10316%doc %{texmfdist}/doc/latex/ebong
10317%doc %{texmfdist}/doc/latex/ebsthesis
10318%doc %{texmfdist}/doc/latex/ecclesiastic
10319%doc %{texmfdist}/doc/latex/ecltree
f65b3398
ZU
10320%doc %{texmfdist}/doc/latex/ed
10321%doc %{texmfdist}/doc/latex/edmac
10322%doc %{texmfdist}/doc/latex/edmargin
10323%doc %{texmfdist}/doc/latex/ednotes
10324%doc %{texmfdist}/doc/latex/eemeir
10325%doc %{texmfdist}/doc/latex/egameps
f65b3398 10326%doc %{texmfdist}/doc/latex/ellipsis
f65b3398 10327%doc %{texmfdist}/doc/latex/elpres
f65b3398
ZU
10328%doc %{texmfdist}/doc/latex/elsevier
10329%doc %{texmfdist}/doc/latex/em
10330%doc %{texmfdist}/doc/latex/emp
10331%doc %{texmfdist}/doc/latex/emulateapj
10332%doc %{texmfdist}/doc/latex/endheads
10333%doc %{texmfdist}/doc/latex/engpron
10334%doc %{texmfdist}/doc/latex/engrec
f65b3398
ZU
10335%doc %{texmfdist}/doc/latex/envlab
10336%doc %{texmfdist}/doc/latex/epigraph
10337%doc %{texmfdist}/doc/latex/epiolmec
10338%doc %{texmfdist}/doc/latex/epsdice
10339%doc %{texmfdist}/doc/latex/epspdfconversion
f65b3398
ZU
10340%doc %{texmfdist}/doc/latex/eqparbox
10341%doc %{texmfdist}/doc/latex/errata
f65b3398 10342%doc %{texmfdist}/doc/latex/eskdx
f65b3398
ZU
10343%doc %{texmfdist}/doc/latex/etex-pkg
10344%doc %{texmfdist}/doc/latex/ethiop-t1
10345%doc %{texmfdist}/doc/latex/ethiop
10346%doc %{texmfdist}/doc/latex/etoolbox
10347%doc %{texmfdist}/doc/latex/eukdate
10348%doc %{texmfdist}/doc/latex/euproposal
10349%doc %{texmfdist}/doc/latex/euro
10350%doc %{texmfdist}/doc/latex/europecv
10351%doc %{texmfdist}/doc/latex/eurosans
10352%doc %{texmfdist}/doc/latex/everypage
f65b3398
ZU
10353%doc %{texmfdist}/doc/latex/examplep
10354%doc %{texmfdist}/doc/latex/exceltex
10355%doc %{texmfdist}/doc/latex/exercise
f65b3398 10356%doc %{texmfdist}/doc/latex/expl3
f65b3398 10357%doc %{texmfdist}/doc/latex/extarrows
f65b3398
ZU
10358%doc %{texmfdist}/doc/latex/extract
10359%doc %{texmfdist}/doc/latex/facsimile
f65b3398
ZU
10360%doc %{texmfdist}/doc/latex/fancynum
10361%doc %{texmfdist}/doc/latex/fancyref
10362%doc %{texmfdist}/doc/latex/fancytooltips
10363%doc %{texmfdist}/doc/latex/fax
f65b3398
ZU
10364%doc %{texmfdist}/doc/latex/figbib
10365%doc %{texmfdist}/doc/latex/figsize
10366%doc %{texmfdist}/doc/latex/fink
10367%doc %{texmfdist}/doc/latex/fixfoot
f65b3398
ZU
10368%doc %{texmfdist}/doc/latex/flabels
10369%doc %{texmfdist}/doc/latex/flacards
10370%doc %{texmfdist}/doc/latex/flagderiv
10371%doc %{texmfdist}/doc/latex/flashcards
f65b3398 10372%doc %{texmfdist}/doc/latex/floatrow
f65b3398 10373%doc %{texmfdist}/doc/latex/fmp
f65b3398
ZU
10374%doc %{texmfdist}/doc/latex/fnbreak
10375%doc %{texmfdist}/doc/latex/fncychap
10376%doc %{texmfdist}/doc/latex/foekfont
10377%doc %{texmfdist}/doc/latex/fonttable
f65b3398
ZU
10378%doc %{texmfdist}/doc/latex/frankenstein
10379%doc %{texmfdist}/doc/latex/frenchle
10380%doc %{texmfdist}/doc/latex/fribrief
10381%doc %{texmfdist}/doc/latex/frletter
10382%doc %{texmfdist}/doc/latex/frontespizio
10383%doc %{texmfdist}/doc/latex/fullblck
10384%doc %{texmfdist}/doc/latex/fullpict
f65b3398
ZU
10385%doc %{texmfdist}/doc/latex/fundus
10386%doc %{texmfdist}/doc/latex/gaceta
f65b3398
ZU
10387%doc %{texmfdist}/doc/latex/gastex
10388%doc %{texmfdist}/doc/latex/gatech-thesis
10389%doc %{texmfdist}/doc/latex/gauss
10390%doc %{texmfdist}/doc/latex/gb4e
10391%doc %{texmfdist}/doc/latex/gcard
10392%doc %{texmfdist}/doc/latex/gcite
10393%doc %{texmfdist}/doc/latex/genmpage
10394%doc %{texmfdist}/doc/latex/geomsty
f65b3398
ZU
10395%doc %{texmfdist}/doc/latex/gloss
10396%doc %{texmfdist}/doc/latex/glossaries
10397%doc %{texmfdist}/doc/latex/gmdoc
10398%doc %{texmfdist}/doc/latex/gmeometric
10399%doc %{texmfdist}/doc/latex/gmiflink
10400%doc %{texmfdist}/doc/latex/gmutils
10401%doc %{texmfdist}/doc/latex/gmverb
f65b3398
ZU
10402%doc %{texmfdist}/doc/latex/graphicx-psmin
10403%doc %{texmfdist}/doc/latex/greek-inputenc
10404%doc %{texmfdist}/doc/latex/greekdates
10405%doc %{texmfdist}/doc/latex/greektex
10406%doc %{texmfdist}/doc/latex/grfpaste
10407%doc %{texmfdist}/doc/latex/grnumalt
10408%doc %{texmfdist}/doc/latex/grverb
10409%doc %{texmfdist}/doc/latex/gu
f65b3398
ZU
10410%doc %{texmfdist}/doc/latex/guitbeamer
10411%doc %{texmfdist}/doc/latex/hanging
10412%doc %{texmfdist}/doc/latex/har2nat
10413%doc %{texmfdist}/doc/latex/harmony
10414%doc %{texmfdist}/doc/latex/harpoon
10415%doc %{texmfdist}/doc/latex/harvard
10416%doc %{texmfdist}/doc/latex/hc
10417%doc %{texmfdist}/doc/latex/hep
10418%doc %{texmfdist}/doc/latex/hepnames
10419%doc %{texmfdist}/doc/latex/hepparticles
10420%doc %{texmfdist}/doc/latex/hepthesis
10421%doc %{texmfdist}/doc/latex/hepunits
10422%doc %{texmfdist}/doc/latex/hexgame
f65b3398
ZU
10423%doc %{texmfdist}/doc/latex/histogr
10424%doc %{texmfdist}/doc/latex/hitec
10425%doc %{texmfdist}/doc/latex/hpsdiss
f65b3398
ZU
10426%doc %{texmfdist}/doc/latex/hvfloat
10427%doc %{texmfdist}/doc/latex/hypdvips
10428%doc %{texmfdist}/doc/latex/hyperref-docsrc
10429%doc %{texmfdist}/doc/latex/hyperxmp
10430%doc %{texmfdist}/doc/latex/ibycus-babel
10431%doc %{texmfdist}/doc/latex/icsv
10432%doc %{texmfdist}/doc/latex/ieeepes
10433%doc %{texmfdist}/doc/latex/ifmslide
10434%doc %{texmfdist}/doc/latex/ifplatform
10435%doc %{texmfdist}/doc/latex/ijmart
10436%doc %{texmfdist}/doc/latex/imac
10437%doc %{texmfdist}/doc/latex/image-gallery
10438%doc %{texmfdist}/doc/latex/imtekda
10439%doc %{texmfdist}/doc/latex/inlinebib
10440%doc %{texmfdist}/doc/latex/inlinedef
10441%doc %{texmfdist}/doc/latex/interactiveworkbook
f65b3398
ZU
10442%doc %{texmfdist}/doc/latex/invoice
10443%doc %{texmfdist}/doc/latex/ipa
10444%doc %{texmfdist}/doc/latex/iso
10445%doc %{texmfdist}/doc/latex/iso10303
10446%doc %{texmfdist}/doc/latex/isodate
10447%doc %{texmfdist}/doc/latex/isodoc
f65b3398 10448%doc %{texmfdist}/doc/latex/itnumpar
f65b3398
ZU
10449%doc %{texmfdist}/doc/latex/jknapltx
10450%doc %{texmfdist}/doc/latex/jneurosci
10451%doc %{texmfdist}/doc/latex/jpsj
10452%doc %{texmfdist}/doc/latex/jura
10453%doc %{texmfdist}/doc/latex/juraabbrev
10454%doc %{texmfdist}/doc/latex/juramisc
10455%doc %{texmfdist}/doc/latex/jurarsp
10456%doc %{texmfdist}/doc/latex/karnaugh
10457%doc %{texmfdist}/doc/latex/kerkis
10458%doc %{texmfdist}/doc/latex/kerntest
10459%doc %{texmfdist}/doc/latex/kluwer
f65b3398
ZU
10460%doc %{texmfdist}/doc/latex/lazylist
10461%doc %{texmfdist}/doc/latex/lcyw
10462%doc %{texmfdist}/doc/latex/leading
10463%doc %{texmfdist}/doc/latex/ledmac
f65b3398
ZU
10464%doc %{texmfdist}/doc/latex/lgreek
10465%doc %{texmfdist}/doc/latex/lhelp
10466%doc %{texmfdist}/doc/latex/linguex
10467%doc %{texmfdist}/doc/latex/lipsum
10468%doc %{texmfdist}/doc/latex/listbib
f65b3398
ZU
10469%doc %{texmfdist}/doc/latex/listofsymbols
10470%doc %{texmfdist}/doc/latex/lkproof
10471%doc %{texmfdist}/doc/latex/logic
f65b3398
ZU
10472%doc %{texmfdist}/doc/latex/lsc
10473%doc %{texmfdist}/doc/latex/ltxindex
10474%doc %{texmfdist}/doc/latex/mafr
10475%doc %{texmfdist}/doc/latex/magyar
10476%doc %{texmfdist}/doc/latex/mailing
10477%doc %{texmfdist}/doc/latex/makebarcode
10478%doc %{texmfdist}/doc/latex/makebox
10479%doc %{texmfdist}/doc/latex/makecell
f65b3398
ZU
10480%doc %{texmfdist}/doc/latex/makedtx
10481%doc %{texmfdist}/doc/latex/makeglos
f65b3398
ZU
10482%doc %{texmfdist}/doc/latex/mathdesign
10483%doc %{texmfdist}/doc/latex/mathpazo
10484%doc %{texmfdist}/doc/latex/maybemath
10485%doc %{texmfdist}/doc/latex/mcaption
10486%doc %{texmfdist}/doc/latex/mceinleger
10487%doc %{texmfdist}/doc/latex/mcite
10488%doc %{texmfdist}/doc/latex/mciteplus
10489%doc %{texmfdist}/doc/latex/memexsupp
10490%doc %{texmfdist}/doc/latex/mentis
10491%doc %{texmfdist}/doc/latex/metaplot
10492%doc %{texmfdist}/doc/latex/method
10493%doc %{texmfdist}/doc/latex/metre
10494%doc %{texmfdist}/doc/latex/mff
f65b3398 10495%doc %{texmfdist}/doc/latex/mftinc
f65b3398
ZU
10496%doc %{texmfdist}/doc/latex/minipage-marginpar
10497%doc %{texmfdist}/doc/latex/miniplot
10498%doc %{texmfdist}/doc/latex/minutes
10499%doc %{texmfdist}/doc/latex/mla-paper
10500%doc %{texmfdist}/doc/latex/mlist
10501%doc %{texmfdist}/doc/latex/mmap
10502%doc %{texmfdist}/doc/latex/mnsymbol
10503%doc %{texmfdist}/doc/latex/moderncv
10504%doc %{texmfdist}/doc/latex/modroman
10505%doc %{texmfdist}/doc/latex/mongolian-babel
10506%doc %{texmfdist}/doc/latex/montex
10507%doc %{texmfdist}/doc/latex/moresize
10508%doc %{texmfdist}/doc/latex/movie15
f65b3398
ZU
10509%doc %{texmfdist}/doc/latex/msg
10510%doc %{texmfdist}/doc/latex/mslapa
10511%doc %{texmfdist}/doc/latex/mtgreek
10512%doc %{texmfdist}/doc/latex/multibbl
10513%doc %{texmfdist}/doc/latex/multicap
10514%doc %{texmfdist}/doc/latex/multirow
10515%doc %{texmfdist}/doc/latex/munich
f65b3398
ZU
10516%doc %{texmfdist}/doc/latex/muthesis
10517%doc %{texmfdist}/doc/latex/mxd
10518%doc %{texmfdist}/doc/latex/mxedruli
f65b3398
ZU
10519%doc %{texmfdist}/doc/latex/ncclatex
10520%doc %{texmfdist}/doc/latex/ncctools
10521%doc %{texmfdist}/doc/latex/nddiss
10522%doc %{texmfdist}/doc/latex/newalg
10523%doc %{texmfdist}/doc/latex/newfile
10524%doc %{texmfdist}/doc/latex/newlfm
10525%doc %{texmfdist}/doc/latex/newspaper
10526%doc %{texmfdist}/doc/latex/newvbtm
10527%doc %{texmfdist}/doc/latex/niceframe
10528%doc %{texmfdist}/doc/latex/nih
f65b3398
ZU
10529%doc %{texmfdist}/doc/latex/nomentbl
10530%doc %{texmfdist}/doc/latex/nonfloat
f65b3398 10531%doc %{texmfdist}/doc/latex/notes
f65b3398
ZU
10532%doc %{texmfdist}/doc/latex/ntabbing
10533%doc %{texmfdist}/doc/latex/numname
f65b3398
ZU
10534%doc %{texmfdist}/doc/latex/objectz
10535%doc %{texmfdist}/doc/latex/ocr-latex
10536%doc %{texmfdist}/doc/latex/octavo
10537%doc %{texmfdist}/doc/latex/ogham
10538%doc %{texmfdist}/doc/latex/ogonek
10539%doc %{texmfdist}/doc/latex/opcit
10540%doc %{texmfdist}/doc/latex/ordinalpt
f65b3398
ZU
10541%doc %{texmfdist}/doc/latex/otibet
10542%doc %{texmfdist}/doc/latex/outline
10543%doc %{texmfdist}/doc/latex/outliner
10544%doc %{texmfdist}/doc/latex/pagenote
f65b3398 10545%doc %{texmfdist}/doc/latex/papercdcase
f65b3398
ZU
10546%doc %{texmfdist}/doc/latex/parallel
10547%doc %{texmfdist}/doc/latex/paresse
10548%doc %{texmfdist}/doc/latex/parrun
10549%doc %{texmfdist}/doc/latex/pauldoc
10550%doc %{texmfdist}/doc/latex/pbox
f65b3398 10551%doc %{texmfdist}/doc/latex/pdfsync
f65b3398
ZU
10552%doc %{texmfdist}/doc/latex/pdfwin
10553%doc %{texmfdist}/doc/latex/pecha
10554%doc %{texmfdist}/doc/latex/perception
10555%doc %{texmfdist}/doc/latex/perltex
f65b3398
ZU
10556%doc %{texmfdist}/doc/latex/petiteannonce
10557%doc %{texmfdist}/doc/latex/petri-nets
10558%doc %{texmfdist}/doc/latex/pgf-soroban
10559%doc %{texmfdist}/doc/latex/pgfopts
f65b3398
ZU
10560%doc %{texmfdist}/doc/latex/philex
10561%doc %{texmfdist}/doc/latex/philosophersimprint
f65b3398
ZU
10562%doc %{texmfdist}/doc/latex/pinlabel
10563%doc %{texmfdist}/doc/latex/pittetd
10564%doc %{texmfdist}/doc/latex/plari
10565%doc %{texmfdist}/doc/latex/plates
f65b3398
ZU
10566%doc %{texmfdist}/doc/latex/plweb
10567%doc %{texmfdist}/doc/latex/pmgraph
f65b3398
ZU
10568%doc %{texmfdist}/doc/latex/polski
10569%doc %{texmfdist}/doc/latex/polyglot
10570%doc %{texmfdist}/doc/latex/polytable
10571%doc %{texmfdist}/doc/latex/postcards
10572%doc %{texmfdist}/doc/latex/powerdot
10573%doc %{texmfdist}/doc/latex/ppower4
10574%doc %{texmfdist}/doc/latex/ppr-prv
f65b3398
ZU
10575%doc %{texmfdist}/doc/latex/prettyref
10576%doc %{texmfdist}/doc/latex/proba
10577%doc %{texmfdist}/doc/latex/probsoln
10578%doc %{texmfdist}/doc/latex/procIAGssymp
f65b3398
ZU
10579%doc %{texmfdist}/doc/latex/progress
10580%doc %{texmfdist}/doc/latex/protex
10581%doc %{texmfdist}/doc/latex/protocol
10582%doc %{texmfdist}/doc/latex/psfragx
10583%doc %{texmfdist}/doc/latex/psgo
10584%doc %{texmfdist}/doc/latex/pspicture
10585%doc %{texmfdist}/doc/latex/pst2pdf
f65b3398
ZU
10586%doc %{texmfdist}/doc/latex/qcm
10587%doc %{texmfdist}/doc/latex/qobitree
10588%doc %{texmfdist}/doc/latex/qstest
f65b3398
ZU
10589%doc %{texmfdist}/doc/latex/qtree
10590%doc %{texmfdist}/doc/latex/quotchap
10591%doc %{texmfdist}/doc/latex/quotmark
10592%doc %{texmfdist}/doc/latex/r_und_s
10593%doc %{texmfdist}/doc/latex/randbild
10594%doc %{texmfdist}/doc/latex/randtext
10595%doc %{texmfdist}/doc/latex/rccol
10596%doc %{texmfdist}/doc/latex/rcs
10597%doc %{texmfdist}/doc/latex/rcsinfo
f65b3398
ZU
10598%doc %{texmfdist}/doc/latex/rectopma
10599%doc %{texmfdist}/doc/latex/refcheck
f65b3398
ZU
10600%doc %{texmfdist}/doc/latex/refstyle
10601%doc %{texmfdist}/doc/latex/regcount
f65b3398
ZU
10602%doc %{texmfdist}/doc/latex/relenc
10603%doc %{texmfdist}/doc/latex/repeatindex
10604%doc %{texmfdist}/doc/latex/rlepsf
10605%doc %{texmfdist}/doc/latex/rmpage
10606%doc %{texmfdist}/doc/latex/robustcommand
10607%doc %{texmfdist}/doc/latex/robustindex
10608%doc %{texmfdist}/doc/latex/romannum
10609%doc %{texmfdist}/doc/latex/rotpages
10610%doc %{texmfdist}/doc/latex/rsc
10611%doc %{texmfdist}/doc/latex/rst
10612%doc %{texmfdist}/doc/latex/rtkinenc
10613%doc %{texmfdist}/doc/latex/rtklage
10614%doc %{texmfdist}/doc/latex/sagetex
10615%doc %{texmfdist}/doc/latex/sanskrit
10616%doc %{texmfdist}/doc/latex/sauerj
10617%doc %{texmfdist}/doc/latex/sauterfonts
10618%doc %{texmfdist}/doc/latex/savefnmark
10619%doc %{texmfdist}/doc/latex/savetrees
10620%doc %{texmfdist}/doc/latex/scalebar
10621%doc %{texmfdist}/doc/latex/schedule
10622%doc %{texmfdist}/doc/latex/scientificpaper
10623%doc %{texmfdist}/doc/latex/sciposter
10624%doc %{texmfdist}/doc/latex/sciwordconv
f65b3398
ZU
10625%doc %{texmfdist}/doc/latex/sdrt
10626%doc %{texmfdist}/doc/latex/sectionbox
10627%doc %{texmfdist}/doc/latex/semantic
10628%doc %{texmfdist}/doc/latex/semioneside
10629%doc %{texmfdist}/doc/latex/seqsplit
10630%doc %{texmfdist}/doc/latex/sf298
10631%doc %{texmfdist}/doc/latex/sffms
10632%doc %{texmfdist}/doc/latex/sfg
10633%doc %{texmfdist}/doc/latex/sgame
10634%doc %{texmfdist}/doc/latex/shadethm
f65b3398
ZU
10635%doc %{texmfdist}/doc/latex/shorttoc
10636%doc %{texmfdist}/doc/latex/show2e
10637%doc %{texmfdist}/doc/latex/showexpl
f65b3398 10638%doc %{texmfdist}/doc/latex/simplewick
f65b3398
ZU
10639%doc %{texmfdist}/doc/latex/slantsc
10640%doc %{texmfdist}/doc/latex/smalltableof
10641%doc %{texmfdist}/doc/latex/smartref
10642%doc %{texmfdist}/doc/latex/smflatex
10643%doc %{texmfdist}/doc/latex/snapshot
f65b3398
ZU
10644%doc %{texmfdist}/doc/latex/sort-by-letters
10645%doc %{texmfdist}/doc/latex/soyombo
10646%doc %{texmfdist}/doc/latex/sparklines
10647%doc %{texmfdist}/doc/latex/spie
10648%doc %{texmfdist}/doc/latex/splitbib
10649%doc %{texmfdist}/doc/latex/splitindex
10650%doc %{texmfdist}/doc/latex/spotcolor
10651%doc %{texmfdist}/doc/latex/sprite
10652%doc %{texmfdist}/doc/latex/srcltx
f65b3398 10653%doc %{texmfdist}/doc/latex/ssqquote
f65b3398
ZU
10654%doc %{texmfdist}/doc/latex/statistik
10655%doc %{texmfdist}/doc/latex/stdpage
10656%doc %{texmfdist}/doc/latex/stellenbosch
10657%doc %{texmfdist}/doc/latex/stex
f65b3398
ZU
10658%doc %{texmfdist}/doc/latex/struktex
10659%doc %{texmfdist}/doc/latex/sttools
10660%doc %{texmfdist}/doc/latex/stubs
f65b3398 10661%doc %{texmfdist}/doc/latex/subfloat
f65b3398
ZU
10662%doc %{texmfdist}/doc/latex/sugconf
10663%doc %{texmfdist}/doc/latex/supertabular
10664%doc %{texmfdist}/doc/latex/susy
10665%doc %{texmfdist}/doc/latex/svgcolor
10666%doc %{texmfdist}/doc/latex/svn-multi
10667%doc %{texmfdist}/doc/latex/svn
10668%doc %{texmfdist}/doc/latex/svninfo
10669%doc %{texmfdist}/doc/latex/swebib
10670%doc %{texmfdist}/doc/latex/swimgraf
10671%doc %{texmfdist}/doc/latex/synproof
10672%doc %{texmfdist}/doc/latex/syntax
10673%doc %{texmfdist}/doc/latex/syntrace
10674%doc %{texmfdist}/doc/latex/synttree
10675%doc %{texmfdist}/doc/latex/t-angles
10676%doc %{texmfdist}/doc/latex/tableaux
10677%doc %{texmfdist}/doc/latex/tablists
10678%doc %{texmfdist}/doc/latex/tablor
10679%doc %{texmfdist}/doc/latex/tabto-ltx
10680%doc %{texmfdist}/doc/latex/tabulary
10681%doc %{texmfdist}/doc/latex/tabvar
10682%doc %{texmfdist}/doc/latex/talk
10683%doc %{texmfdist}/doc/latex/tapir
10684%doc %{texmfdist}/doc/latex/tcldoc
10685%doc %{texmfdist}/doc/latex/tdsfrmath
10686%doc %{texmfdist}/doc/latex/technics
10687%doc %{texmfdist}/doc/latex/ted
10688%doc %{texmfdist}/doc/latex/tengwarscript
10689%doc %{texmfdist}/doc/latex/tensor
10690%doc %{texmfdist}/doc/latex/teubner
10691%doc %{texmfdist}/doc/latex/texmate
10692%doc %{texmfdist}/doc/latex/texpower
10693%doc %{texmfdist}/doc/latex/texshade
10694%doc %{texmfdist}/doc/latex/textcase
10695%doc %{texmfdist}/doc/latex/textopo
10696%doc %{texmfdist}/doc/latex/theoremref
10697%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10698%doc %{texmfdist}/doc/latex/thinsp
10699%doc %{texmfdist}/doc/latex/thmtools
10700%doc %{texmfdist}/doc/latex/thumb
10701%doc %{texmfdist}/doc/latex/thuthesis
10702%doc %{texmfdist}/doc/latex/ticket
10703%doc %{texmfdist}/doc/latex/tikz-inet
10704%doc %{texmfdist}/doc/latex/timesht
10705%doc %{texmfdist}/doc/latex/titling
10706%doc %{texmfdist}/doc/latex/tocvsec2
10707%doc %{texmfdist}/doc/latex/todo
10708%doc %{texmfdist}/doc/latex/tokenizer
10709%doc %{texmfdist}/doc/latex/toolbox
f65b3398
ZU
10710%doc %{texmfdist}/doc/latex/toptesi
10711%doc %{texmfdist}/doc/latex/tpslifonts
10712%doc %{texmfdist}/doc/latex/trajan
10713%doc %{texmfdist}/doc/latex/translator
10714%doc %{texmfdist}/doc/latex/tree-dvips
10715%doc %{texmfdist}/doc/latex/trfsigns
10716%doc %{texmfdist}/doc/latex/trivfloat
f65b3398
ZU
10717%doc %{texmfdist}/doc/latex/turnstile
10718%doc %{texmfdist}/doc/latex/twoup
10719%doc %{texmfdist}/doc/latex/typedref
10720%doc %{texmfdist}/doc/latex/typogrid
f65b3398 10721%doc %{texmfdist}/doc/latex/uebungsblatt
f65b3398
ZU
10722%doc %{texmfdist}/doc/latex/umlaute
10723%doc %{texmfdist}/doc/latex/umoline
f65b3398
ZU
10724%doc %{texmfdist}/doc/latex/undertilde
10725%doc %{texmfdist}/doc/latex/unitsdef
10726%doc %{texmfdist}/doc/latex/unroman
10727%doc %{texmfdist}/doc/latex/upmethodology
10728%doc %{texmfdist}/doc/latex/urlbst
10729%doc %{texmfdist}/doc/latex/ushort
f65b3398
ZU
10730%doc %{texmfdist}/doc/latex/varindex
10731%doc %{texmfdist}/doc/latex/varsfromjobname
10732%doc %{texmfdist}/doc/latex/vector
10733%doc %{texmfdist}/doc/latex/verse
10734%doc %{texmfdist}/doc/latex/vhistory
10735%doc %{texmfdist}/doc/latex/vita
10736%doc %{texmfdist}/doc/latex/volumes
10737%doc %{texmfdist}/doc/latex/vpe
10738%doc %{texmfdist}/doc/latex/vrsion
10739%doc %{texmfdist}/doc/latex/vwcol
10740%doc %{texmfdist}/doc/latex/vxu
10741%doc %{texmfdist}/doc/latex/wadalab
10742%doc %{texmfdist}/doc/latex/wallpaper
10743%doc %{texmfdist}/doc/latex/warpcol
10744%doc %{texmfdist}/doc/latex/wnri
10745%doc %{texmfdist}/doc/latex/wordlike
10746%doc %{texmfdist}/doc/latex/xargs
10747%doc %{texmfdist}/doc/latex/xdoc
10748%doc %{texmfdist}/doc/latex/xfor
10749%doc %{texmfdist}/doc/latex/xifthen
10750%doc %{texmfdist}/doc/latex/xmpincl
10751%doc %{texmfdist}/doc/latex/xnewcommand
10752%doc %{texmfdist}/doc/latex/xoptarg
10753%doc %{texmfdist}/doc/latex/xpackages
10754%doc %{texmfdist}/doc/latex/xskak
10755%doc %{texmfdist}/doc/latex/xstring
10756%doc %{texmfdist}/doc/latex/xtcapts
10757%doc %{texmfdist}/doc/latex/xyling
10758%doc %{texmfdist}/doc/latex/xytree
10759%doc %{texmfdist}/doc/latex/yafoot
10760%doc %{texmfdist}/doc/latex/yhmath
10761%doc %{texmfdist}/doc/latex/york-thesis
10762%doc %{texmfdist}/doc/latex/yplan
10763%doc %{texmfdist}/doc/latex/zed-csp
10764%doc %{texmfdist}/doc/latex/zefonts
10765%doc %{texmfdist}/doc/latex/ziffer
10766%doc %{texmfdist}/doc/latex/zwgetfdate
f65b3398 10767
b916bc39 10768%files latex-math-sources
16591d53 10769%defattr(644,root,root,755)
f4f1ef6b
ZU
10770%dir %{texmfdist}/source
10771%dir %{texmfdist}/source/latex
b916bc39
ZU
10772%{texmfdist}/source/latex/bez123
10773%{texmfdist}/source/latex/binomexp
7ac8a96b
ZU
10774%{texmfdist}/source/latex/cmll
10775%{texmfdist}/source/latex/constants
b916bc39 10776%{texmfdist}/source/latex/coordsys
7ac8a96b 10777%{texmfdist}/source/latex/dotseqn
b916bc39
ZU
10778%{texmfdist}/source/latex/egplot
10779%{texmfdist}/source/latex/eqlist
10780%{texmfdist}/source/latex/eqnarray
10781%{texmfdist}/source/latex/esdiff
10782%{texmfdist}/source/latex/esvect
10783%{texmfdist}/source/latex/extpfeil
7ac8a96b 10784%{texmfdist}/source/latex/fouridx
b916bc39
ZU
10785%{texmfdist}/source/latex/functan
10786%{texmfdist}/source/latex/galois
10787%{texmfdist}/source/latex/gnuplottex
10788%{texmfdist}/source/latex/hhtensor
7ac8a96b 10789%{texmfdist}/source/latex/logpap
b916bc39 10790%{texmfdist}/source/latex/noitcrul
7ac8a96b
ZU
10791%{texmfdist}/source/latex/permute
10792%{texmfdist}/source/latex/qsymbols
10793%{texmfdist}/source/latex/subdepth
f4f1ef6b 10794%{texmfdist}/source/latex/faktor
b916bc39
ZU
10795
10796%files latex-math
10797%defattr(644,root,root,755)
16591d53 10798%{texmfdist}/tex/latex/permute
c82fac6f
ZU
10799%doc %{texmfdist}/doc/latex/mfpic4ode
10800%{texmfdist}/source/latex/mfpic4ode
10801%{texmfdist}/tex/latex/mfpic4ode
16591d53 10802%doc %{texmfdist}/doc/latex/permute
c82fac6f
ZU
10803%doc %{texmfdist}/doc/latex/makeplot
10804%{texmfdist}/tex/latex/makeplot
10805%{texmfdist}/source/latex/makeplot
16591d53
ZU
10806%{texmfdist}/tex/latex/bez123
10807%doc %{texmfdist}/doc/latex/bez123
16591d53
ZU
10808%{texmfdist}/tex/latex/binomexp
10809%doc %{texmfdist}/doc/latex/binomexp
84a4c427 10810%doc %{texmfdist}/doc/latex/coordsys
84a4c427 10811%{texmfdist}/tex/latex/coordsys
84a4c427 10812%doc %{texmfdist}/doc/latex/egplot
84a4c427 10813%{texmfdist}/tex/latex/egplot
84a4c427 10814%doc %{texmfdist}/doc/latex/eqlist
84a4c427 10815%{texmfdist}/tex/latex/eqlist
84a4c427 10816%doc %{texmfdist}/doc/latex/eqnarray
84a4c427 10817%{texmfdist}/tex/latex/eqnarray
84a4c427 10818%doc %{texmfdist}/doc/latex/esdiff
84a4c427 10819%{texmfdist}/tex/latex/esdiff
84a4c427 10820%doc %{texmfdist}/doc/latex/esvect
84a4c427 10821%{texmfdist}/fonts/source/public/esvect
b916bc39 10822%{texmfdist}/fonts/map/dvips/esvect
84a4c427
ZU
10823%{texmfdist}/fonts/tfm/public/esvect
10824%{texmfdist}/fonts/type1/public/esvect
84a4c427 10825%{texmfdist}/tex/latex/esvect
2e9c3e45 10826%doc %{texmfdist}/doc/latex/extpfeil
2e9c3e45
ZU
10827%{texmfdist}/tex/latex/extpfeil
10828%doc %{texmfdist}/doc/latex/faktor
2e9c3e45 10829%{texmfdist}/tex/latex/faktor
1d337b0e 10830%doc %{texmfdist}/doc/latex/cmll
1d337b0e
ZU
10831%{texmfdist}/fonts/map/dvips/cmll
10832%{texmfdist}/fonts/source/public/cmll
10833%{texmfdist}/fonts/tfm/public/cmll
10834%{texmfdist}/fonts/type1/public/cmll
10835%{texmfdist}/tex/latex/cmll
de260d32
ZU
10836%{texmfdist}/tex/latex/dotseqn
10837%doc %{texmfdist}/doc/latex/functan
de260d32 10838%{texmfdist}/tex/latex/functan
b9c820f8 10839%doc %{texmfdist}/doc/latex/galois
b9c820f8
ZU
10840%{texmfdist}/tex/latex/galois
10841%doc %{texmfdist}/doc/latex/gnuplottex
b9c820f8
ZU
10842%{texmfdist}/tex/latex/gnuplottex
10843%doc %{texmfdist}/doc/latex/hhtensor
b9c820f8
ZU
10844%{texmfdist}/tex/latex/hhtensor
10845%doc %{texmfdist}/doc/latex/fouridx
b9c820f8
ZU
10846%{texmfdist}/tex/latex/fouridx
10847%doc %{texmfdist}/doc/latex/noitcrul
b9c820f8 10848%{texmfdist}/tex/latex/noitcrul
6bc47e19 10849%doc %{texmfdist}/doc/latex/constants
6bc47e19 10850%{texmfdist}/tex/latex/constants
7ac8a96b
ZU
10851%doc %{texmfdist}/doc/latex/logpap
10852%{texmfdist}/tex/latex/logpap
10853%doc %{texmfdist}/doc/latex/qsymbols
10854%{texmfdist}/tex/latex/qsymbols
10855%{texmfdist}/source/latex/subeqn
10856%{texmfdist}/source/latex/subeqnarray
10857%{texmfdist}/tex/latex/subeqn
10858%{texmfdist}/tex/latex/subeqnarray
10859%doc %{texmfdist}/doc/latex/subeqn
10860%doc %{texmfdist}/doc/latex/subeqnarray
10861%doc %{texmfdist}/doc/latex/ulsy
10862%{texmfdist}/fonts/source/public/ulsy
10863%{texmfdist}/fonts/tfm/public/ulsy
10864%{texmfdist}/source/latex/ulsy
10865%{texmfdist}/tex/latex/ulsy
10866%{texmfdist}/tex/latex/sfmath
10867%doc %{texmfdist}/doc/latex/subdepth
10868%{texmfdist}/tex/latex/subdepth
10869%doc %{texmfdist}/doc/latex/mhequ
10870%{texmfdist}/tex/latex/mhequ
10871%{texmfdist}/tex/latex/mhs
10872%doc %{texmfdist}/doc/latex/nath
10873%{texmfdist}/tex/latex/nath
10874%doc %{texmfdist}/doc/latex/numprint
10875%{texmfdist}/source/latex/numprint
10876%{texmfdist}/tex/latex/numprint
10877%doc %{texmfdist}/doc/latex/sseq
10878%{texmfdist}/source/latex/sseq
10879%{texmfdist}/tex/latex/sseq
f4f1ef6b
ZU
10880%doc %{texmfdist}/doc/latex/trsym
10881%{texmfdist}/source/latex/trsym
10882%{texmfdist}/tex/latex/trsym
10883%{texmfdist}/fonts/source/public/trsym
10884%{texmfdist}/fonts/tfm/public/trsym
7ac8a96b 10885
84a4c427
ZU
10886
10887%files latex-physics
10888%defattr(644,root,root,755)
84a4c427
ZU
10889%doc %{texmfdist}/doc/latex/circ
10890%{texmfdist}/tex/latex/circ
10891%{texmfdist}/source/latex/circ
84a4c427
ZU
10892%doc %{texmfdist}/doc/latex/colorwav
10893%{texmfdist}/source/latex/colorwav
10894%{texmfdist}/tex/latex/colorwav
84a4c427
ZU
10895%doc %{texmfdist}/doc/latex/dyntree
10896%{texmfdist}/source/latex/dyntree
10897%{texmfdist}/tex/latex/dyntree
2e9c3e45
ZU
10898%doc %{texmfdist}/doc/latex/feynmf
10899%{texmfdist}/source/latex/feynmf
10900%{texmfdist}/tex/latex/feynmf
10901%{texmfdist}/metapost/feynmf
de260d32
ZU
10902%doc %{texmfdist}/doc/latex/formula
10903%{texmfdist}/source/latex/formula
10904%{texmfdist}/tex/latex/formula
b9c820f8
ZU
10905%{texmfdist}/source/latex/isotope
10906%{texmfdist}/tex/latex/isotope
7ac8a96b
ZU
10907%doc %{texmfdist}/doc/latex/miller
10908%{texmfdist}/source/latex/miller
10909%{texmfdist}/tex/latex/miller
16591d53
ZU
10910
10911%files latex-chem
10912%defattr(644,root,root,755)
10913%doc %{texmfdist}/doc/latex/achemso
10914%doc %{texmfdist}/doc/latex/bpchem
10915%doc %{texmfdist}/doc/latex/chemstyle
10916%doc %{texmfdist}/doc/latex/mhchem
10917%doc %{texmfdist}/doc/fonts/chemarrow
10918%doc %{texmfdist}/doc/latex/chemcompounds
10919%doc %{texmfdist}/doc/latex/chemcono
10920%{texmfdist}/fonts/afm/public/chemarrow
10921%{texmfdist}/fonts/map/dvips/chemarrow
10922%{texmfdist}/fonts/source/public/chemarrow
10923%{texmfdist}/fonts/tfm/public/chemarrow
10924%{texmfdist}/fonts/type1/public/chemarrow
10925%{texmfdist}/source/latex/achemso
10926%{texmfdist}/source/latex/bpchem
10927%{texmfdist}/source/latex/chemcompounds
10928%{texmfdist}/source/latex/chemstyle
10929%{texmfdist}/tex/latex/achemso
10930%{texmfdist}/tex/latex/bpchem
10931%{texmfdist}/tex/latex/chemarrow
10932%{texmfdist}/tex/latex/chemcompounds
10933%{texmfdist}/tex/latex/chemcono
10934%{texmfdist}/tex/latex/chemstyle
10935%{texmfdist}/tex/latex/mhchem
10936
84a4c427 10937%files latex-biology
16591d53
ZU
10938%defattr(644,root,root,755)
10939%doc %{texmfdist}/doc/latex/biocon
10940%{texmfdist}/bibtex/bib/biocon
10941%{texmfdist}/source/latex/biocon
10942%{texmfdist}/tex/latex/biocon
84a4c427
ZU
10943%doc %{texmfdist}/doc/latex/dnaseq
10944%{texmfdist}/source/latex/dnaseq
10945%{texmfdist}/tex/latex/dnaseq
16591d53
ZU
10946
10947%files latex-pdftools
10948%defattr(644,root,root,755)
10949%{texmfdist}/source/latex/attachfile
10950%{texmfdist}/tex/latex/attachfile
10951%doc %{texmfdist}/doc/latex/attachfile
84a4c427
ZU
10952%doc %{texmfdist}/doc/latex/cooltooltips
10953%{texmfdist}/source/latex/cooltooltips
10954%{texmfdist}/tex/latex/cooltooltips
7ac8a96b
ZU
10955%{texmfdist}/tex/latex/pdftricks
10956%doc %{texmfdist}/doc/latex/pdftricks
10957%doc %{texmfdist}/doc/latex/pdfcprot
10958%{texmfdist}/source/latex/pdfcprot
10959%{texmfdist}/tex/latex/pdfcprot
10960%{texmfdist}/tex/latex/pdfscreen
10961%doc %{texmfdist}/doc/latex/pdfscreen
16591d53 10962
84a4c427 10963%files latex-informatic
16591d53 10964%defattr(644,root,root,755)
1d337b0e 10965%doc %{texmfdist}/doc/latex/alg
16591d53
ZU
10966%{texmfdist}/source/latex/alg
10967%{texmfdist}/tex/latex/alg
84a4c427
ZU
10968%{texmfdist}/source/latex/bytefield
10969%{texmfdist}/tex/latex/bytefield
10970%doc %{texmfdist}/doc/latex/bytefield
7ac8a96b
ZU
10971%doc %{texmfdist}/doc/latex/progkeys
10972%{texmfdist}/source/latex/progkeys
10973%{texmfdist}/tex/latex/progkeys
10974%doc %{texmfdist}/doc/latex/uml
10975%{texmfdist}/source/latex/uml
10976%{texmfdist}/tex/latex/uml
10977%doc %{texmfdist}/doc/latex/msc
10978%{texmfdist}/tex/latex/msc
f4f1ef6b
ZU
10979%doc %{texmfdist}/doc/latex/register
10980%{texmfdist}/source/latex/register
10981%{texmfdist}/tex/latex/register
16591d53
ZU
10982
10983%files latex-games
10984%defattr(644,root,root,755)
10985%doc %{texmfdist}/doc/latex/backgammon
10986%doc %{texmfdist}/doc/latex/chessboard
10987%doc %{texmfdist}/doc/latex/chessfss
1d337b0e
ZU
10988%doc %{texmfdist}/doc/latex/cwpuzzle
10989%{texmfdist}/tex/latex/cwpuzzle
10990%{texmfdist}/source/latex/cwpuzzle
16591d53
ZU
10991%{texmfdist}/fonts/enc/dvips/chessfss
10992%{texmfdist}/fonts/source/public/backgammon
10993%{texmfdist}/fonts/source/public/cchess
10994%{texmfdist}/fonts/source/public/chess
10995%{texmfdist}/fonts/tfm/public/backgammon
10996%{texmfdist}/fonts/tfm/public/cchess
10997%{texmfdist}/source/latex/backgammon
10998%{texmfdist}/source/latex/chessboard
10999%{texmfdist}/source/latex/chessfss
11000%{texmfdist}/tex/latex/backgammon
11001%{texmfdist}/tex/latex/cchess
11002%{texmfdist}/tex/latex/chess
11003%{texmfdist}/tex/latex/chessboard
11004%{texmfdist}/tex/latex/chessfss
1d337b0e
ZU
11005%doc %{texmfdist}/doc/latex/crosswrd
11006%{texmfdist}/source/latex/crosswrd
11007%{texmfdist}/tex/latex/crosswrd
b9c820f8
ZU
11008%doc %{texmfdist}/doc/latex/jeopardy
11009%{texmfdist}/tex/latex/jeopardy
11010%{texmfdist}/source/latex/jeopardy
11011%{texmfdist}/tex/latex/go
11012%{texmfdist}/source/latex/go
11013%{texmfdist}/fonts/source/public/go
11014%{texmfdist}/fonts/tfm/public/go
6bc47e19
ZU
11015%doc %{texmfdist}/doc/latex/othello
11016%{texmfdist}/source/latex/othello
11017%{texmfdist}/tex/latex/othello
11018%{texmfdist}/fonts/source/public/othello
11019%{texmfdist}/fonts/tfm/public/othello
c82fac6f
ZU
11020%doc %{texmfdist}/doc/latex/sudoku
11021%{texmfdist}/source/latex/sudoku
11022%{texmfdist}/tex/latex/sudoku
11023%doc %{texmfdist}/doc/latex/sudokubundle
11024%{texmfdist}/source/latex/sudokubundle
11025%{texmfdist}/tex/latex/sudokubundle
7ac8a96b
ZU
11026# Fonts and macros for typesetting chess games.
11027%doc %{texmfdist}/doc/latex/skak
11028%{texmfdist}/tex/latex/skak
11029%{texmfdist}/fonts/map/dvips/skak
11030%{texmfdist}/fonts/source/public/skak
11031%{texmfdist}/fonts/tfm/public/skak
16591d53 11032
b916bc39
ZU
11033%files latex-sources
11034%defattr(644,root,root,755)
11035%dir %{texmfdist}/source
11036%dir %{texmfdist}/source/latex
b916bc39
ZU
11037%{texmfdist}/source/latex/acronym
11038%{texmfdist}/source/latex/adrlist
11039%{texmfdist}/source/latex/altfont
11040%{texmfdist}/source/latex/answers
11041%{texmfdist}/source/latex/ascii
11042%{texmfdist}/source/latex/augie
11043%{texmfdist}/source/latex/barcodes
11044%{texmfdist}/source/latex/bbding
11045%{texmfdist}/source/latex/bbm-macros
11046%{texmfdist}/source/latex/bengali
11047%{texmfdist}/source/latex/beton
11048%{texmfdist}/source/latex/bibarts
11049%{texmfdist}/source/latex/bibleref
11050%{texmfdist}/source/latex/biblist
11051%{texmfdist}/source/latex/bigfoot
11052%{texmfdist}/source/latex/bizcard
11053%{texmfdist}/source/latex/blindtext
11054%{texmfdist}/source/latex/bookhands
11055%{texmfdist}/source/latex/bophook
11056%{texmfdist}/source/latex/boxhandler
11057%{texmfdist}/source/latex/braille
11058%{texmfdist}/source/latex/breakurl
11059%{texmfdist}/source/latex/brushscr
11060%{texmfdist}/source/latex/burmese
11061%{texmfdist}/source/latex/captcont
11062%{texmfdist}/source/latex/catechis
11063%{texmfdist}/source/latex/cclicenses
11064%{texmfdist}/source/latex/cd
11065%{texmfdist}/source/latex/cd-cover
11066%{texmfdist}/source/latex/cdpbundl
11067%{texmfdist}/source/latex/changes
11068%{texmfdist}/source/latex/chapterfolder
11069%{texmfdist}/source/latex/cleveref
11070%{texmfdist}/source/latex/cmcyralt
11071%{texmfdist}/source/latex/cmsd
11072%{texmfdist}/source/latex/codepage
11073%{texmfdist}/source/latex/confproc
11074%{texmfdist}/source/latex/coverpage
11075%{texmfdist}/source/latex/crop
11076%{texmfdist}/source/latex/crossreference
11077%{texmfdist}/source/latex/ctib
11078%{texmfdist}/source/latex/cweb-latex
11079%{texmfdist}/source/latex/dateiliste
11080%{texmfdist}/source/latex/datetime
11081%{texmfdist}/source/latex/decimal
11082%{texmfdist}/source/latex/diagnose
11083%{texmfdist}/source/latex/docmfp
11084%{texmfdist}/source/latex/doipubmed
11085%{texmfdist}/source/latex/dotarrow
11086%{texmfdist}/source/latex/dottex
11087%{texmfdist}/source/latex/drac
11088%{texmfdist}/source/latex/draftcopy
11089%{texmfdist}/source/latex/dramatist
11090%{texmfdist}/source/latex/eCards
11091%{texmfdist}/source/latex/ebezier
11092%{texmfdist}/source/latex/ebsthesis
11093%{texmfdist}/source/latex/ecclesiastic
11094%{texmfdist}/source/latex/edmargin
11095%{texmfdist}/source/latex/eemeir
11096%{texmfdist}/source/latex/eiad
11097%{texmfdist}/source/latex/ellipsis
11098%{texmfdist}/source/latex/em
11099%{texmfdist}/source/latex/emp
11100%{texmfdist}/source/latex/endfloat
11101%{texmfdist}/source/latex/endheads
11102%{texmfdist}/source/latex/engpron
11103%{texmfdist}/source/latex/engrec
11104%{texmfdist}/source/latex/envlab
11105%{texmfdist}/source/latex/epigraph
11106%{texmfdist}/source/latex/epiolmec
11107%{texmfdist}/source/latex/epsdice
11108%{texmfdist}/source/latex/eqparbox
11109%{texmfdist}/source/latex/errata
11110%{texmfdist}/source/latex/eso-pic
11111%{texmfdist}/source/latex/ethiop
11112%{texmfdist}/source/latex/eukdate
11113%{texmfdist}/source/latex/euproposal
11114%{texmfdist}/source/latex/euro
11115%{texmfdist}/source/latex/everypage
11116%{texmfdist}/source/latex/exercise
11117%{texmfdist}/source/latex/expl3
11118%{texmfdist}/source/latex/extract
11119%{texmfdist}/source/latex/facsimile
11120%{texmfdist}/source/latex/fancynum
c82fac6f
ZU
11121%{texmfdist}/source/latex/fancyref
11122%{texmfdist}/source/latex/fancytooltips
11123%{texmfdist}/source/latex/fancyvrb
11124%{texmfdist}/source/latex/figsize
11125%{texmfdist}/source/latex/filecontents
11126%{texmfdist}/source/latex/fink
11127%{texmfdist}/source/latex/flabels
11128%{texmfdist}/source/latex/flagderiv
11129%{texmfdist}/source/latex/flashcards
b916bc39
ZU
11130%{texmfdist}/source/latex/float
11131%{texmfdist}/source/latex/floatrow
c82fac6f
ZU
11132%{texmfdist}/source/latex/fmp
11133%{texmfdist}/source/latex/fnbreak
11134%{texmfdist}/source/latex/foilhtml
11135%{texmfdist}/source/latex/fonttable
11136%{texmfdist}/source/latex/footmisc
11137%{texmfdist}/source/latex/footnpag
11138%{texmfdist}/source/latex/frankenstein
11139%{texmfdist}/source/latex/frontespizio
11140%{texmfdist}/source/latex/fullblck
11141%{texmfdist}/source/latex/fundus
11142%{texmfdist}/source/latex/gcite
11143%{texmfdist}/source/latex/genmpage
11144%{texmfdist}/source/latex/geometry
11145%{texmfdist}/source/latex/geomsty
11146%{texmfdist}/source/latex/glossaries
11147%{texmfdist}/source/latex/graphics
11148%{texmfdist}/source/latex/graphicx-psmin
11149%{texmfdist}/source/latex/greekdates
11150%{texmfdist}/source/latex/grnumalt
11151%{texmfdist}/source/latex/grverb
11152%{texmfdist}/source/latex/hanging
11153%{texmfdist}/source/latex/harvard
11154%{texmfdist}/source/latex/hc
11155%{texmfdist}/source/latex/hepthesis
11156%{texmfdist}/source/latex/hilowres
11157%{texmfdist}/source/latex/histogr
11158%{texmfdist}/source/latex/hpsdiss
11159%{texmfdist}/source/latex/hyper
11160%{texmfdist}/source/latex/hyperref
11161%{texmfdist}/source/latex/hyperxmp
11162%{texmfdist}/source/latex/hyphenat
11163%{texmfdist}/source/latex/ibycus-babel
11164%{texmfdist}/source/latex/icsv
11165%{texmfdist}/source/latex/ifmslide
11166%{texmfdist}/source/latex/ifplatform
11167%{texmfdist}/source/latex/ijmart
11168%{texmfdist}/source/latex/imtekda
11169%{texmfdist}/source/latex/index
11170%{texmfdist}/source/latex/inlinedef
11171%{texmfdist}/source/latex/iso
11172%{texmfdist}/source/latex/iso10303
11173%{texmfdist}/source/latex/isodate
11174%{texmfdist}/source/latex/isodoc
11175%{texmfdist}/source/latex/itnumpar
11176%{texmfdist}/source/latex/jura
11177%{texmfdist}/source/latex/juraabbrev
11178%{texmfdist}/source/latex/jurarsp
11179%{texmfdist}/source/latex/kdgreek
11180%{texmfdist}/source/latex/koma-script
11181%{texmfdist}/source/latex/labels
11182%{texmfdist}/source/latex/layouts
11183%{texmfdist}/source/latex/listings
11184%{texmfdist}/source/latex/localloc
11185%{texmfdist}/source/latex/mathcomp
11186%{texmfdist}/source/latex/mathpazo
11187%{texmfdist}/source/latex/mdwtools
11188%{texmfdist}/source/latex/memoir
11189%{texmfdist}/source/latex/mh
11190%{texmfdist}/source/latex/mnsymbol
11191%{texmfdist}/source/latex/modroman
11192%{texmfdist}/source/latex/mongolian-babel
11193%{texmfdist}/source/latex/montex
11194%{texmfdist}/source/latex/mparhack
11195%{texmfdist}/source/latex/ms
11196%{texmfdist}/source/latex/multibib
11197%{texmfdist}/source/latex/mwcls
11198%{texmfdist}/source/latex/natbib
11199%{texmfdist}/source/latex/ncctools
11200%{texmfdist}/source/latex/nddiss
11201%{texmfdist}/source/latex/newalg
11202%{texmfdist}/source/latex/newfile
11203%{texmfdist}/source/latex/newlfm
11204%{texmfdist}/source/latex/newspaper
11205%{texmfdist}/source/latex/newvbtm
11206%{texmfdist}/source/latex/niceframe
11207%{texmfdist}/source/latex/nomencl
11208%{texmfdist}/source/latex/ntgclass
11209%{texmfdist}/source/latex/oberdiek
11210%{texmfdist}/source/latex/paralist
11211%{texmfdist}/source/latex/pdfpages
11212%{texmfdist}/source/latex/pict2e
11213%{texmfdist}/source/latex/preprint
11214%{texmfdist}/source/latex/preview
11215%{texmfdist}/source/latex/psfrag
11216%{texmfdist}/source/latex/pslatex
11217%{texmfdist}/source/latex/revtex
b916bc39
ZU
11218%{texmfdist}/source/latex/rotating
11219%{texmfdist}/source/latex/rotfloat
c82fac6f
ZU
11220%{texmfdist}/source/latex/scale
11221%{texmfdist}/source/latex/sectsty
11222%{texmfdist}/source/latex/showlabels
11223%{texmfdist}/source/latex/sidecap
11224%{texmfdist}/source/latex/soul
11225%{texmfdist}/source/latex/stdclsdv
11226%{texmfdist}/source/latex/subfig
11227%{texmfdist}/source/latex/subfigure
11228%{texmfdist}/source/latex/supertabular
11229%{texmfdist}/source/latex/tablists
11230%{texmfdist}/source/latex/tabulary
11231%{texmfdist}/source/latex/tabvar
11232%{texmfdist}/source/latex/talk
11233%{texmfdist}/source/latex/tcldoc
11234%{texmfdist}/source/latex/tdsfrmath
11235%{texmfdist}/source/latex/technics
11236%{texmfdist}/source/latex/ted
11237%{texmfdist}/source/latex/tengwarscript
11238%{texmfdist}/source/latex/tensor
11239%{texmfdist}/source/latex/teubner
11240%{texmfdist}/source/latex/texmate
11241%{texmfdist}/source/latex/texpower
11242%{texmfdist}/source/latex/texshade
11243%{texmfdist}/source/latex/textcase
11244%{texmfdist}/source/latex/textfit
11245%{texmfdist}/source/latex/textopo
11246%{texmfdist}/source/latex/textpos
11247%{texmfdist}/source/latex/thesis-titlepage-fhac
11248%{texmfdist}/source/latex/thmtools
11249%{texmfdist}/source/latex/thumb
11250%{texmfdist}/source/latex/thuthesis
11251%{texmfdist}/source/latex/timesht
11252%{texmfdist}/source/latex/titling
11253%{texmfdist}/source/latex/tocbibind
11254%{texmfdist}/source/latex/tocloft
11255%{texmfdist}/source/latex/tools
11256%{texmfdist}/source/latex/totpages
11257%{texmfdist}/source/latex/type1cm
11258%{texmfdist}/source/latex/undertilde
11259%{texmfdist}/source/latex/units
11260%{texmfdist}/source/latex/unitsdef
11261%{texmfdist}/source/latex/unroman
11262%{texmfdist}/source/latex/upmethodology
11263%{texmfdist}/source/latex/urlbst
11264%{texmfdist}/source/latex/varindex
11265%{texmfdist}/source/latex/vector
11266%{texmfdist}/source/latex/verse
11267%{texmfdist}/source/latex/vmargin
11268%{texmfdist}/source/latex/volumes
11269%{texmfdist}/source/latex/vrsion
11270%{texmfdist}/source/latex/vwcol
11271%{texmfdist}/source/latex/vxu
11272%{texmfdist}/source/latex/warning
11273%{texmfdist}/source/latex/warpcol
11274%{texmfdist}/source/latex/was
11275%{texmfdist}/source/latex/xargs
11276%{texmfdist}/source/latex/xdoc
11277%{texmfdist}/source/latex/xfor
11278%{texmfdist}/source/latex/xmpincl
11279%{texmfdist}/source/latex/xpackages
11280%{texmfdist}/source/latex/xskak
11281%{texmfdist}/source/latex/xtab
11282%{texmfdist}/source/latex/xtcapts
11283%{texmfdist}/source/latex/yafoot
11284%{texmfdist}/source/latex/yfonts
11285%{texmfdist}/source/latex/yhmath
11286%{texmfdist}/source/latex/york-thesis
11287%{texmfdist}/source/latex/youngtab
b916bc39 11288
16591d53
ZU
11289%files latex-styles
11290%defattr(644,root,root,755)
11291%doc %{texmfdist}/doc/latex/acmconf
11292%{texmfdist}/source/latex/acmconf
11293%{texmfdist}/tex/latex/acmconf
11294%doc %{texmfdist}/doc/latex/active-conf
11295%{texmfdist}/source/latex/active-conf
11296%{texmfdist}/tex/latex/active-conf
11297%doc %{texmfdist}/doc/latex/asaetr
11298%{texmfdist}/bibtex/bst/asaetr
11299%{texmfdist}/bibtex/bib/asaetr
11300%{texmfdist}/tex/latex/asaetr
11301%{texmfdist}/source/latex/asaetr
11302%doc %{texmfdist}/doc/latex/aiaa
11303%{texmfdist}/source/latex/aiaa
11304%{texmfdist}/tex/latex/aiaa
11305%{texmfdist}/bibtex/bib/aiaa
11306%{texmfdist}/bibtex/bst/aiaa
11307%doc %{texmfdist}/doc/latex/apacite
11308%{texmfdist}/bibtex/bib/apacite
11309%{texmfdist}/bibtex/bst/apacite
11310%{texmfdist}/source/latex/apacite
11311%{texmfdist}/tex/latex/apacite
84a4c427 11312%doc %{texmfdist}/doc/latex/aastex
16591d53
ZU
11313%{texmfdist}/source/latex/aastex
11314%{texmfdist}/tex/latex/aastex
84a4c427 11315%doc %{texmfdist}/doc/latex/IEEEconf
16591d53
ZU
11316%{texmfdist}/source/latex/IEEEconf
11317%{texmfdist}/tex/latex/IEEEconf
84a4c427
ZU
11318%doc %{texmfdist}/doc/latex/computational-complexity
11319%{texmfdist}/source/latex/computational-complexity
11320%{texmfdist}/tex/latex/computational-complexity
11321%{texmfdist}/bibtex/bib/computational-complexity
11322%{texmfdist}/bibtex/bst/computational-complexity
11323# Document class for the journal of DANTE.
11324%doc %{texmfdist}/doc/latex/dtk
11325%{texmfdist}/source/latex/dtk
11326%{texmfdist}/tex/latex/dtk
11327%{texmfdist}/bibtex/bib/dtk
11328%{texmfdist}/bibtex/bst/dtk
11329# Class for articles for submission to Elsevier journals.
11330%doc %{texmfdist}/doc/latex/elsarticle
11331%{texmfdist}/source/latex/elsarticle
11332%{texmfdist}/tex/latex/elsarticle
7ac8a96b
ZU
11333# Letters and faxes in French.
11334%doc %{texmfdist}/doc/latex/lettre
11335%{texmfdist}/tex/latex/lettre
11336# Macros for a two language dictionary.
11337%doc %{texmfdist}/doc/latex/lexikon
11338%{texmfdist}/source/latex/lexikon
11339%{texmfdist}/tex/latex/lexikon
11340# Class for "Logic and Philosophy of Science".
11341%doc %{texmfdist}/doc/latex/lps
11342%{texmfdist}/source/latex/lps
11343%{texmfdist}/tex/latex/lps
11344# Emulate look of a document typed on a typewriter.
11345%doc %{texmfdist}/doc/latex/manuscript
11346%{texmfdist}/source/latex/manuscript
11347%{texmfdist}/tex/latex/manuscript
11348# Styles and examples for the MAPLE newsletter.
11349%doc %{texmfdist}/doc/latex/maple
11350%{texmfdist}/tex/latex/maple
11351# Typesetting menus.
11352%{texmfdist}/source/latex/menu
11353%{texmfdist}/tex/latex/menu
11354# Classes for University of Manchester Dept of Computer
11355%{texmfdist}/tex/latex/muthesis
11356# Prepare papers for the journal Nature.
11357%doc %{texmfdist}/doc/latex/nature
11358%{texmfdist}/tex/latex/nature
11359# LaTeX class for No Starch Press.
11360%doc %{texmfdist}/doc/latex/nostarch
11361%{texmfdist}/source/latex/nostarch
11362%{texmfdist}/tex/latex/nostarch
11363# Class for the NRC technical journals.
11364%doc %{texmfdist}/doc/latex/nrc
11365%{texmfdist}/source/latex/nrc
11366%{texmfdist}/tex/latex/nrc
11367# Versions of article class, tuned for scholarly publications.
11368%doc %{texmfdist}/doc/latex/paper
11369%{texmfdist}/source/latex/paper
11370%{texmfdist}/tex/latex/paper
11371# Class for newspapers, etc.
11372%doc %{texmfdist}/doc/latex/papertex
11373%{texmfdist}/source/latex/papertex
11374%{texmfdist}/tex/latex/papertex
11375# Problem sheet class.
11376%doc %{texmfdist}/doc/latex/pbsheet
11377%{texmfdist}/source/latex/pbsheet
11378%{texmfdist}/tex/latex/pbsheet
11379# Typeset drama using LaTeX.
11380%doc %{texmfdist}/doc/latex/play
11381%{texmfdist}/source/latex/play
11382%{texmfdist}/tex/latex/play
11383# Typesetting Critical Editions of Poetry.
11384%doc %{texmfdist}/doc/latex/poemscol
11385%{texmfdist}/source/latex/poemscol
11386%{texmfdist}/tex/latex/poemscol
11387# Typeset articles for PracTeX.
11388%doc %{texmfdist}/doc/latex/pracjourn
11389%{texmfdist}/source/latex/pracjourn
11390%{texmfdist}/tex/latex/pracjourn
11391# Macros for 'Progress of Theoretical Physics'.
11392%doc %{texmfdist}/doc/latex/ptptex
11393%{texmfdist}/tex/latex/ptptex
11394# Format technical reference manuals.
11395%doc %{texmfdist}/doc/latex/refman
11396%{texmfdist}/source/latex/refman
11397%{texmfdist}/tex/latex/refman
11398# A class file to typeset screenplays.
11399%doc %{texmfdist}/doc/latex/screenplay
11400%{texmfdist}/source/latex/screenplay
11401%{texmfdist}/tex/latex/screenplay
11402# Variant report and book styles.
11403%doc %{texmfdist}/doc/latex/script
11404%{texmfdist}/tex/latex/script
11405# A collection of LaTeX packages and classes.
11406%doc %{texmfdist}/doc/latex/shipunov
11407%{texmfdist}/tex/latex/shipunov
11408# A LaTeX class for typesetting stage plays.
11409%doc %{texmfdist}/doc/latex/sides
11410%{texmfdist}/tex/latex/sides
11411# SIGGRAPH conference class.
11412%doc %{texmfdist}/doc/latex/siggraph
11413%{texmfdist}/source/latex/siggraph
11414%{texmfdist}/tex/latex/siggraph
11415# A LaTeX class for stage plays
11416%doc %{texmfdist}/doc/latex/stage
11417%{texmfdist}/tex/latex/stage
11418# Document classes inspired by the work of Edward Tufte.
11419%doc %{texmfdist}/doc/latex/tufte-latex
11420%{texmfdist}/tex/latex/tufte-latex
11421# LaTeX macros for TUGboat articles.
11422%doc %{texmfdist}/doc/latex/tugboat
11423%{texmfdist}/source/latex/tugboat
11424%{texmfdist}/tex/latex/tugboat
11425# University of Arizona thesis and dissertation format.
11426%doc %{texmfdist}/doc/latex/uaclasses
11427%{texmfdist}/source/latex/uaclasses
11428%{texmfdist}/tex/latex/uaclasses
11429# UIUC thesis class.
11430%doc %{texmfdist}/doc/latex/uiucthesis
11431%{texmfdist}/source/latex/uiucthesis
11432%{texmfdist}/tex/latex/uiucthesis
11433# University of Michigan Thesis LaTeX class.
11434%doc %{texmfdist}/doc/latex/umich-thesis
11435%{texmfdist}/tex/latex/umich-thesis
11436# University of California thesis format.
11437%doc %{texmfdist}/doc/latex/ucthesis
11438%{texmfdist}/tex/latex/ucthesis
11439# Dissertations at the University of Michigan.
11440%doc %{texmfdist}/doc/latex/umthesis
11441%{texmfdist}/tex/latex/umthesis
11442# University of Washington thesis class.
11443%doc %{texmfdist}/doc/latex/uwthesis
11444%{texmfdist}/tex/latex/uwthesis
84a4c427
ZU
11445
11446%files latex-lang
11447%defattr(644,root,root,755)
11448# Curriculum vitae for French use.
11449%doc %{texmfdist}/doc/latex/ESIEEcv
11450%{texmfdist}/source/latex/ESIEEcv
11451%{texmfdist}/tex/latex/ESIEEcv
11452# Class for typesetting letters to Swiss rules.
11453%doc %{texmfdist}/doc/latex/chletter
11454%{texmfdist}/source/latex/chletter
11455%{texmfdist}/tex/latex/chletter
11456# German letter DIN style.
11457%doc %{texmfdist}/doc/latex/dinbrief
11458%{texmfdist}/source/latex/dinbrief
11459%{texmfdist}/tex/latex/dinbrief
11460# Class and templates for typesetting dissertations in Russian.
11461%doc %{texmfdist}/doc/latex/disser
11462%{texmfdist}/tex/latex/disser
11463%{texmfdist}/source/latex/disser
de260d32
ZU
11464# Mathematics in Greek texts.
11465%doc %{texmfdist}/doc/latex/elmath
11466%{texmfdist}/source/latex/elmath
11467%{texmfdist}/tex/latex/elmath
11468# Modern Russian typesetting.
11469%doc %{texmfdist}/doc/latex/eskd
11470%{texmfdist}/source/latex/eskd
11471%{texmfdist}/tex/latex/eskd
b9c820f8
ZU
11472# Modification of inputenc for German.
11473%doc %{texmfdist}/doc/latex/ginpenc
11474%{texmfdist}/source/latex/ginpenc
11475%{texmfdist}/tex/latex/ginpenc
11476# LaTeX support for Croatian documents.
11477%doc %{texmfdist}/doc/latex/hrlatex
11478%{texmfdist}/source/latex/hrlatex
11479%{texmfdist}/tex/latex/hrlatex
84a4c427
ZU
11480
11481%files latex-music
11482%defattr(644,root,root,755)
84a4c427
ZU
11483%doc %{texmfdist}/doc/latex/abc
11484%{texmfdist}/source/latex/abc
11485%{texmfdist}/tex/latex/abc
11486%doc %{texmfdist}/doc/latex/guitar
11487%{texmfdist}/source/latex/guitar
11488%{texmfdist}/tex/latex/guitar
c82fac6f
ZU
11489%{texmfdist}/source/latex/songbook
11490%{texmfdist}/tex/latex/songbook
11491%doc %{texmfdist}/doc/latex/songbook
f4f1ef6b
ZU
11492%{texmfdist}/tex/generic/musixlyr
11493%doc %{texmfdist}/doc/latex/musixlyr
11494%{texmfdist}/tex/generic/musixps
11495%doc %{texmfdist}/doc/generic/musixps
11496%{texmfdist}/fonts/source/public/musixps
11497%{texmfdist}/fonts/tfm/public/musixps
84a4c427
ZU
11498
11499%files latex-extend
11500%defattr(644,root,root,755)
c82fac6f
ZU
11501%{texmfdist}/source/latex/marginnote
11502%{texmfdist}/tex/latex/marginnote
11503%doc %{texmfdist}/doc/latex/marginnote
84a4c427
ZU
11504%doc %{texmfdist}/doc/latex/HA-prosper
11505%{texmfdist}/source/latex/HA-prosper
11506%{texmfdist}/tex/latex/HA-prosper
84a4c427
ZU
11507%doc %{texmfdist}/doc/latex/arydshln
11508%{texmfdist}/source/latex/arydshln
11509%{texmfdist}/tex/latex/arydshln
84a4c427
ZU
11510%doc %{texmfdist}/doc/latex/chappg
11511%{texmfdist}/source/latex/chappg
11512%{texmfdist}/tex/latex/chappg
1d337b0e
ZU
11513%doc %{texmfdist}/doc/latex/addlines
11514%{texmfdist}/source/latex/addlines
11515%{texmfdist}/tex/latex/addlines
11516%doc %{texmfdist}/doc/latex/alnumsec
11517%{texmfdist}/source/latex/alnumsec
11518%{texmfdist}/tex/latex/alnumsec
11519%doc %{texmfdist}/doc/latex/babelbib
11520%{texmfdist}/source/latex/babelbib
11521%{texmfdist}/bibtex/bst/babelbib
11522%{texmfdist}/tex/latex/babelbib
11523%doc %{texmfdist}/doc/latex/bibtopicprefix
11524%{texmfdist}/source/latex/bibtopicprefix
11525%{texmfdist}/tex/latex/bibtopicprefix
11526%doc %{texmfdist}/doc/latex/boites
11527%{texmfdist}/source/latex/boites
11528%{texmfdist}/tex/latex/boites
11529%{texmfdist}/source/latex/cjw
11530%{texmfdist}/tex/latex/cjw
11531%doc %{texmfdist}/doc/latex/booklet
11532%{texmfdist}/source/latex/booklet
11533%{texmfdist}/tex/latex/booklet
11534%doc %{texmfdist}/doc/latex/bullcntr
11535%{texmfdist}/source/latex/bullcntr
11536%{texmfdist}/tex/latex/bullcntr
11537%doc %{texmfdist}/doc/latex/clefval
11538%{texmfdist}/tex/latex/clefval
11539%{texmfdist}/source/latex/clefval
11540%doc %{texmfdist}/doc/latex/colortbl
11541%{texmfdist}/source/latex/colortbl
11542%{texmfdist}/tex/latex/colortbl
11543%doc %{texmfdist}/doc/latex/contour
11544%{texmfdist}/source/latex/contour
11545%{texmfdist}/tex/latex/contour
11546%doc %{texmfdist}/doc/latex/combine
11547%{texmfdist}/source/latex/combine
11548%{texmfdist}/tex/latex/combine
11549%doc %{texmfdist}/doc/latex/curve2e
11550%{texmfdist}/source/latex/curve2e
11551%{texmfdist}/tex/latex/curve2e
11552%doc %{texmfdist}/doc/latex/ctable
11553%{texmfdist}/source/latex/ctable
11554%{texmfdist}/tex/latex/ctable
de260d32
ZU
11555%doc %{texmfdist}/doc/latex/dashrule
11556%{texmfdist}/tex/latex/dashrule
11557%{texmfdist}/source/latex/dashrule
11558%{texmfdist}/tex/latex/dashbox
11559%{texmfdist}/source/latex/dashbox
11560%doc %{texmfdist}/doc/latex/etaremune
11561%{texmfdist}/source/latex/etaremune
11562%{texmfdist}/tex/latex/etaremune
11563%doc %{texmfdist}/doc/latex/expdlist
11564%{texmfdist}/source/latex/expdlist
11565%{texmfdist}/tex/latex/expdlist
7ac8a96b
ZU
11566%doc %{texmfdist}/doc/latex/notes2bib
11567%{texmfdist}/source/latex/notes2bib
11568%{texmfdist}/tex/latex/notes2bib
f4f1ef6b
ZU
11569%doc %{texmfdist}/doc/latex/underlin
11570%{texmfdist}/source/latex/underlin
11571%{texmfdist}/tex/latex/underlin
11572%{texmfdist}/source/latex/listliketab
11573%{texmfdist}/tex/latex/listliketab
11574%doc %{texmfdist}/doc/latex/listliketab
11575%{texmfdist}/tex/latex/ltablex
1d337b0e
ZU
11576
11577%files latex-programming
11578%defattr(644,root,root,755)
11579%doc %{texmfdist}/doc/latex/cool
11580%{texmfdist}/source/latex/cool
11581%{texmfdist}/tex/latex/cool
11582%doc %{texmfdist}/doc/latex/coolstr
11583%{texmfdist}/source/latex/coolstr
11584%{texmfdist}/tex/latex/coolstr
11585%doc %{texmfdist}/doc/latex/coollist
11586%{texmfdist}/source/latex/coollist
11587%{texmfdist}/tex/latex/coollist
11588%{texmfdist}/source/latex/cmdtrack
11589%{texmfdist}/tex/latex/cmdtrack
11590%doc %{texmfdist}/doc/latex/datenumber
11591%{texmfdist}/source/latex/datenumber
11592%{texmfdist}/tex/latex/datenumber
11593%doc %{texmfdist}/doc/latex/dprogress
11594%{texmfdist}/source/latex/dprogress
11595%{texmfdist}/tex/latex/dprogress
11596%doc %{texmfdist}/doc/latex/csvtools
11597%{texmfdist}/source/latex/csvtools
11598%{texmfdist}/tex/latex/csvtools
11599%doc %{texmfdist}/doc/latex/datatool
11600%{texmfdist}/source/latex/datatool
11601%{texmfdist}/tex/latex/datatool
de260d32
ZU
11602%doc %{texmfdist}/doc/latex/dialogl
11603%{texmfdist}/source/latex/dialogl
11604%{texmfdist}/tex/latex/dialogl
11605%doc %{texmfdist}/doc/latex/delimtxt
11606%{texmfdist}/tex/latex/delimtxt
11607%{texmfdist}/source/latex/delimtxt
11608%doc %{texmfdist}/doc/latex/environ
11609%{texmfdist}/source/latex/environ
11610%{texmfdist}/tex/latex/environ
11611%doc %{texmfdist}/doc/latex/fmtcount
11612%{texmfdist}/source/latex/fmtcount
11613%{texmfdist}/tex/latex/fmtcount
11614%doc %{texmfdist}/doc/latex/forarray
11615%{texmfdist}/source/latex/forarray
11616%{texmfdist}/tex/latex/forarray
11617%doc %{texmfdist}/doc/latex/forloop
11618%{texmfdist}/source/latex/forloop
11619%{texmfdist}/tex/latex/forloop
b9c820f8
ZU
11620%doc %{texmfdist}/doc/latex/labelcas
11621%{texmfdist}/source/latex/labelcas
11622%{texmfdist}/tex/latex/labelcas
6bc47e19
ZU
11623%doc %{texmfdist}/doc/latex/export
11624%{texmfdist}/source/latex/export
11625%{texmfdist}/tex/latex/export
11626%doc %{texmfdist}/doc/latex/inversepath
11627%{texmfdist}/source/latex/inversepath
11628%{texmfdist}/tex/latex/inversepath
11629%{texmfdist}/source/latex/lcg
11630%{texmfdist}/tex/latex/lcg
caaf987e
ZU
11631%doc %{texmfdist}/doc/latex/namespc
11632%{texmfdist}/source/latex/namespc
11633%{texmfdist}/tex/latex/namespc
7ac8a96b
ZU
11634%doc %{texmfdist}/doc/latex/makecmds
11635%{texmfdist}/source/latex/makecmds
11636%{texmfdist}/tex/latex/makecmds
11637%{texmfdist}/source/latex/patchcmd
11638%{texmfdist}/tex/latex/patchcmd
11639%doc %{texmfdist}/doc/latex/stringstrings
11640%{texmfdist}/source/latex/stringstrings
11641%{texmfdist}/tex/latex/stringstrings
11642%doc %{texmfdist}/doc/latex/nag
11643%{texmfdist}/source/latex/nag
11644%{texmfdist}/tex/latex/nag
11645%{texmfdist}/source/latex/stack
11646%{texmfdist}/tex/latex/stack
11647%doc %{texmfdist}/doc/latex/substr
11648%{texmfdist}/tex/latex/substr
6bc47e19
ZU
11649
11650%files latex-effects
11651%defattr(644,root,root,755)
11652%doc %{texmfdist}/doc/latex/arcs
11653%{texmfdist}/source/latex/arcs
11654%{texmfdist}/tex/latex/arcs
11655%doc %{texmfdist}/doc/latex/blowup
11656%{texmfdist}/source/latex/blowup
11657%{texmfdist}/tex/latex/blowup
11658%doc %{texmfdist}/doc/latex/changebar
11659%{texmfdist}/tex/latex/changebar
11660%{texmfdist}/source/latex/changebar
11661%doc %{texmfdist}/doc/latex/draftwatermark
11662%{texmfdist}/source/latex/draftwatermark
11663%{texmfdist}/tex/latex/draftwatermark
11664%doc %{texmfdist}/doc/latex/flippdf
11665%{texmfdist}/source/latex/flippdf
11666%{texmfdist}/tex/latex/flippdf
11667%doc %{texmfdist}/doc/latex/flowfram
11668%{texmfdist}/source/latex/flowfram
11669%{texmfdist}/tex/latex/flowfram
11670%doc %{texmfdist}/doc/latex/isorot
11671%{texmfdist}/source/latex/isorot
11672%{texmfdist}/tex/latex/isorot
11673%doc %{texmfdist}/doc/latex/lettrine
11674%{texmfdist}/source/latex/lettrine
11675%{texmfdist}/tex/latex/lettrine
16591d53 11676
f65b3398
ZU
11677%files latex-other
11678%defattr(644,root,root,755)
f65b3398
ZU
11679%{texmfdist}/metapost/latexmp
11680%{texmfdist}/metapost/makecirc
8affbd2c 11681%dir %{texmfdist}/source/alatex
f65b3398 11682%{texmfdist}/source/alatex/base
8affbd2c 11683%dir %{texmfdist}/source/cslatex
f65b3398
ZU
11684%{texmfdist}/source/cslatex/base
11685%{texmfdist}/source/generic/xypic
f65b3398 11686%{texmfdist}/source/latex/GuIT
1d337b0e 11687# Definitive source of Plain TeX on CTAN.
f65b3398
ZU
11688%{texmfdist}/source/latex/base
11689%{texmfdist}/source/latex/bayer
16591d53 11690# Free replacement for basic MathTime fonts.
f65b3398 11691%{texmfdist}/source/latex/belleek
1d337b0e 11692# Support for Concrete text and math fonts in LaTeX.
f65b3398 11693%{texmfdist}/source/latex/ccfonts
84a4c427 11694# A small collection of minimal DTX examples.
f65b3398 11695%{texmfdist}/source/latex/dtxgallery
1d337b0e 11696# Editorial Notes for LaTeX documents.
f65b3398 11697%{texmfdist}/source/latex/ed
84a4c427 11698# Typeset scholarly edition.
f65b3398 11699%{texmfdist}/source/latex/edmac
84a4c427 11700# Use AMS Euler fonts for math.
f65b3398 11701%{texmfdist}/source/latex/euler
7ac8a96b
ZU
11702# Ridgeway's fonts.
11703%{texmfdist}/source/latex/wnri
11704%dir %{texmfdist}/source/plain
11705%{texmfdist}/source/plain/jsmisc
11706%{texmfdist}/source/xelatex
11707%{texmfdist}/tex/alatex
11708%{texmfdist}/tex/generic/enctex
11709# Create a calendar, in German.
11710%{texmfdist}/tex/latex/kalender
11711# Typeset Karnaugh-Veitch-maps.
11712%{texmfdist}/tex/latex/karnaugh
11713# Kerkis (Greek) font family.
11714%{texmfdist}/tex/latex/kerkis
2e9c3e45 11715# Print tables and generate control files to adjust kernings.
f65b3398 11716%{texmfdist}/source/latex/kerntest
7ac8a96b
ZU
11717%{texmfdist}/tex/latex/kerntest
11718%{texmfdist}/tex/latex/kluwer
f65b3398 11719%{texmfdist}/source/latex/kluwer
7ac8a96b
ZU
11720# A complete set of fonts for text and mathematics.
11721%{texmfdist}/tex/latex/kpfonts
11722# A two-element sans-serif typeface.
11723%{texmfdist}/tex/latex/kurier
11724# Lists in TeX's "mouth".
11725%{texmfdist}/tex/latex/lazylist
1d337b0e 11726# This package makes available Classic Cyrillic CM fonts
f65b3398 11727%{texmfdist}/source/latex/lcyw
7ac8a96b 11728%{texmfdist}/tex/latex/lcyw
2e9c3e45 11729# This package makes available Classic Cyrillic CM fonts
f65b3398 11730%{texmfdist}/source/latex/leading
7ac8a96b 11731%{texmfdist}/tex/latex/leading
2e9c3e45 11732# Typeset scholarly editions in parallel texts.
f65b3398 11733%{texmfdist}/source/latex/ledmac
7ac8a96b
ZU
11734%{texmfdist}/tex/latex/ledmac
11735%{texmfdist}/tex/latex/levy
11736# Macros for using Silvio Levy's Greek fonts.
11737%{texmfdist}/tex/latex/lgreek
11738# A non-standard Cyrillic input scheme.
11739%{texmfdist}/source/latex/lhcyr
11740%{texmfdist}/tex/latex/lhcyr
2e9c3e45 11741# Miscellaneous helper packages.
f65b3398 11742%{texmfdist}/source/latex/lhelp
7ac8a96b
ZU
11743%{texmfdist}/tex/latex/lhelp
11744# Use the font Libertine with LaTeX.
11745%{texmfdist}/tex/latex/libertine
2e9c3e45 11746# Typeset maps and blocks according to the Information Mapping
f65b3398 11747%{texmfdist}/source/latex/limap
7ac8a96b
ZU
11748%{texmfdist}/tex/latex/limap
11749%{texmfdist}/tex/latex/linearA
11750# Format linguists' examples.
11751%{texmfdist}/tex/latex/linguex
2e9c3e45 11752# Easy access to the Lorem Ipsum dummy text.
f65b3398 11753%{texmfdist}/source/latex/lipsum
7ac8a96b 11754%{texmfdist}/tex/latex/lipsum
2e9c3e45 11755# Lists contents of BibTeX files.
f65b3398 11756%{texmfdist}/source/latex/listbib
7ac8a96b 11757%{texmfdist}/tex/latex/listbib
7ac8a96b
ZU
11758# Create and manipulate lists of symbols
11759%{texmfdist}/tex/latex/listofsymbols
11760# LK Proof figure macros.
11761%{texmfdist}/tex/latex/lkproof
11762# A font for electronic logic design.
11763%{texmfdist}/tex/latex/logic
11764# Typesetting Live Sequence Charts.
11765%{texmfdist}/tex/latex/lsc
2e9c3e45 11766# A LaTeX package to typeset indices with GNU's Texindex.
f65b3398 11767%{texmfdist}/source/latex/ltxindex
7ac8a96b
ZU
11768%{texmfdist}/tex/latex/ltxindex
11769# Set of slide fonts based on CM.
11770%{texmfdist}/tex/latex/lxfonts
11771# Support for LY1 LaTeX encoding.
11772%{texmfdist}/tex/latex/ly1
11773# Mathematics in accord with French usage.
11774%{texmfdist}/tex/latex/mafr
2e9c3e45 11775# Macros for mail merging.
f65b3398 11776%{texmfdist}/source/latex/mailing
7ac8a96b
ZU
11777%{texmfdist}/tex/latex/mailing
11778# Print various kinds 2/5 and Code 39 bar codes.
11779%{texmfdist}/tex/latex/makebarcode
2e9c3e45 11780# Defines a \makebox* command.
f65b3398 11781%{texmfdist}/source/latex/makebox
7ac8a96b 11782%{texmfdist}/tex/latex/makebox
2e9c3e45 11783# Tabular column heads and multilined cells.
f65b3398 11784%{texmfdist}/source/latex/makecell
7ac8a96b 11785%{texmfdist}/tex/latex/makecell
2e9c3e45 11786# Perl script to help generate dtx and ins files
f65b3398 11787%{texmfdist}/source/latex/makedtx
7ac8a96b
ZU
11788%{texmfdist}/tex/latex/makedtx
11789# Include a glossary into a document.
11790%{texmfdist}/tex/latex/makeglos
2e9c3e45 11791# LaTeX support for the TeX book symbols.
f65b3398 11792%{texmfdist}/source/latex/manfnt
7ac8a96b 11793%{texmfdist}/tex/latex/manfnt
2e9c3e45 11794# Support for multiple character sets and encodings.
f65b3398 11795%{texmfdist}/source/latex/mapcodes
7ac8a96b
ZU
11796%{texmfdist}/tex/latex/mapcodes
11797# Mathematical fonts to fit with particular text fonts.
11798%{texmfdist}/tex/latex/mathdesign
11799# Make math bold or italic according to context.
11800%{texmfdist}/tex/latex/maybemath
2e9c3e45 11801# Put captions in the margin.
f65b3398 11802%{texmfdist}/source/latex/mcaption
7ac8a96b
ZU
11803%{texmfdist}/tex/latex/mcaption
11804# Creating covers for music cassettes.
11805%{texmfdist}/tex/latex/mceinleger
2e9c3e45 11806# Multiple items in a single citation.
f65b3398 11807%{texmfdist}/source/latex/mcite
7ac8a96b
ZU
11808%{texmfdist}/tex/latex/mcite
11809# Enhanced multiple citations.
11810%{texmfdist}/tex/latex/mciteplus
11811# Experimental memoir support.
11812%{texmfdist}/tex/latex/memexsupp
2e9c3e45 11813# A basis for books to be published by Mentis publishers.
f65b3398 11814%{texmfdist}/source/latex/mentis
7ac8a96b 11815%{texmfdist}/tex/latex/mentis
2e9c3e45 11816# Typeset method and variable declarations.
f65b3398 11817%{texmfdist}/source/latex/method
7ac8a96b 11818%{texmfdist}/tex/latex/method
2e9c3e45 11819# Support for the work of classicists
f65b3398 11820%{texmfdist}/source/latex/metre
7ac8a96b 11821%{texmfdist}/tex/latex/metre
2e9c3e45 11822# Multiple font formats.
f65b3398 11823%{texmfdist}/source/latex/mff
7ac8a96b 11824%{texmfdist}/tex/latex/mff
2e9c3e45 11825# Pretty-print Metafont source.
f65b3398 11826%{texmfdist}/source/latex/mftinc
7ac8a96b 11827%{texmfdist}/tex/latex/mftinc
2e9c3e45 11828# Minipages with marginal notes.
f65b3398 11829%{texmfdist}/source/latex/minipage-marginpar
7ac8a96b
ZU
11830%{texmfdist}/tex/latex/minipage-marginpar
11831# A package for easy figure arrangement.
11832%{texmfdist}/tex/latex/miniplot
2e9c3e45 11833# Package for writing minutes of meetings.
f65b3398 11834%{texmfdist}/source/latex/minutes
7ac8a96b
ZU
11835%{texmfdist}/tex/latex/minutes
11836# Proper MLA formatting.
11837%{texmfdist}/tex/latex/mla-paper
2e9c3e45 11838# Logical markup for lists.
f65b3398 11839%{texmfdist}/source/latex/mlist
7ac8a96b 11840%{texmfdist}/tex/latex/mlist
2e9c3e45 11841# Allows font sizes up to 35.83pt.
f65b3398 11842%{texmfdist}/source/latex/moresize
7ac8a96b
ZU
11843%{texmfdist}/tex/latex/moresize
11844# Multimedia inclusion package.
11845%{texmfdist}/tex/latex/movie15
2e9c3e45 11846# A package for LaTeX localisation.
f65b3398 11847%{texmfdist}/source/latex/msg
7ac8a96b
ZU
11848%{texmfdist}/tex/latex/msg
11849# Michael Landy's APA citation style.
11850%{texmfdist}/tex/latex/mslapa
2e9c3e45 11851# Use italic and upright greek letters with mathtime.
f65b3398 11852%{texmfdist}/source/latex/mtgreek
7ac8a96b 11853%{texmfdist}/tex/latex/mtgreek
2e9c3e45 11854# Multiple bibliographies.
f65b3398 11855%{texmfdist}/source/latex/multibbl
7ac8a96b 11856%{texmfdist}/tex/latex/multibbl
2e9c3e45 11857# Format captions inside multicols
f65b3398 11858%{texmfdist}/source/latex/multicap
f65b3398 11859%{texmfdist}/tex/latex/multicap
7ac8a96b 11860# A loop facility for Generic TeX.
f65b3398 11861%{texmfdist}/tex/latex/multido
7ac8a96b
ZU
11862# Support for Mongolian "horizontal" (Xewtee Dorwoljin) script.
11863%{texmfdist}/source/latex/mxd
f65b3398 11864%{texmfdist}/tex/latex/mxd
7ac8a96b 11865# A pair of Georgian fonts.
f65b3398 11866%{texmfdist}/tex/latex/mxedruli
7ac8a96b 11867# Define your own verbatim-like environment.
f65b3398 11868%{texmfdist}/tex/latex/newvbtm
7ac8a96b 11869# Support for fancy frames.
f65b3398 11870%{texmfdist}/tex/latex/niceframe
7ac8a96b 11871# A class for NIH grant applications.
f65b3398 11872%{texmfdist}/tex/latex/nih
7ac8a96b
ZU
11873# Nomenclature typeset in a longtable
11874%{texmfdist}/source/latex/nomentbl
f65b3398 11875%{texmfdist}/tex/latex/nomentbl
7ac8a96b
ZU
11876# Non-floating table and figure captions.
11877%{texmfdist}/source/latex/nonfloat
f65b3398 11878%{texmfdist}/tex/latex/nonfloat
7ac8a96b
ZU
11879# Mark sections of a document.
11880%{texmfdist}/source/latex/notes
f65b3398 11881%{texmfdist}/tex/latex/notes
7ac8a96b 11882# Simple tabbing extension for automatic line numbering.
f65b3398 11883%{texmfdist}/tex/latex/ntabbing
7ac8a96b 11884# LaTeX macros for numbering lines.
f65b3398 11885%{texmfdist}/tex/latex/numline
7ac8a96b 11886# Convert a number to its English expression.
f65b3398 11887%{texmfdist}/tex/latex/numname
7ac8a96b
ZU
11888# Macros for typesetting Object Z.
11889%{texmfdist}/source/latex/objectz
f65b3398 11890%{texmfdist}/tex/latex/objectz
7ac8a96b 11891# LaTeX support for ocr fonts.
f65b3398 11892%{texmfdist}/tex/latex/ocr-latex
7ac8a96b
ZU
11893# Typeset books following classical design and layout.
11894%{texmfdist}/source/latex/octavo
f65b3398 11895%{texmfdist}/tex/latex/octavo
7ac8a96b
ZU
11896# Support for Polish typography and the ogonek.
11897%{texmfdist}/source/latex/ogonek
f65b3398 11898%{texmfdist}/tex/latex/ogonek
7ac8a96b
ZU
11899# Old style numbers in OT1 encoding.
11900%{texmfdist}/source/latex/oldstyle
f65b3398 11901%{texmfdist}/tex/latex/oldstyle
7ac8a96b
ZU
11902# Footnote-style bibliographical references.
11903%{texmfdist}/source/latex/opcit
f65b3398 11904%{texmfdist}/tex/latex/opcit
7ac8a96b
ZU
11905# Counters as ordinal numbers in Portuguese.
11906%{texmfdist}/source/latex/ordinalpt
f65b3398 11907%{texmfdist}/tex/latex/ordinalpt
7ac8a96b 11908# Macros, metrics, etc., to use the OT2 Cyrillic encoding.
f65b3398 11909%{texmfdist}/tex/latex/ot2cyr
f65b3398 11910%{texmfdist}/tex/latex/otibet
7ac8a96b
ZU
11911%{texmfdist}/source/latex/otibet
11912# List environment for making outlines.
f65b3398 11913%{texmfdist}/tex/latex/outline
7ac8a96b 11914# Change section levels easily.
f65b3398 11915%{texmfdist}/tex/latex/outliner
7ac8a96b
ZU
11916# Fonts designed by Fra Luca de Pacioli in 1497.
11917%{texmfdist}/source/latex/pacioli
f65b3398 11918%{texmfdist}/tex/latex/pacioli
7ac8a96b
ZU
11919# Page number-only page styles.
11920%{texmfdist}/source/latex/pageno
f65b3398 11921%{texmfdist}/tex/latex/pageno
7ac8a96b
ZU
11922# Notes at end of document.
11923%{texmfdist}/source/latex/pagenote
f65b3398
ZU
11924%{texmfdist}/tex/latex/pagenote
11925%{texmfdist}/tex/latex/palatino
7ac8a96b
ZU
11926# Origami-style folding paper CD case.
11927%{texmfdist}/source/latex/papercdcase
f65b3398 11928%{texmfdist}/tex/latex/papercdcase
7ac8a96b
ZU
11929# Typeset parallel texts.
11930%{texmfdist}/source/latex/parallel
f65b3398 11931%{texmfdist}/tex/latex/parallel
7ac8a96b
ZU
11932# Defines simple macros for greek letters.
11933%{texmfdist}/source/latex/paresse
f65b3398 11934%{texmfdist}/tex/latex/paresse
7ac8a96b
ZU
11935# Typesets (two) streams of text running parallel.
11936%{texmfdist}/source/latex/parrun
f65b3398 11937%{texmfdist}/tex/latex/parrun
7ac8a96b
ZU
11938# German LaTeX package documentation.
11939%{texmfdist}/source/latex/pauldoc
f65b3398 11940%{texmfdist}/tex/latex/pauldoc
7ac8a96b
ZU
11941# Using graphics from PAW.
11942%{texmfdist}/source/latex/pawpict
f65b3398 11943%{texmfdist}/tex/latex/pawpict
7ac8a96b
ZU
11944# A variable-width \parbox command.
11945%{texmfdist}/source/latex/pbox
f65b3398 11946%{texmfdist}/tex/latex/pbox
7ac8a96b 11947# Font support for current PCL printers.
f65b3398 11948%{texmfdist}/tex/latex/pclnfss
f65b3398 11949%{texmfdist}/tex/latex/pdfwin
7ac8a96b 11950# Print Tibetan text in the classic pecha layout style.
f65b3398 11951%{texmfdist}/tex/latex/pecha
7ac8a96b
ZU
11952# Define LaTeX macros in terms of Perl code
11953%{texmfdist}/source/latex/perltex
f65b3398 11954%{texmfdist}/tex/latex/perltex
7ac8a96b 11955# A class for small advertisements.
f65b3398 11956%{texmfdist}/tex/latex/petiteannonce
7ac8a96b
ZU
11957# A set TeX/LaTeX packages for drawing Petri nets.
11958%{texmfdist}/source/latex/petri-nets
f65b3398 11959%{texmfdist}/tex/latex/petri-nets
7ac8a96b 11960# Create images of the soroban using TikZ/PGF.
f65b3398 11961%{texmfdist}/tex/latex/pgf-soroban
7ac8a96b 11962# Disk of Phaistos font.
f65b3398 11963%{texmfdist}/tex/latex/phaistos
7ac8a96b 11964# Cross references for named and numbered environments.
f65b3398 11965%{texmfdist}/tex/latex/philex
7ac8a96b
ZU
11966# Typesetting articles for "Philosophers' Imprint".
11967%{texmfdist}/source/latex/philosophersimprint
f65b3398 11968%{texmfdist}/tex/latex/philosophersimprint
7ac8a96b 11969# MetaFont Phonetic fonts, based on Computer Modern.
f65b3398 11970%{texmfdist}/tex/latex/phonetic
7ac8a96b 11971# Adds relative coordinates and improves the \plot command.
f65b3398 11972%{texmfdist}/tex/latex/pictex2
7ac8a96b 11973# A TeX labelling package.
f65b3398 11974%{texmfdist}/tex/latex/pinlabel
7ac8a96b
ZU
11975# Electronic Theses and Dissertations at Pitt.
11976%{texmfdist}/source/latex/pittetd
f65b3398 11977%{texmfdist}/tex/latex/pittetd
7ac8a96b
ZU
11978# Typesetting stageplay scripts.
11979%{texmfdist}/source/latex/plari
f65b3398 11980%{texmfdist}/tex/latex/plari
7ac8a96b 11981# Arrange for "plates" sections of documents.
f65b3398 11982%{texmfdist}/tex/latex/plates
7ac8a96b 11983%{texmfdist}/source/latex/plweb
f65b3398 11984%{texmfdist}/tex/latex/plweb
7ac8a96b 11985# "Poor man's" graphics.
f65b3398 11986%{texmfdist}/tex/latex/pmgraph
7ac8a96b
ZU
11987# Typeset Polish documents with LaTeX and Polish fonts.
11988%{texmfdist}/source/latex/polski
f65b3398 11989%{texmfdist}/tex/latex/polski
7ac8a96b 11990%{texmfdist}/source/latex/polyglot
f65b3398 11991%{texmfdist}/tex/latex/polyglot
7ac8a96b
ZU
11992# Tabular-like environments with named columns.
11993%{texmfdist}/source/latex/polytable
f65b3398 11994%{texmfdist}/tex/latex/polytable
7ac8a96b 11995# Facilitates mass-mailing of postcards (junkmail).
f65b3398 11996%{texmfdist}/tex/latex/postcards
7ac8a96b
ZU
11997# A presentation class.
11998%{texmfdist}/source/latex/powerdot
f65b3398 11999%{texmfdist}/tex/latex/powerdot
7ac8a96b 12000# A postprocessor for PDF presentations.
f65b3398 12001%{texmfdist}/tex/latex/ppower4
7ac8a96b
ZU
12002# Prosper preview.
12003%{texmfdist}/source/latex/ppr-prv
f65b3398 12004%{texmfdist}/tex/latex/ppr-prv
7ac8a96b
ZU
12005# Make label references "self-identify".
12006%{texmfdist}/source/latex/prettyref
f65b3398 12007%{texmfdist}/tex/latex/prettyref
7ac8a96b
ZU
12008# Shortcuts commands to symbols used in probability texts.
12009%{texmfdist}/source/latex/proba
f65b3398 12010%{texmfdist}/tex/latex/proba
7ac8a96b
ZU
12011# generate problem sheets and their solution sheets
12012%{texmfdist}/source/latex/probsoln
f65b3398
ZU
12013%{texmfdist}/tex/latex/probsoln
12014%{texmfdist}/tex/latex/procIAGssymp
7ac8a96b 12015# Creates an overview of a document's state.
f65b3398 12016%{texmfdist}/tex/latex/progress
7ac8a96b 12017# Literate programming package.
f65b3398 12018%{texmfdist}/tex/latex/protex
7ac8a96b
ZU
12019# A class for typesetting minutes (only german).
12020%{texmfdist}/source/latex/protocol
f65b3398 12021%{texmfdist}/tex/latex/protocol
7ac8a96b
ZU
12022# A psfrag eXtension.
12023%{texmfdist}/source/latex/psfragx
f65b3398
ZU
12024%{texmfdist}/tex/latex/psfragx
12025%{texmfdist}/tex/latex/psgo
7ac8a96b
ZU
12026# PostScript picture support.
12027%{texmfdist}/source/latex/pspicture
f65b3398 12028%{texmfdist}/tex/latex/pspicture
7ac8a96b
ZU
12029# A LaTeX2e class for making multiple choice questionnaires
12030%{texmfdist}/source/latex/qcm
f65b3398 12031%{texmfdist}/tex/latex/qcm
7ac8a96b 12032# LaTeX macros for typesetting trees.
f65b3398 12033%{texmfdist}/tex/latex/qobitree
7ac8a96b
ZU
12034# Bundle for unit tests and pattern matching.
12035%{texmfdist}/source/latex/qstest
f65b3398 12036%{texmfdist}/tex/latex/qstest
7ac8a96b 12037# Draw tree structures.
f65b3398 12038%{texmfdist}/tex/latex/qtree
7ac8a96b
ZU
12039# Decorative chapter headings.
12040%{texmfdist}/source/latex/quotchap
f65b3398 12041%{texmfdist}/tex/latex/quotchap
7ac8a96b
ZU
12042# Consistent quote marks.
12043%{texmfdist}/source/latex/quotmark
f65b3398
ZU
12044%{texmfdist}/tex/latex/quotmark
12045%{texmfdist}/tex/latex/r_und_s
7ac8a96b
ZU
12046# Marginal pictures.
12047%{texmfdist}/source/latex/randbild
f65b3398 12048%{texmfdist}/tex/latex/randbild
7ac8a96b 12049# Randomise the order of characters in strings.
f65b3398 12050%{texmfdist}/tex/latex/randtext
7ac8a96b
ZU
12051# Decimal-centered optionally rounded numbers in tabular.
12052%{texmfdist}/source/latex/rccol
f65b3398 12053%{texmfdist}/tex/latex/rccol
7ac8a96b
ZU
12054# Use RCS (revision control system) tags in LaTeX documents.
12055%{texmfdist}/source/latex/rcs
f65b3398 12056%{texmfdist}/tex/latex/rcs
7ac8a96b
ZU
12057# Support for the revision control system.
12058%{texmfdist}/source/latex/rcsinfo
f65b3398 12059%{texmfdist}/tex/latex/rcsinfo
7ac8a96b 12060# Recycle top matter.
f65b3398 12061%{texmfdist}/tex/latex/rectopma
7ac8a96b 12062# Check references (in figures, table, equations, etc).
f65b3398 12063%{texmfdist}/tex/latex/refcheck
7ac8a96b
ZU
12064# Advanced formatting of cross references.
12065%{texmfdist}/source/latex/refstyle
f65b3398 12066%{texmfdist}/tex/latex/refstyle
7ac8a96b
ZU
12067# Display the allocation status of the TeX registers.
12068%{texmfdist}/source/latex/regcount
f65b3398 12069%{texmfdist}/tex/latex/regcount
7ac8a96b
ZU
12070# A "relaxed" font encoding.
12071%{texmfdist}/source/latex/relenc
f65b3398 12072%{texmfdist}/tex/latex/relenc
7ac8a96b 12073# Repeat items in an index after a page or column break
f65b3398
ZU
12074%{texmfdist}/tex/latex/repeatindex
12075%{texmfdist}/tex/latex/resume
7ac8a96b 12076# Rewrite labels in EPS graphics.
f65b3398 12077%{texmfdist}/tex/latex/rlepsf
7ac8a96b
ZU
12078# A package to help change page layout parameters in LaTeX.
12079%{texmfdist}/source/latex/rmpage
f65b3398 12080%{texmfdist}/tex/latex/rmpage
7ac8a96b
ZU
12081# Declare robust command, with \newcommand checks.
12082%{texmfdist}/source/latex/robustcommand
f65b3398 12083%{texmfdist}/tex/latex/robustcommand
7ac8a96b 12084# Create index with pagerefs.
f65b3398 12085%{texmfdist}/tex/latex/robustindex
7ac8a96b
ZU
12086# Generate roman numerals instead of arabic digits.
12087%{texmfdist}/source/latex/romannum
f65b3398 12088%{texmfdist}/tex/latex/romannum
7ac8a96b 12089# Typeset sets of pages upside-down and backwards.
f65b3398 12090%{texmfdist}/tex/latex/rotpages
7ac8a96b
ZU
12091# BibTeX style for use with RSC journals.
12092%{texmfdist}/source/latex/rsc
f65b3398 12093%{texmfdist}/tex/latex/rsc
7ac8a96b
ZU
12094# Drawing rhetorical structure analysis diagrams in LaTeX.
12095%{texmfdist}/source/latex/rst
f65b3398 12096%{texmfdist}/tex/latex/rst
7ac8a96b
ZU
12097# Input encoding with fallback procedures.
12098%{texmfdist}/source/latex/rtkinenc
f65b3398
ZU
12099%{texmfdist}/tex/latex/rtkinenc
12100%{texmfdist}/tex/latex/rtklage
7ac8a96b
ZU
12101# Embed Sage code and plots into LaTeX.
12102%{texmfdist}/source/latex/sagetex
f65b3398 12103%{texmfdist}/tex/latex/sagetex
7ac8a96b
ZU
12104# Sanskrit support.
12105%{texmfdist}/source/latex/sanskrit
f65b3398 12106%{texmfdist}/tex/latex/sanskrit
7ac8a96b
ZU
12107# A bundle of utilities by Jonathan Sauer.
12108%{texmfdist}/source/latex/sauerj
f65b3398 12109%{texmfdist}/tex/latex/sauerj
7ac8a96b
ZU
12110# Use sauter fonts in LaTeX.
12111%{texmfdist}/source/latex/sauterfonts
f65b3398 12112%{texmfdist}/tex/latex/sauterfonts
7ac8a96b
ZU
12113# Save name of the footnote mark for reuse.
12114%{texmfdist}/source/latex/savefnmark
f65b3398 12115%{texmfdist}/tex/latex/savefnmark
7ac8a96b 12116# Redefine symbols where names conflict.
f65b3398 12117%{texmfdist}/tex/latex/savesym
7ac8a96b
ZU
12118# Pack as much as possible onto each page of a LaTeX document.
12119%{texmfdist}/source/latex/savetrees
f65b3398 12120%{texmfdist}/tex/latex/savetrees
7ac8a96b
ZU
12121# Create scalebars for maps, diagrams or photos.
12122%{texmfdist}/source/latex/scalebar
f65b3398 12123%{texmfdist}/tex/latex/scalebar
7ac8a96b
ZU
12124# Weekly schedules.
12125%{texmfdist}/source/latex/schedule
f65b3398 12126%{texmfdist}/tex/latex/schedule
7ac8a96b 12127# Format a scientific paper for journal
f65b3398 12128%{texmfdist}/tex/latex/scientificpaper
7ac8a96b 12129# Make posters of ISO A3 size and larger.
f65b3398 12130%{texmfdist}/tex/latex/sciposter
7ac8a96b
ZU
12131# Use Scientific Word/WorkPlace files with another TeX.
12132%{texmfdist}/source/latex/sciwordconv
f65b3398 12133%{texmfdist}/tex/latex/sciwordconv
7ac8a96b 12134# Macros for Segmented Discourse Representation Theory.
f65b3398 12135%{texmfdist}/tex/latex/sdrt
7ac8a96b 12136# Create fancy boxed ((sub)sub)sections.
f65b3398 12137%{texmfdist}/tex/latex/sectionbox
7ac8a96b
ZU
12138# Help for writing programming language semantics.
12139%{texmfdist}/source/latex/semantic
f65b3398 12140%{texmfdist}/tex/latex/semantic
7ac8a96b 12141# Semaphore alphabet font.
f65b3398 12142%{texmfdist}/tex/latex/semaphor
7ac8a96b
ZU
12143# Put only special contents on left-hand pages in two sided layout.
12144%{texmfdist}/source/latex/semioneside
f65b3398 12145%{texmfdist}/tex/latex/semioneside
7ac8a96b
ZU
12146# Split long sequences of characters in a neutral way.
12147%{texmfdist}/source/latex/seqsplit
f65b3398 12148%{texmfdist}/tex/latex/seqsplit
7ac8a96b 12149%{texmfdist}/source/latex/sf298
f65b3398 12150%{texmfdist}/tex/latex/sf298
7ac8a96b
ZU
12151# Typesetting science fiction/fantasy manuscripts.
12152%{texmfdist}/source/latex/sffms
f65b3398 12153%{texmfdist}/tex/latex/sffms
7ac8a96b 12154# Draw signal flow graphs.
f65b3398 12155%{texmfdist}/tex/latex/sfg
7ac8a96b 12156# LaTeX style for typesetting strategic games.
f65b3398 12157%{texmfdist}/tex/latex/sgame
7ac8a96b 12158# Shade the background of any box.
f65b3398 12159%{texmfdist}/tex/latex/shadbox
7ac8a96b 12160# Theorem environments that are shaded
f65b3398 12161%{texmfdist}/tex/latex/shadethm
7ac8a96b
ZU
12162# Table of contents with different depths.
12163%{texmfdist}/source/latex/shorttoc
f65b3398 12164%{texmfdist}/tex/latex/shorttoc
7ac8a96b
ZU
12165# Variants of \show for LaTeX2e.
12166%{texmfdist}/source/latex/show2e
f65b3398 12167%{texmfdist}/tex/latex/show2e
7ac8a96b 12168%{texmfdist}/source/latex/showexpl
f65b3398 12169%{texmfdist}/tex/latex/showexpl
7ac8a96b
ZU
12170# Simple Wick contractions.
12171%{texmfdist}/source/latex/simplewick
f65b3398 12172%{texmfdist}/tex/latex/simplewick
7ac8a96b
ZU
12173# A font to draw a skull.
12174%{texmfdist}/source/latex/skull
f65b3398 12175%{texmfdist}/tex/latex/skull
7ac8a96b
ZU
12176# Access different-shaped small-caps fonts.
12177%{texmfdist}/source/latex/slantsc
f65b3398 12178%{texmfdist}/tex/latex/slantsc
7ac8a96b 12179# Create listoffigures etc. in a single chapter.
f65b3398 12180%{texmfdist}/tex/latex/smalltableof
7ac8a96b 12181# Extend LaTeX's \ref capability.
f65b3398 12182%{texmfdist}/tex/latex/smartref
7ac8a96b 12183# Classes for Société mathématique de France publications.
f65b3398 12184%{texmfdist}/tex/latex/smflatex
7ac8a96b
ZU
12185# List the external dependencies of a LaTeX document.
12186%{texmfdist}/source/latex/snapshot
f65b3398 12187%{texmfdist}/tex/latex/snapshot
7ac8a96b 12188# Fonts and a macro for Soyombo under LaTeX.
f65b3398 12189%{texmfdist}/tex/latex/soyombo
7ac8a96b 12190# Drawing sparklines: intense, simple, wordlike graphics.
f65b3398 12191%{texmfdist}/tex/latex/sparklines
7ac8a96b 12192# Support for formatting SPIE Proceedings manuscripts.
f65b3398 12193%{texmfdist}/tex/latex/spie
7ac8a96b
ZU
12194# Split and reorder your bibliography.
12195%{texmfdist}/source/latex/splitbib
f65b3398 12196%{texmfdist}/tex/latex/splitbib
7ac8a96b
ZU
12197# Unlimited number of indexes.
12198%{texmfdist}/source/latex/splitindex
f65b3398 12199%{texmfdist}/tex/latex/splitindex
7ac8a96b 12200# Macros to typeset simple bitmaps with LaTeX.
f65b3398 12201%{texmfdist}/tex/latex/sprite
7ac8a96b
ZU
12202# Jump between DVI and TeX files.
12203%{texmfdist}/source/latex/srcltx
f65b3398 12204%{texmfdist}/tex/latex/srcltx
7ac8a96b
ZU
12205# Use the cmssq fonts.
12206%{texmfdist}/source/latex/ssqquote
f65b3398 12207%{texmfdist}/tex/latex/ssqquote
7ac8a96b 12208# Statistics style.
f65b3398 12209%{texmfdist}/tex/latex/statex2
7ac8a96b
ZU
12210# Store statistics of a document.
12211%{texmfdist}/source/latex/statistik
f65b3398 12212%{texmfdist}/tex/latex/statistik
7ac8a96b
ZU
12213# Typeset Icelandic staves and runic letters.
12214%{texmfdist}/source/latex/staves
f65b3398 12215%{texmfdist}/tex/latex/staves
7ac8a96b
ZU
12216# Standard pages with n lines of at most m characters each.
12217%{texmfdist}/source/latex/stdpage
f65b3398 12218%{texmfdist}/tex/latex/stdpage
7ac8a96b
ZU
12219# Stellenbosch thesis bundle.
12220%{texmfdist}/source/latex/stellenbosch
f65b3398 12221%{texmfdist}/tex/latex/stellenbosch
7ac8a96b
ZU
12222# An Infrastructure for Semantic Preloading of LaTeX Documents.
12223%{texmfdist}/source/latex/stex
f65b3398 12224%{texmfdist}/tex/latex/stex
7ac8a96b
ZU
12225# Draw Nassi-Schneidermann charts
12226%{texmfdist}/source/latex/struktex
f65b3398 12227%{texmfdist}/tex/latex/struktex
7ac8a96b 12228# Various macros.
f65b3398 12229%{texmfdist}/tex/latex/sttools
7ac8a96b 12230# Create tear-off stubs at the bottom of a page.
f65b3398 12231%{texmfdist}/tex/latex/stubs
7ac8a96b
ZU
12232# Sub-numbering for figures and tables.
12233%{texmfdist}/source/latex/subfloat
f65b3398 12234%{texmfdist}/tex/latex/subfloat
7ac8a96b 12235# SAS(R) user group conference proceedings document class.
f65b3398 12236%{texmfdist}/tex/latex/sugconf
7ac8a96b 12237# Macros for SuperSymmetry-related work.
f65b3398 12238%{texmfdist}/tex/latex/susy
7ac8a96b 12239# Define SVG named colours.
f65b3398 12240%{texmfdist}/tex/latex/svgcolor
7ac8a96b
ZU
12241# Subversion keywords in multi-file LaTeX documents
12242%{texmfdist}/source/latex/svn-multi
f65b3398 12243%{texmfdist}/tex/latex/svn-multi
7ac8a96b
ZU
12244# Typeset Subversion keywords.
12245%{texmfdist}/source/latex/svn
f65b3398 12246%{texmfdist}/tex/latex/svn
7ac8a96b
ZU
12247# Typeset Subversion Keywords.
12248%{texmfdist}/source/latex/svninfo
f65b3398 12249%{texmfdist}/tex/latex/svninfo
7ac8a96b
ZU
12250# Graphical/textual representations of swimming performances
12251%{texmfdist}/source/latex/swimgraf
f65b3398
ZU
12252%{texmfdist}/tex/latex/swimgraf
12253%{texmfdist}/tex/latex/symbol
7ac8a96b 12254# Easy drawing of syntactic proofs.
f65b3398
ZU
12255%{texmfdist}/tex/latex/synproof
12256%{texmfdist}/tex/latex/syntax
7ac8a96b
ZU
12257# Labels for tracing in a syntax tree.
12258%{texmfdist}/source/latex/syntrace
f65b3398 12259%{texmfdist}/tex/latex/syntrace
7ac8a96b
ZU
12260# Typeset syntactic trees.
12261%{texmfdist}/source/latex/synttree
f65b3398 12262%{texmfdist}/tex/latex/synttree
7ac8a96b 12263# Fonts and macro package for drawing timing diagrams.
f65b3398 12264%{texmfdist}/tex/latex/timing
7ac8a96b
ZU
12265# Section numbering and table of contents control.
12266%{texmfdist}/source/latex/tocvsec2
f65b3398 12267%{texmfdist}/tex/latex/tocvsec2
7ac8a96b
ZU
12268# Make a to-do list for a document.
12269%{texmfdist}/source/latex/todo
f65b3398 12270%{texmfdist}/tex/latex/todo
7ac8a96b 12271# A tokenizer.
f65b3398 12272%{texmfdist}/tex/latex/tokenizer
7ac8a96b
ZU
12273# Macros for writing indices, glossaries.
12274%{texmfdist}/source/latex/toolbox
f65b3398 12275%{texmfdist}/tex/latex/toolbox
7ac8a96b
ZU
12276# Bundle of files for typsetting theses.
12277%{texmfdist}/source/latex/toptesi
f65b3398 12278%{texmfdist}/tex/latex/toptesi
7ac8a96b 12279# A LaTeX package for configuring presentation fonts.
f65b3398 12280%{texmfdist}/tex/latex/tpslifonts
7ac8a96b 12281# Adjust tracking of strings.
f65b3398 12282%{texmfdist}/tex/latex/tracking
7ac8a96b
ZU
12283# Fonts from the Trajan column in Rome.
12284%{texmfdist}/source/latex/trajan
f65b3398 12285%{texmfdist}/tex/latex/trajan
7ac8a96b 12286# Provide an open platform for packages to be localized.
f65b3398 12287%{texmfdist}/tex/latex/translator
7ac8a96b
ZU
12288# Trees and other linguists' macros.
12289%{texmfdist}/source/latex/tree-dvips
f65b3398 12290%{texmfdist}/tex/latex/tree-dvips
7ac8a96b
ZU
12291# Typeset transform signs.
12292%{texmfdist}/source/latex/trfsigns
f65b3398 12293%{texmfdist}/tex/latex/trfsigns
7ac8a96b
ZU
12294# Quick float definitions in LaTeX.
12295%{texmfdist}/source/latex/trivfloat
f65b3398 12296%{texmfdist}/tex/latex/trivfloat
7ac8a96b
ZU
12297# Typeset the (logic) turnstile notation.
12298%{texmfdist}/source/latex/turnstile
f65b3398 12299%{texmfdist}/tex/latex/turnstile
7ac8a96b 12300%{texmfdist}/source/latex/twoup
f65b3398 12301%{texmfdist}/tex/latex/twoup
7ac8a96b
ZU
12302# Eliminate errors by enforcing the types of labels.
12303%{texmfdist}/source/latex/typedref
f65b3398 12304%{texmfdist}/tex/latex/typedref
7ac8a96b
ZU
12305# Print a typographic grid.
12306%{texmfdist}/source/latex/typogrid
f65b3398 12307%{texmfdist}/tex/latex/typogrid
7ac8a96b 12308# A LaTeX class for writing exercise sheets.
f65b3398 12309%{texmfdist}/tex/latex/uebungsblatt
7ac8a96b 12310# Time printing, in German.
f65b3398 12311%{texmfdist}/tex/latex/uhrzeit
7ac8a96b
ZU
12312# Underline text allowing line breaking.
12313%{texmfdist}/source/latex/umoline
f65b3398 12314%{texmfdist}/tex/latex/umoline
7ac8a96b 12315# Package for fancy box frames.
f65b3398 12316%{texmfdist}/tex/latex/umrand
7ac8a96b
ZU
12317# Shorter (and longer) underlines and underbars.
12318%{texmfdist}/source/latex/ushort
f65b3398 12319%{texmfdist}/tex/latex/ushort
f65b3398 12320
f4f1ef6b 12321
26d8eaaa
ZU
12322# %files latex-palatcm
12323# %defattr(644,root,root,755)
12324# %{texmf}/tex/latex/palatcm
d08789e0 12325
f65b3398
ZU
12326%files latex-pdfslide
12327%defattr(644,root,root,755)
12328%doc %{texmfdist}/doc/latex/pdfslide
12329%{texmfdist}/tex/latex/pdfslide
12330
03d9d5fa
ZU
12331%files latex-pgf
12332%defattr(644,root,root,755)
12333%doc %{texmfdist}/doc/generic/pgf
6bc47e19
ZU
12334%doc %{texmfdist}/doc/latex/pgfplots
12335%{texmfdist}/source/latex/pgfplots
f4f1ef6b 12336%{texmfdist}/source/latex/pgfopts
8ed039e0
ZU
12337%{texmfdist}/tex/generic/pgf
12338%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
12339%{texmfdist}/tex/latex/pgf
12340%{texmfdist}/tex/latex/pgfopts
12341%{texmfdist}/tex/latex/pgfplots
12342
b7b4a109
ZU
12343%files latex-prosper
12344%defattr(644,root,root,755)
12345%doc %{texmfdist}/doc/latex/prosper
12346%{texmfdist}/tex/latex/prosper
c82fac6f 12347%{texmfdist}/source/latex/prosper
b7b4a109 12348
f65b3398
ZU
12349%files latex-polynom
12350%defattr(644,root,root,755)
12351%doc %{texmfdist}/doc/latex/polynom
12352%{texmfdist}/source/latex/polynom
12353%{texmfdist}/tex/latex/polynom
12354
12355%files latex-polynomial
12356%defattr(644,root,root,755)
12357%doc %{texmfdist}/doc/latex/polynomial
12358%{texmfdist}/source/latex/polynomial
12359%{texmfdist}/tex/latex/polynomial
12360
b7b4a109
ZU
12361%files latex-pseudocode
12362%defattr(644,root,root,755)
12363%doc %{texmfdist}/doc/latex/pseudocode
12364%{texmfdist}/tex/latex/pseudocode
12365
8efa6a9c
ZU
12366%files latex-pst-2dplot
12367%defattr(644,root,root,755)
12368%doc %{texmfdist}/doc/generic/pst-2dplot
12369%{texmfdist}/tex/latex/pst-2dplot
12370
12371%files latex-pst-3dplot
12372%defattr(644,root,root,755)
12373%doc %{texmfdist}/doc/generic/pst-3dplot
12374%{texmfdist}/dvips/pst-3dplot
12375%{texmfdist}/tex/generic/pst-3dplot
12376%{texmfdist}/tex/latex/pst-3dplot
12377
12378%files latex-pst-bar
12379%defattr(644,root,root,755)
12380%doc %{texmfdist}/doc/generic/pst-3dplot
12381%{texmfdist}/dvips/pst-bar
12382%{texmfdist}/tex/generic/pst-bar
12383%{texmfdist}/tex/latex/pst-bar
12384
12385%files latex-pst-circ
12386%defattr(644,root,root,755)
12387%doc %{texmfdist}/doc/generic/pst-circ
12388%{texmfdist}/dvips/pst-circ
12389%{texmfdist}/tex/generic/pst-circ
12390%{texmfdist}/tex/latex/pst-circ
12391
12392%files latex-pst-diffraction
12393%defattr(644,root,root,755)
12394%doc %{texmfdist}/doc/generic/pst-diffraction
12395%{texmfdist}/tex/generic/pst-diffraction
12396%{texmfdist}/tex/latex/pst-diffraction
12397
b7b4a109
ZU
12398%files latex-pst-eucl
12399%defattr(644,root,root,755)
8efa6a9c 12400%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
12401%{texmfdist}/tex/generic/pst-eucl
12402%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
12403
12404%files latex-pst-fun
12405%defattr(644,root,root,755)
12406%doc %{texmfdist}/doc/generic/pst-fun
12407%{texmfdist}/dvips/pst-fun
12408%{texmfdist}/tex/generic/pst-fun
12409%{texmfdist}/tex/latex/pst-fun
12410
12411%files latex-pst-func
12412%defattr(644,root,root,755)
12413%doc %{texmfdist}/doc/generic/pst-func
12414%{texmfdist}/dvips/pst-func
12415%{texmfdist}/tex/generic/pst-func
12416%{texmfdist}/tex/latex/pst-func
12417
12418%files latex-pst-infixplot
12419%defattr(644,root,root,755)
12420%doc %{texmfdist}/doc/generic/pst-infixplot
12421%{texmfdist}/tex/generic/pst-infixplot
12422%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
12423
12424%files latex-pst-fr3d
12425%defattr(644,root,root,755)
12426%doc %{texmfdist}/doc/generic/pst-fr3d
12427%{texmfdist}/source/generic/pst-fr3d
12428%{texmfdist}/tex/generic/pst-fr3d
12429%{texmfdist}/tex/latex/pst-fr3d
12430
12431%files latex-pst-fractal
12432%defattr(644,root,root,755)
12433%doc %{texmfdist}/doc/generic/pst-fractal
12434%{texmfdist}/dvips/pst-fractal
12435%{texmfdist}/tex/generic/pst-fractal
12436%{texmfdist}/tex/latex/pst-fractal
12437
8efa6a9c
ZU
12438%files latex-pst-math
12439%defattr(644,root,root,755)
12440%doc %{texmfdist}/doc/generic/pst-math
12441%{texmfdist}/dvips/pst-math
12442%{texmfdist}/tex/generic/pst-math
12443%{texmfdist}/tex/latex/pst-math
12444
12445%files latex-pst-ob3d
12446%defattr(644,root,root,755)
12447%doc %{texmfdist}/doc/generic/pst-ob3d
12448%{texmfdist}/source/generic/pst-ob3d
12449%{texmfdist}/tex/generic/pst-ob3d
12450%{texmfdist}/tex/latex/pst-ob3d
12451
12452%files latex-pst-optexp
12453%defattr(644,root,root,755)
12454%doc %{texmfdist}/doc/generic/pst-optexp
12455%{texmfdist}/dvips/pst-optexp
12456%{texmfdist}/tex/generic/pst-optexp
12457%{texmfdist}/tex/latex/pst-optexp
12458
12459%files latex-pst-optic
12460%defattr(644,root,root,755)
12461%doc %{texmfdist}/doc/generic/pst-optic
12462%{texmfdist}/tex/generic/pst-optic
12463%{texmfdist}/tex/latex/pst-optic
12464
12465%files latex-pst-text
12466%defattr(644,root,root,755)
12467%doc %{texmfdist}/doc/generic/pst-text
04123363 12468%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
12469%{texmfdist}/tex/generic/pst-text
12470%{texmfdist}/tex/latex/pst-text
12471
1024ab0e
ZU
12472%files latex-pst-uncategorized
12473%defattr(644,root,root,755)
12474%doc %{texmfdist}/doc/generic/pst-3d
12475%doc %{texmfdist}/doc/generic/pst-asr
12476%doc %{texmfdist}/doc/generic/pst-bar
12477%doc %{texmfdist}/doc/generic/pst-barcode
12478%doc %{texmfdist}/doc/generic/pst-blur
12479%doc %{texmfdist}/doc/generic/pst-coil
12480%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
12481# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
12482# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
12483%doc %{texmfdist}/doc/generic/pst-dbicons
12484%doc %{texmfdist}/doc/generic/pst-eps
12485%doc %{texmfdist}/doc/generic/pst-fill
12486%doc %{texmfdist}/doc/generic/pst-geo
12487%doc %{texmfdist}/doc/generic/pst-ghsb
12488%doc %{texmfdist}/doc/generic/pst-gr3d
12489%doc %{texmfdist}/doc/generic/pst-grad
12490%doc %{texmfdist}/doc/generic/pst-jtree
12491%doc %{texmfdist}/doc/generic/pst-labo
12492%doc %{texmfdist}/doc/generic/pst-lens
12493%doc %{texmfdist}/doc/generic/pst-light3d
12494%doc %{texmfdist}/doc/generic/pst-osci
12495%doc %{texmfdist}/doc/generic/pst-pad
12496%doc %{texmfdist}/doc/generic/pst-pdgr
12497%doc %{texmfdist}/doc/generic/pst-poly
12498%doc %{texmfdist}/doc/generic/pst-qtree
12499%doc %{texmfdist}/doc/generic/pst-slpe
12500%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
12501# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
12502# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
12503%doc %{texmfdist}/doc/generic/pst-soroban
12504%doc %{texmfdist}/doc/generic/pst-spectra
12505%doc %{texmfdist}/doc/generic/pst-stru
12506%doc %{texmfdist}/doc/generic/pst-uml
12507%doc %{texmfdist}/doc/generic/pst-vue3d
12508%doc %{texmfdist}/doc/latex/auto-pst-pdf
12509%doc %{texmfdist}/doc/latex/pst-pdf
12510%{texmfdist}/dvips/pst-barcode
12511%{texmfdist}/dvips/pst-blur
12512%{texmfdist}/dvips/pst-coil
12513%{texmfdist}/dvips/pst-cox
12514%{texmfdist}/dvips/pst-eucl
12515%{texmfdist}/dvips/pst-geo
12516%{texmfdist}/dvips/pst-ghsb
12517%{texmfdist}/dvips/pst-grad
12518%{texmfdist}/dvips/pst-light3d
12519%{texmfdist}/dvips/pst-slpe
12520%{texmfdist}/dvips/pst-solides3d
12521%{texmfdist}/dvips/pst-spectra
12522%{texmfdist}/dvips/pst-vue3d
12523%{texmfdist}/scripts/pst-pdf
12524%{texmfdist}/source/generic/pst-3d
12525%{texmfdist}/source/generic/pst-3dplot
12526%{texmfdist}/source/generic/pst-barcode
12527%{texmfdist}/source/generic/pst-blur
12528%{texmfdist}/source/generic/pst-circ
12529%{texmfdist}/source/generic/pst-coil
12530%{texmfdist}/source/generic/pst-dbicons
12531%{texmfdist}/source/generic/pst-diffraction
12532%{texmfdist}/source/generic/pst-eps
12533%{texmfdist}/source/generic/pst-fill
12534%{texmfdist}/source/generic/pst-fractal
12535%{texmfdist}/source/generic/pst-fun
12536%{texmfdist}/source/generic/pst-func
12537%{texmfdist}/source/generic/pst-lens
12538%{texmfdist}/source/generic/pst-light3d
12539%{texmfdist}/source/generic/pst-optic
12540%{texmfdist}/source/generic/pst-pad
12541%{texmfdist}/source/generic/pst-pdgr
12542%{texmfdist}/source/generic/pst-slpe
12543%{texmfdist}/source/generic/pst-soroban
12544%{texmfdist}/source/generic/pst-text
12545%{texmfdist}/source/generic/pst-uml
12546%{texmfdist}/source/generic/pst-vue3d
12547%{texmfdist}/source/latex/auto-pst-pdf
12548%{texmfdist}/source/latex/pst-gr3d
12549%{texmfdist}/source/latex/pst-pdf
12550%{texmfdist}/source/latex/pst-poly
12551%{texmfdist}/tex/generic/pst-3d
12552%{texmfdist}/tex/generic/pst-asr
12553%{texmfdist}/tex/generic/pst-barcode
12554%{texmfdist}/tex/generic/pst-blur
12555%{texmfdist}/tex/generic/pst-coil
12556%{texmfdist}/tex/generic/pst-cox
12557%{texmfdist}/tex/generic/pst-eps
12558%{texmfdist}/tex/generic/pst-fill
12559%{texmfdist}/tex/generic/pst-geo
12560%{texmfdist}/tex/generic/pst-ghsb
12561%{texmfdist}/tex/generic/pst-gr3d
12562%{texmfdist}/tex/generic/pst-grad
12563%{texmfdist}/tex/generic/pst-jtree
12564%{texmfdist}/tex/generic/pst-labo
12565%{texmfdist}/tex/generic/pst-lens
12566%{texmfdist}/tex/generic/pst-light3d
12567%{texmfdist}/tex/generic/pst-osci
12568%{texmfdist}/tex/generic/pst-pad
12569%{texmfdist}/tex/generic/pst-pdgr
12570%{texmfdist}/tex/generic/pst-poly
12571%{texmfdist}/tex/generic/pst-qtree
12572%{texmfdist}/tex/generic/pst-slpe
12573%{texmfdist}/tex/generic/pst-solides3d
12574%{texmfdist}/tex/generic/pst-spectra
12575%{texmfdist}/tex/generic/pst-stru
12576%{texmfdist}/tex/generic/pst-vue3d
12577%{texmfdist}/tex/latex/pst-3d
12578%{texmfdist}/tex/latex/pst-asr
12579%{texmfdist}/tex/latex/pst-barcode
12580%{texmfdist}/tex/latex/pst-blur
12581%{texmfdist}/tex/latex/pst-coil
12582%{texmfdist}/tex/latex/pst-cox
12583%{texmfdist}/tex/latex/pst-dbicons
12584%{texmfdist}/tex/latex/pst-eps
12585%{texmfdist}/tex/latex/pst-fill
12586%{texmfdist}/tex/latex/pst-geo
12587%{texmfdist}/tex/latex/pst-ghsb
12588%{texmfdist}/tex/latex/pst-gr3d
12589%{texmfdist}/tex/latex/pst-grad
12590%{texmfdist}/tex/latex/pst-jtree
12591%{texmfdist}/tex/latex/pst-labo
12592%{texmfdist}/tex/latex/pst-lens
12593%{texmfdist}/tex/latex/pst-light3d
12594%{texmfdist}/tex/latex/pst-osci
12595%{texmfdist}/tex/latex/pst-pad
12596%{texmfdist}/tex/latex/pst-pdf
12597%{texmfdist}/tex/latex/pst-pdgr
12598%{texmfdist}/tex/latex/pst-poly
12599%{texmfdist}/tex/latex/pst-qtree
12600%{texmfdist}/tex/latex/pst-slpe
12601%{texmfdist}/tex/latex/pst-solides3d
12602%{texmfdist}/tex/latex/pst-soroban
12603%{texmfdist}/tex/latex/pst-spectra
12604%{texmfdist}/tex/latex/pst-stru
12605%{texmfdist}/tex/latex/pst-uml
12606%{texmfdist}/tex/latex/pst-vue3d
12607
d08789e0 12608%files latex-psnfss
489714ae 12609%defattr(644,root,root,755)
26d8eaaa 12610%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
12611%dir %{texmfdist}/source/latex
12612%dir %{texmfdist}/source/latex/latex-tds
12613%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 12614%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 12615%{texmfdist}/source/latex/psnfss
c82fac6f 12616%{texmfdist}/source/latex/latex-tds
26d8eaaa
ZU
12617%{texmfdist}/tex/latex/psnfss
12618
d08789e0
ZU
12619%files latex-pxfonts
12620%defattr(644,root,root,755)
26d8eaaa
ZU
12621%doc %{texmfdist}/doc/fonts/pxfonts
12622%{texmfdist}/tex/latex/pxfonts
12623%{texmfdist}/fonts/type1/public/pxfonts
12624%{texmfdist}/fonts/afm/public/pxfonts
12625%{texmfdist}/fonts/tfm/public/pxfonts
12626%{texmfdist}/fonts/vf/public/pxfonts
12627%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 12628
5b7eba8e
MB
12629#%files latex-qfonts
12630#%defattr(644,root,root,755)
d08789e0 12631
6c82f497
ZU
12632%files latex-SIstyle
12633%defattr(644,root,root,755)
12634%{texmfdist}/doc/latex/SIstyle
12635%{texmfdist}/source/latex/SIstyle
12636
3127b522
ZU
12637%files latex-SIunits
12638%defattr(644,root,root,755)
3127b522 12639%{texmfdist}/doc/latex/SIunits
5b7eba8e 12640%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
12641%{texmfdist}/source/latex/SIunits
12642
f65b3398
ZU
12643%files latex-siunitx
12644%defattr(644,root,root,755)
12645%{texmfdist}/doc/latex/siunitx
12646%{texmfdist}/tex/latex/siunitx
12647%{texmfdist}/source/latex/siunitx
12648
6c82f497
ZU
12649%files latex-Tabbing
12650%defattr(644,root,root,755)
12651%{texmfdist}/source/latex/Tabbing
12652%{texmfdist}/doc/latex/Tabbing
3127b522 12653
d08789e0
ZU
12654%files latex-txfonts
12655%defattr(644,root,root,755)
26d8eaaa
ZU
12656%doc %{texmfdist}/doc/fonts/txfonts
12657%{texmfdist}/fonts/type1/public/txfonts
12658%{texmfdist}/fonts/afm/public/txfonts
12659%{texmfdist}/fonts/enc/dvips/txfonts
12660%{texmfdist}/fonts/tfm/public/txfonts
12661%{texmfdist}/fonts/vf/public/txfonts
12662%{texmfdist}/fonts/map/dvips/txfonts
12663%{texmfdist}/tex/latex/txfonts
26d8eaaa 12664
7ea3a98b
ZU
12665%files latex-ucs
12666%defattr(644,root,root,755)
7ea3a98b 12667%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 12668%{texmfdist}/tex/latex/ucs
d08789e0
ZU
12669
12670%files latex-umlaute
12671%defattr(644,root,root,755)
2677a8b0 12672%{texmfdist}/tex/latex/umlaute
c82fac6f 12673%{texmfdist}/source/latex/umlaute
d08789e0 12674
26d8eaaa
ZU
12675# %files latex-urwvn
12676# %defattr(644,root,root,755)
d08789e0 12677
e67df411
ZU
12678%files latex-variations
12679%defattr(644,root,root,755)
e65bc3d5 12680%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
12681%{texmfdist}/tex/generic/variations
12682
d08789e0
ZU
12683%files latex-wasysym
12684%defattr(644,root,root,755)
26d8eaaa
ZU
12685%doc %{texmfdist}/doc/latex/wasysym
12686%{texmfdist}/tex/latex/wasysym
12687%{texmfdist}/source/latex/wasysym
d08789e0 12688
03d9d5fa
ZU
12689%files latex-xcolor
12690%defattr(644,root,root,755)
12691%doc %{texmfdist}/doc/latex/xcolor
04123363 12692%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
12693%{texmfdist}/source/latex/xcolor
12694
2496d461
ZU
12695# %files format-latex
12696# %defattr(644,root,root,755)
26d8eaaa 12697# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
12698
12699%files format-pdflatex
12700%defattr(644,root,root,755)
12701#%{texmf}/pdftex/latex/config
26d8eaaa 12702# %dir %{texmf}/pdftex/latex
d08789e0 12703%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 12704%{_mandir}/man1/pdflatex.1*
26d8eaaa 12705# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 12706
26d8eaaa
ZU
12707# %files platex
12708# %defattr(644,root,root,755)
12709# %doc %{texmf}/doc/latex/platex
12710# %dir %{texmf}/tex/platex
12711# %{texmf}/tex/platex/config
12712# %{texmf}/tex/latex/platex
d08789e0 12713
26d8eaaa
ZU
12714# %files format-platex
12715# %defattr(644,root,root,755)
12716# %attr(755,root,root) %{_bindir}/platex
d08789e0 12717#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 12718# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
12719#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
12720
26d8eaaa
ZU
12721# %files format-pdfplatex
12722# %defattr(644,root,root,755)
d08789e0
ZU
12723#%dir %{texmf}/pdftex/platex
12724#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
12725# %attr(755,root,root) %{_bindir}/pdfplatex
12726# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
12727
12728%files tex-babel
12729%defattr(644,root,root,755)
c9ddaf2d 12730%{texmfdist}/source/generic/babel
26d8eaaa
ZU
12731%doc %{texmfdist}/doc/generic/babel
12732%{texmfdist}/tex/generic/babel
d08789e0
ZU
12733
12734%files tex-german
12735%defattr(644,root,root,755)
26d8eaaa
ZU
12736%doc %{texmfdist}/doc/generic/german
12737%{texmfdist}/tex/generic/german
d08789e0
ZU
12738
12739%files tex-mfpic
12740%defattr(644,root,root,755)
26d8eaaa
ZU
12741%doc %{texmfdist}/doc/generic/mfpic
12742%{texmfdist}/tex/generic/mfpic
caaf987e 12743%{texmfdist}/source/generic/mfpic
d08789e0 12744
783773ac
ZU
12745%files tex-midnight
12746%defattr(644,root,root,755)
12747%doc %{texmfdist}/doc/generic/midnight
12748%{texmfdist}/tex/generic/midnight
12749
d08789e0
ZU
12750%files tex-misc
12751%defattr(644,root,root,755)
c9ddaf2d 12752%{texmfdist}/source/generic/tap
26d8eaaa
ZU
12753%doc %{texmfdist}/doc/latex/localloc
12754%doc %{texmfdist}/doc/generic/multido
12755%doc %{texmfdist}/doc/generic/tap
d08789e0 12756
26d8eaaa
ZU
12757%{texmfdist}/tex/generic/eijkhout
12758%{texmfdist}/tex/generic/multido
12759%{texmfdist}/tex/generic/misc
d08789e0
ZU
12760
12761%files tex-pictex
12762%defattr(644,root,root,755)
2677a8b0
ZU
12763%doc %{texmfdist}/doc/generic/pictex
12764%{texmfdist}/tex/generic/pictex
d08789e0 12765
29d720fe
ZU
12766%files tex-psizzl
12767%defattr(644,root,root,755)
12768%{texmfdist}/doc/psizzl
12769%{texmfdist}/source/psizzl
12770%{texmfdist}/tex/psizzl
12771
d08789e0
ZU
12772%files tex-pstricks
12773%defattr(644,root,root,755)
26d8eaaa 12774%doc %{texmfdist}/doc/generic/pstricks
783773ac 12775%doc %{texmfdist}/doc/generic/pstricks-add
26d8eaaa
ZU
12776%{texmfdist}/dvips/pstricks
12777%{texmfdist}/tex/generic/pstricks
783773ac 12778%{texmfdist}/tex/latex/pstricks-add
d08789e0 12779
26d8eaaa
ZU
12780# %files tex-qpx
12781# %defattr(644,root,root,755)
12782# %doc %{texmf}/doc/fonts/polish/qpx
12783# %{texmf}/tex/generic/qpx
d08789e0 12784
31bd2c4a 12785%files tex-qpxqtx
d08789e0 12786%defattr(644,root,root,755)
26d8eaaa
ZU
12787%doc %{texmfdist}/doc/fonts/qpxqtx
12788%{texmfdist}/fonts/tfm/public/qpxqtx
12789%{texmfdist}/fonts/vf/public/qpxqtx
12790%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
12791
12792%files tex-ruhyphen
12793%defattr(644,root,root,755)
26d8eaaa
ZU
12794%{texmfdist}/tex/generic/ruhyphen
12795%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
12796
12797%files tex-spanish
12798%defattr(644,root,root,755)
26d8eaaa 12799%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 12800%dir %{texmfdist}/source/latex/mapcodes
04123363 12801%dir %{texmfdist}/source/latex/polyglot
21c69d95 12802%dir %{texmfdist}/source/latex/polyglot/langs
21c69d95
ZU
12803%dir %{texmfdist}/tex/latex/babelbib
12804%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 12805%dir %{texmfdist}/tex/texsis
21c69d95 12806%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
12807%{texmfdist}/source/generic/babel/spanish.ins
12808%{texmfdist}/source/generic/babel/spanish.dtx
12809%{texmfdist}/source/latex/polyglot/langs/spanish.ld
12810%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
12811%{texmfdist}/source/latex/mapcodes/spanish.map
12812%{texmfdist}/source/latex/mapcodes/spanish.dtx
12813%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
12814%{texmfdist}/tex/generic/babel/spanish.sty
12815%{texmfdist}/tex/generic/babel/spanish.ldf
12816%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
12817%{texmfdist}/tex/latex/custom-bib/spanish.mbs
12818%{texmfdist}/tex/latex/babelbib/spanish.bdf
26d8eaaa 12819%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
12820
12821%files tex-texdraw
12822%defattr(644,root,root,755)
26d8eaaa
ZU
12823%doc %{texmfdist}/doc/texdraw
12824%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
12825
12826%files tex-thumbpdf
12827%defattr(644,root,root,755)
26d8eaaa 12828%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 12829%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
12830%{texmfdist}/tex/generic/thumbpdf
12831%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
12832%{_mandir}/man1/thumbpdf.1*
12833
12834%files tex-ukrhyph
12835%defattr(644,root,root,755)
26d8eaaa
ZU
12836%doc %{texmfdist}/doc/generic/ukrhyph
12837%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
12838
12839%files latex-vietnam
12840%defattr(644,root,root,755)
26d8eaaa
ZU
12841%doc %{texmfdist}/doc/generic/vntex
12842%{texmfdist}/tex/latex/vntex
d08789e0
ZU
12843
12844%files tex-xypic
12845%defattr(644,root,root,755)
26d8eaaa
ZU
12846%doc %{texmfdist}/doc/generic/xypic
12847%{texmfdist}/tex/generic/xypic
d08789e0
ZU
12848
12849%files tex-xkeyval
12850%defattr(644,root,root,755)
4a09ae1a
ZU
12851%doc %{texmfdist}/doc/latex/xkeyval
12852%{texmfdist}/source/latex/xkeyval
12853%{texmfdist}/tex/generic/xkeyval
12854%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
12855
12856%files fonts-adobe
12857%defattr(644,root,root,755)
4a09ae1a
ZU
12858%{texmfdist}/fonts/type1/adobe
12859%{texmfdist}/fonts/afm/adobe
12860%{texmfdist}/fonts/tfm/adobe
12861%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
12862
12863%files fonts-ae
12864%defattr(644,root,root,755)
4a09ae1a
ZU
12865%doc %{texmfdist}/doc/fonts/ae
12866%{texmfdist}/fonts/tfm/public/ae
12867%{texmfdist}/fonts/vf/public/ae
12868%{texmfdist}/source/fonts/ae
d08789e0
ZU
12869
12870%files fonts-ams
12871%defattr(644,root,root,755)
4a09ae1a
ZU
12872%{texmfdist}/bibtex/bst/ams
12873%{texmfdist}/bibtex/bib/ams
12874%{texmfdist}/dvips/ams
12875%{texmfdist}/fonts/source/public/ams
12876%{texmfdist}/fonts/type1/bluesky/ams
12877%{texmfdist}/fonts/afm/bluesky/ams
12878%{texmfdist}/fonts/tfm/public/ams
12879%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
12880
12881%files fonts-antp
12882%defattr(644,root,root,755)
26d8eaaa 12883%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
12884%{texmfdist}/fonts/enc/dvips/antp
12885%{texmfdist}/fonts/map/dvips/antp
12886%{texmfdist}/fonts/afm/public/antp
12887%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 12888%{texmfdist}/dvips/antp
d08789e0
ZU
12889
12890%files fonts-antt
12891%defattr(644,root,root,755)
4a09ae1a
ZU
12892%doc %{texmfdist}/doc/fonts/antt
12893%{texmfdist}/fonts/afm/public/antt
12894%{texmfdist}/fonts/opentype/public/antt
12895%{texmfdist}/fonts/enc/dvips/antt
12896%{texmfdist}/fonts/tfm/public/antt
12897%{texmfdist}/fonts/map/dvips/antt
12898%{texmfdist}/tex/plain/antt
12899%{texmfdist}/tex/latex/antt
d08789e0 12900
5bc70a92
MB
12901%files fonts-arphic
12902%defattr(644,root,root,755)
12903%doc %{texmfdist}/doc/fonts/arphic
12904%{texmfdist}/fonts/afm/arphic
12905%{texmfdist}/fonts/tfm/arphic
12906%{texmfdist}/fonts/vf/arphic
12907
d08789e0
ZU
12908%files fonts-bbm
12909%defattr(644,root,root,755)
4a09ae1a
ZU
12910%doc %{texmfdist}/doc/fonts/bbm
12911%{texmfdist}/fonts/source/public/bbm
12912%{texmfdist}/fonts/tfm/public/bbm
12913%{texmfdist}/source/latex/bbm
12914%{texmfdist}/tex/latex/bbm
d08789e0
ZU
12915
12916%files fonts-bbold
12917%defattr(644,root,root,755)
4a09ae1a
ZU
12918%{texmfdist}/fonts/source/public/bbold
12919%{texmfdist}/fonts/tfm/public/bbold
d08789e0 12920
4a09ae1a
ZU
12921# %files fonts-bh
12922# %defattr(644,root,root,755)
12923# %doc %{texmf}/doc/fonts/bh
12924# %{texmf}/fonts/tfm/bh
12925# %{texmf}/fonts/vf/bh
d08789e0
ZU
12926
12927%files fonts-bitstream
12928%defattr(644,root,root,755)
4a09ae1a
ZU
12929%{texmfdist}/fonts/afm/bitstrea
12930%{texmfdist}/fonts/tfm/bitstrea
12931%{texmfdist}/fonts/vf/bitstrea
d08789e0 12932
5b7eba8e
MB
12933#%files fonts-cbgreek
12934#%defattr(644,root,root,755)
d08789e0
ZU
12935
12936%files fonts-cc-pl
12937%defattr(644,root,root,755)
4a09ae1a
ZU
12938%{texmfdist}/fonts/source/public/cc-pl
12939%{texmfdist}/fonts/enc/dvips/cc-pl
12940%{texmfdist}/fonts/tfm/public/cc-pl
12941%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 12942
d08789e0
ZU
12943%files fonts-cg
12944%defattr(644,root,root,755)
4a09ae1a
ZU
12945%{texmfdist}/fonts/tfm/cg
12946%{texmfdist}/fonts/vf/cg
d08789e0
ZU
12947
12948%files fonts-cm
12949%defattr(644,root,root,755)
ffd94364 12950%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
12951%dir %{texmfdist}/doc/fonts
12952%dir %{texmfdist}/dvips
12953%dir %{texmfdist}/fonts/afm/bluesky
12954%dir %{texmfdist}/fonts/map/dvips
12955%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
12956%{texmfdist}/dvips/cm
12957%{texmfdist}/fonts/source/public/cm
12958%{texmfdist}/fonts/afm/bluesky/cm
12959%{texmfdist}/fonts/tfm/public/cm
12960%{texmfdist}/fonts/pk/ljfour/public/cm
12961%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
12962
12963%files fonts-cmbright
12964%defattr(644,root,root,755)
4a09ae1a
ZU
12965%doc %{texmfdist}/doc/latex/cmbright
12966%{texmfdist}/fonts/source/public/cmbright
12967%{texmfdist}/fonts/tfm/public/cmbright
12968%{texmfdist}/source/latex/cmbright
12969%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
12970
12971%files fonts-cmcyr
12972%defattr(644,root,root,755)
4a09ae1a
ZU
12973%doc %{texmfdist}/doc/fonts/cmcyr
12974%{texmfdist}/fonts/source/public/cmcyr
12975%{texmfdist}/fonts/type1/public/cmcyr
12976%{texmfdist}/fonts/tfm/public/cmcyr
12977%{texmfdist}/fonts/vf/public/cmcyr
12978%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
12979
12980%files fonts-cmextra
12981%defattr(644,root,root,755)
4a09ae1a
ZU
12982%{texmfdist}/fonts/source/public/cmextra
12983%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 12984
5d7e11d7
ZU
12985%files fonts-cmsuper
12986%defattr(644,root,root,755)
12987%doc %{texmfdist}/doc/fonts/cm-super
12988%{texmfdist}/fonts/afm/public/cm-super
12989%{texmfdist}/fonts/enc/dvips/cm-super
12990%{texmfdist}/fonts/map/dvips/cm-super
12991%{texmfdist}/fonts/map/vtex/cm-super
12992%{texmfdist}/fonts/type1/public/cm-super
12993
d08789e0
ZU
12994%files fonts-concmath
12995%defattr(644,root,root,755)
4a09ae1a
ZU
12996%doc %{texmfdist}/doc/fonts/concmath
12997%doc %{texmfdist}/doc/latex/concmath
12998%{texmfdist}/fonts/source/public/concmath
12999%{texmfdist}/fonts/tfm/public/concmath
13000%{texmfdist}/source/latex/concmath
13001%{texmfdist}/tex/latex/concmath
d08789e0
ZU
13002
13003%files fonts-concrete
13004%defattr(644,root,root,755)
4a09ae1a
ZU
13005%doc %{texmfdist}/doc/fonts/concrete
13006%{texmfdist}/fonts/source/public/concrete
13007%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
13008
13009%files fonts-cs
13010%defattr(644,root,root,755)
4a09ae1a
ZU
13011%{texmfdist}/dvips/cs
13012%{texmfdist}/fonts/source/public/cs
13013%{texmfdist}/fonts/enc/dvips/cs
13014%{texmfdist}/fonts/tfm/public/cs
13015%{texmfdist}/fonts/map/dvips/cs
d08789e0 13016
5b7eba8e
MB
13017#%files fonts-dstroke
13018#%defattr(644,root,root,755)
d08789e0
ZU
13019
13020%files fonts-ecc
13021%defattr(644,root,root,755)
4a09ae1a
ZU
13022%doc %{texmfdist}/doc/fonts/ecc
13023%{texmfdist}/fonts/source/public/ecc
13024%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
13025
13026%files fonts-eurosym
13027%defattr(644,root,root,755)
4a09ae1a
ZU
13028%doc %{texmfdist}/doc/fonts/eurosym
13029%{texmfdist}/fonts/source/public/eurosym
13030%{texmfdist}/fonts/tfm/public/eurosym
13031%{texmfdist}/fonts/map/dvips/eurosym
13032%{texmfdist}/source/fonts/eurosym
13033%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
13034
13035%files fonts-eulervm
13036%defattr(644,root,root,755)
7179ac92
ZU
13037%doc %{texmfdist}/doc/latex/eulervm
13038%{texmfdist}/fonts/tfm/public/eulervm
13039%{texmfdist}/fonts/vf/public/eulervm
13040%{texmfdist}/source/latex/eulervm
13041%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
13042
13043%files fonts-euxm
13044%defattr(644,root,root,755)
7179ac92
ZU
13045%{texmfdist}/fonts/source/public/euxm
13046%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
13047
13048%files fonts-gothic
13049%defattr(644,root,root,755)
7179ac92
ZU
13050%{texmfdist}/doc/fonts/gothic
13051%{texmfdist}/dvips/gothic
13052%{texmfdist}/fonts/source/public/gothic
13053%{texmfdist}/fonts/type1/public/gothic
13054%{texmfdist}/fonts/afm/public/gothic
13055%{texmfdist}/fonts/tfm/public/gothic
13056%{texmfdist}/fonts/vf/public/gothic
13057%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
13058
13059%files fonts-hoekwater
13060%defattr(644,root,root,755)
7179ac92
ZU
13061%{texmfdist}/fonts/afm/hoekwater
13062%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 13063%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
13064
13065%files fonts-jknappen
13066%defattr(644,root,root,755)
7179ac92
ZU
13067%{texmfdist}/fonts/source/jknappen
13068%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
13069
13070%files fonts-latex
13071%defattr(644,root,root,755)
7179ac92 13072%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
13073%dir %{texmfdist}/fonts/source/public/latex-fonts
13074%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
13075%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
13076%dir %{texmfdist}/fonts/tfm/public/latex-fonts
13077%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
13078%{texmfdist}/fonts/source/public/esint
13079%{texmfdist}/fonts/tfm/public/esint
13080%{texmfdist}/source/latex/esint
13081%{texmfdist}/tex/latex/esint
f2555868
ZU
13082%{texmfdist}/fonts/source/public/latex-fonts/*
13083%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
13084%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
13085%{texmfdist}/fonts/tfm/public/latex-fonts/*
13086%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
13087
13088%files fonts-lh
13089%defattr(644,root,root,755)
7179ac92
ZU
13090%doc %{texmfdist}/doc/fonts/lh
13091%{texmfdist}/fonts/source/lh
13092%{texmfdist}/metapost/support/charlib/LH
13093%{texmfdist}/source/fonts/lh
13094%{texmfdist}/source/latex/lh
d08789e0
ZU
13095
13096%files fonts-lm
13097%defattr(644,root,root,755)
7179ac92
ZU
13098%doc %{texmfdist}/doc/fonts/lm
13099%{texmfdist}/fonts/type1/public/lm
13100%{texmfdist}/fonts/afm/public/lm
13101%{texmfdist}/fonts/opentype/public/lm
13102%{texmfdist}/fonts/enc/dvips/lm
13103%{texmfdist}/fonts/tfm/public/lm
13104%{texmfdist}/fonts/map/dvips/lm
13105%{texmfdist}/fonts/map/dvipdfm/lm
13106%{texmfdist}/source/fonts/lm
13107%{texmfdist}/tex/latex/lm
d08789e0
ZU
13108
13109%files fonts-marvosym
13110%defattr(644,root,root,755)
7179ac92 13111%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
13112%dir %{texmfdist}/source/fonts/eurofont
13113%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 13114%dir %{texmfdist}/tex/latex
7179ac92
ZU
13115%{texmfdist}/fonts/type1/public/marvosym
13116%{texmfdist}/fonts/afm/public/marvosym
13117%{texmfdist}/fonts/tfm/public/marvosym
13118%{texmfdist}/fonts/map/dvips/marvosym
f2555868 13119%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 13120%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
13121
13122%files fonts-mflogo
13123%defattr(644,root,root,755)
7179ac92
ZU
13124%doc %{texmfdist}/doc/latex/mflogo
13125%{texmfdist}/fonts/source/public/mflogo
13126%{texmfdist}/fonts/type1/hoekwater/mflogo
13127%{texmfdist}/fonts/afm/hoekwater/mflogo
13128%{texmfdist}/fonts/tfm/public/mflogo
13129%{texmfdist}/fonts/map/dvips/mflogo
13130%{texmfdist}/source/latex/mflogo
13131%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
13132
13133%files fonts-misc
13134%defattr(644,root,root,755)
7179ac92
ZU
13135%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
13136%{texmfdist}/fonts/source/public/misc
13137%{texmfdist}/fonts/tfm/public/misc
13138%{texmfdist}/fonts/misc
d08789e0
ZU
13139
13140%files fonts-monotype
13141%defattr(644,root,root,755)
7179ac92
ZU
13142%{texmfdist}/fonts/tfm/monotype
13143%{texmfdist}/fonts/vf/monotype
d08789e0 13144
f1ba8563
ZU
13145%files fonts-other
13146%defattr(644,root,root,755)
745facc7 13147
f4f1ef6b 13148%{texmf}/fonts/sfd
745facc7 13149%doc %{texmfdist}/doc/fonts/yi4latex
caaf987e 13150%{texmfdist}/fonts/afm/itc
f4f1ef6b 13151%{texmf}/fonts/map/glyphlist
caaf987e
ZU
13152%{texmfdist}/fonts/map/glyphlist
13153%{texmfdist}/fonts/source/public/knuthotherfonts
745facc7
ZU
13154%{texmfdist}/fonts/source/public/yi4latex
13155%{texmfdist}/fonts/tfm/public/yi4latex
13156
13157%{texmfdist}/fonts/tfm/public/pslatex
13158%{texmfdist}/fonts/map/dvips/pslatex
13159%{texmfdist}/fonts/vf/public/pslatex
13160
f1ba8563
ZU
13161%doc %{texmfdist}/doc/fonts/allrunes
13162%{texmfdist}/fonts/source/public/allrunes
13163%{texmfdist}/fonts/tfm/public/allrunes
13164%{texmfdist}/fonts/type1/public/allrunes
13165%{texmfdist}/source/fonts/allrunes
13166
13167%doc %{texmfdist}/doc/fonts/antiqua
13168%{texmfdist}/fonts/map/dvips/antiqua
13169
13170%{texmfdist}/fonts/source/public/apl
13171%{texmfdist}/fonts/tfm/public/apl
13172%{texmfdist}/source/fonts/apl
13173
8affbd2c
ZU
13174%{texmfdist}/fonts/afm/arabi
13175%{texmfdist}/fonts/tfm/arabi
13176%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
13177%{texmfdist}/fonts/enc/dvips/arabi
13178%{texmfdist}/fonts/map/dvips/arabi
13179
13180%{texmfdist}/fonts/map/dvips/arabtex
13181%{texmfdist}/fonts/source/public/arabtex
13182%{texmfdist}/fonts/tfm/public/arabtex
13183%{texmfdist}/fonts/type1/public/arabtex
13184
13185%doc %{texmfdist}/doc/fonts/archaic
13186%{texmfdist}/fonts/afm/public/archaic
13187%{texmfdist}/fonts/map/dvips/archaic
13188%{texmfdist}/fonts/source/public/archaic
13189%{texmfdist}/fonts/tfm/public/archaic
13190%{texmfdist}/fonts/type1/public/archaic
13191%{texmfdist}/source/fonts/archaic
13192
13193%doc %{texmfdist}/doc/fonts/arev
13194%{texmfdist}/fonts/afm/public/arev
13195%{texmfdist}/fonts/enc/dvips/arev
13196%{texmfdist}/fonts/map/dvips/arev
13197%{texmfdist}/fonts/tfm/public/arev
13198%{texmfdist}/fonts/type1/public/arev
13199%{texmfdist}/fonts/vf/public/arev
13200%{texmfdist}/source/fonts/arev
13201
13202%{texmfdist}/fonts/tfm/vntex/arevvn
13203%{texmfdist}/fonts/type1/vntex/arevvn
13204
13205%{texmfdist}/fonts/source/public/ar
13206%{texmfdist}/fonts/tfm/public/ar
13207
13208%doc %{texmfdist}/doc/fonts/armenian
13209%{texmfdist}/fonts/source/public/armenian
13210%{texmfdist}/fonts/tfm/public/armenian
13211
13212%{texmfdist}/fonts/map/dvips/arphic
13213
13214%doc %{texmfdist}/doc/fonts/malayalam
13215%doc %{texmfdist}/doc/fonts/Asana-Math
13216%{texmfdist}/fonts/opentype/public/Asana-Math
13217
13218%doc %{texmfdist}/doc/fonts/ascii
13219%{texmfdist}/fonts/map/dvips/ascii
13220%{texmfdist}/fonts/tfm/public/ascii
13221%{texmfdist}/fonts/type1/public/ascii
13222
13223%doc %{texmfdist}/doc/fonts/astro
13224%{texmfdist}/fonts/source/public/astro
13225%{texmfdist}/fonts/tfm/public/astro
13226
13227%{texmfdist}/fonts/afm/public/augie
13228%{texmfdist}/fonts/map/dvips/augie
13229%{texmfdist}/fonts/tfm/public/augie
13230%{texmfdist}/fonts/type1/public/augie
13231%{texmfdist}/fonts/vf/public/augie
13232
13233%doc %{texmfdist}/doc/fonts/auncial-new
13234%{texmfdist}/fonts/afm/public/auncial-new
13235%{texmfdist}/fonts/map/dvips/auncial-new
13236%{texmfdist}/fonts/tfm/public/auncial-new
13237%{texmfdist}/fonts/type1/public/auncial-new
13238%{texmfdist}/source/fonts/auncial-new
13239
13240%{texmfdist}/fonts/afm/public/aurical
13241%{texmfdist}/fonts/map/dvips/aurical
13242%{texmfdist}/fonts/source/public/aurical
13243%{texmfdist}/fonts/tfm/public/aurical
13244%{texmfdist}/fonts/type1/public/aurical
13245
13246%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563 13247
f1ba8563
ZU
13248%{texmfdist}/fonts/source/public/bangtex
13249%{texmfdist}/fonts/tfm/public/bangtex
13250
13251%{texmfdist}/fonts/source/public/barcodes
13252%{texmfdist}/fonts/tfm/public/barcodes
13253
13254%{texmfdist}/fonts/source/public/bayer
13255%{texmfdist}/fonts/tfm/public/bayer
13256
13257%{texmfdist}/fonts/source/public/bbding
13258%{texmfdist}/fonts/tfm/public/bbding
13259
13260%{texmfdist}/fonts/map/dvips/belleek
198c241e 13261%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
13262
13263%{texmfdist}/fonts/source/public/bengali
13264%{texmfdist}/fonts/tfm/public/bengali
13265
13266%doc %{texmfdist}/doc/fonts/bera
13267%{texmfdist}/fonts/afm/public/bera
13268%{texmfdist}/fonts/map/dvips/bera
13269%{texmfdist}/fonts/map/vtex/bera
13270%{texmfdist}/fonts/tfm/public/bera
13271%{texmfdist}/fonts/type1/public/bera
13272%{texmfdist}/fonts/vf/public/bera
13273
13274%doc %{texmfdist}/doc/fonts/blacklettert1
13275%{texmfdist}/fonts/tfm/public/blacklettert1
13276%{texmfdist}/fonts/vf/public/blacklettert1
13277%{texmfdist}/source/fonts/blacklettert1
13278
13279%doc %{texmfdist}/doc/fonts/boisik
13280%{texmfdist}/fonts/source/public/boisik
13281
13282%doc %{texmfdist}/doc/fonts/bookhands
13283%{texmfdist}/fonts/source/public/bookhands
13284
13285%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
13286
13287%{texmfdist}/fonts/afm/public/brushscr
13288%{texmfdist}/fonts/map/dvips/brushscr
13289%{texmfdist}/fonts/tfm/public/brushscr
13290%{texmfdist}/fonts/type1/public/brushscr
13291%{texmfdist}/fonts/vf/public/brushscr
13292
13293%doc %{texmfdist}/doc/fonts/burmese
13294%{texmfdist}/fonts/map/dvips/burmese
13295%{texmfdist}/fonts/tfm/public/burmese
13296%{texmfdist}/fonts/type1/public/burmese
13297
8affbd2c
ZU
13298%doc %{texmfdist}/doc/fonts/cns
13299%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
13300
13301%{texmfdist}/fonts/enc/dvips/c90enc
13302
13303%{texmfdist}/fonts/source/public/calligra
13304%{texmfdist}/fonts/tfm/public/calligra
13305
13306%doc %{texmfdist}/doc/fonts/carolmin-ps
13307%{texmfdist}/fonts/afm/public/carolmin-ps
13308%{texmfdist}/fonts/map/dvips/carolmin-ps
13309%{texmfdist}/fonts/type1/public/carolmin-ps
13310
13311%{texmfdist}/fonts/source/public/casyl
13312%{texmfdist}/fonts/tfm/public/casyl
13313
13314%{texmfdist}/fonts/source/public/cbcoptic
13315%{texmfdist}/fonts/tfm/public/cbcoptic
13316%{texmfdist}/fonts/type1/public/cbcoptic
13317
13318%doc %{texmfdist}/doc/fonts/cbfonts
13319%{texmfdist}/fonts/enc/dvips/cbfonts
13320%{texmfdist}/fonts/map/dvips/cbfonts
13321%{texmfdist}/fonts/source/public/cbfonts
13322%{texmfdist}/fonts/tfm/public/cbfonts
13323%{texmfdist}/fonts/type1/public/cbfonts
13324
c9ddaf2d 13325%doc %{texmfdist}/doc/fonts/charter
f1ba8563
ZU
13326%{texmfdist}/fonts/afm/vntex/chartervn
13327%{texmfdist}/fonts/tfm/vntex/chartervn
13328%{texmfdist}/fonts/type1/vntex/chartervn
13329%{texmfdist}/fonts/vf/vntex/chartervn
13330
f1ba8563
ZU
13331%{texmfdist}/fonts/source/public/cherokee
13332%{texmfdist}/fonts/tfm/public/cherokee
13333
f1ba8563
ZU
13334%{texmfdist}/fonts/source/public/china2e
13335%{texmfdist}/fonts/tfm/public/china2e
13336
13337%{texmfdist}/fonts/source/public/circ
13338%{texmfdist}/fonts/tfm/public/circ
13339
13340%doc %{texmfdist}/doc/fonts/cirth
13341%{texmfdist}/fonts/source/public/cirth
13342%{texmfdist}/fonts/tfm/public/cirth
13343
13344%doc %{texmfdist}/doc/fonts/cjhebrew
13345%{texmfdist}/fonts/afm/public/cjhebrew
13346%{texmfdist}/fonts/enc/dvips/cjhebrew
13347%{texmfdist}/fonts/map/dvips/cjhebrew
13348%{texmfdist}/fonts/tfm/public/cjhebrew
13349%{texmfdist}/fonts/type1/public/cjhebrew
13350%{texmfdist}/fonts/vf/public/cjhebrew
13351
13352%{texmfdist}/fonts/source/public/clock
13353%{texmfdist}/fonts/tfm/public/clock
13354
13355%doc %{texmfdist}/doc/fonts/cmastro
13356%{texmfdist}/fonts/source/public/cmastro
13357%{texmfdist}/fonts/tfm/public/cmastro
13358
13359%{texmfdist}/fonts/tfm/vntex/cmbrightvn
13360%{texmfdist}/fonts/type1/vntex/cmbrightvn
13361
13362%{texmfdist}/fonts/type1/public/cmex
13363
13364%{texmfdist}/fonts/afm/public/cm-lgc
13365%{texmfdist}/fonts/enc/dvips/cm-lgc
13366%{texmfdist}/fonts/map/dvips/cm-lgc
13367%{texmfdist}/fonts/ofm/public/cm-lgc
13368%{texmfdist}/fonts/ovf/public/cm-lgc
13369%{texmfdist}/fonts/tfm/public/cm-lgc
13370%{texmfdist}/fonts/type1/public/cm-lgc
13371%{texmfdist}/fonts/vf/public/cm-lgc
13372
f1ba8563
ZU
13373
13374%doc %{texmfdist}/doc/fonts/cmpica
13375%{texmfdist}/fonts/source/public/cmpica
13376%{texmfdist}/fonts/tfm/public/cmpica
13377
f1ba8563 13378
f1ba8563
ZU
13379%{texmfdist}/fonts/tfm/vntex/comicsansvn
13380%{texmfdist}/fonts/type1/vntex/comicsansvn
13381%{texmfdist}/fonts/vf/vntex/comicsansvn
13382
13383%{texmfdist}/fonts/tfm/vntex/concretevn
13384%{texmfdist}/fonts/type1/vntex/concretevn
13385
8affbd2c
ZU
13386%{texmfdist}/fonts/afm/ibm
13387%{texmfdist}/fonts/tfm/ibm
13388%{texmfdist}/fonts/vf/ibm
f1ba8563 13389%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
13390%{texmfdist}/fonts/tfm/cspsfonts-adobe
13391%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
13392
13393%doc %{texmfdist}/doc/fonts/croatian
13394%{texmfdist}/fonts/source/public/croatian
13395
13396%{texmfdist}/fonts/afm/public/cryst
13397%{texmfdist}/fonts/source/public/cryst
13398%{texmfdist}/fonts/tfm/public/cryst
13399%{texmfdist}/fonts/type1/public/cryst
13400
13401%{texmfdist}/fonts/source/public/ctib
13402%{texmfdist}/fonts/tfm/public/ctib
13403
13404%doc %{texmfdist}/doc/fonts/cyklop
13405%{texmfdist}/fonts/afm/public/cyklop
13406%{texmfdist}/fonts/enc/dvips/cyklop
13407%{texmfdist}/fonts/map/dvips/cyklop
13408%{texmfdist}/fonts/opentype/public/cyklop
13409%{texmfdist}/fonts/tfm/public/cyklop
13410%{texmfdist}/fonts/type1/public/cyklop
13411
13412%{texmfdist}/fonts/source/public/dancers
13413%{texmfdist}/fonts/tfm/public/dancers
13414
13415%doc %{texmfdist}/doc/fonts/dice
13416%{texmfdist}/fonts/source/public/dice
13417%{texmfdist}/fonts/tfm/public/dice
13418
13419%doc %{texmfdist}/doc/fonts/dictsym
13420%{texmfdist}/fonts/afm/public/dictsym
13421%{texmfdist}/fonts/map/dvips/dictsym
13422%{texmfdist}/fonts/map/vtex/dictsym
13423%{texmfdist}/fonts/tfm/public/dictsym
13424%{texmfdist}/fonts/type1/public/dictsym
13425
13426%doc %{texmfdist}/doc/fonts/dingbat
13427%{texmfdist}/fonts/tfm/public/dingbat
13428%{texmfdist}/source/fonts/dingbat
13429
f1ba8563
ZU
13430%doc %{texmfdist}/doc/fonts/doublestroke
13431%{texmfdist}/fonts/map/dvips/doublestroke
13432%{texmfdist}/fonts/source/public/doublestroke
13433%{texmfdist}/fonts/tfm/public/doublestroke
13434%{texmfdist}/fonts/type1/public/doublestroke
13435
13436%doc %{texmfdist}/doc/fonts/duerer
13437%{texmfdist}/fonts/source/public/duerer
13438%{texmfdist}/fonts/tfm/public/duerer
13439
13440%doc %{texmfdist}/doc/fonts/ean
13441%{texmfdist}/fonts/source/public/ean
13442%{texmfdist}/fonts/tfm/public/ean
13443
13444%doc %{texmfdist}/doc/fonts/eco
13445%{texmfdist}/fonts/tfm/public/eco
13446%{texmfdist}/fonts/vf/public/eco
13447%{texmfdist}/source/fonts/eco
13448
13449%doc %{texmfdist}/doc/fonts/eiad
13450%{texmfdist}/fonts/source/public/eiad
13451%{texmfdist}/fonts/tfm/public/eiad
13452
13453%doc %{texmfdist}/doc/fonts/elvish
13454%{texmfdist}/fonts/source/public/elvish
13455%{texmfdist}/fonts/tfm/public/elvish
13456
13457%doc %{texmfdist}/doc/fonts/epigrafica
13458%{texmfdist}/fonts/afm/public/epigrafica
13459%{texmfdist}/fonts/enc/dvips/epigrafica
13460%{texmfdist}/fonts/map/dvips/epigrafica
13461%{texmfdist}/fonts/tfm/public/epigrafica
13462%{texmfdist}/fonts/type1/public/epigrafica
13463%{texmfdist}/fonts/vf/public/epigrafica
13464
13465%{texmfdist}/fonts/map/dvips/epiolmec
13466%{texmfdist}/fonts/tfm/public/epiolmec
13467%{texmfdist}/fonts/type1/public/epiolmec
13468
13469%doc %{texmfdist}/doc/fonts/esint-type1
13470%{texmfdist}/fonts/map/dvips/esint-type1
13471%{texmfdist}/fonts/type1/public/esint-type1
13472
f1ba8563
ZU
13473%{texmfdist}/fonts/ofm/public/ethiop
13474%{texmfdist}/fonts/ovf/public/ethiop
13475%{texmfdist}/fonts/ovp/public/ethiop
13476%{texmfdist}/fonts/source/public/ethiop
13477%{texmfdist}/fonts/tfm/public/ethiop
13478
13479%{texmfdist}/fonts/map/dvips/ethiop-t1
13480%{texmfdist}/fonts/type1/public/ethiop-t1
13481
13482%doc %{texmfdist}/doc/fonts/euro-ce
13483%{texmfdist}/fonts/source/public/euro-ce
13484%{texmfdist}/fonts/tfm/public/euro-ce
13485
13486%doc %{texmfdist}/doc/fonts/eurofont
13487%{texmfdist}/fonts/map/dvips/eurofont
13488%{texmfdist}/source/fonts/eurofont
13489
f1ba8563
ZU
13490%doc %{texmfdist}/doc/fonts/feyn
13491%{texmfdist}/fonts/source/public/feyn
13492%{texmfdist}/fonts/tfm/public/feyn
13493%{texmfdist}/source/fonts/feyn
13494
13495%doc %{texmfdist}/doc/fonts/fge
13496%{texmfdist}/fonts/source/public/fge
13497%{texmfdist}/fonts/tfm/public/fge
13498%{texmfdist}/source/fonts/fge
13499
13500%{texmfdist}/fonts/map/dvips/foekfont
13501%{texmfdist}/fonts/tfm/public/foekfont
13502%{texmfdist}/fonts/type1/public/foekfont
13503
13504%doc %{texmfdist}/doc/fonts/fonetika
13505%{texmfdist}/fonts/afm/public/fonetika
13506%{texmfdist}/fonts/map/dvips/fonetika
13507%{texmfdist}/fonts/tfm/public/fonetika
13508%{texmfdist}/fonts/type1/public/fonetika
13509
13510%doc %{texmfdist}/doc/fonts/fourier
13511%{texmfdist}/fonts/afm/public/fourier
13512%{texmfdist}/fonts/map/dvips/fourier
13513%{texmfdist}/fonts/tfm/public/fourier
13514%{texmfdist}/fonts/type1/public/fourier
13515%{texmfdist}/fonts/vf/public/fourier
13516%{texmfdist}/source/fonts/fourier
13517
13518%doc %{texmfdist}/doc/fonts/fouriernc
13519%{texmfdist}/fonts/afm/public/fouriernc
13520%{texmfdist}/fonts/tfm/public/fouriernc
13521%{texmfdist}/fonts/vf/public/fouriernc
13522
13523%doc %{texmfdist}/doc/fonts/frcursive
13524%{texmfdist}/fonts/source/public/frcursive
13525%{texmfdist}/fonts/tfm/public/frcursive
13526%{texmfdist}/source/fonts/frcursive
13527
13528%doc %{texmfdist}/doc/fonts/futhark
13529%{texmfdist}/fonts/source/public/futhark
13530%{texmfdist}/fonts/tfm/public/futhark
13531
13532%{texmfdist}/fonts/afm/public/garuda
13533%{texmfdist}/fonts/map/dvips/garuda
13534%{texmfdist}/fonts/tfm/public/garuda
13535%{texmfdist}/fonts/type1/public/garuda
13536
13537%doc %{texmfdist}/doc/fonts/genealogy
13538%{texmfdist}/fonts/source/public/genealogy
13539%{texmfdist}/fonts/tfm/public/genealogy
13540
13541%doc %{texmfdist}/doc/fonts/gfsartemisia
13542%{texmfdist}/fonts/afm/public/gfsartemisia
13543%{texmfdist}/fonts/enc/dvips/gfsartemisia
13544%{texmfdist}/fonts/map/dvips/gfsartemisia
13545%{texmfdist}/fonts/opentype/public/gfsartemisia
13546%{texmfdist}/fonts/tfm/public/gfsartemisia
13547%{texmfdist}/fonts/type1/public/gfsartemisia
13548%{texmfdist}/fonts/vf/public/gfsartemisia
13549
13550%doc %{texmfdist}/doc/fonts/gfsbaskerville
13551%{texmfdist}/fonts/afm/public/gfsbaskerville
13552%{texmfdist}/fonts/enc/dvips/gfsbaskerville
13553%{texmfdist}/fonts/map/dvips/gfsbaskerville
13554%{texmfdist}/fonts/opentype/public/gfsbaskerville
13555%{texmfdist}/fonts/tfm/public/gfsbaskerville
13556%{texmfdist}/fonts/type1/public/gfsbaskerville
13557%{texmfdist}/fonts/vf/public/gfsbaskerville
13558
13559%doc %{texmfdist}/doc/fonts/gfsbodoni
13560%{texmfdist}/fonts/afm/public/gfsbodoni
13561%{texmfdist}/fonts/enc/dvips/gfsbodoni
13562%{texmfdist}/fonts/map/dvips/gfsbodoni
13563%{texmfdist}/fonts/opentype/public/gfsbodoni
13564%{texmfdist}/fonts/tfm/public/gfsbodoni
13565%{texmfdist}/fonts/type1/public/gfsbodoni
13566%{texmfdist}/fonts/vf/public/gfsbodoni
13567
13568%doc %{texmfdist}/doc/fonts/gfscomplutum
13569%{texmfdist}/fonts/afm/public/gfscomplutum
13570%{texmfdist}/fonts/enc/dvips/gfscomplutum
13571%{texmfdist}/fonts/map/dvips/gfscomplutum
13572%{texmfdist}/fonts/opentype/public/gfscomplutum
13573%{texmfdist}/fonts/tfm/public/gfscomplutum
13574%{texmfdist}/fonts/type1/public/gfscomplutum
13575%{texmfdist}/fonts/vf/public/gfscomplutum
13576
13577%doc %{texmfdist}/doc/fonts/gfsdidot
13578%{texmfdist}/fonts/afm/public/gfsdidot
13579%{texmfdist}/fonts/enc/dvips/gfsdidot
13580%{texmfdist}/fonts/map/dvips/gfsdidot
13581%{texmfdist}/fonts/opentype/public/gfsdidot
13582%{texmfdist}/fonts/tfm/public/gfsdidot
13583%{texmfdist}/fonts/type1/public/gfsdidot
13584%{texmfdist}/fonts/vf/public/gfsdidot
13585
13586%doc %{texmfdist}/doc/fonts/gfsneohellenic
13587%{texmfdist}/fonts/afm/public/gfsneohellenic
13588%{texmfdist}/fonts/enc/dvips/gfsneohellenic
13589%{texmfdist}/fonts/map/dvips/gfsneohellenic
13590%{texmfdist}/fonts/opentype/public/gfsneohellenic
13591%{texmfdist}/fonts/tfm/public/gfsneohellenic
13592%{texmfdist}/fonts/type1/public/gfsneohellenic
13593%{texmfdist}/fonts/vf/public/gfsneohellenic
13594
13595%doc %{texmfdist}/doc/fonts/gfsporson
13596%{texmfdist}/fonts/afm/public/gfsporson
13597%{texmfdist}/fonts/enc/dvips/gfsporson
13598%{texmfdist}/fonts/map/dvips/gfsporson
13599%{texmfdist}/fonts/opentype/public/gfsporson
13600%{texmfdist}/fonts/tfm/public/gfsporson
13601%{texmfdist}/fonts/type1/public/gfsporson
13602%{texmfdist}/fonts/vf/public/gfsporson
13603
13604%doc %{texmfdist}/doc/fonts/gfssolomos
13605%{texmfdist}/fonts/afm/public/gfssolomos
13606%{texmfdist}/fonts/enc/dvips/gfssolomos
13607%{texmfdist}/fonts/map/dvips/gfssolomos
13608%{texmfdist}/fonts/opentype/public/gfssolomos
13609%{texmfdist}/fonts/tfm/public/gfssolomos
13610%{texmfdist}/fonts/type1/public/gfssolomos
13611%{texmfdist}/fonts/vf/public/gfssolomos
13612
f1ba8563
ZU
13613
13614%doc %{texmfdist}/doc/fonts/greenpoint
13615%{texmfdist}/fonts/source/public/greenpoint
13616%{texmfdist}/fonts/tfm/public/greenpoint
13617
13618%{texmfdist}/fonts/afm/groff
13619%{texmfdist}/fonts/enc/dvips/groff
13620%{texmfdist}/fonts/map/dvips/groff
13621%{texmfdist}/fonts/tfm/groff
13622%{texmfdist}/fonts/type1/groff
13623
13624%doc %{texmfdist}/doc/fonts/grotesq
13625%{texmfdist}/fonts/map/dvips/grotesq
13626
13627%{texmfdist}/fonts/afm/vntex/grotesqvn
13628%{texmfdist}/fonts/tfm/vntex/grotesqvn
13629%{texmfdist}/fonts/type1/vntex/grotesqvn
13630
13631%{texmfdist}/fonts/afm/public/grverb
13632%{texmfdist}/fonts/map/dvips/grverb
13633%{texmfdist}/fonts/tfm/public/grverb
13634%{texmfdist}/fonts/type1/public/grverb
13635%{texmfdist}/fonts/vf/public/grverb
13636
13637%{texmfdist}/fonts/source/public/hands
13638%{texmfdist}/fonts/tfm/public/hands
13639
8affbd2c
ZU
13640%{texmfdist}/fonts/afm/jmn
13641%{texmfdist}/fonts/tfm/jmn
13642%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
13643
13644%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
13645
13646%doc %{texmfdist}/doc/fonts/hfbright
13647%{texmfdist}/fonts/afm/public/hfbright
13648%{texmfdist}/fonts/enc/dvips/hfbright
13649%{texmfdist}/fonts/map/dvips/hfbright
13650%{texmfdist}/fonts/type1/public/hfbright
13651%{texmfdist}/source/fonts/hfbright
13652
13653%doc %{texmfdist}/doc/fonts/hfoldsty
13654%{texmfdist}/fonts/tfm/public/hfoldsty
13655%{texmfdist}/fonts/vf/public/hfoldsty
13656%{texmfdist}/source/fonts/hfoldsty
13657
13658%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 13659%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
13660%{texmfdist}/fonts/afm/public/ibygrk
13661%{texmfdist}/fonts/enc/dvips/ibygrk
13662%{texmfdist}/fonts/map/dvips/ibygrk
13663%{texmfdist}/fonts/source/public/ibygrk
13664%{texmfdist}/fonts/tfm/public/ibygrk
13665%{texmfdist}/fonts/type1/public/ibygrk
13666
13667%doc %{texmfdist}/doc/fonts/ifsym
13668%{texmfdist}/fonts/source/public/ifsym
13669%{texmfdist}/fonts/tfm/public/ifsym
13670
13671%doc %{texmfdist}/doc/fonts/initials
13672%{texmfdist}/fonts/afm/public/initials
13673%{texmfdist}/fonts/map/dvips/initials
13674%{texmfdist}/fonts/tfm/public/initials
13675%{texmfdist}/fonts/type1/public/initials
13676
745facc7 13677%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
13678%{texmfdist}/fonts/afm/public/itrans
13679%{texmfdist}/fonts/source/public/itrans
13680%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
13681%{texmfdist}/fonts/type1/public/itrans
13682
745facc7 13683%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
13684%{texmfdist}/fonts/afm/public/iwona
13685%{texmfdist}/fonts/enc/dvips/iwona
13686%{texmfdist}/fonts/map/dvips/iwona
13687%{texmfdist}/fonts/opentype/public/iwona
13688%{texmfdist}/fonts/tfm/public/iwona
13689%{texmfdist}/fonts/type1/public/iwona
13690
13691%{texmfdist}/fonts/enc/dvips/jmn
13692%{texmfdist}/fonts/map/dvips/jmn
13693
745facc7 13694%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
13695%{texmfdist}/fonts/source/public/kdgreek
13696%{texmfdist}/fonts/tfm/public/kdgreek
13697
13698%{texmfdist}/fonts/afm/public/kerkis
13699%{texmfdist}/fonts/enc/dvips/kerkis
13700%{texmfdist}/fonts/map/dvips/kerkis
13701%{texmfdist}/fonts/tfm/public/kerkis
13702%{texmfdist}/fonts/type1/public/kerkis
13703%{texmfdist}/fonts/vf/public/kerkis
13704
13705%doc %{texmfdist}/doc/fonts/kixfont
13706%{texmfdist}/fonts/source/public/kixfont
13707%{texmfdist}/fonts/tfm/public/kixfont
13708
13709%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 13710%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
13711%{texmfdist}/fonts/afm/public/kpfonts
13712%{texmfdist}/fonts/map/public/kpfonts
13713%{texmfdist}/fonts/source/public/kpfonts
13714%{texmfdist}/fonts/tfm/public/kpfonts
13715%{texmfdist}/fonts/type1/public/kpfonts
13716%{texmfdist}/fonts/vf/public/kpfonts
13717
745facc7 13718%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
13719%{texmfdist}/fonts/afm/public/kurier
13720%{texmfdist}/fonts/enc/dvips/kurier
13721%{texmfdist}/fonts/map/dvips/kurier
13722%{texmfdist}/fonts/opentype/public/kurier
13723%{texmfdist}/fonts/tfm/public/kurier
13724%{texmfdist}/fonts/type1/public/kurier
13725
13726%doc %{texmfdist}/doc/fonts/levy
13727%{texmfdist}/fonts/source/public/levy
13728
13729%doc %{texmfdist}/doc/fonts/lfb
13730%{texmfdist}/fonts/source/public/lfb
13731%{texmfdist}/fonts/tfm/public/lfb
13732
13733%doc %{texmfdist}/doc/fonts/libertine
13734%{texmfdist}/fonts/afm/public/libertine
13735%{texmfdist}/fonts/enc/dvips/libertine
13736%{texmfdist}/fonts/map/dvips/libertine
13737%{texmfdist}/fonts/tfm/public/libertine
13738%{texmfdist}/fonts/type1/public/libertine
13739%{texmfdist}/fonts/vf/public/libertine
13740
13741%doc %{texmfdist}/doc/fonts/linearA
13742%{texmfdist}/fonts/afm/public/linearA
13743%{texmfdist}/fonts/map/dvips/linearA
13744%{texmfdist}/fonts/tfm/public/linearA
13745%{texmfdist}/fonts/type1/public/linearA
13746%{texmfdist}/source/fonts/linearA
13747
13748%{texmfdist}/fonts/source/public/logic
13749%{texmfdist}/fonts/tfm/public/logic
13750
13751%doc %{texmfdist}/doc/fonts/lxfonts
13752%{texmfdist}/fonts/map/dvips/lxfonts
13753%{texmfdist}/fonts/source/public/lxfonts
13754%{texmfdist}/fonts/tfm/public/lxfonts
13755%{texmfdist}/fonts/type1/public/lxfonts
13756
13757%doc %{texmfdist}/doc/fonts/ly1
13758%{texmfdist}/fonts/map/dvips/ly1
13759
13760%{texmfdist}/fonts/source/public/malayalam
13761%{texmfdist}/fonts/tfm/public/malayalam
13762
13763%{texmfdist}/fonts/map/dvips/manfnt
13764
13765%{texmfdist}/fonts/map/dvips/mathdesign
13766
13767%{texmfdist}/fonts/tfm/public/mathpazo
13768%{texmfdist}/fonts/vf/public/mathpazo
13769
8affbd2c
ZU
13770%{texmfdist}/fonts/afm/mathdesign
13771%{texmfdist}/fonts/tfm/mathdesign
13772%{texmfdist}/fonts/type1/mathdesign
13773%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
13774
13775%{texmfdist}/fonts/enc/dvips/mnsymbol
13776%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 13777%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
13778%{texmfdist}/fonts/map/vtex/mnsymbol
13779%{texmfdist}/fonts/opentype/public/mnsymbol
13780%{texmfdist}/fonts/source/public/mnsymbol
13781%{texmfdist}/fonts/tfm/public/mnsymbol
13782%{texmfdist}/fonts/type1/public/mnsymbol
13783
13784%{texmfdist}/fonts/map/dvips/montex
13785%{texmfdist}/fonts/source/public/montex
13786%{texmfdist}/fonts/tfm/public/montex
13787%{texmfdist}/fonts/type1/public/montex
13788
13789%{texmfdist}/fonts/tfm/vntex/mscorevn
13790%{texmfdist}/fonts/vf/vntex/mscorevn
13791
f1ba8563
ZU
13792%doc %{texmfdist}/doc/generic/musixtex
13793%{texmfdist}/fonts/map/dvips/musixtex
13794%{texmfdist}/fonts/source/public/musixtex
13795%{texmfdist}/fonts/tfm/public/musixtex
13796%{texmfdist}/fonts/type1/public/musixtex
13797
13798%{texmfdist}/fonts/source/public/mxd
13799%{texmfdist}/fonts/tfm/public/mxd
13800
13801%{texmfdist}/fonts/source/public/mxedruli
13802%{texmfdist}/fonts/tfm/public/mxedruli
13803
13804%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
13805
13806%{texmfdist}/fonts/source/public/niceframe
13807%{texmfdist}/fonts/tfm/public/niceframe
13808
13809%doc %{texmfdist}/doc/fonts/nkarta
13810%{texmfdist}/fonts/source/public/nkarta
13811%{texmfdist}/fonts/tfm/public/nkarta
13812
13813%{texmfdist}/fonts/afm/public/norasi
13814%{texmfdist}/fonts/map/dvips/norasi
13815%{texmfdist}/fonts/tfm/public/norasi
13816%{texmfdist}/fonts/type1/public/norasi
13817
13818%{texmfdist}/fonts/source/public/oca
13819
13820%{texmfdist}/fonts/afm/public/ocherokee
13821%{texmfdist}/fonts/map/dvips/ocherokee
13822%{texmfdist}/fonts/ofm/public/ocherokee
13823%{texmfdist}/fonts/ovf/public/ocherokee
13824%{texmfdist}/fonts/ovp/public/ocherokee
13825%{texmfdist}/fonts/tfm/public/ocherokee
13826%{texmfdist}/fonts/type1/public/ocherokee
13827
13828%{texmfdist}/fonts/source/public/ogham
13829%{texmfdist}/fonts/tfm/public/ogham
13830
13831%doc %{texmfdist}/doc/fonts/oinuit
13832%{texmfdist}/fonts/map/dvips/oinuit
13833%{texmfdist}/fonts/ofm/public/oinuit
13834%{texmfdist}/fonts/ovf/public/oinuit
13835%{texmfdist}/fonts/tfm/public/oinuit
13836%{texmfdist}/fonts/type1/public/oinuit
13837
13838%{texmfdist}/fonts/source/public/osmanian
13839
13840%doc %{texmfdist}/doc/fonts/ot2cyr
13841%{texmfdist}/fonts/map/dvips/ot2cyr
13842%{texmfdist}/source/fonts/ot2cyr
13843
f1ba8563
ZU
13844%{texmfdist}/fonts/ofm/public/otibet
13845%{texmfdist}/fonts/ovf/public/otibet
13846%{texmfdist}/fonts/ovp/public/otibet
13847%{texmfdist}/fonts/source/public/otibet
13848%{texmfdist}/fonts/tfm/public/otibet
13849
13850%doc %{texmfdist}/doc/fonts/pacioli
13851%{texmfdist}/fonts/source/public/pacioli
13852%{texmfdist}/fonts/tfm/public/pacioli
13853
13854%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
13855
13856%doc %{texmfdist}/doc/fonts/phaistos
13857%{texmfdist}/fonts/afm/public/phaistos
13858%{texmfdist}/fonts/map/dvips/phaistos
13859%{texmfdist}/fonts/opentype/public/phaistos
13860%{texmfdist}/fonts/tfm/public/phaistos
13861%{texmfdist}/fonts/type1/public/phaistos
13862%{texmfdist}/source/fonts/phaistos
13863
13864%{texmfdist}/fonts/opentype/public/philokalia
13865
13866%doc %{texmfdist}/doc/fonts/phonetic
13867%{texmfdist}/fonts/source/public/phonetic
13868%{texmfdist}/fonts/tfm/public/phonetic
13869%{texmfdist}/source/fonts/phonetic
13870
8affbd2c 13871%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
13872
13873%{texmfdist}/fonts/source/public/punk
13874%{texmfdist}/fonts/tfm/public/punk
13875
13876%{texmfdist}/fonts/tfm/public/relenc
13877%{texmfdist}/fonts/vf/public/relenc
13878
13879%doc %{texmfdist}/doc/fonts/rsfs
13880%{texmfdist}/fonts/map/dvips/rsfs
13881
13882%{texmfdist}/fonts/map/dvips/sanskrit
13883%{texmfdist}/fonts/source/public/sanskrit
13884%{texmfdist}/fonts/tfm/public/sanskrit
13885%{texmfdist}/fonts/type1/public/sanskrit
13886
13887%{texmfdist}/fonts/source/public/sauter
13888
13889%doc %{texmfdist}/doc/fonts/semaphor
13890%{texmfdist}/fonts/afm/public/semaphor
13891%{texmfdist}/fonts/enc/dvips/semaphor
13892%{texmfdist}/fonts/map/dvips/semaphor
13893%{texmfdist}/fonts/opentype/public/semaphor
13894%{texmfdist}/fonts/source/public/semaphor
13895%{texmfdist}/fonts/tfm/public/semaphor
13896%{texmfdist}/fonts/type1/public/semaphor
13897
13898%{texmfdist}/fonts/source/public/simpsons
13899
f1ba8563
ZU
13900%doc %{texmfdist}/doc/fonts/skaknew
13901%{texmfdist}/fonts/afm/public/skaknew
13902%{texmfdist}/fonts/map/dvips/skaknew
13903%{texmfdist}/fonts/map/vtex/skaknew
13904%{texmfdist}/fonts/tfm/public/skaknew
13905%{texmfdist}/fonts/type1/public/skaknew
13906
13907%{texmfdist}/fonts/source/public/skull
13908
13909%{texmfdist}/fonts/source/public/soyombo
13910%{texmfdist}/fonts/tfm/public/soyombo
13911
13912%doc %{texmfdist}/doc/fonts/staves
13913%{texmfdist}/fonts/map/dvips/staves
13914%{texmfdist}/fonts/tfm/public/staves
13915%{texmfdist}/fonts/type1/public/staves
13916
13917%{texmfdist}/fonts/map/dvips/stmaryrd
13918%{texmfdist}/fonts/source/public/stmaryrd
13919
13920%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
13921
13922%{texmfdist}/fonts/afm/public/tabvar
13923%{texmfdist}/fonts/map/dvips/tabvar
13924%{texmfdist}/fonts/tfm/public/tabvar
13925%{texmfdist}/fonts/type1/public/tabvar
13926
f1ba8563
ZU
13927
13928%{texmfdist}/fonts/source/public/tapir
13929%{texmfdist}/fonts/type1/public/tapir
13930
13931%{texmfdist}/fonts/enc/dvips/tengwarscript
13932%{texmfdist}/fonts/map/dvips/tengwarscript
13933%{texmfdist}/fonts/tfm/public/tengwarscript
13934%{texmfdist}/fonts/vf/public/tengwarscript
13935
80fa261c 13936%{texmfdist}/doc/fonts/pclnfss
198c241e 13937%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
13938
13939%doc %{texmfdist}/doc/fonts/tex-gyre
13940%{texmfdist}/fonts/afm/public/tex-gyre
13941%{texmfdist}/fonts/enc/dvips/tex-gyre
13942%{texmfdist}/fonts/map/dvips/tex-gyre
13943%{texmfdist}/fonts/opentype/public/tex-gyre
13944%{texmfdist}/fonts/tfm/public/tex-gyre
13945%{texmfdist}/fonts/type1/public/tex-gyre
13946
f1ba8563 13947%{texmfdist}/fonts/map/dvips/times
f1ba8563 13948
f1ba8563
ZU
13949
13950%doc %{texmfdist}/doc/fonts/timing
13951%{texmfdist}/fonts/source/public/timing
13952%{texmfdist}/fonts/tfm/public/timing
13953
13954%doc %{texmfdist}/doc/fonts/tipa
13955%{texmfdist}/fonts/map/dvips/tipa
13956%{texmfdist}/fonts/source/public/tipa
13957%{texmfdist}/fonts/tfm/public/tipa
13958%{texmfdist}/fonts/type1/public/tipa
13959
13960%{texmfdist}/fonts/afm/public/trajan
13961%{texmfdist}/fonts/map/dvips/trajan
13962%{texmfdist}/fonts/tfm/public/trajan
13963%{texmfdist}/fonts/type1/public/trajan
13964
f1ba8563
ZU
13965
13966%{texmfdist}/fonts/tfm/vntex/txttvn
13967%{texmfdist}/fonts/type1/vntex/txttvn
13968
13969%{texmfdist}/fonts/map/dvips/uhc
13970
f1ba8563
ZU
13971%doc %{texmfdist}/doc/fonts/umrand
13972%{texmfdist}/fonts/source/public/umrand
13973%{texmfdist}/fonts/tfm/public/umrand
13974
13975%doc %{texmfdist}/doc/fonts/umtypewriter
13976%{texmfdist}/fonts/opentype/public/umtypewriter
13977
13978%doc %{texmfdist}/doc/fonts/universa
13979%{texmfdist}/fonts/source/public/universa
13980%{texmfdist}/fonts/tfm/public/universa
13981%{texmfdist}/source/fonts/universa
13982
13983%{texmfdist}/fonts/afm/public/velthuis
13984%{texmfdist}/fonts/map/dvips/velthuis
13985%{texmfdist}/fonts/source/public/velthuis
13986%{texmfdist}/fonts/tfm/public/velthuis
13987%{texmfdist}/fonts/type1/public/velthuis
13988
13989%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
13990
13991%{texmfdist}/fonts/afm/vntex/vntopia
13992%{texmfdist}/fonts/tfm/vntex/vntopia
13993%{texmfdist}/fonts/type1/vntex/vntopia
13994%{texmfdist}/fonts/vf/vntex/vntopia
13995
13996%{texmfdist}/fonts/map/dvips/wadalab
13997
13998%doc %{texmfdist}/doc/fonts/wasy
13999%{texmfdist}/fonts/afm/public/wasy
14000%{texmfdist}/fonts/map/dvips/wasy
14001%{texmfdist}/fonts/type1/public/wasy
14002
14003%{texmfdist}/fonts/source/public/wnri
14004%{texmfdist}/fonts/tfm/public/wnri
14005
14006%{texmfdist}/fonts/source/public/wsuipa
14007%{texmfdist}/fonts/tfm/public/wsuipa
14008
14009%{texmfdist}/fonts/source/public/xbmc
14010%{texmfdist}/fonts/tfm/public/xbmc
14011
f1ba8563
ZU
14012%doc %{texmfdist}/doc/fonts/xq
14013%{texmfdist}/fonts/source/public/xq
14014%{texmfdist}/fonts/tfm/public/xq
14015
14016%{texmfdist}/fonts/source/public/yannisgr
14017
14018%{texmfdist}/fonts/map/dvips/yhmath
14019%{texmfdist}/fonts/source/public/yhmath
14020%{texmfdist}/fonts/tfm/public/yhmath
14021%{texmfdist}/fonts/type1/public/yhmath
14022%{texmfdist}/fonts/vf/public/yhmath
14023
14024%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 14025%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
14026
14027%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
14028
14029%{texmfdist}/dvips/zefonts
14030%{texmfdist}/fonts/map/dvips/zefonts
14031%{texmfdist}/fonts/tfm/public/zefonts
14032%{texmfdist}/fonts/vf/public/zefonts
14033
14034
d08789e0 14035%files fonts-omega
489714ae 14036%defattr(644,root,root,755)
7179ac92 14037%doc %{texmfdist}/doc/omega
2677a8b0
ZU
14038%dir %{texmfdist}/omega
14039%dir %{texmfdist}/omega/otp
14040%dir %{texmfdist}/omega/ocp
7179ac92
ZU
14041%{texmfdist}/dvips/omega
14042%{texmfdist}/fonts/ofm/public/omega
14043%{texmfdist}/fonts/type1/public/omega
14044%{texmfdist}/fonts/afm/public/omega
14045%{texmfdist}/fonts/ovp/public/omega
14046%{texmfdist}/fonts/tfm/public/omega
14047%{texmfdist}/fonts/ovf/public/omega
14048%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
14049%{texmfdist}/omega/ocp/omega
14050%{texmfdist}/omega/otp/omega
14051%{texmfdist}/tex/plain/omega
d08789e0 14052
5b7eba8e
MB
14053#%files fonts-pazo
14054#%defattr(644,root,root,755)
d08789e0
ZU
14055
14056%files fonts-pl
14057%defattr(644,root,root,755)
7179ac92 14058%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
14059%dir %{texmf}/scripts/texlive
14060%dir %{texmf}/scripts/texlive/tlmgrgui
14061%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
14062%{texmfdist}/dvips/pl
14063%{texmfdist}/fonts/source/public/pl
14064%{texmfdist}/fonts/type1/public/pl
14065%{texmfdist}/fonts/afm/public/pl
14066%{texmfdist}/fonts/enc/dvips/pl
14067%{texmfdist}/fonts/tfm/public/pl
14068%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 14069%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
14070
14071%files fonts-px
14072%defattr(644,root,root,755)
7179ac92 14073%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
14074# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
14075# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
14076%dir %{texmfdist}/fonts/map/dvips/pxfonts
14077%dir %{texmfdist}/tex/latex/pxfonts
14078%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
14079%{texmfdist}/fonts/afm/public/pxfonts
14080%{texmfdist}/fonts/tfm/public/pxfonts
14081%{texmfdist}/fonts/type1/public/pxfonts
14082%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 14083%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 14084
5b7eba8e
MB
14085#%files fonts-qfonts
14086#%defattr(644,root,root,755)
31bd2c4a
ZU
14087# %doc %{texmf}/doc/fonts/polish/qfonts
14088# %{texmf}/fonts/enc/dvips/qfonts
14089# %{texmf}/fonts/map/dvips/qfonts
14090# %{texmf}/dvips/qfonts
14091# %{texmf}/fonts/afm/public/qfonts
14092# %{texmf}/fonts/tfm/public/qfonts
d08789e0 14093
74dbda3f
ZU
14094# %files fonts-qpx
14095# %defattr(644,root,root,755)
14096# %{texmf}/fonts/tfm/public/qpx
14097# %{texmf}/fonts/vf/public/qpx
d08789e0 14098
31bd2c4a 14099%files fonts-qpxqtx
d08789e0 14100%defattr(644,root,root,755)
7179ac92
ZU
14101%{texmfdist}/fonts/tfm/public/qpxqtx
14102%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
14103
14104%files fonts-rsfs
14105%defattr(644,root,root,755)
7179ac92
ZU
14106%{texmfdist}/fonts/source/public/rsfs
14107%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
14108
14109%files fonts-stmaryrd
14110%defattr(644,root,root,755)
7179ac92
ZU
14111%doc %{texmfdist}/doc/fonts/stmaryrd
14112%{texmfdist}/source/fonts/stmaryrd
14113%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
14114
14115%files fonts-tx
14116%defattr(644,root,root,755)
7179ac92
ZU
14117%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
14118%{texmfdist}/fonts/afm/public/txfonts
14119%{texmfdist}/fonts/tfm/public/txfonts
14120%{texmfdist}/fonts/vf/public/txfonts
d08789e0 14121
5bc70a92
MB
14122%files fonts-uhc
14123%defattr(644,root,root,755)
14124%doc %{texmfdist}/doc/fonts/uhc
14125%{texmfdist}/fonts/afm/uhc
14126%{texmfdist}/fonts/tfm/uhc
14127%{texmfdist}/fonts/vf/uhc
14128
d08789e0
ZU
14129%files fonts-urw
14130%defattr(644,root,root,755)
7179ac92 14131%{texmfdist}/fonts/afm/urw
5bc70a92
MB
14132%{texmfdist}/fonts/tfm/urw
14133%{texmfdist}/fonts/vf/urw
d08789e0
ZU
14134
14135%files fonts-urwvn
14136%defattr(644,root,root,755)
26d8eaaa 14137%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
14138%{texmfdist}/fonts/tfm/vntex/urwvn
14139%{texmfdist}/fonts/type1/vntex/urwvn
14140%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
14141
14142%files fonts-vnr
14143%defattr(644,root,root,755)
7179ac92
ZU
14144%{texmfdist}/fonts/map/dvips/vntex
14145%{texmfdist}/fonts/source/vntex/vnr
14146%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 14147
e67df411
ZU
14148%files fonts-urw35vf
14149%defattr(644,root,root,755)
14150%{texmfdist}/fonts/vf/urw35vf
14151
5bc70a92
MB
14152%files fonts-wadalab
14153%defattr(644,root,root,755)
14154%doc %{texmfdist}/doc/fonts/wadalab
14155%{texmfdist}/fonts/afm/wadalab
14156%{texmfdist}/fonts/tfm/wadalab
14157%{texmfdist}/fonts/vf/wadalab
14158
d08789e0
ZU
14159%files fonts-wasy
14160%defattr(644,root,root,755)
7179ac92
ZU
14161%{texmfdist}/fonts/source/public/wasy
14162%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
14163
14164%files fonts-xypic
14165%defattr(644,root,root,755)
7179ac92
ZU
14166%{texmfdist}/fonts/map/dvips/xypic
14167# %{texmfdist}/fonts/afm/public/xypic
14168%{texmfdist}/fonts/source/public/xypic
14169%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
14170
14171%files fonts-yandy
14172%defattr(644,root,root,755)
adbd04dd 14173# %{texmf}/fonts/afm/yandy
7179ac92 14174%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
14175# %{texmf}/fonts/tfm/yandy
14176# %{texmf}/fonts/vf/yandy
d08789e0
ZU
14177
14178%files fonts-type1-antp
14179%defattr(644,root,root,755)
7179ac92
ZU
14180%{texmfdist}/dvips/antp
14181%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
14182
14183%files fonts-type1-antt
14184%defattr(644,root,root,755)
adbd04dd 14185# %{texmf}/dvips/antt
7179ac92 14186%{texmfdist}/fonts/type1/public/antt
d08789e0 14187
5bc70a92
MB
14188%files fonts-type1-arphic
14189%defattr(644,root,root,755)
14190%{texmfdist}/fonts/type1/arphic
14191
d08789e0
ZU
14192%files fonts-type1-belleek
14193%defattr(644,root,root,755)
7179ac92
ZU
14194%doc %{texmfdist}/doc/fonts/belleek
14195%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
14196
14197%files fonts-type1-bitstream
14198%defattr(644,root,root,755)
7179ac92 14199%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
14200
14201%files fonts-type1-bluesky
14202%defattr(644,root,root,755)
04eb4e68
ZU
14203# %doc %{texmf}/doc/fonts/bluesky
14204# %{texmf}/dvips/bluesky
7179ac92 14205%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
14206
14207%files fonts-type1-cc-pl
14208%defattr(644,root,root,755)
7179ac92
ZU
14209%doc %{texmfdist}/doc/fonts/cc-pl
14210%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
14211
14212%files fonts-type1-cmcyr
14213%defattr(644,root,root,755)
7179ac92 14214%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
14215
14216%files fonts-type1-cs
14217%defattr(644,root,root,755)
7179ac92 14218%{texmfdist}/fonts/type1/public/cs
d08789e0 14219
04eb4e68
ZU
14220# %files fonts-type1-dstroke
14221# %defattr(644,root,root,755)
14222# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
14223
14224%files fonts-type1-eurosym
14225%defattr(644,root,root,755)
7179ac92 14226%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
14227
14228%files fonts-type1-hoekwater
14229%defattr(644,root,root,755)
7179ac92 14230%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
14231
14232%files fonts-type1-fpl
14233%defattr(644,root,root,755)
7179ac92
ZU
14234%doc %{texmfdist}/doc/fonts/fpl
14235%{texmfdist}/fonts/afm/public/fpl
14236%{texmfdist}/fonts/type1/public/fpl
caaf987e 14237%{texmfdist}/source/fonts/fpl
d08789e0
ZU
14238
14239%files fonts-type1-lm
14240%defattr(644,root,root,755)
7179ac92
ZU
14241%{texmfdist}/fonts/afm/public/lm
14242%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
14243
14244%files fonts-type1-marvosym
14245%defattr(644,root,root,755)
7179ac92 14246%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
14247
14248%files fonts-type1-mathpazo
14249%defattr(644,root,root,755)
04eb4e68 14250# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
14251%{texmfdist}/fonts/afm/public/mathpazo
14252%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
14253
14254%files fonts-type1-omega
14255%defattr(644,root,root,755)
7179ac92 14256%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
14257
14258%files fonts-type1-pl
14259%defattr(644,root,root,755)
04eb4e68 14260# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 14261%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
14262
14263%files fonts-type1-px
14264%defattr(644,root,root,755)
7179ac92 14265%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 14266
04eb4e68
ZU
14267# %files fonts-type1-qfonts
14268# %defattr(644,root,root,755)
7179ac92 14269# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
14270
14271%files fonts-type1-tx
14272%defattr(644,root,root,755)
7179ac92 14273%{texmfdist}/fonts/type1/public/txfonts
d08789e0 14274
04eb4e68
ZU
14275# %files fonts-type1-tt2001
14276# %defattr(644,root,root,755)
14277# %{texmf}/fonts/type1/public/tt2001
d08789e0 14278
5bc70a92
MB
14279%files fonts-type1-uhc
14280%defattr(644,root,root,755)
14281%{texmfdist}/fonts/type1/uhc
14282
d08789e0
ZU
14283%files fonts-type1-urw
14284%defattr(644,root,root,755)
7179ac92 14285%{texmfdist}/fonts/type1/urw
d08789e0
ZU
14286
14287%files fonts-type1-vnr
14288%defattr(644,root,root,755)
7179ac92 14289%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 14290
5bc70a92
MB
14291%files fonts-type1-wadalab
14292%defattr(644,root,root,755)
14293%{texmfdist}/fonts/type1/wadalab
14294
d08789e0
ZU
14295%files fonts-type1-xypic
14296%defattr(644,root,root,755)
7179ac92 14297%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
14298
14299# TeXLive-specific
14300
14301%files afm2pl
14302%defattr(644,root,root,755)
14303%attr(755,root,root) %{_bindir}/afm2pl
14304%{_mandir}/man1/afm2pl*
015f9ddb 14305%{texmf}/fonts/lig/afm2pl
489714ae
ZU
14306
14307%files bbox
14308%defattr(644,root,root,755)
14309%attr(755,root,root) %{_bindir}/bbox
14310%{_mandir}/man1/bbox*
14311
14312%files cefutils
14313%defattr(644,root,root,755)
14314%attr(755,root,root) %{_bindir}/cef*
2677a8b0 14315%dir %{texmfdist}/tex/latex/cjk
21c69d95 14316%dir %{texmfdist}/doc/latex/cjk
c9ddaf2d 14317%{texmfdist}/source/latex/cjk
2677a8b0 14318%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
14319%doc %{texmfdist}/doc/latex/cjk/doc
14320%doc %{texmfdist}/doc/latex/cjk/examples
489714ae
ZU
14321
14322%files detex
14323%defattr(644,root,root,755)
14324%attr(755,root,root) %{_bindir}/detex
14325%{_mandir}/man1/detex*
14326
7ffd1967
ZU
14327
14328%files dviutils
14329%defattr(644,root,root,755)
14330%attr(755,root,root) %{_bindir}/dt2dv
14331%attr(755,root,root) %{_bindir}/dv2dt
14332%attr(755,root,root) %{_bindir}/dvi2tty
14333%attr(755,root,root) %{_bindir}/dviasm
14334%attr(755,root,root) %{_bindir}/dvibook
14335%attr(755,root,root) %{_bindir}/dviconcat
14336%attr(755,root,root) %{_bindir}/dvidvi
14337%attr(755,root,root) %{_bindir}/dvigif
14338%attr(755,root,root) %{_bindir}/dvipdfmx
14339%attr(755,root,root) %{_bindir}/dvipos
14340%attr(755,root,root) %{_bindir}/dviselect
14341%attr(755,root,root) %{_bindir}/dvitodvi
14342%{_mandir}/man1/dt2dv*
14343%{_mandir}/man1/dv2dt*
14344%{_mandir}/man1/dvi2tty*
14345%{_mandir}/man1/dvibook*
14346%{_mandir}/man1/dviconcat*
14347%{_mandir}/man1/dvidvi*
14348%{_mandir}/man1/dvigif*
14349%{_mandir}/man1/dvipos*
14350%{_mandir}/man1/dviselect*
14351%{_mandir}/man1/dvitodvi*
015f9ddb
ZU
14352%{texmf}/fonts/map/dvipdfmx
14353%dir %{texmf}/fonts/cmap
14354%{texmf}/dvipdfmx
14355%{texmf}/fonts/cmap/dvipdfmx
7ffd1967
ZU
14356
14357%files epsutils
14358%defattr(644,root,root,755)
14359%attr(755,root,root) %{_bindir}/epsffit
14360%attr(755,root,root) %{_bindir}/epspdf
14361%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 14362%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
14363%{texmfdist}/scripts/epspdf
14364%{_mandir}/man1/epsffit*
14365%doc %{texmfdist}/doc/epspdf
14366
14367%files filters
14368%defattr(644,root,root,755)
14369%attr(755,root,root) %{_bindir}/fix*
14370%{_mandir}/man1/fix*
14371
faa40f44
ZU
14372%files psutils
14373%defattr(644,root,root,755)
14374%attr(755,root,root) %{_bindir}/extractres
14375%attr(755,root,root) %{_bindir}/getafm
14376%attr(755,root,root) %{_bindir}/includeres
14377%attr(755,root,root) %{_bindir}/psbook
14378%attr(755,root,root) %{_bindir}/psmerge
14379%attr(755,root,root) %{_bindir}/psnup
14380%attr(755,root,root) %{_bindir}/psresize
14381%attr(755,root,root) %{_bindir}/psselect
5fef92c1 14382%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
14383%attr(755,root,root) %{_bindir}/pstops
14384%attr(755,root,root) %{_bindir}/showchar
14385%{_mandir}/man1/extractres*
14386%{_mandir}/man1/getafm*
14387%{_mandir}/man1/includeres*
14388%{_mandir}/man1/psbook*
14389%{_mandir}/man1/psmerge*
14390%{_mandir}/man1/psnup*
14391%{_mandir}/man1/psresize*
14392%{_mandir}/man1/psselect*
14393%{_mandir}/man1/pstops*
14394%{texmf}/dvips/psutils
14395
489714ae
ZU
14396%files uncategorized-utils
14397%defattr(644,root,root,755)
14398%attr(755,root,root) %{_bindir}/devnag
14399%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
14400
14401%files tex4ht
14402%defattr(644,root,root,755)
add234d3
MB
14403%attr(755,root,root) %{_bindir}/ht
14404%attr(755,root,root) %{_bindir}/htcontext
14405%attr(755,root,root) %{_bindir}/htlatex
14406%attr(755,root,root) %{_bindir}/htmex
14407%attr(755,root,root) %{_bindir}/httex
14408%attr(755,root,root) %{_bindir}/httexi
14409%attr(755,root,root) %{_bindir}/htxelatex
14410%attr(755,root,root) %{_bindir}/htxetex
14411%attr(755,root,root) %{_bindir}/mk4ht
14412%attr(755,root,root) %{_bindir}/t4ht
14413%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 14414%{texmf}/scripts/tex4ht
5b7eba8e 14415%{texmfdist}/tex/generic/tex4ht
add234d3
MB
14416%dir %{texmfdist}/scripts/tex4ht
14417%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
14418%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
14419%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
14420%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
14421%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
14422%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
14423%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
14424%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
14425%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 14426%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 14427%{texmfdist}/tex4ht
4224ae6d
MB
14428
14429%files xetex
14430%defattr(644,root,root,755)
14431%attr(755,root,root) %{_bindir}/xdvipdfmx
14432%attr(755,root,root) %{_bindir}/xelatex
14433%attr(755,root,root) %{_bindir}/xetex
14434%{texmf}/fmtutil/format.xetex.cnf
14435%doc %{texmfdist}/doc/xelatex
14436%doc %{texmfdist}/doc/xetex
14437%{texmfdist}/scripts/xetex
14438%{texmfdist}/tex/generic/ifxetex
caaf987e 14439%doc %{texmfdist}/doc/generic/ifxetex
4224ae6d
MB
14440%{texmfdist}/tex/generic/xetexconfig
14441%{texmfdist}/tex/latex/latexconfig/xelatex.ini
14442%{texmfdist}/tex/plain/config/xetex.ini
14443%{texmfdist}/tex/xelatex
14444%{texmfdist}/tex/xetex
14445
14446%files xmltex
14447%defattr(644,root,root,755)
14448%doc %{texmfdist}/doc/xmltex
14449%attr(755,root,root) %{_bindir}/pdfxmltex
14450%attr(755,root,root) %{_bindir}/xmltex
14451%{texmfdist}/tex/xmltex
14452%{texmf}/fmtutil/format.xmltex.cnf
This page took 2.417447 seconds and 4 git commands to generate.