]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- more various works
[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
70f52fe3 44Release: 0.9.11
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
70f52fe3
ZU
2513%package latex-exams
2514Summary: Various document classes to typeset exams
2515Summary(hu.UTF-8): Különböző dokumentumosztályok vizsgák, feladatsorok szedésére
2b453bda 2516Group: Applications/Publishing/TeX
fe66da27 2517Requires(post,postun): %{_bindir}/texhash
78d53d8c 2518Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda 2519
70f52fe3
ZU
2520%description latex-exams
2521Various document classes to typeset exams.
2b453bda 2522
70f52fe3
ZU
2523%description latex-exams -l hu.UTF-8
2524Különböző dokumentumosztályok vizsgák, feladatsorok szedésére.
2b453bda 2525
b916bc39
ZU
2526%package latex-float
2527Summary: Tools to manipulate float objects
2528Summary(hu.UTF-8): Eszközök úszó objektuomok kezeléséhez
2529Group: Applications/Publishing/TeX
2530Requires(post,postun): %{_bindir}/texhash
2531Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2532
2533%description latex-float
2534Tools to manipulate float objects.
2535
2536%description latex-float -l hu.UTF-8
2537Eszközök úszó objektuomok kezeléséhez.
2538
247457ba
ZU
2539%package latex-formlett
2540Summary: Letters to multiple recipients
2541Summary(hu.UTF-8): Levél több címzettnek ("körlevél")
2542Group: Applications/Publishing/TeX
2543Requires(post,postun): %{_bindir}/texhash
2544Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2545
2546%description latex-formlett
2547Letters to multiple recipients.
2548
2549%description latex-formlett -l hu.UTF-8
2550Levél több címzettnek ("körlevél").
2551
c9ddaf2d
ZU
2552%package latex-formular
2553Summary: Create forms containing field for manual entry
2554Summary(hu.UTF-8): Kézzel kitöltendő űrlapok készítése
2555Group: Applications/Publishing/TeX
2556Requires(post,postun): %{_bindir}/texhash
2557Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2558
2559%description latex-formular
2560Create forms containing field for manual entry.
2561
2562%description latex-formular -l hu.UTF-8
2563Kézzel kitöltendő űrlapok készítése.
2564
f1f5d194
ZU
2565%package latex-gbrief
2566Summary: Letter document class
2567Summary(hu.UTF-8): Levél dokumentumosztály
2568Group: Applications/Publishing/TeX
2569Requires(post,postun): %{_bindir}/texhash
2570Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2571
2572%description latex-gbrief
2573Letter document class.
2574
2575%description latex-gbrief -l hu.UTF-8
2576Levél dokumentumosztály.
2577
2b453bda 2578
d08789e0
ZU
2579%package latex-jknappen
2580Summary: Miscellaneous packages by Joerg Knappen
2581Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2582Group: Applications/Publishing/TeX
2583Requires(post,postun): %{_bindir}/texhash
2584Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2585Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2586
2587%description latex-jknappen
2588Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2589Knappen, including sgmlcmpt.
2590
2591%description latex-jknappen -l pl.UTF-8
2592Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2593Knappena. Zawiera sgmlcmpt.
2594
d19eaaab
ZU
2595%package latex-keystroke
2596Summary: Graphical representation of keys on keyboard
2597Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2598Group: Applications/Publishing/TeX
2599Requires(post,postun): %{_bindir}/texhash
2600Requires: %{name}-latex
2601
2602%description latex-keystroke
2603Graphical representation of keys on keyboard.
2604
2605%description latex-keystroke -l hu.UTF-8
2606A billentyűk grafikus megjelenítése.
2607
2608
2609%package latex-labbook
2610Summary: Typeset laboratory journals
2611Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2612Group: Applications/Publishing/TeX
2613Requires(post,postun): %{_bindir}/texhash
2614Requires: %{name}-latex
2615
2616%description latex-labbook
2617Typeset laboratory journals.
2618
2619%description latex-labbook -l hu.UTF-8
2620Laborjegyzőkönyvek szedése.
2621
2622%package latex-lcd
2623Summary: Alphanumerical LCD-style displays
f65b3398 2624Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2625Group: Applications/Publishing/TeX
2626Requires(post,postun): %{_bindir}/texhash
2627Requires: %{name}-latex
2628
2629%description latex-lcd
2630Alphanumerical LCD-style displays.
2631
2632%description latex-lcd -l hu.UTF-8
f65b3398 2633Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2634
2635%package latex-leaflet
2636Summary: Create small handouts (flyers)
2637Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2638Group: Applications/Publishing/TeX
2639Requires(post,postun): %{_bindir}/texhash
2640Requires: %{name}-latex
2641
2642%description latex-leaflet
2643Create small handouts (flyers).
2644
2645%description latex-leaflet -l hu.UTF-8
2646Kis "kézikönyvek" készítése (brossúrák).
2647
f1f5d194
ZU
2648%package latex-leftidx
2649Summary: Left and right subscripts and superscripts in math mode
2650Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2651Group: Applications/Publishing/TeX
2652Requires(post,postun): %{_bindir}/texhash
2653Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2654
7b6c7caa
ZU
2655%description latex-leftidx
2656Left and right subscripts and superscripts in math mode.
2657
2658%description latex-leftidx -l hu.UTF-8
2659Bal és jobboldali alsó és felső indexek matematikai módban.
2660
d19eaaab
ZU
2661
2662%package latex-lewis
2663Summary: Draw Lewis structures (chemistry)
2664Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2665Group: Applications/Publishing/TeX
2666Requires(post,postun): %{_bindir}/texhash
2667Requires: %{name}-latex
2668
2669%description latex-lewis
2670Draw Lewis structures (chemistry).
2671
2672%description latex-lewis -l hu.UTF-8
2673Lewis struktúrák készítése (kémia).
2674
d08789e0
ZU
2675%package latex-lm
2676Summary: LaTeX styles for Latin Modern family fonts
2677Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2678Group: Applications/Publishing/TeX
2679Requires(post,postun): /usr/bin/texhash
2680Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2681Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2682
2683%description latex-lm
2684Latin Modern family of fonts, based on the Computer Modern fonts
2685released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2686lot of additional characters, mainly accented ones, but not only.
2687There is a one set of PostScript fonts and four sets of TeX Font
2688Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2689encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2690Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2691potential user knows what to do with all these files. The author is
2692Boguslaw Jackowski.
2693
2694%description latex-lm -l pl.UTF-8
2695Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2696przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2697Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2698Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2699Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2700QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2701(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2702(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2703tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2704
a8b381b0
ZU
2705%package latex-lastpage
2706Summary: Reference last page for "Page N of M" type footers
2707Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2708Group: Applications/Publishing/TeX
fe66da27 2709Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2710
2711%description latex-lastpage
2712Reference last page for Page N of M type footers.
2713
2714%description latex-lastpage -l hu.UTF-8
2715Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2716
d08789e0
ZU
2717%package latex-lineno
2718Summary: Line numbers on paragraphs
2719Summary(pl.UTF-8): Numery linii dla paragrafów
2720Group: Applications/Publishing/TeX
2721Requires(post,postun): /usr/bin/texhash
2722Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2723
2724%description latex-lineno
2725The LaTeX package lineno.sty provides line numbers on paragraphs.
2726After TeX has broken a paragraph into lines there will be line numbers
2727attached to them, with the possibility to make references through the
2728LaTeX \ref, \pageref cross reference mechanism.
2729
2730%description latex-lineno -l pl.UTF-8
2731Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2732paragrafu na linie przez TeXa do linii dołączane są ich numery z
2733możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2734\ref i \pageref.
2735
70f52fe3
ZU
2736%package latex-metre
2737Summary: Support for the work of classicists
2738Group: Applications/Publishing/TeX
2739Requires(post,postun): /usr/bin/texhash
2740Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2741
2742%description latex-metre
2743Support for the work of classicists.
2744
2e9c3e45
ZU
2745%package latex-games
2746Summary: Packages for typesetting games
2747Summary(hu.UTF-8): Játékok szedése
2748Group: Applications/Publishing/TeX
2749Requires(post,postun): %{_bindir}/texhash
2750Requires: %{name}-latex
2751
2752%description latex-games
b9c820f8 2753Chess, chinese chess, crosswords, go, backgammon and more.
2e9c3e45
ZU
2754
2755%description latex-games -l hu.UTF-8
b9c820f8 2756Sakk, kínai sakk, keresztrejtvények, go, backgammon és még sok más.
1d337b0e
ZU
2757
2758%package latex-extend
2759Summary: Extensions, patches, improvements of main LaTeX styles, environments
2760Summary(hu.UTF-8): Az alap LaTeX stílusok, környezetek, stb. bővítései, foltjai
2761Group: Applications/Publishing/TeX
2762Requires(post,postun): %{_bindir}/texhash
2763Requires: %{name}-latex
2764
2765%description latex-extend
2766This package contains:
2767- addlines: a user-friendly wrapper around \enlargethispage.
2768- alnumsec: alphanumeric section numbering.
2769- arydshln: horizontal and vertical dashed lines in arrays and
2770 tabulars
2771- babelbib: multilingual bibliographies.
2772- bibtopicprefix: prefix references to bibliographies produced by
2773 bibtopic.
2774- boites: boxes that may break across pages
2775- booklet: aids for printing simple booklets.
2776- bullcntr: display list item counter as regular pattern of bullets.
2777- chappg: page numbering by chapter.
2778- cjw: a bundle of packages and classes.
2779- clefval: key/value support with a hash.
2780- colortbl: add colour to LaTeX tables.
2781- combine: bundle individual documents into a single document.
2782- contour: print a coloured contour around text.
2783- ctable: easily typeset centered tables.
2784- curve2e: extensions for package pict2e.
de260d32
ZU
2785- dashbox: draw dashed boxes.
2786- dashline: draw dashed rules.
2787- etaremune: reverse-counting enumerate environment.
de260d32 2788- expdlist: expanded description environments.
c82fac6f 2789- HA-prosper: patches and improvements for prosper.
70f52fe3 2790- leading: define leading with a length.
f4f1ef6b
ZU
2791- listliketab: typeset lists as tables.
2792- ltablex: table package extensions.
70f52fe3
ZU
2793- makebox: defines a \makebox* command.
2794- makecell: tabular column heads and multilined cells.
c82fac6f 2795- marginnote: notes in the margin, even where \marginpar fails
70f52fe3
ZU
2796- mcaption: put captions in the margin.
2797- mcite: multiple items in a single citation.
2798- mciteplus: enhanced multiple citations.
2799- minipage-marginpar: minipages with marginal notes.
2800- miniplot: a package for easy figure arrangement.
2801- multicap: format captions inside multicols
2802- newvbtm: define your own verbatim-like environment.
7ac8a96b 2803- notes2bib: integrating notes into the bibliography.
70f52fe3
ZU
2804- ntabbing: simple tabbing extension for automatic line numbering.
2805- numline: LaTeX macros for numbering lines.
2806- pbox: a variable-width \parbox command.
2807- pinlabel: a TeX labelling package.
2808- polytable: tabular-like environments with named columns.
2809- rccol: decimal-centered optionally rounded numbers in tabular.
2810- romannum: generate roman numerals instead of arabic digits.
2811- schedule: weekly schedules.
2812- umoline: underline text allowing line breaking.
2813- umrand: package for fancy box frames.
f4f1ef6b 2814- underlin: underlined running heads.
70f52fe3 2815- ushort: shorter (and longer) underlines and underbars.
1d337b0e
ZU
2816
2817%description latex-extend -l hu.UTF-8
2818Ez a csomag a következőket tartalmazza:
2819- addlines: felhasználóbarát wrapper \enlargethispage-hez
2820- alnumsec: alfanumerikus section számozás
2821- arydshln: vízszintes és függőleges pontozott vonalak array és
2822 tabular környezetkben
2823- babelbib: többnyelvű bibliográfiák
2824- bibtopicprefix: prefix hivatkozás bibtopic által készített
2825 bibliográfiára
2826- boites: dobozok, amelyek törhetők oldalak között
2827- booklet: booklet formátumban történő nyomtatás
2828- bullcntr: lista elemek számlálójának megjelenítése mint...
2829- chappg: oldalszámozás chapter alapján
2830- cjw: csomagok és osztályok tömkelege
2831- clefval: kulcs/érték párok hash-sel
2832- colortbl: színek LaTeX táblázatokban
2833- combine: külön dokumentumok eggyé fűzése
2834- contour: színes kontúr nyomtatása szöveg körül
2835- ctable: középre igazított táblázatok szedése
2836- curve2e: pict2e csomaghoz kiegészítések
de260d32
ZU
2837- dashbox: pontozott dobozok
2838- dashline: pontozott vonalak
2839- etaremune: visszafele sorszámazó enumerate környezet
2840- expdlist: kibővített description környezetek
1d337b0e 2841- HA-prosper: foltok és bővítések a prosper-hez
70f52fe3 2842- leading: sorközök definiálása hosszal
f4f1ef6b
ZU
2843- listliketab: listák táblázatként szedése
2844- ltablex: table csomag kiegészítése
70f52fe3
ZU
2845- makebox: egy \makebox* parancs definiálása
2846- makecell: táblázat címsorral és többsoros cellákkal
c82fac6f 2847- marginnote: széljegyzetek, ott is, ahol a \marginpar hibázik
70f52fe3
ZU
2848- mcaption: címkék a margóra
2849- mcite: több elem egy hivatkozásban
2850- mciteplus: kibővített többszörös hivatkozás
2851- minipage-marginpar: minipage-ek széljegyzetekkel
2852- miniplot: egy csomag ábrák könnyű elhelyezéséhez
2853- multicap: formázott cimkék multicols környezetben
2854- newvbtm: saját verbatim-szerű környezetek
7ac8a96b 2855- notes2bib: megjegyzések elhelyezése bibliográfiába
70f52fe3
ZU
2856- ntabbing: tabbing környezet automatikus sorszámozással
2857- numline: LaTeX makrók sorok számozására
2858- pbox: változtatható szélességű \parbox
2859- pinlabel: a TeX labelling package.
2860- polytable: tabular-like environments with named columns.
2861- rccol: decimal-centered optionally rounded numbers in tabular.
2862- romannum: generate roman numerals instead of arabic digits.
2863- schedule: heti időbeosztás (órarend)
2864- umoline: aláhúzott szövegben sortörés engedélyezése
2865- umrand: package for fancy box frames.
f4f1ef6b 2866- underlin: aláhúzott élőfej
70f52fe3 2867- ushort: shorter (and longer) underlines and underbars.
2e9c3e45 2868
6bc47e19 2869%package latex-effects
70f52fe3 2870Summary: Additional effects to fonts, texts.
6bc47e19
ZU
2871Summary(hu.UTF-8): További effektek betűkhöz, szövegekhez,...
2872Group: Applications/Publishing/TeX
2873Requires(post,postun): %{_bindir}/texhash
2874Requires: %{name}-latex
2875
2876%description latex-effects
2877This package contains:
2878- arcs: draw arcs over and under text
2879- blowup: upscale or downscale all pages of a document.
2880- changebar: generate changebars in LaTeX documents.
2881- draftwatermark: put a grey textual watermark on document pages.
2882- flippdf: horizontal flipping of pages with pdfLaTeX.
2883- flowfram: create text frames for posters, brochures or magazines.
2884- isorot: rotation of document elements.
2885- lettrine: typeset dropped capitals.
70f52fe3
ZU
2886- niceframe: support for fancy frames.
2887- notes: mark sections of a document.
2888- objectz: macros for typesetting Object Z.
2889- parallel: typeset parallel texts.
2890- quotchap: decorative chapter headings.
2891- rotpages: typeset sets of pages upside-down and backwards.
6bc47e19
ZU
2892
2893%description latex-effects -l hu.UTF-8
2894Ez a csomag a következőket tartalmazza:
2895- arcs: ívek rajzolása szöveg fölé és alá
2896- blowup: a dokumentum összes oldalának nagyítása vagy kicsinyítése
2897- changebar: oldalsávok készítése LaTeX dokumentumokban
2898- draftwatermark: szürke szöveges vízjel a dokumentum oldalaira
2899- flippdf: oldalak vízszintes tükrözése pdfLaTeX-hel
2900- flowfram: szövegkeretek poszterekhez, brossúrákhoz vagy magazinokhoz
2901- isorot: dokumentum-elemek forgatása
2902- lettrine: ejtett kapitálisok szedése
70f52fe3
ZU
2903- niceframe: különféle keretek
2904- notes: dokumentum részeinek kiemelése, megjelölése
2905- objectz: Object Z objektumok szedése
2906- parallel: párhuzamos szövegek szedése
2907- quotchap: decorative chapter headings.
2908- rotpages: typeset sets of pages upside-down and backwards.
6bc47e19 2909
b916bc39
ZU
2910%package latex-math-sources
2911Summary: Sources of latex-math
2912Summary(hu.UTF-8): A latex-math forrása
2913Group: Applications/Publishing/TeX
2914
2915%description latex-math-sources
2916Sources of latex-math.
2917
2918%description latex-math-sources -l hu.UTF-8
2919A latex-math forrása.
2920
2e9c3e45
ZU
2921%package latex-math
2922Summary: Mathematical packages
2923Summary(hu.UTF-8): Matematikai csomagok
2924Group: Applications/Publishing/TeX
2925Requires(post,postun): %{_bindir}/texhash
2926Requires: %{name}-latex
b9c820f8
ZU
2927# gnuplottex needs gnuplot
2928Requires: gnuplot
2e9c3e45
ZU
2929
2930%description latex-math
2931This package contains:
2932- bez123: Support for Bezier curves.
2933- binomexp: Calculate Pascal's triangle
1d337b0e 2934- cmll: symbols for linear logic.
6bc47e19 2935- constants: automatic numbering of constants.
2e9c3e45 2936- coordsys: draw cartesian coordinate systems.
de260d32 2937- dotseqn: flush left equations with dotted leaders to the numbers.
2e9c3e45
ZU
2938- egplot: encapsulate Gnuplot sources in LaTeX documents.
2939- eqlist: description lists with equal indentation.
2940- eqnarray: more generalised equation arrays with numbering.
2941- esdiff: simplify typesetting of derivatives.
2942- esvect: vector arrows.
2943- extpfeil: extensible arrows in mathematics
2944- faktor: typeset quotient structures with LaTeX.
b9c820f8 2945- fouridx: left sub- and superscripts in maths mode.
de260d32 2946- functan: macros for functional analysis and PDE theory
b9c820f8
ZU
2947- galois: typeset Galois connections.
2948- gnuplottex: embed Gnuplot commands in LaTeX documents.
2949- hhtensor: print vectors, matrices, and tensors.
7ac8a96b 2950- logpap: generate logarithmic graph paper with LaTeX.
c82fac6f 2951- makeplot: easy plots from Matlab in LaTeX.
70f52fe3 2952- maybemath: make math bold or italic according to context.
c82fac6f 2953- mfpic4ode: macros to draw direction fields and solutions of ODEs.
7ac8a96b
ZU
2954- mhequ: multicolumn equations, tags, labels, sub-numbering.
2955- mhs: historical mathematics.
70f52fe3 2956- mlist: logical markup for lists.
7ac8a96b 2957- nath: natural mathematics notation.
b9c820f8 2958- noitcrul: improved underlines in mathematics.
7ac8a96b 2959- numprint: print numbers with separators and exponent if necessary.
2e9c3e45 2960- permute: support for symmetric groups.
70f52fe3 2961- petri-nets: A set TeX/LaTeX packages for drawing Petri nets.
7ac8a96b 2962- qsymbols: maths symbol abbreviations.
70f52fe3
ZU
2963- qtree: draw tree structures.
2964- simplewick: simple Wick contractions.
7ac8a96b
ZU
2965- sseq: spectral sequence diagrams.
2966- subdepth: unify maths subscript height.
2967- subeqn: package for subequation numbering.
2968- subeqnarray: equation array with sub numbering.
70f52fe3 2969- trfsigns: typeset transform signs.
f4f1ef6b 2970- trsym: symbols for transformations.
7ac8a96b 2971- ulsy: extra mathematical characters.
2e9c3e45
ZU
2972
2973%description latex-math -l hu.UTF-8
2974Ez a csomag a következőket tartalmazza:
2975- bez123: Bezier-görbék
2976- binomexp: Pascal-háromszög számítása
1d337b0e 2977- cmll: szimbólumok lineáris logikához
6bc47e19 2978- constants: változók automatikus sorszámozása
2e9c3e45 2979- coordsys: Descartes-féle koordinátarendszerek rajzolása
de260d32 2980- dotseqn: TODO
2e9c3e45
ZU
2981- egplot: Gnuplot források LaTeX dokumentumokba ágyazása
2982- eqlist: leíró lista egyenlő behúzással
2983- eqnarray: általánosabb egyenlet-rendszer sorszámozással
2984- esdiff: deriváltak bevitele
2985- esvect: vektornyilak
2986- extpfeil: bővíthető nyilak matematikában
2987- faktor: hányados struktúrák LaTeX-hel
b9c820f8 2988- fouridx: alsó és felső indexek bal oldalon matematikai módban
de260d32 2989- functan: funkcionálanalízés és PDE elmélethez makrók
b9c820f8
ZU
2990- galois: Galois kapcsolatok szedése
2991- gnuplottex: Gnuplot parancsok beágyazása LaTeX dokumentumokba
2992- hhtensor: vetkorok, mátrixok és tenzorok nyomtatása
7ac8a96b 2993- logpap: logaritmikus grafikonok
c82fac6f 2994- makeplot: könnyű ábrázolások Matlab-ból LaTeX-be
70f52fe3
ZU
2995- maybemath: matematikai félkövér ill. dőlt szöveg környezettől
2996 függően
c82fac6f 2997- mfpic4ode: differenciálegyenletek megoldásainak ábrázolása
7ac8a96b
ZU
2998- mhequ: többoszlopos egyenletek, cimkék, al-sorszámozás
2999- mhs: történelmi matematika
70f52fe3 3000- mlist: listák logikus jelölése
7ac8a96b 3001- nath: természetes matematikai jelölés
b9c820f8 3002- noitcrul: kibővített aláhúzások matematikában
7ac8a96b 3003- numprint: számok írása elválasztókkal és kitevőkkel, ha szükséges
2e9c3e45 3004- permute: szimmetriacsoportok
70f52fe3 3005- petri-nets: A set TeX/LaTeX packages for drawing Petri nets.
7ac8a96b 3006- qsymbols: matematikai szimbólumok rövidítése
70f52fe3
ZU
3007- qtree: fastruktúrák rajzolása
3008- simplewick: simple Wick contractions.
7ac8a96b
ZU
3009- sseq: spectral sequence diagrams.
3010- subdepth: matematikai indexek méretének egységesítése
3011- subeqn: alegyenletek sorszámozása
3012- subeqnarray: egyenletek al-sorszámozása
70f52fe3 3013- trfsigns: transzformációs jelek szedése
f4f1ef6b 3014- trsym: szimbólumok transzformációkhoz
7ac8a96b 3015- ulsy: extra matematikai karakterek
2e9c3e45 3016
de260d32
ZU
3017%package latex-misc
3018Summary: Misc packages
3019Summary(hu.UTF-8): Vegyes csomagok
3020Group: Applications/Publishing/TeX
3021Requires(post,postun): %{_bindir}/texhash
3022Requires: %{name}-latex
3023
3024%description latex-misc
3025This packages contains:
3026- cooking: typeset recipes.
3027- cuisine: typeset recipes.
3028- fixme: insert "fixme" notes into draft documents.
3029- recipecard: typeset recipes in note-card-sized boxes.
70f52fe3 3030- todo: make a to-do list for a document.
de260d32
ZU
3031
3032%description latex-misc -l hu.UTF-8
3033Ez a csomag a következőket tartalmazza:
3034- cooking: receptek szedése
3035- cuisine: receptek szedése
3036- fixme: "fixme" megjegyzések elhelyezése
3037- recipecard: receptek szedése jegyzet-méretű dobozokba
70f52fe3 3038- todo: dokumentumok teendőinek listája
de260d32 3039
1d337b0e
ZU
3040%package latex-music
3041Summary: Musical packages
3042Summary(hu.UTF-8): Zenei csomagok
3043Group: Applications/Publishing/TeX
3044Requires(post,postun): %{_bindir}/texhash
3045Requires: %{name}-latex
3046
3047%description latex-music
3048This package contains:
3049- abc: support ABC music notation in LaTeX.
3050- guitar: guitar chords and song texts.
c82fac6f 3051- songbook: package for typesetting song lyrics and chord books.
1d337b0e
ZU
3052
3053%description latex-music -l hu.UTF-8
3054Ez a csomag a következőket tartalmazza:
3055- abc: ABC hangjegyzések LaTeX-ben
3056- guitar: gitárkották és dalszövegek
c82fac6f 3057- songbook: dalszövegek és akkordkönyvek szedése
1d337b0e 3058
2e9c3e45
ZU
3059%package latex-physics
3060Summary: Physical packages
3061Summary(hu.UTF-8): Fizikai csomagok
3062Group: Applications/Publishing/TeX
3063Requires(post,postun): %{_bindir}/texhash
3064Requires: %{name}-latex
3065
3066%description latex-physics
3067This package contains:
3068- circ: macros for typesetting circuit diagrams.
3069- colorwav: colours by wavelength of visible light.
3070- dyntree: construct Dynkin tree diagrams.
3071- feynmf: macros and fonts for creating Feynman (and other) diagrams.
de260d32 3072- formula: typesetting physical units.
b9c820f8 3073- isotope: a package for type setting isotopes
70f52fe3 3074- listofsymbols: create and manipulate lists of symbols
7ac8a96b 3075- miller: typeset miller indices.
70f52fe3 3076- susy: macros for SuperSymmetry-related work.
2e9c3e45
ZU
3077
3078%description latex-physics -l hu.UTF-8
3079Ez a csomag a következőket tartalmazza:
3080- circ: áramkörök szedése
3081- colorwav: a látható fény színei hullámhossz szerint
3082- dyntree: Dynkin fadiagramok készítése
3083- feynmf: makrók és fontok Feynman (és más) diagramok készítésére
de260d32 3084- formula: fizikai egységek szedése
b9c820f8 3085- isotope: izotópok szedése
70f52fe3 3086- listofsymbols: szimbólumok listákának létrehozása és kezelése
7ac8a96b 3087- miller: miller indexek szedése
70f52fe3 3088- susy: Szuper-Szimmetria elmélettel kapcsolatos munkákhoz makrók
2e9c3e45
ZU
3089
3090%package latex-biology
3091Summary: Biological packages
3092Summary(hu.UTF-8): Biológiai csomagok
3093Group: Applications/Publishing/TeX
3094Requires(post,postun): %{_bindir}/texhash
3095Requires: %{name}-latex
3096
3097%description latex-biology
3098This package contains:
3099- biocon: typesetting biological species names
3100- dnaseq: format DNA base sequences.
3101
3102%description latex-biology -l hu.UTF-8
3103Ez a csomag a következőket tartalmazza:
3104- biocon: biológiai fajnevek szedése
3105- dnaseq: DNS szekvenciák szedése
3106
3107%package latex-chem
3108Summary: Chemical packages
3109Summary(hu.UTF-8): Kémiai csomagok
3110Group: Applications/Publishing/TeX
3111Requires(post,postun): %{_bindir}/texhash
3112Requires: %{name}-latex
3113
3114%description latex-chem
3115This package contains:
3116- achemso: support for American Chemical Society journal submissions.
3117- bpchem: typeset chemical names, formulae, etc.
3118- chemarrow: arrows for use in chemistry.
3119- chemcompounds: simple consecutive numbering of chemical compounds.
3120- chemcono: support for compound numbers in chemistry documents.
3121- chemstyle: writing chemistry with style.
3122- mhchem: typeset chemical formulae/equations and Risk and Safety
3123 phrases
3124
3125%description latex-chem -l hu.UTF-8
3126Ez a csomag a következőket tartalmazza:
3127- achemso: American Chemical Society formátuma
3128- bpchem: kémiai nevek, formulák, stb. szedése
3129- chemarrow: kémiában használatos nyilak
3130- chemcompounds: kémiai vegyületek számozása
3131- chemcono: kémiai vegyületek kémiai dokumentumokbam
3132- chemstyle: kémiai dokumentum írása
3133- mhchem: kémiai formulák/egyenletek szedése
3134
3135%package latex-informatic
3136Summary: Informatical packages
3137Summary(hu.UTF-8): Informatikai csomagok
3138Group: Applications/Publishing/TeX
3139Requires(post,postun): %{_bindir}/texhash
3140Requires: %{name}-latex
3141
3142%description latex-informatic
3143This package contains:
3144- alg: LaTeX environments for typesetting algorithms.
3145- bytefield: Create illustrations for network protocol specifications.
70f52fe3
ZU
3146- lsc: typesetting Live Sequence Charts.
3147- method: typeset method and variable declarations.
7ac8a96b
ZU
3148- msc: draw MSC diagrams.
3149- nag: detecting and warning about obsolete LaTeX commands
3150- progkeys: typeset programs, recognising keywords.
70f52fe3
ZU
3151- register: typeset programmable elements in digital hardware
3152 (registers).
7ac8a96b 3153- uml: UML diagrams in LaTeX.
2e9c3e45
ZU
3154
3155%description latex-informatic -l hu.UTF-8
3156Ez a csomag a következőket tartalmazza:
3157- alg: LaTeX környezetek algoritmusok szedésére
3158- bytefield: hálózati protokoll specifikációk szemléltetése
70f52fe3
ZU
3159- lsc: Live Sequence Charts
3160- method: eljárások és változók deklarációjának szedése
7ac8a96b
ZU
3161- msc: MSC diagramok
3162- nag: elavult LaTeX parancsok detektálása és figyelmeztetés
3163- progkeys: programok szedése, kulcsszavakkal
f4f1ef6b 3164- register: programozható elemek (regiszterek) szedése
7ac8a96b 3165- uml: UML diagramok LaTeX-ben
2e9c3e45
ZU
3166
3167%package latex-pdftools
3168Summary: Various tools to pdf output
3169Summary(hu.UTF-8): Különböző eszközök pdf output-hoz
3170Group: Applications/Publishing/TeX
3171Requires(post,postun): %{_bindir}/texhash
3172Requires: %{name}-latex
3173
3174%description latex-pdftools
3175This package contains:
3176- attachfile: attach arbitrary files to a PDF document
3177- cooltooltips: associate a pop-up window and tooltip with PDF
3178 hyperlinks
70f52fe3
ZU
3179- movie15: multimedia inclusion package.
3180- pdfcprot: activating and setting of character protruding using
3181 pdflatex.
3182- pdftricks: support for pstricks in pdfTeX. . pdfscreen: support
3183 screen-based document design.
2e9c3e45
ZU
3184
3185%description latex-pdftools -l hu.UTF-8
3186Ez a csomag a következőket tartalmazza:
3187- attachfile: fájlok csatolása PDF dokumentumokba
3188- cooltooltips: felugró ablakok és súgók társítása PDF linkekhez
70f52fe3
ZU
3189- movie15: multimédia beillesztése
3190- pdfcprot: activating and setting of character protruding using
3191 pdflatex.
7ac8a96b
ZU
3192- pdftricks: pstricks támogatás pdfTeX-ben
3193- pdfscreen: képernyő alapú dokumentumok
d19eaaab 3194
d08789e0
ZU
3195%package latex-microtype
3196Summary: An interface to the micro-typographic extensions of pdfTeX
3197Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
3198Group: Applications/Publishing/TeX
3199Requires(post,postun): /usr/bin/texhash
3200Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3201
3202%description latex-microtype
3203The `microtype' package provides a LaTeX interface to pdfTeX's
3204micro-typographic extensions: character protrusion and font expansion.
3205It allows to restrict character protrusion and/or font expansion to a
3206definable set of fonts, and to configure micro-typographic aspects of
3207the fonts in a straight-forward and flexible way. Settings for various
3208fonts are provided.
3209
3210%description latex-microtype -l pl.UTF-8
3211Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
3212mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
3213Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
3214określonego zbioru fontów oraz skonfigurować mikrotypograficzne
3215aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
3216dla różnych fontów.
3217
8ed039e0
ZU
3218%package latex-musictex
3219Summary: Typesetting music with TeX
3220Summary(hu.UTF-8): Zenék szedése TeX-hel
3221Group: Applications/Publishing/TeX
3222Requires(post,postun): %{_bindir}/texhash
3223Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3224
3225%description latex-musictex
3226Typesetting music with TeX.
3227
3228%description latex-musictex -l hu.UTF-8
3229Zenék szedése TeX-hel.
3230
d08789e0
ZU
3231%package latex-lucidabr
3232Summary: Package to make Lucida Bright fonts usable with LaTeX
3233Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
3234Group: Applications/Publishing/TeX
3235Requires(post,postun): %{_bindir}/texhash
3236Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3237
3238%description latex-lucidabr
3239Package to make Lucida Bright fonts usable with LaTeX.
3240
3241%description latex-lucidabr -l pl.UTF-8
3242Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
3243
3244%package latex-marvosym
3245Summary: Styles for Martin Vogel's Symbol (marvosym) font
3246Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
3247Group: Applications/Publishing/TeX
3248Requires(post,postun): /usr/bin/texhash
3249Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
3250Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3251
3252%description latex-marvosym
3253Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
3254currency symbol as defined by the European commission; Euro currency
3255symbols in typefaces Times, Helvetica and Courier; Symbols for
3256structural engineering; Symbols for steel cross-sections; Astronomy
3257signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
3258symbols; CE sign and others.
3259
3260%description latex-marvosym -l pl.UTF-8
3261Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
3262waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
3263krojach Times, Helvetica i Courier; symbole do inżynierii
3264strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
3265(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
3266CE i inne.
3267
3268%package latex-mathpple
3269Summary: Use PostScript Palatino for typesetting maths
3270Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
3271Group: Applications/Publishing/TeX
3272Requires(post,postun): %{_bindir}/texhash
3273Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3274Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3275
3276%description latex-mathpple
3277The package defines the PostScript font family `Palatino' (ppl) as the
3278default roman font and then uses the `mathpple' fonts for typesetting
3279math. These virtual fonts have been created for typesetting math in a
3280style that suits the Palatino text fonts. The AMS fonts, when used
3281additionally, will be scaled to fit Palatino.
3282
3283%description latex-mathpple -l pl.UTF-8
3284Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
3285domyślny font roman i używa fontów mathpple do składania wzorów
3286matematycznych. Te wirtualne fonty zostały stworzone do składania
3287wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
3288Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
3289pasować do Palatino.
3290
3291%package latex-mathtime
3292Summary: Mathtime fonts for LaTeX
3293Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
3294Group: Applications/Publishing/TeX
3295Requires(post,postun): %{_bindir}/texhash
3296Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3297
3298%description latex-mathtime
3299The Mathtime fonts have a number of characters remapped to positions
3300different from the ones normally used by the corresponding TeX
3301CM-fonts. For the symbol font ``operators'' the corresponding mathtime
3302style files use the Times Roman font (often called something like:
3303ptmr or ptmr7t or ptmrq).
3304
3305%description latex-mathtime -l pl.UTF-8
3306Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
3307różniące się od tych normalnie używanych w odpowiadających im TeXowych
3308fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
3309używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
3310ptmrq).
3311
3312%package latex-mflogo
3313Summary: LaTeX support for MetaFont and logo fonts
3314Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
3315Group: Applications/Publishing/TeX
3316Requires(post,postun): %{_bindir}/texhash
3317Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
3318Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3319
3320%description latex-mflogo
3321LaTeX package and font definition file to access the Knuthian `logo'
3322fonts described in `The MetaFontbook' and the MetaFont and logos in
3323LaTeX documents.
3324
3325%description latex-mflogo -l pl.UTF-8
3326Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
3327opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
3328LaTeXa.
3329
3330%package latex-mfnfss
3331Summary: Font description files to use extra fonts like yinit and ygoth
3332Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
3333Group: Applications/Publishing/TeX
3334Requires(post,postun): %{_bindir}/texhash
3335Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3336
3337%description latex-mfnfss
3338Font description files to use extra fonts like yinit and ygoth.
3339
3340%description latex-mfnfss -l pl.UTF-8
3341Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
3342
3343%package latex-minitoc
3344Summary: Produce a table of contents for each chapter
3345Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
3346Group: Applications/Publishing/TeX
3347Requires(post,postun): %{_bindir}/texhash
3348Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3349
3350%description latex-minitoc
3351Produce a table of contents for each chapter.
3352
3353%description latex-minitoc -l pl.UTF-8
3354Tworzenie spisów treści dla każdego rozdziału.
3355
3356%package latex-mltex
3357Summary: Support for MLTeX
3358Summary(pl.UTF-8): Wsparcie dla MLTeXa
3359Group: Applications/Publishing/TeX
3360Requires(post,postun): %{_bindir}/texhash
3361Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3362
3363%description latex-mltex
3364Support for MLTeX, the multilingual TeX extension from Michael J.
3365Ferguson.
3366
3367%description latex-mltex -l pl.UTF-8
3368Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
3369autorstwa Michaela J. Fergusona.
3370
d34bfb7f
ZU
3371%package latex-multienum
3372Summary: Multi-column enumerated lists
3373Summary(hu.UTF-8): Többoszlopos számozott listák
3374Group: Applications/Publishing/TeX
3375Requires(post,postun): %{_bindir}/texhash
3376Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3377
3378%description latex-multienum
3379Multi-column enumerated lists.
3380
3381%description latex-multienum -l hu.UTF-8
3382Többoszlopos számozott listák.
3383
f1f5d194
ZU
3384
3385%package latex-moreverb
3386Summary: Extended verbatim
3387Summary(hu.UTF-8): Kiterjesztett verbatim
3388Group: Applications/Publishing/TeX
3389Requires(post,postun): %{_bindir}/texhash
3390Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3391
3392%description latex-moreverb
3393Extended verbatim.
3394
3395%description latex-moreverb -l hu.UTF-8
3396Kiterjesztett verbatim.
3397
a8b381b0
ZU
3398%package latex-ntheorem
3399Summary: Enhanced theorem environment
3400Summary(hu.UTF-8): Bővített tétel környezet
3401Group: Applications/Publishing/TeX
fe66da27 3402Requires(post,postun): %{_bindir}/texhash
78d53d8c 3403Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
3404
3405%description latex-ntheorem
3406Enhanced theorem environment.
3407
3408%description latex-ntheorem -l hu.UTF-8
3409Bővített tétel környezet
3410
f65b3398
ZU
3411%package latex-other
3412Summary: Other LaTeX packages
3413Summary(hu.UTF-8): Néhány további LaTeX csomag
3414Group: Applications/Publishing/TeX
3415Requires(post,postun): %{_bindir}/texhash
3416Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3417
3418%description latex-other
3419Other LaTeX packages.
3420
3421%description latex-other -l hu.UTF-8
3422Néhány további LaTeX csomag.
3423
3424%package latex-other-doc
3425Summary: Other LaTeX packages documentation
3426Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
3427Group: Applications/Publishing/TeX
3428Requires(post,postun): %{_bindir}/texhash
3429Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3430
3431%description latex-other-doc
3432Other LaTeX packages documentation.
3433
3434%description latex-other-doc -l hu.UTF-8
3435Néhány további LaTeX csomag dokumentációja.
3436
d08789e0
ZU
3437%package latex-palatcm
3438Summary: Palatino + Computer Modern math fonts for LaTeX
3439Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
3440Group: Applications/Publishing/TeX
3441Requires(post,postun): %{_bindir}/texhash
3442Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3443
3444%description latex-palatcm
3445Palatino + Computer Modern math fonts for LaTeX.
3446
3447%description latex-palatcm -l pl.UTF-8
3448Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
3449
f65b3398
ZU
3450
3451%package latex-pdfslide
3452Summary: Presentation slides using pdftex
3453Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
3454Group: Applications/Publishing/TeX
3455Requires(post,postun): %{_bindir}/texhash
3456Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3457
3458%description latex-pdfslide
3459Presentation slides using pdftex.
3460
3461%description latex-pdfslide -l hu.UTF-8
3462Prezentáció készítése pdftex-hel.
3463
03d9d5fa
ZU
3464%package latex-pgf
3465Summary: The TeX Portable Graphic Format
3466Summary(hu.UTF-8): TeX Portable Graphic Formátum
3467Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
3468Group: Applications/Publishing/TeX
3469Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
3470Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3471Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 3472Obsoletes: tetex-pgf
03d9d5fa
ZU
3473
3474%description latex-pgf
3475A macro package for creating graphics directly in TeX and LaTeX.
3476
3477%description latex-pgf -l hu.UTF-8
3478Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
3479
3480%description latex-pgf -l pl.UTF-8
3481Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
3482
f65b3398
ZU
3483%package latex-polynom
3484Summary: Macros for manipulating polynomials
3485Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
3486Group: Applications/Publishing/TeX
3487Requires(post,postun): %{_bindir}/texhash
3488Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3489
3490%description latex-polynom
3491Macros for manipulating polynomials.
3492
3493%description latex-polynom -l hu.UTF-8
3494Makrók polinomokkal való műveletekre.
3495
3496%package latex-polynomial
3497Summary: Typeset (univariate) polynomials
3498Summary(hu.UTF-8): Egyváltozós polinomok szedése
3499Group: Applications/Publishing/TeX
3500Requires(post,postun): %{_bindir}/texhash
3501Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3502
3503%description latex-polynomial
3504Typeset (univariate) polynomials.
3505
3506%description latex-polynomial -l hu.UTF-8
3507Egyváltozós polinomok szedése.
3508
1d337b0e
ZU
3509%package latex-programming
3510Summary: Additional utilities to programming LaTeX
3511Summary(hu.UTF-8): További eszközök LaTeX programozásához
3512Group: Applications/Publishing/TeX
3513Requires(post,postun): %{_bindir}/texhash
3514Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3515
3516%description latex-programming
3517This package contains:
3518- cmdtrack: check used commands.
3519- cool: COntent-Oriented LaTeX
3520- coollist: manipulate COntent Oriented LaTeX Lists.
3521- coolstr: string manipulation in LaTeX.
3522- csvtools: reading data from CSV files.
3523- datatool: tools to load and manipulate data.
3524- datenumber: convert a date into a number and vice versa.
de260d32
ZU
3525- delimtxt: read and parse text tables.
3526- dialogl: macros for constructing interactive LaTeX scripts.
1d337b0e 3527- dprogress: LaTeX-relevant log information for debugging.
de260d32 3528- environ: a new interface for environments in LaTeX.
6bc47e19 3529- export: import and export values of LaTeX registers.
de260d32
ZU
3530- fmtcount: display the value of a LaTeX counter in a variety of
3531 formats.
3532- forarray: using array structures in LaTeX.
3533- forloop: iteration in LaTeX.
6bc47e19 3534- inversepath: calculate inverse file paths.
b9c820f8 3535- labelcas: check the existence of labels, and fork accordingly.
6bc47e19 3536- lcg: generate random integers.
7ac8a96b 3537- makecmds: the new \makecommand command always (re)defines a command.
70f52fe3 3538- multido: a loop facility for Generic TeX.
caaf987e 3539- namespc: rudimentary c++-like namespaces in LaTeX.
7ac8a96b 3540- patchcmd: change the definition of an existing command.
70f52fe3
ZU
3541- progress: creates an overview of a document's state.
3542- randtext: randomise the order of characters in strings.
3543- regcount: display the allocation status of the TeX registers.
3544- robustcommand: declare robust command, with \newcommand checks.
3545- splitindex: unlimited number of indexes.
7ac8a96b
ZU
3546- stack: tools to define and use stacks.
3547- stringstrings: string manipulation for cosmetic and programming
3548 application
3549- substr: deal with substrings in strings.
70f52fe3 3550- typedref: eliminate errors by enforcing the types of labels.
1d337b0e
ZU
3551
3552%description latex-programming -l hu.UTF-8
3553Ez a csomag a következőket tartalmazza:
3554- cmdtrack: használt parancsok ellenőrzése
3555- cool: tartalom-orientált (COntent-Oriented) LaTeX
3556- coollist: COntent Oriented LaTeX listák manipulációja
3557- coolstr: sztring manipuláció LaTeX-ben
3558- csvtools: adatok olvasása CSV fájlokból
3559- datatool: eszközök adatok beolvasására és manipulációjához
3560- datenumber: dátum számmá konvertálása és vissza
de260d32
ZU
3561- delimtxt: szöveges táblázatok olvasása és feldolgozása
3562- dialogl: interaktív makrók LaTeX-ben
1d337b0e 3563- dprogress: LaTeX-releváns log információ debuggoláshoz
6bc47e19 3564- export: LaTeX regiszterek értékeinek importálása és exportálása
de260d32
ZU
3565- environ: egy új felület környezetek létrehozására
3566- fmtcount: LaTeX számlálók megjelenítése különböző formátumokban
3567- forarray: tömb struktúrák LaTeX-ben
3568- forloop: iteráció LaTeX-ben
6bc47e19 3569- inversepath: fájlútvonalak visszafele relatív meghatározása
b9c820f8 3570- labelcas: cimkék létezésének ellenőrzése
6bc47e19 3571- lcg: véletlen egész számok generálása
7ac8a96b 3572- makecmds: új \makecommand, amely mindig (újra)definiál parancsot
70f52fe3 3573- multido: ciklusok szervezése LaTeX-ben
caaf987e 3574- namespc: c++-szerű névterek LaTeX-ben
7ac8a96b 3575- patchcmd: létező parancsok definíciójának megváltoztatása
70f52fe3
ZU
3576- progress: egy áttekintést készít a dokumentum állapotáról
3577- randtext: sztring karaktereinek összekeverése
3578- regcount: display the allocation status of the TeX registers.
3579- robustcommand: declare robust command, with \newcommand checks.
3580- splitindex: unlimited number of indexes.
7ac8a96b
ZU
3581- stack: verem használata
3582- stringstrings: sztring manipuláció
3583- substr: részszövegek keresése
70f52fe3 3584- typedref: eliminate errors by enforcing the types of labels.
1d337b0e 3585
b7b4a109
ZU
3586%package latex-prosper
3587Summary: LaTeX class for high quality slides
3588Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
3589Group: Applications/Publishing/TeX
3590Requires(post,postun): %{_bindir}/texhash
3591Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3592
3593%description latex-prosper
3594LaTeX class for high quality slides.
3595
3596%description latex-prosper -l hu.UTF-8
3597LaTeX osztály jó minőségű fóliák készítéséhez.
3598
3599%package latex-pseudocode
3600Summary: LaTeX enviroment for specifying algorithms in a natural way
3601Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
3602Group: Applications/Publishing/TeX
3603Requires(post,postun): %{_bindir}/texhash
3604Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3605
3606%description latex-pseudocode
3607LaTeX enviroment for specifying algorithms in a natural way.
3608
3609%description latex-pseudocode -l hu.UTF-8
3610LaTeX környezet algoritmusok bevitelére.
3611
d08789e0
ZU
3612%package latex-psnfss
3613Summary: LaTeX font support for common PostScript fonts
3614Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
3615Group: Applications/Publishing/TeX
3616Requires(post,postun): %{_bindir}/texhash
3617Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3618Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3619Obsoletes: tetex-latex-mathptm
3620Obsoletes: tetex-latex-mathptmx
3621
3622%description latex-psnfss
3623LaTeX font definition files, macros and font metrics for common
3624PostScript fonts.
3625
3626%description latex-psnfss -l pl.UTF-8
3627LaTeXowe pliki definicji fontów, makra i metryki fontów dla
3628popularnych fontów postscriptowych.
3629
8efa6a9c
ZU
3630%package latex-pst-2dplot
3631Summary: A PSTricks package for drawing 2D curves
3632Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
3633Group: Applications/Publishing/TeX
3634Requires(post,postun): %{_bindir}/texhash
3635Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3636
3637%description latex-pst-2dplot
3638A PSTricks package for drawing 2D curves.
3639
3640%description latex-pst-2dplot -l hu.UTF-8
3641PSTricks csomag kétdimenziós görbék rajzolásához.
3642
3643%package latex-pst-3dplot
3644Summary: Draw 3d curves and graphs using PSTricks
3645Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
3646Group: Applications/Publishing/TeX
3647Requires(post,postun): %{_bindir}/texhash
3648Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3649
3650%description latex-pst-3dplot
3651Draw 3d curves and graphs using PSTricks.
3652
3653%description latex-pst-3dplot -l hu.UTF-8
36543D-s görbék és grafikonok PSTricks-szel.
3655
3656
3657%package latex-pst-bar
3658Summary: Produces bar charts using pstricks
3659Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
3660Group: Applications/Publishing/TeX
3661Requires(post,postun): %{_bindir}/texhash
3662Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3663
3664%description latex-pst-bar
3665Produces bar charts using pstricks.
3666
3667%description latex-pst-bar -l hu.UTF-8
3668Oszlopdiagramok pstricks-szel.
3669
3670%package latex-pst-circ
3671Summary: PSTricks package for drawing electric circuits
3672Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3673Group: Applications/Publishing/TeX
3674Requires(post,postun): %{_bindir}/texhash
3675Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3676
3677%description latex-pst-circ
3678PSTricks package for drawing electric circuits.
3679
3680%description latex-pst-circ -l hu.UTF-8
3681PSTricks csomag elektromos áramkörök rajzolásához.
3682
3683%package latex-pst-diffraction
3684Summary: Print diffraction patterns from various apertures
3685Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3686Group: Applications/Publishing/TeX
3687Requires(post,postun): %{_bindir}/texhash
3688Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3689
3690%description latex-pst-diffraction
3691Print diffraction patterns from various apertures.
3692
3693%description latex-pst-diffraction -l hu.UTF-8
3694Diffrakciós képek különböző eszközökön.
3695
b7b4a109
ZU
3696%package latex-pst-eucl
3697Summary: Euclidian geometry with pstricks
3698Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3699Group: Applications/Publishing/TeX
3700Requires(post,postun): %{_bindir}/texhash
3701Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3702
3703%description latex-pst-eucl
3704Euclidian geometry with pstricks.
3705
3706%description latex-pst-eucl -l hu.UTF-8
3707Euklidészi geometria a pstricks használatával.
3708
8efa6a9c
ZU
3709
3710%package latex-pst-fun
3711Summary: Draw "funny" objects with PSTricks
3712Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3713Group: Applications/Publishing/TeX
3714Requires(post,postun): %{_bindir}/texhash
3715Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3716
3717%description latex-pst-fun
3718Draw "funny" objects with PSTricks.
3719
3720%description latex-pst-fun -l hu.UTF-8
3721"Vicces" rajzok PSTricks-szel
3722
3723%package latex-pst-func
3724Summary: PSTricks package for plotting mathematical functions
3725Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3726Group: Applications/Publishing/TeX
3727Requires(post,postun): %{_bindir}/texhash
3728Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3729
3730%description latex-pst-func
3731PSTricks package for plotting mathematical functions.
3732
ca8b4816 3733%description latex-pst-func -l hu.UTF-8
8efa6a9c
ZU
3734PSTricks csomag matematikai függvények ábrázolásához.
3735
b7b4a109
ZU
3736%package latex-pst-fr3d
3737Summary: Draw 3-dimensional framed boxes using PSTricks
3738Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3739Group: Applications/Publishing/TeX
3740Requires(post,postun): %{_bindir}/texhash
3741Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3742
3743%description latex-pst-fr3d
3744Draw 3-dimensional framed boxes using PSTricks.
3745
3746%description latex-pst-fr3d -l hu.UTF-8
3747Háromdimenziós dobozok PSTricks segítségével.
3748
3749%package latex-pst-fractal
3750Summary: Draw fractal sets using PSTricks
3751Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3752Group: Applications/Publishing/TeX
3753Requires(post,postun): %{_bindir}/texhash
3754Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3755
3756%description latex-pst-fractal
3757Draw fractal sets using PSTricks.
3758
3759%description latex-pst-fractal -l hu.UTF-8
3760Fraktálok rajzolása PSTricks segítségével.
3761
8efa6a9c
ZU
3762%package latex-pst-infixplot
3763Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3764Summary(hu.UTF-8): Infix kifejezések ábrázolása
3765Group: Applications/Publishing/TeX
3766Requires(post,postun): %{_bindir}/texhash
3767Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3768
3769%description latex-pst-infixplot
3770Using pstricks plotting capacities with infix expressions rather than
3771RPN.
3772
3773%description latex-pst-infixplot -l hu.UTF-8
3774Infix kifejezések ábrázolása.
3775
3776%package latex-pst-math
3777Summary: Enhancement of PostScript math operators to use with pstricks
3778Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3779Group: Applications/Publishing/TeX
3780Requires(post,postun): %{_bindir}/texhash
3781Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3782
3783%description latex-pst-math
3784Enhancement of PostScript math operators to use with pstricks.
3785
3786%description latex-pst-math -l hu.UTF-8
3787PostScript matematikai operátorok bővítése pstricks-szel.
3788
3789%package latex-pst-ob3d
3790Summary: Three dimensional objects using PSTricks
3791Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3792Group: Applications/Publishing/TeX
3793Requires(post,postun): %{_bindir}/texhash
3794Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3795
3796%description latex-pst-ob3d
3797Three dimensional objects using PSTricks.
3798
3799%description latex-pst-ob3d -l hu.UTF-8
3800Háromdimenziós objektumok PSTricks-szel.
3801
3802%package latex-pst-optexp
3803Summary: Drawing optical experimental setups
3804Summary(hu.UTF-8): Optikai összeállítások rajzolása
3805Group: Applications/Publishing/TeX
3806Requires(post,postun): %{_bindir}/texhash
3807Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3808
3809%description latex-pst-optexp
3810Drawing optical experimental setups.
3811
3812%description latex-pst-optexp -l hu.UTF-8
3813Optikai összeállítások rajzolása.
3814
3815%package latex-pst-optic
3816Summary: Drawing optics diagrams
3817Summary(hu.UTF-8): Optikai ábrák rajzolása
3818Group: Applications/Publishing/TeX
3819Requires(post,postun): %{_bindir}/texhash
3820Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3821
3822%description latex-pst-optic
3823Drawing optics diagrams.
3824
3825%description latex-pst-optic -l hu.UTF-8
3826Optikai ábrák rajzolása.
3827
3828%package latex-pst-text
3829Summary: Text and character manipulation in PSTricks
3830Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3831Group: Applications/Publishing/TeX
3832Requires(post,postun): %{_bindir}/texhash
3833Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3834
3835%description latex-pst-text
3836Text and character manipulation in PSTricks.
3837
3838%description latex-pst-text -l hu.UTF-8
3839Szöveg és karakter manipulációk PSTricks-szel.
3840
1024ab0e
ZU
3841%package latex-pst-uncategorized
3842Summary: Other uncategorized PSTricks packages
3843Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3844Group: Applications/Publishing/TeX
3845Requires(post,postun): %{_bindir}/texhash
3846Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3847
3848%description latex-pst-uncategorized
3849Other uncategorized PSTricks packages.
3850
3851%description latex-pst-uncategorized -l hu.UTF-8
3852Néhány kategorizálatlan PSTricks csomag.
3853
d08789e0
ZU
3854%package latex-pxfonts
3855Summary: PX fonts LaTeX support
3856Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3857Group: Applications/Publishing/TeX
3858Requires(post,postun): %{_bindir}/texhash
3859Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3860Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3861
3862%description latex-pxfonts
3863PX fonts LaTeX support.
3864
3865%description latex-pxfonts -l pl.UTF-8
3866Obsługa fontów PX w LaTeXu.
3867
3868%package latex-qfonts
3869Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3870Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3871Group: Applications/Publishing/TeX
3872Requires(post,postun): %{_bindir}/texhash
3873Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3874Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3875
3876%description latex-qfonts
3877A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3878QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3879QuasiTimes (regular, italic, bold and bold italic), based on URW++
3880fonts distributed with Ghostscript. The fonts are encoded according to
3881QX layout which facilitates multilingual and technical typesetting
3882using TeX, preserving usability in Windows applications.
3883
3884%description latex-qfonts -l pl.UTF-8
3885Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3886QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3887QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3888fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3889zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3890TeXu, zachowując przydatność dla aplikacji windowsowych.
3891
6c82f497
ZU
3892%package latex-SIstyle
3893Summary: Package to typeset SI units, numbers and angles
3894Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3895Group: Applications/Publishing/TeX
6c82f497 3896Requires(post,postun): /usr/bin/texhash
b4d68b39 3897Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3898
3899%description latex-SIstyle
3900Package to typeset SI units, numbers and angles.
3901
3902%description latex-SIstyle -l hu.UTF-8
3903Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3904
3905%package latex-SIunits
3906Summary: The SIunits package can be used to standardise the use of units in your writings
3907Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3908Group: Applications/Publishing/TeX
fe66da27 3909Requires(post,postun): /usr/bin/texhash
78d53d8c 3910Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3911
3912%description latex-SIunits
2b453bda
ZU
3913The SIunits package can be used to standardise the use of units in
3914your writings.
3127b522
ZU
3915
3916%description latex-SIunits -l hu.UTF-8
3917Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3918
f65b3398
ZU
3919%package latex-siunitx
3920Summary: A comprehensive (SI) units package
3921Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3922Group: Applications/Publishing/TeX
3923Requires(post,postun): /usr/bin/texhash
3924Requires: %{name}-latex
3925
3926%description latex-siunitx
3927A comprehensive (SI) units package.
3928
3929%description latex-siunitx -l hu.UTF-8
3930Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3931
b916bc39
ZU
3932%package latex-sources
3933Summary: LaTeX sources
3934Summary(hu.UTF-8): LaTeX források
3935Group: Applications/Publishing/TeX
3936
3937%description latex-sources
3938LaTeX sources.
3939
3940%description latex-sources -l hu.UTF-8
3941LaTeX források.
3942
73d8d817
ZU
3943%package latex-styles
3944Summary: Various LaTeX styles
3945Summary(hu.UTF-8): Különböző LaTeX stílusok
3946Group: Applications/Publishing/TeX
3947Requires(post,postun): /usr/bin/texhash
3948Requires: %{name}-latex
3949
3950%description latex-styles
3951Various LaTeX styles.
3952
3953%description latex-styles -l hu.UTF-8
3954Különböző LaTeX stílusok.
3955
3956%package latex-lang
3957Summary: LaTeX support for non-english languages
3958Summary(hu.UTF-8): LaTeX támogatás nem-angol nyelvekhez
3959Group: Applications/Publishing/TeX
3960Requires(post,postun): /usr/bin/texhash
3961Requires: %{name}-latex
3962
3963%description latex-lang
3964LaTeX support for non-english languages.
3965
3966%description latex-lang -l hu.UTF-8
3967LaTeX támogatás nem-angol nyelvekhez.
3968
6c82f497
ZU
3969%package latex-Tabbing
3970Summary: Tabbing with accented letters
3971Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3972Group: Applications/Publishing/TeX
3973Requires(post,postun): /usr/bin/texhash
3974
3975%description latex-Tabbing
3976Tabbing with accented letters.
3977
3978%description latex-Tabbing -l hu.UTF-8
3979Tabbing környezet ékezetes betűk használatával.
3127b522 3980
d08789e0
ZU
3981%package latex-urwvn
3982Summary: URWVN fonts
3983Summary(pl.UTF-8): Fonty URWVN
3984Group: Applications/Publishing/TeX
3985Requires(post,postun): /usr/bin/texhash
3986Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3987Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3988
3989%description latex-urwvn
3990URWVN fonts.
3991
3992%description latex-urwvn -l pl.UTF-8
3993Fonty URWVN.
3994
3995%package latex-txfonts
3996Summary: TX fonts LaTeX support
3997Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3998Group: Applications/Publishing/TeX
3999Requires(post,postun): %{_bindir}/texhash
4000Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4001Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4002
4003%description latex-txfonts
4004TX fonts LaTeX support.
4005
4006%description latex-txfonts -l pl.UTF-8
4007Obsługa fontów TX w LaTeXu.
4008
7ea3a98b
ZU
4009%package latex-ucs
4010Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
4011Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 4012Group: Applications/Publishing/TeX
7ea3a98b 4013Requires(post,postun): %{_bindir}/texhash
78d53d8c 4014Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
4015
4016%description latex-ucs
d34bfb7f
ZU
4017This package contains support for using UTF-8 as input encoding in
4018LaTeX documents.
7ea3a98b
ZU
4019
4020%description latex-ucs -l hu.UTF-8
4021Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
4022
d08789e0
ZU
4023%package latex-umlaute
4024Summary: An interface to inputenc for using alternate input encodings
4025Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
4026Group: Applications/Publishing/TeX
4027Requires(post,postun): %{_bindir}/texhash
4028Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4029
4030%description latex-umlaute
4031An interface to inputenc for using alternate input encodings.
4032
4033%description latex-umlaute -l pl.UTF-8
4034Interfejs inputenc do używania alternatywnych kodowań wejściowych.
4035
4036%package latex-wasysym
4037Summary: Extra characters from the Waldis symbol fonts
4038Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
4039Group: Applications/Publishing/TeX
4040Requires(post,postun): %{_bindir}/texhash
4041Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
4042Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4043
4044%description latex-wasysym
4045Makes some additional characters available that come from the wasy
4046fonts (Waldis symbol fonts). These fonts are not automatically
4047included in NFSS2/LaTeX2e since they take up important space and often
4048aren't necessary if one makes use of the packages amsfonts or amssymb.
4049Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
4050apple, ocircle invneg, logof, varint, male, female, phone, clock,
4051lightning, pointer, sun, bell, permil, smiley, various electrical
4052symbols, shapes, music notes, circles, signs, astronomy, etc.
4053
4054%description latex-wasysym -l pl.UTF-8
4055Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
4056(Waldis symbol). Te fonty nie są automatycznie dołączane w
4057NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
4058jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
4059m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
4060ocircle invneg, logof, varint, male, female, phone, clock, lightning,
4061pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
4062kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
4063
03d9d5fa
ZU
4064%package latex-xcolor
4065Summary: Allows for access to color tints, shades, tones etc
4066Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
4067Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
4068Group: Applications/Publishing/TeX
4069Obsoletes: tetex-latex-xcolor
4070
ca8b4816 4071%description latex-xcolor
03d9d5fa
ZU
4072`xcolor' provides easy driver-independent access to several kinds of
4073color tints, shades, tones, and mixes of arbitrary colors. It allows
4074to select a document-wide target color model and offers tools for
4075automatic color schemes, conversion between eight color models, and
4076alternating table row colors.
4077
4078%description latex-xcolor -l hu.UTF-8
4079`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
4080színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
4081keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
4082modell kiválasztásához és a színmodellek közötti konverzióra.
4083
4084%description latex-xcolor -l pl.UTF-8
4085`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
4086wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
4087na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
4088schematów kolorów, konwersji między ośmioma modelami kolorów oraz
4089naprzemiennych kolorów w tabelach.
4090
d08789e0
ZU
4091%package format-latex
4092Summary: LaTeX macro package
4093Summary(pl.UTF-8): Pakiet makr LaTeX
4094Group: Applications/Publishing/TeX
4095Requires(post,postun): %{_bindir}/texhash
4096Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4097Obsoletes: hugelatex
4098
4099%description format-latex
4100LaTeX is a front end for the TeX text formatting system. Easier to use
4101than TeX, LaTeX is essentially a set of TeX macros which provide
4102convenient, predefined document formats for users.
4103
4104This package contains LaTeX format.
4105
4106%description format-latex -l pl.UTF-8
4107LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
4108łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
4109dających użytkownikom wygodne, predefiniowane formaty dokumentów.
4110
4111Ten pakiet zawiera format LaTeX.
4112
4113%package format-pdflatex
4114Summary: PDF LaTeX macro package
4115Summary(pl.UTF-8): Pakiet makr PDF LaTeX
4116Group: Applications/Publishing/TeX
4117Requires(post,postun): %{_bindir}/texhash
4118Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
4119Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4120Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
4121Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
4122Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
4123
4124%description format-pdflatex
4125LaTeX is a front end for the TeX text formatting system. Easier to use
4126than TeX, LaTeX is essentially a set of TeX macros which provide
4127convenient, predefined document formats for users.
4128
4129This package contains PDF LaTeX format.
4130
4131%description format-pdflatex -l pl.UTF-8
4132LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
4133łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
4134dających użytkownikom wygodne, predefiniowane formaty dokumentów.
4135
4136Ten pakiet zawiera format PDF LaTeX.
4137
4138# PLaTeX format
4139
4140%package platex
4141Summary: PLaTeX format basic files
4142Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
4143Group: Applications/Publishing/TeX
4144Requires(post,postun): %{_bindir}/texhash
4145Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
4146Requires: %{name}-latex = %{epoch}:%{version}-%{release}
4147
4148%description platex
4149PLaTeX format basic files.
4150
4151%description platex -l pl.UTF-8
4152Podstawowe pliki dla formatu PLaTeX.
4153
4154%package format-platex
4155Summary: PLaTeX format
4156Summary(pl.UTF-8): Format PLaTeX
4157Group: Applications/Publishing/TeX
4158Requires(post,postun): %{_bindir}/texhash
4159Requires: %{name}-platex = %{epoch}:%{version}-%{release}
4160
4161%description format-platex
4162PLaTeX format.
4163
4164%description format-platex -l pl.UTF-8
4165Format PLaTeX.
4166
4167%package format-pdfplatex
4168Summary: PDF PLaTeX format
4169Summary(pl.UTF-8): Format PDF PLaTeX
4170Group: Applications/Publishing/TeX
4171Requires(post,postun): %{_bindir}/texhash
4172Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
4173Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
4174Requires: %{name}-platex = %{epoch}:%{version}-%{release}
4175
4176%description format-pdfplatex
4177PDF PLaTeX format.
4178
4179%description format-pdfplatex -l pl.UTF-8
4180Format PDF PLaTeX.
4181
29d720fe
ZU
4182%package scripts
4183Summary: Various scripts
4184Summary(hu.UTF-8): Néhány szkript
4185Group: Applications/Publishing/TeX
4186Requires(post,postun): %{_bindir}/texhash
4187Requires: %{name} = %{epoch}:%{version}-%{release}
4188
4189%description scripts
4190Various scripts.
4191
4192%description scripts -l hu.UTF-8
4193Néhány szkript.
4194
d08789e0
ZU
4195# # TeX generic macros #
4196
4197%package tex-babel
4198Summary: Multilingual support for TeX
4199Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
4200Group: Applications/Publishing/TeX
4201Requires(post,postun): %{_bindir}/texhash
4202Requires: %{name} = %{epoch}:%{version}-%{release}
4203
4204%description tex-babel
4205Multilingual support for TeX.
4206
4207%description tex-babel -l pl.UTF-8
4208Obsługa wielu języków dla TeXa.
4209
4210%package tex-german
4211Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
4212Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
4213Group: Applications/Publishing/TeX
4214Requires(post,postun): %{_bindir}/texhash
4215Requires: %{name} = %{epoch}:%{version}-%{release}
4216
4217%description tex-german
4218Supports the new German orthography (neue deutsche Rechtschreibung).
4219
4220%description tex-german -l pl.UTF-8
4221Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
4222
783773ac
ZU
4223%package tex-insbox
4224Summary: A TeX macro for inserting pictures/boxes into paragraphs
4225Summary(hu.UTF-8): TeX makró képek/dobozok beszúrására bekezdésekbe
4226Group: Applications/Publishing/TeX
4227Requires(post,postun): %{_bindir}/texhash
4228Requires: %{name} = %{epoch}:%{version}-%{release}
4229
4230%description tex-insbox
4231A TeX macro for inserting pictures/boxes into paragraphs.
4232
4233%description tex-insbox -l hu.UTF-8
4234TeX makró képek/dobozok beszúrására bekezdésekbe.
4235
d08789e0
ZU
4236%package tex-mfpic
4237Summary: Macros which generate Metafont or Metapost for drawing pictures
4238Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
4239Group: Applications/Publishing/TeX
4240Requires(post,postun): %{_bindir}/texhash
4241Requires: %{name} = %{epoch}:%{version}-%{release}
4242
4243%description tex-mfpic
4244Macros which generate Metafont or Metapost for drawing pictures.
4245
4246%description tex-mfpic -l pl.UTF-8
4247Makra generujące Metafont lub Metapost do rysowania obrazków.
4248
4249%package tex-misc
4250Summary: Miscellaneous TeX macros
4251Summary(pl.UTF-8): Różne makra TeXowe
4252Group: Applications/Publishing/TeX
4253Requires(post,postun): %{_bindir}/texhash
4254Requires: %{name} = %{epoch}:%{version}-%{release}
4255Obsoletes: tetex-tex-eijkhout
4256
4257%description tex-misc
4258Miscellaneous TeX macros.
4259
4260%description tex-misc -l pl.UTF-8
4261Różne makra TeXowe.
4262
4263%package tex-pictex
4264Summary: Picture drawing macros for TeX and LaTeX
4265Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
4266Group: Applications/Publishing/TeX
4267Requires(post,postun): %{_bindir}/texhash
4268Requires: %{name} = %{epoch}:%{version}-%{release}
4269
4270%description tex-pictex
4271Picture drawing macros for TeX and LaTeX.
4272
4273%description tex-pictex -l pl.UTF-8
4274Makra do rysowania obrazków dla TeXa i LaTeXa.
4275
29d720fe
ZU
4276%package tex-psizzl
4277Summary: A TeX format for physics papers
4278Summary(hu.UTF-8): TeX formátum fizikai kiadványokhoz
4279Group: Applications/Publishing/TeX
4280Requires(post,postun): %{_bindir}/texhash
4281Requires: %{name} = %{epoch}:%{version}-%{release}
4282
4283%description tex-psizzl
4284A TeX format for physics papers.
4285
4286%description tex-psizzl -l hu.UTF-8
4287TeX formátum fizikai kiadványokhoz.
4288
d08789e0
ZU
4289%package tex-pstricks
4290Summary: PostScript macros for TeX
4291Summary(pl.UTF-8): Makra postscriptowe dla TeXa
4292Group: Applications/Publishing/TeX
4293Requires(post,postun): %{_bindir}/texhash
188cb15d 4294Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
4295
4296%description tex-pstricks
4297An extensive collection of PostScript macros that is compatible with
4298most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
4299AMS-LaTeX. Included are macros for color, graphics, pie charts,
4300rotation, trees and overlays. It has many special features, including:
4301a wide variety of graphics (picture drawing) macros, with a flexible
4302interface and with color support. There are macros for coloring or
4303shading the cells of tables.
4304
4305%description tex-pstricks -l pl.UTF-8
4306Duży zestaw makr postscriptowych kompatybilny z większością pakietów
4307makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
4308makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
4309nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
4310rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
4311makra do kolorowania lub cieniowania komórek tabel.
4312
4313%package tex-qpx
4314Summary: QuasiPalatino and PX fonts typesetting support
4315Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
4316Group: Applications/Publishing/TeX
4317Requires(post,postun): %{_bindir}/texhash
4318Requires: %{name} = %{epoch}:%{version}-%{release}
4319Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
4320
4321%description tex-qpx
4322QuasiPalatino and PX fonts typesetting support.
4323
4324%description tex-qpx -l pl.UTF-8
4325Wsparcie dla składu fontami QuasiPalatino i PX.
4326
31bd2c4a 4327%package tex-qpxqtx
d08789e0
ZU
4328Summary: QuasiTimes and TX fonts typesetting support
4329Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
4330Group: Applications/Publishing/TeX
4331Requires(post,postun): %{_bindir}/texhash
4332Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 4333Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 4334
31bd2c4a 4335%description tex-qpxqtx
d08789e0
ZU
4336QuasiTimes and TX fonts typesetting support.
4337
31bd2c4a 4338%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
4339Wsparcie dla składu fontami QuasiTimes i TX.
4340
4341%package tex-ruhyphen
4342Summary: Russian hyphenation
4343Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
4344Group: Applications/Publishing/TeX
4345Requires(post,postun): %{_bindir}/texhash
4346Requires: %{name} = %{epoch}:%{version}-%{release}
4347
4348%description tex-ruhyphen
4349A collection of Russian hyphenation patterns supporting a number of
4350Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
4351LCY, LWN (OT2), and koi8-r.
4352
4353%description tex-ruhyphen -l pl.UTF-8
4354Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
4355kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
4356Cyrillic), LCY, LWN (OT2) i koi8-r.
4357
4358%package tex-spanish
4359Summary: Various TeX related files for typesetting documents written in Spanish
4360Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
4361Group: Applications/Publishing/TeX
4362Requires(post,postun): %{_bindir}/texhash
4363Requires: %{name} = %{epoch}:%{version}-%{release}
4364Obsoletes: tetex-tex-spanishb
4365
4366%description tex-spanish
4367Various TeX related files for typesetting documents written in
4368Spanish, including hyphenation and dictionaries.
4369
4370%description tex-spanish -l pl.UTF-8
4371Różne pliki TeXowe służące do składu dokumentów napisanych w języku
4372hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
4373
4374%package tex-texdraw
4375Summary: Graphical macros, using embedded PostScript
4376Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
4377Group: Applications/Publishing/TeX
4378Requires(post,postun): %{_bindir}/texhash
4379Requires: %{name} = %{epoch}:%{version}-%{release}
4380
4381%description tex-texdraw
4382Graphical macros, using embedded PostScript.
4383
4384%description tex-texdraw -l pl.UTF-8
4385Makra graficzne używające osadzanego PostScriptu.
4386
4387%package tex-thumbpdf
4388Summary: Thumbnails for PDFTeX and dvips/ps2pdf
4389Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
4390Group: Applications/Publishing/TeX
4391Requires(post,postun): %{_bindir}/texhash
4392Requires: %{name} = %{epoch}:%{version}-%{release}
4393
4394%description tex-thumbpdf
4395Provides support, using Perl, for thumbnails in pdfTeX and
4396dvips/ps2pdf, using ghostscript to generate the thumbnails which get
4397represented in a TeX readable file that is read by the package
4398thumbpdf.sty to automatically include the thumbnails. Works with both
4399plain TeX and LaTeX.
4400
4401%description tex-thumbpdf -l pl.UTF-8
4402Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
4403użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
4404TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
4405ikonki. Działa z formatami plain TeX i LaTeX.
4406
4407%package tex-ukrhyph
4408Summary: Ukranian hyphenation
4409Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
4410Group: Applications/Publishing/TeX
4411Requires(post,postun): %{_bindir}/texhash
4412Requires: %{name} = %{epoch}:%{version}-%{release}
4413
4414%description tex-ukrhyph
4415This package allows the use of different hyphenation patterns for the
4416Ukrainian language for various Cyrillic font encodings. Contains
4417packages implementing traditional rules, modern rules, and combined
4418English-Ukrainian hyphenation.
4419
4420%description tex-ukrhyph -l pl.UTF-8
4421Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
4422dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
4423Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
4424łączonych angielsko-ukraińskich.
4425
e67df411
ZU
4426%package latex-variations
4427Summary: Typeset tables of variations of functions
4428Group: Applications/Publishing/TeX
4429Requires(post,postun): %{_bindir}/texhash
4430Requires: %{name} = %{epoch}:%{version}-%{release}
4431
4432%description latex-variations
4433Typeset tables of variations of functions.
4434
d08789e0
ZU
4435%package latex-vietnam
4436Summary: Vietnamese language support
4437Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
4438Group: Applications/Publishing/TeX
4439Requires(post,postun): %{_bindir}/texhash
4440Requires: %{name} = %{epoch}:%{version}-%{release}
4441Obsoletes: tetex-tex-vietnam
4442
4443%description latex-vietnam
4444Vietnamese language support.
4445
4446%description latex-vietnam -l pl.UTF-8
4447Wsparcie dla języka wietnamskiego.
4448
4449%package tex-xypic
4450Summary: Package for typesetting a variety of graphs and diagrams with TeX
4451Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
4452Group: Applications/Publishing/TeX
4453Requires(post,postun): %{_bindir}/texhash
4454Requires: %{name} = %{epoch}:%{version}-%{release}
4455Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
4456
4457%description tex-xypic
4458A package for typesetting a variety of graphs and diagrams with TeX.
4459Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
4460and plain TeX), in particular Xy-pic is provided as a LaTeX2e
4461`supported package'.
4462
4463%description tex-xypic -l pl.UTF-8
4464Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
4465z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
4466w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
4467
4468%package tex-xkeyval
4469Summary: Extension to keyval package
4470Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
4471Group: Applications/Publishing/TeX
4472Requires(post,postun): /usr/bin/texhash
4473Requires: %{name} = %{epoch}:%{version}-%{release}
4474
4475%description tex-xkeyval
4476Extension to keyval package.
4477
4478%description tex-xkeyval -l pl.UTF-8
4479Rozszerzenie do pakietu keyval.
4480
4481%package dirs-fonts
4482Summary: TeX font directories
4483Summary(pl.UTF-8): Katalogi fontów TeXa
4484Group: Fonts
5ff30b02 4485Obsoletes: tetex-dirs-fonts
d08789e0
ZU
4486
4487%description dirs-fonts
4488TeX font directories.
4489
4490%description dirs-fonts -l pl.UTF-8
4491Katalogi fontów TeXa.
4492
4493# # Fonts packages #
4494
4495%package fonts-adobe
4496Summary: Adobe fonts
4497Summary(pl.UTF-8): Fonty Adobe
4498Group: Fonts
78d53d8c 4499Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4500
4501%description fonts-adobe
4502Adobe fonts.
4503
4504%description fonts-adobe -l pl.UTF-8
4505Fonty Adobe.
4506
4507%package fonts-ae
4508Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
4509Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
4510Group: Fonts
78d53d8c 4511Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4512
4513%description fonts-ae
4514Virtual fonts for PDF-files with T1 encoded CMR-fonts.
4515
4516%description fonts-ae -l pl.UTF-8
4517Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
4518
4519%package fonts-ams
4520Summary: AMS fonts
4521Summary(pl.UTF-8): Fonty AMS
4522Group: Fonts
78d53d8c 4523Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4524
4525%description fonts-ams
4526AMS fonts.
4527
4528%description fonts-ams -l pl.UTF-8
4529Fonty AMS.
4530
4531%package fonts-antp
4532Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4533Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4534Group: Fonts
78d53d8c 4535Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4536
4537%description fonts-antp
4538Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4539
4540%description fonts-antp -l pl.UTF-8
4541Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4542Type 1.
4543
4544%package fonts-antt
4545Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4546Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4547Group: Fonts
78d53d8c 4548Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4549
4550%description fonts-antt
4551Antykwa Torunska, a Type 1 family of a Polish traditional type.
4552
4553%description fonts-antt -l pl.UTF-8
4554Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4555
5bc70a92
MB
4556%package fonts-arphic
4557Summary: Arphic fonts
4558Group: Fonts
4559Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4560
4561%description fonts-arphic
4562Arphic fonts.
4563
d08789e0
ZU
4564%package fonts-bbm
4565Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
4566Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
4567Group: Fonts
78d53d8c 4568Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4569
4570%description fonts-bbm
4571Blackboard variant fonts for Computer Modern, with LaTeX support.
4572
4573%description fonts-bbm -l pl.UTF-8
4574Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
4575
4576%package fonts-bbold
4577Summary: Sans serif blackboard bold for LaTeX
4578Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
4579Group: Fonts
78d53d8c 4580Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4581
4582%description fonts-bbold
4583Sans serif blackboard bold for LaTeX.
4584
4585%description fonts-bbold -l pl.UTF-8
4586Tablicowy tłusty font sans serif dla LaTeXa.
4587
b280f158
ZU
4588%package fonts-bh
4589Summary: Bold & Heavy Fonts
4590Summary(pl.UTF-8): Fonty Bold i Heavy
4591Group: Fonts
78d53d8c 4592Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 4593
b280f158
ZU
4594%description fonts-bh
4595Bold & Heavy Fonts.
d08789e0 4596
b280f158
ZU
4597%description fonts-bh -l pl.UTF-8
4598Fonty Bold i Heavy.
d08789e0
ZU
4599
4600%package fonts-bitstream
4601Summary: Bitstream fonts
4602Summary(pl.UTF-8): Fonty Bitstream
4603Group: Fonts
78d53d8c 4604Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4605Obsoletes: tetex-fonts-bitstrea
4606
4607%description fonts-bitstream
4608Bitstream fonts.
4609
4610%description fonts-bitstream -l pl.UTF-8
4611Fonty Bitstream.
4612
4613%package fonts-cbgreek
4614Summary: Complete set of Greek fonts
4615Summary(pl.UTF-8): Pełny zestaw fontów greckich
4616Group: Fonts
78d53d8c 4617Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4618
4619%description fonts-cbgreek
4620Complete set of Greek fonts.
4621
4622%description fonts-cbgreek -l pl.UTF-8
4623Pełny zestaw fontów greckich.
4624
4625%package fonts-cc-pl
4626Summary: Polish version of Computer Concrete fonts
4627Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4628Group: Fonts
78d53d8c 4629Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4630
4631%description fonts-cc-pl
4632Polish version of Computer Concrete fonts.
4633
4634%description fonts-cc-pl -l pl.UTF-8
4635Polska wersja fontów Computer Concrete.
4636
4637%package fonts-cg
4638Summary: Compugraphic fonts
4639Summary(pl.UTF-8): Fonty Compugraphic
4640Group: Fonts
78d53d8c 4641Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4642
4643%description fonts-cg
4644Compugraphic fonts.
4645
4646%description fonts-cg -l pl.UTF-8
4647Fonty Compugraphic.
4648
4649%package fonts-cm
4650Summary: Computer Modern fonts
4651Summary(pl.UTF-8): Fonty Computer Modern
4652Group: Fonts
78d53d8c 4653Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4654
4655%description fonts-cm
4656Computer Modern fonts.
4657
4658%description fonts-cm -l pl.UTF-8
4659Fonty Computer Modern.
4660
4661%package fonts-cmbright
4662Summary: CM Bright fonts
4663Summary(pl.UTF-8): Fonty CM Bright
4664Group: Fonts
78d53d8c 4665Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4666
4667%description fonts-cmbright
4668CM Bright fonts.
4669
4670%description fonts-cmbright -l pl.UTF-8
4671Fonty CM Bright.
4672
5d7e11d7
ZU
4673%package fonts-cmsuper
4674Summary: CM Super fonts
4675Summary(hu.UTF-8): CM Super betűtípus
4676Group: Fonts
4677Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4678
830ca960 4679%description fonts-cmsuper
5d7e11d7
ZU
4680CM Super fonts.
4681
830ca960 4682%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
4683CM Super betűtípus
4684
4685
d08789e0
ZU
4686%package fonts-cmcyr
4687Summary: Computer Modern fonts extended with Russian letters
4688Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4689Group: Fonts
78d53d8c 4690Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4691
4692%description fonts-cmcyr
4693Computer Modern fonts extended with Russian letters.
4694
4695%description fonts-cmcyr -l pl.UTF-8
4696Fonty Computer Modern rozszerzone o litery rosyjskie.
4697
4698%package fonts-cmextra
4699Summary: Extra Computer Modern fonts, from the American Mathematical Society
4700Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
4701Group: Fonts
78d53d8c 4702Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4703
4704%description fonts-cmextra
4705Extra Computer Modern fonts, from the American Mathematical Society.
4706
4707%description fonts-cmextra -l pl.UTF-8
4708Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4709
4710%package fonts-concmath
4711Summary: Concrete Math fonts
4712Summary(pl.UTF-8): Fonty matematyczne Concrete Math
4713Group: Fonts
78d53d8c 4714Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4715
4716%description fonts-concmath
4717Concrete Math fonts.
4718
4719%description fonts-concmath -l pl.UTF-8
4720Fonty matematyczne Concrete Math.
4721
4722%package fonts-concrete
4723Summary: Concrete Roman fonts
4724Summary(pl.UTF-8): Fonty Concrete Roman
4725Group: Fonts
78d53d8c 4726Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4727
4728%description fonts-concrete
4729Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4730with Euler math fonts.
4731
4732%description fonts-concrete -l pl.UTF-8
4733Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4734przeznaczone do używania z fontami matematycznymi Euler.
4735
4736%package fonts-cs
4737Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4738Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4739Group: Fonts
78d53d8c 4740Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4741
4742%description fonts-cs
4743Czech/Slovak-tuned MetaFont Computer Modern fonts.
4744
4745%description fonts-cs -l pl.UTF-8
4746Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4747czeskiego i słowackiego.
4748
4a09ae1a
ZU
4749%package fonts-dstroke
4750Summary: Doublestroke font for typesetting the mathematical symbols
4751Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4752Group: Fonts
78d53d8c 4753Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4754
4755%description fonts-dstroke
4756Doublestroke font for typesetting the mathematical symbols.
4757
4758%description fonts-dstroke -l pl.UTF-8
4759Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4760
4761%package fonts-ecc
4762Summary: Sources for the European Concrete fonts
4763Summary(pl.UTF-8): Źródła dla fontów European Concrete
4764Group: Fonts
78d53d8c 4765Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4766
4767%description fonts-ecc
4768The MetaFont sources and tfm files of the European Concrete Fonts.
4769This is the EC implementation of Knuth's Concrete fonts, including
4770also the corresponding text companion fonts.
4771
4772%description fonts-ecc -l pl.UTF-8
4773Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4774implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4775tekstowymi fontami towarzyszącymi.
4776
4777%package fonts-eurosym
4778Summary: The new European currency symbol for the Euro
4779Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4780Group: Fonts
78d53d8c 4781Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4782
4783%description fonts-eurosym
4784The new European currency symbol for the Euro implemented in Metafont,
4785using the official European Commission dimensions, and providing
4786several shapes (normal, slanted, bold, outline).
4787
4788%description fonts-eurosym -l pl.UTF-8
4789Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4790z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4791różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4792
4793%package fonts-eulervm
4794Summary: The Virtual Euler Math fonts
4795Summary(pl.UTF-8): Fonty Virtual Euler Math
4796Group: Fonts
78d53d8c 4797Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4798
4799%description fonts-eulervm
4800Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4801approach has several advantages over immediately using the _real_
4802Euler fonts: Most noticeably, less TeX resources are consumed, the
4803quality of various math symbols is improved, and a usable \hslash
4804symbol can be provided.
4805
4806%description fonts-eulervm -l pl.UTF-8
4807Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4808fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4809używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4810jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4811matematycznych i może być dostępny używalny symbol \hslash.
4812
4813%package fonts-euxm
4814Summary: Fonts similar to EUSM but with two more characters
4815Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4816Group: Fonts
78d53d8c 4817Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4818
4819%description fonts-euxm
4820Fonts like EUSM but with two more characters needed for Concrete Math
4821included in TeXLive distribution in fonts3.
4822
4823%description fonts-euxm -l pl.UTF-8
4824Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4825dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4826
4827%package fonts-gothic
4828Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4829Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4830Group: Fonts
78d53d8c 4831Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4832
4833%description fonts-gothic
4834Gothic and ornamental initial fonts by Yannis Haralambous.
4835
4836%description fonts-gothic -l pl.UTF-8
4837Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4838
4839%package fonts-hoekwater
4840Summary: Converted mflogo font
4841Summary(pl.UTF-8): Przekonwertowany font mflogo
4842Group: Fonts
78d53d8c 4843Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4844
4845%description fonts-hoekwater
4846Fonts originally created in MetaFont, transformed to PostScript by
4847Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4848xipa.
4849
4850%description fonts-hoekwater -l pl.UTF-8
4851Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4852PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4853stmaryrd, wasy, wasy2, xipa.
4854
4855%package fonts-jknappen
4856Summary: Miscellaneous packages by Joerg Knappen
4857Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4858Group: Fonts
78d53d8c 4859Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4860
4861%description fonts-jknappen
4862Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4863Knappen, including sgmlcmpt.
4864
4865%description fonts-jknappen -l pl.UTF-8
4866Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4867Knappena. Zawiera sgmlcmpt.
4868
70f52fe3
ZU
4869%package fonts-kpfonts
4870Summary: A complete set of fonts for text and mathematics
4871Summary(hu.UTF-8): Betűtípusok teljes készlete (matematikai) szövegekhez
4872Group: Fonts
4873Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4874
4875%description fonts-kpfonts
4876A complete set of fonts for text and mathematics.
4877
4878%description fonts-kpfonts -l hu.UTF-8
4879Betűtípusok teljes készlete (matematikai) szövegekhez.
4880
d08789e0
ZU
4881%package fonts-latex
4882Summary: Basic LaTeX fonts
4883Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4884Group: Fonts
78d53d8c 4885Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4886
4887%description fonts-latex
4888Basic LaTeX fonts.
4889
4890%description fonts-latex -l pl.UTF-8
4891Podstawowe fonty dla LaTeXa.
4892
4893%package fonts-lh
4894Summary: Olga Lapko's LH fonts
4895Summary(pl.UTF-8): Fonty LH Olgi Lapko
4896Group: Fonts
78d53d8c 4897Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4898
4899%description fonts-lh
4900The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4901
4902%description fonts-lh -l pl.UTF-8
4903Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4904
4905%package fonts-lm
4906Summary: Latin Modern family fonts
4907Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4908Group: Applications/Publishing/TeX
78d53d8c 4909Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4910
4911%description fonts-lm
4912Latin Modern family of fonts, based on the Computer Modern fonts
4913released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4914lot of additional characters, mainly accented ones, but not only.
4915There is a one set of PostScript fonts and four sets of TeX Font
4916Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4917encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4918Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4919potential user knows what to do with all these files. The author is
4920Boguslaw Jackowski.
4921
4922%description fonts-lm -l pl.UTF-8
4923Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4924przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4925Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4926Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4927Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4928QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4929(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4930(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4931tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4932
4933%package fonts-marvosym
4934Summary: Martin Vogel's Symbol (marvosym) font
4935Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4936Group: Fonts
78d53d8c 4937Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4938
4939%description fonts-marvosym
4940Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4941currency symbol as defined by the European commission; Euro currency
4942symbols in typefaces Times, Helvetica and Courier; Symbols for
4943structural engineering; Symbols for steel cross-sections; Astronomy
4944signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4945symbols; CE sign and others.
4946
4947%description fonts-marvosym -l pl.UTF-8
4948Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4949waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4950dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4951strukturalnej; symbole dla przekroi poprzecznych; symbole
4952astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4953krawieckie; znak CE i inne.
4954
4955%package fonts-mflogo
4956Summary: Logo fonts
4957Summary(pl.UTF-8): Fonty logo
4958Group: Fonts
78d53d8c 4959Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4960
4961%description fonts-mflogo
4962Logo fonts.
4963
4964%description fonts-mflogo -l pl.UTF-8
4965Fonty logo.
4966
4967%package fonts-misc
4968Summary: Miscellaneous fonts
4969Summary(pl.UTF-8): Różne fonty
4970Group: Fonts
78d53d8c 4971Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4972
4973%description fonts-misc
4974Miscellaneous fonts.
4975
4976%description fonts-misc -l pl.UTF-8
4977Fonty różne.
4978
4979%package fonts-monotype
4980Summary: Monotype fonts
4981Summary(pl.UTF-8): Fonty Monotype
4982Group: Fonts
78d53d8c 4983Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4984
4985%description fonts-monotype
4986Monotype fonts.
4987
4988%description fonts-monotype -l pl.UTF-8
4989Fonty Monotype.
4990
4991%package fonts-omega
4992Summary: Fonts for Omega - extended unicode TeX
4993Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4994Group: Fonts
78d53d8c 4995Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4996
4997%description fonts-omega
4998Fonts for Omega - extended unicode TeX.
4999
5000%description fonts-omega -l pl.UTF-8
5001Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
5002
f1ba8563
ZU
5003
5004%package fonts-other
5005Summary: Other fonts
5006Summary(hu.UTF-8): További betűtípusok
5007Group: Fonts
5008Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5009
5010%description fonts-other
5011Other fonts.
5012
5013%description fonts-omega -l hu.UTF-8
5014További betűtípusok.
5015
d08789e0
ZU
5016%package fonts-pazo
5017Summary: Pazo fonts
5018Summary(pl.UTF-8): Fonty Pazo
5019Group: Fonts
78d53d8c 5020Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5021
5022%description fonts-pazo
5023Pazo fonts.
5024
5025%description fonts-pazo -l pl.UTF-8
5026Fonty Pazo.
5027
5028%package fonts-pl
5029Summary: Polish fonts
5030Summary(pl.UTF-8): Polskie fonty
5031Group: Fonts
78d53d8c 5032Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5033
5034%description fonts-pl
5035Polish fonts.
5036
5037%description fonts-pl -l pl.UTF-8
5038Polskie fonty.
5039
5040%package fonts-px
5041Summary: PX fonts
5042Summary(pl.UTF-8): Fonty PX
5043Group: Fonts
78d53d8c 5044Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5045
5046%description fonts-px
5047PX fonts.
5048
5049%description fonts-px -l pl.UTF-8
5050Fonty PX.
5051
5052%package fonts-qfonts
5053Summary: Quasi fonts
5054Summary(pl.UTF-8): Fonty Quasi
5055Group: Fonts
78d53d8c 5056Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5057
5058%description fonts-qfonts
5059Quasi fonts.
5060
5061%description fonts-qfonts -l pl.UTF-8
5062Fonty Quasi.
5063
5064%package fonts-qpx
5065Summary: Additional fonts for QPX package
5066Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
5067Group: Fonts
78d53d8c 5068Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5069Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
5070Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
5071
5072%description fonts-qpx
5073Additional fonts for QPX package.
5074
5075%description fonts-qpx -l pl.UTF-8
5076Dodatkowe fonty dla pakietu QPX.
5077
31bd2c4a 5078%package fonts-qpxqtx
d08789e0
ZU
5079Summary: Additional fonts for QTX package
5080Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
5081Group: Fonts
78d53d8c 5082Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
5083# I hope qpxqtx doesn't need qfonts
5084# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5085Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
5086
31bd2c4a 5087%description fonts-qpxqtx
d08789e0
ZU
5088Additional fonts for QTX package.
5089
31bd2c4a 5090%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
5091Dodatkowe fonty dla pakietu QTX.
5092
5093%package fonts-rsfs
5094Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
5095Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
5096Group: Fonts
78d53d8c 5097Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5098
5099%description fonts-rsfs
5100Fonts of uppercase script letters for use as symbols in scientific and
5101mathematical typesetting, in contrast to the informal script fonts
5102such as that used for the `calligraphic' symbols in the TeX math
5103symbol font.
5104
5105%description fonts-rsfs -l pl.UTF-8
5106Fonty wielkich liter pisanych do używania jako symbole przy składaniu
5107dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
5108fontów pisanych takich jak używane do symboli "kaligraficznych" w
5109matematycznym foncie TeXowym symbol.
5110
5111%package fonts-stmaryrd
5112Summary: St Mary Road symbols for functional programming
5113Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
5114Group: Fonts
78d53d8c 5115Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5116
5117%description fonts-stmaryrd
5118St Mary Road symbols for functional programming.
5119
5120%description fonts-stmaryrd -l pl.UTF-8
5121Symbole St Mary Road do programowania funkcyjnego.
5122
5123%package fonts-tx
5124Summary: TX fonts
5125Summary(pl.UTF-8): Fonty TX
5126Group: Fonts
78d53d8c 5127Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5128
5129%description fonts-tx
5130TX fonts.
5131
5132%description fonts-tx -l pl.UTF-8
5133Fonty TX.
5134
5bc70a92
MB
5135%package fonts-uhc
5136Summary: UHC fonts
5137Group: Fonts
5138Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5139
5140%description fonts-uhc
5141UHC fonts.
5142
d08789e0
ZU
5143%package fonts-urw
5144Summary: URW fonts
5145Summary(pl.UTF-8): Fonty URW
5146Group: Fonts
78d53d8c 5147Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5148
5149%description fonts-urw
5150URW fonts.
5151
5152%description fonts-urw -l pl.UTF-8
5153Fonty URW.
5154
5155%package fonts-urwvn
5156Summary: URWVN fonts
5157Summary(pl.UTF-8): Fonty URWVN
5158Group: Fonts
78d53d8c 5159Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5160
5161%description fonts-urwvn
5162URWVN fonts.
5163
5164%description fonts-urwvn -l pl.UTF-8
5165Fonty URWVN.
5166
5167%package fonts-vnr
5168Summary: VNR fonts
5169Summary(pl.UTF-8): Fonty VNR
5170Group: Fonts
78d53d8c 5171Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5172
5173%description fonts-vnr
5174VNR fonts.
5175
5176%description fonts-vnr -l pl.UTF-8
5177Fonty VNR.
5178
e67df411
ZU
5179%package fonts-urw35vf
5180Summary: urw35vf fonts
5181Summary(hu.UTF-8): urw35vf betűtípus
5182Summary(pl.UTF-8): Fonty urw35vf
5183Group: Fonts
5184Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5185
5186%description fonts-urw35vf
5187urw35vf fonts.
5188
5189%description fonts-urw35vf -l hu.UTF-8
5190urw35vf betűtípus.
5191
5bc70a92
MB
5192%package fonts-wadalab
5193Summary: Wadalab fonts
5194Group: Fonts
5195Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5196
5197%description fonts-wadalab
5198Wadalab fonts.
5199
d08789e0
ZU
5200%package fonts-wasy
5201Summary: Waldis symbol fonts
5202Summary(pl.UTF-8): Fonty Waldis symbol
5203Group: Fonts
78d53d8c 5204Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5205
5206%description fonts-wasy
5207Waldis symbol fonts.
5208
5209%description fonts-wasy -l pl.UTF-8
5210Fonty Waldis symbol.
5211
5212%package fonts-xypic
5213Summary: Xy-pic fonts
5214Summary(pl.UTF-8): Fonty Xy-pic
5215Group: Fonts
78d53d8c 5216Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5217
5218%description fonts-xypic
5219Xy-pic fonts.
5220
5221%description fonts-xypic -l pl.UTF-8
5222Fonty Xy-pic.
5223
5224%package fonts-yandy
5225Summary: European Modern fonts from Y&Y
5226Summary(pl.UTF-8): Fonty European Modern od Y&Y
5227Group: Fonts
78d53d8c 5228Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5229
5230%description fonts-yandy
5231European Modern fonts from Y&Y.
5232
5233%description fonts-yandy -l pl.UTF-8
5234Fonty European Modern od Y&Y.
5235
5236%package fonts-type1-antp
5237Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
5238Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
5239Group: Fonts
78d53d8c 5240Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5241
5242%description fonts-type1-antp
5243Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
5244
5245%description fonts-type1-antp -l pl.UTF-8
5246Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
5247Type 1.
5248
5249%package fonts-type1-antt
5250Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
5251Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
5252Group: Fonts
78d53d8c 5253Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5254
5255%description fonts-type1-antt
5256Antykwa Torunska, a Type 1 family of a Polish traditional type.
5257
5258%description fonts-type1-antt -l pl.UTF-8
5259Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
5260
5bc70a92
MB
5261%package fonts-type1-arphic
5262Summary: Type1 Arphic fonts
5263Group: Fonts
5264Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5265
5266%description fonts-type1-arphic
5267Type1 Arphic fonts.
5268
d08789e0
ZU
5269%package fonts-type1-belleek
5270Summary: Free replacement for basic MathTime fonts
5271Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
5272Group: Fonts
78d53d8c 5273Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5274
5275%description fonts-type1-belleek
5276Free replacement for basic MathTime fonts.
5277
5278%description fonts-type1-belleek -l pl.UTF-8
5279Wolnodostępny zamiennik podstawowych fontów MathTime.
5280
5281%package fonts-type1-bitstream
5282Summary: Bitstream fonts
5283Summary(pl.UTF-8): Fonty Bitstream
5284Group: Fonts
78d53d8c 5285Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5286Obsoletes: tetex-fonts-type1-bitstrea
5287
5288%description fonts-type1-bitstream
5289Bitstream fonts.
5290
5291%description fonts-type1-bitstream -l pl.UTF-8
5292Fonty Bitstream.
5293
5294%package fonts-type1-bluesky
5295Summary: Computer Modern family fonts
5296Summary(pl.UTF-8): Fonty z rodziny Computer Modern
5297Group: Fonts
78d53d8c 5298Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5299
5300%description fonts-type1-bluesky
5301Computer Modern family fonts.
5302
5303%description fonts-type1-bluesky -l pl.UTF-8
5304Fonty z rodzony Computer Modern.
5305
5306%package fonts-type1-cc-pl
5307Summary: Polish version of Computer Concrete fonts
5308Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
5309Group: Fonts
78d53d8c 5310Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5311
5312%description fonts-type1-cc-pl
5313Polish version of Computer Concrete fonts.
5314
5315%description fonts-type1-cc-pl -l pl.UTF-8
5316Polska wersja fontów Computer Concrete.
5317
5318%package fonts-type1-cmcyr
5319Summary: Computer Modern fonts extended with Russian letters
5320Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
5321Group: Fonts
78d53d8c 5322Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5323
5324%description fonts-type1-cmcyr
5325Computer Modern fonts extended with Russian letters.
5326
5327%description fonts-type1-cmcyr -l pl.UTF-8
5328Fonty Computer Modern rozszerzone o litery rosyjskie.
5329
5330%package fonts-type1-cs
5331Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
5332Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
5333Group: Fonts
78d53d8c 5334Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5335
5336%description fonts-type1-cs
5337Czech/Slovak-tuned MetaFont Computer Modern fonts.
5338
5339%description fonts-type1-cs -l pl.UTF-8
5340Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
5341czeskiego i słowackiego.
5342
b280f158
ZU
5343%package fonts-type1-dstroke
5344Summary: Doublestroke Type1 font for typesetting the mathematical symbols
5345Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
5346Group: Fonts
78d53d8c 5347Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5348
5349%description fonts-type1-dstroke
5350Doublestroke Type1 font for typesetting the mathematical symbols.
5351
5352%description fonts-type1-dstroke -l pl.UTF-8
5353Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
5354
5355%package fonts-type1-eurosym
5356Summary: The new European currency symbol for the Euro
5357Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
5358Group: Fonts
78d53d8c 5359Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5360
5361%description fonts-type1-eurosym
5362The new European currency symbol for the Euro implemented in Metafont,
5363using the official European Commission dimensions, and providing
5364several shapes (normal, slanted, bold, outline).
5365
5366%description fonts-type1-eurosym -l pl.UTF-8
5367Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
5368z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
5369różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
5370
5371%package fonts-type1-hoekwater
5372Summary: Converted mflogo font
5373Summary(pl.UTF-8): Przekonwertowany font mflogo
5374Group: Fonts
78d53d8c 5375Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5376
5377%description fonts-type1-hoekwater
5378Fonts originally created in MetaFont, transformed to PostScript by
5379Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
5380xipa.
5381
5382%description fonts-type1-hoekwater -l pl.UTF-8
5383Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
5384PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
5385stmaryrd, wasy, wasy2, xipa.
5386
5387%package fonts-type1-fpl
5388Summary: SC/OsF fonts for URW Palladio L
5389Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
5390Group: Fonts
78d53d8c 5391Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5392
5393%description fonts-type1-fpl
5394The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
5395are compatible with respect to metrics with the Palatino SC/OsF fonts
5396from Adobe. Note that it is not the author's aim to exactly reproduce
5397the outlines of the original Adobe fonts. The SC and OsF in the FPL
5398Fonts were designed with the glyphs from URW Palladio L as starting
5399point. For some glyphs (eg 'o') the author got the best result by
5400scaling and boldening. For others (eg 'h') shifting selected portions
5401of the character gave more satisfying results. All this was done using
5402the free font editor FontForge <http://fontforge.sf.net/>. The kerning
5403data in these fonts comes from Walter Schmidt's improved Palatino
5404metrics.
5405
5406%description fonts-type1-fpl -l pl.UTF-8
5407Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
5408kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
5409Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
5410kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
5411projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
5412(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
5413pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
5414dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
5415wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
5416Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
5417Palatino Waltera Schmidta.
5418
b280f158
ZU
5419%package fonts-type1-tt2001
5420Summary: Type1 tt2001 family fonts
5421Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
5422Group: Applications/Publishing/TeX
78d53d8c 5423Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5424
5425%description fonts-type1-tt2001
5426Type1 tt2001 famliy fonts.
5427
5428%description fonts-type1-tt2001 -l pl.UTF-8
5429Fonty Type1 z rodziny tt2001.
d08789e0
ZU
5430
5431%package fonts-type1-lm
5432Summary: Type1 Latin Modern family fonts
5433Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
5434Group: Applications/Publishing/TeX
78d53d8c 5435Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5436
5437%description fonts-type1-lm
5438Latin Modern family of fonts, based on the Computer Modern fonts
5439released into public domain by AMS (copyright (C) 1997 AMS). Contain a
5440lot of additional characters, mainly accented ones, but not only.
5441There is a one set of PostScript fonts and four sets of TeX Font
5442Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
5443encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
5444Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
5445potential user knows what to do with all these files. The author is
5446Boguslaw Jackowski.
5447
5448%description fonts-type1-lm -l pl.UTF-8
5449Rodzina fontów Latin Modern, oparta na fontach Computer Modern
5450przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
5451Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
5452Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
5453Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
5454QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
5455(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
5456(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
5457tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
5458
5459%package fonts-type1-marvosym
5460Summary: Martin Vogel's Symbol (marvosym) font
5461Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
5462Group: Fonts
78d53d8c 5463Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5464
5465%description fonts-type1-marvosym
5466Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
5467currency symbol as defined by the European commission; Euro currency
5468symbols in typefaces Times, Helvetica and Courier; Symbols for
5469structural engineering; Symbols for steel cross-sections; Astronomy
5470signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
5471symbols; CE sign and others.
5472
5473%description fonts-type1-marvosym -l pl.UTF-8
5474Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
5475waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
5476dla krojów Times, Helvetica i Courier; symbole dla inżynierii
5477strukturalnej; symbole dla przekroi poprzecznych; symbole
5478astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
5479krawieckie; znak CE i inne.
5480
5481%package fonts-type1-mathpazo
5482Summary: Pazo Math fonts
5483Summary(pl.UTF-8): Fonty matematyczne Pazo Math
5484Group: Fonts
78d53d8c 5485Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5486
5487%description fonts-type1-mathpazo
5488Pazo Math fonts.
5489
5490%description fonts-type1-mathpazo -l pl.UTF-8
5491Fonty matematyczne Pazo Math.
5492
5493%package fonts-type1-omega
5494Summary: Type1 fonts for Omega - extended unicode TeX
5495Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
5496Group: Fonts
78d53d8c 5497Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5498
5499%description fonts-type1-omega
5500Type1 fonts for Omega - extended unicode TeX.
5501
5502%description fonts-type1-omega -l pl.UTF-8
5503Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
5504
5505%package fonts-type1-pl
5506Summary: Polish fonts
5507Summary(pl.UTF-8): Polskie fonty
5508Group: Fonts
78d53d8c 5509Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5510Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
5511
5512%description fonts-type1-pl
5513Polish fonts.
5514
5515%description fonts-type1-pl -l pl.UTF-8
5516Polskie fonty.
5517
5518%package fonts-type1-px
5519Summary: PX fonts
5520Summary(pl.UTF-8): Fonty PX
5521Group: Fonts
78d53d8c 5522Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5523
5524%description fonts-type1-px
5525PX fonts.
5526
5527%description fonts-type1-px -l pl.UTF-8
5528Fonty PX.
5529
b280f158
ZU
5530%package fonts-type1-qfonts
5531Summary: Quasi fonts
5532Summary(pl.UTF-8): Fonty Quasi
5533Group: Fonts
78d53d8c 5534Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5535
5536%description fonts-type1-qfonts
5537Quasi fonts.
5538
5539%description fonts-type1-qfonts -l pl.UTF-8
5540Fonty Quasi.
d08789e0
ZU
5541
5542%package fonts-type1-tx
5543Summary: TX fonts
5544Summary(pl.UTF-8): Fonty TX
5545Group: Fonts
78d53d8c 5546Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5547
5548%description fonts-type1-tx
5549TX fonts.
5550
5551%description fonts-type1-tx -l pl.UTF-8
5552Fonty TX.
5553
5bc70a92
MB
5554%package fonts-type1-uhc
5555Summary: Type1 UHC fonts
5556Group: Fonts
5557Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5558
5559%description fonts-type1-uhc
5560Type1 UHC fonts.
5561
d08789e0
ZU
5562%package fonts-type1-urw
5563Summary: URW fonts
5564Summary(pl.UTF-8): Fonty URW
5565Group: Fonts
78d53d8c 5566Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5567
5568%description fonts-type1-urw
5569URW fonts.
5570
5571%description fonts-type1-urw -l pl.UTF-8
5572Fonty URW.
5573
5574%package fonts-type1-vnr
5575Summary: Type1 VNR fonts
5576Summary(pl.UTF-8): Fonty Type1 VNR
5577Group: Fonts
78d53d8c 5578Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5579
5580%description fonts-type1-vnr
5581Type1 VNR fonts.
5582
5583%description fonts-type1-vnr -l pl.UTF-8
5584Fonty Type1 VNR.
5585
5bc70a92
MB
5586%package fonts-type1-wadalab
5587Summary: Type1 Wadalab fonts
5588Group: Fonts
5589Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5590
5591%description fonts-type1-wadalab
5592Type1 Wadalab fonts.
5593
d08789e0
ZU
5594%package fonts-type1-xypic
5595Summary: Xy-pic fonts
5596Summary(pl.UTF-8): Fonty Xy-pic
5597Group: Fonts
78d53d8c 5598Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5599
5600%description fonts-type1-xypic
5601Xy-pic fonts.
5602
5603%description fonts-type1-xypic -l pl.UTF-8
5604Fonty Xy-pic.
5605
489714ae
ZU
5606
5607# TeXLive-specific packages - there wasn't before...
5608%package afm2pl
5609Summary: Convert an Adobe font metric file to a TeX font property list
5610Group: Fonts
5611
5612%description afm2pl
5613Convert an Adobe font metric file to a TeX font property list.
5614
5615
5616%package bbox
5617Summary: bbox prints the bounding box of images
5618Group: Applications/Publishing/TeX
5619
5620%description bbox
5621bbox reads a rawppm or rawpbm file and prints out the bounding box of
5622the image.
5623
5624%package cefutils
5625Summary: In cefutils there are CEF-compatible utils
5626Group: Applications/Publishing/TeX
5627
5628%description cefutils
5629In cefutils there are CEF-compatible (Chinese Encoding Framework)
5630utils.
5631
5632%package detex
5633Summary: A filter to strip TeX commands from a .tex file
5634Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
5635Group: Applications/Publishing/TeX
5636
5637%description detex
5638A filter to strip TeX commands from a .tex file.
5639
5640%description detex -l hu.UTF-8
5641Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
5642
5643
7ffd1967
ZU
5644%package dviutils
5645Summary: Various DVI utils
5646Summary(hu.UTF-8): Vegyes DVI eszközök
5647Group: Applications/Publishing/TeX
5648
5649%description dviutils
5650This package contains various DVI utils.
5651
5652%description dviutils -l hu.UTF-8
5653Ez a csomag mindenféle DVI eszközt tartalmaz.
5654
5655%package epsutils
5656Summary: Various EPS utils
5657Group: Applications/Publishing/TeX
5658
5659%description epsutils
5660Various EPS (Encapsulated PostScript) utils.
5661
5662
5663%package filters
5664Summary: Various filters
5665Group: Applications/Publishing/TeX
5666
5667%description filters
5668Various filters.
5669
5670
489714ae
ZU
5671%package uncategorized-utils
5672Summary: Uncategorized utils
5673Group: Applications/Publishing/TeX
5674
5675%description uncategorized-utils
5676Uncategorized utilities. Needs check and categorizing.
5677
5b7eba8e
MB
5678%package tex4ht
5679Summary: LaTeX and TeX for hypertext
5680Group: Applications/Publishing/TeX
5681
5682%description tex4ht
5683A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
5684providing a configurable (La)TeX-based authoring system for hypertext.
5685When converting to XML, you can use MathML instead of images for
5686equation representation.
5687
4224ae6d
MB
5688%package xetex
5689Summary: Extended TeX / LaTeX version for unicode
5690Group: Applications/Publishing/TeX
5691Requires(post,postun): /usr/bin/texhash
5692Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
5693
5694%description xetex
5695XeTeX extends the TeX typesetting system (and macro packages such as
5696LaTeX and ConTeXt) to have native support for the Unicode character
5697set, including complex Asian scripts, and for OpenType and TrueType
5698fonts.
5699
5700%package xmltex
5701Summary: TeX package for processing XML files
5702Group: Applications/Publishing/TeX
5703Requires(post,postun): /usr/bin/texhash
5704
5705%description xmltex
5706XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
5707It allows TeX to directly process XML files.
5708
d08789e0
ZU
5709%prep
5710%setup -q -c -T -n %{name}-%{version}-source
5711lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 5712%patch0 -p1
1cc1dae0 5713%patch1 -p1
c48c077b
AM
5714
5715cd libs/teckit
5716cat ax*.m4 > acinclude.m4
5717%{__libtoolize}
5718%{__aclocal}
5719%{__autoconf}
5720%{__automake}
d08789e0
ZU
5721
5722%build
5723find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 5724%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 5725cd texk/kpathsea
83feaf0d
ZU
5726%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5727%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5728%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5729%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5730%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 5731%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 5732cd ../..
d47c034d 5733
a784d38e 5734%configure \
ca4b56d2
AM
5735%if %{with bootstrap}
5736 --without-xindy \
5737 --without-luatex \
5738%endif
d08789e0
ZU
5739 --disable-multiplatform \
5740 --disable-static \
5741 --enable-a4 \
5742 --enable-gf \
5743 --enable-ipc \
5744 --enable-shared \
a784d38e 5745 --with-fontconfig \
d08789e0
ZU
5746 --with-fonts-dir=/var/cache/fonts \
5747 --with-ncurses \
e671f712 5748 --with-system-freetype \
97b079ad 5749 --with-freetype-include=/usr/include/freetype \
a784d38e 5750 --with-system-freetype2 \
97b079ad 5751 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5752 --with-system-gd \
5753 --with-system-ncurses \
5754 --with-system-pnglib \
5755 --with-system-t1lib \
5756 --with-system-zlib \
d08789e0
ZU
5757 --with-xdvi-x-toolkit=xaw \
5758 --without-dialog \
5759 --without-t1utils \
ca4b56d2 5760 --without-texinfo
d08789e0 5761
d08789e0
ZU
5762%{__make}
5763
d08789e0
ZU
5764%install
5765rm -rf $RPM_BUILD_ROOT
5766install -d $RPM_BUILD_ROOT%{_datadir} \
5767 $RPM_BUILD_ROOT%{_desktopdir} \
5768 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5769 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5770 $RPM_BUILD_ROOT/var/cache/fonts \
5771 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5772 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5773 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5774 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5775
f37ff31b
ZU
5776lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5777%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5778%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5779%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
c9ddaf2d
ZU
5780%{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots
5781rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots
caaf987e
ZU
5782# imho it is unneeded
5783%{__rm} -r $RPM_BUILD_ROOT%{texmfdist}/doc/fonts/{ec,fc,utopia}
45fd8253 5784%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/cefconv
c9ddaf2d 5785
f37ff31b
ZU
5786# This is an empty directory
5787%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5788# Useless binary
5789%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5790
d08789e0
ZU
5791# commented out because of following (non-fatal) error:
5792# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5793#perl -pi \
5794# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5795# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5796# texmf/web2c/texmf.cnf
5797
d08789e0
ZU
5798install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5799
5800LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5801
5802%{__make} install \
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} \
5812 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5813 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5814
015f9ddb 5815%{__rm} $RPM_BUILD_ROOT%{texmf}/scripts/texlive/uninstall-win32.pl
37bb0d8c 5816# Fix broken symlinks
3702646a
ZU
5817CURDIR=$(pwd)
5818cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5819ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5820ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5821ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5822ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5823ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5824ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5825ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5826ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5827ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5828ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5829ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5830ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5831ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5832ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5833ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5834ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5835ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5836ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5837ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5838ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5839ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5840ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5841ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5842ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5843ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5844ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5845ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5846ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5847ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5848ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5849ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5850ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5851ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5852ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5853ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5854ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5855ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5856ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5857ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5858ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5859ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5860ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5861ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5862ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5863ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5864ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5865ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5866ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5867ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5868ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5869ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5870ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5871ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5872ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5873ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5874ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5875ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5876ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5877ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5878ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
24f69178
ZU
5879cd $RPM_BUILD_ROOT%{texmfdist}/tex/latex
5880unzip %{SOURCE10}
5881cd floatflt
5882latex floatflt.ins
3fa1953f
ZU
5883%{__rm} *.log
5884install -d $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
5885%{__mv} *.txt *.tex *.pdf README $RPM_BUILD_ROOT%{texmfdist}/doc/latex/floatflt
3702646a 5886cd $CURDIR
37bb0d8c 5887
d08789e0
ZU
5888#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5889#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5890
26d8eaaa
ZU
5891# %{__make} init \
5892# prefix=$RPM_BUILD_ROOT%{_prefix} \
5893# bindir=$RPM_BUILD_ROOT%{_bindir} \
5894# mandir=$RPM_BUILD_ROOT%{_mandir} \
5895# libdir=$RPM_BUILD_ROOT%{_libdir} \
5896# datadir=$RPM_BUILD_ROOT%{_datadir} \
5897# infodir=$RPM_BUILD_ROOT%{_infodir} \
5898# includedir=$RPM_BUILD_ROOT%{_includedir} \
5899# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5900# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5901
489714ae 5902%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5903%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5904# We don't need it
5905%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5906%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5907
d08789e0
ZU
5908perl -pi \
5909 -e "s|$RPM_BUILD_ROOT||g;" \
5910 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5911
8175e90e 5912install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5913
5914install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5915install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5916
ce981570 5917# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5918
5919# in separate spec
b4d68b39
ZU
5920# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5921# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5922
5923# not included in package
5924rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5925rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5926rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5927rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5928rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5929rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5930rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5931rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5932rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5933rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5934rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5935rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5936rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5937rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5938rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5939rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
a20402b1
ZU
5940rm -rf $RPM_BUILD_ROOT%{texmf}/doc/gzip
5941rm -rf $RPM_BUILD_ROOT%{texmf}/chktex
5942rm -rf $RPM_BUILD_ROOT%{texmf}/doc/chktex
d08789e0
ZU
5943
5944# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5945# and we can still analyze them
ce981570
ZU
5946# install -d format-logs
5947# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5948
5949%clean
5950rm -rf $RPM_BUILD_ROOT
5951
5952%post
5953%fixinfodir
5954%texhash
5955
5956%postun
5957%fixinfodir
5958if [ "$1" = "1" ]; then
5959 %texhash
5960fi
5961
5962%post doc-Catalogue
5963%texhash
5964
5965%postun doc-Catalogue
5966%texhash
5967
5968%post doc-tug-faq
5969%texhash
5970
5971%postun doc-tug-faq
5972%texhash
5973
096dca83 5974%post -n kpathsea
d08789e0
ZU
5975/sbin/ldconfig
5976%fixinfodir
5977%texhash
5978
096dca83 5979%postun -n kpathsea
d08789e0
ZU
5980/sbin/ldconfig
5981%fixinfodir
5982%texhash
5983
096dca83 5984%post -n kpathsea-devel
d08789e0
ZU
5985%texhash
5986
096dca83 5987%postun -n kpathsea-devel
d08789e0
ZU
5988%texhash
5989
5990%post dvips
5991%fixinfodir
5992%texhash
5993
5994%postun dvips
5995%fixinfodir
5996%texhash
5997
5998%post dvilj
5999%texhash
6000
6001%postun dvilj
6002%texhash
6003
6004%post makeindex
6005%texhash
6006
6007%postun makeindex
6008%texhash
6009
29d720fe
ZU
6010%post scripts
6011%texhash
6012
6013%postun scripts
6014%texhash
6015
783773ac
ZU
6016%post tex-arrayjob
6017%texhash
6018
6019%postun tex-arrayjob
6020%texhash
6021
caaf987e
ZU
6022%post tex-kastrup
6023%texhash
6024
6025%postun tex-kastrup
6026%texhash
6027
783773ac
ZU
6028%post tex-insbox
6029%texhash
6030
6031%postun tex-insbox
6032%texhash
6033
e67df411
ZU
6034%post tex-mathdots
6035%texhash
6036
6037%postun tex-mathdots
6038%texhash
6039
783773ac
ZU
6040%post tex-midnight
6041%texhash
6042
6043%postun tex-midnight
6044%texhash
6045
6046%post tex-ofs
6047%texhash
6048
6049%postun tex-ofs
6050%texhash
6051
e149bdb4
ZU
6052%post tex-physe
6053%texhash
6054
6055%postun tex-physe
6056%texhash
6057
6058%post tex-velthuis
6059%texhash
6060
6061%postun tex-velthuis
6062%texhash
6063
783773ac
ZU
6064%post tex-ytex
6065%texhash
6066
6067%postun tex-ytex
6068%texhash
6069
d08789e0
ZU
6070%post metafont
6071%texhash
6072
6073%postun metafont
6074%texhash
6075
6076%post metapost
6077%texhash
6078
6079%postun metapost
6080%texhash
6081
43a061cf 6082%post metapost-other
786ebdb1
ZU
6083%texhash
6084
43a061cf 6085%postun metapost-other
786ebdb1
ZU
6086%texhash
6087
d08789e0
ZU
6088%post mptopdf
6089%texhash
6090
6091%postun mptopdf
6092%texhash
6093
6094%post texdoctk
6095%texhash
6096
6097%postun texdoctk
6098%texhash
6099
6100%post -n xdvi
6101%texhash
6102
6103%postun -n xdvi
6104%texhash
6105
6106%post pdftex
6107%texhash
6108
6109%postun pdftex
6110%texhash
6111
04123363
ZU
6112%post phyzzx
6113%texhash
6114
6115%postun phyzzx
6116%texhash
6117
d08789e0
ZU
6118%post omega
6119%texhash
6120
6121%postun omega
6122%texhash
6123
6124%post plain
6125%texhash
6126
6127%postun plain
6128%texhash
6129
6130%post format-plain
6131%texhash
6132
6133%postun format-plain
6134%texhash
6135
6136%post format-pdftex
6137%texhash
6138
6139%postun format-pdftex
6140%texhash
6141
6142%post format-pdfetex
6143%texhash
6144
6145%postun format-pdfetex
6146%texhash
6147
6148%post mex
6149%texhash
6150
6151%postun mex
6152%texhash
6153
6154%post format-mex
6155%texhash
6156
6157%postun format-mex
6158%texhash
6159
6160%post format-pdfmex
6161%texhash
6162
6163%postun format-pdfmex
6164%texhash
6165
6166%postun format-utf8mex
6167%texhash
6168
6169%post amstex
6170%texhash
6171
6172%postun amstex
6173%texhash
6174
6175%post format-amstex
6176%texhash
6177
6178%postun format-amstex
6179%texhash
6180
6181%post format-pdfamstex
6182%texhash
6183
6184%postun format-pdfamstex
6185%texhash
6186
6187%post csplain
6188%texhash
6189
6190%postun csplain
6191%texhash
6192
6193%post format-csplain
6194%texhash
6195
6196%postun format-csplain
6197%texhash
6198
6199%post format-pdfcsplain
6200%texhash
6201
6202%postun format-pdfcsplain
6203%texhash
6204
6205%post cslatex
6206%texhash
6207
6208%postun cslatex
6209%texhash
6210
6211%post format-cslatex
6212%texhash
6213
6214%postun format-cslatex
6215%texhash
6216
6217%post format-pdfcslatex
6218%texhash
6219
6220%postun format-pdfcslatex
6221%texhash
6222
6223%post cyrplain
6224%texhash
6225
6226%postun cyrplain
6227%texhash
6228
6229%post format-cyrplain
6230%texhash
6231
6232%postun format-cyrplain
6233%texhash
6234
6235%post format-cyramstex
6236%texhash
6237
6238%postun format-cyramstex
6239%texhash
6240
6241%post format-cyrtexinfo
6242%texhash
6243
6244%postun format-cyrtexinfo
6245%texhash
6246
6247%post eplain
6248%texhash
6249
6250%postun eplain
6251%texhash
6252
6253%post format-eplain
6254%texhash
6255
6256%postun format-eplain
6257%texhash
6258
6259# ConTeXt format
6260
6261%post context
6262%texhash
6263
6264%postun context
6265%texhash
6266
6267%post format-context-de
6268%texhash
6269
6270%postun format-context-de
6271%texhash
6272
6273%post format-context-en
6274%texhash
6275
6276%postun format-context-en
6277%texhash
6278
6279%post format-context-nl
6280%texhash
6281
6282%postun format-context-nl
6283%texhash
6284
6285# LaTeX format.
6286
6287%post latex
6288%fixinfodir
6289%texhash
6290
6291%postun latex
6292%fixinfodir
6293%texhash
6294
73d8d817
ZU
6295%post latex-lang
6296%texhash
6297
6298%postun latex-lang
6299%texhash
6300
6301%post latex-styles
6302%texhash
6303
6304%postun latex-styles
6305%texhash
6306
2e9c3e45
ZU
6307%post latex-pdftools
6308%texhash
6309
6310%postun latex-pdftools
6311%texhash
6312
1d337b0e
ZU
6313%post latex-extend
6314%texhash
6315
6316%postun latex-extend
6317%texhash
6318
6319%post latex-programming
6320%texhash
6321
6322%postun latex-programming
6323%texhash
6324
70f52fe3
ZU
6325%post latex-metre
6326%texhash
6327
6328%postun latex-metre
6329%texhash
6330
de260d32
ZU
6331%post latex-misc
6332%texhash
6333
6334%postun latex-misc
6335%texhash
6336
6bc47e19
ZU
6337%post latex-effects
6338%texhash
6339
6340%postun latex-effects
6341%texhash
6342
2e9c3e45
ZU
6343%post latex-math
6344%texhash
6345
6346%postun latex-math
6347%texhash
6348
1d337b0e
ZU
6349%post latex-music
6350%texhash
6351
6352%postun latex-music
6353%texhash
6354
2e9c3e45
ZU
6355%post latex-physics
6356%texhash
6357
6358%postun latex-physics
6359%texhash
6360
6361%post latex-games
6362%texhash
6363
6364%postun latex-games
6365%texhash
6366
6367%post latex-biology
6368%texhash
6369
6370%postun latex-biology
6371%texhash
6372
6373%post latex-chem
6374%texhash
6375
6376%postun latex-chem
6377%texhash
6378
6379%post latex-informatic
6380%texhash
6381
6382%postun latex-informatic
6383%texhash
6384
6c82f497
ZU
6385%post latex-12many
6386%texhash
6387
6388%postun latex-12many
6389%texhash
6390
fe66da27
ZU
6391%post latex-abstract
6392%texhash
6393
6394%postun latex-abstract
6395%texhash
6396
f1f5d194
ZU
6397%post latex-accfonts
6398%texhash
6399
6400%postun latex-accfonts
6401%texhash
6402
e88b5dcf
ZU
6403%post latex-adrconv
6404%texhash
6405
6406%postun latex-adrconv
6407%texhash
6408
d08789e0
ZU
6409%post latex-ae
6410%texhash
6411
6412%postun latex-ae
6413%texhash
6414
6415%post latex-ams
6416%texhash
6417
6418%postun latex-ams
6419%texhash
6420
6421%post latex-antp
6422%texhash
6423
6424%postun latex-antp
6425%texhash
6426
6427%post latex-antt
6428%texhash
6429
6430%postun latex-antt
6431%texhash
6432
e88b5dcf
ZU
6433%post latex-appendix
6434%texhash
6435
6436%postun latex-appendix
6437%texhash
6438
ca8b4816
ZU
6439# %post latex-backgammon
6440# %texhash
24f69178 6441#
ca8b4816
ZU
6442# %postun latex-backgammon
6443# %texhash
24f69178 6444
6c82f497
ZU
6445%post latex-bardiag
6446%texhash
6447
6448%postun latex-bardiag
6449%texhash
6450
d08789e0
ZU
6451%post latex-bbm
6452%texhash
6453
6454%postun latex-bbm
6455%texhash
6456
6457%post latex-bbold
6458%texhash
6459
6460%postun latex-bbold
6461%texhash
6462
b4d68b39
ZU
6463%post latex-beamer
6464%texhash
6465
6466%postun latex-beamer
6467%texhash
6468
2fede27b
ZU
6469%post latex-bezos
6470%texhash
6471
6472%postun latex-bezos
6473%texhash
6474
d08789e0
ZU
6475%post latex-bibtex
6476%texhash
6477
6478%postun latex-bibtex
6479%texhash
6480
6481%post latex-bibtex-ams
6482%texhash
6483
6484%postun latex-bibtex-ams
6485%texhash
6486
6487%post latex-bibtex-pl
6488%texhash
6489
6490%postun latex-bibtex-pl
6491%texhash
6492
6493%post latex-bibtex-german
6494%texhash
6495
6496%postun latex-bibtex-german
6497%texhash
6498
6499%post latex-bibtex-revtex4
6500%texhash
6501
6502%postun latex-bibtex-revtex4
6503%texhash
6504
6505%post latex-bibtex-jurabib
6506%texhash
6507
6508%postun latex-bibtex-jurabib
6509%texhash
6510
33b3b483
ZU
6511%post latex-bibtex-styles
6512%texhash
6513
6514%postun latex-bibtex-styles
6515%texhash
6516
2fede27b
ZU
6517%post latex-booktabs
6518%texhash
6519
6520%postun latex-booktabs
6521%texhash
6522
2fede27b
ZU
6523%post latex-caption
6524%texhash
6525
6526%postun latex-caption
6527%texhash
6528
d08789e0
ZU
6529%post latex-carlisle
6530%texhash
6531
6532%postun latex-carlisle
6533%texhash
6534
6535%post latex-ccfonts
6536%texhash
6537
6538%postun latex-ccfonts
6539%texhash
6540
6541%post latex-cite
6542%texhash
6543
6544%postun latex-cite
6545%texhash
6546
6547%post latex-cmbright
6548%texhash
6549
6550%postun latex-cmbright
6551%texhash
6552
783773ac
ZU
6553%post latex-colortab
6554%texhash
6555
6556%postun latex-colortab
6557%texhash
2fede27b
ZU
6558
6559%post latex-comment
6560%texhash
6561
6562%postun latex-comment
6563%texhash
6564
d08789e0
ZU
6565%post latex-concmath
6566%texhash
6567
6568%postun latex-concmath
6569%texhash
6570
2fede27b
ZU
6571%post latex-currvita
6572%texhash
6573
6574%postun latex-currvita
6575%texhash
6576
2fede27b
ZU
6577%post latex-curves
6578%texhash
6579
6580%postun latex-curves
6581%texhash
6582
d08789e0
ZU
6583%post latex-custom-bib
6584%texhash
6585
6586%postun latex-custom-bib
6587%texhash
6588
6589%post latex-cyrillic
6590%texhash
6591
6592%postun latex-cyrillic
6593%texhash
6594
04eb4e68
ZU
6595# %post latex-dstroke
6596# %texhash
d08789e0 6597
04eb4e68
ZU
6598# %postun latex-dstroke
6599# %texhash
d08789e0 6600
60597425
ZU
6601%post latex-enumitem
6602%texhash
6603
6604%postun latex-enumitem
6605%texhash
6606
70f52fe3 6607%post latex-exams
247457ba
ZU
6608%texhash
6609
70f52fe3 6610%postun latex-exams
247457ba
ZU
6611%texhash
6612
b916bc39
ZU
6613%post latex-float
6614%texhash
6615
6616%postun latex-float
6617%texhash
6618
247457ba
ZU
6619%post latex-formlett
6620%texhash
6621
6622%postun latex-formlett
6623%texhash
6624
c9ddaf2d
ZU
6625%post latex-formular
6626%texhash
6627
6628%postun latex-formular
6629%texhash
6630
f1f5d194
ZU
6631%post latex-gbrief
6632%texhash
6633
6634%postun latex-gbrief
6635%texhash
6636
d08789e0
ZU
6637%post latex-jknappen
6638%texhash
6639
6640%postun latex-jknappen
6641%texhash
6642
d19eaaab
ZU
6643%post latex-keystroke
6644%texhash
6645
6646%postun latex-keystroke
6647%texhash
6648
6649%post latex-labbook
6650%texhash
6651
6652%postun latex-labbook
6653%texhash
6654
6655%post latex-lcd
6656%texhash
6657
6658%postun latex-lcd
6659%texhash
6660
6661%post latex-leaflet
6662%texhash
6663
6664%postun latex-leaflet
6665%texhash
6666
f1f5d194
ZU
6667%post latex-leftidx
6668%texhash
6669
6670%postun latex-leftidx
6671%texhash
6672
d19eaaab
ZU
6673%post latex-lewis
6674%texhash
6675
6676%postun latex-lewis
6677%texhash
6678
d08789e0
ZU
6679%post latex-lm
6680%texhash
6681
fe66da27
ZU
6682%post latex-lastpage
6683%texhash
6684
6685%postun latex-lastpage
6686%texhash
6687
d08789e0
ZU
6688%postun latex-lm
6689%texhash
6690
6691%post latex-lucidabr
6692%texhash
6693
6694%postun latex-lucidabr
6695%texhash
6696
6697%post latex-marvosym
6698%texhash
6699
6700%postun latex-marvosym
6701%texhash
6702
6703%post latex-mathpple
6704%texhash
6705
6706%postun latex-mathpple
6707%texhash
6708
6709%post latex-mathtime
6710%texhash
6711
6712%postun latex-mathtime
6713%texhash
6714
6715%post latex-mflogo
6716%texhash
6717
6718%postun latex-mflogo
6719%texhash
6720
6721%post latex-mfnfss
6722%texhash
6723
6724%postun latex-mfnfss
6725%texhash
6726
6727%post latex-minitoc
6728%texhash
6729
6730%postun latex-minitoc
6731%texhash
6732
6733%post latex-mltex
6734%texhash
6735
6736%postun latex-mltex
6737%texhash
6738
f1f5d194
ZU
6739%post latex-moreverb
6740%texhash
6741
6742%postun latex-moreverb
6743%texhash
6744
d34bfb7f
ZU
6745%post latex-multienum
6746%texhash
6747
6748%postun latex-multienum
6749%texhash
6750
8ed039e0
ZU
6751%post latex-musictex
6752%texhash
6753
6754%postun latex-musictex
6755%texhash
6756
fe66da27
ZU
6757%post latex-ntheorem
6758%texhash
6759
6760%postun latex-ntheorem
6761%texhash
6762
f65b3398
ZU
6763%post latex-other
6764%texhash
6765
6766%postun latex-other
6767%texhash
6768
6769%post latex-other-doc
6770%texhash
6771
6772%postun latex-other-doc
6773%texhash
6774
d08789e0
ZU
6775%post latex-palatcm
6776%texhash
6777
6778%postun latex-palatcm
6779%texhash
6780
f65b3398
ZU
6781%post latex-pdfslide
6782%texhash
6783
6784%postun latex-pdfslide
6785%texhash
6786
03d9d5fa
ZU
6787%post latex-pgf
6788%texhash
6789
6790%postun latex-pgf
6791%texhash
6792
f65b3398
ZU
6793%post latex-polynom
6794%texhash
6795
6796%postun latex-polynom
6797%texhash
6798
6799%post latex-polynomial
6800%texhash
6801
6802%postun latex-polynomial
6803%texhash
6804
b7b4a109
ZU
6805%post latex-prosper
6806%texhash
6807
6808%postun latex-prosper
6809%texhash
6810
6811%post latex-pseudocode
6812%texhash
6813
6814%postun latex-pseudocode
6815%texhash
6816
d08789e0
ZU
6817%post latex-psnfss
6818%texhash
6819
6820%postun latex-psnfss
6821%texhash
6822
8efa6a9c
ZU
6823%post latex-pst-2dplot
6824%texhash
6825
6826%postun latex-pst-2dplot
6827%texhash
6828
6829%post latex-pst-3dplot
6830%texhash
6831
6832%postun latex-pst-3dplot
6833%texhash
6834
6835%post latex-pst-bar
6836%texhash
6837
6838%postun latex-pst-bar
6839%texhash
6840
6841%post latex-pst-circ
6842%texhash
6843
6844%postun latex-pst-circ
6845%texhash
6846
b7b4a109
ZU
6847%post latex-pst-eucl
6848%texhash
6849
6850%postun latex-pst-eucl
6851%texhash
6852
8efa6a9c
ZU
6853%post latex-pst-diffraction
6854%texhash
6855
6856%postun latex-pst-diffraction
6857%texhash
6858
6859%post latex-pst-fun
6860%texhash
6861
6862%postun latex-pst-fun
6863%texhash
6864
6865%post latex-pst-func
6866%texhash
6867
6868%postun latex-pst-func
6869%texhash
6870
6871%post latex-pst-infixplot
6872%texhash
6873
6874%postun latex-pst-infixplot
6875%texhash
6876
b7b4a109
ZU
6877%post latex-pst-fr3d
6878%texhash
6879
6880%postun latex-pst-fr3d
6881%texhash
6882
6883%post latex-pst-fractal
6884%texhash
6885
6886%postun latex-pst-fractal
6887%texhash
6888
d08789e0
ZU
6889%post latex-pxfonts
6890%texhash
6891
8efa6a9c
ZU
6892%post latex-pst-math
6893%texhash
6894
6895%postun latex-pst-math
6896%texhash
6897
6898%post latex-pst-ob3d
6899%texhash
6900
6901%postun latex-pst-ob3d
6902%texhash
6903
6904%post latex-pst-optic
6905%texhash
6906
6907%postun latex-pst-optic
6908%texhash
6909
6910%post latex-pst-optexp
6911%texhash
6912
6913%postun latex-pst-optexp
6914%texhash
6915
6916%post latex-pst-text
6917%texhash
6918
6919%postun latex-pst-text
6920%texhash
6921
1024ab0e
ZU
6922%post latex-pst-uncategorized
6923%texhash
6924
6925%postun latex-pst-uncategorized
1024ab0e
ZU
6926%texhash
6927
d08789e0
ZU
6928%postun latex-pxfonts
6929%texhash
6930
6931%post latex-qfonts
6932%texhash
6933
6934%postun latex-qfonts
6935%texhash
6936
6c82f497
ZU
6937%post latex-SIstyle
6938%texhash
6939
6940%postun latex-SIstyle
6941%texhash
6942
fe66da27
ZU
6943%post latex-SIunits
6944%texhash
6945
6946%postun latex-SIunits
6947%texhash
6948
f65b3398
ZU
6949%post latex-siunitx
6950%texhash
6951
6952%postun latex-siunitx
6953%texhash
6954
6c82f497
ZU
6955%post latex-Tabbing
6956%texhash
6957
6958%postun latex-Tabbing
6959%texhash
6960
d08789e0
ZU
6961%post latex-txfonts
6962%texhash
6963
6964%postun latex-txfonts
6965%texhash
6966
7ea3a98b
ZU
6967%post latex-ucs
6968%texhash
6969
6970%postun latex-ucs
6971%texhash
6972
d08789e0
ZU
6973%post latex-umlaute
6974%texhash
6975
6976%postun latex-umlaute
6977%texhash
6978
e67df411
ZU
6979%post latex-variations
6980%texhash
6981
6982%postun latex-variations
6983%texhash
6984
d08789e0
ZU
6985%post latex-wasysym
6986%texhash
6987
6988%postun latex-wasysym
6989%texhash
6990
03d9d5fa
ZU
6991%post latex-xcolor
6992%texhash
6993
6994%postun latex-xcolor
6995%texhash
6996
d08789e0
ZU
6997%post format-latex
6998%texhash
6999
7000%postun format-latex
7001%texhash
7002
7003%post format-pdflatex
7004%texhash
7005
7006%postun format-pdflatex
7007%texhash
7008
7009%post platex
7010%texhash
7011
7012%postun platex
7013%texhash
7014
7015%post format-platex
7016%texhash
7017
7018%postun format-platex
7019%texhash
7020
7021%post format-pdfplatex
7022%texhash
7023
7024%postun format-pdfplatex
7025%texhash
7026
7027%post tex-babel
7028%texhash
7029
7030%postun tex-babel
7031%texhash
7032
7033%post tex-german
7034%texhash
7035
7036%postun tex-german
7037%texhash
7038
7039%post tex-mfpic
7040%texhash
7041
7042%postun tex-mfpic
7043%texhash
7044
7045%post tex-misc
7046%texhash
7047
7048%postun tex-misc
7049%texhash
7050
7051%post tex-pictex
7052%texhash
7053
7054%postun tex-pictex
7055%texhash
7056
29d720fe
ZU
7057%post tex-psizzl
7058%texhash
7059
7060%postun tex-psizzl
7061%texhash
7062
d08789e0
ZU
7063%post tex-pstricks
7064%texhash
7065
7066%postun tex-pstricks
7067%texhash
7068
7069%post tex-qpx
7070%texhash
7071
7072%postun tex-qpx
7073%texhash
7074
31bd2c4a 7075%post tex-qpxqtx
d08789e0
ZU
7076%texhash
7077
31bd2c4a 7078%postun tex-qpxqtx
d08789e0
ZU
7079%texhash
7080
7081%post tex-ruhyphen
7082%texhash
7083
7084%postun tex-ruhyphen
7085%texhash
7086
7087%post tex-spanish
7088%texhash
7089
7090%postun tex-spanish
7091%texhash
7092
7093%post tex-texdraw
7094%texhash
7095
7096%postun tex-texdraw
7097%texhash
7098
7099%post tex-thumbpdf
7100%texhash
7101
7102%postun tex-thumbpdf
7103%texhash
7104
7105%post tex-ukrhyph
7106%texhash
7107
7108%postun tex-ukrhyph
7109%texhash
7110
7111%post latex-vietnam
7112%texhash
7113
7114%postun latex-vietnam
7115%texhash
7116
7117%post tex-xypic
7118%texhash
7119
7120%postun tex-xypic
7121%texhash
7122
7123%post fonts-adobe
7124%texhash
7125
7126%postun fonts-adobe
7127%texhash
7128
7129%post fonts-ae
7130%texhash
7131
7132%postun fonts-ae
7133%texhash
7134
7135%post fonts-ams
7136%texhash
7137
7138%postun fonts-ams
7139%texhash
7140
7141%post fonts-antp
7142%texhash
7143
7144%postun fonts-antp
7145%texhash
7146
7147%post fonts-antt
7148%texhash
7149
7150%postun fonts-antt
7151%texhash
7152
7153%post fonts-bbm
7154%texhash
7155
7156%postun fonts-bbm
7157%texhash
7158
7159%post fonts-bbold
7160%texhash
7161
7162%postun fonts-bbold
7163%texhash
7164
070c5aff
ZU
7165%post fonts-bh
7166%texhash
d08789e0 7167
070c5aff
ZU
7168%postun fonts-bh
7169%texhash
d08789e0
ZU
7170
7171%post fonts-bitstream
7172%texhash
7173
7174%postun fonts-bitstream
7175%texhash
7176
7177%post fonts-cbgreek
7178%texhash
7179
7180%postun fonts-cbgreek
7181%texhash
7182
7183%post fonts-cc-pl
7184%texhash
7185
7186%postun fonts-cc-pl
7187%texhash
7188
7189%post fonts-cg
7190%texhash
7191
7192%postun fonts-cg
7193%texhash
7194
7195%post fonts-cm
7196%texhash
7197
7198%postun fonts-cm
7199%texhash
7200
7201%post fonts-cmbright
7202%texhash
7203
7204%postun fonts-cmbright
7205%texhash
7206
7207%post fonts-cmcyr
7208%texhash
7209
7210%postun fonts-cmcyr
7211%texhash
7212
7213%post fonts-cmextra
7214%texhash
7215
7216%postun fonts-cmextra
7217%texhash
7218
7af5f8bc 7219%post fonts-cmsuper
5d7e11d7
ZU
7220%texhash
7221
7af5f8bc 7222%postun fonts-cmsuper
5d7e11d7
ZU
7223%texhash
7224
d08789e0
ZU
7225%post fonts-concmath
7226%texhash
7227
7228%postun fonts-concmath
7229%texhash
7230
7231%post fonts-concrete
7232%texhash
7233
7234%postun fonts-concrete
7235%texhash
7236
7237%post fonts-cs
7238%texhash
7239
7240%postun fonts-cs
7241%texhash
7242
4a09ae1a
ZU
7243%post fonts-dstroke
7244%texhash
d08789e0 7245
4a09ae1a
ZU
7246%postun fonts-dstroke
7247%texhash
d08789e0
ZU
7248
7249%post fonts-ecc
7250%texhash
7251
7252%postun fonts-ecc
7253%texhash
7254
7255%post fonts-eurosym
7256%texhash
7257
7258%postun fonts-eurosym
7259%texhash
7260
7261%post fonts-euxm
7262%texhash
7263
7264%postun fonts-euxm
7265%texhash
7266
7267%post fonts-gothic
7268%texhash
7269
7270%postun fonts-gothic
7271%texhash
7272
7273%post fonts-hoekwater
7274%texhash
7275
7276%postun fonts-hoekwater
7277%texhash
7278
7279%post fonts-jknappen
7280%texhash
7281
7282%postun fonts-jknappen
7283%texhash
7284
7285%post fonts-latex
7286%texhash
7287
7288%postun fonts-latex
7289%texhash
7290
70f52fe3
ZU
7291%post fonts-kpfonts
7292%texhash
7293
7294%postun fonts-kpfonts
7295%texhash
7296
d08789e0
ZU
7297%post fonts-lh
7298%texhash
7299
7300%postun fonts-lh
7301%texhash
7302
7303%post fonts-lm
7304%texhash
7305
7306%postun fonts-lm
7307%texhash
7308
7309%post fonts-marvosym
7310%texhash
7311
7312%postun fonts-marvosym
7313%texhash
7314
7315%post fonts-mflogo
7316%texhash
7317
7318%postun fonts-mflogo
7319%texhash
7320
7321%post fonts-misc
7322%texhash
7323
7324%postun fonts-misc
7325%texhash
7326
7327%post fonts-monotype
7328%texhash
7329
7330%postun fonts-monotype
7331%texhash
7332
7333%post fonts-omega
7334%texhash
7335
7336%postun fonts-omega
7337%texhash
7338
f1ba8563
ZU
7339%post fonts-other
7340%texhash
7341
7342%postun fonts-other
7343%texhash
7344
d08789e0
ZU
7345%post fonts-pazo
7346%texhash
7347
7348%postun fonts-pazo
7349%texhash
7350
7351%post fonts-pl
7352%texhash
7353
7354%postun fonts-pl
7355%texhash
7356
7357%post fonts-px
7358%texhash
7359
7360%postun fonts-px
7361%texhash
7362
7363%post fonts-qfonts
7364%texhash
7365
7366%postun fonts-qfonts
7367%texhash
7368
7369%post fonts-qpx
7370%texhash
7371
7372%postun fonts-qpx
7373%texhash
7374
31bd2c4a 7375%post fonts-qpxqtx
d08789e0
ZU
7376%texhash
7377
31bd2c4a 7378%postun fonts-qpxqtx
d08789e0
ZU
7379%texhash
7380
7381%post fonts-rsfs
7382%texhash
7383
7384%postun fonts-rsfs
7385%texhash
7386
7387%post fonts-stmaryrd
7388%texhash
7389
7390%postun fonts-stmaryrd
7391%texhash
7392
7393%post fonts-tx
7394%texhash
7395
7396%postun fonts-tx
7397%texhash
7398
7399%post fonts-urw
7400%texhash
7401
7402%postun fonts-urw
7403%texhash
7404
e67df411
ZU
7405%post fonts-urw35vf
7406%texhash
7407
7408%postun fonts-urw35vf
7409%texhash
7410
d08789e0
ZU
7411%post fonts-vnr
7412%texhash
7413
7414%postun fonts-vnr
7415%texhash
7416
7417%post fonts-wasy
7418%texhash
7419
7420%postun fonts-wasy
7421%texhash
7422
7423%post fonts-xypic
7424%texhash
7425
7426%postun fonts-xypic
7427%texhash
7428
7429%post fonts-yandy
7430%texhash
7431
7432%postun fonts-yandy
7433%texhash
7434
7435%post fonts-type1-antp
7436%texhash
7437
7438%postun fonts-type1-antp
7439%texhash
7440
7441%post fonts-type1-antt
7442%texhash
7443
7444%postun fonts-type1-antt
7445%texhash
7446
7447%post fonts-type1-belleek
7448%texhash
7449
7450%postun fonts-type1-belleek
7451%texhash
7452
7453%post fonts-type1-bitstream
7454%texhash
7455
7456%postun fonts-type1-bitstream
7457%texhash
7458
7459%post fonts-type1-bluesky
7460%texhash
7461
7462%postun fonts-type1-bluesky
7463%texhash
7464
7465%post fonts-type1-cc-pl
7466%texhash
7467
7468%postun fonts-type1-cc-pl
7469%texhash
7470
7471%post fonts-type1-cmcyr
7472%texhash
7473
7474%postun fonts-type1-cmcyr
7475%texhash
7476
7477%post fonts-type1-cs
7478%texhash
7479
7480%postun fonts-type1-cs
7481%texhash
7482
070c5aff
ZU
7483%post fonts-type1-dstroke
7484%texhash
d08789e0 7485
070c5aff
ZU
7486%postun fonts-type1-dstroke
7487%texhash
d08789e0
ZU
7488
7489%post fonts-type1-eurosym
7490%texhash
7491
7492%postun fonts-type1-eurosym
7493%texhash
7494
7495%post fonts-type1-hoekwater
7496%texhash
7497
7498%postun fonts-type1-hoekwater
7499%texhash
7500
7501%post fonts-type1-lm
7502%texhash
7503
7504%postun fonts-type1-lm
7505%texhash
7506
7507%post fonts-type1-marvosym
7508%texhash
7509
7510%postun fonts-type1-marvosym
7511%texhash
7512
7513%post fonts-type1-mathpazo
7514%texhash
7515
7516%postun fonts-type1-mathpazo
7517%texhash
7518
7519%post fonts-type1-omega
7520%texhash
7521
7522%postun fonts-type1-omega
7523%texhash
7524
7525%post fonts-type1-pl
7526%texhash
7527
7528%postun fonts-type1-pl
7529%texhash
7530
7531%post fonts-type1-px
7532%texhash
7533
7534%postun fonts-type1-px
7535%texhash
7536
070c5aff
ZU
7537%post fonts-type1-qfonts
7538%texhash
d08789e0 7539
070c5aff
ZU
7540%postun fonts-type1-qfonts
7541%texhash
d08789e0
ZU
7542
7543%post fonts-type1-tx
7544%texhash
7545
7546%postun fonts-type1-tx
7547%texhash
7548
7549%post fonts-type1-urw
7550%texhash
7551
7552%postun fonts-type1-urw
7553%texhash
7554
7555%post fonts-type1-vnr
7556%texhash
7557
7558%postun fonts-type1-vnr
7559%texhash
7560
7561%post fonts-type1-xypic
7562%texhash
7563
7564%postun fonts-type1-xypic
7565%texhash
7566
7567%post -n texconfig
7568%texhash
7569
7570%postun -n texconfig
7571%texhash
7572
4224ae6d
MB
7573%post xetex
7574%texhash
7575
7576%postun xetex
7577%texhash
7578
7579%post xmltex
7580%texhash
7581
7582%postun xmltex
7583%texhash
7584
5902e778
ZU
7585# Check the commented lines!!!
7586
d08789e0
ZU
7587%files
7588%defattr(644,root,root,755)
0f6c4baf 7589# %doc %{texmf}/LICENSE.texmf
df343eba 7590# %doc %{texmf}/ChangeLog
df343eba 7591# %doc %{texmf}/doc/README.knuth
efc75a1e 7592# There isn't doc/fonts directory
80fa261c 7593%dir %{texmfdist}/doc/fonts
606c6ab6 7594%doc %{texmfdist}/doc/fontname
efc75a1e 7595# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
7596# %dir %{texmf}/doc/help
7597# %doc %{texmf}/doc/help/csname.txt
7598# %doc %{texmf}/doc/help/ctan
7599# %doc %{texmf}/doc/help/tds.dvi
7600# %doc %{texmf}/doc/help/unixtex.ftp
7601# %dir %{texmf}/doc/help/faq
7602# %doc %{texmf}/doc/images
df343eba
ZU
7603# %dir %{texmf}/doc/polish
7604# %doc %{texmf}/doc/polish/*.html
7605# %dir %{texmf}/doc/programs
7606# %doc %{texmf}/doc/programs/web2c*
7607# %doc %{texmf}/doc/programs/cwebman.dvi
df343eba 7608# %doc %{texmf}/doc/knuth
d08789e0
ZU
7609#%attr(755,root,root) %{_bindir}/MakeTeXPK
7610#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
7611
7612# ***********
7613# executables
7614# ***********
d08789e0
ZU
7615%attr(755,root,root) %{_bindir}/a2ping
7616%attr(755,root,root) %{_bindir}/afm2tfm
7617%attr(755,root,root) %{_bindir}/allcm
7618%attr(755,root,root) %{_bindir}/allec
7619%attr(755,root,root) %{_bindir}/allneeded
7620%attr(755,root,root) %{_bindir}/cweave
7621%attr(755,root,root) %{_bindir}/ctangle
7622%attr(755,root,root) %{_bindir}/ctie
7623%attr(755,root,root) %{_bindir}/dmp
7624%attr(755,root,root) %{_bindir}/dvipng
7625%attr(755,root,root) %{_bindir}/e2pall
7626%attr(755,root,root) %{_bindir}/ebb
df343eba 7627# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
7628%attr(755,root,root) %{_bindir}/fmtutil
7629%attr(755,root,root) %{_bindir}/fmtutil-sys
7630#%attr(755,root,root) %{_bindir}/fontexport
7631#%attr(755,root,root) %{_bindir}/fontimport
7632%attr(755,root,root) %{_bindir}/fontinst
7633%attr(755,root,root) %{_bindir}/gftodvi
7634%attr(755,root,root) %{_bindir}/gftopk
7635%attr(755,root,root) %{_bindir}/gftype
7636%attr(755,root,root) %{_bindir}/gsftopk
7637#%attr(755,root,root) %{_bindir}/initex
7638%attr(755,root,root) %{_bindir}/kpseaccess
7639%attr(755,root,root) %{_bindir}/kpsereadlink
7640%attr(755,root,root) %{_bindir}/kpsewhere
7641%attr(755,root,root) %{_bindir}/mag
7642%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
7643#%attr(755,root,root) %{_bindir}/mkfontdesc
7644%attr(755,root,root) %{_bindir}/mktexfmt
7645%attr(755,root,root) %{_bindir}/mktexlsr
7646%attr(755,root,root) %{_bindir}/newer
7647%attr(755,root,root) %{_bindir}/patgen
7648%attr(755,root,root) %{_bindir}/pdfetex
7649%attr(755,root,root) %{_bindir}/pfb2pfa
7650%attr(755,root,root) %{_bindir}/pk2bm
7651%attr(755,root,root) %{_bindir}/pktogf
7652%attr(755,root,root) %{_bindir}/pktype
7653%attr(755,root,root) %{_bindir}/pltotf
7654%attr(755,root,root) %{_bindir}/pooltype
7655%attr(755,root,root) %{_bindir}/ps2frag
7656%attr(755,root,root) %{_bindir}/ps2pk
7657# TODO: move this file to correct subpackage ?
7658%attr(755,root,root) %{_bindir}/ps4pdf
7659#%attr(755,root,root) %{_bindir}/t1mapper
7660%attr(755,root,root) %{_bindir}/tangle
7661#%attr(755,root,root) %{_bindir}/tetex-updmap
7662%attr(755,root,root) %{_bindir}/tex
7663%attr(755,root,root) %{_bindir}/texdoc
d08789e0 7664%attr(755,root,root) %{_bindir}/texhash
df343eba 7665# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
7666%attr(755,root,root) %{_bindir}/texlinks
7667%attr(755,root,root) %{_bindir}/tftopl
7668%attr(755,root,root) %{_bindir}/tie
7669%attr(755,root,root) %{_bindir}/ttf2afm
7670%attr(755,root,root) %{_bindir}/updmap
7671%attr(755,root,root) %{_bindir}/updmap-sys
7672%attr(755,root,root) %{_bindir}/vftovp
7673#%attr(755,root,root) %{_bindir}/virtex
7674%attr(755,root,root) %{_bindir}/vptovf
7675%attr(755,root,root) %{_bindir}/weave
7676
7677%attr(755,root,root) %{texmf}/web2c/mktexnam
7678%attr(755,root,root) %{texmf}/web2c/mktexdir
7679%attr(755,root,root) %{texmf}/web2c/mktexupd
7680
0edad7f5 7681%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
7682
7683#%dir /etc/sysconfig/tetex-updmap
7684#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
7685
7686%ghost %{texmf}/ls-R
7057740b 7687%ghost %{texmfdist}/ls-R
7057740b 7688# %ghost %{_localstatedir}/ls-R
d08789e0 7689
2677a8b0 7690%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 7691%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
7692%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
7693%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
7694%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 7695
d08789e0
ZU
7696%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
7697%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
7698%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
7699%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
7700%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
7701%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
7702%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
7703
d08789e0
ZU
7704%attr(1777,root,root) /var/cache/fonts
7705
7706%{_datadir}/info/web2c.info*
df343eba
ZU
7707# %{_datadir}/info/texi2html.info*
7708# %{_datadir}/texi2html
d08789e0
ZU
7709#%{texmf}/updates.dat
7710
df343eba 7711# %{texmf}/aliases
df343eba 7712# %{texmf}/tex/generic/bghyph
1a192771
ZU
7713# %doc %{texmf}/doc/generic/hyphen
7714#%{texmf}/tex/generic/letterspacing
7715
7716# ***********
7717# Directories
7718# ***********
ae4a938c 7719%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
7720%attr(1777,root,root) %dir %{_localstatedir}/fonts
7721%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 7722%attr(1777,root,root) %dir %{fmtdir}
1a192771 7723
b6042de9 7724%dir %{texmfdist}
1a192771
ZU
7725%dir %{texmfdist}/doc
7726%dir %{texmfdist}/doc/generic
7727%dir %{texmfdist}/doc/generic/enctex
7728%dir %{texmfdist}/doc/latex
7729%dir %{texmfdist}/doc/latex/localloc
1a192771 7730%dir %{texmfdist}/tex
2677a8b0 7731%dir %{texmfdist}/tex/cslatex
0b6bcf85 7732%dir %{texmfdist}/tex/cslatex/base
330a8c29 7733%dir %{texmfdist}/tex/fontinst
165b9d73 7734%dir %{texmfdist}/tex/generic
5f841614 7735%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 7736%dir %{texmfdist}/tex/generic/enctex
5f841614 7737%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 7738%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
7739%dir %{texmfdist}/tex/latex
7740%dir %{texmfdist}/tex/latex/base
70f52fe3
ZU
7741%dir %{texmf}
7742%dir %{texmf}/doc
7743%dir %{texmf}/doc/generic
7744%dir %{texmf}/doc/tetex
1a192771
ZU
7745%dir %{texmf}/dvips
7746%dir %{texmf}/dvips/config
7747%dir %{texmf}/dvips/tetex
70f52fe3 7748%dir %{texmf}/fmtutil
d08789e0
ZU
7749%dir %{texmf}/fonts/enc
7750%dir %{texmf}/fonts/enc/dvips
7751%dir %{texmf}/fonts/enc/dvips/tetex
1a192771
ZU
7752%dir %{texmf}/fonts/map
7753%dir %{texmf}/fonts/map/dvips
7754%dir %{texmf}/fonts/map/dvips/tetex
70f52fe3 7755%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
7756%dir %{texmf}/scripts
7757%dir %{texmf}/tex
1a192771
ZU
7758%dir %{texmf}/tex/generic
7759%dir %{texmf}/tex/generic/config
1a192771
ZU
7760%dir %{texmf}/web2c
7761
70f52fe3 7762
1a192771 7763# Docs
2677a8b0 7764# %doc %{texmf}/doc/README
70f52fe3 7765%doc %{texmfdist}/README
1a192771
ZU
7766%doc %{texmf}/doc/tetex/TETEXDOC.*
7767%doc %{texmf}/doc/tetex/teTeX-FAQ
c9ddaf2d 7768%doc %{texmfdist}/source/fontinst
caaf987e
ZU
7769%doc %{texmf}/doc/dvipng
7770%doc %{texmf}/doc/texdoc
f4f1ef6b 7771%{texmf}/doc/info
1a192771
ZU
7772
7773# %{texmf}/fonts/map/dvips/tetex/contnav.map
7774# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
7775%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
015f9ddb 7776%{texmfdist}/fonts/map/fontname
1a192771
ZU
7777%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
7778
7779# Main fonts from TeTeX
d08789e0
ZU
7780%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
7781%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
7782%{texmf}/fonts/enc/dvips/tetex/10037936.enc
7783%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
7784%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
7785%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
7786%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
7787%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
7788%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
7789%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
7790%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 7791%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 7792
d1c173de 7793%{texmfdist}/tex/fontinst
f2555868 7794%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
7795%{texmfdist}/tex/generic/encodings
7796%{texmfdist}/tex/generic/epsf
f2555868 7797%{texmfdist}/tex/generic/hyph-utf8/*
caaf987e 7798%doc %{texmfdist}/doc/generic/hyph-utf8
80fa261c 7799%{texmfdist}/tex/generic/genmisc
2677a8b0 7800%{texmfdist}/tex/generic/misc/null*
1a192771 7801%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
7802%{texmfdist}/tex/generic/tap
7803%{texmfdist}/tex/generic/tex-ps
2677a8b0 7804%{texmfdist}/tex/texinfo
caaf987e 7805%doc %{texmf}/doc/texinfo
1a192771 7806%{texmf}/tex/fontinst
1a192771 7807%{texmf}/tex/generic/hyphen
df343eba 7808
c9ddaf2d 7809%doc %{texmfdist}/doc/generic/epsf
34a6b4b5 7810%doc %{texmfdist}/doc/generic/tex-ps
f4f1ef6b 7811%doc %{texmf}/doc/web2c
c9ddaf2d 7812
1a192771
ZU
7813# %{fmtdir}/metafun.mem
7814#%{texmf}/web2c/tex-pl.pool
7815# %{texmf}/web2c/tex.pool
fb2a8613 7816%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
7817
7818%{texmf}/web2c/*.tcx
df343eba
ZU
7819
7820# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
7821# %lang(fi) %{_mandir}/fi/man1/allcm.1*
7822# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
7823# %lang(fr) %{_mandir}/fr/man1/access.1*
7824# %lang(hu) %{_mandir}/hu/man1/access.1*
7825# %lang(hu) %{_mandir}/hu/man1/newer.1*
7826# %lang(pl) %{_mandir}/pl/man1/access.1*
7827# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
7828#%{_mandir}/man1/MakeTeXPK.1*
7829#%{_mandir}/man1/access.1*
7830#%{_mandir}/man1/fontexport.1*
7831#%{_mandir}/man1/fontimport.1*
7832#%{_mandir}/man1/initex.1*
7833#%{_mandir}/man1/t1mapper.1*
1a192771 7834#%{_mandir}/man1/texdoc.1*
1a192771 7835#%{_mandir}/man1/texi2html.1*
d08789e0 7836#%{_mandir}/man1/virtex.1*
1a192771 7837#%{_mandir}/man8/fmtutil.8*
d08789e0 7838#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
7839#%{_mandir}/man8/texlinks.8*
7840
d08789e0
ZU
7841%{_mandir}/man1/afm2tfm.1*
7842%{_mandir}/man1/allcm.1*
fae5faca 7843%{_mandir}/man1/allec.1*
d08789e0 7844%{_mandir}/man1/allneeded.1*
fae5faca 7845%{_mandir}/man1/ctangle.1*
d08789e0 7846%{_mandir}/man1/ctie.1*
fae5faca 7847%{_mandir}/man1/cweave.1*
d08789e0
ZU
7848%{_mandir}/man1/cweb.1*
7849%{_mandir}/man1/dmp.1*
7850%{_mandir}/man1/dvipdft.1*
7851%{_mandir}/man1/dvipng.1*
7852%{_mandir}/man1/e2pall.1*
7853%{_mandir}/man1/ebb.1*
7854%{_mandir}/man1/fmtutil.1*
09deda15 7855%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
7856%{_mandir}/man1/fontinst.1*
7857%{_mandir}/man1/gftodvi.1*
7858%{_mandir}/man1/gftopk.1*
7859%{_mandir}/man1/gftype.1*
7860%{_mandir}/man1/gsftopk.1*
7861%{_mandir}/man1/kpseaccess.1*
7862%{_mandir}/man1/kpsereadlink.1*
7863%{_mandir}/man1/kpsewhere.1*
7864%{_mandir}/man1/mag.1*
7865%{_mandir}/man1/makempx.1*
7866%{_mandir}/man1/makempy.1*
fae5faca 7867%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
7868%{_mandir}/man1/mktexlsr.1*
7869%{_mandir}/man1/newer.1*
7870%{_mandir}/man1/patgen.1*
7871%{_mandir}/man1/pdfetex.1*
7872%{_mandir}/man1/pfb2pfa.1*
7873%{_mandir}/man1/pk2bm.1*
7874%{_mandir}/man1/pktogf.1*
7875%{_mandir}/man1/pktype.1*
7876%{_mandir}/man1/pltotf.1*
7877%{_mandir}/man1/pooltype.1*
7878%{_mandir}/man1/ps2frag.1*
7879%{_mandir}/man1/ps2pk.1*
7880%{_mandir}/man1/tangle.1*
7881%{_mandir}/man1/tex.1*
d08789e0 7882%{_mandir}/man1/texexec.1*
fae5faca 7883%{_mandir}/man1/texhash.1*
d08789e0 7884%{_mandir}/man1/texlinks.1*
d08789e0 7885%{_mandir}/man1/tftopl.1*
d08789e0 7886%{_mandir}/man1/tie.1*
1a192771 7887%{_mandir}/man1/ttf2afm.1*
d08789e0 7888%{_mandir}/man1/updmap.1*
fae5faca 7889%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
7890%{_mandir}/man1/vftovp.1*
7891%{_mandir}/man1/vptovf.1*
7892%{_mandir}/man1/weave.1*
7893%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 7894%{_mandir}/man5/updmap.cfg.5*
1a192771 7895
80fa261c
ZU
7896%files other-utils
7897%defattr(644,root,root,755)
7898%attr(755,root,root) %{_bindir}/bg5+latex
7899%attr(755,root,root) %{_bindir}/bg5+pdflatex
7900%attr(755,root,root) %{_bindir}/bg5conv
7901%attr(755,root,root) %{_bindir}/bg5latex
7902%attr(755,root,root) %{_bindir}/bg5pdflatex
7903%attr(755,root,root) %{_bindir}/bibtex8
7904%attr(755,root,root) %{_bindir}/cfftot1
7905%attr(755,root,root) %{_bindir}/ebong
7906%attr(755,root,root) %{_bindir}/extconv
7907%attr(755,root,root) %{_bindir}/extractbb
7908%attr(755,root,root) %{_bindir}/gbklatex
7909%attr(755,root,root) %{_bindir}/gbkpdflatex
7910%attr(755,root,root) %{_bindir}/getnonfreefonts
7911%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
7912%attr(755,root,root) %{_bindir}/hbf2gf
7913%attr(755,root,root) %{_bindir}/jadetex
7914%attr(755,root,root) %{_bindir}/lamed
7915%attr(755,root,root) %{_bindir}/makeglossaries
7916%attr(755,root,root) %{_bindir}/metafun
7917%attr(755,root,root) %{_bindir}/mkjobtexmf
7918%attr(755,root,root) %{_bindir}/mllatex
7919%attr(755,root,root) %{_bindir}/mltex
7920%attr(755,root,root) %{_bindir}/mmafm
7921%attr(755,root,root) %{_bindir}/mmpfb
7922%attr(755,root,root) %{_bindir}/musixflx
7923%attr(755,root,root) %{_bindir}/ofm2opl
7924%attr(755,root,root) %{_bindir}/otfinfo
7925%attr(755,root,root) %{_bindir}/otftotfm
7926%attr(755,root,root) %{_bindir}/oxdvi
7927%attr(755,root,root) %{_bindir}/pdfatfi
7928%attr(755,root,root) %{_bindir}/pdfclose
7929%attr(755,root,root) %{_bindir}/pdfjadetex
7930%attr(755,root,root) %{_bindir}/pdfopen
7931%attr(755,root,root) %{_bindir}/pdftosrc
7932%{__perl}tex
7933%attr(755,root,root) %{_bindir}/physe
7934%attr(755,root,root) %{_bindir}/pkfix
7935%attr(755,root,root) %{_bindir}/ppower4
7936%attr(755,root,root) %{_bindir}/rungs
7937%attr(755,root,root) %{_bindir}/simpdftex
7938%attr(755,root,root) %{_bindir}/sjisconv
7939%attr(755,root,root) %{_bindir}/sjislatex
7940%attr(755,root,root) %{_bindir}/sjispdflatex
7941%attr(755,root,root) %{_bindir}/synctex
7942%attr(755,root,root) %{_bindir}/t1dotlessj
7943%attr(755,root,root) %{_bindir}/t1lint
7944%attr(755,root,root) %{_bindir}/t1reencode
7945%attr(755,root,root) %{_bindir}/t1testpage
7946%attr(755,root,root) %{_bindir}/texcount
7947%attr(755,root,root) %{_bindir}/texsis
7948%attr(755,root,root) %{_bindir}/tlmgr
7949%attr(755,root,root) %{_bindir}/tpic2pdftex
7950%attr(755,root,root) %{_bindir}/ttf2pk
7951%attr(755,root,root) %{_bindir}/ttf2tfm
7952%attr(755,root,root) %{_bindir}/ttftotype42
7953%attr(755,root,root) %{_bindir}/vlna
7954%attr(755,root,root) %{_bindir}/vpe
7955%{_mandir}/man1/cfftot1.1*
7956%{_mandir}/man1/getnonfreefonts-sys.1
7957%{_mandir}/man1/getnonfreefonts.1*
7958%{_mandir}/man1/hbf2gf.1*
7959%{_mandir}/man1/mkjobtexmf.1*
7960%{_mandir}/man1/mmafm.1*
7961%{_mandir}/man1/mmpfb.1*
7962%{_mandir}/man1/otfinfo.1*
7963%{_mandir}/man1/otftotfm.1*
7964%{_mandir}/man1/oxdvi.1
7965%{_mandir}/man1/pdftosrc.1*
7966%{_mandir}/man1/ps2eps.1*
7967%{_mandir}/man1/synctex.1*
7968%{_mandir}/man1/t1dotlessj.1*
7969%{_mandir}/man1/t1lint.1*
7970%{_mandir}/man1/t1reencode.1*
7971%{_mandir}/man1/t1testpage.1*
7972%{_mandir}/man1/ttf2pk.1*
7973%{_mandir}/man1/ttf2tfm.1*
7974%{_mandir}/man1/ttftotype42.1*
7975%{_mandir}/man1/vlna.1*
7976%{_mandir}/man5/synctex.5*
7977%{texmfdist}/source/startex
7978%{texmfdist}/source/jadetex
7979%{texmfdist}/tex/jadetex
7980%{texmfdist}/tex/texsis
7981%{texmfdist}/tex/startex
7982%{texmf}/fmtutil/format.jadetex.cnf
7983%{texmf}/fmtutil/format.mltex.cnf
7984%{texmfdist}/tex/generic/abbr
7985%{texmfdist}/tex/generic/abstyles/
80fa261c
ZU
7986%{texmfdist}/tex/generic/barr
7987%{texmfdist}/tex/generic/borceux
7988%{texmfdist}/tex/generic/c-pascal
7989%{texmfdist}/tex/generic/cirth
80fa261c
ZU
7990%{texmfdist}/tex/generic/dratex
7991%{texmfdist}/tex/generic/ean
7992%{texmfdist}/tex/generic/edmac
7993%{texmfdist}/tex/generic/elvish
7994%{texmfdist}/tex/generic/fenixpar
7995%{texmfdist}/tex/generic/fltpoint
f4f1ef6b 7996%{texmfdist}/source/generic/fltpoint
80fa261c 7997%{texmfdist}/tex/generic/musixtex
015f9ddb
ZU
7998%{texmf}/hbf2gf
7999%{texmf}/fmtutil/format.texsis.cnf
80fa261c
ZU
8000
8001%files other-utils-doc
8002%defattr(644,root,root,755)
caaf987e 8003%doc %{texmfdist}/doc/generic/abbr
80fa261c
ZU
8004%doc %{texmfdist}/doc/jadetex
8005%doc %{texmfdist}/doc/texsis
8006%doc %{texmfdist}/doc/startex
8007%doc %{texmfdist}/doc/generic/c-pascal
c9ddaf2d
ZU
8008%doc %{texmfdist}/doc/generic/barr
8009%doc %{texmfdist}/doc/generic/borceux
8010%doc %{texmfdist}/doc/generic/dratex
8011%doc %{texmfdist}/doc/generic/mkjobtexmf
caaf987e
ZU
8012%doc %{texmfdist}/doc/support/texcount
8013%doc %{texmf}/doc/tpic2pdftex
8014%doc %{texmf}/doc/extconv
8015%doc %{texmfdist}/doc/generic/fenixpar
8016%doc %{texmfdist}/doc/generic/fltpoint
8017%doc %{texmf}/doc/bg5conv
f4f1ef6b
ZU
8018%doc %{texmf}/doc/pkfix
8019%doc %{texmf}/doc/hbf2gf
8020%doc %{texmf}/doc/ttf2pk
8021%doc %{texmf}/doc/sjisconv
8022%doc %{texmf}/doc/vlna
d08789e0
ZU
8023
8024%files dirs-fonts
8025%defattr(644,root,root,755)
1a192771 8026%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
8027%dir %{texmfdist}/fonts
8028%dir %{texmfdist}/fonts/afm
8029%dir %{texmfdist}/fonts/afm/public
4224ae6d 8030%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
8031%dir %{texmfdist}/fonts/enc
8032%dir %{texmfdist}/fonts/enc/dvips
8033%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 8034%dir %{texmfdist}/fonts/map
21c69d95 8035%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
8036%dir %{texmfdist}/fonts/map/dvips
8037%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 8038%dir %{texmfdist}/fonts/map/fontname
330a8c29 8039%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
8040%dir %{texmfdist}/fonts/ofm
8041%dir %{texmfdist}/fonts/ofm/public
8042%dir %{texmfdist}/fonts/ovf
8043%dir %{texmfdist}/fonts/ovf/public
8044%dir %{texmfdist}/fonts/ovp
8045%dir %{texmfdist}/fonts/ovp/public
8046%dir %{texmfdist}/fonts/opentype
8047%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 8048%dir %{texmfdist}/fonts/pk
1a192771 8049%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
8050%dir %{texmfdist}/fonts/source
8051%dir %{texmfdist}/fonts/source/public
21c69d95 8052%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
8053%dir %{texmfdist}/fonts/tfm
8054%dir %{texmfdist}/fonts/tfm/public
4224ae6d 8055%dir %{texmfdist}/fonts/tfm/vntex
04123363 8056%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
8057%dir %{texmfdist}/fonts/type1
8058%dir %{texmfdist}/fonts/type1/public
21c69d95 8059%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
8060%dir %{texmfdist}/fonts/vf
8061%dir %{texmfdist}/fonts/vf/public
21c69d95 8062%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
8063%dir %{texmfdist}/source
8064%dir %{texmfdist}/source/fonts
8065%dir %{texmfdist}/source/latex
1a192771
ZU
8066%dir %{texmf}/fonts
8067%dir %{texmf}/fonts/opentype
8068%dir %{texmf}/fonts/opentype/public
d08789e0 8069
5b7eba8e
MB
8070%files doc
8071%defattr(644,root,root,755)
80fa261c 8072%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 8073%dir %{texmfdoc}
04123363 8074%dir %{texmfdoc}/doc
80fa261c
ZU
8075%{texmfdoc}/README
8076%{texmfdoc}/ls-R
5b7eba8e 8077%{texmfdoc}/doc/english
80fa261c 8078%{texmfdist}/doc/fontinst
5b7eba8e
MB
8079
8080%files doc-bg
8081%defattr(644,root,root,755)
8082%{texmfdoc}/doc/bulgarian
8083
8084%files doc-cs
8085%defattr(644,root,root,755)
8086%{texmfdoc}/doc/czechslovak
8087
8088%files doc-de
8089%defattr(644,root,root,755)
8090%{texmfdoc}/doc/german
8091
8092%files doc-el
8093%defattr(644,root,root,755)
8094%{texmfdoc}/doc/greek
caaf987e 8095%{texmf}/doc/generic/elhyphen
5b7eba8e
MB
8096
8097%files doc-es
8098%defattr(644,root,root,755)
8099%{texmfdoc}/doc/spanish
8100
8101%files doc-fi
8102%defattr(644,root,root,755)
8103%{texmfdoc}/doc/finnish
8104
8105%files doc-fr
8106%defattr(644,root,root,755)
8107%{texmfdoc}/doc/french
8108
8109%files doc-it
8110%defattr(644,root,root,755)
8111%{texmfdoc}/doc/italian
8112
8113%files doc-ja
8114%defattr(644,root,root,755)
8115%{texmfdoc}/doc/japanese
8116
8117%files doc-ko
8118%defattr(644,root,root,755)
8119%{texmfdoc}/doc/korean
8120
8121%files doc-mn
8122%defattr(644,root,root,755)
8123%{texmfdoc}/doc/mongolian
8124
8125%files doc-nl
8126%defattr(644,root,root,755)
8127%{texmfdoc}/doc/dutch
8128
8129%files doc-pl
8130%defattr(644,root,root,755)
8131%{texmfdoc}/doc/polish
8132
8133%files doc-pt
8134%defattr(644,root,root,755)
8135%{texmfdoc}/doc/portuguese
8136
8137%files doc-ru
8138%defattr(644,root,root,755)
8139%{texmfdoc}/doc/russian
8140
8141%files doc-sk
8142%defattr(644,root,root,755)
8143%{texmfdoc}/doc/slovak
8144
8145%files doc-sl
8146%defattr(644,root,root,755)
8147%{texmfdoc}/doc/slovenian
8148
8149%files doc-th
8150%defattr(644,root,root,755)
8151%{texmfdoc}/doc/thai
8152
8153%files doc-tr
8154%defattr(644,root,root,755)
8155%{texmfdoc}/doc/turkish
8156
8157%files doc-uk
8158%defattr(644,root,root,755)
8159%{texmfdoc}/doc/ukrainian
8160
8161%files doc-vi
8162%defattr(644,root,root,755)
8163%{texmfdoc}/doc/vietnamese
8164
8165%files doc-zh_CN
8166%defattr(644,root,root,755)
8167%{texmfdoc}/doc/chinese
8168
0f6c4baf
ZU
8169# %files doc-Catalogue
8170# %defattr(644,root,root,755)
8171# %{texmf}/doc/help/Catalogue
d08789e0 8172
0f6c4baf
ZU
8173# %files doc-tug-faq
8174# %defattr(644,root,root,755)
8175# %{texmf}/doc/help/faq/uktug-faq
d08789e0 8176
5902e778 8177
d08789e0
ZU
8178%files doc-latex
8179%defattr(644,root,root,755)
5902e778
ZU
8180# %{texmfdist}/doc/latex/bar
8181# %{texmfdist}/doc/latex/eclbip
8182# %{texmfdist}/doc/latex/eo
24f69178 8183%{texmfdist}/doc/latex/floatflt
5902e778
ZU
8184# %{texmfdist}/doc/latex/general
8185# %{texmfdist}/doc/latex/germbib
8186# %{texmfdist}/doc/latex/images
8187# %{texmfdist}/doc/latex/mathcomp
8188# %{texmfdist}/doc/latex/mt11p
8189# %{texmfdist}/doc/latex/picins
8190# %{texmfdist}/doc/latex/ps4pdf
8191# %{texmfdist}/doc/latex/pslatex
5902e778
ZU
8192# %{texmfdist}/doc/latex/supertab
8193# %{texmfdist}/doc/latex/tex-refs
8194# %{texmfdist}/doc/latex/textmerg
8195# %{texmfdist}/doc/latex/treesvr
c9ddaf2d
ZU
8196%doc %{texmfdist}/doc/generic/shapepar
8197%doc %{texmfdist}/doc/latex/acronym
8198%doc %{texmfdist}/doc/latex/aeguill
8199%doc %{texmfdist}/doc/latex/anysize
8200%doc %{texmfdist}/doc/latex/base
8201%doc %{texmfdist}/doc/latex/beton
c9ddaf2d
ZU
8202%doc %{texmfdist}/doc/latex/concmath
8203%doc %{texmfdist}/doc/latex/crop
c9ddaf2d
ZU
8204%doc %{texmfdist}/doc/latex/draftcopy
8205%doc %{texmfdist}/doc/latex/eepic
8206%doc %{texmfdist}/doc/latex/endfloat
8207%doc %{texmfdist}/doc/latex/esint
8208%doc %{texmfdist}/doc/latex/eso-pic
8209%doc %{texmfdist}/doc/latex/euler
8210%doc %{texmfdist}/doc/latex/eulervm
8211%doc %{texmfdist}/doc/latex/extsizes
8212%doc %{texmfdist}/doc/latex/fancybox
8213%doc %{texmfdist}/doc/latex/fancyhdr
8214%doc %{texmfdist}/doc/latex/fancyvrb
8215%doc %{texmfdist}/doc/latex/filecontents
8216%doc %{texmfdist}/doc/latex/float
8217%doc %{texmfdist}/doc/latex/footmisc
8218%doc %{texmfdist}/doc/latex/footnpag
8219%doc %{texmfdist}/doc/latex/fp
8220%doc %{texmfdist}/doc/latex/geometry
8221%doc %{texmfdist}/doc/latex/graphics
8222%doc %{texmfdist}/doc/latex/hyperref
8223%doc %{texmfdist}/doc/latex/hyphenat
8224%doc %{texmfdist}/doc/latex/index
8225%doc %{texmfdist}/doc/latex/koma-script
8226%doc %{texmfdist}/doc/latex/labels
8227%doc %{texmfdist}/doc/latex/layouts
c9ddaf2d
ZU
8228%doc %{texmfdist}/doc/latex/listings
8229%doc %{texmfdist}/doc/latex/ltabptch
8230%doc %{texmfdist}/doc/latex/mdwtools
8231%doc %{texmfdist}/doc/latex/memoir
8232%doc %{texmfdist}/doc/latex/mh
8233%doc %{texmfdist}/doc/latex/mparhack
8234%doc %{texmfdist}/doc/latex/ms
8235%doc %{texmfdist}/doc/latex/multibib
8236%doc %{texmfdist}/doc/latex/mwcls
8237%doc %{texmfdist}/doc/latex/natbib
8238%doc %{texmfdist}/doc/latex/nomencl
8239%doc %{texmfdist}/doc/latex/ntgclass
8240%doc %{texmfdist}/doc/latex/oberdiek
8241%doc %{texmfdist}/doc/latex/overpic
8242%doc %{texmfdist}/doc/latex/paralist
8243%doc %{texmfdist}/doc/latex/pb-diagram
8244%doc %{texmfdist}/doc/latex/pdfpages
8245%doc %{texmfdist}/doc/latex/picinpar
8246%doc %{texmfdist}/doc/latex/pict2e
8247%doc %{texmfdist}/doc/latex/placeins
8248%doc %{texmfdist}/doc/latex/preprint
8249%doc %{texmfdist}/doc/latex/preview
8250%doc %{texmfdist}/doc/latex/program
8251%doc %{texmfdist}/doc/latex/psfrag
8252%doc %{texmfdist}/doc/latex/revtex
8253%doc %{texmfdist}/doc/latex/rotating
8254%doc %{texmfdist}/doc/latex/rotfloat
8255%doc %{texmfdist}/doc/latex/scale
8256%doc %{texmfdist}/doc/latex/sectsty
8257%doc %{texmfdist}/doc/latex/seminar
8258%doc %{texmfdist}/doc/latex/showlabels
8259%doc %{texmfdist}/doc/latex/sidecap
8260%doc %{texmfdist}/doc/latex/slashbox
8261%doc %{texmfdist}/doc/latex/soul
8262%doc %{texmfdist}/doc/latex/stdclsdv
8263%doc %{texmfdist}/doc/latex/subfig
8264%doc %{texmfdist}/doc/latex/subfigure
8265%doc %{texmfdist}/doc/latex/textfit
8266%doc %{texmfdist}/doc/latex/textpos
8267%doc %{texmfdist}/doc/latex/titlesec
8268%doc %{texmfdist}/doc/latex/tocbibind
8269%doc %{texmfdist}/doc/latex/tocloft
8270%doc %{texmfdist}/doc/latex/tools
8271%doc %{texmfdist}/doc/latex/totpages
8272%doc %{texmfdist}/doc/latex/type1cm
8273%doc %{texmfdist}/doc/latex/units
8274%doc %{texmfdist}/doc/latex/vmargin
8275%doc %{texmfdist}/doc/latex/was
8276%doc %{texmfdist}/doc/latex/wrapfig
8277%doc %{texmfdist}/doc/latex/xtab
8278%doc %{texmfdist}/doc/latex/yfonts
8279%doc %{texmfdist}/doc/fonts/calrsfs
8280%doc %{texmfdist}/doc/generic/encxvlna
8281%doc %{texmfdist}/doc/generic/textmerg
df343eba 8282
096dca83 8283%files -n kpathsea
d08789e0 8284%defattr(644,root,root,755)
70f52fe3
ZU
8285%dir %{texmf}/doc
8286%dir %{texmf}/doc/kpathsea
caaf987e 8287%doc %{texmf}/doc/kpathsea
d08789e0
ZU
8288%attr(755,root,root) %{_bindir}/kpsepath
8289%attr(755,root,root) %{_bindir}/kpsestat
8290%attr(755,root,root) %{_bindir}/kpsetool
8291%attr(755,root,root) %{_bindir}/kpsewhich
8292%attr(755,root,root) %{_bindir}/kpsexpand
8293%attr(755,root,root) %{_libdir}/libkpathsea.so.*
8294%{_libdir}/libkpathsea.la
fae5faca
ZU
8295%{_mandir}/man1/kpsexpand.1*
8296%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
8297%{_mandir}/man1/kpsestat.1*
8298%{_mandir}/man1/kpsetool.1*
8299%{_mandir}/man1/kpsewhich.1*
d08789e0 8300
096dca83 8301%files -n kpathsea-devel
d08789e0
ZU
8302%defattr(644,root,root,755)
8303%attr(755,root,root) %{_libdir}/libkpathsea.so
8304%{_includedir}/kpathsea
8305%{_infodir}/kpathsea.info*
8306
8307%files dvips
8308%defattr(644,root,root,755)
446ab8e0 8309# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 8310# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 8311# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
8312# %lang(fi) %{_mandir}/fi/man1/dvips.1*
8313# %{texmf}/dvips/misc
8314# %{texmf}/dvips/config/config.generic
8315# %{texmf}/fonts/map/dvips/misc
8316# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
8317# %{texmf}/fonts/map/dvips/tetex/bsr.map
8318# %{_localstatedir}/fonts/map/dvipdfm
8319# %{_localstatedir}/fonts/map/dvips
8320%dir %{texmfdist}/fonts/map/dvips/cmex
8321%dir %{texmf}/dvipdfm
c9ddaf2d
ZU
8322%doc %{texmf}/doc/dvips
8323%doc %{texmf}/doc/dvipdfm
d08789e0
ZU
8324%attr(755,root,root) %{_bindir}/dvips
8325%attr(755,root,root) %{_bindir}/dvired
8326%attr(755,root,root) %{_bindir}/dvitomp
8327%attr(755,root,root) %{_bindir}/dvitype
8328%attr(755,root,root) %{_bindir}/dvicopy
8329%attr(755,root,root) %{_bindir}/dvipdfm
8330%attr(755,root,root) %{_bindir}/dvipdft
8331# dvi2fax requires ghostscript
8332%attr(755,root,root) %{_bindir}/dvi2fax
8333%{_infodir}/dvips.info*
8334%{_mandir}/man1/dvi2fax.1*
8335%{_mandir}/man1/dvicopy.1*
8336%{_mandir}/man1/dvipdfm.1*
8337%{_mandir}/man1/dvips.1*
8338%{_mandir}/man1/dvired.1*
8339%{_mandir}/man1/dvitomp.1*
8340%{_mandir}/man1/dvitype.1*
d08789e0 8341%{texmf}/dvips/base
80fa261c
ZU
8342%{texmf}/dvips/config
8343%{texmf}/dvips/getafm
d08789e0 8344%{texmf}/dvips/gsftopk
606c6ab6 8345# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 8346%{texmfdist}/fonts/enc/dvips/base
9b908671 8347%{texmfdist}/fonts/map/dvips/allrunes
5902e778 8348%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 8349%{texmfdist}/tex/generic/dvips
f7f90954 8350%{texmfdist}/dvips
5902e778
ZU
8351%{texmf}/dvipdfm/config
8352%{texmf}/dvips/tetex/config.*
d08789e0 8353%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 8354%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
8355# %{texmf}/fonts/map
8356%dir %{texmf}/fonts/map/dvipdfm
8357%dir %{texmf}/fonts/map/dvips
8358%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
8359%{texmf}/fonts/map/dvipdfm/updmap
8360%{texmf}/fonts/map/dvipdfm/dvipdfmx
8361%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
8362%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
8363%{texmf}/fonts/map/dvips/tetex/dvips35.map
8364%{texmf}/fonts/map/dvips/tetex/mathpple.map
8365%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
8366%{texmf}/fonts/map/dvips/tetex/mt-plus.map
8367%{texmf}/fonts/map/dvips/tetex/mt-yy.map
8368%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 8369
d08789e0
ZU
8370
8371%files dvilj
8372%defattr(644,root,root,755)
8373%attr(755,root,root) %{_bindir}/dvihp
8374%attr(755,root,root) %{_bindir}/dvilj
8375%attr(755,root,root) %{_bindir}/dvilj2p
8376%attr(755,root,root) %{_bindir}/dvilj4
8377%attr(755,root,root) %{_bindir}/dvilj4l
8378%attr(755,root,root) %{_bindir}/dvilj6
8379%{_mandir}/man1/dvihp.1*
8380%{_mandir}/man1/dvilj.1*
09deda15
ZU
8381%{_mandir}/man1/dvilj2p.1*
8382%{_mandir}/man1/dvilj4.1*
8383%{_mandir}/man1/dvilj4l.1*
8384%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
8385
8386%files makeindex
8387%defattr(644,root,root,755)
446ab8e0 8388%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
8389%attr(755,root,root) %{_bindir}/mkindex
8390%attr(755,root,root) %{_bindir}/makeindex
8391%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 8392%{texmfdist}/makeindex
d08789e0
ZU
8393%{_mandir}/man1/makeindex.1*
8394%{_mandir}/man1/mkindex.1*
8395%{_mandir}/man1/rumakeindex.1*
8396
29d720fe
ZU
8397%files scripts
8398%defattr(644,root,root,755)
8399%dir %{texmfdist}/scripts
8400%dir %{texmf}/scripts
8401%dir %{texmf}/scripts/texlive
8402%{texmfdist}/scripts/bengali
8403%{texmfdist}/scripts/dviasm
8404%{texmfdist}/scripts/glossaries
8405%{texmfdist}/scripts/oberdiek
8406%{texmfdist}/scripts/perltex
8407%{texmfdist}/scripts/pgfplots
8408%{texmfdist}/scripts/ppower4
8409%{texmfdist}/scripts/pst2pdf
8410%{texmfdist}/scripts/shipunov
8411%{texmfdist}/scripts/texcount
8412%{texmfdist}/scripts/vpe/vpe.pl
8413%{texmf}/scripts/a2ping
8414%{texmf}/scripts/epstopdf
8415%{texmf}/scripts/pkfix
8416%{texmf}/scripts/ps2eps
8417%{texmf}/scripts/simpdftex
8418%{texmf}/scripts/tetex
8419%{texmf}/scripts/texlive/getnonfreefonts.pl
8420%{texmf}/scripts/texlive/gswin32
8421%{texmf}/scripts/texlive/lua
8422%{texmf}/scripts/texlive/*.tlu
8423%{texmf}/scripts/texlive/tlmgr.pl
8424%{texmf}/scripts/texlive/tlmgrgui
8425
783773ac
ZU
8426%files tex-arrayjob
8427%defattr(644,root,root,755)
8428%doc %{texmfdist}/doc/generic/arrayjob
8429%{texmfdist}/tex/generic/arrayjob
8430
8431%files tex-insbox
8432%defattr(644,root,root,755)
8433%doc %{texmfdist}/doc/generic/insbox
8434%{texmfdist}/tex/generic/insbox
8435
caaf987e
ZU
8436%files tex-kastrup
8437%defattr(644,root,root,755)
8438%doc %{texmfdist}/doc/generic/kastrup/binhex.pdf
8439%{texmfdist}/source/generic/kastrup
8440%{texmfdist}/tex/generic/kastrup
8441
e67df411
ZU
8442%files tex-mathdots
8443%defattr(644,root,root,755)
8444%doc %{texmfdist}/doc/generic/mathdots
8445%{texmfdist}/source/generic/mathdots
8446%{texmfdist}/tex/generic/mathdots
8447
783773ac
ZU
8448%files tex-ofs
8449%defattr(644,root,root,755)
8450%doc %{texmfdist}/doc/generic/ofs
8451%{texmfdist}/tex/generic/ofs
8452
e149bdb4
ZU
8453%files tex-physe
8454%defattr(644,root,root,755)
8455%{texmfdist}/tex/physe
8456%{texmf}/fmtutil/format.physe.cnf
8457
8458%files tex-velthuis
8459%defattr(644,root,root,755)
8460%doc %{texmfdist}/doc/generic/velthuis
8461%{texmfdist}/tex/generic/velthuis
8462
783773ac
ZU
8463%files tex-ytex
8464%defattr(644,root,root,755)
8465%{texmfdist}/tex/ytex
8466
d08789e0
ZU
8467%files metafont
8468%defattr(644,root,root,755)
d08789e0
ZU
8469#%attr(755,root,root) %{_bindir}/mfw
8470#%attr(755,root,root) %{_bindir}/virmf
8471#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
8472#%{texmf}/mft/cmbase.mft
8473# %{texmf}/mft/e.mft
446ab8e0
ZU
8474# %{texmf}/mft/pl.mft
8475# %{fmtdir}/mf.base
d08789e0 8476#%{texmf}/web2c/mf-nowin.base
446ab8e0 8477# %{texmf}/web2c/mf.pool
d08789e0 8478#%{texmf}/web2c/mfw.base
d08789e0
ZU
8479#%{_mandir}/man1/inimf.1*
8480#%{_mandir}/man1/virmf.1*
5902e778
ZU
8481%dir %{texmfdist}/mft
8482%dir %{texmfdist}/mft/base
8483%attr(755,root,root) %{_bindir}/mf
8484%attr(755,root,root) %{_bindir}/mf-nowin
8485%attr(755,root,root) %{_bindir}/mft
8486%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 8487%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
8488%attr(755,root,root) %{_bindir}/mktextfm
8489%{texmfdist}/metafont
8490%{texmfdist}/mft/base/mplain.mft
8491%{texmfdist}/mft/base/plain.mft
80fa261c 8492%{texmfdist}/source/metafont
5902e778 8493%{_mandir}/man1/mf.1*
fae5faca 8494%{_mandir}/man1/mf-nowin.1*
5902e778 8495%{_mandir}/man1/mft.1*
d08789e0
ZU
8496%{_mandir}/man1/mktexmf.1*
8497%{_mandir}/man1/mktexpk.1*
8498%{_mandir}/man1/mktextfm.1*
80fa261c 8499%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
8500
8501%files metapost
8502%defattr(644,root,root,755)
d08789e0
ZU
8503#%attr(755,root,root) %{_bindir}/virmpost
8504#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
8505# %{texmf}/web2c/mp.pool
8506# %{fmtdir}/mpost.mem
8507#%{_mandir}/man1/inimpost.1*
8508#%{_mandir}/man1/virmpost.1*
446ab8e0 8509%dir %{texmfdist}/metapost
5902e778
ZU
8510%doc %{texmfdist}/doc/metapost
8511%attr(755,root,root) %{_bindir}/mpost
8512%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
8513%{texmfdist}/metapost/base
8514%{texmfdist}/metapost/config
8515%{texmfdist}/metapost/mfpic
8516%{texmfdist}/metapost/misc
8517%{texmfdist}/metapost/support
80fa261c 8518%{texmfdist}/source/metapost
d08789e0
ZU
8519%{_mandir}/man1/mpost.1*
8520%{_mandir}/man1/mpto.1*
80fa261c 8521%{texmf}/fmtutil/format.metapost.cnf
d08789e0 8522
43a061cf 8523%files metapost-other
786ebdb1
ZU
8524%defattr(644,root,root,755)
8525%{texmfdist}/metapost/automata
8526%{texmfdist}/metapost/bbcard
8527%{texmfdist}/metapost/blockdraw_mp
8528%{texmfdist}/metapost/bpolynomial
8529%{texmfdist}/metapost/cmarrows
8530%{texmfdist}/metapost/dviincl
8531%{texmfdist}/metapost/epsincl
8532%{texmfdist}/metapost/expressg
8533%{texmfdist}/metapost/exteps
8534%{texmfdist}/metapost/featpost
786ebdb1
ZU
8535%{texmfdist}/metapost/frcursive
8536%{texmfdist}/metapost/hatching
8537%{texmfdist}/metapost/metaobj
8538%{texmfdist}/metapost/metaplot
8539%{texmfdist}/metapost/metauml
8540%{texmfdist}/metapost/mp3d
8541%{texmfdist}/metapost/mpattern
8542%{texmfdist}/metapost/nkarta
8543%{texmfdist}/metapost/piechartmp
8544%{texmfdist}/metapost/slideshow
8545%{texmfdist}/metapost/splines
8546%{texmfdist}/metapost/tabvar
8547%{texmfdist}/metapost/textpath
8548%{texmfdist}/metapost/venn
8549
d08789e0
ZU
8550%files mptopdf
8551%defattr(644,root,root,755)
8552%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 8553%{_mandir}/man1/mptopdf.1*
b839a3ce 8554# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
8555
8556%files texdoctk
8557%defattr(644,root,root,755)
446ab8e0 8558# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
8559%attr(755,root,root) %{_bindir}/texdoctk
8560%{texmf}/texdoctk
d08789e0
ZU
8561%{_mandir}/man1/texdoctk.1*
8562
8563%files -n texconfig
8564%defattr(644,root,root,755)
5902e778
ZU
8565%dir %{texmf}/texconfig
8566%doc %{texmf}/texconfig/README
d08789e0
ZU
8567%attr(755,root,root) %{_bindir}/texconfig
8568%attr(755,root,root) %{_bindir}/texconfig-dialog
8569%attr(755,root,root) %{_bindir}/texconfig-sys
8570%attr(755,root,root) %{texmf}/texconfig/tcfmgr
8571%{_mandir}/man1/texconfig.1*
fae5faca 8572%{_mandir}/man1/texconfig-sys.1*
5902e778 8573%{texmf}/texconfig/g
d08789e0 8574%{texmf}/texconfig/generic
5902e778 8575%{texmf}/texconfig/tcfmgr.map
d08789e0 8576%{texmf}/texconfig/v
d08789e0
ZU
8577%{texmf}/texconfig/x
8578
624ed2f9
ZU
8579%files -n xindy
8580%defattr(644,root,root,755)
4224ae6d 8581%doc %{texmf}/doc/xindy
624ed2f9 8582%dir %{texmf}/xindy
624ed2f9 8583%dir %{texmf}/xindy/lang
1024ab0e
ZU
8584%dir %{texmf}/scripts
8585%{texmf}/scripts/xindy
4224ae6d
MB
8586%{texmf}/xindy/base
8587%{texmf}/xindy/class
8588%{texmf}/xindy/ord
8589%{texmf}/xindy/rules
8590%{texmf}/xindy/styles
8591%{texmf}/xindy/tex
624ed2f9 8592
1024ab0e 8593
624ed2f9
ZU
8594%files -n xindy-albanian
8595%defattr(644,root,root,755)
4224ae6d 8596%{texmf}/xindy/lang/albanian
624ed2f9
ZU
8597
8598%files -n xindy-belarusian
8599%defattr(644,root,root,755)
4224ae6d 8600%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
8601
8602%files -n xindy-bulgarian
8603%defattr(644,root,root,755)
4224ae6d 8604%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
8605
8606%files -n xindy-croatian
8607%defattr(644,root,root,755)
4224ae6d 8608%{texmf}/xindy/lang/croatian
624ed2f9
ZU
8609
8610%files -n xindy-czech
8611%defattr(644,root,root,755)
4224ae6d 8612%{texmf}/xindy/lang/czech
624ed2f9
ZU
8613
8614%files -n xindy-danish
8615%defattr(644,root,root,755)
4224ae6d 8616%{texmf}/xindy/lang/danish
624ed2f9
ZU
8617
8618%files -n xindy-dutch
8619%defattr(644,root,root,755)
4224ae6d 8620%{texmf}/xindy/lang/dutch
624ed2f9
ZU
8621
8622%files -n xindy-english
8623%defattr(644,root,root,755)
4224ae6d 8624%{texmf}/xindy/lang/english
624ed2f9
ZU
8625
8626%files -n xindy-esperanto
8627%defattr(644,root,root,755)
4224ae6d 8628%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
8629
8630%files -n xindy-estonian
8631%defattr(644,root,root,755)
4224ae6d 8632%{texmf}/xindy/lang/estonian
624ed2f9
ZU
8633
8634%files -n xindy-finnish
8635%defattr(644,root,root,755)
4224ae6d 8636%{texmf}/xindy/lang/finnish
624ed2f9
ZU
8637
8638%files -n xindy-french
8639%defattr(644,root,root,755)
4224ae6d 8640%{texmf}/xindy/lang/french
624ed2f9
ZU
8641
8642%files -n xindy-general
8643%defattr(644,root,root,755)
4224ae6d 8644%{texmf}/xindy/lang/general
624ed2f9
ZU
8645
8646%files -n xindy-georgian
8647%defattr(644,root,root,755)
4224ae6d 8648%{texmf}/xindy/lang/georgian
624ed2f9
ZU
8649
8650%files -n xindy-german
8651%defattr(644,root,root,755)
4224ae6d 8652%{texmf}/xindy/lang/german
624ed2f9
ZU
8653
8654%files -n xindy-greek
8655%defattr(644,root,root,755)
4224ae6d 8656%{texmf}/xindy/lang/greek
624ed2f9
ZU
8657
8658%files -n xindy-gypsy
8659%defattr(644,root,root,755)
4224ae6d 8660%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
8661
8662%files -n xindy-hausa
8663%defattr(644,root,root,755)
4224ae6d 8664%{texmf}/xindy/lang/hausa
624ed2f9
ZU
8665
8666%files -n xindy-hebrew
8667%defattr(644,root,root,755)
4224ae6d 8668%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
8669
8670%files -n xindy-hungarian
8671%defattr(644,root,root,755)
4224ae6d 8672%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
8673
8674%files -n xindy-icelandic
8675%defattr(644,root,root,755)
4224ae6d 8676%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
8677
8678%files -n xindy-italian
8679%defattr(644,root,root,755)
4224ae6d 8680%{texmf}/xindy/lang/italian
624ed2f9
ZU
8681
8682%files -n xindy-klingon
8683%defattr(644,root,root,755)
4224ae6d 8684%{texmf}/xindy/lang/klingon
624ed2f9
ZU
8685
8686%files -n xindy-kurdish
8687%defattr(644,root,root,755)
4224ae6d 8688%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
8689
8690%files -n xindy-latin
8691%defattr(644,root,root,755)
4224ae6d 8692%{texmf}/xindy/lang/latin
624ed2f9
ZU
8693
8694%files -n xindy-latvian
8695%defattr(644,root,root,755)
4224ae6d 8696%{texmf}/xindy/lang/latvian
624ed2f9
ZU
8697
8698%files -n xindy-lithuanian
8699%defattr(644,root,root,755)
4224ae6d 8700%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
8701
8702%files -n xindy-lower-sorbian
8703%defattr(644,root,root,755)
4224ae6d 8704%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
8705
8706%files -n xindy-macedonian
8707%defattr(644,root,root,755)
4224ae6d 8708%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
8709
8710%files -n xindy-mongolian
8711%defattr(644,root,root,755)
4224ae6d 8712%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
8713
8714%files -n xindy-norwegian
8715%defattr(644,root,root,755)
4224ae6d 8716%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
8717
8718%files -n xindy-polish
8719%defattr(644,root,root,755)
4224ae6d 8720%{texmf}/xindy/lang/polish
624ed2f9
ZU
8721
8722%files -n xindy-portuguese
8723%defattr(644,root,root,755)
4224ae6d 8724%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
8725
8726%files -n xindy-romanian
8727%defattr(644,root,root,755)
4224ae6d 8728%{texmf}/xindy/lang/romanian
624ed2f9
ZU
8729
8730%files -n xindy-russian
8731%defattr(644,root,root,755)
4224ae6d 8732%{texmf}/xindy/lang/russian
624ed2f9
ZU
8733
8734%files -n xindy-serbian
8735%defattr(644,root,root,755)
4224ae6d 8736%{texmf}/xindy/lang/serbian
624ed2f9
ZU
8737
8738%files -n xindy-slovak
8739%defattr(644,root,root,755)
4224ae6d 8740%{texmf}/xindy/lang/slovak
624ed2f9
ZU
8741
8742%files -n xindy-slovenian
8743%defattr(644,root,root,755)
4224ae6d 8744%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
8745
8746%files -n xindy-spanish
8747%defattr(644,root,root,755)
4224ae6d 8748%{texmf}/xindy/lang/spanish
624ed2f9
ZU
8749
8750%files -n xindy-swedish
8751%defattr(644,root,root,755)
4224ae6d 8752%{texmf}/xindy/lang/swedish
624ed2f9
ZU
8753
8754%files -n xindy-turkish
8755%defattr(644,root,root,755)
4224ae6d 8756%{texmf}/xindy/lang/turkish
624ed2f9
ZU
8757
8758%files -n xindy-ukrainian
8759%defattr(644,root,root,755)
4224ae6d 8760%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
8761
8762%files -n xindy-upper-sorbian
8763%defattr(644,root,root,755)
4224ae6d 8764%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
8765
8766%files -n xindy-vietnamese
8767%defattr(644,root,root,755)
4224ae6d 8768%{texmf}/xindy/lang/vietnamese/
624ed2f9 8769
d08789e0
ZU
8770%files -n xdvi
8771%defattr(644,root,root,755)
d08789e0 8772#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 8773# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 8774# %{_mandir}/man1/xdvizilla.1*
9b908671 8775%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
8776%attr(755,root,root) %{_bindir}/xdvi
8777%{_mandir}/man1/xdvi.1*
d08789e0
ZU
8778%{_desktopdir}/xdvi.desktop
8779%{_pixmapsdir}/xdvi.png
8780%{texmf}/xdvi
8781
8782%files pdftex
8783%defattr(644,root,root,755)
446ab8e0 8784# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 8785# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 8786# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
8787# %dir %{texmf}/fonts/map/pdftex
8788# %dir %{texmf}/fonts/map/pdftex/cmttf
8789# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
8790# %{texmf}/web2c/pdfetex-pl.pool
8791# %{texmf}/web2c/pdfetex.pool
8792# %{texmf}/web2c/pdfxtex.pool
5902e778 8793# %{_mandir}/man1/pdfxtex.1*
28c0ab22 8794%dir %{texmf}/fonts/map/pdftex
5fef92c1 8795%doc %{texmfdist}/doc/pdftex
5902e778
ZU
8796%attr(755,root,root) %{_bindir}/epstopdf
8797%attr(755,root,root) %{_bindir}/pdfcrop
8798%attr(755,root,root) %{_bindir}/pdftex
bf184d85 8799%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 8800%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 8801%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 8802%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
8803%{_mandir}/man1/epstopdf.1*
8804%{_mandir}/man1/pdftex.1*
80fa261c
ZU
8805%{texmfdist}/fonts/enc/pdftex
8806%{texmfdist}/fonts/map/pdftex
8807%{texmf}/fonts/map/pdftex/updmap
d08789e0 8808
04123363 8809%files phyzzx
f65b3398 8810%defattr(644,root,root,755)
04123363
ZU
8811%attr(755,root,root) %{_bindir}/phyzzx
8812%dir %{texmfdist}/doc/phyzzx
8813%dir %{texmfdist}/tex/phyzzx
8814%doc %{texmfdist}/doc/phyzzx/base
80fa261c 8815%{texmfdist}/tex/phyzzx/base
04123363
ZU
8816%{texmfdist}/tex/phyzzx/config
8817%{texmf}/fmtutil/format.phyzzx.cnf
8818
d08789e0
ZU
8819%files omega
8820%defattr(644,root,root,755)
5902e778
ZU
8821# %{texmf}/web2c/omega.pool
8822# %{texmf}/web2c/aleph.pool
5902e778
ZU
8823# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
8824# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
8825# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
8826# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf 8827%doc %{texmfdist}/doc/omega
c9ddaf2d 8828%doc %{texmfdist}/doc/lambda
0f6c4baf
ZU
8829%dir %{texmfdist}/omega
8830%dir %{texmfdist}/dvips/omega
d08789e0
ZU
8831%attr(755,root,root) %{_bindir}/aleph
8832%attr(755,root,root) %{_bindir}/lambda
8833%attr(755,root,root) %{_bindir}/mkocp
8834%attr(755,root,root) %{_bindir}/mkofm
8835%attr(755,root,root) %{_bindir}/odvicopy
8836%attr(755,root,root) %{_bindir}/odvips
8837%attr(755,root,root) %{_bindir}/odvitype
8838%attr(755,root,root) %{_bindir}/omega
8839%attr(755,root,root) %{_bindir}/omfonts
8840%attr(755,root,root) %{_bindir}/opl2ofm
8841%attr(755,root,root) %{_bindir}/otangle
8842%attr(755,root,root) %{_bindir}/otp2ocp
8843%attr(755,root,root) %{_bindir}/outocp
8844%attr(755,root,root) %{_bindir}/ovf2ovp
8845%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
8846%{texmfdist}/dvips/omega/config.omega
8847%{texmfdist}/dvips/omega/omega.cfg
8848%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
8849%{texmfdist}/omega/ocp
8850%{texmfdist}/omega/otp
2677a8b0 8851%{texmfdist}/tex/lambda
80fa261c 8852%{texmfdist}/source/lambda
fae5faca 8853%{_mandir}/man1/lambda.1*
d08789e0
ZU
8854%{_mandir}/man1/mkocp.1*
8855%{_mandir}/man1/mkofm.1*
8856%{_mandir}/man1/omega.1*
fae5faca
ZU
8857%{_mandir}/man1/odvicopy.1*
8858%{_mandir}/man1/odvips.1*
8859%{_mandir}/man1/odvitype.1*
d08789e0
ZU
8860%{_mandir}/man1/ofm2opl.1*
8861%{_mandir}/man1/opl2ofm.1*
8862%{_mandir}/man1/otp2ocp.1*
8863%{_mandir}/man1/outocp.1*
8864%{_mandir}/man1/ovf2ovp.1*
8865%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
8866%{texmf}/fmtutil/format.omega.cnf
8867%{texmf}/fmtutil/format.aleph.cnf
c9ddaf2d 8868%doc %{texmfdist}/doc/aleph
d08789e0 8869
d08789e0
ZU
8870%files plain
8871%defattr(644,root,root,755)
446ab8e0
ZU
8872%doc %{texmfdist}/doc/plain
8873%{texmfdist}/tex/plain
4224ae6d 8874%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 8875%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
8876#%{texmf}/web2c/plain.mem
8877#%{texmf}/web2c/plain.base
8878
d5174470
ZU
8879# %files format-plain
8880# %defattr(644,root,root,755)
b839a3ce 8881# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
8882#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
8883
d5174470
ZU
8884# %files format-pdftex
8885# %defattr(644,root,root,755)
b839a3ce 8886# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 8887
d5174470
ZU
8888# %files format-pdfetex
8889# %defattr(644,root,root,755)
b839a3ce 8890# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
8891
8892%files mex
8893%defattr(644,root,root,755)
80fa261c 8894%doc %{texmfdist}/doc/mex
446ab8e0
ZU
8895%dir %{texmfdist}/tex/mex
8896%dir %{texmfdist}/tex/mex/base
8897%{texmfdist}/tex/mex/base/mex1.tex
8898%{texmfdist}/tex/mex/base/mex2.tex
8899%{texmfdist}/tex/mex/base/mex.tex
8900%dir %{texmfdist}/tex/mex/config
8901%{texmfdist}/tex/mex/base/mexconf.tex
015f9ddb
ZU
8902%{texmf}/fmtutil/format.mex.cnf
8903%{texmf}/fmtutil/format.utf8mex.cnf
446ab8e0 8904
d08789e0
ZU
8905%files format-mex
8906%defattr(644,root,root,755)
8907%attr(755,root,root) %{_bindir}/mex
2677a8b0 8908%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 8909# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
8910
8911%files format-pdfmex
8912%defattr(644,root,root,755)
8913%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 8914%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 8915# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
8916
8917%files format-utf8mex
8918%defattr(644,root,root,755)
8919%attr(755,root,root) %{_bindir}/utf8mex
04123363 8920%dir %{texmfdist}/doc/mex
2677a8b0
ZU
8921%doc %{texmfdist}/doc/mex/utf8mex
8922%{texmfdist}/tex/mex/utf8mex
b839a3ce 8923# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
8924
8925%files amstex
8926%defattr(644,root,root,755)
2677a8b0
ZU
8927%dir %{texmfdist}/tex/amstex
8928%{texmfdist}/tex/amstex/base
8929%{texmfdist}/tex/amstex/config
8930%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
8931
8932%files format-amstex
8933%defattr(644,root,root,755)
446ab8e0
ZU
8934%doc %{texmfdist}/doc/amstex
8935%{texmfdist}/tex/amstex
d08789e0
ZU
8936%attr(755,root,root) %{_bindir}/amstex
8937%{_mandir}/man1/amstex.1*
80fa261c
ZU
8938%{texmf}/fmtutil/format.amstex.cnf
8939%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
8940# %lang(fi) %{_mandir}/fi/man1/amstex.1*
8941# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 8942
446ab8e0
ZU
8943# %files format-pdfamstex
8944# %defattr(644,root,root,755)
8945# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 8946#%{texmf}/pdftex/amstex
446ab8e0 8947# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
8948
8949%files csplain
8950%defattr(644,root,root,755)
04123363 8951%dir %{texmfdist}/doc/cslatex
21c69d95 8952%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
8953%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
8954%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
8955%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
8956%doc %{texmfdist}/doc/cslatex/base/csplain.doc
8957%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
8958%doc %{texmfdist}/doc/cslatex/base/test8z.tex
8959%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 8960%attr(755,root,root) %{_bindir}/csplain
446ab8e0 8961%{texmfdist}/tex/csplain
f4f1ef6b 8962%{texmf}/fmtutil/format.csplain.cnf
d08789e0
ZU
8963
8964%files format-csplain
8965%defattr(644,root,root,755)
b839a3ce 8966# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
8967
8968%files format-pdfcsplain
8969%defattr(644,root,root,755)
8970%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 8971# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
8972
8973%files cslatex
8974%defattr(644,root,root,755)
446ab8e0
ZU
8975# %doc %{texmf}/doc/cstex/INSTALL.cslatex
8976# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
8977%{texmfdist}/tex/cslatex
8978%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
8979
8980%files format-cslatex
8981%defattr(644,root,root,755)
8982%attr(755,root,root) %{_bindir}/cslatex
80fa261c 8983%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 8984# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
8985
8986%files format-pdfcslatex
8987%defattr(644,root,root,755)
8988%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 8989# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 8990
ffd94364
ZU
8991# %files cyrplain
8992# %defattr(644,root,root,755)
8993# %doc %{texmf}/doc/cyrplain
8994# %{texmf}/tex/cyrplain
d08789e0 8995
ffd94364
ZU
8996# %files format-cyrplain
8997# %defattr(644,root,root,755)
8998# %attr(755,root,root) %{_bindir}/cyrtex
8999# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 9000
ffd94364
ZU
9001# %files format-cyramstex
9002# %defattr(644,root,root,755)
9003# %attr(755,root,root) %{_bindir}/cyramstex
9004# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 9005
ffd94364
ZU
9006# %files format-cyrtexinfo
9007# %defattr(644,root,root,755)
9008# %attr(755,root,root) %{_bindir}/cyrtexinfo
9009# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
9010
9011%files eplain
9012%defattr(644,root,root,755)
ffd94364
ZU
9013%doc %{texmfdist}/doc/etex
9014%doc %{texmfdist}/doc/eplain
9015%{texmfdist}/tex/plain/etex
9016%{texmfdist}/tex/eplain
d08789e0
ZU
9017
9018%files format-eplain
9019%defattr(644,root,root,755)
9020%attr(755,root,root) %{_bindir}/eplain
9021%attr(755,root,root) %{_bindir}/etex
9022%{_mandir}/man1/eplain.1*
9023%{_mandir}/man1/etex.1*
80fa261c 9024%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
9025# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
9026# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
9027
9028%files context
9029%defattr(644,root,root,755)
68640cd8
ZU
9030%doc %{texmfdist}/doc/context
9031# %doc %{texmf}/doc/polish/context
4224ae6d
MB
9032%attr(755,root,root) %{_bindir}/context
9033%attr(755,root,root) %{_bindir}/ctxtools
9034%attr(755,root,root) %{_bindir}/exatools
9035%attr(755,root,root) %{_bindir}/luatools
9036%attr(755,root,root) %{_bindir}/makempy
9037%attr(755,root,root) %{_bindir}/mpstools
9038%attr(755,root,root) %{_bindir}/mtxrun
9039%attr(755,root,root) %{_bindir}/mtxtools
9040%attr(755,root,root) %{_bindir}/pdfthumb
9041%attr(755,root,root) %{_bindir}/pdftools
9042%attr(755,root,root) %{_bindir}/pdftrimwhite
9043%attr(755,root,root) %{_bindir}/pstopdf
9044%attr(755,root,root) %{_bindir}/rlxtools
9045%attr(755,root,root) %{_bindir}/runtools
9046%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
9047%attr(755,root,root) %{_bindir}/texfind
9048%attr(755,root,root) %{_bindir}/texfont
4224ae6d 9049%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 9050%attr(755,root,root) %{_bindir}/texshow
4224ae6d 9051%attr(755,root,root) %{_bindir}/textools
d08789e0 9052%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
9053%attr(755,root,root) %{_bindir}/tmftools
9054%attr(755,root,root) %{_bindir}/xmltools
ffd94364 9055# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
9056%{_mandir}/man1/ctxtools.1*
9057%{_mandir}/man1/pdftools.1*
9058%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
9059%{_mandir}/man1/texfind.1*
9060%{_mandir}/man1/texfont.1*
fae5faca
ZU
9061%{_mandir}/man1/texmfstart.1*
9062%{_mandir}/man1/textools.1*
d08789e0 9063%{_mandir}/man1/texutil.1*
ffd94364 9064# %{_mandir}/man1/texshow.1*
4224ae6d 9065%{texmfdist}/context
68640cd8 9066%{texmfdist}/fonts/enc/dvips/context
ffd94364 9067# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
9068%{texmfdist}/metapost/context
9069%{texmfdist}/scripts/context
4224ae6d
MB
9070%{texmfdist}/tex/context
9071%exclude %{texmfdist}/tex/context/config/cont-de.ini
9072%exclude %{texmfdist}/tex/context/config/cont-en.ini
9073%exclude %{texmfdist}/tex/context/config/cont-nl.ini
9074%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 9075%{texmfdist}/tex/generic/context
4224ae6d 9076%{texmfdist}/tex/latex/context
68640cd8 9077%{texmfdist}/bibtex/bst/context
80fa261c 9078%{texmf}/fmtutil/format.context.cnf
015f9ddb 9079%{texmf}/fmtutil/format.luatex.cnf
f7f90954 9080%doc %{texmfdist}/doc/luatex
d08789e0
ZU
9081
9082# no fmt, so commented out
9083#%files format-context-cz
9084#%defattr(644,root,root,755)
9085#%%{texmf}/tex/context/config/cont-cz.ini
9086# does not build with beta 20021025
9087#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
9088
9089%files format-context-de
9090%defattr(644,root,root,755)
2677a8b0 9091%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 9092# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
9093#%{_mandir}/man1/cont-de.1*
9094
9095%files format-context-en
9096%defattr(644,root,root,755)
2677a8b0 9097%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 9098# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
9099#%{_mandir}/man1/cont-en.1*
9100# what is the difference betwen uk and en in this particular situation?
2677a8b0 9101%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 9102# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
9103
9104# no fmt, so commented out
9105#%files format-context-it
9106#%defattr(644,root,root,755)
9107#%%{texmf}/tex/context/config/cont-it.ini
9108
9109%files format-context-nl
9110%defattr(644,root,root,755)
2677a8b0 9111%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 9112# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
9113#%{_mandir}/man1/cont-nl.1*
9114
9115# no fmt, so commented out
9116#%files format-context-ro
9117#%defattr(644,root,root,755)
9118#%%{texmf}/tex/context/config/cont-ro.ini
9119
3127b522 9120
d08789e0
ZU
9121%files latex
9122%defattr(644,root,root,755)
5fef92c1 9123%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
9124%attr(755,root,root) %{_bindir}/latex
9125%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
9126# %lang(fi) %{_mandir}/fi/man1/latex.1*
9127# %lang(pl) %{_mandir}/pl/man1/latex.1*
9128# %{_infodir}/latex.info*
04123363 9129%{texmf}/fmtutil/format.latex.cnf
5fef92c1 9130%{_mandir}/man1/lacheck.1*
3127b522
ZU
9131%{_mandir}/man1/latex.1*
9132%{_mandir}/man1/pslatex.1*
d08789e0 9133
3127b522
ZU
9134%dir %{texmfdist}/scripts
9135%dir %{texmfdist}/scripts/pst-pdf
63399af2 9136%dir %{texmfdist}/source/generic
df343eba 9137%dir %{texmfdist}/tex/latex
63399af2
ZU
9138%dir %{texmfdist}/tex/plain
9139%dir %{texmf}/tex/latex
d08789e0 9140
3127b522
ZU
9141# %{texmfdist}/tex/latex/citesort
9142# %{texmfdist}/tex/latex/dvilj
9143# %{texmfdist}/tex/latex/eclbip
9144# %{texmfdist}/tex/latex/eo
9145# %{texmfdist}/tex/latex/example
9146# %{texmfdist}/tex/latex/fguill
24f69178 9147%{texmfdist}/tex/latex/floatflt
3127b522
ZU
9148# %{texmfdist}/tex/latex/gletter
9149# %{texmfdist}/tex/latex/here
9150# %{texmfdist}/tex/latex/mt11p
9151# %{texmfdist}/tex/latex/relsize
9152# %{texmfdist}/tex/latex/selectp
9153# %{texmfdist}/tex/latex/shadow
9154# %{texmfdist}/tex/latex/showtags
9155# %{texmfdist}/tex/latex/tabls
9156# %{texmfdist}/tex/latex/texmacs
9157# %{texmfdist}/tex/latex/threeparttable
9158# %{texmfdist}/tex/latex/treesvr
9159# %{texmfdist}/tex/latex/ulem
9160# %{texmfdist}/tex/latex/url
9161# %{texmf}/tex/latex/version
9162# %{texmf}/tex/latex/vpage
9163%{texmfdist}/scripts/pst-pdf/ps4pdf
9164%{texmfdist}/tex/generic/pstricks
9165%{texmfdist}/tex/generic/shapepar
3127b522 9166%{texmfdist}/tex/generic/textmerg
c9ddaf2d 9167%{texmfdist}/source/generic/textmerg
6367bfc9
MB
9168%{texmfdist}/tex/latex/12many
9169%{texmfdist}/tex/latex/AkkTeX
6367bfc9 9170%{texmfdist}/tex/latex/GuIT
6367bfc9
MB
9171%{texmfdist}/tex/latex/IEEEtran
9172%{texmfdist}/tex/latex/SIstyle
9173%{texmfdist}/tex/latex/Tabbing
9174%{texmfdist}/tex/latex/a0poster
6367bfc9 9175%{texmfdist}/tex/latex/acmtrans
df343eba 9176%{texmfdist}/tex/latex/acronym
6367bfc9 9177%{texmfdist}/tex/latex/adrlist
df343eba 9178%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
9179%{texmfdist}/tex/latex/afthesis
9180%{texmfdist}/tex/latex/aguplus
6367bfc9 9181%{texmfdist}/tex/latex/akletter
6367bfc9
MB
9182%{texmfdist}/tex/latex/algorithm2e
9183%{texmfdist}/tex/latex/algorithmicx
9184%{texmfdist}/tex/latex/allrunes
6367bfc9
MB
9185%{texmfdist}/tex/latex/altfont
9186%{texmfdist}/tex/latex/ametsoc
9187%{texmfdist}/tex/latex/amsaddr
9188%{texmfdist}/tex/latex/amsrefs
9189%{texmfdist}/tex/latex/animate
9190%{texmfdist}/tex/latex/answers
9191%{texmfdist}/tex/latex/antiqua
9192%{texmfdist}/tex/latex/anyfontsize
df343eba 9193%{texmfdist}/tex/latex/anysize
6367bfc9 9194%{texmfdist}/tex/latex/apa
6367bfc9
MB
9195%{texmfdist}/tex/latex/apl
9196%{texmfdist}/tex/latex/ar
9197%{texmfdist}/tex/latex/arabi
9198%{texmfdist}/tex/latex/arabtex
9199%{texmfdist}/tex/latex/archaic
6367bfc9
MB
9200%{texmfdist}/tex/latex/arev
9201%{texmfdist}/tex/latex/armenian
6367bfc9
MB
9202%{texmfdist}/tex/latex/ascelike
9203%{texmfdist}/tex/latex/ascii
9204%{texmfdist}/tex/latex/assignment
6367bfc9
MB
9205%{texmfdist}/tex/latex/augie
9206%{texmfdist}/tex/latex/auncial-new
9207%{texmfdist}/tex/latex/aurical
9208%{texmfdist}/tex/latex/authoraftertitle
9209%{texmfdist}/tex/latex/authorindex
9210%{texmfdist}/tex/latex/auto-pst-pdf
9211%{texmfdist}/tex/latex/autoarea
9212%{texmfdist}/tex/latex/autotab
9213%{texmfdist}/tex/latex/avantgar
6367bfc9
MB
9214%{texmfdist}/tex/latex/bangtex
9215%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
9216%{texmfdist}/tex/latex/base
9217%{texmfdist}/tex/latex/bayer
9218%{texmfdist}/tex/latex/bbding
9219%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
9220%{texmfdist}/tex/latex/begriff
9221%{texmfdist}/tex/latex/bengali
9222%{texmfdist}/tex/latex/bera
9223%{texmfdist}/tex/latex/betababel
df343eba 9224%{texmfdist}/tex/latex/beton
6367bfc9
MB
9225%{texmfdist}/tex/latex/bibarts
9226%{texmfdist}/tex/latex/bibleref
9227%{texmfdist}/tex/latex/biblist
6367bfc9 9228%{texmfdist}/tex/latex/bigfoot
6367bfc9
MB
9229%{texmfdist}/tex/latex/bizcard
9230%{texmfdist}/tex/latex/blacklettert1
9231%{texmfdist}/tex/latex/blindtext
6367bfc9 9232%{texmfdist}/tex/latex/boisik
6367bfc9
MB
9233%{texmfdist}/tex/latex/boldtensors
9234%{texmfdist}/tex/latex/bookest
9235%{texmfdist}/tex/latex/bookhands
6367bfc9
MB
9236%{texmfdist}/tex/latex/bookman
9237%{texmfdist}/tex/latex/bophook
9238%{texmfdist}/tex/latex/boxhandler
6367bfc9
MB
9239%{texmfdist}/tex/latex/braille
9240%{texmfdist}/tex/latex/breakurl
9241%{texmfdist}/tex/latex/bridge
9242%{texmfdist}/tex/latex/brushscr
6367bfc9
MB
9243%{texmfdist}/tex/latex/burmese
9244%{texmfdist}/tex/latex/bussproofs
df343eba 9245%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
9246%{texmfdist}/tex/latex/calxxxx
9247%{texmfdist}/tex/latex/captcont
9248%{texmfdist}/tex/latex/casyl
9249%{texmfdist}/tex/latex/catechis
9250%{texmfdist}/tex/latex/cbcoptic
9251%{texmfdist}/tex/latex/cbfonts
6367bfc9
MB
9252%{texmfdist}/tex/latex/cclicenses
9253%{texmfdist}/tex/latex/cd-cover
9254%{texmfdist}/tex/latex/cd
9255%{texmfdist}/tex/latex/cdpbundl
9256%{texmfdist}/tex/latex/cellspace
6367bfc9
MB
9257%{texmfdist}/tex/latex/changepage
9258%{texmfdist}/tex/latex/changes
6367bfc9 9259%{texmfdist}/tex/latex/chapterfolder
6367bfc9 9260%{texmfdist}/tex/latex/cherokee
6367bfc9
MB
9261%{texmfdist}/tex/latex/chicago
9262%{texmfdist}/tex/latex/china2e
6367bfc9
MB
9263%{texmfdist}/tex/latex/citeref
9264%{texmfdist}/tex/latex/cjhebrew
9265%{texmfdist}/tex/latex/cjk
6367bfc9 9266%{texmfdist}/tex/latex/classicthesis
6367bfc9
MB
9267%{texmfdist}/tex/latex/cleveref
9268%{texmfdist}/tex/latex/clock
9269%{texmfdist}/tex/latex/clrscode
9270%{texmfdist}/tex/latex/cm-lgc
9271%{texmfdist}/tex/latex/cm-super
df343eba 9272%{texmfdist}/tex/latex/cmap
6367bfc9
MB
9273%{texmfdist}/tex/latex/cmcyralt
9274%{texmfdist}/tex/latex/cmdstring
6367bfc9
MB
9275%{texmfdist}/tex/latex/cmsd
9276%{texmfdist}/tex/latex/codepage
9277%{texmfdist}/tex/latex/colorinfo
6367bfc9
MB
9278%{texmfdist}/tex/latex/commath
9279%{texmfdist}/tex/latex/compactbib
9280%{texmfdist}/tex/latex/complexity
6367bfc9
MB
9281%{texmfdist}/tex/latex/concprog
9282%{texmfdist}/tex/latex/confproc
6367bfc9
MB
9283%{texmfdist}/tex/latex/courier-scaled
9284%{texmfdist}/tex/latex/courier
9285%{texmfdist}/tex/latex/courseoutline
9286%{texmfdist}/tex/latex/coursepaper
9287%{texmfdist}/tex/latex/coverpage
9288%{texmfdist}/tex/latex/covington
df343eba 9289%{texmfdist}/tex/latex/crop
6367bfc9 9290%{texmfdist}/tex/latex/crossreference
6367bfc9
MB
9291%{texmfdist}/tex/latex/csbulletin
9292%{texmfdist}/tex/latex/csquotes
6367bfc9 9293%{texmfdist}/tex/latex/ctib
6367bfc9 9294%{texmfdist}/tex/latex/cursor
6367bfc9
MB
9295%{texmfdist}/tex/latex/cv
9296%{texmfdist}/tex/latex/cweb-latex
6367bfc9 9297%{texmfdist}/tex/latex/cyklop
6367bfc9 9298%{texmfdist}/tex/latex/dateiliste
6367bfc9
MB
9299%{texmfdist}/tex/latex/datetime
9300%{texmfdist}/tex/latex/dcpic
9301%{texmfdist}/tex/latex/decimal
6367bfc9 9302%{texmfdist}/tex/latex/diagnose
6367bfc9
MB
9303%{texmfdist}/tex/latex/dichokey
9304%{texmfdist}/tex/latex/dictsym
9305%{texmfdist}/tex/latex/digiconfigs
6367bfc9
MB
9306%{texmfdist}/tex/latex/dingbat
9307%{texmfdist}/tex/latex/directory
6367bfc9 9308%{texmfdist}/tex/latex/dlfltxb
6367bfc9
MB
9309%{texmfdist}/tex/latex/docmfp
9310%{texmfdist}/tex/latex/doi
9311%{texmfdist}/tex/latex/doipubmed
9312%{texmfdist}/tex/latex/dotarrow
6367bfc9
MB
9313%{texmfdist}/tex/latex/dottex
9314%{texmfdist}/tex/latex/doublestroke
9315%{texmfdist}/tex/latex/dpfloat
6367bfc9 9316%{texmfdist}/tex/latex/drac
df343eba 9317%{texmfdist}/tex/latex/draftcopy
6367bfc9 9318%{texmfdist}/tex/latex/dramatist
6367bfc9
MB
9319%{texmfdist}/tex/latex/duerer-latex
9320%{texmfdist}/tex/latex/dvdcoll
9321%{texmfdist}/tex/latex/dvipdfmx-def
6367bfc9
MB
9322%{texmfdist}/tex/latex/eCards
9323%{texmfdist}/tex/latex/ean13isbn
9324%{texmfdist}/tex/latex/easy
9325%{texmfdist}/tex/latex/ebezier
9326%{texmfdist}/tex/latex/ebsthesis
9327%{texmfdist}/tex/latex/ecclesiastic
9328%{texmfdist}/tex/latex/ecltree
9329%{texmfdist}/tex/latex/eco
9330%{texmfdist}/tex/latex/economic
6367bfc9
MB
9331%{texmfdist}/tex/latex/ed
9332%{texmfdist}/tex/latex/edmargin
9333%{texmfdist}/tex/latex/ednotes
9334%{texmfdist}/tex/latex/eemeir
df343eba 9335%{texmfdist}/tex/latex/eepic
6367bfc9 9336%{texmfdist}/tex/latex/egameps
6367bfc9
MB
9337%{texmfdist}/tex/latex/eiad
9338%{texmfdist}/tex/latex/ellipsis
6367bfc9 9339%{texmfdist}/tex/latex/elpres
6367bfc9
MB
9340%{texmfdist}/tex/latex/elsevier
9341%{texmfdist}/tex/latex/em
9342%{texmfdist}/tex/latex/emp
9343%{texmfdist}/tex/latex/emulateapj
9344%{texmfdist}/tex/latex/encxvlna
df343eba 9345%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
9346%{texmfdist}/tex/latex/endheads
9347%{texmfdist}/tex/latex/engpron
9348%{texmfdist}/tex/latex/engrec
9349%{texmfdist}/tex/latex/envbig
6367bfc9
MB
9350%{texmfdist}/tex/latex/envlab
9351%{texmfdist}/tex/latex/epigrafica
9352%{texmfdist}/tex/latex/epigraph
9353%{texmfdist}/tex/latex/epiolmec
9354%{texmfdist}/tex/latex/epsdice
9355%{texmfdist}/tex/latex/epspdfconversion
6367bfc9 9356%{texmfdist}/tex/latex/eqname
6367bfc9
MB
9357%{texmfdist}/tex/latex/eqparbox
9358%{texmfdist}/tex/latex/errata
df343eba 9359%{texmfdist}/tex/latex/esint
6367bfc9 9360%{texmfdist}/tex/latex/eskdx
3127b522 9361%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
9362%{texmfdist}/tex/latex/etex-pkg
9363%{texmfdist}/tex/latex/ethiop
9364%{texmfdist}/tex/latex/etoolbox
9365%{texmfdist}/tex/latex/eukdate
df343eba
ZU
9366%{texmfdist}/tex/latex/euler
9367%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
9368%{texmfdist}/tex/latex/euproposal
9369%{texmfdist}/tex/latex/euro
9370%{texmfdist}/tex/latex/eurofont
9371%{texmfdist}/tex/latex/europecv
9372%{texmfdist}/tex/latex/eurosans
df343eba 9373%{texmfdist}/tex/latex/eurosym
6367bfc9 9374%{texmfdist}/tex/latex/everypage
6367bfc9
MB
9375%{texmfdist}/tex/latex/examplep
9376%{texmfdist}/tex/latex/exceltex
9377%{texmfdist}/tex/latex/exercise
cf8dbd64 9378%{texmfdist}/tex/latex/expl3
cf8dbd64 9379%{texmfdist}/tex/latex/extarrows
cf8dbd64 9380%{texmfdist}/tex/latex/extract
df343eba 9381%{texmfdist}/tex/latex/extsizes
cf8dbd64 9382%{texmfdist}/tex/latex/facsimile
df343eba
ZU
9383%{texmfdist}/tex/latex/fancybox
9384%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
9385%{texmfdist}/tex/latex/fancynum
9386%{texmfdist}/tex/latex/fancyref
9387%{texmfdist}/tex/latex/fancytooltips
df343eba 9388%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
9389%{texmfdist}/tex/latex/fax
9390%{texmfdist}/tex/latex/fc
9391%{texmfdist}/tex/latex/feyn
cf8dbd64
MB
9392%{texmfdist}/tex/latex/fge
9393%{texmfdist}/tex/latex/figbib
9394%{texmfdist}/tex/latex/figsize
df343eba 9395%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
9396%{texmfdist}/tex/latex/fink
9397%{texmfdist}/tex/latex/fixfoot
6367bfc9
MB
9398%{texmfdist}/tex/latex/flabels
9399%{texmfdist}/tex/latex/flacards
9400%{texmfdist}/tex/latex/flagderiv
9401%{texmfdist}/tex/latex/flashcards
df343eba 9402%{texmfdist}/tex/latex/float
6367bfc9 9403%{texmfdist}/tex/latex/floatrow
6367bfc9 9404%{texmfdist}/tex/latex/fmp
6367bfc9
MB
9405%{texmfdist}/tex/latex/fnbreak
9406%{texmfdist}/tex/latex/fncychap
9407%{texmfdist}/tex/latex/foekfont
9408%{texmfdist}/tex/latex/foilhtml
9409%{texmfdist}/tex/latex/fonetika
df343eba 9410%{texmfdist}/tex/latex/fontinst
6367bfc9 9411%{texmfdist}/tex/latex/fonttable
df343eba
ZU
9412%{texmfdist}/tex/latex/footmisc
9413%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
9414%{texmfdist}/tex/latex/fourier
9415%{texmfdist}/tex/latex/fouriernc
df343eba 9416%{texmfdist}/tex/latex/fp
6367bfc9
MB
9417%{texmfdist}/tex/latex/frankenstein
9418%{texmfdist}/tex/latex/frcursive
9419%{texmfdist}/tex/latex/frenchle
9420%{texmfdist}/tex/latex/fribrief
9421%{texmfdist}/tex/latex/frletter
9422%{texmfdist}/tex/latex/frontespizio
9423%{texmfdist}/tex/latex/fullblck
9424%{texmfdist}/tex/latex/fullpict
6367bfc9 9425%{texmfdist}/tex/latex/fundus
6367bfc9 9426%{texmfdist}/tex/latex/gaceta
6367bfc9
MB
9427%{texmfdist}/tex/latex/gastex
9428%{texmfdist}/tex/latex/gatech-thesis
9429%{texmfdist}/tex/latex/gauss
9430%{texmfdist}/tex/latex/gb4e
9431%{texmfdist}/tex/latex/gcard
9432%{texmfdist}/tex/latex/gcite
9433%{texmfdist}/tex/latex/genmpage
df343eba 9434%{texmfdist}/tex/latex/geometry
6367bfc9 9435%{texmfdist}/tex/latex/geomsty
df343eba 9436%{texmfdist}/tex/latex/germbib
6367bfc9
MB
9437%{texmfdist}/tex/latex/gfsartemisia
9438%{texmfdist}/tex/latex/gfsbaskerville
9439%{texmfdist}/tex/latex/gfsbodoni
9440%{texmfdist}/tex/latex/gfscomplutum
9441%{texmfdist}/tex/latex/gfsdidot
9442%{texmfdist}/tex/latex/gfsneohellenic
9443%{texmfdist}/tex/latex/gfsporson
9444%{texmfdist}/tex/latex/gfssolomos
6367bfc9
MB
9445%{texmfdist}/tex/latex/gloss
9446%{texmfdist}/tex/latex/glossaries
9447%{texmfdist}/tex/latex/gmdoc
9448%{texmfdist}/tex/latex/gmeometric
9449%{texmfdist}/tex/latex/gmiflink
9450%{texmfdist}/tex/latex/gmutils
9451%{texmfdist}/tex/latex/gmverb
df343eba 9452%{texmfdist}/tex/latex/graphics
6367bfc9
MB
9453%{texmfdist}/tex/latex/graphicx-psmin
9454%{texmfdist}/tex/latex/greek-inputenc
9455%{texmfdist}/tex/latex/greekdates
68640cd8 9456%{texmfdist}/tex/latex/greektex
6367bfc9
MB
9457%{texmfdist}/tex/latex/grfpaste
9458%{texmfdist}/tex/latex/grnumalt
9459%{texmfdist}/tex/latex/grotesq
9460%{texmfdist}/tex/latex/grverb
9461%{texmfdist}/tex/latex/gu
6367bfc9
MB
9462%{texmfdist}/tex/latex/guitbeamer
9463%{texmfdist}/tex/latex/hanging
9464%{texmfdist}/tex/latex/har2nat
9465%{texmfdist}/tex/latex/harmony
9466%{texmfdist}/tex/latex/harpoon
9467%{texmfdist}/tex/latex/harvard
9468%{texmfdist}/tex/latex/hc
9469%{texmfdist}/tex/latex/helvetic
9470%{texmfdist}/tex/latex/hep
9471%{texmfdist}/tex/latex/hepnames
9472%{texmfdist}/tex/latex/hepparticles
9473%{texmfdist}/tex/latex/hepthesis
9474%{texmfdist}/tex/latex/hepunits
9475%{texmfdist}/tex/latex/hexgame
9476%{texmfdist}/tex/latex/hfoldsty
6367bfc9
MB
9477%{texmfdist}/tex/latex/hilowres
9478%{texmfdist}/tex/latex/histogr
9479%{texmfdist}/tex/latex/hitec
9480%{texmfdist}/tex/latex/hpsdiss
6367bfc9
MB
9481%{texmfdist}/tex/latex/hvfloat
9482%{texmfdist}/tex/latex/hypdvips
9483%{texmfdist}/tex/latex/hyper
df343eba 9484%{texmfdist}/tex/latex/hyperref
6367bfc9 9485%{texmfdist}/tex/latex/hyperxmp
df343eba 9486%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
9487%{texmfdist}/tex/latex/ibycus-babel
9488%{texmfdist}/tex/latex/icsv
9489%{texmfdist}/tex/latex/ieeepes
9490%{texmfdist}/tex/latex/ifmslide
9491%{texmfdist}/tex/latex/ifplatform
9492%{texmfdist}/tex/latex/ifsym
9493%{texmfdist}/tex/latex/ijmart
9494%{texmfdist}/tex/latex/imac
9495%{texmfdist}/tex/latex/image-gallery
9496%{texmfdist}/tex/latex/imtekda
df343eba 9497%{texmfdist}/tex/latex/index
6367bfc9
MB
9498%{texmfdist}/tex/latex/initials
9499%{texmfdist}/tex/latex/inlinebib
9500%{texmfdist}/tex/latex/inlinedef
9501%{texmfdist}/tex/latex/interactiveworkbook
6367bfc9
MB
9502%{texmfdist}/tex/latex/invoice
9503%{texmfdist}/tex/latex/ipa
9504%{texmfdist}/tex/latex/iso
9505%{texmfdist}/tex/latex/iso10303
9506%{texmfdist}/tex/latex/isodate
9507%{texmfdist}/tex/latex/isodoc
9508%{texmfdist}/tex/latex/isonums
6367bfc9
MB
9509%{texmfdist}/tex/latex/itnumpar
9510%{texmfdist}/tex/latex/itrans
9511%{texmfdist}/tex/latex/iwona
6367bfc9
MB
9512%{texmfdist}/tex/latex/jhep
9513%{texmfdist}/tex/latex/jknapltx
9514%{texmfdist}/tex/latex/jneurosci
9515%{texmfdist}/tex/latex/jpsj
9516%{texmfdist}/tex/latex/jura
9517%{texmfdist}/tex/latex/juraabbrev
9518%{texmfdist}/tex/latex/juramisc
9519%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
9520%{texmfdist}/tex/latex/koma-script
9521%{texmfdist}/tex/latex/labels
4224ae6d
MB
9522%dir %{texmfdist}/tex/latex/latexconfig
9523%{texmfdist}/tex/latex/latexconfig/latex.ini
9524%{texmfdist}/tex/latex/latexconfig/lualatex.ini
9525%{texmfdist}/tex/latex/latexconfig/mllatex.ini
9526%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
9527%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 9528%{texmfdist}/tex/latex/layouts
df343eba
ZU
9529%{texmfdist}/tex/latex/listings
9530%{texmfdist}/tex/latex/ltabptch
daae3151 9531%{texmfdist}/tex/latex/localloc
cf8dbd64 9532%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
9533%{texmfdist}/tex/latex/mathcomp
9534%{texmfdist}/tex/latex/mdwtools
9535%{texmfdist}/tex/latex/memoir
9536%{texmfdist}/tex/latex/mh
cf8dbd64
MB
9537%{texmfdist}/tex/latex/misc209
9538%{texmfdist}/tex/latex/mmap
9539%{texmfdist}/tex/latex/mnsymbol
9540%{texmfdist}/tex/latex/moderncv
9541%{texmfdist}/tex/latex/modroman
9542%{texmfdist}/tex/latex/mongolian-babel
9543%{texmfdist}/tex/latex/montex
df343eba
ZU
9544%{texmfdist}/tex/latex/mparhack
9545%{texmfdist}/tex/latex/ms
df343eba 9546%{texmfdist}/tex/latex/multibib
df343eba
ZU
9547%{texmfdist}/tex/latex/multirow
9548%{texmfdist}/tex/latex/mwcls
9549%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
9550%{texmfdist}/tex/latex/ncclatex
9551%{texmfdist}/tex/latex/ncctools
9552%{texmfdist}/tex/latex/ncntrsbk
9553%{texmfdist}/tex/latex/nddiss
9554%{texmfdist}/tex/latex/newalg
9555%{texmfdist}/tex/latex/newfile
9556%{texmfdist}/tex/latex/newlfm
9557%{texmfdist}/tex/latex/newspaper
9558%{texmfdist}/tex/latex/newthm
df343eba
ZU
9559%{texmfdist}/tex/latex/nomencl
9560%{texmfdist}/tex/latex/ntgclass
80fa261c 9561%{texmfdist}/tex/generic/oberdiek
df343eba 9562%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
9563%{texmfdist}/tex/latex/overpic
9564%{texmfdist}/tex/latex/paralist
df343eba
ZU
9565%{texmfdist}/tex/latex/pb-diagram
9566%{texmfdist}/tex/latex/pdfpages
9567%{texmfdist}/tex/latex/picinpar
df343eba
ZU
9568%{texmfdist}/tex/latex/pict2e
9569%{texmfdist}/tex/latex/placeins
df343eba
ZU
9570%{texmfdist}/tex/latex/preprint
9571%{texmfdist}/tex/latex/preview
9572%{texmfdist}/tex/latex/program
df343eba
ZU
9573%{texmfdist}/tex/latex/psfrag
9574%{texmfdist}/tex/latex/pslatex
df343eba
ZU
9575%{texmfdist}/tex/latex/revtex
9576%{texmfdist}/tex/latex/rotating
9577%{texmfdist}/tex/latex/rotfloat
9578%{texmfdist}/tex/latex/scale
9579%{texmfdist}/tex/latex/sectsty
df343eba
ZU
9580%{texmfdist}/tex/latex/seminar
9581%{texmfdist}/tex/latex/setspace
df343eba
ZU
9582%{texmfdist}/tex/latex/showdim
9583%{texmfdist}/tex/latex/showlabels
df343eba
ZU
9584%{texmfdist}/tex/latex/sidecap
9585%{texmfdist}/tex/latex/slashbox
9586%{texmfdist}/tex/latex/soul
9587%{texmfdist}/tex/latex/stdclsdv
9588%{texmfdist}/tex/latex/stmaryrd
9589%{texmfdist}/tex/latex/subfig
9590%{texmfdist}/tex/latex/subfigure
9591%{texmfdist}/tex/latex/supertabular
9592%{texmfdist}/tex/latex/t2
cf8dbd64
MB
9593%{texmfdist}/tex/latex/t-angles
9594%{texmfdist}/tex/latex/tableaux
9595%{texmfdist}/tex/latex/tablists
9596%{texmfdist}/tex/latex/tablor
9597%{texmfdist}/tex/latex/tabto-ltx
9598%{texmfdist}/tex/latex/tabulary
9599%{texmfdist}/tex/latex/tabvar
9600%{texmfdist}/tex/latex/talk
9601%{texmfdist}/tex/latex/taupin
9602%{texmfdist}/tex/latex/tcldoc
9603%{texmfdist}/tex/latex/tdsfrmath
9604%{texmfdist}/tex/latex/technics
9605%{texmfdist}/tex/latex/ted
9606%{texmfdist}/tex/latex/tengwarscript
9607%{texmfdist}/tex/latex/tensor
9608%{texmfdist}/tex/latex/teubner
9609%{texmfdist}/tex/latex/tex-gyre
9610%{texmfdist}/tex/latex/texilikecover
9611%{texmfdist}/tex/latex/texlogos
9612%{texmfdist}/tex/latex/texmate
9613%{texmfdist}/tex/latex/texpower
9614%{texmfdist}/tex/latex/texshade
9615%{texmfdist}/tex/latex/textcase
df343eba 9616%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
9617%{texmfdist}/tex/latex/textopo
9618%{texmfdist}/tex/latex/textpath
df343eba 9619%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
9620%{texmfdist}/tex/latex/theoremref
9621%{texmfdist}/tex/latex/thesis-titlepage-fhac
9622%{texmfdist}/tex/latex/thinsp
9623%{texmfdist}/tex/latex/thmtools
9624%{texmfdist}/tex/latex/thumb
9625%{texmfdist}/tex/latex/thuthesis
9626%{texmfdist}/tex/latex/ticket
9627%{texmfdist}/tex/latex/tikz-inet
9628%{texmfdist}/tex/latex/times
9629%{texmfdist}/tex/latex/timesht
9630%{texmfdist}/tex/latex/tipa
9631%{texmfdist}/tex/latex/titlefoot
df343eba 9632%{texmfdist}/tex/latex/titlesec
cf8dbd64 9633%{texmfdist}/tex/latex/titling
df343eba
ZU
9634%{texmfdist}/tex/latex/tocbibind
9635%{texmfdist}/tex/latex/tocloft
9636%{texmfdist}/tex/latex/tools
9637%{texmfdist}/tex/latex/totpages
df343eba 9638%{texmfdist}/tex/latex/type1cm
cf8dbd64 9639%{texmfdist}/tex/latex/undertilde
df343eba 9640%{texmfdist}/tex/latex/units
cf8dbd64
MB
9641%{texmfdist}/tex/latex/unitsdef
9642%{texmfdist}/tex/latex/universa
9643%{texmfdist}/tex/latex/unroman
9644%{texmfdist}/tex/latex/upmethodology
df343eba 9645%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
9646%{texmfdist}/tex/latex/varindex
9647%{texmfdist}/tex/latex/varsfromjobname
9648%{texmfdist}/tex/latex/vector
9649%{texmfdist}/tex/latex/velthuis
9650%{texmfdist}/tex/latex/verse
9651%{texmfdist}/tex/latex/versions
9652%{texmfdist}/tex/latex/vhistory
9653%{texmfdist}/tex/latex/vita
df343eba 9654%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
9655%{texmfdist}/tex/latex/volumes
9656%{texmfdist}/tex/latex/vpe
9657%{texmfdist}/tex/latex/vrsion
9658%{texmfdist}/tex/latex/vwcol
9659%{texmfdist}/tex/latex/vxu
9660%{texmfdist}/tex/latex/wallpaper
9661%{texmfdist}/tex/latex/warning
9662%{texmfdist}/tex/latex/warpcol
df343eba 9663%{texmfdist}/tex/latex/was
cf8dbd64
MB
9664%{texmfdist}/tex/latex/williams
9665%{texmfdist}/tex/latex/wnri
9666%{texmfdist}/tex/latex/wordlike
c9ddaf2d 9667%{texmfdist}/source/wordlike
df343eba 9668%{texmfdist}/tex/latex/wrapfig
cf8dbd64 9669%{texmfdist}/tex/latex/wsuipa
c9ddaf2d 9670%{texmfdist}/source/generic/wsuipa
cf8dbd64
MB
9671%{texmfdist}/tex/latex/xargs
9672%{texmfdist}/tex/latex/xcolor
9673%{texmfdist}/tex/latex/xdoc
9674%{texmfdist}/tex/latex/xfor
9675%{texmfdist}/tex/latex/xifthen
df343eba 9676%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
9677%{texmfdist}/tex/latex/xmpincl
9678%{texmfdist}/tex/latex/xnewcommand
9679%{texmfdist}/tex/latex/xoptarg
9680%{texmfdist}/tex/latex/xpackages
9681%{texmfdist}/tex/latex/xq
9682%{texmfdist}/tex/latex/xskak
9683%{texmfdist}/tex/latex/xstring
df343eba 9684%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
9685%{texmfdist}/tex/latex/xtcapts
9686%{texmfdist}/tex/latex/xyling
9687%{texmfdist}/tex/latex/xytree
9688%{texmfdist}/tex/latex/yafoot
df343eba 9689%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
9690%{texmfdist}/tex/latex/yhmath
9691%{texmfdist}/tex/latex/yi4latex
9692%{texmfdist}/tex/latex/york-thesis
9693%{texmfdist}/tex/latex/youngtab
9694%{texmfdist}/tex/latex/yplan
9695%{texmfdist}/tex/latex/zapfchan
9696%{texmfdist}/tex/latex/zapfding
9697%{texmfdist}/tex/latex/zed-csp
9698%{texmfdist}/tex/latex/zefonts
9699%{texmfdist}/tex/latex/ziffer
9700%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
9701%{texmfdist}/tex/plain/etex
9702%{texmf}/tex/latex/config
9703%{texmf}/tex/latex/dvipdfm
d08789e0 9704
6c82f497
ZU
9705%files latex-12many
9706%defattr(644,root,root,755)
9707%doc %{texmfdist}/doc/latex/12many
9708%{texmfdist}/source/latex/12many
9709
a8b381b0
ZU
9710%files latex-abstract
9711%defattr(644,root,root,755)
9712%doc %{texmfdist}/doc/latex/abstract
9713%{texmfdist}/tex/latex/abstract
84a4c427 9714%{texmfdist}/source/latex/abstract
a8b381b0 9715
f1f5d194
ZU
9716%files latex-accfonts
9717%defattr(644,root,root,755)
606c6ab6 9718%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
9719%{texmfdist}/tex/latex/accfonts
9720
e88b5dcf
ZU
9721%files latex-adrconv
9722%defattr(644,root,root,755)
9723%{texmfdist}/tex/latex/adrconv
9724%{texmfdist}/doc/latex/adrconv
9725
d08789e0
ZU
9726%files latex-algorithms
9727%defattr(644,root,root,755)
68640cd8
ZU
9728%doc %{texmfdist}/doc/latex/algorithms
9729%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
9730
9731%files latex-ae
9732%defattr(644,root,root,755)
2677a8b0 9733%{texmfdist}/tex/latex/ae
d08789e0
ZU
9734
9735%files latex-ams
9736%defattr(644,root,root,755)
68640cd8
ZU
9737%doc %{texmfdist}/doc/latex/amscls
9738%doc %{texmfdist}/doc/latex/amsmath
68640cd8 9739%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 9740%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
9741%{texmfdist}/tex/latex/amscls
9742%{texmfdist}/tex/latex/amsmath
9743%{texmfdist}/tex/latex/amsfonts
9744%{texmfdist}/tex/latex/onlyamsmath
9745%{texmfdist}/source/latex/onlyamsmath
16591d53
ZU
9746%{texmfdist}/source/latex/amsaddr
9747%{texmfdist}/source/latex/amscls
9748%{texmfdist}/source/latex/amsfonts
9749%{texmfdist}/source/latex/amsmath
9750%{texmfdist}/source/latex/amsrefs
d08789e0
ZU
9751
9752%files latex-antp
9753%defattr(644,root,root,755)
7179ac92 9754%{texmfdist}/tex/latex/antp
d08789e0
ZU
9755
9756%files latex-antt
9757%defattr(644,root,root,755)
2677a8b0 9758%{texmfdist}/tex/latex/antt
d08789e0 9759
e88b5dcf
ZU
9760%files latex-appendix
9761%defattr(644,root,root,755)
9762%doc %{texmfdist}/doc/latex/appendix
9763%{texmfdist}/tex/latex/appendix
84a4c427 9764%{texmfdist}/source/latex/appendix
e88b5dcf 9765
16591d53
ZU
9766# %files latex-backgammon
9767# %defattr(644,root,root,755)
b4d68b39 9768
6c82f497
ZU
9769%files latex-bardiag
9770%defattr(644,root,root,755)
9771%doc %{texmfdist}/doc/latex/bardiag
9772%{texmfdist}/tex/latex/bardiag
9773
d08789e0
ZU
9774%files latex-bbm
9775%defattr(644,root,root,755)
68640cd8
ZU
9776%doc %{texmfdist}/doc/fonts/bbm
9777%{texmfdist}/tex/latex/bbm
d08789e0
ZU
9778
9779%files latex-bbold
9780%defattr(644,root,root,755)
ffd94364
ZU
9781%doc %{texmfdist}/doc/latex/bbold
9782%{texmfdist}/tex/latex/bbold
9783%{texmfdist}/source/latex/bbold
d08789e0 9784
b4d68b39
ZU
9785%files latex-beamer
9786%defattr(644,root,root,755)
9787%doc %{texmfdist}/doc/latex/beamer
9788%{texmfdist}/tex/latex/beamer-contrib
9789%{texmfdist}/tex/latex/beamer
9790
2fede27b
ZU
9791%files latex-bezos
9792%defattr(644,root,root,755)
9793%doc %{texmfdist}/doc/latex/bezos
9794%{texmfdist}/tex/latex/bezos
9795
d08789e0
ZU
9796%files latex-bibtex
9797%defattr(644,root,root,755)
68640cd8 9798%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
9799%doc %{texmfdist}/doc/latex/adrconv
9800%doc %{texmfdist}/doc/latex/bibtopic
9801%doc %{texmfdist}/doc/latex/bibunits
9802%doc %{texmfdist}/doc/latex/natbib
9803%doc %{texmfdist}/doc/latex/footbib
247457ba 9804%doc %{texmf}/doc/bibtex8
68640cd8
ZU
9805%dir %{texmfdist}/doc/bibtex
9806%dir %{texmfdist}/bibtex
9807%dir %{texmfdist}/bibtex/bib
9808%dir %{texmfdist}/bibtex/bst
b9a3d45e 9809%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
9810
9811%attr(755,root,root) %{_bindir}/bibtex
9812%attr(755,root,root) %{_bindir}/rubibtex
9813
68640cd8
ZU
9814%{texmfdist}/bibtex/bst/base
9815%{texmfdist}/bibtex/csf/base
9816%{texmfdist}/bibtex/bib/base
9817%{texmfdist}/bibtex/bst/adrconv
9818%{texmfdist}/bibtex/bib/adrconv
9819%{texmfdist}/source/latex/adrconv
9820%{texmfdist}/tex/latex/adrconv
9821# %{texmf}/bibtex/bst/misc
9822%{texmfdist}/bibtex/bst/natbib
9823%{texmfdist}/tex/latex/natbib
9824%{texmfdist}/tex/latex/bibtopic
1d337b0e 9825%{texmfdist}/source/latex/bibtopic
68640cd8
ZU
9826%{texmfdist}/source/latex/bibunits
9827%{texmfdist}/tex/latex/bibunits
9828%{texmfdist}/source/latex/footbib
9829%{texmfdist}/tex/latex/footbib
247457ba
ZU
9830%dir %{texmf}/bibtex
9831%{texmf}/bibtex/csf
d08789e0
ZU
9832
9833%{_mandir}/man1/bibtex.1*
9834%{_mandir}/man1/rubibtex.1*
9835
9836%files latex-bibtex-ams
9837%defattr(644,root,root,755)
68640cd8
ZU
9838%{texmfdist}/bibtex/bst/ams
9839%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
9840
9841%files latex-bibtex-pl
9842%defattr(644,root,root,755)
04123363 9843%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 9844%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
9845
9846%files latex-bibtex-german
9847%defattr(644,root,root,755)
68640cd8
ZU
9848%doc %{texmfdist}/doc/bibtex/germbib
9849%{texmfdist}/bibtex/bst/germbib
9850%{texmfdist}/tex/latex/germbib
d08789e0
ZU
9851
9852%files latex-bibtex-revtex4
9853%defattr(644,root,root,755)
04123363 9854%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
9855%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9856%{texmfdist}/source/latex/revtex/revtex4.dtx
9857%{texmfdist}/source/latex/revtex/revtex4.ins
9858%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
9859
9860%files latex-bibtex-jurabib
9861%defattr(644,root,root,755)
68640cd8
ZU
9862%doc %{texmfdist}/doc/latex/jurabib
9863%{texmfdist}/bibtex/bst/jurabib
9864%{texmfdist}/bibtex/bib/jurabib
9865%{texmfdist}/source/latex/jurabib
9866%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
9867
9868%files latex-bibtex-dk
9869%defattr(644,root,root,755)
68640cd8
ZU
9870%doc %{texmfdist}/doc/latex/dk-bib
9871%{texmfdist}/bibtex/bst/dk-bib
9872%{texmfdist}/bibtex/csf/dk-bib
9873%{texmfdist}/bibtex/bib/dk-bib
9874%{texmfdist}/source/latex/dk-bib
9875%{texmfdist}/tex/latex/dk-bib
9876
9877# %files latex-bibtex-nor
9878# %defattr(644,root,root,755)
9879# %{texmf}/bibtex/bst/norbib
d08789e0 9880
33b3b483
ZU
9881%files latex-bibtex-styles
9882%defattr(644,root,root,755)
c9ddaf2d 9883%doc %{texmfdist}/doc/generic/t2
04123363 9884%dir %{texmfdist}/source/bibtex
33b3b483
ZU
9885%{texmfdist}/bibtex/bib/IEEEtran
9886%{texmfdist}/bibtex/bib/abstyles
9887%{texmfdist}/bibtex/bib/achemso
9888%{texmfdist}/bibtex/bib/acmtrans
33b3b483
ZU
9889%{texmfdist}/bibtex/bib/ascelike
9890%{texmfdist}/bibtex/bib/beebe
9891%{texmfdist}/bibtex/bib/bibhtml
9892%{texmfdist}/bibtex/bib/bibtopic
33b3b483
ZU
9893%{texmfdist}/bibtex/bib/din1505
9894%{texmfdist}/bibtex/bib/directory
33b3b483
ZU
9895%{texmfdist}/bibtex/bib/figbib
9896%{texmfdist}/bibtex/bib/frankenstein
9897%{texmfdist}/bibtex/bib/gatech-thesis
9898%{texmfdist}/bibtex/bib/geomsty
9899%{texmfdist}/bibtex/bib/gloss
9900%{texmfdist}/bibtex/bib/harvard
9901%{texmfdist}/bibtex/bib/ieeepes
9902%{texmfdist}/bibtex/bib/ijmart
9903%{texmfdist}/bibtex/bib/imac
9904%{texmfdist}/bibtex/bib/index
9905%{texmfdist}/bibtex/bib/lsc
9906%{texmfdist}/bibtex/bib/msc
9907%{texmfdist}/bibtex/bib/nostarch
33b3b483
ZU
9908%{texmfdist}/bibtex/bib/revtex
9909%{texmfdist}/bibtex/bib/spie
9910%{texmfdist}/bibtex/bib/urlbst
9911%{texmfdist}/bibtex/bst/IEEEtran
9912%{texmfdist}/bibtex/bst/abstyles
9913%{texmfdist}/bibtex/bst/achemso
9914%{texmfdist}/bibtex/bst/acmtrans
9915%{texmfdist}/bibtex/bst/afthesis
9916%{texmfdist}/bibtex/bst/aguplus
33b3b483
ZU
9917%{texmfdist}/bibtex/bst/aichej
9918%{texmfdist}/bibtex/bst/ametsoc
33b3b483 9919%{texmfdist}/bibtex/bst/ascelike
33b3b483
ZU
9920%{texmfdist}/bibtex/bst/beebe
9921%{texmfdist}/bibtex/bst/bibhtml
9922%{texmfdist}/bibtex/bst/chem-journal
9923%{texmfdist}/bibtex/bst/chicago
33b3b483
ZU
9924%{texmfdist}/bibtex/bst/confproc
9925%{texmfdist}/bibtex/bst/datatool
9926%{texmfdist}/bibtex/bst/din1505
9927%{texmfdist}/bibtex/bst/dinat
9928%{texmfdist}/bibtex/bst/directory
33b3b483
ZU
9929%{texmfdist}/bibtex/bst/dvdcoll
9930%{texmfdist}/bibtex/bst/economic
9931%{texmfdist}/bibtex/bst/elsevier-bib
9932%{texmfdist}/bibtex/bst/fbs
9933%{texmfdist}/bibtex/bst/figbib
9934%{texmfdist}/bibtex/bst/finbib
9935%{texmfdist}/bibtex/bst/frankenstein
9936%{texmfdist}/bibtex/bst/gatech-thesis
9937%{texmfdist}/bibtex/bst/gloss
9938%{texmfdist}/bibtex/bst/gost
9939%{texmfdist}/bibtex/bst/gustlib
9940%{texmfdist}/bibtex/bst/harvard
9941%{texmfdist}/bibtex/bst/hc
9942%{texmfdist}/bibtex/bst/ieeepes
9943%{texmfdist}/bibtex/bst/ijmart
9944%{texmfdist}/bibtex/bst/ijqc
9945%{texmfdist}/bibtex/bst/imac
9946%{texmfdist}/bibtex/bst/index
9947%{texmfdist}/bibtex/bst/inlinebib
9948%{texmfdist}/bibtex/bst/iopart-num
9949%{texmfdist}/bibtex/bst/jneurosci
9950%{texmfdist}/bibtex/bst/jurarsp
9951%{texmfdist}/bibtex/bst/kluwer
33b3b483
ZU
9952%{texmfdist}/bibtex/bst/mslapa
9953%{texmfdist}/bibtex/bst/multibib
9954%{texmfdist}/bibtex/bst/munich
9955%{texmfdist}/bibtex/bst/nature
9956%{texmfdist}/bibtex/bst/nddiss
9957%{texmfdist}/bibtex/bst/opcit
9958%{texmfdist}/bibtex/bst/perception
9959%{texmfdist}/bibtex/bst/revtex
33b3b483
ZU
9960%{texmfdist}/bibtex/bst/savetrees
9961%{texmfdist}/bibtex/bst/shipunov
9962%{texmfdist}/bibtex/bst/smflatex
9963%{texmfdist}/bibtex/bst/sort-by-letters
9964%{texmfdist}/bibtex/bst/spie
9965%{texmfdist}/bibtex/bst/stellenbosch
9966%{texmfdist}/bibtex/bst/swebib
9967%{texmfdist}/bibtex/bst/texsis
9968%{texmfdist}/bibtex/bst/thuthesis
9969%{texmfdist}/bibtex/bst/tugboat
9970%{texmfdist}/bibtex/bst/urlbst
9971%{texmfdist}/bibtex/csf/gost
9972%doc %{texmfdist}/doc/bibtex/abstyles
9973%doc %{texmfdist}/doc/bibtex/bibhtml
9974%doc %{texmfdist}/doc/bibtex/dinat
9975%doc %{texmfdist}/doc/bibtex/economic
9976%doc %{texmfdist}/doc/bibtex/elsevier-bib
9977%doc %{texmfdist}/doc/bibtex/gost
9978%doc %{texmfdist}/doc/bibtex/ijqc
9979%doc %{texmfdist}/doc/bibtex/iopart-num
33b3b483
ZU
9980%doc %{texmfdist}/doc/latex/IEEEtran
9981%{texmfdist}/source/bibtex/gost
9982
435dbdfa
ZU
9983%files latex-bibtex-vancouver
9984%defattr(644,root,root,755)
9985%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9986%dir %{texmfdist}/bibtex/bst/vancouver
9987%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9988%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9989%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9990%doc %{texmfdist}/doc/bibtex/vancouver/README
9991%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9992%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9993
2fede27b
ZU
9994%files latex-booktabs
9995%defattr(644,root,root,755)
9996%doc %{texmfdist}/doc/latex/booktabs
1d337b0e 9997%{texmfdist}/source/latex/booktabs
2fede27b
ZU
9998%{texmfdist}/tex/latex/booktabs
9999
10000%files latex-caption
10001%defattr(644,root,root,755)
10002%doc %{texmfdist}/doc/latex/caption
10003%{texmfdist}/tex/latex/caption
1d337b0e 10004%{texmfdist}/source/latex/caption
2fede27b 10005
d08789e0
ZU
10006%files latex-carlisle
10007%defattr(644,root,root,755)
68640cd8
ZU
10008%doc %{texmfdist}/doc/latex/carlisle
10009%{texmfdist}/tex/latex/carlisle
1d337b0e 10010%{texmfdist}/source/latex/carlisle
d08789e0
ZU
10011
10012%files latex-ccfonts
10013%defattr(644,root,root,755)
68640cd8 10014%doc %{texmfdist}/doc/latex/ccfonts
70f52fe3 10015%{texmfdist}/source/latex/ccfonts
68640cd8 10016%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
10017
10018%files latex-cite
10019%defattr(644,root,root,755)
2677a8b0 10020%{texmfdist}/tex/latex/cite
d08789e0
ZU
10021
10022%files latex-cmbright
10023%defattr(644,root,root,755)
68640cd8
ZU
10024%doc %{texmfdist}/doc/latex/cmbright
10025%{texmfdist}/tex/latex/cmbright
10026
783773ac
ZU
10027%files latex-colortab
10028%defattr(644,root,root,755)
10029%doc %{texmfdist}/doc/generic/colortab
10030%{texmfdist}/tex/latex/colortab
10031%{texmfdist}/tex/generic/colortab
10032
2fede27b
ZU
10033%files latex-comment
10034%defattr(644,root,root,755)
10035%doc %{texmfdist}/doc/latex/comment
10036%{texmfdist}/tex/latex/comment
1d337b0e 10037%{texmfdist}/source/latex/comment
d08789e0
ZU
10038
10039%files latex-concmath
10040%defattr(644,root,root,755)
2677a8b0 10041%{texmfdist}/tex/latex/concmath
d08789e0 10042
2fede27b
ZU
10043%files latex-currvita
10044%defattr(644,root,root,755)
10045%doc %{texmfdist}/doc/latex/currvita
10046%{texmfdist}/tex/latex/currvita
de260d32
ZU
10047%{texmfdist}/source/latex/currvita
10048%doc %{texmfdist}/doc/latex/curve
10049%{texmfdist}/source/latex/curve
10050%{texmfdist}/tex/latex/curve
10051%doc %{texmfdist}/doc/latex/ecv
10052%{texmfdist}/source/latex/ecv
10053%{texmfdist}/tex/latex/ecv
10054%doc %{texmfdist}/doc/latex/simplecv
10055%{texmfdist}/source/latex/simplecv
10056%{texmfdist}/tex/latex/simplecv
2fede27b
ZU
10057
10058%files latex-curves
10059%defattr(644,root,root,755)
10060%doc %{texmfdist}/doc/latex/curves
1d337b0e 10061%{texmfdist}/source/latex/curves
2fede27b
ZU
10062%{texmfdist}/tex/latex/curves
10063
d08789e0
ZU
10064%files latex-custom-bib
10065%defattr(644,root,root,755)
9501d92c
ZU
10066%doc %{texmfdist}/doc/latex/custom-bib
10067%{texmfdist}/source/latex/custom-bib
10068%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
10069
10070%files latex-cyrillic
10071%defattr(644,root,root,755)
9501d92c
ZU
10072%doc %{texmfdist}/doc/latex/cyrillic
10073%{texmfdist}/source/latex/cyrillic
10074%{texmfdist}/tex/latex/cyrillic
d08789e0 10075
04eb4e68
ZU
10076# %files latex-dstroke
10077# %defattr(644,root,root,755)
10078# %{texmf}/tex/latex/dstroke
d08789e0 10079
60597425
ZU
10080%files latex-enumitem
10081%defattr(644,root,root,755)
10082%doc %{texmfdist}/doc/latex/enumitem
10083%{texmfdist}/tex/latex/enumitem
10084
70f52fe3 10085%files latex-exams
2b453bda 10086%defattr(644,root,root,755)
f1f5d194 10087%doc %{texmfdist}/doc/latex/exam
2b453bda 10088%{texmfdist}/tex/latex/exam
70f52fe3
ZU
10089# generate problem sheets and their solution sheets
10090%doc %{texmfdist}/doc/latex/probsoln
10091%{texmfdist}/source/latex/probsoln
10092%{texmfdist}/tex/latex/probsoln
247457ba
ZU
10093%doc %{texmfdist}/doc/latex/examdesign
10094%{texmfdist}/tex/latex/examdesign
10095%{texmfdist}/source/latex/examdesign
70f52fe3
ZU
10096%doc %{texmfdist}/doc/latex/mathexam
10097%{texmfdist}/source/latex/mathexam
10098%{texmfdist}/tex/latex/mathexam
10099# A LaTeX2e class for making multiple choice questionnaires
10100%doc %{texmfdist}/doc/latex/qcm
10101%{texmfdist}/source/latex/qcm
10102%{texmfdist}/tex/latex/qcm
10103# A LaTeX class for writing exercise sheets.
10104%doc %{texmfdist}/doc/latex/uebungsblatt
10105%{texmfdist}/tex/latex/uebungsblatt
247457ba 10106
b916bc39
ZU
10107%files latex-float
10108%defattr(644,root,root,755)
10109# Continuation headings and legends for floats.
10110%doc %{texmfdist}/doc/latex/ccaption
10111%{texmfdist}/source/latex/ccaption
10112%{texmfdist}/tex/latex/ccaption
10113# A float environment for photographs.
10114%doc %{texmfdist}/doc/latex/photo
10115%{texmfdist}/source/latex/photo
10116%{texmfdist}/tex/latex/photo
f4f1ef6b
ZU
10117# Move floats to the top of the page.
10118%doc %{texmfdist}/doc/latex/topfloat
10119%{texmfdist}/tex/latex/topfloat
b916bc39 10120
247457ba
ZU
10121%files latex-formlett
10122%defattr(644,root,root,755)
10123%doc %{texmfdist}/doc/latex/formlett
10124%{texmfdist}/tex/latex/formlett
10125
c9ddaf2d
ZU
10126%files latex-formular
10127%defattr(644,root,root,755)
10128%doc %{texmfdist}/doc/latex/formular
10129%{texmfdist}/tex/latex/formular
10130%{texmfdist}/source/latex/formular
10131
f1f5d194
ZU
10132%files latex-gbrief
10133%defattr(644,root,root,755)
10134%doc %{texmfdist}/doc/latex/g-brief
c82fac6f 10135%{texmfdist}/source/latex/g-brief
f1f5d194
ZU
10136%{texmfdist}/tex/latex/g-brief
10137
d08789e0
ZU
10138%files latex-jknappen
10139%defattr(644,root,root,755)
9501d92c
ZU
10140%doc %{texmfdist}/fonts/source/jknappen
10141%{texmfdist}/fonts/tfm/jknappen
d08789e0 10142
d19eaaab
ZU
10143%files latex-keystroke
10144%defattr(644,root,root,755)
10145%{texmfdist}/tex/latex/keystroke
10146%doc %{texmfdist}/doc/latex/keystroke
10147
10148%files latex-labbook
10149%defattr(644,root,root,755)
10150%doc %{texmfdist}/doc/latex/labbook
10151%{texmfdist}/source/latex/labbook
10152%{texmfdist}/tex/latex/labbook
10153
a8b381b0
ZU
10154%files latex-lastpage
10155%defattr(644,root,root,755)
a8b381b0 10156%doc %{texmfdist}/doc/latex/lastpage
f1f5d194 10157%{texmfdist}/tex/latex/lastpage
b9c820f8 10158%{texmfdist}/source/latex/lastpage
f1f5d194 10159
d19eaaab
ZU
10160%files latex-lcd
10161%defattr(644,root,root,755)
10162%doc %{texmfdist}/doc/latex/lcd
10163%{texmfdist}/source/latex/lcd
10164%{texmfdist}/tex/latex/lcd
10165
10166%files latex-leaflet
10167%defattr(644,root,root,755)
10168%doc %{texmfdist}/doc/latex/leaflet
10169%{texmfdist}/source/latex/leaflet
10170%{texmfdist}/tex/latex/leaflet
10171
f1f5d194
ZU
10172%files latex-leftidx
10173%defattr(644,root,root,755)
10174%doc %{texmfdist}/doc/latex/leftidx
10175%{texmfdist}/tex/latex/leftidx
6bc47e19 10176%{texmfdist}/source/latex/leftidx
a8b381b0 10177
d19eaaab
ZU
10178%files latex-lewis
10179%defattr(644,root,root,755)
10180%doc %{texmfdist}/doc/latex/lewis
10181%{texmfdist}/tex/latex/lewis
10182
d08789e0
ZU
10183%files latex-lm
10184%defattr(644,root,root,755)
9501d92c
ZU
10185%doc %{texmfdist}/doc/fonts/lm
10186%{texmfdist}/tex/latex/lm
10187%{texmfdist}/fonts/afm/public/lm
10188%{texmfdist}/fonts/enc/dvips/lm
10189%{texmfdist}/fonts/map/dvips/lm
10190%{texmfdist}/fonts/map/dvipdfm/lm
10191%{texmfdist}/fonts/opentype/public/lm
10192%{texmfdist}/fonts/tfm/public/lm
10193%{texmfdist}/source/fonts/lm
d08789e0
ZU
10194
10195%files latex-lucidabr
10196%defattr(644,root,root,755)
8affbd2c 10197%dir %{texmfdist}/vtex
caaf987e 10198%{texmfdist}/vtex/config
d08789e0
ZU
10199
10200%files latex-lineno
10201%defattr(644,root,root,755)
9501d92c
ZU
10202%doc %{texmfdist}/doc/latex/lineno
10203%{texmfdist}/tex/latex/lineno
10204
70f52fe3
ZU
10205%files latex-metre
10206%defattr(644,root,root,755)
10207%doc %{texmfdist}/doc/latex/metre
10208%{texmfdist}/source/latex/metre
10209%{texmfdist}/tex/latex/metre
d08789e0
ZU
10210
10211%files latex-marvosym
10212%defattr(644,root,root,755)
2677a8b0 10213%{texmfdist}/tex/latex/marvosym
d08789e0 10214
5b7eba8e
MB
10215#%files latex-mathpple
10216#%defattr(644,root,root,755)
d08789e0 10217
5b7eba8e
MB
10218#%files latex-mathtime
10219#%defattr(644,root,root,755)
d08789e0
ZU
10220
10221%files latex-microtype
10222%defattr(644,root,root,755)
26d8eaaa
ZU
10223%doc %{texmfdist}/doc/latex/microtype
10224%{texmfdist}/source/latex/microtype
10225%{texmfdist}/tex/latex/microtype
d08789e0 10226
de260d32
ZU
10227%files latex-misc
10228%defattr(644,root,root,755)
10229%doc %{texmfdist}/doc/latex/fixme
10230%{texmfdist}/source/latex/fixme
10231%{texmfdist}/tex/latex/fixme
10232%doc %{texmfdist}/doc/latex/recipecard
10233%{texmfdist}/source/latex/recipecard
10234%{texmfdist}/tex/latex/recipecard
10235%doc %{texmfdist}/doc/latex/cooking
10236%{texmfdist}/source/latex/cooking
10237%{texmfdist}/tex/latex/cooking
10238%doc %{texmfdist}/doc/latex/cuisine
10239%{texmfdist}/source/latex/cuisine
10240%{texmfdist}/tex/latex/cuisine
70f52fe3
ZU
10241%doc %{texmfdist}/doc/latex/todo
10242%{texmfdist}/source/latex/todo
10243%{texmfdist}/tex/latex/todo
de260d32 10244
d08789e0
ZU
10245%files latex-mflogo
10246%defattr(644,root,root,755)
26d8eaaa
ZU
10247%doc %{texmfdist}/doc/latex/mflogo
10248%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
10249
10250%files latex-mfnfss
10251%defattr(644,root,root,755)
26d8eaaa
ZU
10252%{texmfdist}/source/latex/mfnfss
10253%{texmfdist}/tex/latex/mfnfss
10254
d08789e0
ZU
10255%files latex-minitoc
10256%defattr(644,root,root,755)
26d8eaaa
ZU
10257%doc %{texmfdist}/doc/latex/minitoc
10258%{texmfdist}/bibtex/bst/minitoc
10259%{texmfdist}/makeindex/minitoc
10260%{texmfdist}/scripts/minitoc
10261%{texmfdist}/source/latex/minitoc
10262%{texmfdist}/tex/latex/minitoc
10263
d08789e0
ZU
10264
10265%files latex-mltex
10266%defattr(644,root,root,755)
26d8eaaa
ZU
10267%doc %{texmfdist}/doc/latex/mltex
10268%{texmfdist}/tex/latex/mltex
d08789e0 10269
f1f5d194
ZU
10270%files latex-moreverb
10271%defattr(644,root,root,755)
10272%doc %{texmfdist}/doc/latex/moreverb
10273%{texmfdist}/tex/latex/moreverb
c82fac6f 10274%{texmfdist}/source/latex/moreverb
f1f5d194 10275
d34bfb7f
ZU
10276%files latex-multienum
10277%defattr(644,root,root,755)
f2555868 10278%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 10279%dir %{texmfdist}/tex/latex/multenum
f2555868 10280%{texmfdist}/tex/latex/multenum/*
d34bfb7f 10281
8ed039e0
ZU
10282%files latex-musictex
10283%defattr(644,root,root,755)
10284%doc %{texmfdist}/doc/generic/musictex
10285%{texmfdist}/fonts/source/public/musictex
10286%{texmfdist}/fonts/tfm/public/musictex
10287%{texmfdist}/tex/generic/musictex
10288%{texmfdist}/tex/latex/musictex
10289
a8b381b0
ZU
10290%files latex-ntheorem
10291%defattr(644,root,root,755)
a8b381b0 10292%doc %{texmfdist}/doc/latex/ntheorem
6bc47e19
ZU
10293%{texmfdist}/tex/latex/ntheorem
10294%{texmfdist}/source/latex/ntheorem
26d8eaaa 10295
f65b3398
ZU
10296%files latex-other-doc
10297%defattr(644,root,root,755)
8affbd2c 10298%doc %{texmfdist}/doc/alatex
f65b3398 10299%doc %{texmfdist}/doc/cslatex/base
e67df411 10300%doc %{texmfdist}/doc/generic/enctex
8affbd2c 10301%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
10302%doc %{texmfdist}/doc/latex/ANUfinalexam
10303%doc %{texmfdist}/doc/latex/AkkTeX
f65b3398 10304%doc %{texmfdist}/doc/latex/GuIT
f65b3398 10305%doc %{texmfdist}/doc/latex/a0poster
f65b3398 10306%doc %{texmfdist}/doc/latex/acmtrans
f65b3398
ZU
10307%doc %{texmfdist}/doc/latex/adrlist
10308%doc %{texmfdist}/doc/latex/afthesis
10309%doc %{texmfdist}/doc/latex/aguplus
f65b3398 10310%doc %{texmfdist}/doc/latex/akletter
f65b3398
ZU
10311%doc %{texmfdist}/doc/latex/algorithm2e
10312%doc %{texmfdist}/doc/latex/algorithmicx
f65b3398
ZU
10313%doc %{texmfdist}/doc/latex/altfont
10314%doc %{texmfdist}/doc/latex/ametsoc
10315%doc %{texmfdist}/doc/latex/amsaddr
10316%doc %{texmfdist}/doc/latex/amsrefs
10317%doc %{texmfdist}/doc/latex/animate
10318%doc %{texmfdist}/doc/latex/answers
10319%doc %{texmfdist}/doc/latex/anyfontsize
10320%doc %{texmfdist}/doc/latex/apa
f65b3398
ZU
10321%doc %{texmfdist}/doc/latex/ar
10322%doc %{texmfdist}/doc/latex/arabi
10323%doc %{texmfdist}/doc/latex/arabtex
f65b3398
ZU
10324%doc %{texmfdist}/doc/latex/ascelike
10325%doc %{texmfdist}/doc/latex/assignment
f65b3398
ZU
10326%doc %{texmfdist}/doc/latex/augie
10327%doc %{texmfdist}/doc/latex/aurical
10328%doc %{texmfdist}/doc/latex/authorindex
10329%doc %{texmfdist}/doc/latex/autoarea
10330%doc %{texmfdist}/doc/latex/autotab
f65b3398
ZU
10331%doc %{texmfdist}/doc/latex/bangtex
10332%doc %{texmfdist}/doc/latex/barcodes
10333%doc %{texmfdist}/doc/latex/bayer
10334%doc %{texmfdist}/doc/latex/bbm-macros
10335%doc %{texmfdist}/doc/latex/beamer-contrib
10336%doc %{texmfdist}/doc/latex/begriff
10337%doc %{texmfdist}/doc/latex/betababel
f65b3398
ZU
10338%doc %{texmfdist}/doc/latex/bibarts
10339%doc %{texmfdist}/doc/latex/bibleref
10340%doc %{texmfdist}/doc/latex/biblist
f65b3398 10341%doc %{texmfdist}/doc/latex/bigfoot
f65b3398
ZU
10342%doc %{texmfdist}/doc/latex/bizcard
10343%doc %{texmfdist}/doc/latex/blindtext
f65b3398
ZU
10344%doc %{texmfdist}/doc/latex/boldtensors
10345%doc %{texmfdist}/doc/latex/bookest
f65b3398 10346%doc %{texmfdist}/doc/latex/boxhandler
f65b3398
ZU
10347%doc %{texmfdist}/doc/latex/braille
10348%doc %{texmfdist}/doc/latex/breakurl
10349%doc %{texmfdist}/doc/latex/brushscr
f65b3398 10350%doc %{texmfdist}/doc/latex/bussproofs
f65b3398
ZU
10351%doc %{texmfdist}/doc/latex/calxxxx
10352%doc %{texmfdist}/doc/latex/captcont
10353%doc %{texmfdist}/doc/latex/casyl
10354%doc %{texmfdist}/doc/latex/catechis
10355%doc %{texmfdist}/doc/latex/cbcoptic
10356%doc %{texmfdist}/doc/latex/cclicenses
10357%doc %{texmfdist}/doc/latex/cd-cover
10358%doc %{texmfdist}/doc/latex/cd
10359%doc %{texmfdist}/doc/latex/cdpbundl
10360%doc %{texmfdist}/doc/latex/cellspace
10361%doc %{texmfdist}/doc/latex/changes
10362%doc %{texmfdist}/doc/latex/chapterfolder
f65b3398 10363%doc %{texmfdist}/doc/latex/china2e
f65b3398
ZU
10364%doc %{texmfdist}/doc/latex/cite
10365%doc %{texmfdist}/doc/latex/cjk
10366%doc %{texmfdist}/doc/latex/classicthesis
f65b3398
ZU
10367%doc %{texmfdist}/doc/latex/cleveref
10368%doc %{texmfdist}/doc/latex/clock
10369%doc %{texmfdist}/doc/latex/clrscode
10370%doc %{texmfdist}/doc/latex/cm-lgc
10371%doc %{texmfdist}/doc/latex/cmap
10372%doc %{texmfdist}/doc/latex/cmcyralt
10373%doc %{texmfdist}/doc/latex/cmdstring
f65b3398
ZU
10374%doc %{texmfdist}/doc/latex/codepage
10375%doc %{texmfdist}/doc/latex/colorinfo
f65b3398
ZU
10376%doc %{texmfdist}/doc/latex/commath
10377%doc %{texmfdist}/doc/latex/complexity
f65b3398
ZU
10378%doc %{texmfdist}/doc/latex/concprog
10379%doc %{texmfdist}/doc/latex/confproc
f65b3398
ZU
10380%doc %{texmfdist}/doc/latex/courier-scaled
10381%doc %{texmfdist}/doc/latex/courseoutline
10382%doc %{texmfdist}/doc/latex/coursepaper
10383%doc %{texmfdist}/doc/latex/coverpage
10384%doc %{texmfdist}/doc/latex/covington
10385%doc %{texmfdist}/doc/latex/crossreference
f65b3398
ZU
10386%doc %{texmfdist}/doc/latex/cryst
10387%doc %{texmfdist}/doc/latex/csbulletin
10388%doc %{texmfdist}/doc/latex/csquotes
f65b3398 10389%doc %{texmfdist}/doc/latex/ctib
f65b3398 10390%doc %{texmfdist}/doc/latex/cursor
f65b3398
ZU
10391%doc %{texmfdist}/doc/latex/cv
10392%doc %{texmfdist}/doc/latex/cweb-latex
f65b3398 10393%doc %{texmfdist}/doc/latex/dateiliste
f65b3398
ZU
10394%doc %{texmfdist}/doc/latex/datetime
10395%doc %{texmfdist}/doc/latex/dcpic
f65b3398 10396%doc %{texmfdist}/doc/latex/diagnose
f65b3398
ZU
10397%doc %{texmfdist}/doc/latex/dichokey
10398%doc %{texmfdist}/doc/latex/digiconfigs
10399%doc %{texmfdist}/doc/latex/din1505
10400%doc %{texmfdist}/doc/latex/directory
f65b3398 10401%doc %{texmfdist}/doc/latex/dlfltxb
f65b3398
ZU
10402%doc %{texmfdist}/doc/latex/docmfp
10403%doc %{texmfdist}/doc/latex/doi
10404%doc %{texmfdist}/doc/latex/doipubmed
10405%doc %{texmfdist}/doc/latex/dotarrow
10406%doc %{texmfdist}/doc/latex/dottex
10407%doc %{texmfdist}/doc/latex/dpfloat
f65b3398 10408%doc %{texmfdist}/doc/latex/drac
f65b3398 10409%doc %{texmfdist}/doc/latex/dramatist
f65b3398
ZU
10410%doc %{texmfdist}/doc/latex/dtxgallery
10411%doc %{texmfdist}/doc/latex/duerer-latex
10412%doc %{texmfdist}/doc/latex/dvdcoll
f65b3398
ZU
10413%doc %{texmfdist}/doc/latex/eCards
10414%doc %{texmfdist}/doc/latex/ean13isbn
10415%doc %{texmfdist}/doc/latex/easy
10416%doc %{texmfdist}/doc/latex/ebezier
10417%doc %{texmfdist}/doc/latex/ebong
10418%doc %{texmfdist}/doc/latex/ebsthesis
10419%doc %{texmfdist}/doc/latex/ecclesiastic
10420%doc %{texmfdist}/doc/latex/ecltree
f65b3398
ZU
10421%doc %{texmfdist}/doc/latex/ed
10422%doc %{texmfdist}/doc/latex/edmac
10423%doc %{texmfdist}/doc/latex/edmargin
10424%doc %{texmfdist}/doc/latex/ednotes
10425%doc %{texmfdist}/doc/latex/eemeir
10426%doc %{texmfdist}/doc/latex/egameps
f65b3398 10427%doc %{texmfdist}/doc/latex/ellipsis
f65b3398 10428%doc %{texmfdist}/doc/latex/elpres
f65b3398
ZU
10429%doc %{texmfdist}/doc/latex/elsevier
10430%doc %{texmfdist}/doc/latex/em
10431%doc %{texmfdist}/doc/latex/emp
10432%doc %{texmfdist}/doc/latex/emulateapj
10433%doc %{texmfdist}/doc/latex/endheads
10434%doc %{texmfdist}/doc/latex/engpron
10435%doc %{texmfdist}/doc/latex/engrec
f65b3398
ZU
10436%doc %{texmfdist}/doc/latex/envlab
10437%doc %{texmfdist}/doc/latex/epigraph
10438%doc %{texmfdist}/doc/latex/epiolmec
10439%doc %{texmfdist}/doc/latex/epsdice
10440%doc %{texmfdist}/doc/latex/epspdfconversion
f65b3398
ZU
10441%doc %{texmfdist}/doc/latex/eqparbox
10442%doc %{texmfdist}/doc/latex/errata
f65b3398 10443%doc %{texmfdist}/doc/latex/eskdx
f65b3398
ZU
10444%doc %{texmfdist}/doc/latex/etex-pkg
10445%doc %{texmfdist}/doc/latex/ethiop-t1
10446%doc %{texmfdist}/doc/latex/ethiop
10447%doc %{texmfdist}/doc/latex/etoolbox
10448%doc %{texmfdist}/doc/latex/eukdate
10449%doc %{texmfdist}/doc/latex/euproposal
10450%doc %{texmfdist}/doc/latex/euro
10451%doc %{texmfdist}/doc/latex/europecv
10452%doc %{texmfdist}/doc/latex/eurosans
10453%doc %{texmfdist}/doc/latex/everypage
f65b3398
ZU
10454%doc %{texmfdist}/doc/latex/examplep
10455%doc %{texmfdist}/doc/latex/exceltex
10456%doc %{texmfdist}/doc/latex/exercise
f65b3398 10457%doc %{texmfdist}/doc/latex/expl3
f65b3398 10458%doc %{texmfdist}/doc/latex/extarrows
f65b3398
ZU
10459%doc %{texmfdist}/doc/latex/extract
10460%doc %{texmfdist}/doc/latex/facsimile
f65b3398
ZU
10461%doc %{texmfdist}/doc/latex/fancynum
10462%doc %{texmfdist}/doc/latex/fancyref
10463%doc %{texmfdist}/doc/latex/fancytooltips
10464%doc %{texmfdist}/doc/latex/fax
f65b3398
ZU
10465%doc %{texmfdist}/doc/latex/figbib
10466%doc %{texmfdist}/doc/latex/figsize
10467%doc %{texmfdist}/doc/latex/fink
10468%doc %{texmfdist}/doc/latex/fixfoot
f65b3398
ZU
10469%doc %{texmfdist}/doc/latex/flabels
10470%doc %{texmfdist}/doc/latex/flacards
10471%doc %{texmfdist}/doc/latex/flagderiv
10472%doc %{texmfdist}/doc/latex/flashcards
f65b3398 10473%doc %{texmfdist}/doc/latex/floatrow
f65b3398 10474%doc %{texmfdist}/doc/latex/fmp
f65b3398
ZU
10475%doc %{texmfdist}/doc/latex/fnbreak
10476%doc %{texmfdist}/doc/latex/fncychap
10477%doc %{texmfdist}/doc/latex/foekfont
10478%doc %{texmfdist}/doc/latex/fonttable
f65b3398
ZU
10479%doc %{texmfdist}/doc/latex/frankenstein
10480%doc %{texmfdist}/doc/latex/frenchle
10481%doc %{texmfdist}/doc/latex/fribrief
10482%doc %{texmfdist}/doc/latex/frletter
10483%doc %{texmfdist}/doc/latex/frontespizio
10484%doc %{texmfdist}/doc/latex/fullblck
10485%doc %{texmfdist}/doc/latex/fullpict
f65b3398
ZU
10486%doc %{texmfdist}/doc/latex/fundus
10487%doc %{texmfdist}/doc/latex/gaceta
f65b3398
ZU
10488%doc %{texmfdist}/doc/latex/gastex
10489%doc %{texmfdist}/doc/latex/gatech-thesis
10490%doc %{texmfdist}/doc/latex/gauss
10491%doc %{texmfdist}/doc/latex/gb4e
10492%doc %{texmfdist}/doc/latex/gcard
10493%doc %{texmfdist}/doc/latex/gcite
10494%doc %{texmfdist}/doc/latex/genmpage
10495%doc %{texmfdist}/doc/latex/geomsty
f65b3398
ZU
10496%doc %{texmfdist}/doc/latex/gloss
10497%doc %{texmfdist}/doc/latex/glossaries
10498%doc %{texmfdist}/doc/latex/gmdoc
10499%doc %{texmfdist}/doc/latex/gmeometric
10500%doc %{texmfdist}/doc/latex/gmiflink
10501%doc %{texmfdist}/doc/latex/gmutils
10502%doc %{texmfdist}/doc/latex/gmverb
f65b3398
ZU
10503%doc %{texmfdist}/doc/latex/graphicx-psmin
10504%doc %{texmfdist}/doc/latex/greek-inputenc
10505%doc %{texmfdist}/doc/latex/greekdates
10506%doc %{texmfdist}/doc/latex/greektex
10507%doc %{texmfdist}/doc/latex/grfpaste
10508%doc %{texmfdist}/doc/latex/grnumalt
10509%doc %{texmfdist}/doc/latex/grverb
10510%doc %{texmfdist}/doc/latex/gu
f65b3398
ZU
10511%doc %{texmfdist}/doc/latex/guitbeamer
10512%doc %{texmfdist}/doc/latex/hanging
10513%doc %{texmfdist}/doc/latex/har2nat
10514%doc %{texmfdist}/doc/latex/harmony
10515%doc %{texmfdist}/doc/latex/harpoon
10516%doc %{texmfdist}/doc/latex/harvard
10517%doc %{texmfdist}/doc/latex/hc
10518%doc %{texmfdist}/doc/latex/hep
10519%doc %{texmfdist}/doc/latex/hepnames
10520%doc %{texmfdist}/doc/latex/hepparticles
10521%doc %{texmfdist}/doc/latex/hepthesis
10522%doc %{texmfdist}/doc/latex/hepunits
10523%doc %{texmfdist}/doc/latex/hexgame
f65b3398
ZU
10524%doc %{texmfdist}/doc/latex/histogr
10525%doc %{texmfdist}/doc/latex/hitec
10526%doc %{texmfdist}/doc/latex/hpsdiss
f65b3398
ZU
10527%doc %{texmfdist}/doc/latex/hvfloat
10528%doc %{texmfdist}/doc/latex/hypdvips
10529%doc %{texmfdist}/doc/latex/hyperref-docsrc
10530%doc %{texmfdist}/doc/latex/hyperxmp
10531%doc %{texmfdist}/doc/latex/ibycus-babel
10532%doc %{texmfdist}/doc/latex/icsv
10533%doc %{texmfdist}/doc/latex/ieeepes
10534%doc %{texmfdist}/doc/latex/ifmslide
10535%doc %{texmfdist}/doc/latex/ifplatform
10536%doc %{texmfdist}/doc/latex/ijmart
10537%doc %{texmfdist}/doc/latex/imac
10538%doc %{texmfdist}/doc/latex/image-gallery
10539%doc %{texmfdist}/doc/latex/imtekda
10540%doc %{texmfdist}/doc/latex/inlinebib
10541%doc %{texmfdist}/doc/latex/inlinedef
10542%doc %{texmfdist}/doc/latex/interactiveworkbook
f65b3398
ZU
10543%doc %{texmfdist}/doc/latex/invoice
10544%doc %{texmfdist}/doc/latex/ipa
10545%doc %{texmfdist}/doc/latex/iso
10546%doc %{texmfdist}/doc/latex/iso10303
10547%doc %{texmfdist}/doc/latex/isodate
10548%doc %{texmfdist}/doc/latex/isodoc
f65b3398 10549%doc %{texmfdist}/doc/latex/itnumpar
f65b3398
ZU
10550%doc %{texmfdist}/doc/latex/jknapltx
10551%doc %{texmfdist}/doc/latex/jneurosci
10552%doc %{texmfdist}/doc/latex/jpsj
10553%doc %{texmfdist}/doc/latex/jura
10554%doc %{texmfdist}/doc/latex/juraabbrev
10555%doc %{texmfdist}/doc/latex/juramisc
10556%doc %{texmfdist}/doc/latex/jurarsp
10557%doc %{texmfdist}/doc/latex/karnaugh
10558%doc %{texmfdist}/doc/latex/kerkis
10559%doc %{texmfdist}/doc/latex/kerntest
10560%doc %{texmfdist}/doc/latex/kluwer
f65b3398
ZU
10561%doc %{texmfdist}/doc/latex/lazylist
10562%doc %{texmfdist}/doc/latex/lcyw
f65b3398 10563%doc %{texmfdist}/doc/latex/ledmac
f65b3398
ZU
10564%doc %{texmfdist}/doc/latex/lgreek
10565%doc %{texmfdist}/doc/latex/lhelp
10566%doc %{texmfdist}/doc/latex/linguex
10567%doc %{texmfdist}/doc/latex/lipsum
10568%doc %{texmfdist}/doc/latex/listbib
f65b3398
ZU
10569%doc %{texmfdist}/doc/latex/lkproof
10570%doc %{texmfdist}/doc/latex/logic
f65b3398
ZU
10571%doc %{texmfdist}/doc/latex/ltxindex
10572%doc %{texmfdist}/doc/latex/mafr
10573%doc %{texmfdist}/doc/latex/magyar
10574%doc %{texmfdist}/doc/latex/mailing
10575%doc %{texmfdist}/doc/latex/makebarcode
f65b3398
ZU
10576%doc %{texmfdist}/doc/latex/makedtx
10577%doc %{texmfdist}/doc/latex/makeglos
f65b3398
ZU
10578%doc %{texmfdist}/doc/latex/mathdesign
10579%doc %{texmfdist}/doc/latex/mathpazo
f65b3398 10580%doc %{texmfdist}/doc/latex/mceinleger
f65b3398 10581%doc %{texmfdist}/doc/latex/memexsupp
f65b3398 10582%doc %{texmfdist}/doc/latex/metaplot
f65b3398 10583%doc %{texmfdist}/doc/latex/mff
f65b3398 10584%doc %{texmfdist}/doc/latex/mftinc
f65b3398 10585%doc %{texmfdist}/doc/latex/minutes
f65b3398
ZU
10586%doc %{texmfdist}/doc/latex/mmap
10587%doc %{texmfdist}/doc/latex/mnsymbol
10588%doc %{texmfdist}/doc/latex/moderncv
10589%doc %{texmfdist}/doc/latex/modroman
10590%doc %{texmfdist}/doc/latex/mongolian-babel
10591%doc %{texmfdist}/doc/latex/montex
10592%doc %{texmfdist}/doc/latex/moresize
f65b3398
ZU
10593%doc %{texmfdist}/doc/latex/msg
10594%doc %{texmfdist}/doc/latex/mslapa
10595%doc %{texmfdist}/doc/latex/mtgreek
10596%doc %{texmfdist}/doc/latex/multibbl
f65b3398
ZU
10597%doc %{texmfdist}/doc/latex/multirow
10598%doc %{texmfdist}/doc/latex/munich
f65b3398
ZU
10599%doc %{texmfdist}/doc/latex/muthesis
10600%doc %{texmfdist}/doc/latex/mxd
10601%doc %{texmfdist}/doc/latex/mxedruli
f65b3398
ZU
10602%doc %{texmfdist}/doc/latex/ncclatex
10603%doc %{texmfdist}/doc/latex/ncctools
10604%doc %{texmfdist}/doc/latex/nddiss
10605%doc %{texmfdist}/doc/latex/newalg
10606%doc %{texmfdist}/doc/latex/newfile
10607%doc %{texmfdist}/doc/latex/newlfm
10608%doc %{texmfdist}/doc/latex/newspaper
f65b3398
ZU
10609%doc %{texmfdist}/doc/latex/nomentbl
10610%doc %{texmfdist}/doc/latex/nonfloat
f65b3398 10611%doc %{texmfdist}/doc/latex/numname
f65b3398 10612%doc %{texmfdist}/doc/latex/ocr-latex
f65b3398
ZU
10613%doc %{texmfdist}/doc/latex/ogham
10614%doc %{texmfdist}/doc/latex/ogonek
10615%doc %{texmfdist}/doc/latex/opcit
10616%doc %{texmfdist}/doc/latex/ordinalpt
f65b3398
ZU
10617%doc %{texmfdist}/doc/latex/otibet
10618%doc %{texmfdist}/doc/latex/outline
10619%doc %{texmfdist}/doc/latex/outliner
10620%doc %{texmfdist}/doc/latex/pagenote
f65b3398 10621%doc %{texmfdist}/doc/latex/papercdcase
f65b3398
ZU
10622%doc %{texmfdist}/doc/latex/paresse
10623%doc %{texmfdist}/doc/latex/parrun
10624%doc %{texmfdist}/doc/latex/pauldoc
f65b3398 10625%doc %{texmfdist}/doc/latex/pdfsync
f65b3398
ZU
10626%doc %{texmfdist}/doc/latex/pdfwin
10627%doc %{texmfdist}/doc/latex/pecha
10628%doc %{texmfdist}/doc/latex/perception
10629%doc %{texmfdist}/doc/latex/perltex
f65b3398
ZU
10630%doc %{texmfdist}/doc/latex/pgf-soroban
10631%doc %{texmfdist}/doc/latex/pgfopts
f65b3398 10632%doc %{texmfdist}/doc/latex/philex
f65b3398 10633%doc %{texmfdist}/doc/latex/plates
f65b3398
ZU
10634%doc %{texmfdist}/doc/latex/plweb
10635%doc %{texmfdist}/doc/latex/pmgraph
f65b3398
ZU
10636%doc %{texmfdist}/doc/latex/polski
10637%doc %{texmfdist}/doc/latex/polyglot
f65b3398
ZU
10638%doc %{texmfdist}/doc/latex/postcards
10639%doc %{texmfdist}/doc/latex/powerdot
10640%doc %{texmfdist}/doc/latex/ppower4
10641%doc %{texmfdist}/doc/latex/ppr-prv
f65b3398
ZU
10642%doc %{texmfdist}/doc/latex/prettyref
10643%doc %{texmfdist}/doc/latex/proba
f65b3398 10644%doc %{texmfdist}/doc/latex/procIAGssymp
f65b3398
ZU
10645%doc %{texmfdist}/doc/latex/protex
10646%doc %{texmfdist}/doc/latex/protocol
10647%doc %{texmfdist}/doc/latex/psfragx
10648%doc %{texmfdist}/doc/latex/psgo
10649%doc %{texmfdist}/doc/latex/pspicture
10650%doc %{texmfdist}/doc/latex/pst2pdf
f65b3398
ZU
10651%doc %{texmfdist}/doc/latex/qobitree
10652%doc %{texmfdist}/doc/latex/qstest
f65b3398
ZU
10653%doc %{texmfdist}/doc/latex/quotmark
10654%doc %{texmfdist}/doc/latex/r_und_s
10655%doc %{texmfdist}/doc/latex/randbild
f65b3398
ZU
10656%doc %{texmfdist}/doc/latex/rcs
10657%doc %{texmfdist}/doc/latex/rcsinfo
f65b3398
ZU
10658%doc %{texmfdist}/doc/latex/rectopma
10659%doc %{texmfdist}/doc/latex/refcheck
f65b3398 10660%doc %{texmfdist}/doc/latex/refstyle
f65b3398
ZU
10661%doc %{texmfdist}/doc/latex/relenc
10662%doc %{texmfdist}/doc/latex/repeatindex
10663%doc %{texmfdist}/doc/latex/rlepsf
10664%doc %{texmfdist}/doc/latex/rmpage
f65b3398 10665%doc %{texmfdist}/doc/latex/robustindex
f65b3398
ZU
10666%doc %{texmfdist}/doc/latex/rst
10667%doc %{texmfdist}/doc/latex/rtkinenc
10668%doc %{texmfdist}/doc/latex/rtklage
10669%doc %{texmfdist}/doc/latex/sagetex
10670%doc %{texmfdist}/doc/latex/sanskrit
10671%doc %{texmfdist}/doc/latex/sauerj
10672%doc %{texmfdist}/doc/latex/sauterfonts
10673%doc %{texmfdist}/doc/latex/savefnmark
10674%doc %{texmfdist}/doc/latex/savetrees
10675%doc %{texmfdist}/doc/latex/scalebar
f65b3398
ZU
10676%doc %{texmfdist}/doc/latex/scientificpaper
10677%doc %{texmfdist}/doc/latex/sciposter
10678%doc %{texmfdist}/doc/latex/sciwordconv
f65b3398
ZU
10679%doc %{texmfdist}/doc/latex/sdrt
10680%doc %{texmfdist}/doc/latex/sectionbox
10681%doc %{texmfdist}/doc/latex/semantic
10682%doc %{texmfdist}/doc/latex/semioneside
10683%doc %{texmfdist}/doc/latex/seqsplit
10684%doc %{texmfdist}/doc/latex/sf298
10685%doc %{texmfdist}/doc/latex/sffms
10686%doc %{texmfdist}/doc/latex/sfg
10687%doc %{texmfdist}/doc/latex/sgame
10688%doc %{texmfdist}/doc/latex/shadethm
f65b3398
ZU
10689%doc %{texmfdist}/doc/latex/shorttoc
10690%doc %{texmfdist}/doc/latex/show2e
10691%doc %{texmfdist}/doc/latex/showexpl
f65b3398
ZU
10692%doc %{texmfdist}/doc/latex/slantsc
10693%doc %{texmfdist}/doc/latex/smalltableof
10694%doc %{texmfdist}/doc/latex/smartref
10695%doc %{texmfdist}/doc/latex/smflatex
10696%doc %{texmfdist}/doc/latex/snapshot
f65b3398
ZU
10697%doc %{texmfdist}/doc/latex/sort-by-letters
10698%doc %{texmfdist}/doc/latex/soyombo
10699%doc %{texmfdist}/doc/latex/sparklines
10700%doc %{texmfdist}/doc/latex/spie
10701%doc %{texmfdist}/doc/latex/splitbib
f65b3398
ZU
10702%doc %{texmfdist}/doc/latex/spotcolor
10703%doc %{texmfdist}/doc/latex/sprite
10704%doc %{texmfdist}/doc/latex/srcltx
f65b3398 10705%doc %{texmfdist}/doc/latex/ssqquote
f65b3398
ZU
10706%doc %{texmfdist}/doc/latex/statistik
10707%doc %{texmfdist}/doc/latex/stdpage
10708%doc %{texmfdist}/doc/latex/stellenbosch
10709%doc %{texmfdist}/doc/latex/stex
f65b3398
ZU
10710%doc %{texmfdist}/doc/latex/struktex
10711%doc %{texmfdist}/doc/latex/sttools
10712%doc %{texmfdist}/doc/latex/stubs
f65b3398 10713%doc %{texmfdist}/doc/latex/subfloat
f65b3398
ZU
10714%doc %{texmfdist}/doc/latex/sugconf
10715%doc %{texmfdist}/doc/latex/supertabular
f65b3398
ZU
10716%doc %{texmfdist}/doc/latex/svgcolor
10717%doc %{texmfdist}/doc/latex/svn-multi
10718%doc %{texmfdist}/doc/latex/svn
10719%doc %{texmfdist}/doc/latex/svninfo
10720%doc %{texmfdist}/doc/latex/swebib
10721%doc %{texmfdist}/doc/latex/swimgraf
10722%doc %{texmfdist}/doc/latex/synproof
10723%doc %{texmfdist}/doc/latex/syntax
10724%doc %{texmfdist}/doc/latex/syntrace
10725%doc %{texmfdist}/doc/latex/synttree
10726%doc %{texmfdist}/doc/latex/t-angles
10727%doc %{texmfdist}/doc/latex/tableaux
10728%doc %{texmfdist}/doc/latex/tablists
10729%doc %{texmfdist}/doc/latex/tablor
10730%doc %{texmfdist}/doc/latex/tabto-ltx
10731%doc %{texmfdist}/doc/latex/tabulary
10732%doc %{texmfdist}/doc/latex/tabvar
10733%doc %{texmfdist}/doc/latex/talk
10734%doc %{texmfdist}/doc/latex/tapir
10735%doc %{texmfdist}/doc/latex/tcldoc
10736%doc %{texmfdist}/doc/latex/tdsfrmath
10737%doc %{texmfdist}/doc/latex/technics
10738%doc %{texmfdist}/doc/latex/ted
10739%doc %{texmfdist}/doc/latex/tengwarscript
10740%doc %{texmfdist}/doc/latex/tensor
10741%doc %{texmfdist}/doc/latex/teubner
10742%doc %{texmfdist}/doc/latex/texmate
10743%doc %{texmfdist}/doc/latex/texpower
10744%doc %{texmfdist}/doc/latex/texshade
10745%doc %{texmfdist}/doc/latex/textcase
10746%doc %{texmfdist}/doc/latex/textopo
10747%doc %{texmfdist}/doc/latex/theoremref
10748%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10749%doc %{texmfdist}/doc/latex/thinsp
10750%doc %{texmfdist}/doc/latex/thmtools
10751%doc %{texmfdist}/doc/latex/thumb
10752%doc %{texmfdist}/doc/latex/thuthesis
10753%doc %{texmfdist}/doc/latex/ticket
10754%doc %{texmfdist}/doc/latex/tikz-inet
10755%doc %{texmfdist}/doc/latex/timesht
10756%doc %{texmfdist}/doc/latex/titling
10757%doc %{texmfdist}/doc/latex/tocvsec2
f65b3398
ZU
10758%doc %{texmfdist}/doc/latex/tokenizer
10759%doc %{texmfdist}/doc/latex/toolbox
f65b3398
ZU
10760%doc %{texmfdist}/doc/latex/toptesi
10761%doc %{texmfdist}/doc/latex/tpslifonts
10762%doc %{texmfdist}/doc/latex/trajan
10763%doc %{texmfdist}/doc/latex/translator
10764%doc %{texmfdist}/doc/latex/tree-dvips
f65b3398 10765%doc %{texmfdist}/doc/latex/trivfloat
f65b3398
ZU
10766%doc %{texmfdist}/doc/latex/turnstile
10767%doc %{texmfdist}/doc/latex/twoup
f65b3398 10768%doc %{texmfdist}/doc/latex/typogrid
f65b3398 10769%doc %{texmfdist}/doc/latex/umlaute
f65b3398
ZU
10770%doc %{texmfdist}/doc/latex/undertilde
10771%doc %{texmfdist}/doc/latex/unitsdef
10772%doc %{texmfdist}/doc/latex/unroman
10773%doc %{texmfdist}/doc/latex/upmethodology
10774%doc %{texmfdist}/doc/latex/urlbst
f65b3398
ZU
10775%doc %{texmfdist}/doc/latex/varindex
10776%doc %{texmfdist}/doc/latex/varsfromjobname
10777%doc %{texmfdist}/doc/latex/vector
10778%doc %{texmfdist}/doc/latex/verse
10779%doc %{texmfdist}/doc/latex/vhistory
10780%doc %{texmfdist}/doc/latex/vita
10781%doc %{texmfdist}/doc/latex/volumes
10782%doc %{texmfdist}/doc/latex/vpe
10783%doc %{texmfdist}/doc/latex/vrsion
10784%doc %{texmfdist}/doc/latex/vwcol
10785%doc %{texmfdist}/doc/latex/vxu
10786%doc %{texmfdist}/doc/latex/wadalab
10787%doc %{texmfdist}/doc/latex/wallpaper
10788%doc %{texmfdist}/doc/latex/warpcol
10789%doc %{texmfdist}/doc/latex/wnri
10790%doc %{texmfdist}/doc/latex/wordlike
10791%doc %{texmfdist}/doc/latex/xargs
10792%doc %{texmfdist}/doc/latex/xdoc
10793%doc %{texmfdist}/doc/latex/xfor
10794%doc %{texmfdist}/doc/latex/xifthen
10795%doc %{texmfdist}/doc/latex/xmpincl
10796%doc %{texmfdist}/doc/latex/xnewcommand
10797%doc %{texmfdist}/doc/latex/xoptarg
10798%doc %{texmfdist}/doc/latex/xpackages
10799%doc %{texmfdist}/doc/latex/xskak
10800%doc %{texmfdist}/doc/latex/xstring
10801%doc %{texmfdist}/doc/latex/xtcapts
10802%doc %{texmfdist}/doc/latex/xyling
10803%doc %{texmfdist}/doc/latex/xytree
10804%doc %{texmfdist}/doc/latex/yafoot
10805%doc %{texmfdist}/doc/latex/yhmath
10806%doc %{texmfdist}/doc/latex/york-thesis
10807%doc %{texmfdist}/doc/latex/yplan
10808%doc %{texmfdist}/doc/latex/zed-csp
10809%doc %{texmfdist}/doc/latex/zefonts
10810%doc %{texmfdist}/doc/latex/ziffer
10811%doc %{texmfdist}/doc/latex/zwgetfdate
f65b3398 10812
b916bc39 10813%files latex-math-sources
16591d53 10814%defattr(644,root,root,755)
f4f1ef6b
ZU
10815%dir %{texmfdist}/source
10816%dir %{texmfdist}/source/latex
b916bc39
ZU
10817%{texmfdist}/source/latex/bez123
10818%{texmfdist}/source/latex/binomexp
7ac8a96b
ZU
10819%{texmfdist}/source/latex/cmll
10820%{texmfdist}/source/latex/constants
b916bc39 10821%{texmfdist}/source/latex/coordsys
7ac8a96b 10822%{texmfdist}/source/latex/dotseqn
b916bc39
ZU
10823%{texmfdist}/source/latex/egplot
10824%{texmfdist}/source/latex/eqlist
10825%{texmfdist}/source/latex/eqnarray
10826%{texmfdist}/source/latex/esdiff
10827%{texmfdist}/source/latex/esvect
10828%{texmfdist}/source/latex/extpfeil
7ac8a96b 10829%{texmfdist}/source/latex/fouridx
b916bc39
ZU
10830%{texmfdist}/source/latex/functan
10831%{texmfdist}/source/latex/galois
10832%{texmfdist}/source/latex/gnuplottex
10833%{texmfdist}/source/latex/hhtensor
7ac8a96b 10834%{texmfdist}/source/latex/logpap
b916bc39 10835%{texmfdist}/source/latex/noitcrul
7ac8a96b
ZU
10836%{texmfdist}/source/latex/permute
10837%{texmfdist}/source/latex/qsymbols
10838%{texmfdist}/source/latex/subdepth
f4f1ef6b 10839%{texmfdist}/source/latex/faktor
70f52fe3
ZU
10840%{texmfdist}/source/latex/sseq
10841%{texmfdist}/source/latex/trsym
10842%{texmfdist}/source/latex/petri-nets
10843%{texmfdist}/source/latex/mlist
10844%{texmfdist}/source/latex/numprint
b916bc39
ZU
10845
10846%files latex-math
10847%defattr(644,root,root,755)
16591d53 10848%{texmfdist}/tex/latex/permute
c82fac6f
ZU
10849%doc %{texmfdist}/doc/latex/mfpic4ode
10850%{texmfdist}/source/latex/mfpic4ode
10851%{texmfdist}/tex/latex/mfpic4ode
16591d53 10852%doc %{texmfdist}/doc/latex/permute
c82fac6f
ZU
10853%doc %{texmfdist}/doc/latex/makeplot
10854%{texmfdist}/tex/latex/makeplot
10855%{texmfdist}/source/latex/makeplot
16591d53
ZU
10856%{texmfdist}/tex/latex/bez123
10857%doc %{texmfdist}/doc/latex/bez123
16591d53
ZU
10858%{texmfdist}/tex/latex/binomexp
10859%doc %{texmfdist}/doc/latex/binomexp
84a4c427 10860%doc %{texmfdist}/doc/latex/coordsys
84a4c427 10861%{texmfdist}/tex/latex/coordsys
84a4c427 10862%doc %{texmfdist}/doc/latex/egplot
84a4c427 10863%{texmfdist}/tex/latex/egplot
84a4c427 10864%doc %{texmfdist}/doc/latex/eqlist
84a4c427 10865%{texmfdist}/tex/latex/eqlist
84a4c427 10866%doc %{texmfdist}/doc/latex/eqnarray
84a4c427 10867%{texmfdist}/tex/latex/eqnarray
84a4c427 10868%doc %{texmfdist}/doc/latex/esdiff
84a4c427 10869%{texmfdist}/tex/latex/esdiff
84a4c427 10870%doc %{texmfdist}/doc/latex/esvect
84a4c427 10871%{texmfdist}/fonts/source/public/esvect
b916bc39 10872%{texmfdist}/fonts/map/dvips/esvect
84a4c427
ZU
10873%{texmfdist}/fonts/tfm/public/esvect
10874%{texmfdist}/fonts/type1/public/esvect
84a4c427 10875%{texmfdist}/tex/latex/esvect
2e9c3e45 10876%doc %{texmfdist}/doc/latex/extpfeil
2e9c3e45
ZU
10877%{texmfdist}/tex/latex/extpfeil
10878%doc %{texmfdist}/doc/latex/faktor
2e9c3e45 10879%{texmfdist}/tex/latex/faktor
1d337b0e 10880%doc %{texmfdist}/doc/latex/cmll
1d337b0e
ZU
10881%{texmfdist}/fonts/map/dvips/cmll
10882%{texmfdist}/fonts/source/public/cmll
10883%{texmfdist}/fonts/tfm/public/cmll
10884%{texmfdist}/fonts/type1/public/cmll
10885%{texmfdist}/tex/latex/cmll
de260d32
ZU
10886%{texmfdist}/tex/latex/dotseqn
10887%doc %{texmfdist}/doc/latex/functan
de260d32 10888%{texmfdist}/tex/latex/functan
b9c820f8 10889%doc %{texmfdist}/doc/latex/galois
b9c820f8
ZU
10890%{texmfdist}/tex/latex/galois
10891%doc %{texmfdist}/doc/latex/gnuplottex
b9c820f8
ZU
10892%{texmfdist}/tex/latex/gnuplottex
10893%doc %{texmfdist}/doc/latex/hhtensor
b9c820f8
ZU
10894%{texmfdist}/tex/latex/hhtensor
10895%doc %{texmfdist}/doc/latex/fouridx
b9c820f8
ZU
10896%{texmfdist}/tex/latex/fouridx
10897%doc %{texmfdist}/doc/latex/noitcrul
b9c820f8 10898%{texmfdist}/tex/latex/noitcrul
6bc47e19 10899%doc %{texmfdist}/doc/latex/constants
6bc47e19 10900%{texmfdist}/tex/latex/constants
7ac8a96b
ZU
10901%doc %{texmfdist}/doc/latex/logpap
10902%{texmfdist}/tex/latex/logpap
10903%doc %{texmfdist}/doc/latex/qsymbols
10904%{texmfdist}/tex/latex/qsymbols
10905%{texmfdist}/source/latex/subeqn
10906%{texmfdist}/source/latex/subeqnarray
10907%{texmfdist}/tex/latex/subeqn
10908%{texmfdist}/tex/latex/subeqnarray
10909%doc %{texmfdist}/doc/latex/subeqn
10910%doc %{texmfdist}/doc/latex/subeqnarray
10911%doc %{texmfdist}/doc/latex/ulsy
10912%{texmfdist}/fonts/source/public/ulsy
10913%{texmfdist}/fonts/tfm/public/ulsy
10914%{texmfdist}/source/latex/ulsy
10915%{texmfdist}/tex/latex/ulsy
10916%{texmfdist}/tex/latex/sfmath
10917%doc %{texmfdist}/doc/latex/subdepth
10918%{texmfdist}/tex/latex/subdepth
10919%doc %{texmfdist}/doc/latex/mhequ
10920%{texmfdist}/tex/latex/mhequ
10921%{texmfdist}/tex/latex/mhs
10922%doc %{texmfdist}/doc/latex/nath
10923%{texmfdist}/tex/latex/nath
10924%doc %{texmfdist}/doc/latex/numprint
7ac8a96b
ZU
10925%{texmfdist}/tex/latex/numprint
10926%doc %{texmfdist}/doc/latex/sseq
7ac8a96b 10927%{texmfdist}/tex/latex/sseq
f4f1ef6b 10928%doc %{texmfdist}/doc/latex/trsym
f4f1ef6b
ZU
10929%{texmfdist}/tex/latex/trsym
10930%{texmfdist}/fonts/source/public/trsym
10931%{texmfdist}/fonts/tfm/public/trsym
70f52fe3
ZU
10932%doc %{texmfdist}/doc/latex/maybemath
10933%{texmfdist}/tex/latex/maybemath
10934%doc %{texmfdist}/doc/latex/mlist
10935%{texmfdist}/tex/latex/mlist
10936%doc %{texmfdist}/doc/latex/petri-nets
10937%{texmfdist}/tex/latex/petri-nets
10938%doc %{texmfdist}/doc/latex/qtree
10939%{texmfdist}/tex/latex/qtree
10940%doc %{texmfdist}/doc/latex/simplewick
10941%{texmfdist}/source/latex/simplewick
10942%{texmfdist}/tex/latex/simplewick
10943%doc %{texmfdist}/doc/latex/trfsigns
10944%{texmfdist}/source/latex/trfsigns
10945%{texmfdist}/tex/latex/trfsigns
84a4c427
ZU
10946
10947%files latex-physics
10948%defattr(644,root,root,755)
84a4c427
ZU
10949%doc %{texmfdist}/doc/latex/circ
10950%{texmfdist}/tex/latex/circ
10951%{texmfdist}/source/latex/circ
84a4c427
ZU
10952%doc %{texmfdist}/doc/latex/colorwav
10953%{texmfdist}/source/latex/colorwav
10954%{texmfdist}/tex/latex/colorwav
84a4c427
ZU
10955%doc %{texmfdist}/doc/latex/dyntree
10956%{texmfdist}/source/latex/dyntree
10957%{texmfdist}/tex/latex/dyntree
2e9c3e45
ZU
10958%doc %{texmfdist}/doc/latex/feynmf
10959%{texmfdist}/source/latex/feynmf
10960%{texmfdist}/tex/latex/feynmf
10961%{texmfdist}/metapost/feynmf
de260d32
ZU
10962%doc %{texmfdist}/doc/latex/formula
10963%{texmfdist}/source/latex/formula
10964%{texmfdist}/tex/latex/formula
b9c820f8
ZU
10965%{texmfdist}/source/latex/isotope
10966%{texmfdist}/tex/latex/isotope
7ac8a96b
ZU
10967%doc %{texmfdist}/doc/latex/miller
10968%{texmfdist}/source/latex/miller
10969%{texmfdist}/tex/latex/miller
70f52fe3
ZU
10970%doc %{texmfdist}/doc/latex/listofsymbols
10971%{texmfdist}/tex/latex/listofsymbols
10972%doc %{texmfdist}/doc/latex/susy
10973%{texmfdist}/tex/latex/susy
16591d53
ZU
10974
10975%files latex-chem
10976%defattr(644,root,root,755)
10977%doc %{texmfdist}/doc/latex/achemso
10978%doc %{texmfdist}/doc/latex/bpchem
10979%doc %{texmfdist}/doc/latex/chemstyle
10980%doc %{texmfdist}/doc/latex/mhchem
10981%doc %{texmfdist}/doc/fonts/chemarrow
10982%doc %{texmfdist}/doc/latex/chemcompounds
10983%doc %{texmfdist}/doc/latex/chemcono
10984%{texmfdist}/fonts/afm/public/chemarrow
10985%{texmfdist}/fonts/map/dvips/chemarrow
10986%{texmfdist}/fonts/source/public/chemarrow
10987%{texmfdist}/fonts/tfm/public/chemarrow
10988%{texmfdist}/fonts/type1/public/chemarrow
10989%{texmfdist}/source/latex/achemso
10990%{texmfdist}/source/latex/bpchem
10991%{texmfdist}/source/latex/chemcompounds
10992%{texmfdist}/source/latex/chemstyle
10993%{texmfdist}/tex/latex/achemso
10994%{texmfdist}/tex/latex/bpchem
10995%{texmfdist}/tex/latex/chemarrow
10996%{texmfdist}/tex/latex/chemcompounds
10997%{texmfdist}/tex/latex/chemcono
10998%{texmfdist}/tex/latex/chemstyle
10999%{texmfdist}/tex/latex/mhchem
11000
84a4c427 11001%files latex-biology
16591d53
ZU
11002%defattr(644,root,root,755)
11003%doc %{texmfdist}/doc/latex/biocon
11004%{texmfdist}/bibtex/bib/biocon
11005%{texmfdist}/source/latex/biocon
11006%{texmfdist}/tex/latex/biocon
84a4c427
ZU
11007%doc %{texmfdist}/doc/latex/dnaseq
11008%{texmfdist}/source/latex/dnaseq
11009%{texmfdist}/tex/latex/dnaseq
16591d53
ZU
11010
11011%files latex-pdftools
11012%defattr(644,root,root,755)
11013%{texmfdist}/source/latex/attachfile
11014%{texmfdist}/tex/latex/attachfile
11015%doc %{texmfdist}/doc/latex/attachfile
84a4c427
ZU
11016%doc %{texmfdist}/doc/latex/cooltooltips
11017%{texmfdist}/source/latex/cooltooltips
11018%{texmfdist}/tex/latex/cooltooltips
7ac8a96b 11019%doc %{texmfdist}/doc/latex/pdftricks
70f52fe3 11020%{texmfdist}/tex/latex/pdftricks
7ac8a96b
ZU
11021%doc %{texmfdist}/doc/latex/pdfcprot
11022%{texmfdist}/source/latex/pdfcprot
11023%{texmfdist}/tex/latex/pdfcprot
7ac8a96b 11024%doc %{texmfdist}/doc/latex/pdfscreen
70f52fe3
ZU
11025%{texmfdist}/tex/latex/pdfscreen
11026%doc %{texmfdist}/doc/latex/movie15
11027%{texmfdist}/tex/latex/movie15
16591d53 11028
84a4c427 11029%files latex-informatic
16591d53 11030%defattr(644,root,root,755)
1d337b0e 11031%doc %{texmfdist}/doc/latex/alg
16591d53
ZU
11032%{texmfdist}/source/latex/alg
11033%{texmfdist}/tex/latex/alg
84a4c427
ZU
11034%{texmfdist}/source/latex/bytefield
11035%{texmfdist}/tex/latex/bytefield
11036%doc %{texmfdist}/doc/latex/bytefield
7ac8a96b
ZU
11037%doc %{texmfdist}/doc/latex/progkeys
11038%{texmfdist}/source/latex/progkeys
11039%{texmfdist}/tex/latex/progkeys
11040%doc %{texmfdist}/doc/latex/uml
11041%{texmfdist}/source/latex/uml
11042%{texmfdist}/tex/latex/uml
11043%doc %{texmfdist}/doc/latex/msc
11044%{texmfdist}/tex/latex/msc
f4f1ef6b
ZU
11045%doc %{texmfdist}/doc/latex/register
11046%{texmfdist}/source/latex/register
11047%{texmfdist}/tex/latex/register
70f52fe3
ZU
11048%doc %{texmfdist}/doc/latex/lsc
11049%{texmfdist}/tex/latex/lsc
11050%doc %{texmfdist}/doc/latex/method
11051%{texmfdist}/source/latex/method
11052%{texmfdist}/tex/latex/method
16591d53
ZU
11053
11054%files latex-games
11055%defattr(644,root,root,755)
11056%doc %{texmfdist}/doc/latex/backgammon
11057%doc %{texmfdist}/doc/latex/chessboard
11058%doc %{texmfdist}/doc/latex/chessfss
1d337b0e
ZU
11059%doc %{texmfdist}/doc/latex/cwpuzzle
11060%{texmfdist}/tex/latex/cwpuzzle
11061%{texmfdist}/source/latex/cwpuzzle
16591d53
ZU
11062%{texmfdist}/fonts/enc/dvips/chessfss
11063%{texmfdist}/fonts/source/public/backgammon
11064%{texmfdist}/fonts/source/public/cchess
11065%{texmfdist}/fonts/source/public/chess
11066%{texmfdist}/fonts/tfm/public/backgammon
11067%{texmfdist}/fonts/tfm/public/cchess
11068%{texmfdist}/source/latex/backgammon
11069%{texmfdist}/source/latex/chessboard
11070%{texmfdist}/source/latex/chessfss
11071%{texmfdist}/tex/latex/backgammon
11072%{texmfdist}/tex/latex/cchess
11073%{texmfdist}/tex/latex/chess
11074%{texmfdist}/tex/latex/chessboard
11075%{texmfdist}/tex/latex/chessfss
1d337b0e
ZU
11076%doc %{texmfdist}/doc/latex/crosswrd
11077%{texmfdist}/source/latex/crosswrd
11078%{texmfdist}/tex/latex/crosswrd
b9c820f8
ZU
11079%doc %{texmfdist}/doc/latex/jeopardy
11080%{texmfdist}/tex/latex/jeopardy
11081%{texmfdist}/source/latex/jeopardy
11082%{texmfdist}/tex/latex/go
11083%{texmfdist}/source/latex/go
11084%{texmfdist}/fonts/source/public/go
11085%{texmfdist}/fonts/tfm/public/go
6bc47e19
ZU
11086%doc %{texmfdist}/doc/latex/othello
11087%{texmfdist}/source/latex/othello
11088%{texmfdist}/tex/latex/othello
11089%{texmfdist}/fonts/source/public/othello
11090%{texmfdist}/fonts/tfm/public/othello
c82fac6f
ZU
11091%doc %{texmfdist}/doc/latex/sudoku
11092%{texmfdist}/source/latex/sudoku
11093%{texmfdist}/tex/latex/sudoku
11094%doc %{texmfdist}/doc/latex/sudokubundle
11095%{texmfdist}/source/latex/sudokubundle
11096%{texmfdist}/tex/latex/sudokubundle
7ac8a96b
ZU
11097# Fonts and macros for typesetting chess games.
11098%doc %{texmfdist}/doc/latex/skak
11099%{texmfdist}/tex/latex/skak
11100%{texmfdist}/fonts/map/dvips/skak
11101%{texmfdist}/fonts/source/public/skak
11102%{texmfdist}/fonts/tfm/public/skak
16591d53 11103
b916bc39
ZU
11104%files latex-sources
11105%defattr(644,root,root,755)
11106%dir %{texmfdist}/source
11107%dir %{texmfdist}/source/latex
b916bc39
ZU
11108%{texmfdist}/source/latex/acronym
11109%{texmfdist}/source/latex/adrlist
11110%{texmfdist}/source/latex/altfont
11111%{texmfdist}/source/latex/answers
11112%{texmfdist}/source/latex/ascii
11113%{texmfdist}/source/latex/augie
11114%{texmfdist}/source/latex/barcodes
11115%{texmfdist}/source/latex/bbding
11116%{texmfdist}/source/latex/bbm-macros
11117%{texmfdist}/source/latex/bengali
11118%{texmfdist}/source/latex/beton
11119%{texmfdist}/source/latex/bibarts
11120%{texmfdist}/source/latex/bibleref
11121%{texmfdist}/source/latex/biblist
11122%{texmfdist}/source/latex/bigfoot
11123%{texmfdist}/source/latex/bizcard
11124%{texmfdist}/source/latex/blindtext
11125%{texmfdist}/source/latex/bookhands
11126%{texmfdist}/source/latex/bophook
11127%{texmfdist}/source/latex/boxhandler
11128%{texmfdist}/source/latex/braille
11129%{texmfdist}/source/latex/breakurl
11130%{texmfdist}/source/latex/brushscr
11131%{texmfdist}/source/latex/burmese
11132%{texmfdist}/source/latex/captcont
11133%{texmfdist}/source/latex/catechis
11134%{texmfdist}/source/latex/cclicenses
11135%{texmfdist}/source/latex/cd
11136%{texmfdist}/source/latex/cd-cover
11137%{texmfdist}/source/latex/cdpbundl
11138%{texmfdist}/source/latex/changes
11139%{texmfdist}/source/latex/chapterfolder
11140%{texmfdist}/source/latex/cleveref
11141%{texmfdist}/source/latex/cmcyralt
11142%{texmfdist}/source/latex/cmsd
11143%{texmfdist}/source/latex/codepage
11144%{texmfdist}/source/latex/confproc
11145%{texmfdist}/source/latex/coverpage
11146%{texmfdist}/source/latex/crop
11147%{texmfdist}/source/latex/crossreference
11148%{texmfdist}/source/latex/ctib
11149%{texmfdist}/source/latex/cweb-latex
11150%{texmfdist}/source/latex/dateiliste
11151%{texmfdist}/source/latex/datetime
11152%{texmfdist}/source/latex/decimal
11153%{texmfdist}/source/latex/diagnose
11154%{texmfdist}/source/latex/docmfp
11155%{texmfdist}/source/latex/doipubmed
11156%{texmfdist}/source/latex/dotarrow
11157%{texmfdist}/source/latex/dottex
11158%{texmfdist}/source/latex/drac
11159%{texmfdist}/source/latex/draftcopy
11160%{texmfdist}/source/latex/dramatist
11161%{texmfdist}/source/latex/eCards
11162%{texmfdist}/source/latex/ebezier
11163%{texmfdist}/source/latex/ebsthesis
11164%{texmfdist}/source/latex/ecclesiastic
11165%{texmfdist}/source/latex/edmargin
11166%{texmfdist}/source/latex/eemeir
11167%{texmfdist}/source/latex/eiad
11168%{texmfdist}/source/latex/ellipsis
11169%{texmfdist}/source/latex/em
11170%{texmfdist}/source/latex/emp
11171%{texmfdist}/source/latex/endfloat
11172%{texmfdist}/source/latex/endheads
11173%{texmfdist}/source/latex/engpron
11174%{texmfdist}/source/latex/engrec
11175%{texmfdist}/source/latex/envlab
11176%{texmfdist}/source/latex/epigraph
11177%{texmfdist}/source/latex/epiolmec
11178%{texmfdist}/source/latex/epsdice
11179%{texmfdist}/source/latex/eqparbox
11180%{texmfdist}/source/latex/errata
11181%{texmfdist}/source/latex/eso-pic
11182%{texmfdist}/source/latex/ethiop
11183%{texmfdist}/source/latex/eukdate
11184%{texmfdist}/source/latex/euproposal
11185%{texmfdist}/source/latex/euro
11186%{texmfdist}/source/latex/everypage
11187%{texmfdist}/source/latex/exercise
11188%{texmfdist}/source/latex/expl3
11189%{texmfdist}/source/latex/extract
11190%{texmfdist}/source/latex/facsimile
11191%{texmfdist}/source/latex/fancynum
c82fac6f
ZU
11192%{texmfdist}/source/latex/fancyref
11193%{texmfdist}/source/latex/fancytooltips
11194%{texmfdist}/source/latex/fancyvrb
11195%{texmfdist}/source/latex/figsize
11196%{texmfdist}/source/latex/filecontents
11197%{texmfdist}/source/latex/fink
11198%{texmfdist}/source/latex/flabels
11199%{texmfdist}/source/latex/flagderiv
11200%{texmfdist}/source/latex/flashcards
b916bc39
ZU
11201%{texmfdist}/source/latex/float
11202%{texmfdist}/source/latex/floatrow
c82fac6f
ZU
11203%{texmfdist}/source/latex/fmp
11204%{texmfdist}/source/latex/fnbreak
11205%{texmfdist}/source/latex/foilhtml
11206%{texmfdist}/source/latex/fonttable
11207%{texmfdist}/source/latex/footmisc
11208%{texmfdist}/source/latex/footnpag
11209%{texmfdist}/source/latex/frankenstein
11210%{texmfdist}/source/latex/frontespizio
11211%{texmfdist}/source/latex/fullblck
11212%{texmfdist}/source/latex/fundus
11213%{texmfdist}/source/latex/gcite
11214%{texmfdist}/source/latex/genmpage
11215%{texmfdist}/source/latex/geometry
11216%{texmfdist}/source/latex/geomsty
11217%{texmfdist}/source/latex/glossaries
11218%{texmfdist}/source/latex/graphics
11219%{texmfdist}/source/latex/graphicx-psmin
11220%{texmfdist}/source/latex/greekdates
11221%{texmfdist}/source/latex/grnumalt
11222%{texmfdist}/source/latex/grverb
11223%{texmfdist}/source/latex/hanging
11224%{texmfdist}/source/latex/harvard
11225%{texmfdist}/source/latex/hc
11226%{texmfdist}/source/latex/hepthesis
11227%{texmfdist}/source/latex/hilowres
11228%{texmfdist}/source/latex/histogr
11229%{texmfdist}/source/latex/hpsdiss
11230%{texmfdist}/source/latex/hyper
11231%{texmfdist}/source/latex/hyperref
11232%{texmfdist}/source/latex/hyperxmp
11233%{texmfdist}/source/latex/hyphenat
11234%{texmfdist}/source/latex/ibycus-babel
11235%{texmfdist}/source/latex/icsv
11236%{texmfdist}/source/latex/ifmslide
11237%{texmfdist}/source/latex/ifplatform
11238%{texmfdist}/source/latex/ijmart
11239%{texmfdist}/source/latex/imtekda
11240%{texmfdist}/source/latex/index
11241%{texmfdist}/source/latex/inlinedef
11242%{texmfdist}/source/latex/iso
11243%{texmfdist}/source/latex/iso10303
11244%{texmfdist}/source/latex/isodate
11245%{texmfdist}/source/latex/isodoc
11246%{texmfdist}/source/latex/itnumpar
11247%{texmfdist}/source/latex/jura
11248%{texmfdist}/source/latex/juraabbrev
11249%{texmfdist}/source/latex/jurarsp
11250%{texmfdist}/source/latex/kdgreek
11251%{texmfdist}/source/latex/koma-script
11252%{texmfdist}/source/latex/labels
11253%{texmfdist}/source/latex/layouts
11254%{texmfdist}/source/latex/listings
11255%{texmfdist}/source/latex/localloc
11256%{texmfdist}/source/latex/mathcomp
11257%{texmfdist}/source/latex/mathpazo
11258%{texmfdist}/source/latex/mdwtools
11259%{texmfdist}/source/latex/memoir
11260%{texmfdist}/source/latex/mh
11261%{texmfdist}/source/latex/mnsymbol
11262%{texmfdist}/source/latex/modroman
11263%{texmfdist}/source/latex/mongolian-babel
11264%{texmfdist}/source/latex/montex
11265%{texmfdist}/source/latex/mparhack
11266%{texmfdist}/source/latex/ms
11267%{texmfdist}/source/latex/multibib
11268%{texmfdist}/source/latex/mwcls
11269%{texmfdist}/source/latex/natbib
11270%{texmfdist}/source/latex/ncctools
11271%{texmfdist}/source/latex/nddiss
11272%{texmfdist}/source/latex/newalg
11273%{texmfdist}/source/latex/newfile
11274%{texmfdist}/source/latex/newlfm
11275%{texmfdist}/source/latex/newspaper
c82fac6f
ZU
11276%{texmfdist}/source/latex/nomencl
11277%{texmfdist}/source/latex/ntgclass
11278%{texmfdist}/source/latex/oberdiek
11279%{texmfdist}/source/latex/paralist
11280%{texmfdist}/source/latex/pdfpages
11281%{texmfdist}/source/latex/pict2e
11282%{texmfdist}/source/latex/preprint
11283%{texmfdist}/source/latex/preview
11284%{texmfdist}/source/latex/psfrag
11285%{texmfdist}/source/latex/pslatex
11286%{texmfdist}/source/latex/revtex
b916bc39
ZU
11287%{texmfdist}/source/latex/rotating
11288%{texmfdist}/source/latex/rotfloat
c82fac6f
ZU
11289%{texmfdist}/source/latex/scale
11290%{texmfdist}/source/latex/sectsty
11291%{texmfdist}/source/latex/showlabels
11292%{texmfdist}/source/latex/sidecap
11293%{texmfdist}/source/latex/soul
11294%{texmfdist}/source/latex/stdclsdv
11295%{texmfdist}/source/latex/subfig
11296%{texmfdist}/source/latex/subfigure
11297%{texmfdist}/source/latex/supertabular
11298%{texmfdist}/source/latex/tablists
11299%{texmfdist}/source/latex/tabulary
11300%{texmfdist}/source/latex/tabvar
11301%{texmfdist}/source/latex/talk
11302%{texmfdist}/source/latex/tcldoc
11303%{texmfdist}/source/latex/tdsfrmath
11304%{texmfdist}/source/latex/technics
11305%{texmfdist}/source/latex/ted
11306%{texmfdist}/source/latex/tengwarscript
11307%{texmfdist}/source/latex/tensor
11308%{texmfdist}/source/latex/teubner
11309%{texmfdist}/source/latex/texmate
11310%{texmfdist}/source/latex/texpower
11311%{texmfdist}/source/latex/texshade
11312%{texmfdist}/source/latex/textcase
11313%{texmfdist}/source/latex/textfit
11314%{texmfdist}/source/latex/textopo
11315%{texmfdist}/source/latex/textpos
11316%{texmfdist}/source/latex/thesis-titlepage-fhac
11317%{texmfdist}/source/latex/thmtools
11318%{texmfdist}/source/latex/thumb
11319%{texmfdist}/source/latex/thuthesis
11320%{texmfdist}/source/latex/timesht
11321%{texmfdist}/source/latex/titling
11322%{texmfdist}/source/latex/tocbibind
11323%{texmfdist}/source/latex/tocloft
11324%{texmfdist}/source/latex/tools
11325%{texmfdist}/source/latex/totpages
11326%{texmfdist}/source/latex/type1cm
11327%{texmfdist}/source/latex/undertilde
11328%{texmfdist}/source/latex/units
11329%{texmfdist}/source/latex/unitsdef
11330%{texmfdist}/source/latex/unroman
11331%{texmfdist}/source/latex/upmethodology
11332%{texmfdist}/source/latex/urlbst
11333%{texmfdist}/source/latex/varindex
11334%{texmfdist}/source/latex/vector
11335%{texmfdist}/source/latex/verse
11336%{texmfdist}/source/latex/vmargin
11337%{texmfdist}/source/latex/volumes
11338%{texmfdist}/source/latex/vrsion
11339%{texmfdist}/source/latex/vwcol
11340%{texmfdist}/source/latex/vxu
11341%{texmfdist}/source/latex/warning
11342%{texmfdist}/source/latex/warpcol
11343%{texmfdist}/source/latex/was
11344%{texmfdist}/source/latex/xargs
11345%{texmfdist}/source/latex/xdoc
11346%{texmfdist}/source/latex/xfor
11347%{texmfdist}/source/latex/xmpincl
11348%{texmfdist}/source/latex/xpackages
11349%{texmfdist}/source/latex/xskak
11350%{texmfdist}/source/latex/xtab
11351%{texmfdist}/source/latex/xtcapts
11352%{texmfdist}/source/latex/yafoot
11353%{texmfdist}/source/latex/yfonts
11354%{texmfdist}/source/latex/yhmath
11355%{texmfdist}/source/latex/york-thesis
11356%{texmfdist}/source/latex/youngtab
b916bc39 11357
16591d53
ZU
11358%files latex-styles
11359%defattr(644,root,root,755)
11360%doc %{texmfdist}/doc/latex/acmconf
11361%{texmfdist}/source/latex/acmconf
11362%{texmfdist}/tex/latex/acmconf
11363%doc %{texmfdist}/doc/latex/active-conf
11364%{texmfdist}/source/latex/active-conf
11365%{texmfdist}/tex/latex/active-conf
11366%doc %{texmfdist}/doc/latex/asaetr
11367%{texmfdist}/bibtex/bst/asaetr
11368%{texmfdist}/bibtex/bib/asaetr
11369%{texmfdist}/tex/latex/asaetr
11370%{texmfdist}/source/latex/asaetr
11371%doc %{texmfdist}/doc/latex/aiaa
11372%{texmfdist}/source/latex/aiaa
11373%{texmfdist}/tex/latex/aiaa
11374%{texmfdist}/bibtex/bib/aiaa
11375%{texmfdist}/bibtex/bst/aiaa
11376%doc %{texmfdist}/doc/latex/apacite
11377%{texmfdist}/bibtex/bib/apacite
11378%{texmfdist}/bibtex/bst/apacite
11379%{texmfdist}/source/latex/apacite
11380%{texmfdist}/tex/latex/apacite
84a4c427 11381%doc %{texmfdist}/doc/latex/aastex
16591d53
ZU
11382%{texmfdist}/source/latex/aastex
11383%{texmfdist}/tex/latex/aastex
84a4c427 11384%doc %{texmfdist}/doc/latex/IEEEconf
16591d53
ZU
11385%{texmfdist}/source/latex/IEEEconf
11386%{texmfdist}/tex/latex/IEEEconf
84a4c427
ZU
11387%doc %{texmfdist}/doc/latex/computational-complexity
11388%{texmfdist}/source/latex/computational-complexity
11389%{texmfdist}/tex/latex/computational-complexity
11390%{texmfdist}/bibtex/bib/computational-complexity
11391%{texmfdist}/bibtex/bst/computational-complexity
11392# Document class for the journal of DANTE.
11393%doc %{texmfdist}/doc/latex/dtk
11394%{texmfdist}/source/latex/dtk
11395%{texmfdist}/tex/latex/dtk
11396%{texmfdist}/bibtex/bib/dtk
11397%{texmfdist}/bibtex/bst/dtk
11398# Class for articles for submission to Elsevier journals.
11399%doc %{texmfdist}/doc/latex/elsarticle
11400%{texmfdist}/source/latex/elsarticle
11401%{texmfdist}/tex/latex/elsarticle
7ac8a96b
ZU
11402# Letters and faxes in French.
11403%doc %{texmfdist}/doc/latex/lettre
11404%{texmfdist}/tex/latex/lettre
11405# Macros for a two language dictionary.
11406%doc %{texmfdist}/doc/latex/lexikon
11407%{texmfdist}/source/latex/lexikon
11408%{texmfdist}/tex/latex/lexikon
11409# Class for "Logic and Philosophy of Science".
11410%doc %{texmfdist}/doc/latex/lps
11411%{texmfdist}/source/latex/lps
11412%{texmfdist}/tex/latex/lps
11413# Emulate look of a document typed on a typewriter.
11414%doc %{texmfdist}/doc/latex/manuscript
11415%{texmfdist}/source/latex/manuscript
11416%{texmfdist}/tex/latex/manuscript
11417# Styles and examples for the MAPLE newsletter.
11418%doc %{texmfdist}/doc/latex/maple
11419%{texmfdist}/tex/latex/maple
11420# Typesetting menus.
11421%{texmfdist}/source/latex/menu
11422%{texmfdist}/tex/latex/menu
11423# Classes for University of Manchester Dept of Computer
11424%{texmfdist}/tex/latex/muthesis
11425# Prepare papers for the journal Nature.
11426%doc %{texmfdist}/doc/latex/nature
11427%{texmfdist}/tex/latex/nature
11428# LaTeX class for No Starch Press.
11429%doc %{texmfdist}/doc/latex/nostarch
11430%{texmfdist}/source/latex/nostarch
11431%{texmfdist}/tex/latex/nostarch
11432# Class for the NRC technical journals.
11433%doc %{texmfdist}/doc/latex/nrc
11434%{texmfdist}/source/latex/nrc
11435%{texmfdist}/tex/latex/nrc
11436# Versions of article class, tuned for scholarly publications.
11437%doc %{texmfdist}/doc/latex/paper
11438%{texmfdist}/source/latex/paper
11439%{texmfdist}/tex/latex/paper
11440# Class for newspapers, etc.
11441%doc %{texmfdist}/doc/latex/papertex
11442%{texmfdist}/source/latex/papertex
11443%{texmfdist}/tex/latex/papertex
11444# Problem sheet class.
11445%doc %{texmfdist}/doc/latex/pbsheet
11446%{texmfdist}/source/latex/pbsheet
11447%{texmfdist}/tex/latex/pbsheet
11448# Typeset drama using LaTeX.
11449%doc %{texmfdist}/doc/latex/play
11450%{texmfdist}/source/latex/play
11451%{texmfdist}/tex/latex/play
11452# Typesetting Critical Editions of Poetry.
11453%doc %{texmfdist}/doc/latex/poemscol
11454%{texmfdist}/source/latex/poemscol
11455%{texmfdist}/tex/latex/poemscol
11456# Typeset articles for PracTeX.
11457%doc %{texmfdist}/doc/latex/pracjourn
11458%{texmfdist}/source/latex/pracjourn
11459%{texmfdist}/tex/latex/pracjourn
11460# Macros for 'Progress of Theoretical Physics'.
11461%doc %{texmfdist}/doc/latex/ptptex
11462%{texmfdist}/tex/latex/ptptex
11463# Format technical reference manuals.
11464%doc %{texmfdist}/doc/latex/refman
11465%{texmfdist}/source/latex/refman
11466%{texmfdist}/tex/latex/refman
11467# A class file to typeset screenplays.
11468%doc %{texmfdist}/doc/latex/screenplay
11469%{texmfdist}/source/latex/screenplay
11470%{texmfdist}/tex/latex/screenplay
11471# Variant report and book styles.
11472%doc %{texmfdist}/doc/latex/script
11473%{texmfdist}/tex/latex/script
11474# A collection of LaTeX packages and classes.
11475%doc %{texmfdist}/doc/latex/shipunov
11476%{texmfdist}/tex/latex/shipunov
11477# A LaTeX class for typesetting stage plays.
11478%doc %{texmfdist}/doc/latex/sides
11479%{texmfdist}/tex/latex/sides
11480# SIGGRAPH conference class.
11481%doc %{texmfdist}/doc/latex/siggraph
11482%{texmfdist}/source/latex/siggraph
11483%{texmfdist}/tex/latex/siggraph
11484# A LaTeX class for stage plays
11485%doc %{texmfdist}/doc/latex/stage
11486%{texmfdist}/tex/latex/stage
11487# Document classes inspired by the work of Edward Tufte.
11488%doc %{texmfdist}/doc/latex/tufte-latex
11489%{texmfdist}/tex/latex/tufte-latex
11490# LaTeX macros for TUGboat articles.
11491%doc %{texmfdist}/doc/latex/tugboat
11492%{texmfdist}/source/latex/tugboat
11493%{texmfdist}/tex/latex/tugboat
11494# University of Arizona thesis and dissertation format.
11495%doc %{texmfdist}/doc/latex/uaclasses
11496%{texmfdist}/source/latex/uaclasses
11497%{texmfdist}/tex/latex/uaclasses
11498# UIUC thesis class.
11499%doc %{texmfdist}/doc/latex/uiucthesis
11500%{texmfdist}/source/latex/uiucthesis
11501%{texmfdist}/tex/latex/uiucthesis
11502# University of Michigan Thesis LaTeX class.
11503%doc %{texmfdist}/doc/latex/umich-thesis
11504%{texmfdist}/tex/latex/umich-thesis
11505# University of California thesis format.
11506%doc %{texmfdist}/doc/latex/ucthesis
11507%{texmfdist}/tex/latex/ucthesis
11508# Dissertations at the University of Michigan.
11509%doc %{texmfdist}/doc/latex/umthesis
11510%{texmfdist}/tex/latex/umthesis
11511# University of Washington thesis class.
11512%doc %{texmfdist}/doc/latex/uwthesis
11513%{texmfdist}/tex/latex/uwthesis
70f52fe3
ZU
11514# A basis for books to be published by Mentis publishers.
11515%doc %{texmfdist}/doc/latex/mentis
11516%{texmfdist}/source/latex/mentis
11517%{texmfdist}/tex/latex/mentis
11518# Typeset books following classical design and layout.
11519%doc %{texmfdist}/doc/latex/octavo
11520%{texmfdist}/source/latex/octavo
11521%{texmfdist}/tex/latex/octavo
11522# A class for NIH grant applications.
11523%doc %{texmfdist}/doc/latex/nih
11524%{texmfdist}/tex/latex/nih
11525# A class for small advertisements.
11526%doc %{texmfdist}/doc/latex/petiteannonce
11527%{texmfdist}/tex/latex/petiteannonce
11528# Electronic Theses and Dissertations at Pitt.
11529%doc %{texmfdist}/doc/latex/pittetd
11530%{texmfdist}/source/latex/pittetd
11531%{texmfdist}/tex/latex/pittetd
11532# Typesetting stageplay scripts.
11533%doc %{texmfdist}/doc/latex/plari
11534%{texmfdist}/source/latex/plari
11535%{texmfdist}/tex/latex/plari
11536# Typesetting articles for "Philosophers' Imprint".
11537%doc %{texmfdist}/doc/latex/philosophersimprint
11538%{texmfdist}/bibtex/bib/philosophersimprint
11539%{texmfdist}/source/latex/philosophersimprint
11540%{texmfdist}/tex/latex/philosophersimprint
11541# BibTeX style for use with RSC journals.
11542%doc %{texmfdist}/doc/latex/rsc
11543%{texmfdist}/bibtex/bst/rsc
11544%{texmfdist}/source/latex/rsc
11545%{texmfdist}/tex/latex/rsc
84a4c427
ZU
11546
11547%files latex-lang
11548%defattr(644,root,root,755)
11549# Curriculum vitae for French use.
11550%doc %{texmfdist}/doc/latex/ESIEEcv
11551%{texmfdist}/source/latex/ESIEEcv
11552%{texmfdist}/tex/latex/ESIEEcv
11553# Class for typesetting letters to Swiss rules.
11554%doc %{texmfdist}/doc/latex/chletter
11555%{texmfdist}/source/latex/chletter
11556%{texmfdist}/tex/latex/chletter
11557# German letter DIN style.
11558%doc %{texmfdist}/doc/latex/dinbrief
11559%{texmfdist}/source/latex/dinbrief
11560%{texmfdist}/tex/latex/dinbrief
11561# Class and templates for typesetting dissertations in Russian.
11562%doc %{texmfdist}/doc/latex/disser
11563%{texmfdist}/tex/latex/disser
11564%{texmfdist}/source/latex/disser
de260d32
ZU
11565# Mathematics in Greek texts.
11566%doc %{texmfdist}/doc/latex/elmath
11567%{texmfdist}/source/latex/elmath
11568%{texmfdist}/tex/latex/elmath
11569# Modern Russian typesetting.
11570%doc %{texmfdist}/doc/latex/eskd
11571%{texmfdist}/source/latex/eskd
11572%{texmfdist}/tex/latex/eskd
b9c820f8
ZU
11573# Modification of inputenc for German.
11574%doc %{texmfdist}/doc/latex/ginpenc
11575%{texmfdist}/source/latex/ginpenc
11576%{texmfdist}/tex/latex/ginpenc
11577# LaTeX support for Croatian documents.
11578%doc %{texmfdist}/doc/latex/hrlatex
11579%{texmfdist}/source/latex/hrlatex
11580%{texmfdist}/tex/latex/hrlatex
70f52fe3
ZU
11581# Proper MLA formatting.
11582%doc %{texmfdist}/doc/latex/mla-paper
11583%{texmfdist}/tex/latex/mla-paper
84a4c427
ZU
11584
11585%files latex-music
11586%defattr(644,root,root,755)
84a4c427
ZU
11587%doc %{texmfdist}/doc/latex/abc
11588%{texmfdist}/source/latex/abc
11589%{texmfdist}/tex/latex/abc
11590%doc %{texmfdist}/doc/latex/guitar
11591%{texmfdist}/source/latex/guitar
11592%{texmfdist}/tex/latex/guitar
c82fac6f
ZU
11593%{texmfdist}/source/latex/songbook
11594%{texmfdist}/tex/latex/songbook
11595%doc %{texmfdist}/doc/latex/songbook
f4f1ef6b
ZU
11596%{texmfdist}/tex/generic/musixlyr
11597%doc %{texmfdist}/doc/latex/musixlyr
11598%{texmfdist}/tex/generic/musixps
11599%doc %{texmfdist}/doc/generic/musixps
11600%{texmfdist}/fonts/source/public/musixps
11601%{texmfdist}/fonts/tfm/public/musixps
84a4c427
ZU
11602
11603%files latex-extend
11604%defattr(644,root,root,755)
c82fac6f
ZU
11605%{texmfdist}/source/latex/marginnote
11606%{texmfdist}/tex/latex/marginnote
11607%doc %{texmfdist}/doc/latex/marginnote
84a4c427
ZU
11608%doc %{texmfdist}/doc/latex/HA-prosper
11609%{texmfdist}/source/latex/HA-prosper
11610%{texmfdist}/tex/latex/HA-prosper
84a4c427
ZU
11611%doc %{texmfdist}/doc/latex/arydshln
11612%{texmfdist}/source/latex/arydshln
11613%{texmfdist}/tex/latex/arydshln
84a4c427
ZU
11614%doc %{texmfdist}/doc/latex/chappg
11615%{texmfdist}/source/latex/chappg
11616%{texmfdist}/tex/latex/chappg
1d337b0e
ZU
11617%doc %{texmfdist}/doc/latex/addlines
11618%{texmfdist}/source/latex/addlines
11619%{texmfdist}/tex/latex/addlines
11620%doc %{texmfdist}/doc/latex/alnumsec
11621%{texmfdist}/source/latex/alnumsec
11622%{texmfdist}/tex/latex/alnumsec
11623%doc %{texmfdist}/doc/latex/babelbib
11624%{texmfdist}/source/latex/babelbib
11625%{texmfdist}/bibtex/bst/babelbib
11626%{texmfdist}/tex/latex/babelbib
11627%doc %{texmfdist}/doc/latex/bibtopicprefix
11628%{texmfdist}/source/latex/bibtopicprefix
11629%{texmfdist}/tex/latex/bibtopicprefix
11630%doc %{texmfdist}/doc/latex/boites
11631%{texmfdist}/source/latex/boites
11632%{texmfdist}/tex/latex/boites
11633%{texmfdist}/source/latex/cjw
11634%{texmfdist}/tex/latex/cjw
11635%doc %{texmfdist}/doc/latex/booklet
11636%{texmfdist}/source/latex/booklet
11637%{texmfdist}/tex/latex/booklet
11638%doc %{texmfdist}/doc/latex/bullcntr
11639%{texmfdist}/source/latex/bullcntr
11640%{texmfdist}/tex/latex/bullcntr
11641%doc %{texmfdist}/doc/latex/clefval
11642%{texmfdist}/tex/latex/clefval
11643%{texmfdist}/source/latex/clefval
11644%doc %{texmfdist}/doc/latex/colortbl
11645%{texmfdist}/source/latex/colortbl
11646%{texmfdist}/tex/latex/colortbl
11647%doc %{texmfdist}/doc/latex/contour
11648%{texmfdist}/source/latex/contour
11649%{texmfdist}/tex/latex/contour
11650%doc %{texmfdist}/doc/latex/combine
11651%{texmfdist}/source/latex/combine
11652%{texmfdist}/tex/latex/combine
11653%doc %{texmfdist}/doc/latex/curve2e
11654%{texmfdist}/source/latex/curve2e
11655%{texmfdist}/tex/latex/curve2e
11656%doc %{texmfdist}/doc/latex/ctable
11657%{texmfdist}/source/latex/ctable
11658%{texmfdist}/tex/latex/ctable
de260d32
ZU
11659%doc %{texmfdist}/doc/latex/dashrule
11660%{texmfdist}/tex/latex/dashrule
11661%{texmfdist}/source/latex/dashrule
11662%{texmfdist}/tex/latex/dashbox
11663%{texmfdist}/source/latex/dashbox
11664%doc %{texmfdist}/doc/latex/etaremune
11665%{texmfdist}/source/latex/etaremune
11666%{texmfdist}/tex/latex/etaremune
11667%doc %{texmfdist}/doc/latex/expdlist
11668%{texmfdist}/source/latex/expdlist
11669%{texmfdist}/tex/latex/expdlist
7ac8a96b
ZU
11670%doc %{texmfdist}/doc/latex/notes2bib
11671%{texmfdist}/source/latex/notes2bib
11672%{texmfdist}/tex/latex/notes2bib
f4f1ef6b
ZU
11673%doc %{texmfdist}/doc/latex/underlin
11674%{texmfdist}/source/latex/underlin
11675%{texmfdist}/tex/latex/underlin
11676%{texmfdist}/source/latex/listliketab
11677%{texmfdist}/tex/latex/listliketab
11678%doc %{texmfdist}/doc/latex/listliketab
11679%{texmfdist}/tex/latex/ltablex
70f52fe3
ZU
11680%doc %{texmfdist}/doc/latex/leading
11681%{texmfdist}/source/latex/leading
11682%{texmfdist}/tex/latex/leading
11683%doc %{texmfdist}/doc/latex/makecell
11684%{texmfdist}/source/latex/makecell
11685%{texmfdist}/tex/latex/makecell
11686%doc %{texmfdist}/doc/latex/makebox
11687%{texmfdist}/source/latex/makebox
11688%{texmfdist}/tex/latex/makebox
11689%doc %{texmfdist}/doc/latex/mcite
11690%{texmfdist}/source/latex/mcite
11691%{texmfdist}/tex/latex/mcite
11692%doc %{texmfdist}/doc/latex/mciteplus
11693%{texmfdist}/tex/latex/mciteplus
11694%{texmfdist}/bibtex/bst/mciteplus
11695%doc %{texmfdist}/doc/latex/mcaption
11696%{texmfdist}/source/latex/mcaption
11697%{texmfdist}/tex/latex/mcaption
11698%doc %{texmfdist}/doc/latex/minipage-marginpar
11699%{texmfdist}/source/latex/minipage-marginpar
11700%{texmfdist}/tex/latex/minipage-marginpar
11701%doc %{texmfdist}/doc/latex/newvbtm
11702%{texmfdist}/source/latex/newvbtm
11703%{texmfdist}/tex/latex/newvbtm
11704%doc %{texmfdist}/doc/latex/miniplot
11705%{texmfdist}/tex/latex/miniplot
11706%doc %{texmfdist}/doc/latex/multicap
11707%{texmfdist}/source/latex/multicap
11708%{texmfdist}/tex/latex/multicap
11709%doc %{texmfdist}/doc/latex/ntabbing
11710%{texmfdist}/tex/latex/ntabbing
11711%{texmfdist}/tex/latex/numline
11712%doc %{texmfdist}/doc/latex/pbox
11713%{texmfdist}/source/latex/pbox
11714%{texmfdist}/tex/latex/pbox
11715%doc %{texmfdist}/doc/latex/pinlabel
11716%{texmfdist}/tex/latex/pinlabel
11717%doc %{texmfdist}/doc/latex/polytable
11718%{texmfdist}/source/latex/polytable
11719%{texmfdist}/tex/latex/polytable
11720%doc %{texmfdist}/doc/latex/rccol
11721%{texmfdist}/source/latex/rccol
11722%{texmfdist}/tex/latex/rccol
11723%doc %{texmfdist}/doc/latex/romannum
11724%{texmfdist}/source/latex/romannum
11725%{texmfdist}/tex/latex/romannum
11726%doc %{texmfdist}/doc/latex/schedule
11727%{texmfdist}/source/latex/schedule
11728%{texmfdist}/tex/latex/schedule
11729%doc %{texmfdist}/doc/latex/umoline
11730%{texmfdist}/source/latex/umoline
11731%{texmfdist}/tex/latex/umoline
1d337b0e
ZU
11732
11733%files latex-programming
11734%defattr(644,root,root,755)
11735%doc %{texmfdist}/doc/latex/cool
11736%{texmfdist}/source/latex/cool
11737%{texmfdist}/tex/latex/cool
11738%doc %{texmfdist}/doc/latex/coolstr
11739%{texmfdist}/source/latex/coolstr
11740%{texmfdist}/tex/latex/coolstr
11741%doc %{texmfdist}/doc/latex/coollist
11742%{texmfdist}/source/latex/coollist
11743%{texmfdist}/tex/latex/coollist
11744%{texmfdist}/source/latex/cmdtrack
11745%{texmfdist}/tex/latex/cmdtrack
11746%doc %{texmfdist}/doc/latex/datenumber
11747%{texmfdist}/source/latex/datenumber
11748%{texmfdist}/tex/latex/datenumber
11749%doc %{texmfdist}/doc/latex/dprogress
11750%{texmfdist}/source/latex/dprogress
11751%{texmfdist}/tex/latex/dprogress
11752%doc %{texmfdist}/doc/latex/csvtools
11753%{texmfdist}/source/latex/csvtools
11754%{texmfdist}/tex/latex/csvtools
11755%doc %{texmfdist}/doc/latex/datatool
11756%{texmfdist}/source/latex/datatool
11757%{texmfdist}/tex/latex/datatool
de260d32
ZU
11758%doc %{texmfdist}/doc/latex/dialogl
11759%{texmfdist}/source/latex/dialogl
11760%{texmfdist}/tex/latex/dialogl
11761%doc %{texmfdist}/doc/latex/delimtxt
11762%{texmfdist}/tex/latex/delimtxt
11763%{texmfdist}/source/latex/delimtxt
11764%doc %{texmfdist}/doc/latex/environ
11765%{texmfdist}/source/latex/environ
11766%{texmfdist}/tex/latex/environ
11767%doc %{texmfdist}/doc/latex/fmtcount
11768%{texmfdist}/source/latex/fmtcount
11769%{texmfdist}/tex/latex/fmtcount
11770%doc %{texmfdist}/doc/latex/forarray
11771%{texmfdist}/source/latex/forarray
11772%{texmfdist}/tex/latex/forarray
11773%doc %{texmfdist}/doc/latex/forloop
11774%{texmfdist}/source/latex/forloop
11775%{texmfdist}/tex/latex/forloop
b9c820f8
ZU
11776%doc %{texmfdist}/doc/latex/labelcas
11777%{texmfdist}/source/latex/labelcas
11778%{texmfdist}/tex/latex/labelcas
6bc47e19
ZU
11779%doc %{texmfdist}/doc/latex/export
11780%{texmfdist}/source/latex/export
11781%{texmfdist}/tex/latex/export
11782%doc %{texmfdist}/doc/latex/inversepath
11783%{texmfdist}/source/latex/inversepath
11784%{texmfdist}/tex/latex/inversepath
11785%{texmfdist}/source/latex/lcg
11786%{texmfdist}/tex/latex/lcg
caaf987e
ZU
11787%doc %{texmfdist}/doc/latex/namespc
11788%{texmfdist}/source/latex/namespc
11789%{texmfdist}/tex/latex/namespc
7ac8a96b
ZU
11790%doc %{texmfdist}/doc/latex/makecmds
11791%{texmfdist}/source/latex/makecmds
11792%{texmfdist}/tex/latex/makecmds
11793%{texmfdist}/source/latex/patchcmd
11794%{texmfdist}/tex/latex/patchcmd
11795%doc %{texmfdist}/doc/latex/stringstrings
11796%{texmfdist}/source/latex/stringstrings
11797%{texmfdist}/tex/latex/stringstrings
11798%doc %{texmfdist}/doc/latex/nag
11799%{texmfdist}/source/latex/nag
11800%{texmfdist}/tex/latex/nag
11801%{texmfdist}/source/latex/stack
11802%{texmfdist}/tex/latex/stack
11803%doc %{texmfdist}/doc/latex/substr
11804%{texmfdist}/tex/latex/substr
70f52fe3
ZU
11805%{texmfdist}/tex/latex/multido
11806%doc %{texmfdist}/doc/latex/progress
11807%{texmfdist}/tex/latex/progress
11808%doc %{texmfdist}/doc/latex/randtext
11809%{texmfdist}/tex/latex/randtext
11810%doc %{texmfdist}/doc/latex/regcount
11811%{texmfdist}/source/latex/regcount
11812%{texmfdist}/tex/latex/regcount
11813%doc %{texmfdist}/doc/latex/robustcommand
11814%{texmfdist}/source/latex/robustcommand
11815%{texmfdist}/tex/latex/robustcommand
11816%doc %{texmfdist}/doc/latex/typedref
11817%{texmfdist}/source/latex/typedref
11818%{texmfdist}/tex/latex/typedref
11819%doc %{texmfdist}/doc/latex/splitindex
11820%{texmfdist}/source/latex/splitindex
11821%{texmfdist}/tex/latex/splitindex
6bc47e19
ZU
11822
11823%files latex-effects
11824%defattr(644,root,root,755)
11825%doc %{texmfdist}/doc/latex/arcs
11826%{texmfdist}/source/latex/arcs
11827%{texmfdist}/tex/latex/arcs
11828%doc %{texmfdist}/doc/latex/blowup
11829%{texmfdist}/source/latex/blowup
11830%{texmfdist}/tex/latex/blowup
11831%doc %{texmfdist}/doc/latex/changebar
11832%{texmfdist}/tex/latex/changebar
11833%{texmfdist}/source/latex/changebar
11834%doc %{texmfdist}/doc/latex/draftwatermark
11835%{texmfdist}/source/latex/draftwatermark
11836%{texmfdist}/tex/latex/draftwatermark
11837%doc %{texmfdist}/doc/latex/flippdf
11838%{texmfdist}/source/latex/flippdf
11839%{texmfdist}/tex/latex/flippdf
11840%doc %{texmfdist}/doc/latex/flowfram
11841%{texmfdist}/source/latex/flowfram
11842%{texmfdist}/tex/latex/flowfram
11843%doc %{texmfdist}/doc/latex/isorot
11844%{texmfdist}/source/latex/isorot
11845%{texmfdist}/tex/latex/isorot
11846%doc %{texmfdist}/doc/latex/lettrine
11847%{texmfdist}/source/latex/lettrine
11848%{texmfdist}/tex/latex/lettrine
70f52fe3
ZU
11849%doc %{texmfdist}/doc/latex/niceframe
11850%{texmfdist}/source/latex/niceframe
11851%{texmfdist}/tex/latex/niceframe
11852%{texmfdist}/fonts/source/public/niceframe
11853%{texmfdist}/fonts/tfm/public/niceframe
11854%doc %{texmfdist}/doc/latex/notes
11855%{texmfdist}/source/latex/notes
11856%{texmfdist}/tex/latex/notes
11857%doc %{texmfdist}/doc/latex/objectz
11858%{texmfdist}/source/latex/objectz
11859%{texmfdist}/tex/latex/objectz
11860%doc %{texmfdist}/doc/latex/parallel
11861%{texmfdist}/source/latex/parallel
11862%{texmfdist}/tex/latex/parallel
11863%doc %{texmfdist}/doc/latex/quotchap
11864%{texmfdist}/source/latex/quotchap
11865%{texmfdist}/tex/latex/quotchap
11866%doc %{texmfdist}/doc/latex/rotpages
11867%{texmfdist}/tex/latex/rotpages
11868%{texmfdist}/tex/latex/umrand
11869%doc %{texmfdist}/doc/fonts/umrand
11870%{texmfdist}/fonts/source/public/umrand
11871%{texmfdist}/fonts/tfm/public/umrand
11872%doc %{texmfdist}/doc/latex/ushort
11873%{texmfdist}/source/latex/ushort
11874%{texmfdist}/tex/latex/ushort
16591d53 11875
f65b3398
ZU
11876%files latex-other
11877%defattr(644,root,root,755)
f65b3398
ZU
11878%{texmfdist}/metapost/latexmp
11879%{texmfdist}/metapost/makecirc
8affbd2c 11880%dir %{texmfdist}/source/alatex
f65b3398 11881%{texmfdist}/source/alatex/base
8affbd2c 11882%dir %{texmfdist}/source/cslatex
f65b3398
ZU
11883%{texmfdist}/source/cslatex/base
11884%{texmfdist}/source/generic/xypic
f65b3398 11885%{texmfdist}/source/latex/GuIT
1d337b0e 11886# Definitive source of Plain TeX on CTAN.
f65b3398
ZU
11887%{texmfdist}/source/latex/base
11888%{texmfdist}/source/latex/bayer
84a4c427 11889# A small collection of minimal DTX examples.
f65b3398 11890%{texmfdist}/source/latex/dtxgallery
1d337b0e 11891# Editorial Notes for LaTeX documents.
f65b3398 11892%{texmfdist}/source/latex/ed
84a4c427 11893# Typeset scholarly edition.
f65b3398 11894%{texmfdist}/source/latex/edmac
84a4c427 11895# Use AMS Euler fonts for math.
f65b3398 11896%{texmfdist}/source/latex/euler
7ac8a96b
ZU
11897# Ridgeway's fonts.
11898%{texmfdist}/source/latex/wnri
11899%dir %{texmfdist}/source/plain
11900%{texmfdist}/source/plain/jsmisc
11901%{texmfdist}/source/xelatex
11902%{texmfdist}/tex/alatex
11903%{texmfdist}/tex/generic/enctex
11904# Create a calendar, in German.
11905%{texmfdist}/tex/latex/kalender
11906# Typeset Karnaugh-Veitch-maps.
11907%{texmfdist}/tex/latex/karnaugh
11908# Kerkis (Greek) font family.
11909%{texmfdist}/tex/latex/kerkis
2e9c3e45 11910# Print tables and generate control files to adjust kernings.
f65b3398 11911%{texmfdist}/source/latex/kerntest
7ac8a96b
ZU
11912%{texmfdist}/tex/latex/kerntest
11913%{texmfdist}/tex/latex/kluwer
f65b3398 11914%{texmfdist}/source/latex/kluwer
7ac8a96b
ZU
11915# A two-element sans-serif typeface.
11916%{texmfdist}/tex/latex/kurier
11917# Lists in TeX's "mouth".
11918%{texmfdist}/tex/latex/lazylist
1d337b0e 11919# This package makes available Classic Cyrillic CM fonts
f65b3398 11920%{texmfdist}/source/latex/lcyw
7ac8a96b 11921%{texmfdist}/tex/latex/lcyw
2e9c3e45 11922# Typeset scholarly editions in parallel texts.
f65b3398 11923%{texmfdist}/source/latex/ledmac
7ac8a96b
ZU
11924%{texmfdist}/tex/latex/ledmac
11925%{texmfdist}/tex/latex/levy
11926# Macros for using Silvio Levy's Greek fonts.
11927%{texmfdist}/tex/latex/lgreek
11928# A non-standard Cyrillic input scheme.
11929%{texmfdist}/source/latex/lhcyr
11930%{texmfdist}/tex/latex/lhcyr
2e9c3e45 11931# Miscellaneous helper packages.
f65b3398 11932%{texmfdist}/source/latex/lhelp
7ac8a96b
ZU
11933%{texmfdist}/tex/latex/lhelp
11934# Use the font Libertine with LaTeX.
11935%{texmfdist}/tex/latex/libertine
2e9c3e45 11936# Typeset maps and blocks according to the Information Mapping
f65b3398 11937%{texmfdist}/source/latex/limap
7ac8a96b
ZU
11938%{texmfdist}/tex/latex/limap
11939%{texmfdist}/tex/latex/linearA
11940# Format linguists' examples.
11941%{texmfdist}/tex/latex/linguex
2e9c3e45 11942# Easy access to the Lorem Ipsum dummy text.
f65b3398 11943%{texmfdist}/source/latex/lipsum
7ac8a96b 11944%{texmfdist}/tex/latex/lipsum
2e9c3e45 11945# Lists contents of BibTeX files.
f65b3398 11946%{texmfdist}/source/latex/listbib
7ac8a96b 11947%{texmfdist}/tex/latex/listbib
7ac8a96b
ZU
11948# LK Proof figure macros.
11949%{texmfdist}/tex/latex/lkproof
11950# A font for electronic logic design.
11951%{texmfdist}/tex/latex/logic
2e9c3e45 11952# A LaTeX package to typeset indices with GNU's Texindex.
f65b3398 11953%{texmfdist}/source/latex/ltxindex
7ac8a96b
ZU
11954%{texmfdist}/tex/latex/ltxindex
11955# Set of slide fonts based on CM.
11956%{texmfdist}/tex/latex/lxfonts
11957# Support for LY1 LaTeX encoding.
11958%{texmfdist}/tex/latex/ly1
11959# Mathematics in accord with French usage.
11960%{texmfdist}/tex/latex/mafr
2e9c3e45 11961# Macros for mail merging.
f65b3398 11962%{texmfdist}/source/latex/mailing
7ac8a96b
ZU
11963%{texmfdist}/tex/latex/mailing
11964# Print various kinds 2/5 and Code 39 bar codes.
11965%{texmfdist}/tex/latex/makebarcode
2e9c3e45 11966# Perl script to help generate dtx and ins files
f65b3398 11967%{texmfdist}/source/latex/makedtx
7ac8a96b
ZU
11968%{texmfdist}/tex/latex/makedtx
11969# Include a glossary into a document.
11970%{texmfdist}/tex/latex/makeglos
2e9c3e45 11971# LaTeX support for the TeX book symbols.
f65b3398 11972%{texmfdist}/source/latex/manfnt
7ac8a96b 11973%{texmfdist}/tex/latex/manfnt
2e9c3e45 11974# Support for multiple character sets and encodings.
f65b3398 11975%{texmfdist}/source/latex/mapcodes
7ac8a96b
ZU
11976%{texmfdist}/tex/latex/mapcodes
11977# Mathematical fonts to fit with particular text fonts.
11978%{texmfdist}/tex/latex/mathdesign
7ac8a96b
ZU
11979# Creating covers for music cassettes.
11980%{texmfdist}/tex/latex/mceinleger
7ac8a96b
ZU
11981# Experimental memoir support.
11982%{texmfdist}/tex/latex/memexsupp
2e9c3e45 11983# Multiple font formats.
f65b3398 11984%{texmfdist}/source/latex/mff
7ac8a96b 11985%{texmfdist}/tex/latex/mff
2e9c3e45 11986# Pretty-print Metafont source.
f65b3398 11987%{texmfdist}/source/latex/mftinc
7ac8a96b 11988%{texmfdist}/tex/latex/mftinc
2e9c3e45 11989# Package for writing minutes of meetings.
f65b3398 11990%{texmfdist}/source/latex/minutes
7ac8a96b 11991%{texmfdist}/tex/latex/minutes
2e9c3e45 11992# Allows font sizes up to 35.83pt.
f65b3398 11993%{texmfdist}/source/latex/moresize
7ac8a96b 11994%{texmfdist}/tex/latex/moresize
2e9c3e45 11995# A package for LaTeX localisation.
f65b3398 11996%{texmfdist}/source/latex/msg
7ac8a96b
ZU
11997%{texmfdist}/tex/latex/msg
11998# Michael Landy's APA citation style.
11999%{texmfdist}/tex/latex/mslapa
2e9c3e45 12000# Use italic and upright greek letters with mathtime.
f65b3398 12001%{texmfdist}/source/latex/mtgreek
7ac8a96b 12002%{texmfdist}/tex/latex/mtgreek
2e9c3e45 12003# Multiple bibliographies.
f65b3398 12004%{texmfdist}/source/latex/multibbl
7ac8a96b 12005%{texmfdist}/tex/latex/multibbl
7ac8a96b
ZU
12006# Support for Mongolian "horizontal" (Xewtee Dorwoljin) script.
12007%{texmfdist}/source/latex/mxd
f65b3398 12008%{texmfdist}/tex/latex/mxd
7ac8a96b 12009# A pair of Georgian fonts.
f65b3398 12010%{texmfdist}/tex/latex/mxedruli
7ac8a96b
ZU
12011# Nomenclature typeset in a longtable
12012%{texmfdist}/source/latex/nomentbl
f65b3398 12013%{texmfdist}/tex/latex/nomentbl
7ac8a96b
ZU
12014# Non-floating table and figure captions.
12015%{texmfdist}/source/latex/nonfloat
f65b3398 12016%{texmfdist}/tex/latex/nonfloat
7ac8a96b 12017# Convert a number to its English expression.
f65b3398 12018%{texmfdist}/tex/latex/numname
7ac8a96b 12019# LaTeX support for ocr fonts.
f65b3398 12020%{texmfdist}/tex/latex/ocr-latex
7ac8a96b
ZU
12021# Support for Polish typography and the ogonek.
12022%{texmfdist}/source/latex/ogonek
f65b3398 12023%{texmfdist}/tex/latex/ogonek
7ac8a96b
ZU
12024# Old style numbers in OT1 encoding.
12025%{texmfdist}/source/latex/oldstyle
f65b3398 12026%{texmfdist}/tex/latex/oldstyle
7ac8a96b
ZU
12027# Footnote-style bibliographical references.
12028%{texmfdist}/source/latex/opcit
f65b3398 12029%{texmfdist}/tex/latex/opcit
7ac8a96b
ZU
12030# Counters as ordinal numbers in Portuguese.
12031%{texmfdist}/source/latex/ordinalpt
f65b3398 12032%{texmfdist}/tex/latex/ordinalpt
7ac8a96b 12033# Macros, metrics, etc., to use the OT2 Cyrillic encoding.
f65b3398 12034%{texmfdist}/tex/latex/ot2cyr
f65b3398 12035%{texmfdist}/tex/latex/otibet
7ac8a96b
ZU
12036%{texmfdist}/source/latex/otibet
12037# List environment for making outlines.
f65b3398 12038%{texmfdist}/tex/latex/outline
7ac8a96b 12039# Change section levels easily.
f65b3398 12040%{texmfdist}/tex/latex/outliner
7ac8a96b
ZU
12041# Fonts designed by Fra Luca de Pacioli in 1497.
12042%{texmfdist}/source/latex/pacioli
f65b3398 12043%{texmfdist}/tex/latex/pacioli
7ac8a96b
ZU
12044# Page number-only page styles.
12045%{texmfdist}/source/latex/pageno
f65b3398 12046%{texmfdist}/tex/latex/pageno
7ac8a96b
ZU
12047# Notes at end of document.
12048%{texmfdist}/source/latex/pagenote
f65b3398
ZU
12049%{texmfdist}/tex/latex/pagenote
12050%{texmfdist}/tex/latex/palatino
7ac8a96b
ZU
12051# Origami-style folding paper CD case.
12052%{texmfdist}/source/latex/papercdcase
f65b3398 12053%{texmfdist}/tex/latex/papercdcase
7ac8a96b
ZU
12054# Defines simple macros for greek letters.
12055%{texmfdist}/source/latex/paresse
f65b3398 12056%{texmfdist}/tex/latex/paresse
7ac8a96b
ZU
12057# Typesets (two) streams of text running parallel.
12058%{texmfdist}/source/latex/parrun
f65b3398 12059%{texmfdist}/tex/latex/parrun
7ac8a96b
ZU
12060# German LaTeX package documentation.
12061%{texmfdist}/source/latex/pauldoc
f65b3398 12062%{texmfdist}/tex/latex/pauldoc
7ac8a96b
ZU
12063# Using graphics from PAW.
12064%{texmfdist}/source/latex/pawpict
f65b3398 12065%{texmfdist}/tex/latex/pawpict
7ac8a96b 12066# Font support for current PCL printers.
f65b3398 12067%{texmfdist}/tex/latex/pclnfss
f65b3398 12068%{texmfdist}/tex/latex/pdfwin
7ac8a96b 12069# Print Tibetan text in the classic pecha layout style.
f65b3398 12070%{texmfdist}/tex/latex/pecha
7ac8a96b
ZU
12071# Define LaTeX macros in terms of Perl code
12072%{texmfdist}/source/latex/perltex
f65b3398 12073%{texmfdist}/tex/latex/perltex
7ac8a96b 12074# Create images of the soroban using TikZ/PGF.
f65b3398 12075%{texmfdist}/tex/latex/pgf-soroban
7ac8a96b 12076# Disk of Phaistos font.
f65b3398 12077%{texmfdist}/tex/latex/phaistos
7ac8a96b 12078# Cross references for named and numbered environments.
f65b3398 12079%{texmfdist}/tex/latex/philex
7ac8a96b 12080# MetaFont Phonetic fonts, based on Computer Modern.
f65b3398 12081%{texmfdist}/tex/latex/phonetic
7ac8a96b 12082# Adds relative coordinates and improves the \plot command.
f65b3398 12083%{texmfdist}/tex/latex/pictex2
7ac8a96b 12084# Arrange for "plates" sections of documents.
f65b3398 12085%{texmfdist}/tex/latex/plates
7ac8a96b 12086%{texmfdist}/source/latex/plweb
f65b3398 12087%{texmfdist}/tex/latex/plweb
7ac8a96b 12088# "Poor man's" graphics.
f65b3398 12089%{texmfdist}/tex/latex/pmgraph
7ac8a96b
ZU
12090# Typeset Polish documents with LaTeX and Polish fonts.
12091%{texmfdist}/source/latex/polski
f65b3398 12092%{texmfdist}/tex/latex/polski
7ac8a96b 12093%{texmfdist}/source/latex/polyglot
f65b3398 12094%{texmfdist}/tex/latex/polyglot
7ac8a96b 12095# Facilitates mass-mailing of postcards (junkmail).
f65b3398 12096%{texmfdist}/tex/latex/postcards
7ac8a96b
ZU
12097# A presentation class.
12098%{texmfdist}/source/latex/powerdot
f65b3398 12099%{texmfdist}/tex/latex/powerdot
7ac8a96b 12100# A postprocessor for PDF presentations.
f65b3398 12101%{texmfdist}/tex/latex/ppower4
7ac8a96b
ZU
12102# Prosper preview.
12103%{texmfdist}/source/latex/ppr-prv
f65b3398 12104%{texmfdist}/tex/latex/ppr-prv
7ac8a96b
ZU
12105# Make label references "self-identify".
12106%{texmfdist}/source/latex/prettyref
f65b3398 12107%{texmfdist}/tex/latex/prettyref
7ac8a96b
ZU
12108# Shortcuts commands to symbols used in probability texts.
12109%{texmfdist}/source/latex/proba
f65b3398 12110%{texmfdist}/tex/latex/proba
f65b3398 12111%{texmfdist}/tex/latex/procIAGssymp
7ac8a96b 12112# Literate programming package.
f65b3398 12113%{texmfdist}/tex/latex/protex
7ac8a96b
ZU
12114# A class for typesetting minutes (only german).
12115%{texmfdist}/source/latex/protocol
f65b3398 12116%{texmfdist}/tex/latex/protocol
7ac8a96b
ZU
12117# A psfrag eXtension.
12118%{texmfdist}/source/latex/psfragx
f65b3398
ZU
12119%{texmfdist}/tex/latex/psfragx
12120%{texmfdist}/tex/latex/psgo
7ac8a96b
ZU
12121# PostScript picture support.
12122%{texmfdist}/source/latex/pspicture
f65b3398 12123%{texmfdist}/tex/latex/pspicture
7ac8a96b 12124# LaTeX macros for typesetting trees.
f65b3398 12125%{texmfdist}/tex/latex/qobitree
7ac8a96b
ZU
12126# Bundle for unit tests and pattern matching.
12127%{texmfdist}/source/latex/qstest
f65b3398 12128%{texmfdist}/tex/latex/qstest
7ac8a96b
ZU
12129# Consistent quote marks.
12130%{texmfdist}/source/latex/quotmark
f65b3398
ZU
12131%{texmfdist}/tex/latex/quotmark
12132%{texmfdist}/tex/latex/r_und_s
7ac8a96b
ZU
12133# Marginal pictures.
12134%{texmfdist}/source/latex/randbild
f65b3398 12135%{texmfdist}/tex/latex/randbild
7ac8a96b
ZU
12136# Use RCS (revision control system) tags in LaTeX documents.
12137%{texmfdist}/source/latex/rcs
f65b3398 12138%{texmfdist}/tex/latex/rcs
7ac8a96b
ZU
12139# Support for the revision control system.
12140%{texmfdist}/source/latex/rcsinfo
f65b3398 12141%{texmfdist}/tex/latex/rcsinfo
7ac8a96b 12142# Recycle top matter.
f65b3398 12143%{texmfdist}/tex/latex/rectopma
7ac8a96b 12144# Check references (in figures, table, equations, etc).
f65b3398 12145%{texmfdist}/tex/latex/refcheck
7ac8a96b
ZU
12146# Advanced formatting of cross references.
12147%{texmfdist}/source/latex/refstyle
f65b3398 12148%{texmfdist}/tex/latex/refstyle
7ac8a96b
ZU
12149# A "relaxed" font encoding.
12150%{texmfdist}/source/latex/relenc
f65b3398 12151%{texmfdist}/tex/latex/relenc
7ac8a96b 12152# Repeat items in an index after a page or column break
f65b3398
ZU
12153%{texmfdist}/tex/latex/repeatindex
12154%{texmfdist}/tex/latex/resume
7ac8a96b 12155# Rewrite labels in EPS graphics.
f65b3398 12156%{texmfdist}/tex/latex/rlepsf
7ac8a96b
ZU
12157# A package to help change page layout parameters in LaTeX.
12158%{texmfdist}/source/latex/rmpage
f65b3398 12159%{texmfdist}/tex/latex/rmpage
7ac8a96b 12160# Create index with pagerefs.
f65b3398 12161%{texmfdist}/tex/latex/robustindex
7ac8a96b
ZU
12162# Drawing rhetorical structure analysis diagrams in LaTeX.
12163%{texmfdist}/source/latex/rst
f65b3398 12164%{texmfdist}/tex/latex/rst
7ac8a96b
ZU
12165# Input encoding with fallback procedures.
12166%{texmfdist}/source/latex/rtkinenc
f65b3398
ZU
12167%{texmfdist}/tex/latex/rtkinenc
12168%{texmfdist}/tex/latex/rtklage
7ac8a96b
ZU
12169# Embed Sage code and plots into LaTeX.
12170%{texmfdist}/source/latex/sagetex
f65b3398 12171%{texmfdist}/tex/latex/sagetex
7ac8a96b
ZU
12172# Sanskrit support.
12173%{texmfdist}/source/latex/sanskrit
f65b3398 12174%{texmfdist}/tex/latex/sanskrit
7ac8a96b
ZU
12175# A bundle of utilities by Jonathan Sauer.
12176%{texmfdist}/source/latex/sauerj
f65b3398 12177%{texmfdist}/tex/latex/sauerj
7ac8a96b
ZU
12178# Use sauter fonts in LaTeX.
12179%{texmfdist}/source/latex/sauterfonts
f65b3398 12180%{texmfdist}/tex/latex/sauterfonts
7ac8a96b
ZU
12181# Save name of the footnote mark for reuse.
12182%{texmfdist}/source/latex/savefnmark
f65b3398 12183%{texmfdist}/tex/latex/savefnmark
7ac8a96b 12184# Redefine symbols where names conflict.
f65b3398 12185%{texmfdist}/tex/latex/savesym
7ac8a96b
ZU
12186# Pack as much as possible onto each page of a LaTeX document.
12187%{texmfdist}/source/latex/savetrees
f65b3398 12188%{texmfdist}/tex/latex/savetrees
7ac8a96b
ZU
12189# Create scalebars for maps, diagrams or photos.
12190%{texmfdist}/source/latex/scalebar
f65b3398 12191%{texmfdist}/tex/latex/scalebar
7ac8a96b 12192# Format a scientific paper for journal
f65b3398 12193%{texmfdist}/tex/latex/scientificpaper
7ac8a96b 12194# Make posters of ISO A3 size and larger.
f65b3398 12195%{texmfdist}/tex/latex/sciposter
7ac8a96b
ZU
12196# Use Scientific Word/WorkPlace files with another TeX.
12197%{texmfdist}/source/latex/sciwordconv
f65b3398 12198%{texmfdist}/tex/latex/sciwordconv
7ac8a96b 12199# Macros for Segmented Discourse Representation Theory.
f65b3398 12200%{texmfdist}/tex/latex/sdrt
7ac8a96b 12201# Create fancy boxed ((sub)sub)sections.
f65b3398 12202%{texmfdist}/tex/latex/sectionbox
7ac8a96b
ZU
12203# Help for writing programming language semantics.
12204%{texmfdist}/source/latex/semantic
f65b3398 12205%{texmfdist}/tex/latex/semantic
7ac8a96b 12206# Semaphore alphabet font.
f65b3398 12207%{texmfdist}/tex/latex/semaphor
7ac8a96b
ZU
12208# Put only special contents on left-hand pages in two sided layout.
12209%{texmfdist}/source/latex/semioneside
f65b3398 12210%{texmfdist}/tex/latex/semioneside
7ac8a96b
ZU
12211# Split long sequences of characters in a neutral way.
12212%{texmfdist}/source/latex/seqsplit
f65b3398 12213%{texmfdist}/tex/latex/seqsplit
7ac8a96b 12214%{texmfdist}/source/latex/sf298
f65b3398 12215%{texmfdist}/tex/latex/sf298
7ac8a96b
ZU
12216# Typesetting science fiction/fantasy manuscripts.
12217%{texmfdist}/source/latex/sffms
f65b3398 12218%{texmfdist}/tex/latex/sffms
7ac8a96b 12219# Draw signal flow graphs.
f65b3398 12220%{texmfdist}/tex/latex/sfg
7ac8a96b 12221# LaTeX style for typesetting strategic games.
f65b3398 12222%{texmfdist}/tex/latex/sgame
7ac8a96b 12223# Shade the background of any box.
f65b3398 12224%{texmfdist}/tex/latex/shadbox
7ac8a96b 12225# Theorem environments that are shaded
f65b3398 12226%{texmfdist}/tex/latex/shadethm
7ac8a96b
ZU
12227# Table of contents with different depths.
12228%{texmfdist}/source/latex/shorttoc
f65b3398 12229%{texmfdist}/tex/latex/shorttoc
7ac8a96b
ZU
12230# Variants of \show for LaTeX2e.
12231%{texmfdist}/source/latex/show2e
f65b3398 12232%{texmfdist}/tex/latex/show2e
7ac8a96b 12233%{texmfdist}/source/latex/showexpl
f65b3398 12234%{texmfdist}/tex/latex/showexpl
7ac8a96b
ZU
12235# A font to draw a skull.
12236%{texmfdist}/source/latex/skull
f65b3398 12237%{texmfdist}/tex/latex/skull
7ac8a96b
ZU
12238# Access different-shaped small-caps fonts.
12239%{texmfdist}/source/latex/slantsc
f65b3398 12240%{texmfdist}/tex/latex/slantsc
7ac8a96b 12241# Create listoffigures etc. in a single chapter.
f65b3398 12242%{texmfdist}/tex/latex/smalltableof
7ac8a96b 12243# Extend LaTeX's \ref capability.
f65b3398 12244%{texmfdist}/tex/latex/smartref
7ac8a96b 12245# Classes for Société mathématique de France publications.
f65b3398 12246%{texmfdist}/tex/latex/smflatex
7ac8a96b
ZU
12247# List the external dependencies of a LaTeX document.
12248%{texmfdist}/source/latex/snapshot
f65b3398 12249%{texmfdist}/tex/latex/snapshot
7ac8a96b 12250# Fonts and a macro for Soyombo under LaTeX.
f65b3398 12251%{texmfdist}/tex/latex/soyombo
7ac8a96b 12252# Drawing sparklines: intense, simple, wordlike graphics.
f65b3398 12253%{texmfdist}/tex/latex/sparklines
7ac8a96b 12254# Support for formatting SPIE Proceedings manuscripts.
f65b3398 12255%{texmfdist}/tex/latex/spie
7ac8a96b
ZU
12256# Split and reorder your bibliography.
12257%{texmfdist}/source/latex/splitbib
f65b3398 12258%{texmfdist}/tex/latex/splitbib
7ac8a96b 12259# Macros to typeset simple bitmaps with LaTeX.
f65b3398 12260%{texmfdist}/tex/latex/sprite
7ac8a96b
ZU
12261# Jump between DVI and TeX files.
12262%{texmfdist}/source/latex/srcltx
f65b3398 12263%{texmfdist}/tex/latex/srcltx
7ac8a96b
ZU
12264# Use the cmssq fonts.
12265%{texmfdist}/source/latex/ssqquote
f65b3398 12266%{texmfdist}/tex/latex/ssqquote
7ac8a96b 12267# Statistics style.
f65b3398 12268%{texmfdist}/tex/latex/statex2
7ac8a96b
ZU
12269# Store statistics of a document.
12270%{texmfdist}/source/latex/statistik
f65b3398 12271%{texmfdist}/tex/latex/statistik
7ac8a96b
ZU
12272# Typeset Icelandic staves and runic letters.
12273%{texmfdist}/source/latex/staves
f65b3398 12274%{texmfdist}/tex/latex/staves
7ac8a96b
ZU
12275# Standard pages with n lines of at most m characters each.
12276%{texmfdist}/source/latex/stdpage
f65b3398 12277%{texmfdist}/tex/latex/stdpage
7ac8a96b
ZU
12278# Stellenbosch thesis bundle.
12279%{texmfdist}/source/latex/stellenbosch
f65b3398 12280%{texmfdist}/tex/latex/stellenbosch
7ac8a96b
ZU
12281# An Infrastructure for Semantic Preloading of LaTeX Documents.
12282%{texmfdist}/source/latex/stex
f65b3398 12283%{texmfdist}/tex/latex/stex
7ac8a96b
ZU
12284# Draw Nassi-Schneidermann charts
12285%{texmfdist}/source/latex/struktex
f65b3398 12286%{texmfdist}/tex/latex/struktex
7ac8a96b 12287# Various macros.
f65b3398 12288%{texmfdist}/tex/latex/sttools
7ac8a96b 12289# Create tear-off stubs at the bottom of a page.
f65b3398 12290%{texmfdist}/tex/latex/stubs
7ac8a96b
ZU
12291# Sub-numbering for figures and tables.
12292%{texmfdist}/source/latex/subfloat
f65b3398 12293%{texmfdist}/tex/latex/subfloat
7ac8a96b 12294# SAS(R) user group conference proceedings document class.
f65b3398 12295%{texmfdist}/tex/latex/sugconf
7ac8a96b 12296# Define SVG named colours.
f65b3398 12297%{texmfdist}/tex/latex/svgcolor
7ac8a96b
ZU
12298# Subversion keywords in multi-file LaTeX documents
12299%{texmfdist}/source/latex/svn-multi
f65b3398 12300%{texmfdist}/tex/latex/svn-multi
7ac8a96b
ZU
12301# Typeset Subversion keywords.
12302%{texmfdist}/source/latex/svn
f65b3398 12303%{texmfdist}/tex/latex/svn
7ac8a96b
ZU
12304# Typeset Subversion Keywords.
12305%{texmfdist}/source/latex/svninfo
f65b3398 12306%{texmfdist}/tex/latex/svninfo
7ac8a96b
ZU
12307# Graphical/textual representations of swimming performances
12308%{texmfdist}/source/latex/swimgraf
f65b3398
ZU
12309%{texmfdist}/tex/latex/swimgraf
12310%{texmfdist}/tex/latex/symbol
7ac8a96b 12311# Easy drawing of syntactic proofs.
f65b3398
ZU
12312%{texmfdist}/tex/latex/synproof
12313%{texmfdist}/tex/latex/syntax
7ac8a96b
ZU
12314# Labels for tracing in a syntax tree.
12315%{texmfdist}/source/latex/syntrace
f65b3398 12316%{texmfdist}/tex/latex/syntrace
7ac8a96b
ZU
12317# Typeset syntactic trees.
12318%{texmfdist}/source/latex/synttree
f65b3398 12319%{texmfdist}/tex/latex/synttree
7ac8a96b 12320# Fonts and macro package for drawing timing diagrams.
f65b3398 12321%{texmfdist}/tex/latex/timing
7ac8a96b
ZU
12322# Section numbering and table of contents control.
12323%{texmfdist}/source/latex/tocvsec2
f65b3398 12324%{texmfdist}/tex/latex/tocvsec2
7ac8a96b 12325# A tokenizer.
f65b3398 12326%{texmfdist}/tex/latex/tokenizer
7ac8a96b
ZU
12327# Macros for writing indices, glossaries.
12328%{texmfdist}/source/latex/toolbox
f65b3398 12329%{texmfdist}/tex/latex/toolbox
7ac8a96b
ZU
12330# Bundle of files for typsetting theses.
12331%{texmfdist}/source/latex/toptesi
f65b3398 12332%{texmfdist}/tex/latex/toptesi
7ac8a96b 12333# A LaTeX package for configuring presentation fonts.
f65b3398 12334%{texmfdist}/tex/latex/tpslifonts
7ac8a96b 12335# Adjust tracking of strings.
f65b3398 12336%{texmfdist}/tex/latex/tracking
7ac8a96b
ZU
12337# Fonts from the Trajan column in Rome.
12338%{texmfdist}/source/latex/trajan
f65b3398 12339%{texmfdist}/tex/latex/trajan
7ac8a96b 12340# Provide an open platform for packages to be localized.
f65b3398 12341%{texmfdist}/tex/latex/translator
7ac8a96b
ZU
12342# Trees and other linguists' macros.
12343%{texmfdist}/source/latex/tree-dvips
f65b3398 12344%{texmfdist}/tex/latex/tree-dvips
7ac8a96b
ZU
12345# Quick float definitions in LaTeX.
12346%{texmfdist}/source/latex/trivfloat
f65b3398 12347%{texmfdist}/tex/latex/trivfloat
7ac8a96b
ZU
12348# Typeset the (logic) turnstile notation.
12349%{texmfdist}/source/latex/turnstile
f65b3398 12350%{texmfdist}/tex/latex/turnstile
7ac8a96b 12351%{texmfdist}/source/latex/twoup
f65b3398 12352%{texmfdist}/tex/latex/twoup
7ac8a96b
ZU
12353# Print a typographic grid.
12354%{texmfdist}/source/latex/typogrid
f65b3398 12355%{texmfdist}/tex/latex/typogrid
7ac8a96b 12356# Time printing, in German.
f65b3398 12357%{texmfdist}/tex/latex/uhrzeit
f4f1ef6b 12358
26d8eaaa
ZU
12359# %files latex-palatcm
12360# %defattr(644,root,root,755)
12361# %{texmf}/tex/latex/palatcm
d08789e0 12362
f65b3398
ZU
12363%files latex-pdfslide
12364%defattr(644,root,root,755)
12365%doc %{texmfdist}/doc/latex/pdfslide
12366%{texmfdist}/tex/latex/pdfslide
12367
03d9d5fa
ZU
12368%files latex-pgf
12369%defattr(644,root,root,755)
12370%doc %{texmfdist}/doc/generic/pgf
6bc47e19
ZU
12371%doc %{texmfdist}/doc/latex/pgfplots
12372%{texmfdist}/source/latex/pgfplots
f4f1ef6b 12373%{texmfdist}/source/latex/pgfopts
8ed039e0
ZU
12374%{texmfdist}/tex/generic/pgf
12375%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
12376%{texmfdist}/tex/latex/pgf
12377%{texmfdist}/tex/latex/pgfopts
12378%{texmfdist}/tex/latex/pgfplots
12379
b7b4a109
ZU
12380%files latex-prosper
12381%defattr(644,root,root,755)
12382%doc %{texmfdist}/doc/latex/prosper
12383%{texmfdist}/tex/latex/prosper
c82fac6f 12384%{texmfdist}/source/latex/prosper
b7b4a109 12385
f65b3398
ZU
12386%files latex-polynom
12387%defattr(644,root,root,755)
12388%doc %{texmfdist}/doc/latex/polynom
12389%{texmfdist}/source/latex/polynom
12390%{texmfdist}/tex/latex/polynom
12391
12392%files latex-polynomial
12393%defattr(644,root,root,755)
12394%doc %{texmfdist}/doc/latex/polynomial
12395%{texmfdist}/source/latex/polynomial
12396%{texmfdist}/tex/latex/polynomial
12397
b7b4a109
ZU
12398%files latex-pseudocode
12399%defattr(644,root,root,755)
12400%doc %{texmfdist}/doc/latex/pseudocode
12401%{texmfdist}/tex/latex/pseudocode
12402
8efa6a9c
ZU
12403%files latex-pst-2dplot
12404%defattr(644,root,root,755)
12405%doc %{texmfdist}/doc/generic/pst-2dplot
12406%{texmfdist}/tex/latex/pst-2dplot
12407
12408%files latex-pst-3dplot
12409%defattr(644,root,root,755)
12410%doc %{texmfdist}/doc/generic/pst-3dplot
12411%{texmfdist}/dvips/pst-3dplot
12412%{texmfdist}/tex/generic/pst-3dplot
12413%{texmfdist}/tex/latex/pst-3dplot
12414
12415%files latex-pst-bar
12416%defattr(644,root,root,755)
12417%doc %{texmfdist}/doc/generic/pst-3dplot
12418%{texmfdist}/dvips/pst-bar
12419%{texmfdist}/tex/generic/pst-bar
12420%{texmfdist}/tex/latex/pst-bar
12421
12422%files latex-pst-circ
12423%defattr(644,root,root,755)
12424%doc %{texmfdist}/doc/generic/pst-circ
12425%{texmfdist}/dvips/pst-circ
12426%{texmfdist}/tex/generic/pst-circ
12427%{texmfdist}/tex/latex/pst-circ
12428
12429%files latex-pst-diffraction
12430%defattr(644,root,root,755)
12431%doc %{texmfdist}/doc/generic/pst-diffraction
12432%{texmfdist}/tex/generic/pst-diffraction
12433%{texmfdist}/tex/latex/pst-diffraction
12434
b7b4a109
ZU
12435%files latex-pst-eucl
12436%defattr(644,root,root,755)
8efa6a9c 12437%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
12438%{texmfdist}/tex/generic/pst-eucl
12439%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
12440
12441%files latex-pst-fun
12442%defattr(644,root,root,755)
12443%doc %{texmfdist}/doc/generic/pst-fun
12444%{texmfdist}/dvips/pst-fun
12445%{texmfdist}/tex/generic/pst-fun
12446%{texmfdist}/tex/latex/pst-fun
12447
12448%files latex-pst-func
12449%defattr(644,root,root,755)
12450%doc %{texmfdist}/doc/generic/pst-func
12451%{texmfdist}/dvips/pst-func
12452%{texmfdist}/tex/generic/pst-func
12453%{texmfdist}/tex/latex/pst-func
12454
12455%files latex-pst-infixplot
12456%defattr(644,root,root,755)
12457%doc %{texmfdist}/doc/generic/pst-infixplot
12458%{texmfdist}/tex/generic/pst-infixplot
12459%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
12460
12461%files latex-pst-fr3d
12462%defattr(644,root,root,755)
12463%doc %{texmfdist}/doc/generic/pst-fr3d
12464%{texmfdist}/source/generic/pst-fr3d
12465%{texmfdist}/tex/generic/pst-fr3d
12466%{texmfdist}/tex/latex/pst-fr3d
12467
12468%files latex-pst-fractal
12469%defattr(644,root,root,755)
12470%doc %{texmfdist}/doc/generic/pst-fractal
12471%{texmfdist}/dvips/pst-fractal
12472%{texmfdist}/tex/generic/pst-fractal
12473%{texmfdist}/tex/latex/pst-fractal
12474
8efa6a9c
ZU
12475%files latex-pst-math
12476%defattr(644,root,root,755)
12477%doc %{texmfdist}/doc/generic/pst-math
12478%{texmfdist}/dvips/pst-math
12479%{texmfdist}/tex/generic/pst-math
12480%{texmfdist}/tex/latex/pst-math
12481
12482%files latex-pst-ob3d
12483%defattr(644,root,root,755)
12484%doc %{texmfdist}/doc/generic/pst-ob3d
12485%{texmfdist}/source/generic/pst-ob3d
12486%{texmfdist}/tex/generic/pst-ob3d
12487%{texmfdist}/tex/latex/pst-ob3d
12488
12489%files latex-pst-optexp
12490%defattr(644,root,root,755)
12491%doc %{texmfdist}/doc/generic/pst-optexp
12492%{texmfdist}/dvips/pst-optexp
12493%{texmfdist}/tex/generic/pst-optexp
12494%{texmfdist}/tex/latex/pst-optexp
12495
12496%files latex-pst-optic
12497%defattr(644,root,root,755)
12498%doc %{texmfdist}/doc/generic/pst-optic
12499%{texmfdist}/tex/generic/pst-optic
12500%{texmfdist}/tex/latex/pst-optic
12501
12502%files latex-pst-text
12503%defattr(644,root,root,755)
12504%doc %{texmfdist}/doc/generic/pst-text
04123363 12505%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
12506%{texmfdist}/tex/generic/pst-text
12507%{texmfdist}/tex/latex/pst-text
12508
1024ab0e
ZU
12509%files latex-pst-uncategorized
12510%defattr(644,root,root,755)
12511%doc %{texmfdist}/doc/generic/pst-3d
12512%doc %{texmfdist}/doc/generic/pst-asr
12513%doc %{texmfdist}/doc/generic/pst-bar
12514%doc %{texmfdist}/doc/generic/pst-barcode
12515%doc %{texmfdist}/doc/generic/pst-blur
12516%doc %{texmfdist}/doc/generic/pst-coil
12517%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
12518# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
12519# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
12520%doc %{texmfdist}/doc/generic/pst-dbicons
12521%doc %{texmfdist}/doc/generic/pst-eps
12522%doc %{texmfdist}/doc/generic/pst-fill
12523%doc %{texmfdist}/doc/generic/pst-geo
12524%doc %{texmfdist}/doc/generic/pst-ghsb
12525%doc %{texmfdist}/doc/generic/pst-gr3d
12526%doc %{texmfdist}/doc/generic/pst-grad
12527%doc %{texmfdist}/doc/generic/pst-jtree
12528%doc %{texmfdist}/doc/generic/pst-labo
12529%doc %{texmfdist}/doc/generic/pst-lens
12530%doc %{texmfdist}/doc/generic/pst-light3d
12531%doc %{texmfdist}/doc/generic/pst-osci
12532%doc %{texmfdist}/doc/generic/pst-pad
12533%doc %{texmfdist}/doc/generic/pst-pdgr
12534%doc %{texmfdist}/doc/generic/pst-poly
12535%doc %{texmfdist}/doc/generic/pst-qtree
12536%doc %{texmfdist}/doc/generic/pst-slpe
12537%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
12538# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
12539# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
12540%doc %{texmfdist}/doc/generic/pst-soroban
12541%doc %{texmfdist}/doc/generic/pst-spectra
12542%doc %{texmfdist}/doc/generic/pst-stru
12543%doc %{texmfdist}/doc/generic/pst-uml
12544%doc %{texmfdist}/doc/generic/pst-vue3d
12545%doc %{texmfdist}/doc/latex/auto-pst-pdf
12546%doc %{texmfdist}/doc/latex/pst-pdf
12547%{texmfdist}/dvips/pst-barcode
12548%{texmfdist}/dvips/pst-blur
12549%{texmfdist}/dvips/pst-coil
12550%{texmfdist}/dvips/pst-cox
12551%{texmfdist}/dvips/pst-eucl
12552%{texmfdist}/dvips/pst-geo
12553%{texmfdist}/dvips/pst-ghsb
12554%{texmfdist}/dvips/pst-grad
12555%{texmfdist}/dvips/pst-light3d
12556%{texmfdist}/dvips/pst-slpe
12557%{texmfdist}/dvips/pst-solides3d
12558%{texmfdist}/dvips/pst-spectra
12559%{texmfdist}/dvips/pst-vue3d
12560%{texmfdist}/scripts/pst-pdf
12561%{texmfdist}/source/generic/pst-3d
12562%{texmfdist}/source/generic/pst-3dplot
12563%{texmfdist}/source/generic/pst-barcode
12564%{texmfdist}/source/generic/pst-blur
12565%{texmfdist}/source/generic/pst-circ
12566%{texmfdist}/source/generic/pst-coil
12567%{texmfdist}/source/generic/pst-dbicons
12568%{texmfdist}/source/generic/pst-diffraction
12569%{texmfdist}/source/generic/pst-eps
12570%{texmfdist}/source/generic/pst-fill
12571%{texmfdist}/source/generic/pst-fractal
12572%{texmfdist}/source/generic/pst-fun
12573%{texmfdist}/source/generic/pst-func
12574%{texmfdist}/source/generic/pst-lens
12575%{texmfdist}/source/generic/pst-light3d
12576%{texmfdist}/source/generic/pst-optic
12577%{texmfdist}/source/generic/pst-pad
12578%{texmfdist}/source/generic/pst-pdgr
12579%{texmfdist}/source/generic/pst-slpe
12580%{texmfdist}/source/generic/pst-soroban
12581%{texmfdist}/source/generic/pst-text
12582%{texmfdist}/source/generic/pst-uml
12583%{texmfdist}/source/generic/pst-vue3d
12584%{texmfdist}/source/latex/auto-pst-pdf
12585%{texmfdist}/source/latex/pst-gr3d
12586%{texmfdist}/source/latex/pst-pdf
12587%{texmfdist}/source/latex/pst-poly
12588%{texmfdist}/tex/generic/pst-3d
12589%{texmfdist}/tex/generic/pst-asr
12590%{texmfdist}/tex/generic/pst-barcode
12591%{texmfdist}/tex/generic/pst-blur
12592%{texmfdist}/tex/generic/pst-coil
12593%{texmfdist}/tex/generic/pst-cox
12594%{texmfdist}/tex/generic/pst-eps
12595%{texmfdist}/tex/generic/pst-fill
12596%{texmfdist}/tex/generic/pst-geo
12597%{texmfdist}/tex/generic/pst-ghsb
12598%{texmfdist}/tex/generic/pst-gr3d
12599%{texmfdist}/tex/generic/pst-grad
12600%{texmfdist}/tex/generic/pst-jtree
12601%{texmfdist}/tex/generic/pst-labo
12602%{texmfdist}/tex/generic/pst-lens
12603%{texmfdist}/tex/generic/pst-light3d
12604%{texmfdist}/tex/generic/pst-osci
12605%{texmfdist}/tex/generic/pst-pad
12606%{texmfdist}/tex/generic/pst-pdgr
12607%{texmfdist}/tex/generic/pst-poly
12608%{texmfdist}/tex/generic/pst-qtree
12609%{texmfdist}/tex/generic/pst-slpe
12610%{texmfdist}/tex/generic/pst-solides3d
12611%{texmfdist}/tex/generic/pst-spectra
12612%{texmfdist}/tex/generic/pst-stru
12613%{texmfdist}/tex/generic/pst-vue3d
12614%{texmfdist}/tex/latex/pst-3d
12615%{texmfdist}/tex/latex/pst-asr
12616%{texmfdist}/tex/latex/pst-barcode
12617%{texmfdist}/tex/latex/pst-blur
12618%{texmfdist}/tex/latex/pst-coil
12619%{texmfdist}/tex/latex/pst-cox
12620%{texmfdist}/tex/latex/pst-dbicons
12621%{texmfdist}/tex/latex/pst-eps
12622%{texmfdist}/tex/latex/pst-fill
12623%{texmfdist}/tex/latex/pst-geo
12624%{texmfdist}/tex/latex/pst-ghsb
12625%{texmfdist}/tex/latex/pst-gr3d
12626%{texmfdist}/tex/latex/pst-grad
12627%{texmfdist}/tex/latex/pst-jtree
12628%{texmfdist}/tex/latex/pst-labo
12629%{texmfdist}/tex/latex/pst-lens
12630%{texmfdist}/tex/latex/pst-light3d
12631%{texmfdist}/tex/latex/pst-osci
12632%{texmfdist}/tex/latex/pst-pad
12633%{texmfdist}/tex/latex/pst-pdf
12634%{texmfdist}/tex/latex/pst-pdgr
12635%{texmfdist}/tex/latex/pst-poly
12636%{texmfdist}/tex/latex/pst-qtree
12637%{texmfdist}/tex/latex/pst-slpe
12638%{texmfdist}/tex/latex/pst-solides3d
12639%{texmfdist}/tex/latex/pst-soroban
12640%{texmfdist}/tex/latex/pst-spectra
12641%{texmfdist}/tex/latex/pst-stru
12642%{texmfdist}/tex/latex/pst-uml
12643%{texmfdist}/tex/latex/pst-vue3d
12644
d08789e0 12645%files latex-psnfss
489714ae 12646%defattr(644,root,root,755)
26d8eaaa 12647%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
12648%dir %{texmfdist}/source/latex
12649%dir %{texmfdist}/source/latex/latex-tds
12650%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 12651%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 12652%{texmfdist}/source/latex/psnfss
c82fac6f 12653%{texmfdist}/source/latex/latex-tds
26d8eaaa
ZU
12654%{texmfdist}/tex/latex/psnfss
12655
d08789e0
ZU
12656%files latex-pxfonts
12657%defattr(644,root,root,755)
26d8eaaa
ZU
12658%doc %{texmfdist}/doc/fonts/pxfonts
12659%{texmfdist}/tex/latex/pxfonts
12660%{texmfdist}/fonts/type1/public/pxfonts
12661%{texmfdist}/fonts/afm/public/pxfonts
12662%{texmfdist}/fonts/tfm/public/pxfonts
12663%{texmfdist}/fonts/vf/public/pxfonts
12664%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 12665
5b7eba8e
MB
12666#%files latex-qfonts
12667#%defattr(644,root,root,755)
d08789e0 12668
6c82f497
ZU
12669%files latex-SIstyle
12670%defattr(644,root,root,755)
12671%{texmfdist}/doc/latex/SIstyle
12672%{texmfdist}/source/latex/SIstyle
12673
3127b522
ZU
12674%files latex-SIunits
12675%defattr(644,root,root,755)
3127b522 12676%{texmfdist}/doc/latex/SIunits
5b7eba8e 12677%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
12678%{texmfdist}/source/latex/SIunits
12679
f65b3398
ZU
12680%files latex-siunitx
12681%defattr(644,root,root,755)
12682%{texmfdist}/doc/latex/siunitx
12683%{texmfdist}/tex/latex/siunitx
12684%{texmfdist}/source/latex/siunitx
12685
6c82f497
ZU
12686%files latex-Tabbing
12687%defattr(644,root,root,755)
12688%{texmfdist}/source/latex/Tabbing
12689%{texmfdist}/doc/latex/Tabbing
3127b522 12690
d08789e0
ZU
12691%files latex-txfonts
12692%defattr(644,root,root,755)
26d8eaaa
ZU
12693%doc %{texmfdist}/doc/fonts/txfonts
12694%{texmfdist}/fonts/type1/public/txfonts
12695%{texmfdist}/fonts/afm/public/txfonts
12696%{texmfdist}/fonts/enc/dvips/txfonts
12697%{texmfdist}/fonts/tfm/public/txfonts
12698%{texmfdist}/fonts/vf/public/txfonts
12699%{texmfdist}/fonts/map/dvips/txfonts
12700%{texmfdist}/tex/latex/txfonts
26d8eaaa 12701
7ea3a98b
ZU
12702%files latex-ucs
12703%defattr(644,root,root,755)
7ea3a98b 12704%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 12705%{texmfdist}/tex/latex/ucs
d08789e0
ZU
12706
12707%files latex-umlaute
12708%defattr(644,root,root,755)
2677a8b0 12709%{texmfdist}/tex/latex/umlaute
c82fac6f 12710%{texmfdist}/source/latex/umlaute
d08789e0 12711
26d8eaaa
ZU
12712# %files latex-urwvn
12713# %defattr(644,root,root,755)
d08789e0 12714
e67df411
ZU
12715%files latex-variations
12716%defattr(644,root,root,755)
e65bc3d5 12717%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
12718%{texmfdist}/tex/generic/variations
12719
d08789e0
ZU
12720%files latex-wasysym
12721%defattr(644,root,root,755)
26d8eaaa
ZU
12722%doc %{texmfdist}/doc/latex/wasysym
12723%{texmfdist}/tex/latex/wasysym
12724%{texmfdist}/source/latex/wasysym
d08789e0 12725
03d9d5fa
ZU
12726%files latex-xcolor
12727%defattr(644,root,root,755)
12728%doc %{texmfdist}/doc/latex/xcolor
04123363 12729%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
12730%{texmfdist}/source/latex/xcolor
12731
2496d461
ZU
12732# %files format-latex
12733# %defattr(644,root,root,755)
26d8eaaa 12734# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
12735
12736%files format-pdflatex
12737%defattr(644,root,root,755)
12738#%{texmf}/pdftex/latex/config
26d8eaaa 12739# %dir %{texmf}/pdftex/latex
d08789e0 12740%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 12741%{_mandir}/man1/pdflatex.1*
26d8eaaa 12742# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 12743
26d8eaaa
ZU
12744# %files platex
12745# %defattr(644,root,root,755)
12746# %doc %{texmf}/doc/latex/platex
12747# %dir %{texmf}/tex/platex
12748# %{texmf}/tex/platex/config
12749# %{texmf}/tex/latex/platex
d08789e0 12750
26d8eaaa
ZU
12751# %files format-platex
12752# %defattr(644,root,root,755)
12753# %attr(755,root,root) %{_bindir}/platex
d08789e0 12754#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 12755# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
12756#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
12757
26d8eaaa
ZU
12758# %files format-pdfplatex
12759# %defattr(644,root,root,755)
d08789e0
ZU
12760#%dir %{texmf}/pdftex/platex
12761#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
12762# %attr(755,root,root) %{_bindir}/pdfplatex
12763# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
12764
12765%files tex-babel
12766%defattr(644,root,root,755)
c9ddaf2d 12767%{texmfdist}/source/generic/babel
26d8eaaa
ZU
12768%doc %{texmfdist}/doc/generic/babel
12769%{texmfdist}/tex/generic/babel
d08789e0
ZU
12770
12771%files tex-german
12772%defattr(644,root,root,755)
26d8eaaa
ZU
12773%doc %{texmfdist}/doc/generic/german
12774%{texmfdist}/tex/generic/german
d08789e0
ZU
12775
12776%files tex-mfpic
12777%defattr(644,root,root,755)
26d8eaaa
ZU
12778%doc %{texmfdist}/doc/generic/mfpic
12779%{texmfdist}/tex/generic/mfpic
caaf987e 12780%{texmfdist}/source/generic/mfpic
d08789e0 12781
783773ac
ZU
12782%files tex-midnight
12783%defattr(644,root,root,755)
12784%doc %{texmfdist}/doc/generic/midnight
12785%{texmfdist}/tex/generic/midnight
12786
d08789e0
ZU
12787%files tex-misc
12788%defattr(644,root,root,755)
c9ddaf2d 12789%{texmfdist}/source/generic/tap
26d8eaaa
ZU
12790%doc %{texmfdist}/doc/latex/localloc
12791%doc %{texmfdist}/doc/generic/multido
12792%doc %{texmfdist}/doc/generic/tap
d08789e0 12793
26d8eaaa
ZU
12794%{texmfdist}/tex/generic/eijkhout
12795%{texmfdist}/tex/generic/multido
12796%{texmfdist}/tex/generic/misc
d08789e0
ZU
12797
12798%files tex-pictex
12799%defattr(644,root,root,755)
2677a8b0
ZU
12800%doc %{texmfdist}/doc/generic/pictex
12801%{texmfdist}/tex/generic/pictex
d08789e0 12802
29d720fe
ZU
12803%files tex-psizzl
12804%defattr(644,root,root,755)
12805%{texmfdist}/doc/psizzl
12806%{texmfdist}/source/psizzl
12807%{texmfdist}/tex/psizzl
12808
d08789e0
ZU
12809%files tex-pstricks
12810%defattr(644,root,root,755)
26d8eaaa 12811%doc %{texmfdist}/doc/generic/pstricks
783773ac 12812%doc %{texmfdist}/doc/generic/pstricks-add
26d8eaaa
ZU
12813%{texmfdist}/dvips/pstricks
12814%{texmfdist}/tex/generic/pstricks
783773ac 12815%{texmfdist}/tex/latex/pstricks-add
d08789e0 12816
26d8eaaa
ZU
12817# %files tex-qpx
12818# %defattr(644,root,root,755)
12819# %doc %{texmf}/doc/fonts/polish/qpx
12820# %{texmf}/tex/generic/qpx
d08789e0 12821
31bd2c4a 12822%files tex-qpxqtx
d08789e0 12823%defattr(644,root,root,755)
26d8eaaa
ZU
12824%doc %{texmfdist}/doc/fonts/qpxqtx
12825%{texmfdist}/fonts/tfm/public/qpxqtx
12826%{texmfdist}/fonts/vf/public/qpxqtx
12827%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
12828
12829%files tex-ruhyphen
12830%defattr(644,root,root,755)
26d8eaaa
ZU
12831%{texmfdist}/tex/generic/ruhyphen
12832%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
12833
12834%files tex-spanish
12835%defattr(644,root,root,755)
26d8eaaa 12836%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 12837%dir %{texmfdist}/source/latex/mapcodes
04123363 12838%dir %{texmfdist}/source/latex/polyglot
21c69d95 12839%dir %{texmfdist}/source/latex/polyglot/langs
21c69d95
ZU
12840%dir %{texmfdist}/tex/latex/babelbib
12841%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 12842%dir %{texmfdist}/tex/texsis
21c69d95 12843%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
12844%{texmfdist}/source/generic/babel/spanish.ins
12845%{texmfdist}/source/generic/babel/spanish.dtx
12846%{texmfdist}/source/latex/polyglot/langs/spanish.ld
12847%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
12848%{texmfdist}/source/latex/mapcodes/spanish.map
12849%{texmfdist}/source/latex/mapcodes/spanish.dtx
12850%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
12851%{texmfdist}/tex/generic/babel/spanish.sty
12852%{texmfdist}/tex/generic/babel/spanish.ldf
12853%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
12854%{texmfdist}/tex/latex/custom-bib/spanish.mbs
12855%{texmfdist}/tex/latex/babelbib/spanish.bdf
26d8eaaa 12856%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
12857
12858%files tex-texdraw
12859%defattr(644,root,root,755)
26d8eaaa
ZU
12860%doc %{texmfdist}/doc/texdraw
12861%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
12862
12863%files tex-thumbpdf
12864%defattr(644,root,root,755)
26d8eaaa 12865%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 12866%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
12867%{texmfdist}/tex/generic/thumbpdf
12868%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
12869%{_mandir}/man1/thumbpdf.1*
12870
12871%files tex-ukrhyph
12872%defattr(644,root,root,755)
26d8eaaa
ZU
12873%doc %{texmfdist}/doc/generic/ukrhyph
12874%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
12875
12876%files latex-vietnam
12877%defattr(644,root,root,755)
26d8eaaa
ZU
12878%doc %{texmfdist}/doc/generic/vntex
12879%{texmfdist}/tex/latex/vntex
d08789e0
ZU
12880
12881%files tex-xypic
12882%defattr(644,root,root,755)
26d8eaaa
ZU
12883%doc %{texmfdist}/doc/generic/xypic
12884%{texmfdist}/tex/generic/xypic
d08789e0
ZU
12885
12886%files tex-xkeyval
12887%defattr(644,root,root,755)
4a09ae1a
ZU
12888%doc %{texmfdist}/doc/latex/xkeyval
12889%{texmfdist}/source/latex/xkeyval
12890%{texmfdist}/tex/generic/xkeyval
12891%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
12892
12893%files fonts-adobe
12894%defattr(644,root,root,755)
4a09ae1a
ZU
12895%{texmfdist}/fonts/type1/adobe
12896%{texmfdist}/fonts/afm/adobe
12897%{texmfdist}/fonts/tfm/adobe
12898%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
12899
12900%files fonts-ae
12901%defattr(644,root,root,755)
4a09ae1a
ZU
12902%doc %{texmfdist}/doc/fonts/ae
12903%{texmfdist}/fonts/tfm/public/ae
12904%{texmfdist}/fonts/vf/public/ae
12905%{texmfdist}/source/fonts/ae
d08789e0
ZU
12906
12907%files fonts-ams
12908%defattr(644,root,root,755)
4a09ae1a
ZU
12909%{texmfdist}/bibtex/bst/ams
12910%{texmfdist}/bibtex/bib/ams
12911%{texmfdist}/dvips/ams
12912%{texmfdist}/fonts/source/public/ams
12913%{texmfdist}/fonts/type1/bluesky/ams
12914%{texmfdist}/fonts/afm/bluesky/ams
12915%{texmfdist}/fonts/tfm/public/ams
12916%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
12917
12918%files fonts-antp
12919%defattr(644,root,root,755)
26d8eaaa 12920%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
12921%{texmfdist}/fonts/enc/dvips/antp
12922%{texmfdist}/fonts/map/dvips/antp
12923%{texmfdist}/fonts/afm/public/antp
12924%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 12925%{texmfdist}/dvips/antp
d08789e0
ZU
12926
12927%files fonts-antt
12928%defattr(644,root,root,755)
4a09ae1a
ZU
12929%doc %{texmfdist}/doc/fonts/antt
12930%{texmfdist}/fonts/afm/public/antt
12931%{texmfdist}/fonts/opentype/public/antt
12932%{texmfdist}/fonts/enc/dvips/antt
12933%{texmfdist}/fonts/tfm/public/antt
12934%{texmfdist}/fonts/map/dvips/antt
12935%{texmfdist}/tex/plain/antt
12936%{texmfdist}/tex/latex/antt
d08789e0 12937
5bc70a92
MB
12938%files fonts-arphic
12939%defattr(644,root,root,755)
12940%doc %{texmfdist}/doc/fonts/arphic
12941%{texmfdist}/fonts/afm/arphic
12942%{texmfdist}/fonts/tfm/arphic
12943%{texmfdist}/fonts/vf/arphic
12944
d08789e0
ZU
12945%files fonts-bbm
12946%defattr(644,root,root,755)
4a09ae1a
ZU
12947%doc %{texmfdist}/doc/fonts/bbm
12948%{texmfdist}/fonts/source/public/bbm
12949%{texmfdist}/fonts/tfm/public/bbm
12950%{texmfdist}/source/latex/bbm
12951%{texmfdist}/tex/latex/bbm
d08789e0
ZU
12952
12953%files fonts-bbold
12954%defattr(644,root,root,755)
4a09ae1a
ZU
12955%{texmfdist}/fonts/source/public/bbold
12956%{texmfdist}/fonts/tfm/public/bbold
d08789e0 12957
4a09ae1a
ZU
12958# %files fonts-bh
12959# %defattr(644,root,root,755)
12960# %doc %{texmf}/doc/fonts/bh
12961# %{texmf}/fonts/tfm/bh
12962# %{texmf}/fonts/vf/bh
d08789e0
ZU
12963
12964%files fonts-bitstream
12965%defattr(644,root,root,755)
4a09ae1a
ZU
12966%{texmfdist}/fonts/afm/bitstrea
12967%{texmfdist}/fonts/tfm/bitstrea
12968%{texmfdist}/fonts/vf/bitstrea
d08789e0 12969
5b7eba8e
MB
12970#%files fonts-cbgreek
12971#%defattr(644,root,root,755)
d08789e0
ZU
12972
12973%files fonts-cc-pl
12974%defattr(644,root,root,755)
4a09ae1a
ZU
12975%{texmfdist}/fonts/source/public/cc-pl
12976%{texmfdist}/fonts/enc/dvips/cc-pl
12977%{texmfdist}/fonts/tfm/public/cc-pl
12978%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 12979
d08789e0
ZU
12980%files fonts-cg
12981%defattr(644,root,root,755)
4a09ae1a
ZU
12982%{texmfdist}/fonts/tfm/cg
12983%{texmfdist}/fonts/vf/cg
d08789e0
ZU
12984
12985%files fonts-cm
12986%defattr(644,root,root,755)
ffd94364 12987%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
12988%dir %{texmfdist}/doc/fonts
12989%dir %{texmfdist}/dvips
12990%dir %{texmfdist}/fonts/afm/bluesky
12991%dir %{texmfdist}/fonts/map/dvips
12992%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
12993%{texmfdist}/dvips/cm
12994%{texmfdist}/fonts/source/public/cm
12995%{texmfdist}/fonts/afm/bluesky/cm
12996%{texmfdist}/fonts/tfm/public/cm
12997%{texmfdist}/fonts/pk/ljfour/public/cm
12998%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
12999
13000%files fonts-cmbright
13001%defattr(644,root,root,755)
4a09ae1a
ZU
13002%doc %{texmfdist}/doc/latex/cmbright
13003%{texmfdist}/fonts/source/public/cmbright
13004%{texmfdist}/fonts/tfm/public/cmbright
13005%{texmfdist}/source/latex/cmbright
13006%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
13007
13008%files fonts-cmcyr
13009%defattr(644,root,root,755)
4a09ae1a
ZU
13010%doc %{texmfdist}/doc/fonts/cmcyr
13011%{texmfdist}/fonts/source/public/cmcyr
13012%{texmfdist}/fonts/type1/public/cmcyr
13013%{texmfdist}/fonts/tfm/public/cmcyr
13014%{texmfdist}/fonts/vf/public/cmcyr
13015%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
13016
13017%files fonts-cmextra
13018%defattr(644,root,root,755)
4a09ae1a
ZU
13019%{texmfdist}/fonts/source/public/cmextra
13020%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 13021
5d7e11d7
ZU
13022%files fonts-cmsuper
13023%defattr(644,root,root,755)
13024%doc %{texmfdist}/doc/fonts/cm-super
13025%{texmfdist}/fonts/afm/public/cm-super
13026%{texmfdist}/fonts/enc/dvips/cm-super
13027%{texmfdist}/fonts/map/dvips/cm-super
13028%{texmfdist}/fonts/map/vtex/cm-super
13029%{texmfdist}/fonts/type1/public/cm-super
13030
d08789e0
ZU
13031%files fonts-concmath
13032%defattr(644,root,root,755)
4a09ae1a
ZU
13033%doc %{texmfdist}/doc/fonts/concmath
13034%doc %{texmfdist}/doc/latex/concmath
13035%{texmfdist}/fonts/source/public/concmath
13036%{texmfdist}/fonts/tfm/public/concmath
13037%{texmfdist}/source/latex/concmath
13038%{texmfdist}/tex/latex/concmath
d08789e0
ZU
13039
13040%files fonts-concrete
13041%defattr(644,root,root,755)
4a09ae1a
ZU
13042%doc %{texmfdist}/doc/fonts/concrete
13043%{texmfdist}/fonts/source/public/concrete
13044%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
13045
13046%files fonts-cs
13047%defattr(644,root,root,755)
4a09ae1a
ZU
13048%{texmfdist}/dvips/cs
13049%{texmfdist}/fonts/source/public/cs
13050%{texmfdist}/fonts/enc/dvips/cs
13051%{texmfdist}/fonts/tfm/public/cs
13052%{texmfdist}/fonts/map/dvips/cs
d08789e0 13053
5b7eba8e
MB
13054#%files fonts-dstroke
13055#%defattr(644,root,root,755)
d08789e0
ZU
13056
13057%files fonts-ecc
13058%defattr(644,root,root,755)
4a09ae1a
ZU
13059%doc %{texmfdist}/doc/fonts/ecc
13060%{texmfdist}/fonts/source/public/ecc
13061%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
13062
13063%files fonts-eurosym
13064%defattr(644,root,root,755)
4a09ae1a
ZU
13065%doc %{texmfdist}/doc/fonts/eurosym
13066%{texmfdist}/fonts/source/public/eurosym
13067%{texmfdist}/fonts/tfm/public/eurosym
13068%{texmfdist}/fonts/map/dvips/eurosym
13069%{texmfdist}/source/fonts/eurosym
13070%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
13071
13072%files fonts-eulervm
13073%defattr(644,root,root,755)
7179ac92
ZU
13074%doc %{texmfdist}/doc/latex/eulervm
13075%{texmfdist}/fonts/tfm/public/eulervm
13076%{texmfdist}/fonts/vf/public/eulervm
13077%{texmfdist}/source/latex/eulervm
13078%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
13079
13080%files fonts-euxm
13081%defattr(644,root,root,755)
7179ac92
ZU
13082%{texmfdist}/fonts/source/public/euxm
13083%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
13084
13085%files fonts-gothic
13086%defattr(644,root,root,755)
7179ac92
ZU
13087%{texmfdist}/doc/fonts/gothic
13088%{texmfdist}/dvips/gothic
13089%{texmfdist}/fonts/source/public/gothic
13090%{texmfdist}/fonts/type1/public/gothic
13091%{texmfdist}/fonts/afm/public/gothic
13092%{texmfdist}/fonts/tfm/public/gothic
13093%{texmfdist}/fonts/vf/public/gothic
13094%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
13095
13096%files fonts-hoekwater
13097%defattr(644,root,root,755)
7179ac92
ZU
13098%{texmfdist}/fonts/afm/hoekwater
13099%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 13100%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
13101
13102%files fonts-jknappen
13103%defattr(644,root,root,755)
7179ac92
ZU
13104%{texmfdist}/fonts/source/jknappen
13105%{texmfdist}/fonts/tfm/jknappen
d08789e0 13106
70f52fe3
ZU
13107%files fonts-kpfonts
13108%defattr(644,root,root,755)
13109%dir %{texmfdist}/doc/fonts
13110%doc %{texmfdist}/doc/fonts/kpfonts
13111%{texmfdist}/fonts/afm/public/kpfonts
13112%{texmfdist}/fonts/map/public/kpfonts
13113%{texmfdist}/fonts/source/public/kpfonts
13114%{texmfdist}/fonts/tfm/public/kpfonts
13115%{texmfdist}/fonts/type1/public/kpfonts
13116%{texmfdist}/fonts/vf/public/kpfonts
13117%{texmfdist}/tex/latex/kpfonts
13118
d08789e0
ZU
13119%files fonts-latex
13120%defattr(644,root,root,755)
7179ac92 13121%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
13122%dir %{texmfdist}/fonts/source/public/latex-fonts
13123%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
13124%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
13125%dir %{texmfdist}/fonts/tfm/public/latex-fonts
13126%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
13127%{texmfdist}/fonts/source/public/esint
13128%{texmfdist}/fonts/tfm/public/esint
13129%{texmfdist}/source/latex/esint
13130%{texmfdist}/tex/latex/esint
f2555868
ZU
13131%{texmfdist}/fonts/source/public/latex-fonts/*
13132%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
13133%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
13134%{texmfdist}/fonts/tfm/public/latex-fonts/*
13135%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
13136
13137%files fonts-lh
13138%defattr(644,root,root,755)
7179ac92
ZU
13139%doc %{texmfdist}/doc/fonts/lh
13140%{texmfdist}/fonts/source/lh
13141%{texmfdist}/metapost/support/charlib/LH
13142%{texmfdist}/source/fonts/lh
13143%{texmfdist}/source/latex/lh
d08789e0
ZU
13144
13145%files fonts-lm
13146%defattr(644,root,root,755)
7179ac92
ZU
13147%doc %{texmfdist}/doc/fonts/lm
13148%{texmfdist}/fonts/type1/public/lm
13149%{texmfdist}/fonts/afm/public/lm
13150%{texmfdist}/fonts/opentype/public/lm
13151%{texmfdist}/fonts/enc/dvips/lm
13152%{texmfdist}/fonts/tfm/public/lm
13153%{texmfdist}/fonts/map/dvips/lm
13154%{texmfdist}/fonts/map/dvipdfm/lm
13155%{texmfdist}/source/fonts/lm
13156%{texmfdist}/tex/latex/lm
d08789e0
ZU
13157
13158%files fonts-marvosym
13159%defattr(644,root,root,755)
7179ac92 13160%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
13161%dir %{texmfdist}/source/fonts/eurofont
13162%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 13163%dir %{texmfdist}/tex/latex
7179ac92
ZU
13164%{texmfdist}/fonts/type1/public/marvosym
13165%{texmfdist}/fonts/afm/public/marvosym
13166%{texmfdist}/fonts/tfm/public/marvosym
13167%{texmfdist}/fonts/map/dvips/marvosym
f2555868 13168%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 13169%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
13170
13171%files fonts-mflogo
13172%defattr(644,root,root,755)
7179ac92
ZU
13173%doc %{texmfdist}/doc/latex/mflogo
13174%{texmfdist}/fonts/source/public/mflogo
13175%{texmfdist}/fonts/type1/hoekwater/mflogo
13176%{texmfdist}/fonts/afm/hoekwater/mflogo
13177%{texmfdist}/fonts/tfm/public/mflogo
13178%{texmfdist}/fonts/map/dvips/mflogo
13179%{texmfdist}/source/latex/mflogo
13180%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
13181
13182%files fonts-misc
13183%defattr(644,root,root,755)
7179ac92
ZU
13184%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
13185%{texmfdist}/fonts/source/public/misc
13186%{texmfdist}/fonts/tfm/public/misc
13187%{texmfdist}/fonts/misc
d08789e0
ZU
13188
13189%files fonts-monotype
13190%defattr(644,root,root,755)
7179ac92
ZU
13191%{texmfdist}/fonts/tfm/monotype
13192%{texmfdist}/fonts/vf/monotype
d08789e0 13193
f1ba8563
ZU
13194%files fonts-other
13195%defattr(644,root,root,755)
745facc7 13196
70f52fe3 13197
f4f1ef6b 13198%{texmf}/fonts/sfd
745facc7 13199%doc %{texmfdist}/doc/fonts/yi4latex
caaf987e 13200%{texmfdist}/fonts/afm/itc
f4f1ef6b 13201%{texmf}/fonts/map/glyphlist
caaf987e
ZU
13202%{texmfdist}/fonts/map/glyphlist
13203%{texmfdist}/fonts/source/public/knuthotherfonts
745facc7
ZU
13204%{texmfdist}/fonts/source/public/yi4latex
13205%{texmfdist}/fonts/tfm/public/yi4latex
13206
13207%{texmfdist}/fonts/tfm/public/pslatex
13208%{texmfdist}/fonts/map/dvips/pslatex
13209%{texmfdist}/fonts/vf/public/pslatex
13210
f1ba8563
ZU
13211%doc %{texmfdist}/doc/fonts/allrunes
13212%{texmfdist}/fonts/source/public/allrunes
13213%{texmfdist}/fonts/tfm/public/allrunes
13214%{texmfdist}/fonts/type1/public/allrunes
13215%{texmfdist}/source/fonts/allrunes
13216
13217%doc %{texmfdist}/doc/fonts/antiqua
13218%{texmfdist}/fonts/map/dvips/antiqua
13219
13220%{texmfdist}/fonts/source/public/apl
13221%{texmfdist}/fonts/tfm/public/apl
13222%{texmfdist}/source/fonts/apl
13223
8affbd2c
ZU
13224%{texmfdist}/fonts/afm/arabi
13225%{texmfdist}/fonts/tfm/arabi
13226%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
13227%{texmfdist}/fonts/enc/dvips/arabi
13228%{texmfdist}/fonts/map/dvips/arabi
13229
13230%{texmfdist}/fonts/map/dvips/arabtex
13231%{texmfdist}/fonts/source/public/arabtex
13232%{texmfdist}/fonts/tfm/public/arabtex
13233%{texmfdist}/fonts/type1/public/arabtex
13234
13235%doc %{texmfdist}/doc/fonts/archaic
13236%{texmfdist}/fonts/afm/public/archaic
13237%{texmfdist}/fonts/map/dvips/archaic
13238%{texmfdist}/fonts/source/public/archaic
13239%{texmfdist}/fonts/tfm/public/archaic
13240%{texmfdist}/fonts/type1/public/archaic
13241%{texmfdist}/source/fonts/archaic
13242
13243%doc %{texmfdist}/doc/fonts/arev
13244%{texmfdist}/fonts/afm/public/arev
13245%{texmfdist}/fonts/enc/dvips/arev
13246%{texmfdist}/fonts/map/dvips/arev
13247%{texmfdist}/fonts/tfm/public/arev
13248%{texmfdist}/fonts/type1/public/arev
13249%{texmfdist}/fonts/vf/public/arev
13250%{texmfdist}/source/fonts/arev
13251
13252%{texmfdist}/fonts/tfm/vntex/arevvn
13253%{texmfdist}/fonts/type1/vntex/arevvn
13254
13255%{texmfdist}/fonts/source/public/ar
13256%{texmfdist}/fonts/tfm/public/ar
13257
13258%doc %{texmfdist}/doc/fonts/armenian
13259%{texmfdist}/fonts/source/public/armenian
13260%{texmfdist}/fonts/tfm/public/armenian
13261
13262%{texmfdist}/fonts/map/dvips/arphic
13263
13264%doc %{texmfdist}/doc/fonts/malayalam
13265%doc %{texmfdist}/doc/fonts/Asana-Math
13266%{texmfdist}/fonts/opentype/public/Asana-Math
13267
13268%doc %{texmfdist}/doc/fonts/ascii
13269%{texmfdist}/fonts/map/dvips/ascii
13270%{texmfdist}/fonts/tfm/public/ascii
13271%{texmfdist}/fonts/type1/public/ascii
13272
13273%doc %{texmfdist}/doc/fonts/astro
13274%{texmfdist}/fonts/source/public/astro
13275%{texmfdist}/fonts/tfm/public/astro
13276
13277%{texmfdist}/fonts/afm/public/augie
13278%{texmfdist}/fonts/map/dvips/augie
13279%{texmfdist}/fonts/tfm/public/augie
13280%{texmfdist}/fonts/type1/public/augie
13281%{texmfdist}/fonts/vf/public/augie
13282
13283%doc %{texmfdist}/doc/fonts/auncial-new
13284%{texmfdist}/fonts/afm/public/auncial-new
13285%{texmfdist}/fonts/map/dvips/auncial-new
13286%{texmfdist}/fonts/tfm/public/auncial-new
13287%{texmfdist}/fonts/type1/public/auncial-new
13288%{texmfdist}/source/fonts/auncial-new
13289
13290%{texmfdist}/fonts/afm/public/aurical
13291%{texmfdist}/fonts/map/dvips/aurical
13292%{texmfdist}/fonts/source/public/aurical
13293%{texmfdist}/fonts/tfm/public/aurical
13294%{texmfdist}/fonts/type1/public/aurical
13295
13296%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563 13297
f1ba8563
ZU
13298%{texmfdist}/fonts/source/public/bangtex
13299%{texmfdist}/fonts/tfm/public/bangtex
13300
13301%{texmfdist}/fonts/source/public/barcodes
13302%{texmfdist}/fonts/tfm/public/barcodes
13303
13304%{texmfdist}/fonts/source/public/bayer
13305%{texmfdist}/fonts/tfm/public/bayer
13306
13307%{texmfdist}/fonts/source/public/bbding
13308%{texmfdist}/fonts/tfm/public/bbding
13309
198c241e 13310%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
13311
13312%{texmfdist}/fonts/source/public/bengali
13313%{texmfdist}/fonts/tfm/public/bengali
13314
13315%doc %{texmfdist}/doc/fonts/bera
13316%{texmfdist}/fonts/afm/public/bera
13317%{texmfdist}/fonts/map/dvips/bera
13318%{texmfdist}/fonts/map/vtex/bera
13319%{texmfdist}/fonts/tfm/public/bera
13320%{texmfdist}/fonts/type1/public/bera
13321%{texmfdist}/fonts/vf/public/bera
13322
13323%doc %{texmfdist}/doc/fonts/blacklettert1
13324%{texmfdist}/fonts/tfm/public/blacklettert1
13325%{texmfdist}/fonts/vf/public/blacklettert1
13326%{texmfdist}/source/fonts/blacklettert1
13327
13328%doc %{texmfdist}/doc/fonts/boisik
13329%{texmfdist}/fonts/source/public/boisik
13330
13331%doc %{texmfdist}/doc/fonts/bookhands
13332%{texmfdist}/fonts/source/public/bookhands
13333
13334%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
13335
13336%{texmfdist}/fonts/afm/public/brushscr
13337%{texmfdist}/fonts/map/dvips/brushscr
13338%{texmfdist}/fonts/tfm/public/brushscr
13339%{texmfdist}/fonts/type1/public/brushscr
13340%{texmfdist}/fonts/vf/public/brushscr
13341
13342%doc %{texmfdist}/doc/fonts/burmese
13343%{texmfdist}/fonts/map/dvips/burmese
13344%{texmfdist}/fonts/tfm/public/burmese
13345%{texmfdist}/fonts/type1/public/burmese
13346
8affbd2c
ZU
13347%doc %{texmfdist}/doc/fonts/cns
13348%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
13349
13350%{texmfdist}/fonts/enc/dvips/c90enc
13351
13352%{texmfdist}/fonts/source/public/calligra
13353%{texmfdist}/fonts/tfm/public/calligra
13354
13355%doc %{texmfdist}/doc/fonts/carolmin-ps
13356%{texmfdist}/fonts/afm/public/carolmin-ps
13357%{texmfdist}/fonts/map/dvips/carolmin-ps
13358%{texmfdist}/fonts/type1/public/carolmin-ps
13359
13360%{texmfdist}/fonts/source/public/casyl
13361%{texmfdist}/fonts/tfm/public/casyl
13362
13363%{texmfdist}/fonts/source/public/cbcoptic
13364%{texmfdist}/fonts/tfm/public/cbcoptic
13365%{texmfdist}/fonts/type1/public/cbcoptic
13366
13367%doc %{texmfdist}/doc/fonts/cbfonts
13368%{texmfdist}/fonts/enc/dvips/cbfonts
13369%{texmfdist}/fonts/map/dvips/cbfonts
13370%{texmfdist}/fonts/source/public/cbfonts
13371%{texmfdist}/fonts/tfm/public/cbfonts
13372%{texmfdist}/fonts/type1/public/cbfonts
13373
c9ddaf2d 13374%doc %{texmfdist}/doc/fonts/charter
f1ba8563
ZU
13375%{texmfdist}/fonts/afm/vntex/chartervn
13376%{texmfdist}/fonts/tfm/vntex/chartervn
13377%{texmfdist}/fonts/type1/vntex/chartervn
13378%{texmfdist}/fonts/vf/vntex/chartervn
13379
f1ba8563
ZU
13380%{texmfdist}/fonts/source/public/cherokee
13381%{texmfdist}/fonts/tfm/public/cherokee
13382
f1ba8563
ZU
13383%{texmfdist}/fonts/source/public/china2e
13384%{texmfdist}/fonts/tfm/public/china2e
13385
13386%{texmfdist}/fonts/source/public/circ
13387%{texmfdist}/fonts/tfm/public/circ
13388
13389%doc %{texmfdist}/doc/fonts/cirth
13390%{texmfdist}/fonts/source/public/cirth
13391%{texmfdist}/fonts/tfm/public/cirth
13392
13393%doc %{texmfdist}/doc/fonts/cjhebrew
13394%{texmfdist}/fonts/afm/public/cjhebrew
13395%{texmfdist}/fonts/enc/dvips/cjhebrew
13396%{texmfdist}/fonts/map/dvips/cjhebrew
13397%{texmfdist}/fonts/tfm/public/cjhebrew
13398%{texmfdist}/fonts/type1/public/cjhebrew
13399%{texmfdist}/fonts/vf/public/cjhebrew
13400
13401%{texmfdist}/fonts/source/public/clock
13402%{texmfdist}/fonts/tfm/public/clock
13403
13404%doc %{texmfdist}/doc/fonts/cmastro
13405%{texmfdist}/fonts/source/public/cmastro
13406%{texmfdist}/fonts/tfm/public/cmastro
13407
13408%{texmfdist}/fonts/tfm/vntex/cmbrightvn
13409%{texmfdist}/fonts/type1/vntex/cmbrightvn
13410
13411%{texmfdist}/fonts/type1/public/cmex
13412
13413%{texmfdist}/fonts/afm/public/cm-lgc
13414%{texmfdist}/fonts/enc/dvips/cm-lgc
13415%{texmfdist}/fonts/map/dvips/cm-lgc
13416%{texmfdist}/fonts/ofm/public/cm-lgc
13417%{texmfdist}/fonts/ovf/public/cm-lgc
13418%{texmfdist}/fonts/tfm/public/cm-lgc
13419%{texmfdist}/fonts/type1/public/cm-lgc
13420%{texmfdist}/fonts/vf/public/cm-lgc
13421
f1ba8563
ZU
13422
13423%doc %{texmfdist}/doc/fonts/cmpica
13424%{texmfdist}/fonts/source/public/cmpica
13425%{texmfdist}/fonts/tfm/public/cmpica
13426
f1ba8563 13427
f1ba8563
ZU
13428%{texmfdist}/fonts/tfm/vntex/comicsansvn
13429%{texmfdist}/fonts/type1/vntex/comicsansvn
13430%{texmfdist}/fonts/vf/vntex/comicsansvn
13431
13432%{texmfdist}/fonts/tfm/vntex/concretevn
13433%{texmfdist}/fonts/type1/vntex/concretevn
13434
8affbd2c
ZU
13435%{texmfdist}/fonts/afm/ibm
13436%{texmfdist}/fonts/tfm/ibm
13437%{texmfdist}/fonts/vf/ibm
f1ba8563 13438%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
13439%{texmfdist}/fonts/tfm/cspsfonts-adobe
13440%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
13441
13442%doc %{texmfdist}/doc/fonts/croatian
13443%{texmfdist}/fonts/source/public/croatian
13444
13445%{texmfdist}/fonts/afm/public/cryst
13446%{texmfdist}/fonts/source/public/cryst
13447%{texmfdist}/fonts/tfm/public/cryst
13448%{texmfdist}/fonts/type1/public/cryst
13449
13450%{texmfdist}/fonts/source/public/ctib
13451%{texmfdist}/fonts/tfm/public/ctib
13452
13453%doc %{texmfdist}/doc/fonts/cyklop
13454%{texmfdist}/fonts/afm/public/cyklop
13455%{texmfdist}/fonts/enc/dvips/cyklop
13456%{texmfdist}/fonts/map/dvips/cyklop
13457%{texmfdist}/fonts/opentype/public/cyklop
13458%{texmfdist}/fonts/tfm/public/cyklop
13459%{texmfdist}/fonts/type1/public/cyklop
13460
13461%{texmfdist}/fonts/source/public/dancers
13462%{texmfdist}/fonts/tfm/public/dancers
13463
13464%doc %{texmfdist}/doc/fonts/dice
13465%{texmfdist}/fonts/source/public/dice
13466%{texmfdist}/fonts/tfm/public/dice
13467
13468%doc %{texmfdist}/doc/fonts/dictsym
13469%{texmfdist}/fonts/afm/public/dictsym
13470%{texmfdist}/fonts/map/dvips/dictsym
13471%{texmfdist}/fonts/map/vtex/dictsym
13472%{texmfdist}/fonts/tfm/public/dictsym
13473%{texmfdist}/fonts/type1/public/dictsym
13474
13475%doc %{texmfdist}/doc/fonts/dingbat
13476%{texmfdist}/fonts/tfm/public/dingbat
13477%{texmfdist}/source/fonts/dingbat
13478
f1ba8563
ZU
13479%doc %{texmfdist}/doc/fonts/doublestroke
13480%{texmfdist}/fonts/map/dvips/doublestroke
13481%{texmfdist}/fonts/source/public/doublestroke
13482%{texmfdist}/fonts/tfm/public/doublestroke
13483%{texmfdist}/fonts/type1/public/doublestroke
13484
13485%doc %{texmfdist}/doc/fonts/duerer
13486%{texmfdist}/fonts/source/public/duerer
13487%{texmfdist}/fonts/tfm/public/duerer
13488
13489%doc %{texmfdist}/doc/fonts/ean
13490%{texmfdist}/fonts/source/public/ean
13491%{texmfdist}/fonts/tfm/public/ean
13492
13493%doc %{texmfdist}/doc/fonts/eco
13494%{texmfdist}/fonts/tfm/public/eco
13495%{texmfdist}/fonts/vf/public/eco
13496%{texmfdist}/source/fonts/eco
13497
13498%doc %{texmfdist}/doc/fonts/eiad
13499%{texmfdist}/fonts/source/public/eiad
13500%{texmfdist}/fonts/tfm/public/eiad
13501
13502%doc %{texmfdist}/doc/fonts/elvish
13503%{texmfdist}/fonts/source/public/elvish
13504%{texmfdist}/fonts/tfm/public/elvish
13505
13506%doc %{texmfdist}/doc/fonts/epigrafica
13507%{texmfdist}/fonts/afm/public/epigrafica
13508%{texmfdist}/fonts/enc/dvips/epigrafica
13509%{texmfdist}/fonts/map/dvips/epigrafica
13510%{texmfdist}/fonts/tfm/public/epigrafica
13511%{texmfdist}/fonts/type1/public/epigrafica
13512%{texmfdist}/fonts/vf/public/epigrafica
13513
13514%{texmfdist}/fonts/map/dvips/epiolmec
13515%{texmfdist}/fonts/tfm/public/epiolmec
13516%{texmfdist}/fonts/type1/public/epiolmec
13517
13518%doc %{texmfdist}/doc/fonts/esint-type1
13519%{texmfdist}/fonts/map/dvips/esint-type1
13520%{texmfdist}/fonts/type1/public/esint-type1
13521
f1ba8563
ZU
13522%{texmfdist}/fonts/ofm/public/ethiop
13523%{texmfdist}/fonts/ovf/public/ethiop
13524%{texmfdist}/fonts/ovp/public/ethiop
13525%{texmfdist}/fonts/source/public/ethiop
13526%{texmfdist}/fonts/tfm/public/ethiop
13527
13528%{texmfdist}/fonts/map/dvips/ethiop-t1
13529%{texmfdist}/fonts/type1/public/ethiop-t1
13530
13531%doc %{texmfdist}/doc/fonts/euro-ce
13532%{texmfdist}/fonts/source/public/euro-ce
13533%{texmfdist}/fonts/tfm/public/euro-ce
13534
13535%doc %{texmfdist}/doc/fonts/eurofont
13536%{texmfdist}/fonts/map/dvips/eurofont
13537%{texmfdist}/source/fonts/eurofont
13538
f1ba8563
ZU
13539%doc %{texmfdist}/doc/fonts/feyn
13540%{texmfdist}/fonts/source/public/feyn
13541%{texmfdist}/fonts/tfm/public/feyn
13542%{texmfdist}/source/fonts/feyn
13543
13544%doc %{texmfdist}/doc/fonts/fge
13545%{texmfdist}/fonts/source/public/fge
13546%{texmfdist}/fonts/tfm/public/fge
13547%{texmfdist}/source/fonts/fge
13548
13549%{texmfdist}/fonts/map/dvips/foekfont
13550%{texmfdist}/fonts/tfm/public/foekfont
13551%{texmfdist}/fonts/type1/public/foekfont
13552
13553%doc %{texmfdist}/doc/fonts/fonetika
13554%{texmfdist}/fonts/afm/public/fonetika
13555%{texmfdist}/fonts/map/dvips/fonetika
13556%{texmfdist}/fonts/tfm/public/fonetika
13557%{texmfdist}/fonts/type1/public/fonetika
13558
13559%doc %{texmfdist}/doc/fonts/fourier
13560%{texmfdist}/fonts/afm/public/fourier
13561%{texmfdist}/fonts/map/dvips/fourier
13562%{texmfdist}/fonts/tfm/public/fourier
13563%{texmfdist}/fonts/type1/public/fourier
13564%{texmfdist}/fonts/vf/public/fourier
13565%{texmfdist}/source/fonts/fourier
13566
13567%doc %{texmfdist}/doc/fonts/fouriernc
13568%{texmfdist}/fonts/afm/public/fouriernc
13569%{texmfdist}/fonts/tfm/public/fouriernc
13570%{texmfdist}/fonts/vf/public/fouriernc
13571
13572%doc %{texmfdist}/doc/fonts/frcursive
13573%{texmfdist}/fonts/source/public/frcursive
13574%{texmfdist}/fonts/tfm/public/frcursive
13575%{texmfdist}/source/fonts/frcursive
13576
13577%doc %{texmfdist}/doc/fonts/futhark
13578%{texmfdist}/fonts/source/public/futhark
13579%{texmfdist}/fonts/tfm/public/futhark
13580
13581%{texmfdist}/fonts/afm/public/garuda
13582%{texmfdist}/fonts/map/dvips/garuda
13583%{texmfdist}/fonts/tfm/public/garuda
13584%{texmfdist}/fonts/type1/public/garuda
13585
13586%doc %{texmfdist}/doc/fonts/genealogy
13587%{texmfdist}/fonts/source/public/genealogy
13588%{texmfdist}/fonts/tfm/public/genealogy
13589
13590%doc %{texmfdist}/doc/fonts/gfsartemisia
13591%{texmfdist}/fonts/afm/public/gfsartemisia
13592%{texmfdist}/fonts/enc/dvips/gfsartemisia
13593%{texmfdist}/fonts/map/dvips/gfsartemisia
13594%{texmfdist}/fonts/opentype/public/gfsartemisia
13595%{texmfdist}/fonts/tfm/public/gfsartemisia
13596%{texmfdist}/fonts/type1/public/gfsartemisia
13597%{texmfdist}/fonts/vf/public/gfsartemisia
13598
13599%doc %{texmfdist}/doc/fonts/gfsbaskerville
13600%{texmfdist}/fonts/afm/public/gfsbaskerville
13601%{texmfdist}/fonts/enc/dvips/gfsbaskerville
13602%{texmfdist}/fonts/map/dvips/gfsbaskerville
13603%{texmfdist}/fonts/opentype/public/gfsbaskerville
13604%{texmfdist}/fonts/tfm/public/gfsbaskerville
13605%{texmfdist}/fonts/type1/public/gfsbaskerville
13606%{texmfdist}/fonts/vf/public/gfsbaskerville
13607
13608%doc %{texmfdist}/doc/fonts/gfsbodoni
13609%{texmfdist}/fonts/afm/public/gfsbodoni
13610%{texmfdist}/fonts/enc/dvips/gfsbodoni
13611%{texmfdist}/fonts/map/dvips/gfsbodoni
13612%{texmfdist}/fonts/opentype/public/gfsbodoni
13613%{texmfdist}/fonts/tfm/public/gfsbodoni
13614%{texmfdist}/fonts/type1/public/gfsbodoni
13615%{texmfdist}/fonts/vf/public/gfsbodoni
13616
13617%doc %{texmfdist}/doc/fonts/gfscomplutum
13618%{texmfdist}/fonts/afm/public/gfscomplutum
13619%{texmfdist}/fonts/enc/dvips/gfscomplutum
13620%{texmfdist}/fonts/map/dvips/gfscomplutum
13621%{texmfdist}/fonts/opentype/public/gfscomplutum
13622%{texmfdist}/fonts/tfm/public/gfscomplutum
13623%{texmfdist}/fonts/type1/public/gfscomplutum
13624%{texmfdist}/fonts/vf/public/gfscomplutum
13625
13626%doc %{texmfdist}/doc/fonts/gfsdidot
13627%{texmfdist}/fonts/afm/public/gfsdidot
13628%{texmfdist}/fonts/enc/dvips/gfsdidot
13629%{texmfdist}/fonts/map/dvips/gfsdidot
13630%{texmfdist}/fonts/opentype/public/gfsdidot
13631%{texmfdist}/fonts/tfm/public/gfsdidot
13632%{texmfdist}/fonts/type1/public/gfsdidot
13633%{texmfdist}/fonts/vf/public/gfsdidot
13634
13635%doc %{texmfdist}/doc/fonts/gfsneohellenic
13636%{texmfdist}/fonts/afm/public/gfsneohellenic
13637%{texmfdist}/fonts/enc/dvips/gfsneohellenic
13638%{texmfdist}/fonts/map/dvips/gfsneohellenic
13639%{texmfdist}/fonts/opentype/public/gfsneohellenic
13640%{texmfdist}/fonts/tfm/public/gfsneohellenic
13641%{texmfdist}/fonts/type1/public/gfsneohellenic
13642%{texmfdist}/fonts/vf/public/gfsneohellenic
13643
13644%doc %{texmfdist}/doc/fonts/gfsporson
13645%{texmfdist}/fonts/afm/public/gfsporson
13646%{texmfdist}/fonts/enc/dvips/gfsporson
13647%{texmfdist}/fonts/map/dvips/gfsporson
13648%{texmfdist}/fonts/opentype/public/gfsporson
13649%{texmfdist}/fonts/tfm/public/gfsporson
13650%{texmfdist}/fonts/type1/public/gfsporson
13651%{texmfdist}/fonts/vf/public/gfsporson
13652
13653%doc %{texmfdist}/doc/fonts/gfssolomos
13654%{texmfdist}/fonts/afm/public/gfssolomos
13655%{texmfdist}/fonts/enc/dvips/gfssolomos
13656%{texmfdist}/fonts/map/dvips/gfssolomos
13657%{texmfdist}/fonts/opentype/public/gfssolomos
13658%{texmfdist}/fonts/tfm/public/gfssolomos
13659%{texmfdist}/fonts/type1/public/gfssolomos
13660%{texmfdist}/fonts/vf/public/gfssolomos
13661
f1ba8563
ZU
13662
13663%doc %{texmfdist}/doc/fonts/greenpoint
13664%{texmfdist}/fonts/source/public/greenpoint
13665%{texmfdist}/fonts/tfm/public/greenpoint
13666
13667%{texmfdist}/fonts/afm/groff
13668%{texmfdist}/fonts/enc/dvips/groff
13669%{texmfdist}/fonts/map/dvips/groff
13670%{texmfdist}/fonts/tfm/groff
13671%{texmfdist}/fonts/type1/groff
13672
13673%doc %{texmfdist}/doc/fonts/grotesq
13674%{texmfdist}/fonts/map/dvips/grotesq
13675
13676%{texmfdist}/fonts/afm/vntex/grotesqvn
13677%{texmfdist}/fonts/tfm/vntex/grotesqvn
13678%{texmfdist}/fonts/type1/vntex/grotesqvn
13679
13680%{texmfdist}/fonts/afm/public/grverb
13681%{texmfdist}/fonts/map/dvips/grverb
13682%{texmfdist}/fonts/tfm/public/grverb
13683%{texmfdist}/fonts/type1/public/grverb
13684%{texmfdist}/fonts/vf/public/grverb
13685
13686%{texmfdist}/fonts/source/public/hands
13687%{texmfdist}/fonts/tfm/public/hands
13688
8affbd2c
ZU
13689%{texmfdist}/fonts/afm/jmn
13690%{texmfdist}/fonts/tfm/jmn
13691%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
13692
13693%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
13694
13695%doc %{texmfdist}/doc/fonts/hfbright
13696%{texmfdist}/fonts/afm/public/hfbright
13697%{texmfdist}/fonts/enc/dvips/hfbright
13698%{texmfdist}/fonts/map/dvips/hfbright
13699%{texmfdist}/fonts/type1/public/hfbright
13700%{texmfdist}/source/fonts/hfbright
13701
13702%doc %{texmfdist}/doc/fonts/hfoldsty
13703%{texmfdist}/fonts/tfm/public/hfoldsty
13704%{texmfdist}/fonts/vf/public/hfoldsty
13705%{texmfdist}/source/fonts/hfoldsty
13706
13707%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 13708%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
13709%{texmfdist}/fonts/afm/public/ibygrk
13710%{texmfdist}/fonts/enc/dvips/ibygrk
13711%{texmfdist}/fonts/map/dvips/ibygrk
13712%{texmfdist}/fonts/source/public/ibygrk
13713%{texmfdist}/fonts/tfm/public/ibygrk
13714%{texmfdist}/fonts/type1/public/ibygrk
13715
13716%doc %{texmfdist}/doc/fonts/ifsym
13717%{texmfdist}/fonts/source/public/ifsym
13718%{texmfdist}/fonts/tfm/public/ifsym
13719
13720%doc %{texmfdist}/doc/fonts/initials
13721%{texmfdist}/fonts/afm/public/initials
13722%{texmfdist}/fonts/map/dvips/initials
13723%{texmfdist}/fonts/tfm/public/initials
13724%{texmfdist}/fonts/type1/public/initials
13725
745facc7 13726%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
13727%{texmfdist}/fonts/afm/public/itrans
13728%{texmfdist}/fonts/source/public/itrans
13729%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
13730%{texmfdist}/fonts/type1/public/itrans
13731
745facc7 13732%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
13733%{texmfdist}/fonts/afm/public/iwona
13734%{texmfdist}/fonts/enc/dvips/iwona
13735%{texmfdist}/fonts/map/dvips/iwona
13736%{texmfdist}/fonts/opentype/public/iwona
13737%{texmfdist}/fonts/tfm/public/iwona
13738%{texmfdist}/fonts/type1/public/iwona
13739
13740%{texmfdist}/fonts/enc/dvips/jmn
13741%{texmfdist}/fonts/map/dvips/jmn
13742
745facc7 13743%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
13744%{texmfdist}/fonts/source/public/kdgreek
13745%{texmfdist}/fonts/tfm/public/kdgreek
13746
13747%{texmfdist}/fonts/afm/public/kerkis
13748%{texmfdist}/fonts/enc/dvips/kerkis
13749%{texmfdist}/fonts/map/dvips/kerkis
13750%{texmfdist}/fonts/tfm/public/kerkis
13751%{texmfdist}/fonts/type1/public/kerkis
13752%{texmfdist}/fonts/vf/public/kerkis
13753
13754%doc %{texmfdist}/doc/fonts/kixfont
13755%{texmfdist}/fonts/source/public/kixfont
13756%{texmfdist}/fonts/tfm/public/kixfont
13757
8affbd2c 13758%dir %{texmfdist}/fonts/map/public
745facc7 13759%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
13760%{texmfdist}/fonts/afm/public/kurier
13761%{texmfdist}/fonts/enc/dvips/kurier
13762%{texmfdist}/fonts/map/dvips/kurier
13763%{texmfdist}/fonts/opentype/public/kurier
13764%{texmfdist}/fonts/tfm/public/kurier
13765%{texmfdist}/fonts/type1/public/kurier
13766
13767%doc %{texmfdist}/doc/fonts/levy
13768%{texmfdist}/fonts/source/public/levy
13769
13770%doc %{texmfdist}/doc/fonts/lfb
13771%{texmfdist}/fonts/source/public/lfb
13772%{texmfdist}/fonts/tfm/public/lfb
13773
13774%doc %{texmfdist}/doc/fonts/libertine
13775%{texmfdist}/fonts/afm/public/libertine
13776%{texmfdist}/fonts/enc/dvips/libertine
13777%{texmfdist}/fonts/map/dvips/libertine
13778%{texmfdist}/fonts/tfm/public/libertine
13779%{texmfdist}/fonts/type1/public/libertine
13780%{texmfdist}/fonts/vf/public/libertine
13781
13782%doc %{texmfdist}/doc/fonts/linearA
13783%{texmfdist}/fonts/afm/public/linearA
13784%{texmfdist}/fonts/map/dvips/linearA
13785%{texmfdist}/fonts/tfm/public/linearA
13786%{texmfdist}/fonts/type1/public/linearA
13787%{texmfdist}/source/fonts/linearA
13788
13789%{texmfdist}/fonts/source/public/logic
13790%{texmfdist}/fonts/tfm/public/logic
13791
13792%doc %{texmfdist}/doc/fonts/lxfonts
13793%{texmfdist}/fonts/map/dvips/lxfonts
13794%{texmfdist}/fonts/source/public/lxfonts
13795%{texmfdist}/fonts/tfm/public/lxfonts
13796%{texmfdist}/fonts/type1/public/lxfonts
13797
13798%doc %{texmfdist}/doc/fonts/ly1
13799%{texmfdist}/fonts/map/dvips/ly1
13800
13801%{texmfdist}/fonts/source/public/malayalam
13802%{texmfdist}/fonts/tfm/public/malayalam
13803
13804%{texmfdist}/fonts/map/dvips/manfnt
13805
13806%{texmfdist}/fonts/map/dvips/mathdesign
13807
13808%{texmfdist}/fonts/tfm/public/mathpazo
13809%{texmfdist}/fonts/vf/public/mathpazo
13810
8affbd2c
ZU
13811%{texmfdist}/fonts/afm/mathdesign
13812%{texmfdist}/fonts/tfm/mathdesign
13813%{texmfdist}/fonts/type1/mathdesign
13814%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
13815
13816%{texmfdist}/fonts/enc/dvips/mnsymbol
13817%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 13818%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
13819%{texmfdist}/fonts/map/vtex/mnsymbol
13820%{texmfdist}/fonts/opentype/public/mnsymbol
13821%{texmfdist}/fonts/source/public/mnsymbol
13822%{texmfdist}/fonts/tfm/public/mnsymbol
13823%{texmfdist}/fonts/type1/public/mnsymbol
13824
13825%{texmfdist}/fonts/map/dvips/montex
13826%{texmfdist}/fonts/source/public/montex
13827%{texmfdist}/fonts/tfm/public/montex
13828%{texmfdist}/fonts/type1/public/montex
13829
13830%{texmfdist}/fonts/tfm/vntex/mscorevn
13831%{texmfdist}/fonts/vf/vntex/mscorevn
13832
f1ba8563
ZU
13833%doc %{texmfdist}/doc/generic/musixtex
13834%{texmfdist}/fonts/map/dvips/musixtex
13835%{texmfdist}/fonts/source/public/musixtex
13836%{texmfdist}/fonts/tfm/public/musixtex
13837%{texmfdist}/fonts/type1/public/musixtex
13838
13839%{texmfdist}/fonts/source/public/mxd
13840%{texmfdist}/fonts/tfm/public/mxd
13841
13842%{texmfdist}/fonts/source/public/mxedruli
13843%{texmfdist}/fonts/tfm/public/mxedruli
13844
13845%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563 13846
f1ba8563
ZU
13847%doc %{texmfdist}/doc/fonts/nkarta
13848%{texmfdist}/fonts/source/public/nkarta
13849%{texmfdist}/fonts/tfm/public/nkarta
13850
13851%{texmfdist}/fonts/afm/public/norasi
13852%{texmfdist}/fonts/map/dvips/norasi
13853%{texmfdist}/fonts/tfm/public/norasi
13854%{texmfdist}/fonts/type1/public/norasi
13855
13856%{texmfdist}/fonts/source/public/oca
13857
13858%{texmfdist}/fonts/afm/public/ocherokee
13859%{texmfdist}/fonts/map/dvips/ocherokee
13860%{texmfdist}/fonts/ofm/public/ocherokee
13861%{texmfdist}/fonts/ovf/public/ocherokee
13862%{texmfdist}/fonts/ovp/public/ocherokee
13863%{texmfdist}/fonts/tfm/public/ocherokee
13864%{texmfdist}/fonts/type1/public/ocherokee
13865
13866%{texmfdist}/fonts/source/public/ogham
13867%{texmfdist}/fonts/tfm/public/ogham
13868
13869%doc %{texmfdist}/doc/fonts/oinuit
13870%{texmfdist}/fonts/map/dvips/oinuit
13871%{texmfdist}/fonts/ofm/public/oinuit
13872%{texmfdist}/fonts/ovf/public/oinuit
13873%{texmfdist}/fonts/tfm/public/oinuit
13874%{texmfdist}/fonts/type1/public/oinuit
13875
13876%{texmfdist}/fonts/source/public/osmanian
13877
13878%doc %{texmfdist}/doc/fonts/ot2cyr
13879%{texmfdist}/fonts/map/dvips/ot2cyr
13880%{texmfdist}/source/fonts/ot2cyr
13881
f1ba8563
ZU
13882%{texmfdist}/fonts/ofm/public/otibet
13883%{texmfdist}/fonts/ovf/public/otibet
13884%{texmfdist}/fonts/ovp/public/otibet
13885%{texmfdist}/fonts/source/public/otibet
13886%{texmfdist}/fonts/tfm/public/otibet
13887
13888%doc %{texmfdist}/doc/fonts/pacioli
13889%{texmfdist}/fonts/source/public/pacioli
13890%{texmfdist}/fonts/tfm/public/pacioli
13891
13892%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
13893
13894%doc %{texmfdist}/doc/fonts/phaistos
13895%{texmfdist}/fonts/afm/public/phaistos
13896%{texmfdist}/fonts/map/dvips/phaistos
13897%{texmfdist}/fonts/opentype/public/phaistos
13898%{texmfdist}/fonts/tfm/public/phaistos
13899%{texmfdist}/fonts/type1/public/phaistos
13900%{texmfdist}/source/fonts/phaistos
13901
13902%{texmfdist}/fonts/opentype/public/philokalia
13903
13904%doc %{texmfdist}/doc/fonts/phonetic
13905%{texmfdist}/fonts/source/public/phonetic
13906%{texmfdist}/fonts/tfm/public/phonetic
13907%{texmfdist}/source/fonts/phonetic
13908
8affbd2c 13909%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
13910
13911%{texmfdist}/fonts/source/public/punk
13912%{texmfdist}/fonts/tfm/public/punk
13913
13914%{texmfdist}/fonts/tfm/public/relenc
13915%{texmfdist}/fonts/vf/public/relenc
13916
13917%doc %{texmfdist}/doc/fonts/rsfs
13918%{texmfdist}/fonts/map/dvips/rsfs
13919
13920%{texmfdist}/fonts/map/dvips/sanskrit
13921%{texmfdist}/fonts/source/public/sanskrit
13922%{texmfdist}/fonts/tfm/public/sanskrit
13923%{texmfdist}/fonts/type1/public/sanskrit
13924
13925%{texmfdist}/fonts/source/public/sauter
13926
13927%doc %{texmfdist}/doc/fonts/semaphor
13928%{texmfdist}/fonts/afm/public/semaphor
13929%{texmfdist}/fonts/enc/dvips/semaphor
13930%{texmfdist}/fonts/map/dvips/semaphor
13931%{texmfdist}/fonts/opentype/public/semaphor
13932%{texmfdist}/fonts/source/public/semaphor
13933%{texmfdist}/fonts/tfm/public/semaphor
13934%{texmfdist}/fonts/type1/public/semaphor
13935
13936%{texmfdist}/fonts/source/public/simpsons
13937
f1ba8563
ZU
13938%doc %{texmfdist}/doc/fonts/skaknew
13939%{texmfdist}/fonts/afm/public/skaknew
13940%{texmfdist}/fonts/map/dvips/skaknew
13941%{texmfdist}/fonts/map/vtex/skaknew
13942%{texmfdist}/fonts/tfm/public/skaknew
13943%{texmfdist}/fonts/type1/public/skaknew
13944
13945%{texmfdist}/fonts/source/public/skull
13946
13947%{texmfdist}/fonts/source/public/soyombo
13948%{texmfdist}/fonts/tfm/public/soyombo
13949
13950%doc %{texmfdist}/doc/fonts/staves
13951%{texmfdist}/fonts/map/dvips/staves
13952%{texmfdist}/fonts/tfm/public/staves
13953%{texmfdist}/fonts/type1/public/staves
13954
13955%{texmfdist}/fonts/map/dvips/stmaryrd
13956%{texmfdist}/fonts/source/public/stmaryrd
13957
13958%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
13959
13960%{texmfdist}/fonts/afm/public/tabvar
13961%{texmfdist}/fonts/map/dvips/tabvar
13962%{texmfdist}/fonts/tfm/public/tabvar
13963%{texmfdist}/fonts/type1/public/tabvar
13964
f1ba8563
ZU
13965
13966%{texmfdist}/fonts/source/public/tapir
13967%{texmfdist}/fonts/type1/public/tapir
13968
13969%{texmfdist}/fonts/enc/dvips/tengwarscript
13970%{texmfdist}/fonts/map/dvips/tengwarscript
13971%{texmfdist}/fonts/tfm/public/tengwarscript
13972%{texmfdist}/fonts/vf/public/tengwarscript
13973
80fa261c 13974%{texmfdist}/doc/fonts/pclnfss
198c241e 13975%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
13976
13977%doc %{texmfdist}/doc/fonts/tex-gyre
13978%{texmfdist}/fonts/afm/public/tex-gyre
13979%{texmfdist}/fonts/enc/dvips/tex-gyre
13980%{texmfdist}/fonts/map/dvips/tex-gyre
13981%{texmfdist}/fonts/opentype/public/tex-gyre
13982%{texmfdist}/fonts/tfm/public/tex-gyre
13983%{texmfdist}/fonts/type1/public/tex-gyre
13984
f1ba8563 13985%{texmfdist}/fonts/map/dvips/times
f1ba8563 13986
f1ba8563
ZU
13987
13988%doc %{texmfdist}/doc/fonts/timing
13989%{texmfdist}/fonts/source/public/timing
13990%{texmfdist}/fonts/tfm/public/timing
13991
13992%doc %{texmfdist}/doc/fonts/tipa
13993%{texmfdist}/fonts/map/dvips/tipa
13994%{texmfdist}/fonts/source/public/tipa
13995%{texmfdist}/fonts/tfm/public/tipa
13996%{texmfdist}/fonts/type1/public/tipa
13997
13998%{texmfdist}/fonts/afm/public/trajan
13999%{texmfdist}/fonts/map/dvips/trajan
14000%{texmfdist}/fonts/tfm/public/trajan
14001%{texmfdist}/fonts/type1/public/trajan
14002
f1ba8563
ZU
14003
14004%{texmfdist}/fonts/tfm/vntex/txttvn
14005%{texmfdist}/fonts/type1/vntex/txttvn
14006
14007%{texmfdist}/fonts/map/dvips/uhc
14008
f1ba8563
ZU
14009%doc %{texmfdist}/doc/fonts/umtypewriter
14010%{texmfdist}/fonts/opentype/public/umtypewriter
14011
14012%doc %{texmfdist}/doc/fonts/universa
14013%{texmfdist}/fonts/source/public/universa
14014%{texmfdist}/fonts/tfm/public/universa
14015%{texmfdist}/source/fonts/universa
14016
14017%{texmfdist}/fonts/afm/public/velthuis
14018%{texmfdist}/fonts/map/dvips/velthuis
14019%{texmfdist}/fonts/source/public/velthuis
14020%{texmfdist}/fonts/tfm/public/velthuis
14021%{texmfdist}/fonts/type1/public/velthuis
14022
14023%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
14024
14025%{texmfdist}/fonts/afm/vntex/vntopia
14026%{texmfdist}/fonts/tfm/vntex/vntopia
14027%{texmfdist}/fonts/type1/vntex/vntopia
14028%{texmfdist}/fonts/vf/vntex/vntopia
14029
14030%{texmfdist}/fonts/map/dvips/wadalab
14031
14032%doc %{texmfdist}/doc/fonts/wasy
14033%{texmfdist}/fonts/afm/public/wasy
14034%{texmfdist}/fonts/map/dvips/wasy
14035%{texmfdist}/fonts/type1/public/wasy
14036
14037%{texmfdist}/fonts/source/public/wnri
14038%{texmfdist}/fonts/tfm/public/wnri
14039
14040%{texmfdist}/fonts/source/public/wsuipa
14041%{texmfdist}/fonts/tfm/public/wsuipa
14042
14043%{texmfdist}/fonts/source/public/xbmc
14044%{texmfdist}/fonts/tfm/public/xbmc
14045
f1ba8563
ZU
14046%doc %{texmfdist}/doc/fonts/xq
14047%{texmfdist}/fonts/source/public/xq
14048%{texmfdist}/fonts/tfm/public/xq
14049
14050%{texmfdist}/fonts/source/public/yannisgr
14051
14052%{texmfdist}/fonts/map/dvips/yhmath
14053%{texmfdist}/fonts/source/public/yhmath
14054%{texmfdist}/fonts/tfm/public/yhmath
14055%{texmfdist}/fonts/type1/public/yhmath
14056%{texmfdist}/fonts/vf/public/yhmath
14057
14058%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 14059%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
14060
14061%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
14062
14063%{texmfdist}/dvips/zefonts
14064%{texmfdist}/fonts/map/dvips/zefonts
14065%{texmfdist}/fonts/tfm/public/zefonts
14066%{texmfdist}/fonts/vf/public/zefonts
14067
14068
d08789e0 14069%files fonts-omega
489714ae 14070%defattr(644,root,root,755)
7179ac92 14071%doc %{texmfdist}/doc/omega
2677a8b0
ZU
14072%dir %{texmfdist}/omega
14073%dir %{texmfdist}/omega/otp
14074%dir %{texmfdist}/omega/ocp
7179ac92
ZU
14075%{texmfdist}/dvips/omega
14076%{texmfdist}/fonts/ofm/public/omega
14077%{texmfdist}/fonts/type1/public/omega
14078%{texmfdist}/fonts/afm/public/omega
14079%{texmfdist}/fonts/ovp/public/omega
14080%{texmfdist}/fonts/tfm/public/omega
14081%{texmfdist}/fonts/ovf/public/omega
14082%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
14083%{texmfdist}/omega/ocp/omega
14084%{texmfdist}/omega/otp/omega
14085%{texmfdist}/tex/plain/omega
d08789e0 14086
5b7eba8e
MB
14087#%files fonts-pazo
14088#%defattr(644,root,root,755)
d08789e0
ZU
14089
14090%files fonts-pl
14091%defattr(644,root,root,755)
7179ac92 14092%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
14093%dir %{texmf}/scripts/texlive
14094%dir %{texmf}/scripts/texlive/tlmgrgui
14095%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
14096%{texmfdist}/dvips/pl
14097%{texmfdist}/fonts/source/public/pl
14098%{texmfdist}/fonts/type1/public/pl
14099%{texmfdist}/fonts/afm/public/pl
14100%{texmfdist}/fonts/enc/dvips/pl
14101%{texmfdist}/fonts/tfm/public/pl
14102%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 14103%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
14104
14105%files fonts-px
14106%defattr(644,root,root,755)
7179ac92 14107%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
14108# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
14109# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
14110%dir %{texmfdist}/fonts/map/dvips/pxfonts
14111%dir %{texmfdist}/tex/latex/pxfonts
14112%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
14113%{texmfdist}/fonts/afm/public/pxfonts
14114%{texmfdist}/fonts/tfm/public/pxfonts
14115%{texmfdist}/fonts/type1/public/pxfonts
14116%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 14117%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 14118
5b7eba8e
MB
14119#%files fonts-qfonts
14120#%defattr(644,root,root,755)
31bd2c4a
ZU
14121# %doc %{texmf}/doc/fonts/polish/qfonts
14122# %{texmf}/fonts/enc/dvips/qfonts
14123# %{texmf}/fonts/map/dvips/qfonts
14124# %{texmf}/dvips/qfonts
14125# %{texmf}/fonts/afm/public/qfonts
14126# %{texmf}/fonts/tfm/public/qfonts
d08789e0 14127
74dbda3f
ZU
14128# %files fonts-qpx
14129# %defattr(644,root,root,755)
14130# %{texmf}/fonts/tfm/public/qpx
14131# %{texmf}/fonts/vf/public/qpx
d08789e0 14132
31bd2c4a 14133%files fonts-qpxqtx
d08789e0 14134%defattr(644,root,root,755)
7179ac92
ZU
14135%{texmfdist}/fonts/tfm/public/qpxqtx
14136%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
14137
14138%files fonts-rsfs
14139%defattr(644,root,root,755)
7179ac92
ZU
14140%{texmfdist}/fonts/source/public/rsfs
14141%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
14142
14143%files fonts-stmaryrd
14144%defattr(644,root,root,755)
7179ac92
ZU
14145%doc %{texmfdist}/doc/fonts/stmaryrd
14146%{texmfdist}/source/fonts/stmaryrd
14147%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
14148
14149%files fonts-tx
14150%defattr(644,root,root,755)
7179ac92
ZU
14151%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
14152%{texmfdist}/fonts/afm/public/txfonts
14153%{texmfdist}/fonts/tfm/public/txfonts
14154%{texmfdist}/fonts/vf/public/txfonts
d08789e0 14155
5bc70a92
MB
14156%files fonts-uhc
14157%defattr(644,root,root,755)
14158%doc %{texmfdist}/doc/fonts/uhc
14159%{texmfdist}/fonts/afm/uhc
14160%{texmfdist}/fonts/tfm/uhc
14161%{texmfdist}/fonts/vf/uhc
14162
d08789e0
ZU
14163%files fonts-urw
14164%defattr(644,root,root,755)
7179ac92 14165%{texmfdist}/fonts/afm/urw
5bc70a92
MB
14166%{texmfdist}/fonts/tfm/urw
14167%{texmfdist}/fonts/vf/urw
d08789e0
ZU
14168
14169%files fonts-urwvn
14170%defattr(644,root,root,755)
26d8eaaa 14171%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
14172%{texmfdist}/fonts/tfm/vntex/urwvn
14173%{texmfdist}/fonts/type1/vntex/urwvn
14174%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
14175
14176%files fonts-vnr
14177%defattr(644,root,root,755)
7179ac92
ZU
14178%{texmfdist}/fonts/map/dvips/vntex
14179%{texmfdist}/fonts/source/vntex/vnr
14180%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 14181
e67df411
ZU
14182%files fonts-urw35vf
14183%defattr(644,root,root,755)
14184%{texmfdist}/fonts/vf/urw35vf
14185
5bc70a92
MB
14186%files fonts-wadalab
14187%defattr(644,root,root,755)
14188%doc %{texmfdist}/doc/fonts/wadalab
14189%{texmfdist}/fonts/afm/wadalab
14190%{texmfdist}/fonts/tfm/wadalab
14191%{texmfdist}/fonts/vf/wadalab
14192
d08789e0
ZU
14193%files fonts-wasy
14194%defattr(644,root,root,755)
7179ac92
ZU
14195%{texmfdist}/fonts/source/public/wasy
14196%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
14197
14198%files fonts-xypic
14199%defattr(644,root,root,755)
7179ac92
ZU
14200%{texmfdist}/fonts/map/dvips/xypic
14201# %{texmfdist}/fonts/afm/public/xypic
14202%{texmfdist}/fonts/source/public/xypic
14203%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
14204
14205%files fonts-yandy
14206%defattr(644,root,root,755)
adbd04dd 14207# %{texmf}/fonts/afm/yandy
7179ac92 14208%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
14209# %{texmf}/fonts/tfm/yandy
14210# %{texmf}/fonts/vf/yandy
d08789e0
ZU
14211
14212%files fonts-type1-antp
14213%defattr(644,root,root,755)
7179ac92
ZU
14214%{texmfdist}/dvips/antp
14215%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
14216
14217%files fonts-type1-antt
14218%defattr(644,root,root,755)
adbd04dd 14219# %{texmf}/dvips/antt
7179ac92 14220%{texmfdist}/fonts/type1/public/antt
d08789e0 14221
5bc70a92
MB
14222%files fonts-type1-arphic
14223%defattr(644,root,root,755)
14224%{texmfdist}/fonts/type1/arphic
14225
d08789e0
ZU
14226%files fonts-type1-belleek
14227%defattr(644,root,root,755)
7179ac92 14228%doc %{texmfdist}/doc/fonts/belleek
70f52fe3 14229%{texmfdist}/source/latex/belleek
7179ac92 14230%{texmfdist}/fonts/type1/public/belleek
70f52fe3 14231%{texmfdist}/fonts/map/dvips/belleek
d08789e0
ZU
14232
14233%files fonts-type1-bitstream
14234%defattr(644,root,root,755)
7179ac92 14235%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
14236
14237%files fonts-type1-bluesky
14238%defattr(644,root,root,755)
04eb4e68
ZU
14239# %doc %{texmf}/doc/fonts/bluesky
14240# %{texmf}/dvips/bluesky
7179ac92 14241%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
14242
14243%files fonts-type1-cc-pl
14244%defattr(644,root,root,755)
7179ac92
ZU
14245%doc %{texmfdist}/doc/fonts/cc-pl
14246%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
14247
14248%files fonts-type1-cmcyr
14249%defattr(644,root,root,755)
7179ac92 14250%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
14251
14252%files fonts-type1-cs
14253%defattr(644,root,root,755)
7179ac92 14254%{texmfdist}/fonts/type1/public/cs
d08789e0 14255
04eb4e68
ZU
14256# %files fonts-type1-dstroke
14257# %defattr(644,root,root,755)
14258# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
14259
14260%files fonts-type1-eurosym
14261%defattr(644,root,root,755)
7179ac92 14262%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
14263
14264%files fonts-type1-hoekwater
14265%defattr(644,root,root,755)
7179ac92 14266%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
14267
14268%files fonts-type1-fpl
14269%defattr(644,root,root,755)
7179ac92
ZU
14270%doc %{texmfdist}/doc/fonts/fpl
14271%{texmfdist}/fonts/afm/public/fpl
14272%{texmfdist}/fonts/type1/public/fpl
caaf987e 14273%{texmfdist}/source/fonts/fpl
d08789e0
ZU
14274
14275%files fonts-type1-lm
14276%defattr(644,root,root,755)
7179ac92
ZU
14277%{texmfdist}/fonts/afm/public/lm
14278%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
14279
14280%files fonts-type1-marvosym
14281%defattr(644,root,root,755)
7179ac92 14282%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
14283
14284%files fonts-type1-mathpazo
14285%defattr(644,root,root,755)
04eb4e68 14286# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
14287%{texmfdist}/fonts/afm/public/mathpazo
14288%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
14289
14290%files fonts-type1-omega
14291%defattr(644,root,root,755)
7179ac92 14292%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
14293
14294%files fonts-type1-pl
14295%defattr(644,root,root,755)
04eb4e68 14296# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 14297%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
14298
14299%files fonts-type1-px
14300%defattr(644,root,root,755)
7179ac92 14301%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 14302
04eb4e68
ZU
14303# %files fonts-type1-qfonts
14304# %defattr(644,root,root,755)
7179ac92 14305# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
14306
14307%files fonts-type1-tx
14308%defattr(644,root,root,755)
7179ac92 14309%{texmfdist}/fonts/type1/public/txfonts
d08789e0 14310
04eb4e68
ZU
14311# %files fonts-type1-tt2001
14312# %defattr(644,root,root,755)
14313# %{texmf}/fonts/type1/public/tt2001
d08789e0 14314
5bc70a92
MB
14315%files fonts-type1-uhc
14316%defattr(644,root,root,755)
14317%{texmfdist}/fonts/type1/uhc
14318
d08789e0
ZU
14319%files fonts-type1-urw
14320%defattr(644,root,root,755)
7179ac92 14321%{texmfdist}/fonts/type1/urw
d08789e0
ZU
14322
14323%files fonts-type1-vnr
14324%defattr(644,root,root,755)
7179ac92 14325%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 14326
5bc70a92
MB
14327%files fonts-type1-wadalab
14328%defattr(644,root,root,755)
14329%{texmfdist}/fonts/type1/wadalab
14330
d08789e0
ZU
14331%files fonts-type1-xypic
14332%defattr(644,root,root,755)
7179ac92 14333%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
14334
14335# TeXLive-specific
14336
14337%files afm2pl
14338%defattr(644,root,root,755)
14339%attr(755,root,root) %{_bindir}/afm2pl
14340%{_mandir}/man1/afm2pl*
015f9ddb 14341%{texmf}/fonts/lig/afm2pl
489714ae
ZU
14342
14343%files bbox
14344%defattr(644,root,root,755)
14345%attr(755,root,root) %{_bindir}/bbox
14346%{_mandir}/man1/bbox*
14347
14348%files cefutils
14349%defattr(644,root,root,755)
14350%attr(755,root,root) %{_bindir}/cef*
2677a8b0 14351%dir %{texmfdist}/tex/latex/cjk
21c69d95 14352%dir %{texmfdist}/doc/latex/cjk
c9ddaf2d 14353%{texmfdist}/source/latex/cjk
2677a8b0 14354%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
14355%doc %{texmfdist}/doc/latex/cjk/doc
14356%doc %{texmfdist}/doc/latex/cjk/examples
489714ae
ZU
14357
14358%files detex
14359%defattr(644,root,root,755)
14360%attr(755,root,root) %{_bindir}/detex
14361%{_mandir}/man1/detex*
14362
7ffd1967
ZU
14363
14364%files dviutils
14365%defattr(644,root,root,755)
14366%attr(755,root,root) %{_bindir}/dt2dv
14367%attr(755,root,root) %{_bindir}/dv2dt
14368%attr(755,root,root) %{_bindir}/dvi2tty
14369%attr(755,root,root) %{_bindir}/dviasm
14370%attr(755,root,root) %{_bindir}/dvibook
14371%attr(755,root,root) %{_bindir}/dviconcat
14372%attr(755,root,root) %{_bindir}/dvidvi
14373%attr(755,root,root) %{_bindir}/dvigif
14374%attr(755,root,root) %{_bindir}/dvipdfmx
14375%attr(755,root,root) %{_bindir}/dvipos
14376%attr(755,root,root) %{_bindir}/dviselect
14377%attr(755,root,root) %{_bindir}/dvitodvi
14378%{_mandir}/man1/dt2dv*
14379%{_mandir}/man1/dv2dt*
14380%{_mandir}/man1/dvi2tty*
14381%{_mandir}/man1/dvibook*
14382%{_mandir}/man1/dviconcat*
14383%{_mandir}/man1/dvidvi*
14384%{_mandir}/man1/dvigif*
14385%{_mandir}/man1/dvipos*
14386%{_mandir}/man1/dviselect*
14387%{_mandir}/man1/dvitodvi*
015f9ddb
ZU
14388%{texmf}/fonts/map/dvipdfmx
14389%dir %{texmf}/fonts/cmap
14390%{texmf}/dvipdfmx
14391%{texmf}/fonts/cmap/dvipdfmx
7ffd1967
ZU
14392
14393%files epsutils
14394%defattr(644,root,root,755)
14395%attr(755,root,root) %{_bindir}/epsffit
14396%attr(755,root,root) %{_bindir}/epspdf
14397%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 14398%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
14399%{texmfdist}/scripts/epspdf
14400%{_mandir}/man1/epsffit*
14401%doc %{texmfdist}/doc/epspdf
14402
14403%files filters
14404%defattr(644,root,root,755)
14405%attr(755,root,root) %{_bindir}/fix*
14406%{_mandir}/man1/fix*
14407
faa40f44
ZU
14408%files psutils
14409%defattr(644,root,root,755)
14410%attr(755,root,root) %{_bindir}/extractres
14411%attr(755,root,root) %{_bindir}/getafm
14412%attr(755,root,root) %{_bindir}/includeres
14413%attr(755,root,root) %{_bindir}/psbook
14414%attr(755,root,root) %{_bindir}/psmerge
14415%attr(755,root,root) %{_bindir}/psnup
14416%attr(755,root,root) %{_bindir}/psresize
14417%attr(755,root,root) %{_bindir}/psselect
5fef92c1 14418%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
14419%attr(755,root,root) %{_bindir}/pstops
14420%attr(755,root,root) %{_bindir}/showchar
14421%{_mandir}/man1/extractres*
14422%{_mandir}/man1/getafm*
14423%{_mandir}/man1/includeres*
14424%{_mandir}/man1/psbook*
14425%{_mandir}/man1/psmerge*
14426%{_mandir}/man1/psnup*
14427%{_mandir}/man1/psresize*
14428%{_mandir}/man1/psselect*
14429%{_mandir}/man1/pstops*
14430%{texmf}/dvips/psutils
14431
489714ae
ZU
14432%files uncategorized-utils
14433%defattr(644,root,root,755)
14434%attr(755,root,root) %{_bindir}/devnag
14435%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
14436
14437%files tex4ht
14438%defattr(644,root,root,755)
add234d3
MB
14439%attr(755,root,root) %{_bindir}/ht
14440%attr(755,root,root) %{_bindir}/htcontext
14441%attr(755,root,root) %{_bindir}/htlatex
14442%attr(755,root,root) %{_bindir}/htmex
14443%attr(755,root,root) %{_bindir}/httex
14444%attr(755,root,root) %{_bindir}/httexi
14445%attr(755,root,root) %{_bindir}/htxelatex
14446%attr(755,root,root) %{_bindir}/htxetex
14447%attr(755,root,root) %{_bindir}/mk4ht
14448%attr(755,root,root) %{_bindir}/t4ht
14449%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 14450%{texmf}/scripts/tex4ht
5b7eba8e 14451%{texmfdist}/tex/generic/tex4ht
add234d3
MB
14452%dir %{texmfdist}/scripts/tex4ht
14453%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
14454%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
14455%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
14456%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
14457%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
14458%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
14459%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
14460%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
14461%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 14462%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 14463%{texmfdist}/tex4ht
4224ae6d
MB
14464
14465%files xetex
14466%defattr(644,root,root,755)
14467%attr(755,root,root) %{_bindir}/xdvipdfmx
14468%attr(755,root,root) %{_bindir}/xelatex
14469%attr(755,root,root) %{_bindir}/xetex
14470%{texmf}/fmtutil/format.xetex.cnf
14471%doc %{texmfdist}/doc/xelatex
14472%doc %{texmfdist}/doc/xetex
14473%{texmfdist}/scripts/xetex
14474%{texmfdist}/tex/generic/ifxetex
caaf987e 14475%doc %{texmfdist}/doc/generic/ifxetex
4224ae6d
MB
14476%{texmfdist}/tex/generic/xetexconfig
14477%{texmfdist}/tex/latex/latexconfig/xelatex.ini
14478%{texmfdist}/tex/plain/config/xetex.ini
14479%{texmfdist}/tex/xelatex
14480%{texmfdist}/tex/xetex
14481
14482%files xmltex
14483%defattr(644,root,root,755)
14484%doc %{texmfdist}/doc/xmltex
14485%attr(755,root,root) %{_bindir}/pdfxmltex
14486%attr(755,root,root) %{_bindir}/xmltex
14487%{texmfdist}/tex/xmltex
14488%{texmf}/fmtutil/format.xmltex.cnf
This page took 3.527698 seconds and 4 git commands to generate.