]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- %dir
[packages/texlive.git] / texlive.spec
CommitLineData
d08789e0 1# TODO:
c244802e 2#
3a74cdb2 3# MAIN TODO (sort by importnce):
e0617a36 4# - texlive-format-pdflatex deps
13870b4c 5# - check unpackaged files (only some files)
6b25593c 6# - pl updates
97e8de8b 7# - maybe more splits (e.g. latex subpackages)
13870b4c 8# - see uncategorized and *other* subpackages and split
3a74cdb2 9# - context: consider more splitting, check dependencies
d08789e0
ZU
10# - omega: consider more splitting, check dependencies
11# - tdphp: is it really useful?
12# - allow using Type1 fonts in others applications (symlink to
13# /usr/share/fonts/Type1 ?)
14# - fix package removal:
15# /usr/bin/texhash[77]: kpsewhich: not found
16#
17# FHS TODO:
18# - merge rhconfig and texmfsysvar patches
19# - texmfsysvar patch: change fmtutil and web2cdir variables instead
20# of creating texmfsys{config,var} variables?
21# - move config files to /etc
22# - merge all above with configure switch "--enable-fhs" and send it to TE
23#
24# TeXLive specific TODO:
4c9dc995 25# - summary/description correcting (all languages)
ca4b56d2 26# - texk/web2c doesn't build (luatex option)
68640cd8 27# - %files latex-bibtex-revtex4
489714ae 28# - Check CEF/cjk!
ca4b56d2 29#
d08789e0 30%include /usr/lib/rpm/macros.perl
ca4b56d2 31#
67112f1c 32%bcond_without bootstrap
ca4b56d2 33#
d08789e0
ZU
34Summary: TeX typesetting system and MetaFont font formatter
35Summary(de.UTF-8): TeX-Satzherstellungssystem und MetaFont-Formatierung
36Summary(es.UTF-8): Sistema de typesetting TeX y formateador de fuentes MetaFont
37Summary(fr.UTF-8): Systéme de compostion TeX et formatteur de MetaFontes
97b079ad 38Summary(hu.UTF-8): TeX szövegszedő rendszer és MetaFont font formázó
d08789e0
ZU
39Summary(pl.UTF-8): System składu publikacji TeX oraz formater fontów MetaFont
40Summary(pt_BR.UTF-8): Sistema de typesetting TeX e formatador de fontes MetaFont
41Summary(tr.UTF-8): TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
42Name: texlive
43Version: 20080816
330a8c29 44Release: 0.9.8
096dca83 45Epoch: 1
d08789e0
ZU
46License: distributable
47Group: Applications/Publishing/TeX
48Source0: http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
49# Source0-md5: 554287c3e458da776edd684506048d45
e19e6777
ZU
50Source1: ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
51# Source1-md5: fa74072e1344e8390eb156bcda61a8b2
d08789e0
ZU
52Source4: %{name}.cron
53Source5: xdvi.desktop
54Source6: xdvi.png
c48c077b 55Patch0: %{name}-am.patch
2c9c6c5b 56Patch1: %{name}-20080816-kpathsea-ar.patch
d08789e0 57URL: http://www.tug.org/texlive/
c48c077b 58BuildRequires: autoconf
d08789e0
ZU
59BuildRequires: automake
60BuildRequires: bison
a784d38e 61BuildRequires: clisp
d08789e0 62BuildRequires: ed
a784d38e 63BuildRequires: expat-devel
4c9dc995 64BuildRequires: ffcall-devel
97b079ad 65BuildRequires: flex
a784d38e 66BuildRequires: fontconfig-devel
e671f712
AM
67BuildRequires: freetype-devel
68BuildRequires: freetype1-devel
d08789e0
ZU
69BuildRequires: gd-devel >= 2.0.33
70BuildRequires: libpng-devel >= 1.2.8
97b079ad 71BuildRequires: libtool
c48c077b
AM
72# should this be somewhere in clisp?
73BuildRequires: libsigsegv
d08789e0
ZU
74BuildRequires: libstdc++-devel
75BuildRequires: ncurses-devel
76BuildRequires: rpm-perlprov
77BuildRequires: rpm-pythonprov
d062bbe0 78BuildRequires: sed >= 4.0
d08789e0
ZU
79BuildRequires: t1lib-devel >= 5.0.2
80BuildRequires: texinfo
ca4b56d2
AM
81%if %{with bootstrap}
82BuildRequires: tetex-format-latex
83BuildRequires: tetex-format-pdflatex
ca4b56d2 84BuildRequires: tetex-latex-cyrillic
97b079ad 85BuildRequires: tetex-tex-babel
ca4b56d2 86%else
ca4b56d2
AM
87BuildRequires: texlive-format-latex
88BuildRequires: texlive-format-pdflatex
ca4b56d2 89BuildRequires: texlive-latex-cyrillic
97b079ad
ZU
90BuildRequires: texlive-tex-babel
91# fill with future texlive BR. guesses ones for now
ca4b56d2 92%endif
d08789e0 93BuildRequires: unzip
a784d38e 94BuildRequires: xorg-lib-libICE-devel
d08789e0 95BuildRequires: xorg-lib-libXaw-devel
a784d38e 96BuildRequires: xorg-lib-libXext-devel
a784d38e 97BuildRequires: xorg-lib-libXmu-devel
97b079ad 98BuildRequires: xorg-lib-libXpm-devel
d08789e0 99BuildRequires: zlib-devel >= 1.2.1
78d53d8c 100Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
101Requires: %{name}-fonts-cm = %{epoch}:%{version}-%{release}
102Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
103Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
104Requires: awk
105Requires: dialog
0b6bcf85 106Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0
ZU
107Requires: sed
108Requires: sh-utils
d3f501b8 109Requires: texconfig = %{epoch}:%{version}-%{release}
e88b5dcf 110Requires: textutils
d08789e0
ZU
111Suggests: tmpwatch
112Obsoletes: tetex
113Obsoletes: tetex-afm
114Obsoletes: tetex-doc
115Obsoletes: tetex-doc-latex2e-html
116Obsoletes: tetex-fontinst
117Obsoletes: tetex-fontname
118Obsoletes: tetex-fonts
119Obsoletes: tetex-fonts-pandora
120Obsoletes: tetex-fonts-vcm
121Obsoletes: tetex-format-elatex
122Obsoletes: tetex-format-pdfelatex
123Obsoletes: tetex-format-pdfemex
124Obsoletes: tetex-latex-vnps
125Obsoletes: tetex-latex-vnr
126Obsoletes: tetex-oxdvi
127Obsoletes: tetex-oxdvi
128Obsoletes: tetex-plain-dvips
129Obsoletes: tetex-plain-dvips
130Obsoletes: tetex-plain-mathtime
131Obsoletes: tetex-plain-mathtime
132Obsoletes: tetex-plain-misc
133Obsoletes: tetex-plain-misc
134Obsoletes: tetex-plain-plnfss
135Obsoletes: tetex-plain-plnfss
136Obsoletes: tetex-tex-hyphen
137Obsoletes: tetex-tex-vietnam
138BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
139
f37ff31b 140%define texmf %{_datadir}/texmf
8b5eed5e 141%define texmfdist %{texmf}-dist
1a192771 142%define texmfdoc %{texmf}-doc
d08789e0
ZU
143%define fmtdir /var/lib/texmf/web2c
144%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
145%define _localstatedir /var/lib/texmf
146%define fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
147%define fmtutil(f:) [ ! \\\( -f %{_localstatedir}/web2c/%{-f*}.fmt.rpmnew -o -f %{_localstatedir}/web2c/%{-f*}.efmt.rpmnew \\\) ] || %{_bindir}/fmtutil-sys --byfmt %{-f*} >/dev/null 2>/dev/null || echo "Regenerating %{-f*} failed. See %{_localstatedir}/web2c/%{-f*}.log for details" 1>&2 && exit 0 ;
148
149%define _noautoreq 'perl(path_tre)'
150
151%description
97b079ad
ZU
152TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
153takes a text file and a set of formatting commands as input and
154creates a typesetter independent .dvi (DeVice Independent) file as
155output. Usually, TeX is used in conjunction with a higher level
156formatting package like LaTeX or PlainTeX, since TeX by itself is not
157very user-friendly.
d08789e0
ZU
158
159%description -l es.UTF-8
160Tex formata archivos de texto y órdenes para una salida independiente
161de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
162de Knut se describen las capacidades y el lenguaje TeX.
163
164%description -l de.UTF-8
165TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
166und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
167DeVice Independent). Die Funktionen und Sprache von TeX werden in The
168TeXbook von Knuth beschrieben.
169
170%description -l fr.UTF-8
171TeX formate un fichier de commandes et de texte mélandés, et produit
172un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
173raccourci pour Device Independant). Les possibilités de TeX et son
174langage sont décrites dans l'ouvrage TeXbook, de Knuth.
175
97b079ad
ZU
176%description -l hu.UTF-8
177TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
178egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
179segítségével a szövegszedő egy független .dvi (DeVice Independent)
180fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
181kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
182TeX önmaga nem túlzottan "felhasználóbarát".
183
d08789e0
ZU
184%description -l pl.UTF-8
185TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
186od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
187Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
188Donalda E. Knutha.
189
190%description -l pt_BR.UTF-8
191Tex formata arquivos de texto e comandos para uma saída independente
192de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
193linguagem TeX são descritas no The TeXbook, de Knuth.
194
195%description -l tr.UTF-8
196TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
197aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
198TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
199TeXbook' başlıklı kitabında anlatılmaktadır.
200
80fa261c
ZU
201%package other-utils
202Summary: Other utilities
203Group: Applications/Publishing/TeX
204
205%description other-utils
206Other utilities.
207
830ca960
ZU
208%package other-utils-doc
209Summary: Other utilities documentation
210Group: Applications/Publishing/TeX
211
212%description other-utils-doc
213Other utilities documentation.
214
5b7eba8e
MB
215%package doc
216Summary: Documentation for TeX Live
217Group: Documentation
218
219%description doc
220Assorted useful documentation for TeX Live.
221
222%package doc-bg
223Summary: Bulgarian documentation for TeX Live
224Group: Documentation
225
226%description doc-bg
227Assorted useful Bulgarian documentation for TeX Live.
228
229%package doc-cs
230Summary: Czech documentation for TeX Live
231Group: Documentation
232
233%description doc-cs
234Assorted useful Czech documentation for TeX Live.
235
236%package doc-de
237Summary: German documentation for TeX Live
238Group: Documentation
239
240%description doc-de
241Assorted useful German documentation for TeX Live.
242
243%package doc-el
244Summary: Greek documentation for TeX Live
245Group: Documentation
246
247%description doc-el
248Assorted useful Greek documentation for TeX Live.
249
250%package doc-es
251Summary: Spanish documentation for TeX Live
252Group: Documentation
253
254%description doc-es
255Assorted useful Spanish documentation for TeX Live.
256
257%package doc-fi
258Summary: Finnish documentation for TeX Live
259Group: Documentation
260
261%description doc-fi
262Assorted useful Finnish documentation for TeX Live.
263
264%package doc-fr
265Summary: French documentation for TeX Live
266Group: Documentation
267
268%description doc-fr
269Assorted useful French documentation for TeX Live.
270
271%package doc-it
272Summary: Italian documentation for TeX Live
273Group: Documentation
274
275%description doc-it
276Assorted useful Italian documentation for TeX Live.
277
278%package doc-ja
279Summary: Japanese documentation for TeX Live
280Group: Documentation
281
282%description doc-ja
283Assorted useful Japanese documentation for TeX Live.
284
285%package doc-ko
286Summary: Korean documentation for TeX Live
287Group: Documentation
288
289%description doc-ko
290Assorted useful Korean documentation for TeX Live.
291
292%package doc-mn
293Summary: Mongolian documentation for TeX Live
294Group: Documentation
295
296%description doc-mn
297Assorted useful Mongolian documentation for TeX Live.
298
299%package doc-nl
300Summary: Dutch documentation for TeX Live
301Group: Documentation
302
303%description doc-nl
304Assorted useful Dutch documentation for TeX Live.
305
306%package doc-pl
307Summary: Polish documentation for TeX Live
308Group: Documentation
309
310%description doc-pl
311Assorted useful Polish documentation for TeX Live.
312
313%package doc-pt
314Summary: Portuguese documentation for TeX Live
315Group: Documentation
316
317%description doc-pt
318Assorted useful Portuguese documentation for TeX Live.
319
320%package doc-ru
321Summary: Russian documentation for TeX Live
322Group: Documentation
323
324%description doc-ru
325Assorted useful Russian documentation for TeX Live.
326
327%package doc-sk
328Summary: Slovak documentation for TeX Live
329Group: Documentation
330
331%description doc-sk
332Assorted useful Slovak documentation for TeX Live.
333
334%package doc-sl
335Summary: Slovenian documentation for TeX Live
336Group: Documentation
337
338%description doc-sl
339Assorted useful Slovenian documentation for TeX Live.
340
341%package doc-th
342Summary: Thai documentation for TeX Live
343Group: Documentation
344
345%description doc-th
346Assorted useful Thai documentation for TeX Live.
347
348%package doc-tr
349Summary: Turkish documentation for TeX Live
350Group: Documentation
351
352%description doc-tr
353Assorted useful Turkish documentation for TeX Live.
354
355%package doc-uk
356Summary: Ukrainian documentation for TeX Live
357Group: Documentation
358
359%description doc-uk
360Assorted useful Ukrainian documentation for TeX Live.
361
362%package doc-vi
363Summary: Vietnamese documentation for TeX Live
364Group: Documentation
365
366%description doc-vi
367Assorted useful Vietnamese documentation for TeX Live.
368
369%package doc-zh_CN
370Summary: Chinese documentation for TeX Live
371Group: Documentation
372
373%description doc-zh_CN
374Assorted useful Chinese documentation for TeX Live.
489714ae 375
d08789e0
ZU
376%package doc-Catalogue
377Summary: TeX Catalogue
378Summary(pl.UTF-8): Katalog TeXa
379Group: Applications/Publishing/TeX
380Requires(post,postun): %{_bindir}/texhash
381Requires: %{name} = %{epoch}:%{version}-%{release}
382
383%description doc-Catalogue
384TeX Catalogue.
385
386%description doc-Catalogue -l pl.UTF-8
387Katalog TeXa.
388
389%package doc-tug-faq
390Summary: TeX User Group FAQ
489714ae 391Summary(hu.UTF-8): TeX felhasználók FAQ-ja
d08789e0
ZU
392Summary(pl.UTF-8): FAQ Grupy Użytkowników TeXa
393Group: Applications/Publishing/TeX
394Requires(post,postun): %{_bindir}/texhash
395Requires: %{name} = %{epoch}:%{version}-%{release}
396Obsoletes: tetex-doc-LaTeX-FAQ-francaise
397Obsoletes: tetex-doc-de-tex-faq
398Obsoletes: tetex-doc-uktug-faq
399
400%description doc-tug-faq
401TeX User Group FAQ.
402
74eeb8ec
ZU
403%description doc-tug-faq -l hu.UTF8
404TeX felhasználók FAQ-ja.
405
d08789e0
ZU
406%description doc-tug-faq -l pl.UTF-8
407FAQ Grupy Użytkowników TeXa.
408
409%package doc-latex
410Summary: Basic LaTeX packages documentation
489714ae 411Summary(hu.UTF-8): Az alap LaTeX csomagok dokumentációja
d08789e0
ZU
412Summary(pl.UTF-8): Podstawowa dokumentacja do pakietów LaTeXa
413Group: Applications/Publishing/TeX
414Requires(post,postun): %{_bindir}/texhash
415Requires: %{name} = %{epoch}:%{version}-%{release}
416
417%description doc-latex
418Basic LaTeX packages documentation.
419
74eeb8ec
ZU
420%description doc-latex -l hu.UTF-8
421Az alap LaTeX csomagok dokumentációja
422
d08789e0
ZU
423%description doc-latex -l pl.UTF-8
424Podstawowa dokumentacja do pakietów LaTeXa.
425
426# # libraries #
096dca83 427%package -n kpathsea
d08789e0 428Summary: File name lookup library
489714ae 429Summary(hu.UTF-8): Fájlnév-kereső könyvtár
d08789e0
ZU
430Summary(pl.UTF-8): Biblioteka szukająca nazw plików
431Group: Applications/Publishing/TeX
432Requires(post,postun): %{_bindir}/texhash
433Requires: %{name} = %{epoch}:%{version}-%{release}
434
096dca83 435%description -n kpathsea
d08789e0
ZU
436File name lookup library.
437
096dca83 438%description -n kpathsea -l hu.UTF-8
74eeb8ec
ZU
439Fájlnév-kereső könyvtár.
440
096dca83 441%description -n kpathsea -l pl.UTF-8
d08789e0
ZU
442Biblioteka szukająca nazw plików.
443
096dca83 444%package -n kpathsea-devel
d08789e0
ZU
445Summary: Kpathsea library filename lookup header files and documentation
446Summary(es.UTF-8): Bibliotecas y archivos de inclusión para desarrollo TeX
489714ae 447Summary(hu.UTF-8): Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
d08789e0
ZU
448Summary(pl.UTF-8): Pliki nagłówkowe oraz dokumetacja kpathsea
449Summary(pt_BR.UTF-8): Bibliotecas e headers para desenvolvimento TeX
450Group: Development/Libraries
096dca83 451Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0 452
096dca83 453%description -n kpathsea-devel
d08789e0
ZU
454Kpathsea library filename lookup header files and documentation.
455
096dca83 456%description -n kpathsea-devel -l es.UTF-8
d08789e0
ZU
457Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
458aplicaciones TeX.
459
096dca83 460%description -n kpathsea-devel -l hu.UTF-8
74eeb8ec
ZU
461Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
462
096dca83 463%description -n kpathsea-devel -l pl.UTF-8
d08789e0
ZU
464Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
465
096dca83 466%description -n kpathsea-devel -l pt_BR.UTF-8
d08789e0
ZU
467Bibliotecas, headers e outros componentes que podem ser utilizados
468para desenvolver aplicações TeX.
469
470# # programs #
471%package dvips
472Summary: DVI to PostScript converter
473Summary(de.UTF-8): dvi-Postscript-Konvertierungsprogramm
474Summary(es.UTF-8): Convertidor dvi para postscript
475Summary(fr.UTF-8): Convertisseur dvi vers PostScript
40664f43 476Summary(hu.UTF-8): DVI-ből PosctScript-be konvertáló
d08789e0
ZU
477Summary(pl.UTF-8): Konwerter plików DVI do PostScriptu
478Summary(pt_BR.UTF-8): Conversor dvi para postscript
479Summary(tr.UTF-8): dvi'dan postscript'e dönüştürücü
480Group: Applications/Publishing/TeX
481Requires(post,postun): %{_bindir}/texhash
482Requires: %{name} = %{epoch}:%{version}-%{release}
483
484%description dvips
485The program dvips takes a DVI file file[.dvi] produced by TeX (or by
486some other processor such as GFtoDVI) and converts it to PostScript,
487normally sending the result directly to the laserprinter.
488
489%description dvips -l de.UTF-8
490Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
491durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
492konvertiert diese in PostScript, wobei das Ergebnis in der Regel
493direkt an einen Laserdrucker gesandt wird.
494
495%description dvips -l es.UTF-8
496El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
497otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
498enviando el resultado directamente a la impresora láser.
499
500%description dvips -l fr.UTF-8
501Le programme dvips convertit les fichiers DVI en PostScript, en
502envoyant normalement le résultat directement sur une imprimante Laser.
503
40664f43
ZU
504%description dvips -l hu.UTF-8
505A dvips program egy TeX által készített DVI-fájlból PostScript
489714ae 506állományt készít, amelyet a legtöbb esetben közvetlenül a
40664f43
ZU
507lézernyomtatóra küldhetsz.
508
d08789e0
ZU
509%description dvips -l pl.UTF-8
510Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
511program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
512Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
513
514%description dvips -l pt_BR.UTF-8
515O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
516outro processador como o GFtoDVI) e o converte para PostScript,
517normalmente enviando o resultado diretamente para a impressora laser.
518
519%description dvips -l tr.UTF-8
520dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
521PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
522olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
523üretilmiş olabilir.
524
525%package dvilj
526Summary: DVI to PCL converter
527Summary(de.UTF-8): Ein dvi-->Laserjet-Konvertierer
528Summary(es.UTF-8): Convertidor dvi para laserjet
529Summary(fr.UTF-8): convertisseur dvi vers laserjet
6b25593c 530Summary(hu.UTF-8): DVI-ből PCL-be konvertáló
d08789e0
ZU
531Summary(pl.UTF-8): Konwerter plików DVI do języka PCL
532Summary(pt_BR.UTF-8): Conversor dvi para laserjet
533Summary(tr.UTF-8): dvi'dan laserjet'e dönüştürücü
534Group: Applications/Publishing/TeX
535Requires(post,postun): %{_bindir}/texhash
536Requires: %{name} = %{epoch}:%{version}-%{release}
537
538%description dvilj
539Dvilj and dvilj's siblings (included in this package) will convert TeX
540text formatting system output .dvi files to HP PCL (HP Printer Control
541Language) commands. Using dvilj, you can print TeX files to HP
542LaserJet+ and fully compatible printers. With dvilj2p, you can print
543to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
544can print to HP LaserJet4 and fully compatible printers.
545
546%description dvilj -l de.UTF-8
547Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
548Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
549LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
550kompatiblen Druckern.
551
552%description dvilj -l es.UTF-8
553Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
554HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
555impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
556dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
557
558%description dvilj -l fr.UTF-8
559dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
560(le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
561LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
562imprimantes totalement compatibles.
563
6b25593c
ZU
564%description dvilj -l hu.UTF-8
565Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
566Printer Control Language) parancsokká. A dvilj használatával TeX
567fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
568nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
569nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
570
d08789e0
ZU
571%description dvilj -l pl.UTF-8
572dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
573pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
574PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
575pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
576użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
577kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
578LaserJet4 i w pełni kompatybilnych.
579
580%description dvilj -l pt_BR.UTF-8
581Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
582HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
583impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
584dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
585
586%description dvilj -l tr.UTF-8
587TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
588denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
589LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
590uyumlularından yazıcı çıktısı alınabilir.
591
592%package makeindex
593Summary: A general purpose hierarchical index generator
6b25593c 594Summary(hu.UTF-8): Egy általános célú hierarchikus index generáló
d08789e0
ZU
595Summary(pl.UTF-8): Generator hierarchicznych indeksów ogólnego przeznaczenia
596Group: Applications/Publishing/TeX
597Requires(post,postun): %{_bindir}/texhash
598Requires: %{name} = %{epoch}:%{version}-%{release}
599Obsoletes: tetex-rumakeindex
600
601%description makeindex
602A general purpose hierarchical index generator; it accepts one or more
603input files (often produced by a text formatter such as TeX or troff),
604sorts the entries, and produces an output file which can be formatted.
605The formats of the input and output files are specified in a style
606file; by default, input is assumed to be an idx file, as generated by
607LaTeX.
608
6b25593c
ZU
609%description makeindex -l hu.UTF-8
610Egy általános célű hierarchikus index generáló; elfogad egy vagy több
611bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
612rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
613készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
614definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
615LaTeX generál.
616
d08789e0
ZU
617%description makeindex -l pl.UTF-8
618Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
619jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
620narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
621elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
622plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
623przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
624LaTeX.
625
626%package metafont
627Summary: MetaFont
6b25593c 628Summary(hu.UTF-8): MetaFont
d08789e0
ZU
629Summary(pl.UTF-8): Zestaw narzędzi MetaFont
630Group: Applications/Publishing/TeX
631Requires(post,postun): %{_bindir}/texhash
632Requires: %{name} = %{epoch}:%{version}-%{release}
633
634%description metafont
635MetaFont.
636
637%description metafont -l pl.UTF-8
638Zestaw narzędzi MetaFont.
639
640%package metapost
641Summary: MetaPost
6b25593c 642Summary(hu.UTF-8): MetaPost
d08789e0
ZU
643Summary(pl.UTF-8): Zestaw narzędzi MetaPost
644Group: Applications/Publishing/TeX
645Requires(post,postun): %{_bindir}/texhash
646Requires: %{name} = %{epoch}:%{version}-%{release}
647Obsoletes: tetex-matapost
648
649%description metapost
650MetaPost.
651
6b25593c
ZU
652%description metapost -l hu.UTF-8
653MetaPost.
654
d08789e0
ZU
655%description metapost -l pl.UTF-8
656Zestaw narzędzi MetaPost.
657
658%package mptopdf
659Summary: MetaPost to PDF converter
6b25593c 660Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
661Summary(pl.UTF-8): Konwerter MetaPost do PDF
662Group: Applications/Publishing/TeX
663Requires(post,postun): %{_bindir}/texhash
664Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
665
666%description mptopdf
667MetaPost to PDF converter.
668
6b25593c
ZU
669%description mptopdf -l hu.UTF-8
670MetaPost-ból PDF-be konvertáló.
671
d08789e0
ZU
672%description mptopdf -l pl.UTF-8
673Konwerter MetaPost do PDF.
674
675%package texdoctk
676Summary: Easy access to TeX documentation
677Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
678Group: Applications/Publishing/TeX
679Requires(post,postun): %{_bindir}/texhash
680Requires: %{name} = %{epoch}:%{version}-%{release}
681
682%description texdoctk
683A Perl/Tk-based GUI for easy access to package documentation for TeX
684on Unix platforms; the databases it uses are based on the texmf/doc
685subtrees of teTeX v.1.0.x, but database files for local configurations
686with modified/extended directories can be derived from them. Note that
687texdoctk is not a viewer itself, but an interface for finding
688documentation files and opening them with the appropriate viewer; so
689it relies on appropriate programs to be installed on the system.
690However, the choice of these programs can be configured by the
691sysadmin or user.
692
693%description texdoctk -l pl.UTF-8
694Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
695dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
696danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
697używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
698Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
699interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
700właściwej przeglądarce; tak więc wymaga on odpowiednich programów
701zainstalowanych w systemie. Wybór tych programów może być dokonany
702przez administratora lub użytkownika.
703
704%package -n texconfig
705Summary: TeX typesetting system configurator
706Summary(pl.UTF-8): Konfigurator systemu składu TeX
707Group: Applications/Publishing/TeX
708Requires: %{name} = %{epoch}:%{version}-%{release}
709Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
710Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
711Requires: xdvi = %{epoch}:%{version}-%{release}
712Obsoletes: tetex-texconfig
713
714%description -n texconfig
715TeX typesetting system configurator.
716
717%description -n texconfig -l pl.UTF-8
718Konfigurator systemu składu TeX.
719
720%package -n xdvi
721Summary: X11 previewer
722Summary(de.UTF-8): X11-Previewer
723Summary(es.UTF-8): Visualizador TeX X11
724Summary(fr.UTF-8): Prévisualisateur X11
725Summary(pl.UTF-8): Przeglądarka DVI dla X11
726Summary(pt_BR.UTF-8): Visualizador TeX X11
727Summary(tr.UTF-8): X11 öngörüntüleyici
728Group: Applications/Publishing/TeX
729Requires(post,postun): %{_bindir}/texhash
730Requires: %{name} = %{epoch}:%{version}-%{release}
731Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
732Suggests: %{name}-dvips
733Obsoletes: tetex-xdvi
734
735%description -n xdvi
736xdvi is a program which runs under the X window system. It is used to
737preview dvi files, such as are produced by tex and latex.
738
739%description -n xdvi -l de.UTF-8
740xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
741ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
742latex erzeugt wurden.
743
744%description -n xdvi -l es.UTF-8
745xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
746visualizar archivos dvi, como los producidos por tex y latex.
747
748%description -n xdvi -l fr.UTF-8
749xdvi est un programme s'exécutant sous le système X Window. Il sert à
750visualiser les fichiers dvi tels que ceux produits par tex et latex.
751
752%description -n xdvi -l pl.UTF-8
753Xdvi jest programem (działającym w X Window System) do przeglądania
754plików DVI, produkowanych przez TeXa i LaTeXa.
755
756%description -n xdvi -l pt_BR.UTF-8
757xdvi é um programa que roda no sistema X Window. É usado para
758visualizar arquivos dvi, como os produzidos por tex e latex.
759
624ed2f9
ZU
760%package -n xindy
761Summary: Xindy creates sorted and tagged index from raw index
762Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
763Group: Applications/Publishing/TeX
764
765%description -n xindy
766Xindy creates sorted and tagged index from raw index.
767
768%description -n xindy -l hu.UTF-8
769Xindy rendezett és cimkézett indexet készít nyers indexekből.
770
771%package -n xindy-albanian
772Summary: Xindy albanian language
773Summary(hu.UTF-8): Xindy albán nyelv
774Group: Applications/Publishing/TeX
775
776%description -n xindy-albanian
777Xindy albanian language
778
779%description -n xindy-albanian -l hu.UTF-8
780Xindy albán nyelv
781
782%package -n xindy-belarusian
783Summary: Xindy belarusian language
784Summary(hu.UTF-8): Xindy belorusz nyelv
785Group: Applications/Publishing/TeX
786
787%description -n xindy-belarusian
788Xindy belarusian language
789
790%description -n xindy-belarusian -l hu.UTF-8
791Xindy belorusz nyelv
792
793%package -n xindy-bulgarian
794Summary: Xindy bulgarian language
795Summary(hu.UTF-8): Xindy bolgár nyelv
796Group: Applications/Publishing/TeX
797
798%description -n xindy-bulgarian
799Xindy bulgarian language
800
801%description -n xindy-bulgarian -l hu.UTF-8
802Xindy bolgár nyelv
803
804%package -n xindy-croatian
805Summary: Xindy croatian language
806Summary(hu.UTF-8): Xindy horvát nyelv
807Group: Applications/Publishing/TeX
808
809%description -n xindy-croatian
810Xindy croatian language
811
812%description -n xindy-croatian -l hu.UTF-8
813Xindy horvát nyelv
814
815%package -n xindy-czech
816Summary: Xindy czech language
817Summary(hu.UTF-8): Xindy cseh nyelv
818Group: Applications/Publishing/TeX
819
820%description -n xindy-czech
821Xindy czech language
822
823%description -n xindy-czech -l hu.UTF-8
824Xindy cseh nyelv
825
826%package -n xindy-danish
827Summary: Xindy danish language
828Summary(hu.UTF-8): Xindy dán nyelv
829Group: Applications/Publishing/TeX
830
831%description -n xindy-danish
832Xindy danish language
833
834%description -n xindy-danish -l hu.UTF-8
835Xindy dán nyelv
836
837%package -n xindy-dutch
838Summary: Xindy dutch language
839Summary(hu.UTF-8): Xindy holland nyelv
840Group: Applications/Publishing/TeX
841
842%description -n xindy-dutch
843Xindy dutch language
844
845%description -n xindy-dutch -l hu.UTF-8
846Xindy holland nyelv
847
848%package -n xindy-english
849Summary: Xindy english language
850Summary(hu.UTF-8): Xindy angol nyelv
851Group: Applications/Publishing/TeX
852
853%description -n xindy-english
854Xindy english language
855
856%description -n xindy-english -l hu.UTF-8
857Xindy angol nyelv
858
859%package -n xindy-esperanto
860Summary: Xindy esperanto language
861Summary(hu.UTF-8): Xindy eszperantó nyelv
862Group: Applications/Publishing/TeX
863
864%description -n xindy-esperanto
865Xindy esperanto language
866
867%description -n xindy-esperanto -l hu.UTF-8
868Xindy eszperantó nyelv
869
870%package -n xindy-estonian
871Summary: Xindy estonian language
872Summary(hu.UTF-8): Xindy észt nyelv
873Group: Applications/Publishing/TeX
874
875%description -n xindy-estonian
876Xindy estonian language
877
878%description -n xindy-estonian -l hu.UTF-8
879Xindy észt nyelv
880
881%package -n xindy-finnish
882Summary: Xindy finnish language
883Summary(hu.UTF-8): Xindy finn nyelv
884Group: Applications/Publishing/TeX
885
886%description -n xindy-finnish
887Xindy finnish language
888
889%description -n xindy-finnish -l hu.UTF-8
890Xindy finn nyelv
891
892%package -n xindy-french
893Summary: Xindy french language
894Summary(hu.UTF-8): Xindy francia nyelv
895Group: Applications/Publishing/TeX
896
897%description -n xindy-french
898Xindy french language
899
900%description -n xindy-french -l hu.UTF-8
901Xindy francia nyelv
902
903%package -n xindy-general
904Summary: Xindy general language
905Summary(hu.UTF-8): Xindy általános nyelv
906Group: Applications/Publishing/TeX
907
908%description -n xindy-general
909Xindy general language
910
911%description -n xindy-general -l hu.UTF-8
912Xindy általános nyelv
913
914%package -n xindy-georgian
915Summary: Xindy georgian language
916Summary(hu.UTF-8): Xindy georgian nyelv
917Group: Applications/Publishing/TeX
918
919%description -n xindy-georgian
920Xindy georgian language
921
922%description -n xindy-georgian -l hu.UTF-8
923Xindy georgian nyelv
924
925%package -n xindy-german
926Summary: Xindy german language
927Summary(hu.UTF-8): Xindy német nyelv
928Group: Applications/Publishing/TeX
929
930%description -n xindy-german
931Xindy german language
932
933%description -n xindy-german -l hu.UTF-8
934Xindy német nyelv
935
936%package -n xindy-greek
937Summary: Xindy greek language
938Summary(hu.UTF-8): Xindy görög nyelv
939Group: Applications/Publishing/TeX
940
941%description -n xindy-greek
942Xindy greek language
943
944%description -n xindy-greek -l hu.UTF-8
945Xindy görög nyelv
946
947%package -n xindy-gypsy
948Summary: Xindy gypsy language
949Summary(hu.UTF-8): Xindy cigány nyelv
950Group: Applications/Publishing/TeX
951
952%description -n xindy-gypsy
953Xindy gypsy language
954
955%description -n xindy-gypsy -l hu.UTF-8
956Xindy cigány nyelv
957
958%package -n xindy-hausa
959Summary: Xindy hausa language
960Summary(hu.UTF-8): Xindy hausa nyelv
961Group: Applications/Publishing/TeX
962
963%description -n xindy-hausa
964Xindy hausa language
965
966%description -n xindy-hausa -l hu.UTF-8
967Xindy hausa nyelv
968
969%package -n xindy-hebrew
970Summary: Xindy hebrew language
971Summary(hu.UTF-8): Xindy héber nyelv
972Group: Applications/Publishing/TeX
973
974%description -n xindy-hebrew
975Xindy hebrew language
976
977%description -n xindy-hebrew -l hu.UTF-8
978Xindy héber nyelv
979
980%package -n xindy-hungarian
981Summary: Xindy hungarian language
982Summary(hu.UTF-8): Xindy magyar nyelv
983Group: Applications/Publishing/TeX
984
985%description -n xindy-hungarian
986Xindy hungarian language
987
988%description -n xindy-hungarian -l hu.UTF-8
989Xindy magyar nyelv
990
991%package -n xindy-icelandic
992Summary: Xindy icelandic language
993Summary(hu.UTF-8): Xindy izlandi nyelv
994Group: Applications/Publishing/TeX
995
996%description -n xindy-icelandic
997Xindy icelandic language
998
999%description -n xindy-icelandic -l hu.UTF-8
1000Xindy izlandi nyelv
1001
1002%package -n xindy-italian
1003Summary: Xindy italian language
1004Summary(hu.UTF-8): Xindy olasz nyelv
1005Group: Applications/Publishing/TeX
1006
1007%description -n xindy-italian
1008Xindy italian language
1009
1010%description -n xindy-italian -l hu.UTF-8
1011Xindy olasz nyelv
1012
1013%package -n xindy-klingon
1014Summary: Xindy klingon language
1015Summary(hu.UTF-8): Xindy klingon nyelv
1016Group: Applications/Publishing/TeX
1017
1018%description -n xindy-klingon
1019Xindy klingon language
1020
1021%description -n xindy-klingon -l hu.UTF-8
1022Xindy klingon nyelv
1023
1024%package -n xindy-kurdish
1025Summary: Xindy kurdish language
1026Summary(hu.UTF-8): Xindy kurd nyelv
1027Group: Applications/Publishing/TeX
1028
1029%description -n xindy-kurdish
1030Xindy kurdish language
1031
1032%description -n xindy-kurdish -l hu.UTF-8
1033Xindy kurd nyelv
1034
1035%package -n xindy-latin
1036Summary: Xindy latin language
1037Summary(hu.UTF-8): Xindy latin nyelv
1038Group: Applications/Publishing/TeX
1039
1040%description -n xindy-latin
1041Xindy latin language
1042
1043%description -n xindy-latin -l hu.UTF-8
1044Xindy latin nyelv
1045
1046%package -n xindy-latvian
1047Summary: Xindy latvian language
1048Summary(hu.UTF-8): Xindy lett nyelv
1049Group: Applications/Publishing/TeX
1050
1051%description -n xindy-latvian
1052Xindy latvian language
1053
1054%description -n xindy-latvian -l hu.UTF-8
1055Xindy lett nyelv
1056
1057%package -n xindy-lithuanian
1058Summary: Xindy lithuanian language
1059Summary(hu.UTF-8): Xindy litván nyelv
1060Group: Applications/Publishing/TeX
1061
1062%description -n xindy-lithuanian
1063Xindy lithuanian language
1064
1065%description -n xindy-lithuanian -l hu.UTF-8
1066Xindy litván nyelv
1067
1068%package -n xindy-lower-sorbian
1069Summary: Xindy lower-sorbian language
1070Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1071Group: Applications/Publishing/TeX
1072
1073%description -n xindy-lower-sorbian
1074Xindy lower-sorbian language
1075
1076%description -n xindy-lower-sorbian -l hu.UTF-8
1077Xindy lower-sorbian nyelv
1078
1079%package -n xindy-macedonian
1080Summary: Xindy macedonian language
1081Summary(hu.UTF-8): Xindy macedón nyelv
1082Group: Applications/Publishing/TeX
1083
1084%description -n xindy-macedonian
1085Xindy macedonian language
1086
1087%description -n xindy-macedonian -l hu.UTF-8
1088Xindy macedón nyelv
1089
1090%package -n xindy-mongolian
1091Summary: Xindy mongolian language
1092Summary(hu.UTF-8): Xindy mongol nyelv
1093Group: Applications/Publishing/TeX
1094
1095%description -n xindy-mongolian
1096Xindy mongolian language
1097
1098%description -n xindy-mongolian -l hu.UTF-8
1099Xindy mongol nyelv
1100
1101%package -n xindy-norwegian
1102Summary: Xindy norwegian language
1103Summary(hu.UTF-8): Xindy norvég nyelv
1104Group: Applications/Publishing/TeX
1105
1106%description -n xindy-norwegian
1107Xindy norwegian language
1108
1109%description -n xindy-norwegian -l hu.UTF-8
1110Xindy norvég nyelv
1111
1112%package -n xindy-polish
1113Summary: Xindy polish language
1114Summary(hu.UTF-8): Xindy lengyel nyelv
1115Group: Applications/Publishing/TeX
1116
1117%description -n xindy-polish
1118Xindy polish language
1119
1120%description -n xindy-polish -l hu.UTF-8
1121Xindy lengyel nyelv
1122
1123%package -n xindy-portuguese
1124Summary: Xindy portuguese language
1125Summary(hu.UTF-8): Xindy portugál nyelv
1126Group: Applications/Publishing/TeX
1127
1128%description -n xindy-portuguese
1129Xindy portuguese language
1130
1131%description -n xindy-portuguese -l hu.UTF-8
1132Xindy portugál nyelv
1133
1134%package -n xindy-romanian
1135Summary: Xindy romanian language
1136Summary(hu.UTF-8): Xindy román nyelv
1137Group: Applications/Publishing/TeX
1138
1139%description -n xindy-romanian
1140Xindy romanian language
1141
1142%description -n xindy-romanian -l hu.UTF-8
1143Xindy román nyelv
1144
1145%package -n xindy-russian
1146Summary: Xindy russian language
1147Summary(hu.UTF-8): Xindy orosz nyelv
1148Group: Applications/Publishing/TeX
1149
1150%description -n xindy-russian
1151Xindy russian language
1152
1153%description -n xindy-russian -l hu.UTF-8
1154Xindy orosz nyelv
1155
1156%package -n xindy-serbian
1157Summary: Xindy serbian language
1158Summary(hu.UTF-8): Xindy szerb nyelv
1159Group: Applications/Publishing/TeX
1160
1161%description -n xindy-serbian
1162Xindy serbian language
1163
1164%description -n xindy-serbian -l hu.UTF-8
1165Xindy szerb nyelv
1166
1167%package -n xindy-slovak
1168Summary: Xindy slovak language
1169Summary(hu.UTF-8): Xindy szlovák nyelv
1170Group: Applications/Publishing/TeX
1171
1172%description -n xindy-slovak
1173Xindy slovak language
1174
1175%description -n xindy-slovak -l hu.UTF-8
1176Xindy szlovák nyelv
1177
1178%package -n xindy-slovenian
1179Summary: Xindy slovenian language
1180Summary(hu.UTF-8): Xindy szlovén nyelv
1181Group: Applications/Publishing/TeX
1182
1183%description -n xindy-slovenian
1184Xindy slovenian language
1185
1186%description -n xindy-slovenian -l hu.UTF-8
1187Xindy szlovén nyelv
1188
1189%package -n xindy-spanish
1190Summary: Xindy spanish language
1191Summary(hu.UTF-8): Xindy spanyol nyelv
1192Group: Applications/Publishing/TeX
1193
1194%description -n xindy-spanish
1195Xindy spanish language
1196
1197%description -n xindy-spanish -l hu.UTF-8
1198Xindy spanyol nyelv
1199
1200%package -n xindy-swedish
1201Summary: Xindy swedish language
1202Summary(hu.UTF-8): Xindy svéd nyelv
1203Group: Applications/Publishing/TeX
1204
1205%description -n xindy-swedish
1206Xindy swedish language
1207
1208%description -n xindy-swedish -l hu.UTF-8
1209Xindy svéd nyelv
1210
1211%package -n xindy-turkish
1212Summary: Xindy turkish language
1213Summary(hu.UTF-8): Xindy török nyelv
1214Group: Applications/Publishing/TeX
1215
1216%description -n xindy-turkish
1217Xindy turkish language
1218
1219%description -n xindy-turkish -l hu.UTF-8
1220Xindy török nyelv
1221
1222%package -n xindy-ukrainian
1223Summary: Xindy ukrainian language
1224Summary(hu.UTF-8): Xindy ukrán nyelv
1225Group: Applications/Publishing/TeX
1226
1227%description -n xindy-ukrainian
1228Xindy ukrainian language
1229
1230%description -n xindy-ukrainian -l hu.UTF-8
1231Xindy ukrán nyelv
1232
1233%package -n xindy-upper-sorbian
1234Summary: Xindy upper-sorbian language
1235Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1236Group: Applications/Publishing/TeX
1237
1238%description -n xindy-upper-sorbian
1239Xindy upper-sorbian language
1240
1241%description -n xindy-upper-sorbian -l hu.UTF-8
1242Xindy upper-sorbian nyelv
1243
1244%package -n xindy-vietnamese
1245Summary: Xindy vietnamese language
04123363 1246Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1247Group: Applications/Publishing/TeX
1248
1249%description -n xindy-vietnamese
1250Xindy vietnamese language
1251
1252%description -n xindy-vietnamese -l hu.UTF-8
1253Xindy vietnám nyelv
1254
1255
d08789e0
ZU
1256%package pdftex
1257Summary: TeX generating PDF files instead DVI
04123363 1258Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1259Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1260Group: Applications/Publishing/TeX
60597425 1261Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1262Requires: %{name} = %{epoch}:%{version}-%{release}
1263Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1264
1265%description pdftex
1266TeX generating PDF files instead DVI.
1267
1268%description pdftex -l pl.UTF-8
1269TeX generujący pliki PDF zamiast DVI.
1270
faa40f44
ZU
1271%package psutils
1272Summary: PostScript Utilities
1273Summary(hu.UTF-8): PostScript eszközök
1274Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1275Group: Applications/Printing
8affbd2c 1276Obsoletes: psutils
faa40f44
ZU
1277
1278%description psutils
1279This archive contains some utilities for manipulating PostScript
1280documents. Page selection and rearrangement are supported, including
1281arrangement into signatures for booklet printing, and page merging for
1282n-up printing.
1283
1284%description psutils -l hu.UTF-8
1285Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1286dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1287beleértve a booklet nyomtatáshoz való átrendezést is.
1288
1289%description psutils -l pl.UTF-8
1290PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1291wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1292także na łączenie różnych plików PostScript w całość.
faa40f44 1293
04123363
ZU
1294%package phyzzx
1295Summary: A TeX format for physicists
1296Summary(hu.UTF-8): TeX formátum fizikusoknak
1297Group: Applications/Publishing/TeX
1298Requires(post,postun): %{_bindir}/texhash
1299Requires: %{name} = %{epoch}:%{version}-%{release}
1300
1301%description phyzzx
1302A TeX format for physicists.
1303
1304%description phyzzx -l hu.UTF-8
1305TeX formátum fizikusoknak.
1306
d08789e0
ZU
1307%package omega
1308Summary: Extended unicode TeX
1309Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1310Group: Applications/Publishing/TeX
1311Requires(post,postun): %{_bindir}/texhash
1312Requires: %{name} = %{epoch}:%{version}-%{release}
1313Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1314Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1315
1316%description omega
1317Omega is a version of the TeX program modified for multilingual
1318typesetting. It uses unicode, and has additional primitives for (among
1319other things) bidirectional typesetting.
1320
1321%description omega -l pl.UTF-8
1322Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1323Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1324tekstu pisanego w obu kierunkach.
1325
1326# # formats #
1327
1328# Plain format.
1329
1330%package plain
1331Summary: Plain TeX format basic files
1332Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1333Group: Applications/Publishing/TeX
60597425 1334Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1335Requires: %{name} = %{epoch}:%{version}-%{release}
1336
1337%description plain
1338Plain TeX format basic files.
1339
1340%description plain -l pl.UTF-8
1341Podstawowe pliki dla formatu Plain TeX.
1342
1343%package format-plain
1344Summary: TeX Plain format
1345Summary(pl.UTF-8): Format TeX Plain
1346Group: Applications/Publishing/TeX
1347Requires(post,postun): %{_bindir}/texhash
1348Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1349
1350%description format-plain
1351TeX Plain format.
1352
1353%description format-plain -l pl.UTF-8
1354Format TeX Plain.
1355
1356%package format-pdftex
1357Summary: PDFTeX Plain format
1358Summary(pl.UTF-8): Format PDFTeX Plain
1359Group: Applications/Publishing/TeX
1360Requires(post,postun): %{_bindir}/texhash
1361Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1362Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1363# for epstopdf to work
1364Requires: fonts-Type1-urw
1365Requires: ghostscript
1366
1367%description format-pdftex
1368PDFTeX Plain format.
1369
1370%description format-pdftex -l pl.UTF-8
1371Format PDFTeX Plain.
1372
1373%package format-pdfetex
1374Summary: PDFTeX EPlain format
1375Summary(pl.UTF-8): Format PDFTeX EPlain
1376Group: Applications/Publishing/TeX
1377Requires(post,postun): %{_bindir}/texhash
1378Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1379Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1380
1381%description format-pdfetex
1382PDFTeX EPlain format.
1383
1384%description format-pdfetex -l pl.UTF-8
1385Format PDFTeX EPlain.
1386
1387# MeX Plain format
1388
1389%package mex
1390Summary: MeX Plain Format basic files
1391Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1392Group: Applications/Publishing/TeX
1393Requires(post,postun): %{_bindir}/texhash
1394Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1395Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1396Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1397
1398%description mex
1399MeX Plain Format basic files.
1400
1401%description mex -l pl.UTF-8
1402Podstawowe pliki dla formatu MeX Plain.
1403
1404%package format-mex
1405Summary: MeX Plain Format
1406Summary(pl.UTF-8): Format MeX Plain
1407Group: Applications/Publishing/TeX
1408Requires(post,postun): %{_bindir}/texhash
f6a96d15 1409Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1410
1411%description format-mex
1412MeX Plain Format.
1413
1414%description format-mex -l pl.UTF-8
1415Format MeX Plain.
1416
1417%package format-pdfmex
1418Summary: PDFMeX Plain Format
1419Summary(pl.UTF-8): Format PDFMeX Plain
1420Group: Applications/Publishing/TeX
1421Requires(post,postun): %{_bindir}/texhash
1422Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1423Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1424
1425%description format-pdfmex
1426PDFMeX Plain Format.
1427
1428%description format-pdfmex -l pl.UTF-8
1429Format PDFMeX Plain.
1430
1431%package format-utf8mex
1432Summary: MeX Plain Format with UTF-8 encoded source files
1433Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1434Group: Applications/Publishing/TeX
1435Requires(post,postun): %{_bindir}/texhash
1436Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1437
1438%description format-utf8mex
1439MeX Plain Format with UTF-8 encoded source files.
1440
1441%description format-utf8mex -l pl.UTF-8
1442Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1443
1444# AMS TeX format
1445
1446%package amstex
1447Summary: AMS macros for Plain TeX basic files
1448Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1449Group: Applications/Publishing/TeX
1450Requires(post,postun): %{_bindir}/texhash
1451Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1452Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1453Obsoletes: tetex-ams
1454Obsoletes: tetex-plain-amsfonts
1455
1456%description amstex
1457American Mathematical Society macros for Plain TeX basic files.
1458
1459%description amstex -l pl.UTF-8
1460Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1461Plain TeX.
1462
1463%package format-amstex
1464Summary: AMS macros for Plain TeX
1465Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1466Group: Applications/Publishing/TeX
1467Requires(post,postun): %{_bindir}/texhash
1468Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1469Obsoletes: tetex-ams
1470
1471%description format-amstex
1472American Mathematical Society macros for Plain TeX.
1473
1474%description format-amstex -l pl.UTF-8
1475Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1476
1477%package format-pdfamstex
1478Summary: AMS macros for PDFTeX
1479Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1480Group: Applications/Publishing/TeX
1481Requires(post,postun): %{_bindir}/texhash
1482Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1483Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1484
1485%description format-pdfamstex
1486American Mathematical Society macros for PDFTeX.
1487
1488%description format-pdfamstex -l pl.UTF-8
1489Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1490
1491# CSPlain format
1492
1493%package csplain
1494Summary: TeX CSPlain format basic files
1495Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1496Group: Applications/Publishing/TeX
1497Requires(post,postun): %{_bindir}/texhash
1498Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1499Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1500
1501%description csplain
1502TeX CSPlain format basic files.
1503
1504%description csplain -l pl.UTF-8
1505Podstawowe pliki dla formatu TeX CSPlain.
1506
1507%package format-csplain
1508Summary: TeX CSPlain format
1509Summary(pl.UTF-8): Format TeX CSPlain
1510Group: Applications/Publishing/TeX
1511Requires(post,postun): %{_bindir}/texhash
1512Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1513
1514%description format-csplain
1515TeX CSPlain format.
1516
1517%description format-csplain -l pl.UTF-8
1518Format TeX CSPlain.
1519
1520%package format-pdfcsplain
1521Summary: PDFTeX CSPlain format
1522Summary(pl.UTF-8): Format PDFTeX CSPlain
1523Group: Applications/Publishing/TeX
1524Requires(post,postun): %{_bindir}/texhash
1525Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1526
1527%description format-pdfcsplain
1528PDFTeX CSPlain format.
1529
1530%description format-pdfcsplain -l pl.UTF-8
1531Format PDFTeX CSPlain.
1532
1533# CSLaTeX format
1534
1535%package cslatex
1536Summary: CSLaTeX format basic files
1537Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1538Group: Applications/Publishing/TeX
1539Requires(post,postun): %{_bindir}/texhash
1540Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1541Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1542
1543%description cslatex
1544CSLaTeX format basic files.
1545
1546%description cslatex -l pl.UTF-8
1547Podstawowe pliki dla formatu CSLaTeX.
1548
1549%package format-cslatex
1550Summary: CSLaTeX format
1551Summary(pl.UTF-8): Format CSLaTeX
1552Group: Applications/Publishing/TeX
1553Requires(post,postun): %{_bindir}/texhash
1554Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1555
1556%description format-cslatex
1557CSLaTeX format.
1558
1559%description format-cslatex -l pl.UTF-8
1560Format CSLaTeX.
1561
1562%package format-pdfcslatex
1563Summary: PDF CSLaTeX format
1564Summary(pl.UTF-8): Format PDF CSLaTeX
1565Group: Applications/Publishing/TeX
1566Requires(post,postun): %{_bindir}/texhash
1567Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1568
1569%description format-pdfcslatex
1570PDF CSLaTeX format.
1571
1572%description format-pdfcslatex -l pl.UTF-8
1573Format PDF CSLaTeX.
1574
1575# Cyrillic Plain format
1576
1577%package cyrplain
1578Summary: Cyrillic Plain format basic files
1579Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1580Group: Applications/Publishing/TeX
1581Requires(post,postun): %{_bindir}/texhash
1582Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1583
1584%description cyrplain
1585Cyrillic Plain format basic files.
1586
1587%description cyrplain -l pl.UTF-8
1588Podstawowe pliki dla formatu Cyrillic Plain.
1589
1590%package format-cyrplain
1591Summary: Cyrillic Plain format
1592Summary(pl.UTF-8): Format Cyrillic Plain
1593Group: Applications/Publishing/TeX
1594Requires(post,postun): %{_bindir}/texhash
1595Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1596
1597%description format-cyrplain
1598Cyrillic Plain format.
1599
1600%description format-cyrplain -l pl.UTF-8
1601Format Cyrillic Plain.
1602
1603%package format-cyramstex
1604Summary: Cyrillic AMSTeX format
1605Summary(pl.UTF-8): Format Cyrillic AMSTeX
1606Group: Applications/Publishing/TeX
1607Requires(post,postun): %{_bindir}/texhash
1608Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1609Obsoletes: tetex-cyramstex
1610
1611%description format-cyramstex
1612Cyrillic AMSTeX format.
1613
1614%description format-cyramstex -l pl.UTF-8
1615Format Cyrillic AMSTeX.
1616
1617%package format-cyrtexinfo
1618Summary: Cyrillic TeXInfo format
1619Summary(pl.UTF-8): Format Cyrillic TeXInfo
1620Group: Applications/Publishing/TeX
1621Requires(post,postun): %{_bindir}/texhash
1622Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1623Obsoletes: tetex-cyrtexinfo
1624
1625%description format-cyrtexinfo
1626Cyrillic TeXInfo format.
1627
1628%description format-cyrtexinfo -l pl.UTF-8
1629Format Cyrillic TeXInfo.
1630
1631# EPlain format
1632
1633%package eplain
1634Summary: EPlain format basic files
1635Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1636Group: Applications/Publishing/TeX
1637Requires(post,postun): %{_bindir}/texhash
1638Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1639Obsoletes: tetex-etex
1640
1641%description eplain
1642EPlain format basic files.
1643
1644%description eplain -l pl.UTF-8
1645Podstawowe pliki dla formatu EPlain.
1646
1647%package format-eplain
1648Summary: EPlain format
1649Summary(pl.UTF-8): Format EPlain
1650Group: Applications/Publishing/TeX
1651Requires(post,postun): %{_bindir}/texhash
1652Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1653
1654%description format-eplain
1655EPlain format.
1656
1657%description format-eplain -l pl.UTF-8
1658Format EPlain.
1659
1660# ConTeXt format.
1661
1662%package context
1663Summary: ConTeXt macro package basic files
1664Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1665Group: Applications/Publishing/TeX
1666Requires(post,postun): %{_bindir}/texhash
1667Requires: %{name} = %{epoch}:%{version}-%{release}
1668Obsoletes: tetex-latex-context
1669
1670%define _noautoreq 'perl(path_tre)'
1671
1672%description context
1673A full featured, parameter driven macro package, which fully supports
1674advanced interactive documents.
1675
1676This package contains basic files.
1677
1678%description context -l pl.UTF-8
1679Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1680całkowicie obsługujący zaawansowane dokumenty interaktywne.
1681
1682Ten pakiet zawiera podstawowe pliki.
1683
1684%package format-context-de
1685Summary: German ConTeXt format
1686Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1687Group: Applications/Publishing/TeX
1688Requires(post,postun): %{_bindir}/texhash
1689Requires: %{name}-context = %{epoch}:%{version}-%{release}
1690
1691%description format-context-de
1692German ConTeXt format.
1693
1694%description format-context-de -l pl.UTF-8
1695Niemiecka wersja formatu ConTeXt.
1696
1697%package format-context-en
1698Summary: English ConTeXt format
1699Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1700Group: Applications/Publishing/TeX
1701Requires(post,postun): %{_bindir}/texhash
1702Requires: %{name}-context = %{epoch}:%{version}-%{release}
1703
1704%description format-context-en
1705English ConTeXt format.
1706
1707%description format-context-en -l pl.UTF-8
1708Angielska wersja formatu ConTeXt.
1709
1710%package format-context-nl
1711Summary: Dutch ConTeXt format
1712Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1713Group: Applications/Publishing/TeX
1714Requires(post,postun): %{_bindir}/texhash
1715Requires: %{name}-context = %{epoch}:%{version}-%{release}
1716
1717%description format-context-nl
1718Dutch ConTeXt format.
1719
1720%description format-context-nl -l pl.UTF-8
1721Holenderska wersja formatu ConTeXt.
1722
1723# LaTeX format.
1724
1725%package latex
1726Summary: LaTeX macro package basic files
1727Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1728Group: Applications/Publishing/TeX
60597425 1729Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1730Requires: %{name} = %{epoch}:%{version}-%{release}
1731Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1732Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1733Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1734# for misc/eurosym:
1735Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1736Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1737Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
5ff30b02 1738Suggests: %{name}-fonts-jknappen
fb2a8613 1739Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1740Obsoletes: tetex-bibtex-koma-script
1741Obsoletes: tetex-latex-SIunits
1742Obsoletes: tetex-latex-caption
1743Obsoletes: tetex-latex-curves
1744Obsoletes: tetex-latex-dinbrief
1745Obsoletes: tetex-latex-draftcopy
1746Obsoletes: tetex-latex-dvilj
1747Obsoletes: tetex-latex-eepic
1748Obsoletes: tetex-latex-endfloat
1749Obsoletes: tetex-latex-fancyhdr
1750Obsoletes: tetex-latex-fancyheadings
1751Obsoletes: tetex-latex-fancyvrb
1752Obsoletes: tetex-latex-fp
1753Obsoletes: tetex-latex-graphics
1754Obsoletes: tetex-latex-hyperref
1755Obsoletes: tetex-latex-koma-script
1756Obsoletes: tetex-latex-labels
1757Obsoletes: tetex-latex-listings
1758Obsoletes: tetex-latex-misc
1759Obsoletes: tetex-latex-ms
1760Obsoletes: tetex-latex-multirow
1761Obsoletes: tetex-latex-mwcls
1762Obsoletes: tetex-latex-mwdtools
1763Obsoletes: tetex-latex-natbib
1764Obsoletes: tetex-latex-ntgclass
1765Obsoletes: tetex-latex-oberdiek
1766Obsoletes: tetex-latex-pb-diagram
1767Obsoletes: tetex-latex-pstriks
1768Obsoletes: tetex-latex-revtex4
1769Obsoletes: tetex-latex-seminar
1770Obsoletes: tetex-latex-t2
1771Obsoletes: tetex-latex-titlesec
1772Obsoletes: tetex-latex-tools
1773Obsoletes: tetex-latex-units
1774Obsoletes: tetex-mwcls
1775Obsoletes: tetex-revtex4
1776
1777%description latex
1778LaTeX is a front end for the TeX text formatting system. Easier to use
1779than TeX, LaTeX is essentially a set of TeX macros which provide
1780convenient, predefined document formats for users.
1781
1782This package contains basic files.
1783
1784%description latex -l pl.UTF-8
1785LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1786łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1787dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1788
1789Ten pakiet zawiera podstawowe pliki.
1790
6c82f497
ZU
1791%package latex-12many
1792Summary: Generalising mathematical index sets
1793Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1794Group: Applications/Publishing/TeX
6c82f497 1795Requires(post,postun): %{_bindir}/texhash
b4d68b39 1796Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1797
1798%description latex-12many
1799Generalising mathematical index sets.
1800
1801%description latex-12many -l hu.UTF-8
1802A matematikai halmazok indexelésének általánosítása.
1803
a8b381b0
ZU
1804%package latex-abstract
1805Summary: Control the typesetting of the abstract environment
1806Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1807Group: Applications/Publishing/TeX
fe66da27 1808Requires(post,postun): %{_bindir}/texhash
b4d68b39 1809Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1810
1811%description latex-abstract
1812Control the typesetting of the abstract environment.
1813
1814%description latex-abstract -l hu.UTF-8
1815Az "abstract" környezet szedésének irányítása.
1816
f1f5d194
ZU
1817%package latex-accfonts
1818Summary: Utilities to derive new fonts from existing ones
1819Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1820Group: Applications/Publishing/TeX
1821Requires(post,postun): %{_bindir}/texhash
1822
1823%description latex-accfonts
1824Utilities to derive new fonts from existing ones.
1825
1826%description latex-accfonts -l hu.UTF-8
1827Eszközök új betűtípusok származtatására már létezőkből.
1828
e88b5dcf
ZU
1829%package latex-adrconv
1830Summary: BibTeX styles to implement an address database
1831Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1832Group: Applications/Publishing/TeX
2fede27b 1833Requires(post,postun): %{_bindir}/texhash
78d53d8c 1834Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1835
1836%description latex-adrconv
1837BibTeX styles to implement an address database.
1838
1839%description latex-adrconv -l hu.UTF-8
1840BibTeX stílusok cím-adatbázis megvalósításához.
1841
1842
d08789e0
ZU
1843%package latex-ae
1844Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1845Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1846Group: Applications/Publishing/TeX
1847Requires(post,postun): %{_bindir}/texhash
1848Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1849Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1850
1851%description latex-ae
1852A set of virtual fonts which emulates T1 coded fonts using the
1853standard CM fonts. The package is called AE fonts (for Almost
1854European). The main use of the package is to produce PDF files using
1855versions of the CM fonts instead of the bitmapped EC fonts.
1856
1857%description latex-ae -l pl.UTF-8
1858Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1859standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1860- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1861 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1862 bitmapowych fontów EC.
1863
1864%package latex-algorithms
1865Summary: Floating algorithm environment
1866Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1867Group: Applications/Publishing/TeX
1868Requires(post,postun): /usr/bin/texhash
1869Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1870
1871%description latex-algorithms
1872Defines a floating algorithm environment designed to work with the
1873algorithmic package.
1874
1875%description latex-algorithms -l pl.UTF-8
1876Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1877do pracy z pakietem algorithmic.
1878
1879%package latex-ams
1880Summary: AMS math facilities for LaTeX
1881Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1882Group: Applications/Publishing/TeX
1883Requires(post,postun): %{_bindir}/texhash
1884Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1885Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1886Obsoletes: tetex-latex-amscls
1887Obsoletes: tetex-latex-amsfonts
1888Obsoletes: tetex-latex-amsmath
1889
1890%description latex-ams
1891This package is the principal package in the AMS-LaTeX distribution.
1892It adapts for use in LaTeX most of the mathematical features found in
1893AMS-TeX.
1894
1895%description latex-ams -l pl.UTF-8
1896To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
1897możliwości matematycznych AMS-TeXa do używania w LaTeXu.
1898
1899%package latex-antp
1900Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
1901Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
1902Group: Applications/Publishing/TeX
1903Requires(post,postun): %{_bindir}/texhash
1904Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
1905Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1906
1907%description latex-antp
1908A replica of Antykwa Poltawskiego font in PostScript Type 1 format
1909- -- preliminary version. This font was designed in the 'twenties and
1910 the 'thirties of XX century by a Polish graphic artist and a
1911 typographer Adam Poltawski. It was widely used by Polish printing
1912 houses as long as metal types were in use (until ca the 'sixties).
1913 Perhaps the first complete font family programmed and parametrized in
1914 METAPOST.
1915
1916%description latex-antp -l pl.UTF-8
1917Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
1918PostScript Type 1. Ten krój został opracowany w latach 30-tych i
191940-tych XX wieku przez polskiego grafika i typografa Adama
1920Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
1921używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
1922kompletna rodzina fontów zaprogramowana i zparametryzowana w
1923METAPOSCIE.
1924
1925%package latex-antt
1926Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
1927Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
1928Group: Applications/Publishing/TeX
1929Requires(post,postun): %{_bindir}/texhash
1930Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
1931Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1932
1933%description latex-antt
1934Antykwa Torunska is a serif font designed by the late Polish
1935typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
19361.
1937
1938%description latex-antt -l pl.UTF-8
1939Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
1940typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
1941postać cyfrową jako Type 1.
1942
e88b5dcf
ZU
1943%package latex-appendix
1944Summary: Extra control of appendices
1945Summary(hu.UTF-8): Az appendixek nagyobb irányítása
1946Group: Applications/Publishing/TeX
1947Requires(post,postun): %{_bindir}/texhash
78d53d8c 1948Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1949
1950%description latex-appendix
1951Extra control of appendices.
1952
1953%description latex-appendix -l hu.UTF-8
1954Az appendixek nagyobb irányítása.
1955
b4d68b39
ZU
1956%package latex-backgammon
1957Summary: LaTeX package to documenting backgammon games
1958Summary(hu.UTF-8): LaTeX csomag backgammon játékok dokumentálására
1959Group: Applications/Publishing/TeX
1960Requires(post,postun): %{_bindir}/texhash
1961Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1962
1963%description latex-backgammon
1964LaTeX package to documenting backgammon games.
1965
1966%description latex-backgammon -l hu.UTF-8
1967LaTeX csomag backgammon játékok dokumentálására
1968
d08789e0
ZU
1969%package latex-bbm
1970Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
1971Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
1972Group: Applications/Publishing/TeX
1973Requires(post,postun): %{_bindir}/texhash
1974Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
1975Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1976
1977%description latex-bbm
1978Blackboard variant fonts for Computer Modern, with LaTeX support.
1979
1980%description latex-bbm -l pl.UTF-8
1981Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
1982
6c82f497
ZU
1983%package latex-bardiag
1984Summary: LateX package for drawing bar diagrams
1985Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
1986Group: Applications/Publishing/TeX
1987Requires(post,postun): %{_bindir}/texhash
1988
1989%description latex-bardiag
1990LateX package for drawing bar diagrams.
1991
1992%description latex-bardiag -l hu.UTF-8
1993LaTeX csomag oszlopdiagramok rajzolására.
1994
d08789e0
ZU
1995%package latex-bbold
1996Summary: Sans serif blackboard bold for LaTeX
1997Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
1998Group: Applications/Publishing/TeX
1999Requires(post,postun): %{_bindir}/texhash
2000Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2001Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2002
2003%description latex-bbold
2004A geometric sans serif blackboard bold font, for use in mathematics.
2005
2006%description latex-bbold -l pl.UTF-8
2007Geometryczny tablicowy tłusty font sans serif, do używania w
2008matematyce.
2009
2010%package latex-bibtex
2011Summary: Bibliography management for LaTeX
2012Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2013Group: Applications/Publishing/TeX
2014Requires(post,postun): %{_bindir}/texhash
2015Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2016Obsoletes: tetex-bibtex
2017Obsoletes: tetex-natbib
2018Obsoletes: tetex-rubibtex
2019
2020%description latex-bibtex
2021Bibliography management for LaTeX.
2022
2023%description latex-bibtex -l pl.UTF-8
2024Zarządzanie bibliografią dla LaTeXa.
2025
b4d68b39
ZU
2026%package latex-beamer
2027Summary: A LaTeX class for producing presentations and slides
2028Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2029Group: Applications/Publishing/TeX
2030Requires(post,postun): %{_bindir}/texhash
2031Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2032
2033%description latex-beamer
2034A LaTeX class for producing presentations and slides.
2035
2036%description latex-beamer -l hu.UTF-8
2037LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2038
2fede27b
ZU
2039%package latex-bezos
2040Summary: Packages by Javier Bezos (additional math tools)
2041Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2042Group: Applications/Publishing/TeX
2043Requires(post,postun): %{_bindir}/texhash
78d53d8c 2044Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2045
2046%description latex-bezos
2047Packages by Javier Bezos (additional math tools).
2048
2049%description latex-bezos
2050Javier Bezos csomagjai (további matematikai eszközök).
2051
d08789e0
ZU
2052%package latex-bibtex-ams
2053Summary: BibTeX style files for American Mathematical Society publications
2054Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2055Group: Applications/Publishing/TeX
2056Requires(post,postun): %{_bindir}/texhash
2057Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2058Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2059Obsoletes: tetex-bibtex-ams
2060
2061%description latex-bibtex-ams
2062BibTeX style files for American Mathematical Society publications.
2063
2064%description latex-bibtex-ams -l pl.UTF-8
2065Pliki stylów BibTeXa do publikacji American Mathematical Society.
2066
2067%package latex-bibtex-dk
2068Summary: Danish variants of the standard BibTeX styles
2069Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2070Group: Applications/Publishing/TeX
2071Requires(post,postun): /usr/bin/texhash
2072Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2073
2074%description latex-bibtex-dk
2075Dk-bib is a translation of the four standard BibTeX style files
2076(abbrv, alpha, plain and unsrt) into Danish. The files have been
2077extended with ISBN, ISSN and URL fields which can be enabled through a
2078LaTeX style file.
2079
2080%description latex-bibtex-dk -l pl.UTF-8
2081Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2082(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2083rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2084stylu LaTeXa.
2085
2086%package latex-bibtex-nor
2087Summary: Norwegian variants of the standard BibTeX styles
2088Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2089Group: Applications/Publishing/TeX
2090Requires(post,postun): /usr/bin/texhash
2091Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2092
2093%description latex-bibtex-nor
2094Norwegian variants of the standard BibTeX styles.
2095
2096%description latex-bibtex-nor -l pl.UTF-8
2097Norweskie warianty standardowych stylów BibTeXa.
2098
2099%package latex-bibtex-pl
2100Summary: Polish bibliography management for LaTeX
2101Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2102Group: Applications/Publishing/TeX
2103Requires(post,postun): %{_bindir}/texhash
2104Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2105Obsoletes: tetex-bibtex-plbib
2106
2107%description latex-bibtex-pl
2108Polish bibliography management for LaTeX.
2109
2110%description latex-bibtex-pl -l pl.UTF-8
2111Polska wersja zarządzania bibliografią dla LaTeXa.
2112
2113%package latex-bibtex-german
2114Summary: German variants of standard BibTeX styles
2115Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2116Group: Applications/Publishing/TeX
2117Requires(post,postun): %{_bindir}/texhash
2118Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2119Obsoletes: tetex-bibtex-germbib
2120
2121%description latex-bibtex-german
2122German variants of standard BibTeX styles.
2123
2124%description latex-bibtex-german -l pl.UTF-8
2125Niemieckie wersje standardowych stylów BibTeXa.
2126
2127%package latex-bibtex-revtex4
2128Summary: BibTeX styles for REVTeX4
2129Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2130Group: Applications/Publishing/TeX
2131Requires(post,postun): %{_bindir}/texhash
2132Requires: %{name} = %{epoch}:%{version}-%{release}
2133Obsoletes: tetex-bibtex-revtex4
2134
2135%description latex-bibtex-revtex4
2136BibTeX styles for REVTeX4.
2137
2138%description latex-bibtex-revtex4 -l pl.UTF-8
2139Style BibTeXa dla REVTeX4.
2140
2141%package latex-bibtex-jurabib
2142Summary: Extended BibTeX citation support for the humanities and legal texts
2143Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2144Group: Applications/Publishing/TeX
2145Requires(post,postun): %{_bindir}/texhash
2146Requires: %{name} = %{epoch}:%{version}-%{release}
2147Obsoletes: tetex-bibtex-jurabib
2148
2149%description latex-bibtex-jurabib
2150Extended BibTeX citation support for the humanities and legal texts.
2151
2152%description latex-bibtex-jurabib -l pl.UTF-8
2153Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2154prawniczych.
2155
33b3b483
ZU
2156%package latex-bibtex-styles
2157Summary: Various BibTeX styles
2158Summary(hu.UTF-8): Vegyes BibTeX stílusok
2159Group: Applications/Publishing/TeX
2160Requires(post,postun): %{_bindir}/texhash
2161Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2162
2163%description latex-bibtex-styles
2164Various BibTeX styles.
2165
2166%description latex-bibtex-styles -l hu.UTF-8
2167Vegyes BibTeX stílusok.
2168
435dbdfa
ZU
2169%package latex-bibtex-vancouver
2170Summary: Bibliographic style file for Biomedical Journals
b5f33174 2171Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2172Group: Applications/Publishing/TeX
435dbdfa 2173Requires(post,postun): %{_bindir}/texhash
33b3b483 2174Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2175
b5f33174 2176%description latex-bibtex-vancouver
435dbdfa 2177Bibliographic style file for Biomedical Journals.
2fede27b 2178
b5f33174
ZU
2179%description latex-bibtex-vancouver -l hu.UTF-8
2180Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2181
2fede27b
ZU
2182%package latex-booktabs
2183Summary: Publication quality tables in LaTeX
2184Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2185Group: Applications/Publishing/TeX
2186Requires(post,postun): %{_bindir}/texhash
78d53d8c 2187Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2188
2189%description latex-booktabs
2190Publication quality tables in LaTeX.
2191
2192%description latex-booktabs -l hu.UTF-8
2193Nyomdai minőségű táblázatok LaTeX-ben.
2194
2195
2196%package latex-caption
2197Summary: Customising captions in floating environments
2198Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2199Group: Applications/Publishing/TeX
2200Requires(post,postun): %{_bindir}/texhash
78d53d8c 2201Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2202
2203%description latex-caption
2204Customising captions in floating environments.
2205
2206%description latex-caption -l hu.UTF-8
2207Feliratok testreszabása úszó környezetekben.
2208
d08789e0
ZU
2209%package latex-carlisle
2210Summary: Miscellaneous small packages by David Carlisle
2211Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2212Group: Applications/Publishing/TeX
2213Requires(post,postun): %{_bindir}/texhash
2214Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2215
2216%description latex-carlisle
2217Miscellaneous small packages by David Carlisle.
2218
2219%description latex-carlisle -l pl.UTF-8
2220Różne małe pakiety autorstwa Davida Carlisle.
2221
2222%package latex-ccfonts
2223Summary: Support for Concrete text and math fonts in LaTeX
2224Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2225Group: Applications/Publishing/TeX
2226Requires(post,postun): %{_bindir}/texhash
2227Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2228
2229%description latex-ccfonts
2230LaTeX font definition files for the Concrete fonts and a LaTeX package
2231for typesetting documents using Concrete as the default font family.
2232The files support OT1, T1, TS1, and Concrete math including AMS fonts
2233(Ulrik Vieth's concmath).
2234
2235%description latex-ccfonts -l pl.UTF-8
2236Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2237LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2238rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2239Concrete wraz z AMS (concmath Ulrika Vietha).
2240
2241%package latex-cite
2242Summary: Supports compressed, sorted lists of numerical citations
2243Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2244Group: Applications/Publishing/TeX
2245Requires(post,postun): %{_bindir}/texhash
2246Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2247
2248%description latex-cite
2249Supports compressed, sorted lists of numerical citations.
2250
2251%description latex-cite -l pl.UTF-8
2252Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2253
2254%package latex-cmbright
2255Summary: Support for CM Bright fonts in LaTeX
2256Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2257Group: Applications/Publishing/TeX
2258Requires(post,postun): %{_bindir}/texhash
2259Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2260Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2261
2262%description latex-cmbright
2263A family of sans serif fonts for TeX and LaTeX, based on Donald
2264Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2265various shapes as well as all the fonts necessary for mathematical
2266typesetting, incl. AMS symbols. This collection provides all the
2267necessary files for using the fonts with LaTeX.
2268
2269%description latex-cmbright -l pl.UTF-8
2270Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2271Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2272kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2273symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2274używania fontów w LaTeXu.
2275
2fede27b
ZU
2276%package latex-comment
2277Summary: Selectively include/excludes portions of text
2278Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2279Group: Applications/Publishing/TeX
2280Requires(post,postun): %{_bindir}/texhash
78d53d8c 2281Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2282
2283%description latex-comment
2284Selectively include/excludes portions of text.
2285
2286%description latex-comment -l hu.UTF-8
2287A szöveg részeinek beillesztése/kihagyása.
2288
d08789e0
ZU
2289%package latex-concmath
2290Summary: LaTeX package and font definition files to access the Concrete math fonts
2291Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2292Group: Applications/Publishing/TeX
2293Requires(post,postun): %{_bindir}/texhash
2294Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2295Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2296
2297%description latex-concmath
2298LaTeX package and font definition files to access the Concrete math
2299fonts, which were derived from Computer Modern math fonts using
2300parameters from Concrete Roman text fonts.
2301
2302%description latex-concmath -l pl.UTF-8
2303Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2304matematyczne Concrete wywodzące się z fontów matematycznych Computer
2305Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2306Roman.
2307
2fede27b
ZU
2308%package latex-currvita
2309Summary: Typeset a curriculum vitae
2310Summary(hu.UTF-8): Önéletrajzok írása
2311Group: Applications/Publishing/TeX
2312Requires(post,postun): %{_bindir}/texhash
78d53d8c 2313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2314
2315%description latex-currvita
2316Typeset a curriculum vitae.
2317
2318%description latex-currvita -l hu.UTF-8
2319Önéletrajzok írása.
2320
2321%package latex-curves
2322Summary: Curves for LaTeX picture environment
2323Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2324Group: Applications/Publishing/TeX
2325Requires(post,postun): %{_bindir}/texhash
78d53d8c 2326Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2327
2328%description latex-curves
2329Curves for LaTeX picture environment.
2330
2331%description latex-curves -l hu.UTF-8
2332Görbék LaTeX picture környezetébe.
2333
d08789e0
ZU
2334%package latex-custom-bib
2335Summary: Customized BibTeX styles for LaTeX
2336Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2337Group: Applications/Publishing/TeX
2338Requires(post,postun): %{_bindir}/texhash
2339Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2340
2341%description latex-custom-bib
2342Package generating customized BibTeX bibliography styles from a
2343generic file using docstrip. Includes support for the Harvard style.
2344
2345%description latex-custom-bib -l pl.UTF-8
2346Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2347pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2348
2349%package latex-cyrillic
2350Summary: LaTeX Cyrillic support
2351Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2352Group: Applications/Publishing/TeX
2353Requires(post,postun): %{_bindir}/texhash
2354Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2355
2356%description latex-cyrillic
2357LaTeX Cyrillic support.
2358
2359%description latex-cyrillic -l pl.UTF-8
2360Obsługa cyrylicy dla LaTeXa.
2361
b280f158
ZU
2362%package latex-dstroke
2363Summary: LaTeX doublestroke font
2364Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2365Group: Applications/Publishing/TeX
2366Requires(post,postun): %{_bindir}/texhash
2367Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2368Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2369
2370%description latex-dstroke
2371Doublestroke font for typesetting the mathematical symbols for the
2372natural numbers, whole numbers, rational numbers, real numbers and
2373complex numbers.
2374
2375%description latex-dstroke -l pl.UTF-8
2376Podwójnie kreślony font do składania symboli matematycznych liczb
2377naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2378
60597425
ZU
2379%package latex-enumitem
2380Summary: A package to customize the three basic lists
2381Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2382Group: Applications/Publishing/TeX
2383Requires(post,postun): %{_bindir}/texhash
78d53d8c 2384Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2385
2386%description latex-enumitem
2387A package to customize the three basic lists (enumerate, itemize and
2388description).
2389
2390%description latex-enumitem
2391Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2392(enumerate, itemize, description).
2393
2b453bda
ZU
2394%package latex-exam
2395Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2396Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2397Group: Applications/Publishing/TeX
fe66da27 2398Requires(post,postun): %{_bindir}/texhash
78d53d8c 2399Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2400
2401%description latex-exam
2402The exam document class attempts to make it easy for even a LaTeX
2403novice to prepare exams.
2404
2405%description latex-exam -l hu.UTF-8
2406Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2407feladatsorok készítése.
2408
f1f5d194
ZU
2409%package latex-gbrief
2410Summary: Letter document class
2411Summary(hu.UTF-8): Levél dokumentumosztály
2412Group: Applications/Publishing/TeX
2413Requires(post,postun): %{_bindir}/texhash
2414Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2415
2416%description latex-gbrief
2417Letter document class.
2418
2419%description latex-gbrief -l hu.UTF-8
2420Levél dokumentumosztály.
2421
2b453bda 2422
d08789e0
ZU
2423%package latex-jknappen
2424Summary: Miscellaneous packages by Joerg Knappen
2425Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2426Group: Applications/Publishing/TeX
2427Requires(post,postun): %{_bindir}/texhash
2428Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2429Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2430
2431%description latex-jknappen
2432Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2433Knappen, including sgmlcmpt.
2434
2435%description latex-jknappen -l pl.UTF-8
2436Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2437Knappena. Zawiera sgmlcmpt.
2438
d19eaaab
ZU
2439%package latex-keystroke
2440Summary: Graphical representation of keys on keyboard
2441Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2442Group: Applications/Publishing/TeX
2443Requires(post,postun): %{_bindir}/texhash
2444Requires: %{name}-latex
2445
2446%description latex-keystroke
2447Graphical representation of keys on keyboard.
2448
2449%description latex-keystroke -l hu.UTF-8
2450A billentyűk grafikus megjelenítése.
2451
2452
2453%package latex-labbook
2454Summary: Typeset laboratory journals
2455Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2456Group: Applications/Publishing/TeX
2457Requires(post,postun): %{_bindir}/texhash
2458Requires: %{name}-latex
2459
2460%description latex-labbook
2461Typeset laboratory journals.
2462
2463%description latex-labbook -l hu.UTF-8
2464Laborjegyzőkönyvek szedése.
2465
2466%package latex-lcd
2467Summary: Alphanumerical LCD-style displays
f65b3398 2468Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2469Group: Applications/Publishing/TeX
2470Requires(post,postun): %{_bindir}/texhash
2471Requires: %{name}-latex
2472
2473%description latex-lcd
2474Alphanumerical LCD-style displays.
2475
2476%description latex-lcd -l hu.UTF-8
f65b3398 2477Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2478
2479%package latex-leaflet
2480Summary: Create small handouts (flyers)
2481Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2482Group: Applications/Publishing/TeX
2483Requires(post,postun): %{_bindir}/texhash
2484Requires: %{name}-latex
2485
2486%description latex-leaflet
2487Create small handouts (flyers).
2488
2489%description latex-leaflet -l hu.UTF-8
2490Kis "kézikönyvek" készítése (brossúrák).
2491
f1f5d194
ZU
2492%package latex-leftidx
2493Summary: Left and right subscripts and superscripts in math mode
2494Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2495Group: Applications/Publishing/TeX
2496Requires(post,postun): %{_bindir}/texhash
2497Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2498
7b6c7caa
ZU
2499%description latex-leftidx
2500Left and right subscripts and superscripts in math mode.
2501
2502%description latex-leftidx -l hu.UTF-8
2503Bal és jobboldali alsó és felső indexek matematikai módban.
2504
d19eaaab
ZU
2505
2506%package latex-lewis
2507Summary: Draw Lewis structures (chemistry)
2508Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2509Group: Applications/Publishing/TeX
2510Requires(post,postun): %{_bindir}/texhash
2511Requires: %{name}-latex
2512
2513%description latex-lewis
2514Draw Lewis structures (chemistry).
2515
2516%description latex-lewis -l hu.UTF-8
2517Lewis struktúrák készítése (kémia).
2518
d08789e0
ZU
2519%package latex-lm
2520Summary: LaTeX styles for Latin Modern family fonts
2521Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2522Group: Applications/Publishing/TeX
2523Requires(post,postun): /usr/bin/texhash
2524Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2525Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2526
2527%description latex-lm
2528Latin Modern family of fonts, based on the Computer Modern fonts
2529released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2530lot of additional characters, mainly accented ones, but not only.
2531There is a one set of PostScript fonts and four sets of TeX Font
2532Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2533encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2534Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2535potential user knows what to do with all these files. The author is
2536Boguslaw Jackowski.
2537
2538%description latex-lm -l pl.UTF-8
2539Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2540przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2541Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2542Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2543Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2544QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2545(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2546(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2547tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2548
a8b381b0
ZU
2549%package latex-lastpage
2550Summary: Reference last page for "Page N of M" type footers
2551Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2552Group: Applications/Publishing/TeX
fe66da27 2553Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2554
2555%description latex-lastpage
2556Reference last page for Page N of M type footers.
2557
2558%description latex-lastpage -l hu.UTF-8
2559Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2560
d08789e0
ZU
2561%package latex-lineno
2562Summary: Line numbers on paragraphs
2563Summary(pl.UTF-8): Numery linii dla paragrafów
2564Group: Applications/Publishing/TeX
2565Requires(post,postun): /usr/bin/texhash
2566Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2567
2568%description latex-lineno
2569The LaTeX package lineno.sty provides line numbers on paragraphs.
2570After TeX has broken a paragraph into lines there will be line numbers
2571attached to them, with the possibility to make references through the
2572LaTeX \ref, \pageref cross reference mechanism.
2573
2574%description latex-lineno -l pl.UTF-8
2575Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2576paragrafu na linie przez TeXa do linii dołączane są ich numery z
2577możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2578\ref i \pageref.
2579
d19eaaab
ZU
2580
2581%package latex-mathexam
2582Summary: Package for typesetting exams
2583Summary(hu.UTF-8): Vizsgák szedése
2584Group: Applications/Publishing/TeX
2585Requires(post,postun): %{_bindir}/texhash
2586Requires: %{name}-latex
2587
2588%description latex-mathexam
2589Package for typesetting exams.
2590
2591%description latex-mathexam -l hu.UTF-8
2592Vizsgák szedése.
2593
d08789e0
ZU
2594%package latex-microtype
2595Summary: An interface to the micro-typographic extensions of pdfTeX
2596Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2597Group: Applications/Publishing/TeX
2598Requires(post,postun): /usr/bin/texhash
2599Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2600
2601%description latex-microtype
2602The `microtype' package provides a LaTeX interface to pdfTeX's
2603micro-typographic extensions: character protrusion and font expansion.
2604It allows to restrict character protrusion and/or font expansion to a
2605definable set of fonts, and to configure micro-typographic aspects of
2606the fonts in a straight-forward and flexible way. Settings for various
2607fonts are provided.
2608
2609%description latex-microtype -l pl.UTF-8
2610Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2611mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2612Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2613określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2614aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2615dla różnych fontów.
2616
8ed039e0
ZU
2617%package latex-musictex
2618Summary: Typesetting music with TeX
2619Summary(hu.UTF-8): Zenék szedése TeX-hel
2620Group: Applications/Publishing/TeX
2621Requires(post,postun): %{_bindir}/texhash
2622Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2623
2624%description latex-musictex
2625Typesetting music with TeX.
2626
2627%description latex-musictex -l hu.UTF-8
2628Zenék szedése TeX-hel.
2629
d08789e0
ZU
2630%package latex-lucidabr
2631Summary: Package to make Lucida Bright fonts usable with LaTeX
2632Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2633Group: Applications/Publishing/TeX
2634Requires(post,postun): %{_bindir}/texhash
2635Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2636
2637%description latex-lucidabr
2638Package to make Lucida Bright fonts usable with LaTeX.
2639
2640%description latex-lucidabr -l pl.UTF-8
2641Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2642
2643%package latex-marvosym
2644Summary: Styles for Martin Vogel's Symbol (marvosym) font
2645Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
2646Group: Applications/Publishing/TeX
2647Requires(post,postun): /usr/bin/texhash
2648Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2649Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2650
2651%description latex-marvosym
2652Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2653currency symbol as defined by the European commission; Euro currency
2654symbols in typefaces Times, Helvetica and Courier; Symbols for
2655structural engineering; Symbols for steel cross-sections; Astronomy
2656signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2657symbols; CE sign and others.
2658
2659%description latex-marvosym -l pl.UTF-8
2660Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2661waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2662krojach Times, Helvetica i Courier; symbole do inżynierii
2663strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2664(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2665CE i inne.
2666
2667%package latex-mathpple
2668Summary: Use PostScript Palatino for typesetting maths
2669Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2670Group: Applications/Publishing/TeX
2671Requires(post,postun): %{_bindir}/texhash
2672Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2673Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2674
2675%description latex-mathpple
2676The package defines the PostScript font family `Palatino' (ppl) as the
2677default roman font and then uses the `mathpple' fonts for typesetting
2678math. These virtual fonts have been created for typesetting math in a
2679style that suits the Palatino text fonts. The AMS fonts, when used
2680additionally, will be scaled to fit Palatino.
2681
2682%description latex-mathpple -l pl.UTF-8
2683Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2684domyślny font roman i używa fontów mathpple do składania wzorów
2685matematycznych. Te wirtualne fonty zostały stworzone do składania
2686wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2687Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2688pasować do Palatino.
2689
2690%package latex-mathtime
2691Summary: Mathtime fonts for LaTeX
2692Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
2693Group: Applications/Publishing/TeX
2694Requires(post,postun): %{_bindir}/texhash
2695Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2696
2697%description latex-mathtime
2698The Mathtime fonts have a number of characters remapped to positions
2699different from the ones normally used by the corresponding TeX
2700CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2701style files use the Times Roman font (often called something like:
2702ptmr or ptmr7t or ptmrq).
2703
2704%description latex-mathtime -l pl.UTF-8
2705Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2706różniące się od tych normalnie używanych w odpowiadających im TeXowych
2707fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2708używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2709ptmrq).
2710
2711%package latex-mflogo
2712Summary: LaTeX support for MetaFont and logo fonts
2713Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
2714Group: Applications/Publishing/TeX
2715Requires(post,postun): %{_bindir}/texhash
2716Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2717Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2718
2719%description latex-mflogo
2720LaTeX package and font definition file to access the Knuthian `logo'
2721fonts described in `The MetaFontbook' and the MetaFont and logos in
2722LaTeX documents.
2723
2724%description latex-mflogo -l pl.UTF-8
2725Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2726opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2727LaTeXa.
2728
2729%package latex-mfnfss
2730Summary: Font description files to use extra fonts like yinit and ygoth
2731Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2732Group: Applications/Publishing/TeX
2733Requires(post,postun): %{_bindir}/texhash
2734Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2735
2736%description latex-mfnfss
2737Font description files to use extra fonts like yinit and ygoth.
2738
2739%description latex-mfnfss -l pl.UTF-8
2740Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2741
2742%package latex-minitoc
2743Summary: Produce a table of contents for each chapter
2744Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
2745Group: Applications/Publishing/TeX
2746Requires(post,postun): %{_bindir}/texhash
2747Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2748
2749%description latex-minitoc
2750Produce a table of contents for each chapter.
2751
2752%description latex-minitoc -l pl.UTF-8
2753Tworzenie spisów treści dla każdego rozdziału.
2754
2755%package latex-mltex
2756Summary: Support for MLTeX
2757Summary(pl.UTF-8): Wsparcie dla MLTeXa
2758Group: Applications/Publishing/TeX
2759Requires(post,postun): %{_bindir}/texhash
2760Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2761
2762%description latex-mltex
2763Support for MLTeX, the multilingual TeX extension from Michael J.
2764Ferguson.
2765
2766%description latex-mltex -l pl.UTF-8
2767Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2768autorstwa Michaela J. Fergusona.
2769
d34bfb7f
ZU
2770%package latex-multienum
2771Summary: Multi-column enumerated lists
2772Summary(hu.UTF-8): Többoszlopos számozott listák
2773Group: Applications/Publishing/TeX
2774Requires(post,postun): %{_bindir}/texhash
2775Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2776
2777%description latex-multienum
2778Multi-column enumerated lists.
2779
2780%description latex-multienum -l hu.UTF-8
2781Többoszlopos számozott listák.
2782
f1f5d194
ZU
2783
2784%package latex-moreverb
2785Summary: Extended verbatim
2786Summary(hu.UTF-8): Kiterjesztett verbatim
2787Group: Applications/Publishing/TeX
2788Requires(post,postun): %{_bindir}/texhash
2789Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2790
2791%description latex-moreverb
2792Extended verbatim.
2793
2794%description latex-moreverb -l hu.UTF-8
2795Kiterjesztett verbatim.
2796
a8b381b0
ZU
2797%package latex-ntheorem
2798Summary: Enhanced theorem environment
2799Summary(hu.UTF-8): Bővített tétel környezet
2800Group: Applications/Publishing/TeX
fe66da27 2801Requires(post,postun): %{_bindir}/texhash
78d53d8c 2802Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
2803
2804%description latex-ntheorem
2805Enhanced theorem environment.
2806
2807%description latex-ntheorem -l hu.UTF-8
2808Bővített tétel környezet
2809
f65b3398
ZU
2810%package latex-other
2811Summary: Other LaTeX packages
2812Summary(hu.UTF-8): Néhány további LaTeX csomag
2813Group: Applications/Publishing/TeX
2814Requires(post,postun): %{_bindir}/texhash
2815Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2816
2817%description latex-other
2818Other LaTeX packages.
2819
2820%description latex-other -l hu.UTF-8
2821Néhány további LaTeX csomag.
2822
2823%package latex-other-doc
2824Summary: Other LaTeX packages documentation
2825Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
2826Group: Applications/Publishing/TeX
2827Requires(post,postun): %{_bindir}/texhash
2828Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2829
2830%description latex-other-doc
2831Other LaTeX packages documentation.
2832
2833%description latex-other-doc -l hu.UTF-8
2834Néhány további LaTeX csomag dokumentációja.
2835
d08789e0
ZU
2836%package latex-palatcm
2837Summary: Palatino + Computer Modern math fonts for LaTeX
2838Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2839Group: Applications/Publishing/TeX
2840Requires(post,postun): %{_bindir}/texhash
2841Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2842
2843%description latex-palatcm
2844Palatino + Computer Modern math fonts for LaTeX.
2845
2846%description latex-palatcm -l pl.UTF-8
2847Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2848
f65b3398
ZU
2849
2850%package latex-pdfslide
2851Summary: Presentation slides using pdftex
2852Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
2853Group: Applications/Publishing/TeX
2854Requires(post,postun): %{_bindir}/texhash
2855Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2856
2857%description latex-pdfslide
2858Presentation slides using pdftex.
2859
2860%description latex-pdfslide -l hu.UTF-8
2861Prezentáció készítése pdftex-hel.
2862
03d9d5fa
ZU
2863%package latex-pgf
2864Summary: The TeX Portable Graphic Format
2865Summary(hu.UTF-8): TeX Portable Graphic Formátum
2866Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
2867Group: Applications/Publishing/TeX
2868Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
2869Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2870Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 2871Obsoletes: tetex-pgf
03d9d5fa
ZU
2872
2873%description latex-pgf
2874A macro package for creating graphics directly in TeX and LaTeX.
2875
2876%description latex-pgf -l hu.UTF-8
2877Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
2878
2879%description latex-pgf -l pl.UTF-8
2880Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
2881
f65b3398
ZU
2882%package latex-polynom
2883Summary: Macros for manipulating polynomials
2884Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
2885Group: Applications/Publishing/TeX
2886Requires(post,postun): %{_bindir}/texhash
2887Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2888
2889%description latex-polynom
2890Macros for manipulating polynomials.
2891
2892%description latex-polynom -l hu.UTF-8
2893Makrók polinomokkal való műveletekre.
2894
2895%package latex-polynomial
2896Summary: Typeset (univariate) polynomials
2897Summary(hu.UTF-8): Egyváltozós polinomok szedése
2898Group: Applications/Publishing/TeX
2899Requires(post,postun): %{_bindir}/texhash
2900Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2901
2902%description latex-polynomial
2903Typeset (univariate) polynomials.
2904
2905%description latex-polynomial -l hu.UTF-8
2906Egyváltozós polinomok szedése.
2907
b7b4a109
ZU
2908%package latex-prosper
2909Summary: LaTeX class for high quality slides
2910Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
2911Group: Applications/Publishing/TeX
2912Requires(post,postun): %{_bindir}/texhash
2913Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2914
2915%description latex-prosper
2916LaTeX class for high quality slides.
2917
2918%description latex-prosper -l hu.UTF-8
2919LaTeX osztály jó minőségű fóliák készítéséhez.
2920
2921%package latex-pseudocode
2922Summary: LaTeX enviroment for specifying algorithms in a natural way
2923Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
2924Group: Applications/Publishing/TeX
2925Requires(post,postun): %{_bindir}/texhash
2926Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2927
2928%description latex-pseudocode
2929LaTeX enviroment for specifying algorithms in a natural way.
2930
2931%description latex-pseudocode -l hu.UTF-8
2932LaTeX környezet algoritmusok bevitelére.
2933
d08789e0
ZU
2934%package latex-psnfss
2935Summary: LaTeX font support for common PostScript fonts
2936Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
2937Group: Applications/Publishing/TeX
2938Requires(post,postun): %{_bindir}/texhash
2939Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2940Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2941Obsoletes: tetex-latex-mathptm
2942Obsoletes: tetex-latex-mathptmx
2943
2944%description latex-psnfss
2945LaTeX font definition files, macros and font metrics for common
2946PostScript fonts.
2947
2948%description latex-psnfss -l pl.UTF-8
2949LaTeXowe pliki definicji fontów, makra i metryki fontów dla
2950popularnych fontów postscriptowych.
2951
8efa6a9c
ZU
2952%package latex-pst-2dplot
2953Summary: A PSTricks package for drawing 2D curves
2954Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
2955Group: Applications/Publishing/TeX
2956Requires(post,postun): %{_bindir}/texhash
2957Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2958
2959%description latex-pst-2dplot
2960A PSTricks package for drawing 2D curves.
2961
2962%description latex-pst-2dplot -l hu.UTF-8
2963PSTricks csomag kétdimenziós görbék rajzolásához.
2964
2965%package latex-pst-3dplot
2966Summary: Draw 3d curves and graphs using PSTricks
2967Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
2968Group: Applications/Publishing/TeX
2969Requires(post,postun): %{_bindir}/texhash
2970Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2971
2972%description latex-pst-3dplot
2973Draw 3d curves and graphs using PSTricks.
2974
2975%description latex-pst-3dplot -l hu.UTF-8
29763D-s görbék és grafikonok PSTricks-szel.
2977
2978
2979%package latex-pst-bar
2980Summary: Produces bar charts using pstricks
2981Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
2982Group: Applications/Publishing/TeX
2983Requires(post,postun): %{_bindir}/texhash
2984Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2985
2986%description latex-pst-bar
2987Produces bar charts using pstricks.
2988
2989%description latex-pst-bar -l hu.UTF-8
2990Oszlopdiagramok pstricks-szel.
2991
2992%package latex-pst-circ
2993Summary: PSTricks package for drawing electric circuits
2994Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
2995Group: Applications/Publishing/TeX
2996Requires(post,postun): %{_bindir}/texhash
2997Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2998
2999%description latex-pst-circ
3000PSTricks package for drawing electric circuits.
3001
3002%description latex-pst-circ -l hu.UTF-8
3003PSTricks csomag elektromos áramkörök rajzolásához.
3004
3005%package latex-pst-diffraction
3006Summary: Print diffraction patterns from various apertures
3007Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3008Group: Applications/Publishing/TeX
3009Requires(post,postun): %{_bindir}/texhash
3010Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3011
3012%description latex-pst-diffraction
3013Print diffraction patterns from various apertures.
3014
3015%description latex-pst-diffraction -l hu.UTF-8
3016Diffrakciós képek különböző eszközökön.
3017
b7b4a109
ZU
3018%package latex-pst-eucl
3019Summary: Euclidian geometry with pstricks
3020Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3021Group: Applications/Publishing/TeX
3022Requires(post,postun): %{_bindir}/texhash
3023Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3024
3025%description latex-pst-eucl
3026Euclidian geometry with pstricks.
3027
3028%description latex-pst-eucl -l hu.UTF-8
3029Euklidészi geometria a pstricks használatával.
3030
8efa6a9c
ZU
3031
3032%package latex-pst-fun
3033Summary: Draw "funny" objects with PSTricks
3034Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3035Group: Applications/Publishing/TeX
3036Requires(post,postun): %{_bindir}/texhash
3037Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3038
3039%description latex-pst-fun
3040Draw "funny" objects with PSTricks.
3041
3042%description latex-pst-fun -l hu.UTF-8
3043"Vicces" rajzok PSTricks-szel
3044
3045%package latex-pst-func
3046Summary: PSTricks package for plotting mathematical functions
3047Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3048Group: Applications/Publishing/TeX
3049Requires(post,postun): %{_bindir}/texhash
3050Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3051
3052%description latex-pst-func
3053PSTricks package for plotting mathematical functions.
3054
3055%description latex-pst-eucl -l hu.UTF-8
3056PSTricks csomag matematikai függvények ábrázolásához.
3057
b7b4a109
ZU
3058%package latex-pst-fr3d
3059Summary: Draw 3-dimensional framed boxes using PSTricks
3060Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3061Group: Applications/Publishing/TeX
3062Requires(post,postun): %{_bindir}/texhash
3063Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3064
3065%description latex-pst-fr3d
3066Draw 3-dimensional framed boxes using PSTricks.
3067
3068%description latex-pst-fr3d -l hu.UTF-8
3069Háromdimenziós dobozok PSTricks segítségével.
3070
3071%package latex-pst-fractal
3072Summary: Draw fractal sets using PSTricks
3073Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3074Group: Applications/Publishing/TeX
3075Requires(post,postun): %{_bindir}/texhash
3076Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3077
3078%description latex-pst-fractal
3079Draw fractal sets using PSTricks.
3080
3081%description latex-pst-fractal -l hu.UTF-8
3082Fraktálok rajzolása PSTricks segítségével.
3083
8efa6a9c
ZU
3084%package latex-pst-infixplot
3085Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3086Summary(hu.UTF-8): Infix kifejezések ábrázolása
3087Group: Applications/Publishing/TeX
3088Requires(post,postun): %{_bindir}/texhash
3089Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3090
3091%description latex-pst-infixplot
3092Using pstricks plotting capacities with infix expressions rather than
3093RPN.
3094
3095%description latex-pst-infixplot -l hu.UTF-8
3096Infix kifejezések ábrázolása.
3097
3098%package latex-pst-math
3099Summary: Enhancement of PostScript math operators to use with pstricks
3100Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3101Group: Applications/Publishing/TeX
3102Requires(post,postun): %{_bindir}/texhash
3103Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3104
3105%description latex-pst-math
3106Enhancement of PostScript math operators to use with pstricks.
3107
3108%description latex-pst-math -l hu.UTF-8
3109PostScript matematikai operátorok bővítése pstricks-szel.
3110
3111%package latex-pst-ob3d
3112Summary: Three dimensional objects using PSTricks
3113Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3114Group: Applications/Publishing/TeX
3115Requires(post,postun): %{_bindir}/texhash
3116Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3117
3118%description latex-pst-ob3d
3119Three dimensional objects using PSTricks.
3120
3121%description latex-pst-ob3d -l hu.UTF-8
3122Háromdimenziós objektumok PSTricks-szel.
3123
3124%package latex-pst-optexp
3125Summary: Drawing optical experimental setups
3126Summary(hu.UTF-8): Optikai összeállítások rajzolása
3127Group: Applications/Publishing/TeX
3128Requires(post,postun): %{_bindir}/texhash
3129Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3130
3131%description latex-pst-optexp
3132Drawing optical experimental setups.
3133
3134%description latex-pst-optexp -l hu.UTF-8
3135Optikai összeállítások rajzolása.
3136
3137%package latex-pst-optic
3138Summary: Drawing optics diagrams
3139Summary(hu.UTF-8): Optikai ábrák rajzolása
3140Group: Applications/Publishing/TeX
3141Requires(post,postun): %{_bindir}/texhash
3142Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3143
3144%description latex-pst-optic
3145Drawing optics diagrams.
3146
3147%description latex-pst-optic -l hu.UTF-8
3148Optikai ábrák rajzolása.
3149
3150%package latex-pst-text
3151Summary: Text and character manipulation in PSTricks
3152Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3153Group: Applications/Publishing/TeX
3154Requires(post,postun): %{_bindir}/texhash
3155Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3156
3157%description latex-pst-text
3158Text and character manipulation in PSTricks.
3159
3160%description latex-pst-text -l hu.UTF-8
3161Szöveg és karakter manipulációk PSTricks-szel.
3162
1024ab0e
ZU
3163%package latex-pst-uncategorized
3164Summary: Other uncategorized PSTricks packages
3165Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3166Group: Applications/Publishing/TeX
3167Requires(post,postun): %{_bindir}/texhash
3168Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3169
3170%description latex-pst-uncategorized
3171Other uncategorized PSTricks packages.
3172
3173%description latex-pst-uncategorized -l hu.UTF-8
3174Néhány kategorizálatlan PSTricks csomag.
3175
d08789e0
ZU
3176%package latex-pxfonts
3177Summary: PX fonts LaTeX support
3178Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3179Group: Applications/Publishing/TeX
3180Requires(post,postun): %{_bindir}/texhash
3181Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3182Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3183
3184%description latex-pxfonts
3185PX fonts LaTeX support.
3186
3187%description latex-pxfonts -l pl.UTF-8
3188Obsługa fontów PX w LaTeXu.
3189
3190%package latex-qfonts
3191Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3192Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3193Group: Applications/Publishing/TeX
3194Requires(post,postun): %{_bindir}/texhash
3195Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3196Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3197
3198%description latex-qfonts
3199A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3200QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3201QuasiTimes (regular, italic, bold and bold italic), based on URW++
3202fonts distributed with Ghostscript. The fonts are encoded according to
3203QX layout which facilitates multilingual and technical typesetting
3204using TeX, preserving usability in Windows applications.
3205
3206%description latex-qfonts -l pl.UTF-8
3207Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3208QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3209QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3210fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3211zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3212TeXu, zachowując przydatność dla aplikacji windowsowych.
3213
6c82f497
ZU
3214%package latex-SIstyle
3215Summary: Package to typeset SI units, numbers and angles
3216Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3217Group: Applications/Publishing/TeX
6c82f497 3218Requires(post,postun): /usr/bin/texhash
b4d68b39 3219Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3220
3221%description latex-SIstyle
3222Package to typeset SI units, numbers and angles.
3223
3224%description latex-SIstyle -l hu.UTF-8
3225Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3226
3227%package latex-SIunits
3228Summary: The SIunits package can be used to standardise the use of units in your writings
3229Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3230Group: Applications/Publishing/TeX
fe66da27 3231Requires(post,postun): /usr/bin/texhash
78d53d8c 3232Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3233
3234%description latex-SIunits
2b453bda
ZU
3235The SIunits package can be used to standardise the use of units in
3236your writings.
3127b522
ZU
3237
3238%description latex-SIunits -l hu.UTF-8
3239Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3240
f65b3398
ZU
3241%package latex-siunitx
3242Summary: A comprehensive (SI) units package
3243Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3244Group: Applications/Publishing/TeX
3245Requires(post,postun): /usr/bin/texhash
3246Requires: %{name}-latex
3247
3248%description latex-siunitx
3249A comprehensive (SI) units package.
3250
3251%description latex-siunitx -l hu.UTF-8
3252Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3253
6c82f497
ZU
3254%package latex-Tabbing
3255Summary: Tabbing with accented letters
3256Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3257Group: Applications/Publishing/TeX
3258Requires(post,postun): /usr/bin/texhash
3259
3260%description latex-Tabbing
3261Tabbing with accented letters.
3262
3263%description latex-Tabbing -l hu.UTF-8
3264Tabbing környezet ékezetes betűk használatával.
3127b522 3265
d08789e0
ZU
3266%package latex-urwvn
3267Summary: URWVN fonts
3268Summary(pl.UTF-8): Fonty URWVN
3269Group: Applications/Publishing/TeX
3270Requires(post,postun): /usr/bin/texhash
3271Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3272Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3273
3274%description latex-urwvn
3275URWVN fonts.
3276
3277%description latex-urwvn -l pl.UTF-8
3278Fonty URWVN.
3279
3280%package latex-txfonts
3281Summary: TX fonts LaTeX support
3282Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3283Group: Applications/Publishing/TeX
3284Requires(post,postun): %{_bindir}/texhash
3285Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3286Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3287
3288%description latex-txfonts
3289TX fonts LaTeX support.
3290
3291%description latex-txfonts -l pl.UTF-8
3292Obsługa fontów TX w LaTeXu.
3293
7ea3a98b
ZU
3294%package latex-ucs
3295Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3296Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3297Group: Applications/Publishing/TeX
7ea3a98b 3298Requires(post,postun): %{_bindir}/texhash
78d53d8c 3299Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3300
3301%description latex-ucs
d34bfb7f
ZU
3302This package contains support for using UTF-8 as input encoding in
3303LaTeX documents.
7ea3a98b
ZU
3304
3305%description latex-ucs -l hu.UTF-8
3306Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3307
d08789e0
ZU
3308%package latex-umlaute
3309Summary: An interface to inputenc for using alternate input encodings
3310Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3311Group: Applications/Publishing/TeX
3312Requires(post,postun): %{_bindir}/texhash
3313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3314
3315%description latex-umlaute
3316An interface to inputenc for using alternate input encodings.
3317
3318%description latex-umlaute -l pl.UTF-8
3319Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3320
3321%package latex-wasysym
3322Summary: Extra characters from the Waldis symbol fonts
3323Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3324Group: Applications/Publishing/TeX
3325Requires(post,postun): %{_bindir}/texhash
3326Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3327Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3328
3329%description latex-wasysym
3330Makes some additional characters available that come from the wasy
3331fonts (Waldis symbol fonts). These fonts are not automatically
3332included in NFSS2/LaTeX2e since they take up important space and often
3333aren't necessary if one makes use of the packages amsfonts or amssymb.
3334Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3335apple, ocircle invneg, logof, varint, male, female, phone, clock,
3336lightning, pointer, sun, bell, permil, smiley, various electrical
3337symbols, shapes, music notes, circles, signs, astronomy, etc.
3338
3339%description latex-wasysym -l pl.UTF-8
3340Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3341(Waldis symbol). Te fonty nie są automatycznie dołączane w
3342NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3343jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3344m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3345ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3346pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3347kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3348
03d9d5fa
ZU
3349%package latex-xcolor
3350Summary: Allows for access to color tints, shades, tones etc
3351Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3352Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3353Group: Applications/Publishing/TeX
3354Obsoletes: tetex-latex-xcolor
3355
3356%description
3357`xcolor' provides easy driver-independent access to several kinds of
3358color tints, shades, tones, and mixes of arbitrary colors. It allows
3359to select a document-wide target color model and offers tools for
3360automatic color schemes, conversion between eight color models, and
3361alternating table row colors.
3362
3363%description latex-xcolor -l hu.UTF-8
3364`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3365színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3366keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3367modell kiválasztásához és a színmodellek közötti konverzióra.
3368
3369%description latex-xcolor -l pl.UTF-8
3370`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3371wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3372na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3373schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3374naprzemiennych kolorów w tabelach.
3375
d08789e0
ZU
3376%package format-latex
3377Summary: LaTeX macro package
3378Summary(pl.UTF-8): Pakiet makr LaTeX
3379Group: Applications/Publishing/TeX
3380Requires(post,postun): %{_bindir}/texhash
3381Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3382Obsoletes: hugelatex
3383
3384%description format-latex
3385LaTeX is a front end for the TeX text formatting system. Easier to use
3386than TeX, LaTeX is essentially a set of TeX macros which provide
3387convenient, predefined document formats for users.
3388
3389This package contains LaTeX format.
3390
3391%description format-latex -l pl.UTF-8
3392LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3393łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3394dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3395
3396Ten pakiet zawiera format LaTeX.
3397
3398%package format-pdflatex
3399Summary: PDF LaTeX macro package
3400Summary(pl.UTF-8): Pakiet makr PDF LaTeX
3401Group: Applications/Publishing/TeX
3402Requires(post,postun): %{_bindir}/texhash
3403Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3404Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3405Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3406Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
3407Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3408
3409%description format-pdflatex
3410LaTeX is a front end for the TeX text formatting system. Easier to use
3411than TeX, LaTeX is essentially a set of TeX macros which provide
3412convenient, predefined document formats for users.
3413
3414This package contains PDF LaTeX format.
3415
3416%description format-pdflatex -l pl.UTF-8
3417LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3418łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3419dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3420
3421Ten pakiet zawiera format PDF LaTeX.
3422
3423# PLaTeX format
3424
3425%package platex
3426Summary: PLaTeX format basic files
3427Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
3428Group: Applications/Publishing/TeX
3429Requires(post,postun): %{_bindir}/texhash
3430Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3431Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3432
3433%description platex
3434PLaTeX format basic files.
3435
3436%description platex -l pl.UTF-8
3437Podstawowe pliki dla formatu PLaTeX.
3438
3439%package format-platex
3440Summary: PLaTeX format
3441Summary(pl.UTF-8): Format PLaTeX
3442Group: Applications/Publishing/TeX
3443Requires(post,postun): %{_bindir}/texhash
3444Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3445
3446%description format-platex
3447PLaTeX format.
3448
3449%description format-platex -l pl.UTF-8
3450Format PLaTeX.
3451
3452%package format-pdfplatex
3453Summary: PDF PLaTeX format
3454Summary(pl.UTF-8): Format PDF PLaTeX
3455Group: Applications/Publishing/TeX
3456Requires(post,postun): %{_bindir}/texhash
3457Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3458Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3459Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3460
3461%description format-pdfplatex
3462PDF PLaTeX format.
3463
3464%description format-pdfplatex -l pl.UTF-8
3465Format PDF PLaTeX.
3466
3467# # TeX generic macros #
3468
3469%package tex-babel
3470Summary: Multilingual support for TeX
3471Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
3472Group: Applications/Publishing/TeX
3473Requires(post,postun): %{_bindir}/texhash
3474Requires: %{name} = %{epoch}:%{version}-%{release}
3475
3476%description tex-babel
3477Multilingual support for TeX.
3478
3479%description tex-babel -l pl.UTF-8
3480Obsługa wielu języków dla TeXa.
3481
3482%package tex-german
3483Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
3484Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3485Group: Applications/Publishing/TeX
3486Requires(post,postun): %{_bindir}/texhash
3487Requires: %{name} = %{epoch}:%{version}-%{release}
3488
3489%description tex-german
3490Supports the new German orthography (neue deutsche Rechtschreibung).
3491
3492%description tex-german -l pl.UTF-8
3493Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3494
3495%package tex-mfpic
3496Summary: Macros which generate Metafont or Metapost for drawing pictures
3497Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
3498Group: Applications/Publishing/TeX
3499Requires(post,postun): %{_bindir}/texhash
3500Requires: %{name} = %{epoch}:%{version}-%{release}
3501
3502%description tex-mfpic
3503Macros which generate Metafont or Metapost for drawing pictures.
3504
3505%description tex-mfpic -l pl.UTF-8
3506Makra generujące Metafont lub Metapost do rysowania obrazków.
3507
3508%package tex-misc
3509Summary: Miscellaneous TeX macros
3510Summary(pl.UTF-8): Różne makra TeXowe
3511Group: Applications/Publishing/TeX
3512Requires(post,postun): %{_bindir}/texhash
3513Requires: %{name} = %{epoch}:%{version}-%{release}
3514Obsoletes: tetex-tex-eijkhout
3515
3516%description tex-misc
3517Miscellaneous TeX macros.
3518
3519%description tex-misc -l pl.UTF-8
3520Różne makra TeXowe.
3521
3522%package tex-pictex
3523Summary: Picture drawing macros for TeX and LaTeX
3524Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
3525Group: Applications/Publishing/TeX
3526Requires(post,postun): %{_bindir}/texhash
3527Requires: %{name} = %{epoch}:%{version}-%{release}
3528
3529%description tex-pictex
3530Picture drawing macros for TeX and LaTeX.
3531
3532%description tex-pictex -l pl.UTF-8
3533Makra do rysowania obrazków dla TeXa i LaTeXa.
3534
3535%package tex-pstricks
3536Summary: PostScript macros for TeX
3537Summary(pl.UTF-8): Makra postscriptowe dla TeXa
3538Group: Applications/Publishing/TeX
3539Requires(post,postun): %{_bindir}/texhash
3540Requires: %{name} = %{epoch}:%{version}-%{release}
3541
3542%description tex-pstricks
3543An extensive collection of PostScript macros that is compatible with
3544most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3545AMS-LaTeX. Included are macros for color, graphics, pie charts,
3546rotation, trees and overlays. It has many special features, including:
3547a wide variety of graphics (picture drawing) macros, with a flexible
3548interface and with color support. There are macros for coloring or
3549shading the cells of tables.
3550
3551%description tex-pstricks -l pl.UTF-8
3552Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3553makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3554makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3555nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3556rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3557makra do kolorowania lub cieniowania komórek tabel.
3558
3559%package tex-qpx
3560Summary: QuasiPalatino and PX fonts typesetting support
3561Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
3562Group: Applications/Publishing/TeX
3563Requires(post,postun): %{_bindir}/texhash
3564Requires: %{name} = %{epoch}:%{version}-%{release}
3565Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3566
3567%description tex-qpx
3568QuasiPalatino and PX fonts typesetting support.
3569
3570%description tex-qpx -l pl.UTF-8
3571Wsparcie dla składu fontami QuasiPalatino i PX.
3572
31bd2c4a 3573%package tex-qpxqtx
d08789e0
ZU
3574Summary: QuasiTimes and TX fonts typesetting support
3575Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
3576Group: Applications/Publishing/TeX
3577Requires(post,postun): %{_bindir}/texhash
3578Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 3579Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 3580
31bd2c4a 3581%description tex-qpxqtx
d08789e0
ZU
3582QuasiTimes and TX fonts typesetting support.
3583
31bd2c4a 3584%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
3585Wsparcie dla składu fontami QuasiTimes i TX.
3586
3587%package tex-ruhyphen
3588Summary: Russian hyphenation
3589Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
3590Group: Applications/Publishing/TeX
3591Requires(post,postun): %{_bindir}/texhash
3592Requires: %{name} = %{epoch}:%{version}-%{release}
3593
3594%description tex-ruhyphen
3595A collection of Russian hyphenation patterns supporting a number of
3596Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3597LCY, LWN (OT2), and koi8-r.
3598
3599%description tex-ruhyphen -l pl.UTF-8
3600Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3601kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3602Cyrillic), LCY, LWN (OT2) i koi8-r.
3603
3604%package tex-spanish
3605Summary: Various TeX related files for typesetting documents written in Spanish
3606Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3607Group: Applications/Publishing/TeX
3608Requires(post,postun): %{_bindir}/texhash
3609Requires: %{name} = %{epoch}:%{version}-%{release}
3610Obsoletes: tetex-tex-spanishb
3611
3612%description tex-spanish
3613Various TeX related files for typesetting documents written in
3614Spanish, including hyphenation and dictionaries.
3615
3616%description tex-spanish -l pl.UTF-8
3617Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3618hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3619
3620%package tex-texdraw
3621Summary: Graphical macros, using embedded PostScript
3622Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
3623Group: Applications/Publishing/TeX
3624Requires(post,postun): %{_bindir}/texhash
3625Requires: %{name} = %{epoch}:%{version}-%{release}
3626
3627%description tex-texdraw
3628Graphical macros, using embedded PostScript.
3629
3630%description tex-texdraw -l pl.UTF-8
3631Makra graficzne używające osadzanego PostScriptu.
3632
3633%package tex-thumbpdf
3634Summary: Thumbnails for PDFTeX and dvips/ps2pdf
3635Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
3636Group: Applications/Publishing/TeX
3637Requires(post,postun): %{_bindir}/texhash
3638Requires: %{name} = %{epoch}:%{version}-%{release}
3639
3640%description tex-thumbpdf
3641Provides support, using Perl, for thumbnails in pdfTeX and
3642dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3643represented in a TeX readable file that is read by the package
3644thumbpdf.sty to automatically include the thumbnails. Works with both
3645plain TeX and LaTeX.
3646
3647%description tex-thumbpdf -l pl.UTF-8
3648Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3649użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3650TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3651ikonki. Działa z formatami plain TeX i LaTeX.
3652
3653%package tex-ukrhyph
3654Summary: Ukranian hyphenation
3655Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
3656Group: Applications/Publishing/TeX
3657Requires(post,postun): %{_bindir}/texhash
3658Requires: %{name} = %{epoch}:%{version}-%{release}
3659
3660%description tex-ukrhyph
3661This package allows the use of different hyphenation patterns for the
3662Ukrainian language for various Cyrillic font encodings. Contains
3663packages implementing traditional rules, modern rules, and combined
3664English-Ukrainian hyphenation.
3665
3666%description tex-ukrhyph -l pl.UTF-8
3667Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3668dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3669Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3670łączonych angielsko-ukraińskich.
3671
3672%package latex-vietnam
3673Summary: Vietnamese language support
3674Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
3675Group: Applications/Publishing/TeX
3676Requires(post,postun): %{_bindir}/texhash
3677Requires: %{name} = %{epoch}:%{version}-%{release}
3678Obsoletes: tetex-tex-vietnam
3679
3680%description latex-vietnam
3681Vietnamese language support.
3682
3683%description latex-vietnam -l pl.UTF-8
3684Wsparcie dla języka wietnamskiego.
3685
3686%package tex-xypic
3687Summary: Package for typesetting a variety of graphs and diagrams with TeX
3688Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
3689Group: Applications/Publishing/TeX
3690Requires(post,postun): %{_bindir}/texhash
3691Requires: %{name} = %{epoch}:%{version}-%{release}
3692Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3693
3694%description tex-xypic
3695A package for typesetting a variety of graphs and diagrams with TeX.
3696Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3697and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3698`supported package'.
3699
3700%description tex-xypic -l pl.UTF-8
3701Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3702z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3703w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3704
3705%package tex-xkeyval
3706Summary: Extension to keyval package
3707Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
3708Group: Applications/Publishing/TeX
3709Requires(post,postun): /usr/bin/texhash
3710Requires: %{name} = %{epoch}:%{version}-%{release}
3711
3712%description tex-xkeyval
3713Extension to keyval package.
3714
3715%description tex-xkeyval -l pl.UTF-8
3716Rozszerzenie do pakietu keyval.
3717
3718%package dirs-fonts
3719Summary: TeX font directories
3720Summary(pl.UTF-8): Katalogi fontów TeXa
3721Group: Fonts
5ff30b02 3722Obsoletes: tetex-dirs-fonts
d08789e0
ZU
3723
3724%description dirs-fonts
3725TeX font directories.
3726
3727%description dirs-fonts -l pl.UTF-8
3728Katalogi fontów TeXa.
3729
3730# # Fonts packages #
3731
3732%package fonts-adobe
3733Summary: Adobe fonts
3734Summary(pl.UTF-8): Fonty Adobe
3735Group: Fonts
78d53d8c 3736Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3737
3738%description fonts-adobe
3739Adobe fonts.
3740
3741%description fonts-adobe -l pl.UTF-8
3742Fonty Adobe.
3743
3744%package fonts-ae
3745Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
3746Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3747Group: Fonts
78d53d8c 3748Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3749
3750%description fonts-ae
3751Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3752
3753%description fonts-ae -l pl.UTF-8
3754Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3755
3756%package fonts-ams
3757Summary: AMS fonts
3758Summary(pl.UTF-8): Fonty AMS
3759Group: Fonts
78d53d8c 3760Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3761
3762%description fonts-ams
3763AMS fonts.
3764
3765%description fonts-ams -l pl.UTF-8
3766Fonty AMS.
3767
3768%package fonts-antp
3769Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3770Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3771Group: Fonts
78d53d8c 3772Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3773
3774%description fonts-antp
3775Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3776
3777%description fonts-antp -l pl.UTF-8
3778Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3779Type 1.
3780
3781%package fonts-antt
3782Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
3783Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3784Group: Fonts
78d53d8c 3785Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3786
3787%description fonts-antt
3788Antykwa Torunska, a Type 1 family of a Polish traditional type.
3789
3790%description fonts-antt -l pl.UTF-8
3791Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3792
5bc70a92
MB
3793%package fonts-arphic
3794Summary: Arphic fonts
3795Group: Fonts
3796Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3797
3798%description fonts-arphic
3799Arphic fonts.
3800
d08789e0
ZU
3801%package fonts-bbm
3802Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
3803Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3804Group: Fonts
78d53d8c 3805Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3806
3807%description fonts-bbm
3808Blackboard variant fonts for Computer Modern, with LaTeX support.
3809
3810%description fonts-bbm -l pl.UTF-8
3811Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3812
3813%package fonts-bbold
3814Summary: Sans serif blackboard bold for LaTeX
3815Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
3816Group: Fonts
78d53d8c 3817Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3818
3819%description fonts-bbold
3820Sans serif blackboard bold for LaTeX.
3821
3822%description fonts-bbold -l pl.UTF-8
3823Tablicowy tłusty font sans serif dla LaTeXa.
3824
b280f158
ZU
3825%package fonts-bh
3826Summary: Bold & Heavy Fonts
3827Summary(pl.UTF-8): Fonty Bold i Heavy
3828Group: Fonts
78d53d8c 3829Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 3830
b280f158
ZU
3831%description fonts-bh
3832Bold & Heavy Fonts.
d08789e0 3833
b280f158
ZU
3834%description fonts-bh -l pl.UTF-8
3835Fonty Bold i Heavy.
d08789e0
ZU
3836
3837%package fonts-bitstream
3838Summary: Bitstream fonts
3839Summary(pl.UTF-8): Fonty Bitstream
3840Group: Fonts
78d53d8c 3841Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3842Obsoletes: tetex-fonts-bitstrea
3843
3844%description fonts-bitstream
3845Bitstream fonts.
3846
3847%description fonts-bitstream -l pl.UTF-8
3848Fonty Bitstream.
3849
3850%package fonts-cbgreek
3851Summary: Complete set of Greek fonts
3852Summary(pl.UTF-8): Pełny zestaw fontów greckich
3853Group: Fonts
78d53d8c 3854Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3855
3856%description fonts-cbgreek
3857Complete set of Greek fonts.
3858
3859%description fonts-cbgreek -l pl.UTF-8
3860Pełny zestaw fontów greckich.
3861
3862%package fonts-cc-pl
3863Summary: Polish version of Computer Concrete fonts
3864Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
3865Group: Fonts
78d53d8c 3866Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3867
3868%description fonts-cc-pl
3869Polish version of Computer Concrete fonts.
3870
3871%description fonts-cc-pl -l pl.UTF-8
3872Polska wersja fontów Computer Concrete.
3873
3874%package fonts-cg
3875Summary: Compugraphic fonts
3876Summary(pl.UTF-8): Fonty Compugraphic
3877Group: Fonts
78d53d8c 3878Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3879
3880%description fonts-cg
3881Compugraphic fonts.
3882
3883%description fonts-cg -l pl.UTF-8
3884Fonty Compugraphic.
3885
3886%package fonts-cm
3887Summary: Computer Modern fonts
3888Summary(pl.UTF-8): Fonty Computer Modern
3889Group: Fonts
78d53d8c 3890Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3891
3892%description fonts-cm
3893Computer Modern fonts.
3894
3895%description fonts-cm -l pl.UTF-8
3896Fonty Computer Modern.
3897
3898%package fonts-cmbright
3899Summary: CM Bright fonts
3900Summary(pl.UTF-8): Fonty CM Bright
3901Group: Fonts
78d53d8c 3902Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3903
3904%description fonts-cmbright
3905CM Bright fonts.
3906
3907%description fonts-cmbright -l pl.UTF-8
3908Fonty CM Bright.
3909
5d7e11d7
ZU
3910%package fonts-cmsuper
3911Summary: CM Super fonts
3912Summary(hu.UTF-8): CM Super betűtípus
3913Group: Fonts
3914Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3915
830ca960 3916%description fonts-cmsuper
5d7e11d7
ZU
3917CM Super fonts.
3918
830ca960 3919%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
3920CM Super betűtípus
3921
3922
d08789e0
ZU
3923%package fonts-cmcyr
3924Summary: Computer Modern fonts extended with Russian letters
3925Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
3926Group: Fonts
78d53d8c 3927Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3928
3929%description fonts-cmcyr
3930Computer Modern fonts extended with Russian letters.
3931
3932%description fonts-cmcyr -l pl.UTF-8
3933Fonty Computer Modern rozszerzone o litery rosyjskie.
3934
3935%package fonts-cmextra
3936Summary: Extra Computer Modern fonts, from the American Mathematical Society
3937Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
3938Group: Fonts
78d53d8c 3939Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3940
3941%description fonts-cmextra
3942Extra Computer Modern fonts, from the American Mathematical Society.
3943
3944%description fonts-cmextra -l pl.UTF-8
3945Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
3946
3947%package fonts-concmath
3948Summary: Concrete Math fonts
3949Summary(pl.UTF-8): Fonty matematyczne Concrete Math
3950Group: Fonts
78d53d8c 3951Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3952
3953%description fonts-concmath
3954Concrete Math fonts.
3955
3956%description fonts-concmath -l pl.UTF-8
3957Fonty matematyczne Concrete Math.
3958
3959%package fonts-concrete
3960Summary: Concrete Roman fonts
3961Summary(pl.UTF-8): Fonty Concrete Roman
3962Group: Fonts
78d53d8c 3963Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3964
3965%description fonts-concrete
3966Concrete Roman fonts, designed by Donald E. Knuth, originally for use
3967with Euler math fonts.
3968
3969%description fonts-concrete -l pl.UTF-8
3970Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
3971przeznaczone do używania z fontami matematycznymi Euler.
3972
3973%package fonts-cs
3974Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
3975Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
3976Group: Fonts
78d53d8c 3977Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3978
3979%description fonts-cs
3980Czech/Slovak-tuned MetaFont Computer Modern fonts.
3981
3982%description fonts-cs -l pl.UTF-8
3983Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
3984czeskiego i słowackiego.
3985
4a09ae1a
ZU
3986%package fonts-dstroke
3987Summary: Doublestroke font for typesetting the mathematical symbols
3988Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
3989Group: Fonts
78d53d8c 3990Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
3991
3992%description fonts-dstroke
3993Doublestroke font for typesetting the mathematical symbols.
3994
3995%description fonts-dstroke -l pl.UTF-8
3996Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
3997
3998%package fonts-ecc
3999Summary: Sources for the European Concrete fonts
4000Summary(pl.UTF-8): Źródła dla fontów European Concrete
4001Group: Fonts
78d53d8c 4002Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4003
4004%description fonts-ecc
4005The MetaFont sources and tfm files of the European Concrete Fonts.
4006This is the EC implementation of Knuth's Concrete fonts, including
4007also the corresponding text companion fonts.
4008
4009%description fonts-ecc -l pl.UTF-8
4010Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4011implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4012tekstowymi fontami towarzyszącymi.
4013
4014%package fonts-eurosym
4015Summary: The new European currency symbol for the Euro
4016Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4017Group: Fonts
78d53d8c 4018Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4019
4020%description fonts-eurosym
4021The new European currency symbol for the Euro implemented in Metafont,
4022using the official European Commission dimensions, and providing
4023several shapes (normal, slanted, bold, outline).
4024
4025%description fonts-eurosym -l pl.UTF-8
4026Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4027z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4028różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4029
4030%package fonts-eulervm
4031Summary: The Virtual Euler Math fonts
4032Summary(pl.UTF-8): Fonty Virtual Euler Math
4033Group: Fonts
78d53d8c 4034Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4035
4036%description fonts-eulervm
4037Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4038approach has several advantages over immediately using the _real_
4039Euler fonts: Most noticeably, less TeX resources are consumed, the
4040quality of various math symbols is improved, and a usable \hslash
4041symbol can be provided.
4042
4043%description fonts-eulervm -l pl.UTF-8
4044Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4045fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4046używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4047jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4048matematycznych i może być dostępny używalny symbol \hslash.
4049
4050%package fonts-euxm
4051Summary: Fonts similar to EUSM but with two more characters
4052Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4053Group: Fonts
78d53d8c 4054Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4055
4056%description fonts-euxm
4057Fonts like EUSM but with two more characters needed for Concrete Math
4058included in TeXLive distribution in fonts3.
4059
4060%description fonts-euxm -l pl.UTF-8
4061Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4062dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4063
4064%package fonts-gothic
4065Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4066Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4067Group: Fonts
78d53d8c 4068Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4069
4070%description fonts-gothic
4071Gothic and ornamental initial fonts by Yannis Haralambous.
4072
4073%description fonts-gothic -l pl.UTF-8
4074Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4075
4076%package fonts-hoekwater
4077Summary: Converted mflogo font
4078Summary(pl.UTF-8): Przekonwertowany font mflogo
4079Group: Fonts
78d53d8c 4080Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4081
4082%description fonts-hoekwater
4083Fonts originally created in MetaFont, transformed to PostScript by
4084Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4085xipa.
4086
4087%description fonts-hoekwater -l pl.UTF-8
4088Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4089PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4090stmaryrd, wasy, wasy2, xipa.
4091
4092%package fonts-jknappen
4093Summary: Miscellaneous packages by Joerg Knappen
4094Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4095Group: Fonts
78d53d8c 4096Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4097
4098%description fonts-jknappen
4099Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4100Knappen, including sgmlcmpt.
4101
4102%description fonts-jknappen -l pl.UTF-8
4103Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4104Knappena. Zawiera sgmlcmpt.
4105
4106%package fonts-latex
4107Summary: Basic LaTeX fonts
4108Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4109Group: Fonts
78d53d8c 4110Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4111
4112%description fonts-latex
4113Basic LaTeX fonts.
4114
4115%description fonts-latex -l pl.UTF-8
4116Podstawowe fonty dla LaTeXa.
4117
4118%package fonts-lh
4119Summary: Olga Lapko's LH fonts
4120Summary(pl.UTF-8): Fonty LH Olgi Lapko
4121Group: Fonts
78d53d8c 4122Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4123
4124%description fonts-lh
4125The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4126
4127%description fonts-lh -l pl.UTF-8
4128Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4129
4130%package fonts-lm
4131Summary: Latin Modern family fonts
4132Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4133Group: Applications/Publishing/TeX
78d53d8c 4134Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4135
4136%description fonts-lm
4137Latin Modern family of fonts, based on the Computer Modern fonts
4138released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4139lot of additional characters, mainly accented ones, but not only.
4140There is a one set of PostScript fonts and four sets of TeX Font
4141Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4142encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4143Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4144potential user knows what to do with all these files. The author is
4145Boguslaw Jackowski.
4146
4147%description fonts-lm -l pl.UTF-8
4148Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4149przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4150Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4151Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4152Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4153QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4154(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4155(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4156tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4157
4158%package fonts-marvosym
4159Summary: Martin Vogel's Symbol (marvosym) font
4160Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4161Group: Fonts
78d53d8c 4162Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4163
4164%description fonts-marvosym
4165Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4166currency symbol as defined by the European commission; Euro currency
4167symbols in typefaces Times, Helvetica and Courier; Symbols for
4168structural engineering; Symbols for steel cross-sections; Astronomy
4169signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4170symbols; CE sign and others.
4171
4172%description fonts-marvosym -l pl.UTF-8
4173Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4174waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4175dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4176strukturalnej; symbole dla przekroi poprzecznych; symbole
4177astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4178krawieckie; znak CE i inne.
4179
4180%package fonts-mflogo
4181Summary: Logo fonts
4182Summary(pl.UTF-8): Fonty logo
4183Group: Fonts
78d53d8c 4184Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4185
4186%description fonts-mflogo
4187Logo fonts.
4188
4189%description fonts-mflogo -l pl.UTF-8
4190Fonty logo.
4191
4192%package fonts-misc
4193Summary: Miscellaneous fonts
4194Summary(pl.UTF-8): Różne fonty
4195Group: Fonts
78d53d8c 4196Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4197
4198%description fonts-misc
4199Miscellaneous fonts.
4200
4201%description fonts-misc -l pl.UTF-8
4202Fonty różne.
4203
4204%package fonts-monotype
4205Summary: Monotype fonts
4206Summary(pl.UTF-8): Fonty Monotype
4207Group: Fonts
78d53d8c 4208Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4209
4210%description fonts-monotype
4211Monotype fonts.
4212
4213%description fonts-monotype -l pl.UTF-8
4214Fonty Monotype.
4215
4216%package fonts-omega
4217Summary: Fonts for Omega - extended unicode TeX
4218Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4219Group: Fonts
78d53d8c 4220Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4221
4222%description fonts-omega
4223Fonts for Omega - extended unicode TeX.
4224
4225%description fonts-omega -l pl.UTF-8
4226Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4227
f1ba8563
ZU
4228
4229%package fonts-other
4230Summary: Other fonts
4231Summary(hu.UTF-8): További betűtípusok
4232Group: Fonts
4233Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4234
4235%description fonts-other
4236Other fonts.
4237
4238%description fonts-omega -l hu.UTF-8
4239További betűtípusok.
4240
d08789e0
ZU
4241%package fonts-pazo
4242Summary: Pazo fonts
4243Summary(pl.UTF-8): Fonty Pazo
4244Group: Fonts
78d53d8c 4245Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4246
4247%description fonts-pazo
4248Pazo fonts.
4249
4250%description fonts-pazo -l pl.UTF-8
4251Fonty Pazo.
4252
4253%package fonts-pl
4254Summary: Polish fonts
4255Summary(pl.UTF-8): Polskie fonty
4256Group: Fonts
78d53d8c 4257Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4258
4259%description fonts-pl
4260Polish fonts.
4261
4262%description fonts-pl -l pl.UTF-8
4263Polskie fonty.
4264
4265%package fonts-px
4266Summary: PX fonts
4267Summary(pl.UTF-8): Fonty PX
4268Group: Fonts
78d53d8c 4269Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4270
4271%description fonts-px
4272PX fonts.
4273
4274%description fonts-px -l pl.UTF-8
4275Fonty PX.
4276
4277%package fonts-qfonts
4278Summary: Quasi fonts
4279Summary(pl.UTF-8): Fonty Quasi
4280Group: Fonts
78d53d8c 4281Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4282
4283%description fonts-qfonts
4284Quasi fonts.
4285
4286%description fonts-qfonts -l pl.UTF-8
4287Fonty Quasi.
4288
4289%package fonts-qpx
4290Summary: Additional fonts for QPX package
4291Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4292Group: Fonts
78d53d8c 4293Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4294Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4295Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4296
4297%description fonts-qpx
4298Additional fonts for QPX package.
4299
4300%description fonts-qpx -l pl.UTF-8
4301Dodatkowe fonty dla pakietu QPX.
4302
31bd2c4a 4303%package fonts-qpxqtx
d08789e0
ZU
4304Summary: Additional fonts for QTX package
4305Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4306Group: Fonts
78d53d8c 4307Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4308# I hope qpxqtx doesn't need qfonts
4309# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4310Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4311
31bd2c4a 4312%description fonts-qpxqtx
d08789e0
ZU
4313Additional fonts for QTX package.
4314
31bd2c4a 4315%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
4316Dodatkowe fonty dla pakietu QTX.
4317
4318%package fonts-rsfs
4319Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
4320Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4321Group: Fonts
78d53d8c 4322Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4323
4324%description fonts-rsfs
4325Fonts of uppercase script letters for use as symbols in scientific and
4326mathematical typesetting, in contrast to the informal script fonts
4327such as that used for the `calligraphic' symbols in the TeX math
4328symbol font.
4329
4330%description fonts-rsfs -l pl.UTF-8
4331Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4332dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4333fontów pisanych takich jak używane do symboli "kaligraficznych" w
4334matematycznym foncie TeXowym symbol.
4335
4336%package fonts-stmaryrd
4337Summary: St Mary Road symbols for functional programming
4338Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
4339Group: Fonts
78d53d8c 4340Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4341
4342%description fonts-stmaryrd
4343St Mary Road symbols for functional programming.
4344
4345%description fonts-stmaryrd -l pl.UTF-8
4346Symbole St Mary Road do programowania funkcyjnego.
4347
4348%package fonts-tx
4349Summary: TX fonts
4350Summary(pl.UTF-8): Fonty TX
4351Group: Fonts
78d53d8c 4352Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4353
4354%description fonts-tx
4355TX fonts.
4356
4357%description fonts-tx -l pl.UTF-8
4358Fonty TX.
4359
5bc70a92
MB
4360%package fonts-uhc
4361Summary: UHC fonts
4362Group: Fonts
4363Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4364
4365%description fonts-uhc
4366UHC fonts.
4367
d08789e0
ZU
4368%package fonts-urw
4369Summary: URW fonts
4370Summary(pl.UTF-8): Fonty URW
4371Group: Fonts
78d53d8c 4372Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4373
4374%description fonts-urw
4375URW fonts.
4376
4377%description fonts-urw -l pl.UTF-8
4378Fonty URW.
4379
4380%package fonts-urwvn
4381Summary: URWVN fonts
4382Summary(pl.UTF-8): Fonty URWVN
4383Group: Fonts
78d53d8c 4384Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4385
4386%description fonts-urwvn
4387URWVN fonts.
4388
4389%description fonts-urwvn -l pl.UTF-8
4390Fonty URWVN.
4391
4392%package fonts-vnr
4393Summary: VNR fonts
4394Summary(pl.UTF-8): Fonty VNR
4395Group: Fonts
78d53d8c 4396Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4397
4398%description fonts-vnr
4399VNR fonts.
4400
4401%description fonts-vnr -l pl.UTF-8
4402Fonty VNR.
4403
5bc70a92
MB
4404%package fonts-wadalab
4405Summary: Wadalab fonts
4406Group: Fonts
4407Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4408
4409%description fonts-wadalab
4410Wadalab fonts.
4411
d08789e0
ZU
4412%package fonts-wasy
4413Summary: Waldis symbol fonts
4414Summary(pl.UTF-8): Fonty Waldis symbol
4415Group: Fonts
78d53d8c 4416Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4417
4418%description fonts-wasy
4419Waldis symbol fonts.
4420
4421%description fonts-wasy -l pl.UTF-8
4422Fonty Waldis symbol.
4423
4424%package fonts-xypic
4425Summary: Xy-pic fonts
4426Summary(pl.UTF-8): Fonty Xy-pic
4427Group: Fonts
78d53d8c 4428Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4429
4430%description fonts-xypic
4431Xy-pic fonts.
4432
4433%description fonts-xypic -l pl.UTF-8
4434Fonty Xy-pic.
4435
4436%package fonts-yandy
4437Summary: European Modern fonts from Y&Y
4438Summary(pl.UTF-8): Fonty European Modern od Y&Y
4439Group: Fonts
78d53d8c 4440Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4441
4442%description fonts-yandy
4443European Modern fonts from Y&Y.
4444
4445%description fonts-yandy -l pl.UTF-8
4446Fonty European Modern od Y&Y.
4447
4448%package fonts-type1-antp
4449Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4450Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4451Group: Fonts
78d53d8c 4452Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4453
4454%description fonts-type1-antp
4455Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4456
4457%description fonts-type1-antp -l pl.UTF-8
4458Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4459Type 1.
4460
4461%package fonts-type1-antt
4462Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4463Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4464Group: Fonts
78d53d8c 4465Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4466
4467%description fonts-type1-antt
4468Antykwa Torunska, a Type 1 family of a Polish traditional type.
4469
4470%description fonts-type1-antt -l pl.UTF-8
4471Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4472
5bc70a92
MB
4473%package fonts-type1-arphic
4474Summary: Type1 Arphic fonts
4475Group: Fonts
4476Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4477
4478%description fonts-type1-arphic
4479Type1 Arphic fonts.
4480
d08789e0
ZU
4481%package fonts-type1-belleek
4482Summary: Free replacement for basic MathTime fonts
4483Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
4484Group: Fonts
78d53d8c 4485Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4486
4487%description fonts-type1-belleek
4488Free replacement for basic MathTime fonts.
4489
4490%description fonts-type1-belleek -l pl.UTF-8
4491Wolnodostępny zamiennik podstawowych fontów MathTime.
4492
4493%package fonts-type1-bitstream
4494Summary: Bitstream fonts
4495Summary(pl.UTF-8): Fonty Bitstream
4496Group: Fonts
78d53d8c 4497Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4498Obsoletes: tetex-fonts-type1-bitstrea
4499
4500%description fonts-type1-bitstream
4501Bitstream fonts.
4502
4503%description fonts-type1-bitstream -l pl.UTF-8
4504Fonty Bitstream.
4505
4506%package fonts-type1-bluesky
4507Summary: Computer Modern family fonts
4508Summary(pl.UTF-8): Fonty z rodziny Computer Modern
4509Group: Fonts
78d53d8c 4510Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4511
4512%description fonts-type1-bluesky
4513Computer Modern family fonts.
4514
4515%description fonts-type1-bluesky -l pl.UTF-8
4516Fonty z rodzony Computer Modern.
4517
4518%package fonts-type1-cc-pl
4519Summary: Polish version of Computer Concrete fonts
4520Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4521Group: Fonts
78d53d8c 4522Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4523
4524%description fonts-type1-cc-pl
4525Polish version of Computer Concrete fonts.
4526
4527%description fonts-type1-cc-pl -l pl.UTF-8
4528Polska wersja fontów Computer Concrete.
4529
4530%package fonts-type1-cmcyr
4531Summary: Computer Modern fonts extended with Russian letters
4532Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4533Group: Fonts
78d53d8c 4534Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4535
4536%description fonts-type1-cmcyr
4537Computer Modern fonts extended with Russian letters.
4538
4539%description fonts-type1-cmcyr -l pl.UTF-8
4540Fonty Computer Modern rozszerzone o litery rosyjskie.
4541
4542%package fonts-type1-cs
4543Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4544Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4545Group: Fonts
78d53d8c 4546Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4547
4548%description fonts-type1-cs
4549Czech/Slovak-tuned MetaFont Computer Modern fonts.
4550
4551%description fonts-type1-cs -l pl.UTF-8
4552Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4553czeskiego i słowackiego.
4554
b280f158
ZU
4555%package fonts-type1-dstroke
4556Summary: Doublestroke Type1 font for typesetting the mathematical symbols
4557Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
4558Group: Fonts
78d53d8c 4559Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4560
4561%description fonts-type1-dstroke
4562Doublestroke Type1 font for typesetting the mathematical symbols.
4563
4564%description fonts-type1-dstroke -l pl.UTF-8
4565Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
4566
4567%package fonts-type1-eurosym
4568Summary: The new European currency symbol for the Euro
4569Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4570Group: Fonts
78d53d8c 4571Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4572
4573%description fonts-type1-eurosym
4574The new European currency symbol for the Euro implemented in Metafont,
4575using the official European Commission dimensions, and providing
4576several shapes (normal, slanted, bold, outline).
4577
4578%description fonts-type1-eurosym -l pl.UTF-8
4579Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4580z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4581różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4582
4583%package fonts-type1-hoekwater
4584Summary: Converted mflogo font
4585Summary(pl.UTF-8): Przekonwertowany font mflogo
4586Group: Fonts
78d53d8c 4587Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4588
4589%description fonts-type1-hoekwater
4590Fonts originally created in MetaFont, transformed to PostScript by
4591Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4592xipa.
4593
4594%description fonts-type1-hoekwater -l pl.UTF-8
4595Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4596PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4597stmaryrd, wasy, wasy2, xipa.
4598
4599%package fonts-type1-fpl
4600Summary: SC/OsF fonts for URW Palladio L
4601Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
4602Group: Fonts
78d53d8c 4603Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4604
4605%description fonts-type1-fpl
4606The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4607are compatible with respect to metrics with the Palatino SC/OsF fonts
4608from Adobe. Note that it is not the author's aim to exactly reproduce
4609the outlines of the original Adobe fonts. The SC and OsF in the FPL
4610Fonts were designed with the glyphs from URW Palladio L as starting
4611point. For some glyphs (eg 'o') the author got the best result by
4612scaling and boldening. For others (eg 'h') shifting selected portions
4613of the character gave more satisfying results. All this was done using
4614the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4615data in these fonts comes from Walter Schmidt's improved Palatino
4616metrics.
4617
4618%description fonts-type1-fpl -l pl.UTF-8
4619Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4620kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4621Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4622kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4623projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4624(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4625pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4626dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4627wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4628Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4629Palatino Waltera Schmidta.
4630
b280f158
ZU
4631%package fonts-type1-tt2001
4632Summary: Type1 tt2001 family fonts
4633Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
4634Group: Applications/Publishing/TeX
78d53d8c 4635Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4636
4637%description fonts-type1-tt2001
4638Type1 tt2001 famliy fonts.
4639
4640%description fonts-type1-tt2001 -l pl.UTF-8
4641Fonty Type1 z rodziny tt2001.
d08789e0
ZU
4642
4643%package fonts-type1-lm
4644Summary: Type1 Latin Modern family fonts
4645Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
4646Group: Applications/Publishing/TeX
78d53d8c 4647Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4648
4649%description fonts-type1-lm
4650Latin Modern family of fonts, based on the Computer Modern fonts
4651released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4652lot of additional characters, mainly accented ones, but not only.
4653There is a one set of PostScript fonts and four sets of TeX Font
4654Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4655encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4656Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4657potential user knows what to do with all these files. The author is
4658Boguslaw Jackowski.
4659
4660%description fonts-type1-lm -l pl.UTF-8
4661Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4662przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4663Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4664Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4665Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4666QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4667(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4668(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4669tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4670
4671%package fonts-type1-marvosym
4672Summary: Martin Vogel's Symbol (marvosym) font
4673Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4674Group: Fonts
78d53d8c 4675Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4676
4677%description fonts-type1-marvosym
4678Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4679currency symbol as defined by the European commission; Euro currency
4680symbols in typefaces Times, Helvetica and Courier; Symbols for
4681structural engineering; Symbols for steel cross-sections; Astronomy
4682signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4683symbols; CE sign and others.
4684
4685%description fonts-type1-marvosym -l pl.UTF-8
4686Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4687waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4688dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4689strukturalnej; symbole dla przekroi poprzecznych; symbole
4690astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4691krawieckie; znak CE i inne.
4692
4693%package fonts-type1-mathpazo
4694Summary: Pazo Math fonts
4695Summary(pl.UTF-8): Fonty matematyczne Pazo Math
4696Group: Fonts
78d53d8c 4697Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4698
4699%description fonts-type1-mathpazo
4700Pazo Math fonts.
4701
4702%description fonts-type1-mathpazo -l pl.UTF-8
4703Fonty matematyczne Pazo Math.
4704
4705%package fonts-type1-omega
4706Summary: Type1 fonts for Omega - extended unicode TeX
4707Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4708Group: Fonts
78d53d8c 4709Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4710
4711%description fonts-type1-omega
4712Type1 fonts for Omega - extended unicode TeX.
4713
4714%description fonts-type1-omega -l pl.UTF-8
4715Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4716
4717%package fonts-type1-pl
4718Summary: Polish fonts
4719Summary(pl.UTF-8): Polskie fonty
4720Group: Fonts
78d53d8c 4721Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4722Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4723
4724%description fonts-type1-pl
4725Polish fonts.
4726
4727%description fonts-type1-pl -l pl.UTF-8
4728Polskie fonty.
4729
4730%package fonts-type1-px
4731Summary: PX fonts
4732Summary(pl.UTF-8): Fonty PX
4733Group: Fonts
78d53d8c 4734Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4735
4736%description fonts-type1-px
4737PX fonts.
4738
4739%description fonts-type1-px -l pl.UTF-8
4740Fonty PX.
4741
b280f158
ZU
4742%package fonts-type1-qfonts
4743Summary: Quasi fonts
4744Summary(pl.UTF-8): Fonty Quasi
4745Group: Fonts
78d53d8c 4746Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4747
4748%description fonts-type1-qfonts
4749Quasi fonts.
4750
4751%description fonts-type1-qfonts -l pl.UTF-8
4752Fonty Quasi.
d08789e0
ZU
4753
4754%package fonts-type1-tx
4755Summary: TX fonts
4756Summary(pl.UTF-8): Fonty TX
4757Group: Fonts
78d53d8c 4758Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4759
4760%description fonts-type1-tx
4761TX fonts.
4762
4763%description fonts-type1-tx -l pl.UTF-8
4764Fonty TX.
4765
5bc70a92
MB
4766%package fonts-type1-uhc
4767Summary: Type1 UHC fonts
4768Group: Fonts
4769Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4770
4771%description fonts-type1-uhc
4772Type1 UHC fonts.
4773
d08789e0
ZU
4774%package fonts-type1-urw
4775Summary: URW fonts
4776Summary(pl.UTF-8): Fonty URW
4777Group: Fonts
78d53d8c 4778Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4779
4780%description fonts-type1-urw
4781URW fonts.
4782
4783%description fonts-type1-urw -l pl.UTF-8
4784Fonty URW.
4785
4786%package fonts-type1-vnr
4787Summary: Type1 VNR fonts
4788Summary(pl.UTF-8): Fonty Type1 VNR
4789Group: Fonts
78d53d8c 4790Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4791
4792%description fonts-type1-vnr
4793Type1 VNR fonts.
4794
4795%description fonts-type1-vnr -l pl.UTF-8
4796Fonty Type1 VNR.
4797
5bc70a92
MB
4798%package fonts-type1-wadalab
4799Summary: Type1 Wadalab fonts
4800Group: Fonts
4801Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4802
4803%description fonts-type1-wadalab
4804Type1 Wadalab fonts.
4805
d08789e0
ZU
4806%package fonts-type1-xypic
4807Summary: Xy-pic fonts
4808Summary(pl.UTF-8): Fonty Xy-pic
4809Group: Fonts
78d53d8c 4810Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4811
4812%description fonts-type1-xypic
4813Xy-pic fonts.
4814
4815%description fonts-type1-xypic -l pl.UTF-8
4816Fonty Xy-pic.
4817
489714ae
ZU
4818
4819# TeXLive-specific packages - there wasn't before...
4820%package afm2pl
4821Summary: Convert an Adobe font metric file to a TeX font property list
4822Group: Fonts
4823
4824%description afm2pl
4825Convert an Adobe font metric file to a TeX font property list.
4826
4827
4828%package bbox
4829Summary: bbox prints the bounding box of images
4830Group: Applications/Publishing/TeX
4831
4832%description bbox
4833bbox reads a rawppm or rawpbm file and prints out the bounding box of
4834the image.
4835
4836%package cefutils
4837Summary: In cefutils there are CEF-compatible utils
4838Group: Applications/Publishing/TeX
4839
4840%description cefutils
4841In cefutils there are CEF-compatible (Chinese Encoding Framework)
4842utils.
4843
4844%package detex
4845Summary: A filter to strip TeX commands from a .tex file
4846Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
4847Group: Applications/Publishing/TeX
4848
4849%description detex
4850A filter to strip TeX commands from a .tex file.
4851
4852%description detex -l hu.UTF-8
4853Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
4854
4855
7ffd1967
ZU
4856%package dviutils
4857Summary: Various DVI utils
4858Summary(hu.UTF-8): Vegyes DVI eszközök
4859Group: Applications/Publishing/TeX
4860
4861%description dviutils
4862This package contains various DVI utils.
4863
4864%description dviutils -l hu.UTF-8
4865Ez a csomag mindenféle DVI eszközt tartalmaz.
4866
4867%package epsutils
4868Summary: Various EPS utils
4869Group: Applications/Publishing/TeX
4870
4871%description epsutils
4872Various EPS (Encapsulated PostScript) utils.
4873
4874
4875%package filters
4876Summary: Various filters
4877Group: Applications/Publishing/TeX
4878
4879%description filters
4880Various filters.
4881
4882
489714ae
ZU
4883%package uncategorized-utils
4884Summary: Uncategorized utils
4885Group: Applications/Publishing/TeX
4886
4887%description uncategorized-utils
4888Uncategorized utilities. Needs check and categorizing.
4889
5b7eba8e
MB
4890%package tex4ht
4891Summary: LaTeX and TeX for hypertext
4892Group: Applications/Publishing/TeX
4893
4894%description tex4ht
4895A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
4896providing a configurable (La)TeX-based authoring system for hypertext.
4897When converting to XML, you can use MathML instead of images for
4898equation representation.
4899
4224ae6d
MB
4900%package xetex
4901Summary: Extended TeX / LaTeX version for unicode
4902Group: Applications/Publishing/TeX
4903Requires(post,postun): /usr/bin/texhash
4904Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
4905
4906%description xetex
4907XeTeX extends the TeX typesetting system (and macro packages such as
4908LaTeX and ConTeXt) to have native support for the Unicode character
4909set, including complex Asian scripts, and for OpenType and TrueType
4910fonts.
4911
4912%package xmltex
4913Summary: TeX package for processing XML files
4914Group: Applications/Publishing/TeX
4915Requires(post,postun): /usr/bin/texhash
4916
4917%description xmltex
4918XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
4919It allows TeX to directly process XML files.
4920
d08789e0
ZU
4921%prep
4922%setup -q -c -T -n %{name}-%{version}-source
4923lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 4924%patch0 -p1
1cc1dae0 4925%patch1 -p1
c48c077b
AM
4926
4927cd libs/teckit
4928cat ax*.m4 > acinclude.m4
4929%{__libtoolize}
4930%{__aclocal}
4931%{__autoconf}
4932%{__automake}
d08789e0
ZU
4933
4934%build
4935find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 4936%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 4937cd texk/kpathsea
83feaf0d
ZU
4938%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
4939%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
4940%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
4941%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
4942%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 4943%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 4944cd ../..
d47c034d 4945
a784d38e 4946%configure \
ca4b56d2
AM
4947%if %{with bootstrap}
4948 --without-xindy \
4949 --without-luatex \
4950%endif
d08789e0
ZU
4951 --disable-multiplatform \
4952 --disable-static \
4953 --enable-a4 \
4954 --enable-gf \
4955 --enable-ipc \
4956 --enable-shared \
a784d38e 4957 --with-fontconfig \
d08789e0
ZU
4958 --with-fonts-dir=/var/cache/fonts \
4959 --with-ncurses \
e671f712 4960 --with-system-freetype \
97b079ad 4961 --with-freetype-include=/usr/include/freetype \
a784d38e 4962 --with-system-freetype2 \
97b079ad 4963 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
4964 --with-system-gd \
4965 --with-system-ncurses \
4966 --with-system-pnglib \
4967 --with-system-t1lib \
4968 --with-system-zlib \
d08789e0
ZU
4969 --with-xdvi-x-toolkit=xaw \
4970 --without-dialog \
4971 --without-t1utils \
ca4b56d2 4972 --without-texinfo
d08789e0 4973
d08789e0
ZU
4974%{__make}
4975
d08789e0
ZU
4976%install
4977rm -rf $RPM_BUILD_ROOT
4978install -d $RPM_BUILD_ROOT%{_datadir} \
4979 $RPM_BUILD_ROOT%{_desktopdir} \
4980 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 4981 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
4982 $RPM_BUILD_ROOT/var/cache/fonts \
4983 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 4984 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b
ZU
4985 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
4986 $RPM_BUILD_ROOT%{fmtdir}
d08789e0 4987
f37ff31b
ZU
4988lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
4989%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
4990%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
4991%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
f37ff31b
ZU
4992# This is an empty directory
4993%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 4994# Useless binary
4995%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 4996
d08789e0
ZU
4997# commented out because of following (non-fatal) error:
4998# Can't open texmf/web2c/texmf.cnf: No such file or directory.
4999#perl -pi \
5000# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5001# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5002# texmf/web2c/texmf.cnf
5003
d08789e0
ZU
5004install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5005
5006LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5007
5008%{__make} install \
5009 prefix=$RPM_BUILD_ROOT%{_prefix} \
5010 bindir=$RPM_BUILD_ROOT%{_bindir} \
5011 mandir=$RPM_BUILD_ROOT%{_mandir} \
5012 libdir=$RPM_BUILD_ROOT%{_libdir} \
5013 datadir=$RPM_BUILD_ROOT%{_datadir} \
5014 infodir=$RPM_BUILD_ROOT%{_infodir} \
5015 includedir=$RPM_BUILD_ROOT%{_includedir} \
5016 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5017 texmf=$RPM_BUILD_ROOT%{texmf} \
5018 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5019 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5020
37bb0d8c 5021# Fix broken symlinks
3702646a
ZU
5022CURDIR=$(pwd)
5023cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5024ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5025ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5026ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5027ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5028ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5029ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5030ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5031ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5032ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5033ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5034ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5035ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5036ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5037ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5038ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5039ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5040ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5041ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5042ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5043ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5044ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5045ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5046ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5047ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5048ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5049ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5050ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5051ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5052ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5053ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5054ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5055ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5056ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5057ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5058ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5059ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5060ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5061ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5062ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5063ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5064ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5065ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5066ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5067ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5068ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5069ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5070ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5071ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5072ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5073ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5074ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5075ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5076ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5077ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5078ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5079ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5080ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5081ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5082ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5083ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
3702646a 5084cd $CURDIR
37bb0d8c 5085
d08789e0
ZU
5086#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5087#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5088
26d8eaaa
ZU
5089# %{__make} init \
5090# prefix=$RPM_BUILD_ROOT%{_prefix} \
5091# bindir=$RPM_BUILD_ROOT%{_bindir} \
5092# mandir=$RPM_BUILD_ROOT%{_mandir} \
5093# libdir=$RPM_BUILD_ROOT%{_libdir} \
5094# datadir=$RPM_BUILD_ROOT%{_datadir} \
5095# infodir=$RPM_BUILD_ROOT%{_infodir} \
5096# includedir=$RPM_BUILD_ROOT%{_includedir} \
5097# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5098# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5099
489714ae 5100%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5101%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5102# We don't need it
5103%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5104%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5105
d08789e0
ZU
5106perl -pi \
5107 -e "s|$RPM_BUILD_ROOT||g;" \
5108 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5109
8175e90e 5110install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5111
5112install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5113install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5114
ce981570 5115# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5116
5117# in separate spec
b4d68b39
ZU
5118# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5119# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5120
5121# not included in package
5122rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5123rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5124rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5125rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5126rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5127rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5128rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5129rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5130rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5131rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5132rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5133rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5134rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5135rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5136rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5137rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5138
5139# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5140# and we can still analyze them
ce981570
ZU
5141# install -d format-logs
5142# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5143
5144%clean
5145rm -rf $RPM_BUILD_ROOT
5146
5147%post
5148%fixinfodir
5149%texhash
5150
5151%postun
5152%fixinfodir
5153if [ "$1" = "1" ]; then
5154 %texhash
5155fi
5156
5157%post doc-Catalogue
5158%texhash
5159
5160%postun doc-Catalogue
5161%texhash
5162
5163%post doc-tug-faq
5164%texhash
5165
5166%postun doc-tug-faq
5167%texhash
5168
096dca83 5169%post -n kpathsea
d08789e0
ZU
5170/sbin/ldconfig
5171%fixinfodir
5172%texhash
5173
096dca83 5174%postun -n kpathsea
d08789e0
ZU
5175/sbin/ldconfig
5176%fixinfodir
5177%texhash
5178
096dca83 5179%post -n kpathsea-devel
d08789e0
ZU
5180%texhash
5181
096dca83 5182%postun -n kpathsea-devel
d08789e0
ZU
5183%texhash
5184
5185%post dvips
5186%fixinfodir
5187%texhash
5188
5189%postun dvips
5190%fixinfodir
5191%texhash
5192
5193%post dvilj
5194%texhash
5195
5196%postun dvilj
5197%texhash
5198
5199%post makeindex
5200%texhash
5201
5202%postun makeindex
5203%texhash
5204
5205%post metafont
5206%texhash
5207
5208%postun metafont
5209%texhash
5210
5211%post metapost
5212%texhash
5213
5214%postun metapost
5215%texhash
5216
5217%post mptopdf
5218%texhash
5219
5220%postun mptopdf
5221%texhash
5222
5223%post texdoctk
5224%texhash
5225
5226%postun texdoctk
5227%texhash
5228
5229%post -n xdvi
5230%texhash
5231
5232%postun -n xdvi
5233%texhash
5234
5235%post pdftex
5236%texhash
5237
5238%postun pdftex
5239%texhash
5240
04123363
ZU
5241%post phyzzx
5242%texhash
5243
5244%postun phyzzx
5245%texhash
5246
d08789e0
ZU
5247%post omega
5248%texhash
5249
5250%postun omega
5251%texhash
5252
5253%post plain
5254%texhash
5255
5256%postun plain
5257%texhash
5258
5259%post format-plain
5260%texhash
5261
5262%postun format-plain
5263%texhash
5264
5265%post format-pdftex
5266%texhash
5267
5268%postun format-pdftex
5269%texhash
5270
5271%post format-pdfetex
5272%texhash
5273
5274%postun format-pdfetex
5275%texhash
5276
5277%post mex
5278%texhash
5279
5280%postun mex
5281%texhash
5282
5283%post format-mex
5284%texhash
5285
5286%postun format-mex
5287%texhash
5288
5289%post format-pdfmex
5290%texhash
5291
5292%postun format-pdfmex
5293%texhash
5294
5295%postun format-utf8mex
5296%texhash
5297
5298%post amstex
5299%texhash
5300
5301%postun amstex
5302%texhash
5303
5304%post format-amstex
5305%texhash
5306
5307%postun format-amstex
5308%texhash
5309
5310%post format-pdfamstex
5311%texhash
5312
5313%postun format-pdfamstex
5314%texhash
5315
5316%post csplain
5317%texhash
5318
5319%postun csplain
5320%texhash
5321
5322%post format-csplain
5323%texhash
5324
5325%postun format-csplain
5326%texhash
5327
5328%post format-pdfcsplain
5329%texhash
5330
5331%postun format-pdfcsplain
5332%texhash
5333
5334%post cslatex
5335%texhash
5336
5337%postun cslatex
5338%texhash
5339
5340%post format-cslatex
5341%texhash
5342
5343%postun format-cslatex
5344%texhash
5345
5346%post format-pdfcslatex
5347%texhash
5348
5349%postun format-pdfcslatex
5350%texhash
5351
5352%post cyrplain
5353%texhash
5354
5355%postun cyrplain
5356%texhash
5357
5358%post format-cyrplain
5359%texhash
5360
5361%postun format-cyrplain
5362%texhash
5363
5364%post format-cyramstex
5365%texhash
5366
5367%postun format-cyramstex
5368%texhash
5369
5370%post format-cyrtexinfo
5371%texhash
5372
5373%postun format-cyrtexinfo
5374%texhash
5375
5376%post eplain
5377%texhash
5378
5379%postun eplain
5380%texhash
5381
5382%post format-eplain
5383%texhash
5384
5385%postun format-eplain
5386%texhash
5387
5388# ConTeXt format
5389
5390%post context
5391%texhash
5392
5393%postun context
5394%texhash
5395
5396%post format-context-de
5397%texhash
5398
5399%postun format-context-de
5400%texhash
5401
5402%post format-context-en
5403%texhash
5404
5405%postun format-context-en
5406%texhash
5407
5408%post format-context-nl
5409%texhash
5410
5411%postun format-context-nl
5412%texhash
5413
5414# LaTeX format.
5415
5416%post latex
5417%fixinfodir
5418%texhash
5419
5420%postun latex
5421%fixinfodir
5422%texhash
5423
6c82f497
ZU
5424%post latex-12many
5425%texhash
5426
5427%postun latex-12many
5428%texhash
5429
fe66da27
ZU
5430%post latex-abstract
5431%texhash
5432
5433%postun latex-abstract
5434%texhash
5435
f1f5d194
ZU
5436%post latex-accfonts
5437%texhash
5438
5439%postun latex-accfonts
5440%texhash
5441
e88b5dcf
ZU
5442%post latex-adrconv
5443%texhash
5444
5445%postun latex-adrconv
5446%texhash
5447
d08789e0
ZU
5448%post latex-ae
5449%texhash
5450
5451%postun latex-ae
5452%texhash
5453
5454%post latex-ams
5455%texhash
5456
5457%postun latex-ams
5458%texhash
5459
5460%post latex-antp
5461%texhash
5462
5463%postun latex-antp
5464%texhash
5465
5466%post latex-antt
5467%texhash
5468
5469%postun latex-antt
5470%texhash
5471
e88b5dcf
ZU
5472%post latex-appendix
5473%texhash
5474
5475%postun latex-appendix
5476%texhash
5477
b4d68b39
ZU
5478%post latex-backgammon
5479%texhash
5480
5481%postun latex-backgammon
5482%texhash
5483
6c82f497
ZU
5484%post latex-bardiag
5485%texhash
5486
5487%postun latex-bardiag
5488%texhash
5489
d08789e0
ZU
5490%post latex-bbm
5491%texhash
5492
5493%postun latex-bbm
5494%texhash
5495
5496%post latex-bbold
5497%texhash
5498
5499%postun latex-bbold
5500%texhash
5501
b4d68b39
ZU
5502%post latex-beamer
5503%texhash
5504
5505%postun latex-beamer
5506%texhash
5507
2fede27b
ZU
5508%post latex-bezos
5509%texhash
5510
5511%postun latex-bezos
5512%texhash
5513
d08789e0
ZU
5514%post latex-bibtex
5515%texhash
5516
5517%postun latex-bibtex
5518%texhash
5519
5520%post latex-bibtex-ams
5521%texhash
5522
5523%postun latex-bibtex-ams
5524%texhash
5525
5526%post latex-bibtex-pl
5527%texhash
5528
5529%postun latex-bibtex-pl
5530%texhash
5531
5532%post latex-bibtex-german
5533%texhash
5534
5535%postun latex-bibtex-german
5536%texhash
5537
5538%post latex-bibtex-revtex4
5539%texhash
5540
5541%postun latex-bibtex-revtex4
5542%texhash
5543
5544%post latex-bibtex-jurabib
5545%texhash
5546
5547%postun latex-bibtex-jurabib
5548%texhash
5549
33b3b483
ZU
5550%post latex-bibtex-styles
5551%texhash
5552
5553%postun latex-bibtex-styles
5554%texhash
5555
2fede27b
ZU
5556%post latex-booktabs
5557%texhash
5558
5559%postun latex-booktabs
5560%texhash
5561
5562
5563%post latex-caption
5564%texhash
5565
5566%postun latex-caption
5567%texhash
5568
d08789e0
ZU
5569%post latex-carlisle
5570%texhash
5571
5572%postun latex-carlisle
5573%texhash
5574
5575%post latex-ccfonts
5576%texhash
5577
5578%postun latex-ccfonts
5579%texhash
5580
5581%post latex-cite
5582%texhash
5583
5584%postun latex-cite
5585%texhash
5586
5587%post latex-cmbright
5588%texhash
5589
5590%postun latex-cmbright
5591%texhash
5592
2fede27b
ZU
5593
5594%post latex-comment
5595%texhash
5596
5597%postun latex-comment
5598%texhash
5599
d08789e0
ZU
5600%post latex-concmath
5601%texhash
5602
5603%postun latex-concmath
5604%texhash
5605
2fede27b
ZU
5606%post latex-currvita
5607%texhash
5608
5609%postun latex-currvita
5610%texhash
5611
5612
5613%post latex-curves
5614%texhash
5615
5616%postun latex-curves
5617%texhash
5618
d08789e0
ZU
5619%post latex-custom-bib
5620%texhash
5621
5622%postun latex-custom-bib
5623%texhash
5624
5625%post latex-cyrillic
5626%texhash
5627
5628%postun latex-cyrillic
5629%texhash
5630
04eb4e68
ZU
5631# %post latex-dstroke
5632# %texhash
d08789e0 5633
04eb4e68
ZU
5634# %postun latex-dstroke
5635# %texhash
d08789e0 5636
60597425
ZU
5637%post latex-enumitem
5638%texhash
5639
5640%postun latex-enumitem
5641%texhash
5642
fe66da27
ZU
5643%post latex-exam
5644%texhash
5645
5646%postun latex-exam
5647%texhash
5648
f1f5d194
ZU
5649%post latex-gbrief
5650%texhash
5651
5652%postun latex-gbrief
5653%texhash
5654
d08789e0
ZU
5655%post latex-jknappen
5656%texhash
5657
5658%postun latex-jknappen
5659%texhash
5660
d19eaaab
ZU
5661%post latex-keystroke
5662%texhash
5663
5664%postun latex-keystroke
5665%texhash
5666
5667%post latex-labbook
5668%texhash
5669
5670%postun latex-labbook
5671%texhash
5672
5673%post latex-lcd
5674%texhash
5675
5676%postun latex-lcd
5677%texhash
5678
5679%post latex-leaflet
5680%texhash
5681
5682%postun latex-leaflet
5683%texhash
5684
f1f5d194
ZU
5685%post latex-leftidx
5686%texhash
5687
5688%postun latex-leftidx
5689%texhash
5690
d19eaaab
ZU
5691%post latex-lewis
5692%texhash
5693
5694%postun latex-lewis
5695%texhash
5696
d08789e0
ZU
5697%post latex-lm
5698%texhash
5699
fe66da27
ZU
5700%post latex-lastpage
5701%texhash
5702
5703%postun latex-lastpage
5704%texhash
5705
d08789e0
ZU
5706%postun latex-lm
5707%texhash
5708
5709%post latex-lucidabr
5710%texhash
5711
5712%postun latex-lucidabr
5713%texhash
5714
5715%post latex-marvosym
5716%texhash
5717
5718%postun latex-marvosym
5719%texhash
5720
d19eaaab
ZU
5721%post latex-mathexam
5722%texhash
5723
5724%postun latex-mathexam
5725%texhash
5726
d08789e0
ZU
5727%post latex-mathpple
5728%texhash
5729
5730%postun latex-mathpple
5731%texhash
5732
5733%post latex-mathtime
5734%texhash
5735
5736%postun latex-mathtime
5737%texhash
5738
5739%post latex-mflogo
5740%texhash
5741
5742%postun latex-mflogo
5743%texhash
5744
5745%post latex-mfnfss
5746%texhash
5747
5748%postun latex-mfnfss
5749%texhash
5750
5751%post latex-minitoc
5752%texhash
5753
5754%postun latex-minitoc
5755%texhash
5756
5757%post latex-mltex
5758%texhash
5759
5760%postun latex-mltex
5761%texhash
5762
f1f5d194
ZU
5763%post latex-moreverb
5764%texhash
5765
5766%postun latex-moreverb
5767%texhash
5768
d34bfb7f
ZU
5769%post latex-multienum
5770%texhash
5771
5772%postun latex-multienum
5773%texhash
5774
8ed039e0
ZU
5775%post latex-musictex
5776%texhash
5777
5778%postun latex-musictex
5779%texhash
5780
fe66da27
ZU
5781%post latex-ntheorem
5782%texhash
5783
5784%postun latex-ntheorem
5785%texhash
5786
f65b3398
ZU
5787%post latex-other
5788%texhash
5789
5790%postun latex-other
5791%texhash
5792
5793%post latex-other-doc
5794%texhash
5795
5796%postun latex-other-doc
5797%texhash
5798
d08789e0
ZU
5799%post latex-palatcm
5800%texhash
5801
5802%postun latex-palatcm
5803%texhash
5804
f65b3398
ZU
5805%post latex-pdfslide
5806%texhash
5807
5808%postun latex-pdfslide
5809%texhash
5810
03d9d5fa
ZU
5811%post latex-pgf
5812%texhash
5813
5814%postun latex-pgf
5815%texhash
5816
f65b3398
ZU
5817%post latex-polynom
5818%texhash
5819
5820%postun latex-polynom
5821%texhash
5822
5823%post latex-polynomial
5824%texhash
5825
5826%postun latex-polynomial
5827%texhash
5828
b7b4a109
ZU
5829%post latex-prosper
5830%texhash
5831
5832%postun latex-prosper
5833%texhash
5834
5835%post latex-pseudocode
5836%texhash
5837
5838%postun latex-pseudocode
5839%texhash
5840
d08789e0
ZU
5841%post latex-psnfss
5842%texhash
5843
5844%postun latex-psnfss
5845%texhash
5846
8efa6a9c
ZU
5847%post latex-pst-2dplot
5848%texhash
5849
5850%postun latex-pst-2dplot
5851%texhash
5852
5853%post latex-pst-3dplot
5854%texhash
5855
5856%postun latex-pst-3dplot
5857%texhash
5858
5859%post latex-pst-bar
5860%texhash
5861
5862%postun latex-pst-bar
5863%texhash
5864
5865%post latex-pst-circ
5866%texhash
5867
5868%postun latex-pst-circ
5869%texhash
5870
b7b4a109
ZU
5871%post latex-pst-eucl
5872%texhash
5873
5874%postun latex-pst-eucl
5875%texhash
5876
8efa6a9c
ZU
5877%post latex-pst-diffraction
5878%texhash
5879
5880%postun latex-pst-diffraction
5881%texhash
5882
5883%post latex-pst-fun
5884%texhash
5885
5886%postun latex-pst-fun
5887%texhash
5888
5889%post latex-pst-func
5890%texhash
5891
5892%postun latex-pst-func
5893%texhash
5894
5895%post latex-pst-infixplot
5896%texhash
5897
5898%postun latex-pst-infixplot
5899%texhash
5900
b7b4a109
ZU
5901%post latex-pst-fr3d
5902%texhash
5903
5904%postun latex-pst-fr3d
5905%texhash
5906
5907%post latex-pst-fractal
5908%texhash
5909
5910%postun latex-pst-fractal
5911%texhash
5912
d08789e0
ZU
5913%post latex-pxfonts
5914%texhash
5915
8efa6a9c
ZU
5916%post latex-pst-math
5917%texhash
5918
5919%postun latex-pst-math
5920%texhash
5921
5922%post latex-pst-ob3d
5923%texhash
5924
5925%postun latex-pst-ob3d
5926%texhash
5927
5928%post latex-pst-optic
5929%texhash
5930
5931%postun latex-pst-optic
5932%texhash
5933
5934%post latex-pst-optexp
5935%texhash
5936
5937%postun latex-pst-optexp
5938%texhash
5939
5940%post latex-pst-text
5941%texhash
5942
5943%postun latex-pst-text
5944%texhash
5945
1024ab0e
ZU
5946%post latex-pst-uncategorized
5947%texhash
5948
5949%postun latex-pst-uncategorized
5950
5951%texhash
5952
d08789e0
ZU
5953%postun latex-pxfonts
5954%texhash
5955
5956%post latex-qfonts
5957%texhash
5958
5959%postun latex-qfonts
5960%texhash
5961
6c82f497
ZU
5962%post latex-SIstyle
5963%texhash
5964
5965%postun latex-SIstyle
5966%texhash
5967
fe66da27
ZU
5968%post latex-SIunits
5969%texhash
5970
5971%postun latex-SIunits
5972%texhash
5973
f65b3398
ZU
5974%post latex-siunitx
5975%texhash
5976
5977%postun latex-siunitx
5978%texhash
5979
6c82f497
ZU
5980%post latex-Tabbing
5981%texhash
5982
5983%postun latex-Tabbing
5984%texhash
5985
d08789e0
ZU
5986%post latex-txfonts
5987%texhash
5988
5989%postun latex-txfonts
5990%texhash
5991
7ea3a98b
ZU
5992%post latex-ucs
5993%texhash
5994
5995%postun latex-ucs
5996%texhash
5997
d08789e0
ZU
5998%post latex-umlaute
5999%texhash
6000
6001%postun latex-umlaute
6002%texhash
6003
6004%post latex-wasysym
6005%texhash
6006
6007%postun latex-wasysym
6008%texhash
6009
03d9d5fa
ZU
6010%post latex-xcolor
6011%texhash
6012
6013%postun latex-xcolor
6014%texhash
6015
d08789e0
ZU
6016%post format-latex
6017%texhash
6018
6019%postun format-latex
6020%texhash
6021
6022%post format-pdflatex
6023%texhash
6024
6025%postun format-pdflatex
6026%texhash
6027
6028%post platex
6029%texhash
6030
6031%postun platex
6032%texhash
6033
6034%post format-platex
6035%texhash
6036
6037%postun format-platex
6038%texhash
6039
6040%post format-pdfplatex
6041%texhash
6042
6043%postun format-pdfplatex
6044%texhash
6045
6046%post tex-babel
6047%texhash
6048
6049%postun tex-babel
6050%texhash
6051
6052%post tex-german
6053%texhash
6054
6055%postun tex-german
6056%texhash
6057
6058%post tex-mfpic
6059%texhash
6060
6061%postun tex-mfpic
6062%texhash
6063
6064%post tex-misc
6065%texhash
6066
6067%postun tex-misc
6068%texhash
6069
6070%post tex-pictex
6071%texhash
6072
6073%postun tex-pictex
6074%texhash
6075
6076%post tex-pstricks
6077%texhash
6078
6079%postun tex-pstricks
6080%texhash
6081
6082%post tex-qpx
6083%texhash
6084
6085%postun tex-qpx
6086%texhash
6087
31bd2c4a 6088%post tex-qpxqtx
d08789e0
ZU
6089%texhash
6090
31bd2c4a 6091%postun tex-qpxqtx
d08789e0
ZU
6092%texhash
6093
6094%post tex-ruhyphen
6095%texhash
6096
6097%postun tex-ruhyphen
6098%texhash
6099
6100%post tex-spanish
6101%texhash
6102
6103%postun tex-spanish
6104%texhash
6105
6106%post tex-texdraw
6107%texhash
6108
6109%postun tex-texdraw
6110%texhash
6111
6112%post tex-thumbpdf
6113%texhash
6114
6115%postun tex-thumbpdf
6116%texhash
6117
6118%post tex-ukrhyph
6119%texhash
6120
6121%postun tex-ukrhyph
6122%texhash
6123
6124%post latex-vietnam
6125%texhash
6126
6127%postun latex-vietnam
6128%texhash
6129
6130%post tex-xypic
6131%texhash
6132
6133%postun tex-xypic
6134%texhash
6135
6136%post fonts-adobe
6137%texhash
6138
6139%postun fonts-adobe
6140%texhash
6141
6142%post fonts-ae
6143%texhash
6144
6145%postun fonts-ae
6146%texhash
6147
6148%post fonts-ams
6149%texhash
6150
6151%postun fonts-ams
6152%texhash
6153
6154%post fonts-antp
6155%texhash
6156
6157%postun fonts-antp
6158%texhash
6159
6160%post fonts-antt
6161%texhash
6162
6163%postun fonts-antt
6164%texhash
6165
6166%post fonts-bbm
6167%texhash
6168
6169%postun fonts-bbm
6170%texhash
6171
6172%post fonts-bbold
6173%texhash
6174
6175%postun fonts-bbold
6176%texhash
6177
070c5aff
ZU
6178%post fonts-bh
6179%texhash
d08789e0 6180
070c5aff
ZU
6181%postun fonts-bh
6182%texhash
d08789e0
ZU
6183
6184%post fonts-bitstream
6185%texhash
6186
6187%postun fonts-bitstream
6188%texhash
6189
6190%post fonts-cbgreek
6191%texhash
6192
6193%postun fonts-cbgreek
6194%texhash
6195
6196%post fonts-cc-pl
6197%texhash
6198
6199%postun fonts-cc-pl
6200%texhash
6201
6202%post fonts-cg
6203%texhash
6204
6205%postun fonts-cg
6206%texhash
6207
6208%post fonts-cm
6209%texhash
6210
6211%postun fonts-cm
6212%texhash
6213
6214%post fonts-cmbright
6215%texhash
6216
6217%postun fonts-cmbright
6218%texhash
6219
6220%post fonts-cmcyr
6221%texhash
6222
6223%postun fonts-cmcyr
6224%texhash
6225
6226%post fonts-cmextra
6227%texhash
6228
6229%postun fonts-cmextra
6230%texhash
6231
7af5f8bc 6232%post fonts-cmsuper
5d7e11d7
ZU
6233%texhash
6234
7af5f8bc 6235%postun fonts-cmsuper
5d7e11d7
ZU
6236%texhash
6237
d08789e0
ZU
6238%post fonts-concmath
6239%texhash
6240
6241%postun fonts-concmath
6242%texhash
6243
6244%post fonts-concrete
6245%texhash
6246
6247%postun fonts-concrete
6248%texhash
6249
6250%post fonts-cs
6251%texhash
6252
6253%postun fonts-cs
6254%texhash
6255
4a09ae1a
ZU
6256%post fonts-dstroke
6257%texhash
d08789e0 6258
4a09ae1a
ZU
6259%postun fonts-dstroke
6260%texhash
d08789e0
ZU
6261
6262%post fonts-ecc
6263%texhash
6264
6265%postun fonts-ecc
6266%texhash
6267
6268%post fonts-eurosym
6269%texhash
6270
6271%postun fonts-eurosym
6272%texhash
6273
6274%post fonts-euxm
6275%texhash
6276
6277%postun fonts-euxm
6278%texhash
6279
6280%post fonts-gothic
6281%texhash
6282
6283%postun fonts-gothic
6284%texhash
6285
6286%post fonts-hoekwater
6287%texhash
6288
6289%postun fonts-hoekwater
6290%texhash
6291
6292%post fonts-jknappen
6293%texhash
6294
6295%postun fonts-jknappen
6296%texhash
6297
6298%post fonts-latex
6299%texhash
6300
6301%postun fonts-latex
6302%texhash
6303
6304%post fonts-lh
6305%texhash
6306
6307%postun fonts-lh
6308%texhash
6309
6310%post fonts-lm
6311%texhash
6312
6313%postun fonts-lm
6314%texhash
6315
6316%post fonts-marvosym
6317%texhash
6318
6319%postun fonts-marvosym
6320%texhash
6321
6322%post fonts-mflogo
6323%texhash
6324
6325%postun fonts-mflogo
6326%texhash
6327
6328%post fonts-misc
6329%texhash
6330
6331%postun fonts-misc
6332%texhash
6333
6334%post fonts-monotype
6335%texhash
6336
6337%postun fonts-monotype
6338%texhash
6339
6340%post fonts-omega
6341%texhash
6342
6343%postun fonts-omega
6344%texhash
6345
f1ba8563
ZU
6346%post fonts-other
6347%texhash
6348
6349%postun fonts-other
6350%texhash
6351
d08789e0
ZU
6352%post fonts-pazo
6353%texhash
6354
6355%postun fonts-pazo
6356%texhash
6357
6358%post fonts-pl
6359%texhash
6360
6361%postun fonts-pl
6362%texhash
6363
6364%post fonts-px
6365%texhash
6366
6367%postun fonts-px
6368%texhash
6369
6370%post fonts-qfonts
6371%texhash
6372
6373%postun fonts-qfonts
6374%texhash
6375
6376%post fonts-qpx
6377%texhash
6378
6379%postun fonts-qpx
6380%texhash
6381
31bd2c4a 6382%post fonts-qpxqtx
d08789e0
ZU
6383%texhash
6384
31bd2c4a 6385%postun fonts-qpxqtx
d08789e0
ZU
6386%texhash
6387
6388%post fonts-rsfs
6389%texhash
6390
6391%postun fonts-rsfs
6392%texhash
6393
6394%post fonts-stmaryrd
6395%texhash
6396
6397%postun fonts-stmaryrd
6398%texhash
6399
6400%post fonts-tx
6401%texhash
6402
6403%postun fonts-tx
6404%texhash
6405
6406%post fonts-urw
6407%texhash
6408
6409%postun fonts-urw
6410%texhash
6411
6412%post fonts-vnr
6413%texhash
6414
6415%postun fonts-vnr
6416%texhash
6417
6418%post fonts-wasy
6419%texhash
6420
6421%postun fonts-wasy
6422%texhash
6423
6424%post fonts-xypic
6425%texhash
6426
6427%postun fonts-xypic
6428%texhash
6429
6430%post fonts-yandy
6431%texhash
6432
6433%postun fonts-yandy
6434%texhash
6435
6436%post fonts-type1-antp
6437%texhash
6438
6439%postun fonts-type1-antp
6440%texhash
6441
6442%post fonts-type1-antt
6443%texhash
6444
6445%postun fonts-type1-antt
6446%texhash
6447
6448%post fonts-type1-belleek
6449%texhash
6450
6451%postun fonts-type1-belleek
6452%texhash
6453
6454%post fonts-type1-bitstream
6455%texhash
6456
6457%postun fonts-type1-bitstream
6458%texhash
6459
6460%post fonts-type1-bluesky
6461%texhash
6462
6463%postun fonts-type1-bluesky
6464%texhash
6465
6466%post fonts-type1-cc-pl
6467%texhash
6468
6469%postun fonts-type1-cc-pl
6470%texhash
6471
6472%post fonts-type1-cmcyr
6473%texhash
6474
6475%postun fonts-type1-cmcyr
6476%texhash
6477
6478%post fonts-type1-cs
6479%texhash
6480
6481%postun fonts-type1-cs
6482%texhash
6483
070c5aff
ZU
6484%post fonts-type1-dstroke
6485%texhash
d08789e0 6486
070c5aff
ZU
6487%postun fonts-type1-dstroke
6488%texhash
d08789e0
ZU
6489
6490%post fonts-type1-eurosym
6491%texhash
6492
6493%postun fonts-type1-eurosym
6494%texhash
6495
6496%post fonts-type1-hoekwater
6497%texhash
6498
6499%postun fonts-type1-hoekwater
6500%texhash
6501
6502%post fonts-type1-lm
6503%texhash
6504
6505%postun fonts-type1-lm
6506%texhash
6507
6508%post fonts-type1-marvosym
6509%texhash
6510
6511%postun fonts-type1-marvosym
6512%texhash
6513
6514%post fonts-type1-mathpazo
6515%texhash
6516
6517%postun fonts-type1-mathpazo
6518%texhash
6519
6520%post fonts-type1-omega
6521%texhash
6522
6523%postun fonts-type1-omega
6524%texhash
6525
6526%post fonts-type1-pl
6527%texhash
6528
6529%postun fonts-type1-pl
6530%texhash
6531
6532%post fonts-type1-px
6533%texhash
6534
6535%postun fonts-type1-px
6536%texhash
6537
070c5aff
ZU
6538%post fonts-type1-qfonts
6539%texhash
d08789e0 6540
070c5aff
ZU
6541%postun fonts-type1-qfonts
6542%texhash
d08789e0
ZU
6543
6544%post fonts-type1-tx
6545%texhash
6546
6547%postun fonts-type1-tx
6548%texhash
6549
6550%post fonts-type1-urw
6551%texhash
6552
6553%postun fonts-type1-urw
6554%texhash
6555
6556%post fonts-type1-vnr
6557%texhash
6558
6559%postun fonts-type1-vnr
6560%texhash
6561
6562%post fonts-type1-xypic
6563%texhash
6564
6565%postun fonts-type1-xypic
6566%texhash
6567
6568%post -n texconfig
6569%texhash
6570
6571%postun -n texconfig
6572%texhash
6573
4224ae6d
MB
6574%post xetex
6575%texhash
6576
6577%postun xetex
6578%texhash
6579
6580%post xmltex
6581%texhash
6582
6583%postun xmltex
6584%texhash
6585
5902e778
ZU
6586# Check the commented lines!!!
6587
d08789e0
ZU
6588%files
6589%defattr(644,root,root,755)
0f6c4baf 6590# %doc %{texmf}/LICENSE.texmf
df343eba 6591# %doc %{texmf}/ChangeLog
df343eba 6592# %doc %{texmf}/doc/README.knuth
efc75a1e 6593# There isn't doc/fonts directory
80fa261c 6594%dir %{texmfdist}/doc/fonts
606c6ab6 6595%doc %{texmfdist}/doc/fontname
efc75a1e 6596# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
6597# %dir %{texmf}/doc/help
6598# %doc %{texmf}/doc/help/csname.txt
6599# %doc %{texmf}/doc/help/ctan
6600# %doc %{texmf}/doc/help/tds.dvi
6601# %doc %{texmf}/doc/help/unixtex.ftp
6602# %dir %{texmf}/doc/help/faq
6603# %doc %{texmf}/doc/images
df343eba
ZU
6604# %dir %{texmf}/doc/polish
6605# %doc %{texmf}/doc/polish/*.html
6606# %dir %{texmf}/doc/programs
6607# %doc %{texmf}/doc/programs/web2c*
6608# %doc %{texmf}/doc/programs/cwebman.dvi
6609# %doc %{texmf}/doc/programs/dvipng.*
6610# %doc %{texmf}/doc/knuth
d08789e0
ZU
6611#%attr(755,root,root) %{_bindir}/MakeTeXPK
6612#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
6613
6614# ***********
6615# executables
6616# ***********
d08789e0
ZU
6617%attr(755,root,root) %{_bindir}/a2ping
6618%attr(755,root,root) %{_bindir}/afm2tfm
6619%attr(755,root,root) %{_bindir}/allcm
6620%attr(755,root,root) %{_bindir}/allec
6621%attr(755,root,root) %{_bindir}/allneeded
6622%attr(755,root,root) %{_bindir}/cweave
6623%attr(755,root,root) %{_bindir}/ctangle
6624%attr(755,root,root) %{_bindir}/ctie
6625%attr(755,root,root) %{_bindir}/dmp
6626%attr(755,root,root) %{_bindir}/dvipng
6627%attr(755,root,root) %{_bindir}/e2pall
6628%attr(755,root,root) %{_bindir}/ebb
df343eba 6629# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
6630%attr(755,root,root) %{_bindir}/fmtutil
6631%attr(755,root,root) %{_bindir}/fmtutil-sys
6632#%attr(755,root,root) %{_bindir}/fontexport
6633#%attr(755,root,root) %{_bindir}/fontimport
6634%attr(755,root,root) %{_bindir}/fontinst
6635%attr(755,root,root) %{_bindir}/gftodvi
6636%attr(755,root,root) %{_bindir}/gftopk
6637%attr(755,root,root) %{_bindir}/gftype
6638%attr(755,root,root) %{_bindir}/gsftopk
6639#%attr(755,root,root) %{_bindir}/initex
6640%attr(755,root,root) %{_bindir}/kpseaccess
6641%attr(755,root,root) %{_bindir}/kpsereadlink
6642%attr(755,root,root) %{_bindir}/kpsewhere
6643%attr(755,root,root) %{_bindir}/mag
6644%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
6645#%attr(755,root,root) %{_bindir}/mkfontdesc
6646%attr(755,root,root) %{_bindir}/mktexfmt
6647%attr(755,root,root) %{_bindir}/mktexlsr
6648%attr(755,root,root) %{_bindir}/newer
6649%attr(755,root,root) %{_bindir}/patgen
6650%attr(755,root,root) %{_bindir}/pdfetex
6651%attr(755,root,root) %{_bindir}/pfb2pfa
6652%attr(755,root,root) %{_bindir}/pk2bm
6653%attr(755,root,root) %{_bindir}/pktogf
6654%attr(755,root,root) %{_bindir}/pktype
6655%attr(755,root,root) %{_bindir}/pltotf
6656%attr(755,root,root) %{_bindir}/pooltype
6657%attr(755,root,root) %{_bindir}/ps2frag
6658%attr(755,root,root) %{_bindir}/ps2pk
6659# TODO: move this file to correct subpackage ?
6660%attr(755,root,root) %{_bindir}/ps4pdf
6661#%attr(755,root,root) %{_bindir}/t1mapper
6662%attr(755,root,root) %{_bindir}/tangle
6663#%attr(755,root,root) %{_bindir}/tetex-updmap
6664%attr(755,root,root) %{_bindir}/tex
6665%attr(755,root,root) %{_bindir}/texdoc
d08789e0 6666%attr(755,root,root) %{_bindir}/texhash
df343eba 6667# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
6668%attr(755,root,root) %{_bindir}/texlinks
6669%attr(755,root,root) %{_bindir}/tftopl
6670%attr(755,root,root) %{_bindir}/tie
6671%attr(755,root,root) %{_bindir}/ttf2afm
6672%attr(755,root,root) %{_bindir}/updmap
6673%attr(755,root,root) %{_bindir}/updmap-sys
6674%attr(755,root,root) %{_bindir}/vftovp
6675#%attr(755,root,root) %{_bindir}/virtex
6676%attr(755,root,root) %{_bindir}/vptovf
6677%attr(755,root,root) %{_bindir}/weave
6678
6679%attr(755,root,root) %{texmf}/web2c/mktexnam
6680%attr(755,root,root) %{texmf}/web2c/mktexdir
6681%attr(755,root,root) %{texmf}/web2c/mktexupd
6682
0edad7f5 6683%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
6684
6685#%dir /etc/sysconfig/tetex-updmap
6686#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
6687
6688%ghost %{texmf}/ls-R
7057740b 6689%ghost %{texmfdist}/ls-R
7057740b 6690# %ghost %{_localstatedir}/ls-R
d08789e0 6691
2677a8b0 6692%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 6693%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
6694%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
6695%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
6696%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 6697
d08789e0
ZU
6698%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
6699%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
6700%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
6701%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
6702%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
6703%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
6704%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
6705
d08789e0
ZU
6706%attr(1777,root,root) /var/cache/fonts
6707
6708%{_datadir}/info/web2c.info*
df343eba
ZU
6709# %{_datadir}/info/texi2html.info*
6710# %{_datadir}/texi2html
d08789e0
ZU
6711#%{texmf}/updates.dat
6712
df343eba 6713# %{texmf}/aliases
df343eba 6714# %{texmf}/tex/generic/bghyph
1a192771
ZU
6715# %doc %{texmf}/doc/generic/hyphen
6716#%{texmf}/tex/generic/letterspacing
6717
6718# ***********
6719# Directories
6720# ***********
ae4a938c 6721%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
6722%attr(1777,root,root) %dir %{_localstatedir}/fonts
6723%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 6724%attr(1777,root,root) %dir %{fmtdir}
1a192771 6725
b6042de9 6726%dir %{texmfdist}
8ed039e0 6727%doc %{texmfdist}/README
b6042de9
ZU
6728%dir %{texmf}
6729
1a192771
ZU
6730%dir %{texmfdist}/doc
6731%dir %{texmfdist}/doc/generic
6732%dir %{texmfdist}/doc/generic/enctex
6733%dir %{texmfdist}/doc/latex
6734%dir %{texmfdist}/doc/latex/localloc
6735%dir %{texmf}/doc
6736%dir %{texmf}/doc/generic
6737%dir %{texmf}/doc/tetex
04123363 6738%dir %{texmf}/fmtutil
1a192771
ZU
6739
6740%dir %{texmfdist}/tex
2677a8b0 6741%dir %{texmfdist}/tex/cslatex
0b6bcf85 6742%dir %{texmfdist}/tex/cslatex/base
330a8c29
ZU
6743%dir %{texmfdist}/tex/fontinst
6744%dir %{texmfdist}/tex/fontinst/misc
165b9d73 6745%dir %{texmfdist}/tex/generic
5f841614 6746%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 6747%dir %{texmfdist}/tex/generic/enctex
5f841614 6748%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 6749%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
6750%dir %{texmfdist}/tex/latex
6751%dir %{texmfdist}/tex/latex/base
1a192771
ZU
6752%dir %{texmf}/dvips
6753%dir %{texmf}/dvips/config
6754%dir %{texmf}/dvips/tetex
d08789e0
ZU
6755%dir %{texmf}/fonts/enc
6756%dir %{texmf}/fonts/enc/dvips
6757%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 6758%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
6759%dir %{texmf}/fonts/map
6760%dir %{texmf}/fonts/map/dvips
6761%dir %{texmf}/fonts/map/dvips/tetex
6762%dir %{texmf}/scripts
6763%dir %{texmf}/tex
1a192771
ZU
6764%dir %{texmf}/tex/generic
6765%dir %{texmf}/tex/generic/config
1a192771
ZU
6766%dir %{texmf}/web2c
6767
6768# Docs
2677a8b0 6769# %doc %{texmf}/doc/README
1a192771
ZU
6770%doc %{texmf}/doc/tetex/TETEXDOC.*
6771%doc %{texmf}/doc/tetex/teTeX-FAQ
6772
6773# %{texmf}/fonts/map/dvips/tetex/contnav.map
6774# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
6775%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
6776%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
6777
6778# Main fonts from TeTeX
d08789e0
ZU
6779%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
6780%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
6781%{texmf}/fonts/enc/dvips/tetex/10037936.enc
6782%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
6783%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
6784%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
6785%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
6786%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
6787%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
6788%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
6789%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 6790%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 6791
f2555868 6792%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
6793%{texmfdist}/tex/generic/encodings
6794%{texmfdist}/tex/generic/epsf
f2555868 6795%{texmfdist}/tex/generic/hyph-utf8/*
80fa261c 6796%{texmfdist}/tex/generic/genmisc
2677a8b0 6797%{texmfdist}/tex/generic/misc/null*
1a192771 6798%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
6799%{texmfdist}/tex/generic/tap
6800%{texmfdist}/tex/generic/tex-ps
2677a8b0 6801%{texmfdist}/tex/texinfo
80fa261c 6802%{texmfdist}/tex/fontinst/misc/glyphbox.mtx
1a192771 6803%{texmf}/tex/fontinst
1a192771 6804%{texmf}/tex/generic/hyphen
df343eba 6805
1a192771
ZU
6806# %{fmtdir}/metafun.mem
6807#%{texmf}/web2c/tex-pl.pool
6808# %{texmf}/web2c/tex.pool
fb2a8613 6809%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
6810
6811%{texmf}/web2c/*.tcx
df343eba
ZU
6812
6813# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
6814# %lang(fi) %{_mandir}/fi/man1/allcm.1*
6815# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
6816# %lang(fr) %{_mandir}/fr/man1/access.1*
6817# %lang(hu) %{_mandir}/hu/man1/access.1*
6818# %lang(hu) %{_mandir}/hu/man1/newer.1*
6819# %lang(pl) %{_mandir}/pl/man1/access.1*
6820# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
6821#%{_mandir}/man1/MakeTeXPK.1*
6822#%{_mandir}/man1/access.1*
6823#%{_mandir}/man1/fontexport.1*
6824#%{_mandir}/man1/fontimport.1*
6825#%{_mandir}/man1/initex.1*
6826#%{_mandir}/man1/t1mapper.1*
1a192771 6827#%{_mandir}/man1/texdoc.1*
1a192771 6828#%{_mandir}/man1/texi2html.1*
d08789e0 6829#%{_mandir}/man1/virtex.1*
1a192771 6830#%{_mandir}/man8/fmtutil.8*
d08789e0 6831#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
6832#%{_mandir}/man8/texlinks.8*
6833
d08789e0
ZU
6834%{_mandir}/man1/afm2tfm.1*
6835%{_mandir}/man1/allcm.1*
fae5faca 6836%{_mandir}/man1/allec.1*
d08789e0 6837%{_mandir}/man1/allneeded.1*
fae5faca 6838%{_mandir}/man1/ctangle.1*
d08789e0 6839%{_mandir}/man1/ctie.1*
fae5faca 6840%{_mandir}/man1/cweave.1*
d08789e0
ZU
6841%{_mandir}/man1/cweb.1*
6842%{_mandir}/man1/dmp.1*
6843%{_mandir}/man1/dvipdft.1*
6844%{_mandir}/man1/dvipng.1*
6845%{_mandir}/man1/e2pall.1*
6846%{_mandir}/man1/ebb.1*
6847%{_mandir}/man1/fmtutil.1*
09deda15 6848%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
6849%{_mandir}/man1/fontinst.1*
6850%{_mandir}/man1/gftodvi.1*
6851%{_mandir}/man1/gftopk.1*
6852%{_mandir}/man1/gftype.1*
6853%{_mandir}/man1/gsftopk.1*
6854%{_mandir}/man1/kpseaccess.1*
6855%{_mandir}/man1/kpsereadlink.1*
6856%{_mandir}/man1/kpsewhere.1*
6857%{_mandir}/man1/mag.1*
6858%{_mandir}/man1/makempx.1*
6859%{_mandir}/man1/makempy.1*
fae5faca 6860%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
6861%{_mandir}/man1/mktexlsr.1*
6862%{_mandir}/man1/newer.1*
6863%{_mandir}/man1/patgen.1*
6864%{_mandir}/man1/pdfetex.1*
6865%{_mandir}/man1/pfb2pfa.1*
6866%{_mandir}/man1/pk2bm.1*
6867%{_mandir}/man1/pktogf.1*
6868%{_mandir}/man1/pktype.1*
6869%{_mandir}/man1/pltotf.1*
6870%{_mandir}/man1/pooltype.1*
6871%{_mandir}/man1/ps2frag.1*
6872%{_mandir}/man1/ps2pk.1*
6873%{_mandir}/man1/tangle.1*
6874%{_mandir}/man1/tex.1*
d08789e0 6875%{_mandir}/man1/texexec.1*
fae5faca 6876%{_mandir}/man1/texhash.1*
d08789e0 6877%{_mandir}/man1/texlinks.1*
d08789e0 6878%{_mandir}/man1/tftopl.1*
d08789e0 6879%{_mandir}/man1/tie.1*
1a192771 6880%{_mandir}/man1/ttf2afm.1*
d08789e0 6881%{_mandir}/man1/updmap.1*
fae5faca 6882%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
6883%{_mandir}/man1/vftovp.1*
6884%{_mandir}/man1/vptovf.1*
6885%{_mandir}/man1/weave.1*
6886%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 6887%{_mandir}/man5/updmap.cfg.5*
1a192771 6888
80fa261c
ZU
6889%files other-utils
6890%defattr(644,root,root,755)
6891%attr(755,root,root) %{_bindir}/bg5+latex
6892%attr(755,root,root) %{_bindir}/bg5+pdflatex
6893%attr(755,root,root) %{_bindir}/bg5conv
6894%attr(755,root,root) %{_bindir}/bg5latex
6895%attr(755,root,root) %{_bindir}/bg5pdflatex
6896%attr(755,root,root) %{_bindir}/bibtex8
6897%attr(755,root,root) %{_bindir}/cfftot1
6898%attr(755,root,root) %{_bindir}/ebong
6899%attr(755,root,root) %{_bindir}/extconv
6900%attr(755,root,root) %{_bindir}/extractbb
6901%attr(755,root,root) %{_bindir}/gbklatex
6902%attr(755,root,root) %{_bindir}/gbkpdflatex
6903%attr(755,root,root) %{_bindir}/getnonfreefonts
6904%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
6905%attr(755,root,root) %{_bindir}/hbf2gf
6906%attr(755,root,root) %{_bindir}/jadetex
6907%attr(755,root,root) %{_bindir}/lamed
6908%attr(755,root,root) %{_bindir}/makeglossaries
6909%attr(755,root,root) %{_bindir}/metafun
6910%attr(755,root,root) %{_bindir}/mkjobtexmf
6911%attr(755,root,root) %{_bindir}/mllatex
6912%attr(755,root,root) %{_bindir}/mltex
6913%attr(755,root,root) %{_bindir}/mmafm
6914%attr(755,root,root) %{_bindir}/mmpfb
6915%attr(755,root,root) %{_bindir}/musixflx
6916%attr(755,root,root) %{_bindir}/ofm2opl
6917%attr(755,root,root) %{_bindir}/otfinfo
6918%attr(755,root,root) %{_bindir}/otftotfm
6919%attr(755,root,root) %{_bindir}/oxdvi
6920%attr(755,root,root) %{_bindir}/pdfatfi
6921%attr(755,root,root) %{_bindir}/pdfclose
6922%attr(755,root,root) %{_bindir}/pdfjadetex
6923%attr(755,root,root) %{_bindir}/pdfopen
6924%attr(755,root,root) %{_bindir}/pdftosrc
6925%{__perl}tex
6926%attr(755,root,root) %{_bindir}/physe
6927%attr(755,root,root) %{_bindir}/pkfix
6928%attr(755,root,root) %{_bindir}/ppower4
6929%attr(755,root,root) %{_bindir}/rungs
6930%attr(755,root,root) %{_bindir}/simpdftex
6931%attr(755,root,root) %{_bindir}/sjisconv
6932%attr(755,root,root) %{_bindir}/sjislatex
6933%attr(755,root,root) %{_bindir}/sjispdflatex
6934%attr(755,root,root) %{_bindir}/synctex
6935%attr(755,root,root) %{_bindir}/t1dotlessj
6936%attr(755,root,root) %{_bindir}/t1lint
6937%attr(755,root,root) %{_bindir}/t1reencode
6938%attr(755,root,root) %{_bindir}/t1testpage
6939%attr(755,root,root) %{_bindir}/texcount
6940%attr(755,root,root) %{_bindir}/texsis
6941%attr(755,root,root) %{_bindir}/tlmgr
6942%attr(755,root,root) %{_bindir}/tpic2pdftex
6943%attr(755,root,root) %{_bindir}/ttf2pk
6944%attr(755,root,root) %{_bindir}/ttf2tfm
6945%attr(755,root,root) %{_bindir}/ttftotype42
6946%attr(755,root,root) %{_bindir}/vlna
6947%attr(755,root,root) %{_bindir}/vpe
6948%{_mandir}/man1/cfftot1.1*
6949%{_mandir}/man1/getnonfreefonts-sys.1
6950%{_mandir}/man1/getnonfreefonts.1*
6951%{_mandir}/man1/hbf2gf.1*
6952%{_mandir}/man1/mkjobtexmf.1*
6953%{_mandir}/man1/mmafm.1*
6954%{_mandir}/man1/mmpfb.1*
6955%{_mandir}/man1/otfinfo.1*
6956%{_mandir}/man1/otftotfm.1*
6957%{_mandir}/man1/oxdvi.1
6958%{_mandir}/man1/pdftosrc.1*
6959%{_mandir}/man1/ps2eps.1*
6960%{_mandir}/man1/synctex.1*
6961%{_mandir}/man1/t1dotlessj.1*
6962%{_mandir}/man1/t1lint.1*
6963%{_mandir}/man1/t1reencode.1*
6964%{_mandir}/man1/t1testpage.1*
6965%{_mandir}/man1/ttf2pk.1*
6966%{_mandir}/man1/ttf2tfm.1*
6967%{_mandir}/man1/ttftotype42.1*
6968%{_mandir}/man1/vlna.1*
6969%{_mandir}/man5/synctex.5*
6970%{texmfdist}/source/startex
6971%{texmfdist}/source/jadetex
6972%{texmfdist}/tex/jadetex
6973%{texmfdist}/tex/texsis
6974%{texmfdist}/tex/startex
6975%{texmf}/fmtutil/format.jadetex.cnf
6976%{texmf}/fmtutil/format.mltex.cnf
6977%{texmfdist}/tex/generic/abbr
6978%{texmfdist}/tex/generic/abstyles/
6979%{texmfdist}/tex/generic/arrayjob
6980%{texmfdist}/tex/generic/barr
6981%{texmfdist}/tex/generic/borceux
6982%{texmfdist}/tex/generic/c-pascal
6983%{texmfdist}/tex/generic/cirth
6984%{texmfdist}/tex/generic/colortab
6985%{texmfdist}/tex/generic/dratex
6986%{texmfdist}/tex/generic/ean
6987%{texmfdist}/tex/generic/edmac
6988%{texmfdist}/tex/generic/elvish
6989%{texmfdist}/tex/generic/fenixpar
6990%{texmfdist}/tex/generic/fltpoint
6991%{texmfdist}/tex/generic/musixtex
6992
6993%files other-utils-doc
6994%defattr(644,root,root,755)
6995%doc %{texmfdist}/doc/jadetex
6996%doc %{texmfdist}/doc/texsis
6997%doc %{texmfdist}/doc/startex
6998%doc %{texmfdist}/doc/generic/c-pascal
d08789e0
ZU
6999
7000%files dirs-fonts
7001%defattr(644,root,root,755)
1a192771 7002%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7003%dir %{texmfdist}/fonts
7004%dir %{texmfdist}/fonts/afm
7005%dir %{texmfdist}/fonts/afm/public
4224ae6d 7006%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7007%dir %{texmfdist}/fonts/enc
7008%dir %{texmfdist}/fonts/enc/dvips
7009%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7010%dir %{texmfdist}/fonts/map
21c69d95 7011%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7012%dir %{texmfdist}/fonts/map/dvips
7013%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7014%dir %{texmfdist}/fonts/map/fontname
330a8c29 7015%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
7016%dir %{texmfdist}/fonts/ofm
7017%dir %{texmfdist}/fonts/ofm/public
7018%dir %{texmfdist}/fonts/ovf
7019%dir %{texmfdist}/fonts/ovf/public
7020%dir %{texmfdist}/fonts/ovp
7021%dir %{texmfdist}/fonts/ovp/public
7022%dir %{texmfdist}/fonts/opentype
7023%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7024%dir %{texmfdist}/fonts/pk
1a192771 7025%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7026%dir %{texmfdist}/fonts/source
7027%dir %{texmfdist}/fonts/source/public
21c69d95 7028%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7029%dir %{texmfdist}/fonts/tfm
7030%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7031%dir %{texmfdist}/fonts/tfm/vntex
04123363 7032%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7033%dir %{texmfdist}/fonts/type1
7034%dir %{texmfdist}/fonts/type1/public
21c69d95 7035%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7036%dir %{texmfdist}/fonts/vf
7037%dir %{texmfdist}/fonts/vf/public
21c69d95 7038%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7039%dir %{texmfdist}/source
7040%dir %{texmfdist}/source/fonts
7041%dir %{texmfdist}/source/latex
1a192771
ZU
7042%dir %{texmf}/fonts
7043%dir %{texmf}/fonts/opentype
7044%dir %{texmf}/fonts/opentype/public
d08789e0 7045
5b7eba8e
MB
7046%files doc
7047%defattr(644,root,root,755)
80fa261c 7048%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7049%dir %{texmfdoc}
04123363 7050%dir %{texmfdoc}/doc
80fa261c
ZU
7051%{texmfdoc}/README
7052%{texmfdoc}/ls-R
5b7eba8e 7053%{texmfdoc}/doc/english
80fa261c 7054%{texmfdist}/doc/fontinst
5b7eba8e
MB
7055
7056%files doc-bg
7057%defattr(644,root,root,755)
7058%{texmfdoc}/doc/bulgarian
7059
7060%files doc-cs
7061%defattr(644,root,root,755)
7062%{texmfdoc}/doc/czechslovak
7063
7064%files doc-de
7065%defattr(644,root,root,755)
7066%{texmfdoc}/doc/german
7067
7068%files doc-el
7069%defattr(644,root,root,755)
7070%{texmfdoc}/doc/greek
7071
7072%files doc-es
7073%defattr(644,root,root,755)
7074%{texmfdoc}/doc/spanish
7075
7076%files doc-fi
7077%defattr(644,root,root,755)
7078%{texmfdoc}/doc/finnish
7079
7080%files doc-fr
7081%defattr(644,root,root,755)
7082%{texmfdoc}/doc/french
7083
7084%files doc-it
7085%defattr(644,root,root,755)
7086%{texmfdoc}/doc/italian
7087
7088%files doc-ja
7089%defattr(644,root,root,755)
7090%{texmfdoc}/doc/japanese
7091
7092%files doc-ko
7093%defattr(644,root,root,755)
7094%{texmfdoc}/doc/korean
7095
7096%files doc-mn
7097%defattr(644,root,root,755)
7098%{texmfdoc}/doc/mongolian
7099
7100%files doc-nl
7101%defattr(644,root,root,755)
7102%{texmfdoc}/doc/dutch
7103
7104%files doc-pl
7105%defattr(644,root,root,755)
7106%{texmfdoc}/doc/polish
7107
7108%files doc-pt
7109%defattr(644,root,root,755)
7110%{texmfdoc}/doc/portuguese
7111
7112%files doc-ru
7113%defattr(644,root,root,755)
7114%{texmfdoc}/doc/russian
7115
7116%files doc-sk
7117%defattr(644,root,root,755)
7118%{texmfdoc}/doc/slovak
7119
7120%files doc-sl
7121%defattr(644,root,root,755)
7122%{texmfdoc}/doc/slovenian
7123
7124%files doc-th
7125%defattr(644,root,root,755)
7126%{texmfdoc}/doc/thai
7127
7128%files doc-tr
7129%defattr(644,root,root,755)
7130%{texmfdoc}/doc/turkish
7131
7132%files doc-uk
7133%defattr(644,root,root,755)
7134%{texmfdoc}/doc/ukrainian
7135
7136%files doc-vi
7137%defattr(644,root,root,755)
7138%{texmfdoc}/doc/vietnamese
7139
7140%files doc-zh_CN
7141%defattr(644,root,root,755)
7142%{texmfdoc}/doc/chinese
7143
0f6c4baf
ZU
7144# %files doc-Catalogue
7145# %defattr(644,root,root,755)
7146# %{texmf}/doc/help/Catalogue
d08789e0 7147
0f6c4baf
ZU
7148# %files doc-tug-faq
7149# %defattr(644,root,root,755)
7150# %{texmf}/doc/help/faq/uktug-faq
d08789e0 7151
5902e778 7152
d08789e0
ZU
7153%files doc-latex
7154%defattr(644,root,root,755)
5902e778
ZU
7155# %{texmfdist}/doc/latex/bar
7156# %{texmfdist}/doc/latex/eclbip
7157# %{texmfdist}/doc/latex/eo
7158# %{texmfdist}/doc/latex/floatflt
7159# %{texmfdist}/doc/latex/general
7160# %{texmfdist}/doc/latex/germbib
7161# %{texmfdist}/doc/latex/images
7162# %{texmfdist}/doc/latex/mathcomp
7163# %{texmfdist}/doc/latex/mt11p
7164# %{texmfdist}/doc/latex/picins
7165# %{texmfdist}/doc/latex/ps4pdf
7166# %{texmfdist}/doc/latex/pslatex
7167# %{texmfdist}/doc/latex/shapepar
7168# %{texmfdist}/doc/latex/supertab
7169# %{texmfdist}/doc/latex/tex-refs
7170# %{texmfdist}/doc/latex/textmerg
7171# %{texmfdist}/doc/latex/treesvr
df343eba 7172%{texmfdist}/doc/latex/acronym
df343eba
ZU
7173%{texmfdist}/doc/latex/aeguill
7174%{texmfdist}/doc/latex/anysize
df343eba
ZU
7175%{texmfdist}/doc/latex/base
7176%{texmfdist}/doc/latex/beton
df343eba
ZU
7177%{texmfdist}/doc/latex/carlisle
7178%{texmfdist}/doc/latex/ccaption
7179%{texmfdist}/doc/latex/changebar
7180%{texmfdist}/doc/latex/chappg
df343eba
ZU
7181%{texmfdist}/doc/latex/concmath
7182%{texmfdist}/doc/latex/crop
df343eba
ZU
7183%{texmfdist}/doc/latex/dinbrief
7184%{texmfdist}/doc/latex/draftcopy
df343eba
ZU
7185%{texmfdist}/doc/latex/eepic
7186%{texmfdist}/doc/latex/endfloat
df343eba
ZU
7187%{texmfdist}/doc/latex/esint
7188%{texmfdist}/doc/latex/eso-pic
7189%{texmfdist}/doc/latex/euler
7190%{texmfdist}/doc/latex/eulervm
df343eba
ZU
7191%{texmfdist}/doc/latex/extsizes
7192%{texmfdist}/doc/latex/fancybox
7193%{texmfdist}/doc/latex/fancyhdr
7194%{texmfdist}/doc/latex/fancyvrb
7195%{texmfdist}/doc/latex/filecontents
7196%{texmfdist}/doc/latex/float
df343eba
ZU
7197%{texmfdist}/doc/latex/footmisc
7198%{texmfdist}/doc/latex/footnpag
7199%{texmfdist}/doc/latex/fp
df343eba 7200%{texmfdist}/doc/latex/geometry
df343eba
ZU
7201%{texmfdist}/doc/latex/graphics
7202%{texmfdist}/doc/latex/hyperref
7203%{texmfdist}/doc/latex/hyphenat
df343eba
ZU
7204%{texmfdist}/doc/latex/index
7205%{texmfdist}/doc/latex/koma-script
7206%{texmfdist}/doc/latex/labels
df343eba 7207%{texmfdist}/doc/latex/layouts
df343eba
ZU
7208%{texmfdist}/doc/latex/lettrine
7209%{texmfdist}/doc/latex/listings
7210%{texmfdist}/doc/latex/ltabptch
df343eba
ZU
7211%{texmfdist}/doc/latex/mdwtools
7212%{texmfdist}/doc/latex/memoir
7213%{texmfdist}/doc/latex/mh
df343eba
ZU
7214%{texmfdist}/doc/latex/mparhack
7215%{texmfdist}/doc/latex/ms
df343eba
ZU
7216%{texmfdist}/doc/latex/multibib
7217%{texmfdist}/doc/latex/mwcls
7218%{texmfdist}/doc/latex/natbib
7219%{texmfdist}/doc/latex/nomencl
7220%{texmfdist}/doc/latex/ntgclass
df343eba
ZU
7221%{texmfdist}/doc/latex/oberdiek
7222%{texmfdist}/doc/latex/overpic
7223%{texmfdist}/doc/latex/paralist
7224%{texmfdist}/doc/latex/pb-diagram
7225%{texmfdist}/doc/latex/pdfpages
7226%{texmfdist}/doc/latex/picinpar
df343eba
ZU
7227%{texmfdist}/doc/latex/pict2e
7228%{texmfdist}/doc/latex/placeins
7229%{texmfdist}/doc/latex/preprint
7230%{texmfdist}/doc/latex/preview
7231%{texmfdist}/doc/latex/program
df343eba 7232%{texmfdist}/doc/latex/psfrag
0f6c4baf 7233%{texmfdist}/doc/latex/revtex
df343eba
ZU
7234%{texmfdist}/doc/latex/rotating
7235%{texmfdist}/doc/latex/rotfloat
7236%{texmfdist}/doc/latex/scale
7237%{texmfdist}/doc/latex/sectsty
7238%{texmfdist}/doc/latex/seminar
df343eba
ZU
7239%{texmfdist}/doc/latex/showlabels
7240%{texmfdist}/doc/latex/sidecap
df343eba
ZU
7241%{texmfdist}/doc/latex/slashbox
7242%{texmfdist}/doc/latex/soul
7243%{texmfdist}/doc/latex/stdclsdv
7244%{texmfdist}/doc/latex/subfig
7245%{texmfdist}/doc/latex/subfigure
df343eba 7246%{texmfdist}/doc/latex/textfit
df343eba
ZU
7247%{texmfdist}/doc/latex/textpos
7248%{texmfdist}/doc/latex/titlesec
7249%{texmfdist}/doc/latex/tocbibind
7250%{texmfdist}/doc/latex/tocloft
7251%{texmfdist}/doc/latex/tools
7252%{texmfdist}/doc/latex/totpages
df343eba
ZU
7253%{texmfdist}/doc/latex/type1cm
7254%{texmfdist}/doc/latex/units
7255%{texmfdist}/doc/latex/vmargin
7256%{texmfdist}/doc/latex/was
7257%{texmfdist}/doc/latex/wrapfig
7258%{texmfdist}/doc/latex/xtab
7259%{texmfdist}/doc/latex/yfonts
7260
096dca83 7261%files -n kpathsea
d08789e0 7262%defattr(644,root,root,755)
4aeb46f7 7263%dir %{texmf}/doc/kpathsea
446ab8e0 7264%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
7265%attr(755,root,root) %{_bindir}/kpsepath
7266%attr(755,root,root) %{_bindir}/kpsestat
7267%attr(755,root,root) %{_bindir}/kpsetool
7268%attr(755,root,root) %{_bindir}/kpsewhich
7269%attr(755,root,root) %{_bindir}/kpsexpand
7270%attr(755,root,root) %{_libdir}/libkpathsea.so.*
7271%{_libdir}/libkpathsea.la
fae5faca
ZU
7272%{_mandir}/man1/kpsexpand.1*
7273%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
7274%{_mandir}/man1/kpsestat.1*
7275%{_mandir}/man1/kpsetool.1*
7276%{_mandir}/man1/kpsewhich.1*
d08789e0 7277
096dca83 7278%files -n kpathsea-devel
d08789e0
ZU
7279%defattr(644,root,root,755)
7280%attr(755,root,root) %{_libdir}/libkpathsea.so
7281%{_includedir}/kpathsea
7282%{_infodir}/kpathsea.info*
7283
7284%files dvips
7285%defattr(644,root,root,755)
446ab8e0 7286# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 7287# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 7288# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
7289# %lang(fi) %{_mandir}/fi/man1/dvips.1*
7290# %{texmf}/dvips/misc
7291# %{texmf}/dvips/config/config.generic
7292# %{texmf}/fonts/map/dvips/misc
7293# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7294# %{texmf}/fonts/map/dvips/tetex/bsr.map
7295# %{_localstatedir}/fonts/map/dvipdfm
7296# %{_localstatedir}/fonts/map/dvips
7297%dir %{texmfdist}/fonts/map/dvips/cmex
7298%dir %{texmf}/dvipdfm
7299%docdir %{texmf}/doc/dvips
7300%docdir %{texmf}/doc/dvipdfm
d08789e0
ZU
7301%attr(755,root,root) %{_bindir}/dvips
7302%attr(755,root,root) %{_bindir}/dvired
7303%attr(755,root,root) %{_bindir}/dvitomp
7304%attr(755,root,root) %{_bindir}/dvitype
7305%attr(755,root,root) %{_bindir}/dvicopy
7306%attr(755,root,root) %{_bindir}/dvipdfm
7307%attr(755,root,root) %{_bindir}/dvipdft
7308# dvi2fax requires ghostscript
7309%attr(755,root,root) %{_bindir}/dvi2fax
7310%{_infodir}/dvips.info*
7311%{_mandir}/man1/dvi2fax.1*
7312%{_mandir}/man1/dvicopy.1*
7313%{_mandir}/man1/dvipdfm.1*
7314%{_mandir}/man1/dvips.1*
7315%{_mandir}/man1/dvired.1*
7316%{_mandir}/man1/dvitomp.1*
7317%{_mandir}/man1/dvitype.1*
d08789e0 7318%{texmf}/dvips/base
80fa261c
ZU
7319%{texmf}/dvips/config
7320%{texmf}/dvips/getafm
d08789e0 7321%{texmf}/dvips/gsftopk
2677a8b0 7322%{texmfdist}/dvips/psfrag
606c6ab6 7323# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 7324%{texmfdist}/fonts/enc/dvips/base
9b908671 7325%{texmfdist}/fonts/map/dvips/allrunes
5902e778 7326%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 7327%{texmfdist}/tex/generic/dvips
f7f90954 7328%{texmfdist}/dvips
5902e778
ZU
7329%{texmf}/dvipdfm/config
7330%{texmf}/dvips/tetex/config.*
d08789e0 7331%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 7332%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
7333# %{texmf}/fonts/map
7334%dir %{texmf}/fonts/map/dvipdfm
7335%dir %{texmf}/fonts/map/dvips
7336%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
7337%{texmf}/fonts/map/dvipdfm/updmap
7338%{texmf}/fonts/map/dvipdfm/dvipdfmx
7339%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
7340%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7341%{texmf}/fonts/map/dvips/tetex/dvips35.map
7342%{texmf}/fonts/map/dvips/tetex/mathpple.map
7343%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7344%{texmf}/fonts/map/dvips/tetex/mt-plus.map
7345%{texmf}/fonts/map/dvips/tetex/mt-yy.map
7346%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 7347
d08789e0
ZU
7348
7349%files dvilj
7350%defattr(644,root,root,755)
7351%attr(755,root,root) %{_bindir}/dvihp
7352%attr(755,root,root) %{_bindir}/dvilj
7353%attr(755,root,root) %{_bindir}/dvilj2p
7354%attr(755,root,root) %{_bindir}/dvilj4
7355%attr(755,root,root) %{_bindir}/dvilj4l
7356%attr(755,root,root) %{_bindir}/dvilj6
7357%{_mandir}/man1/dvihp.1*
7358%{_mandir}/man1/dvilj.1*
09deda15
ZU
7359%{_mandir}/man1/dvilj2p.1*
7360%{_mandir}/man1/dvilj4.1*
7361%{_mandir}/man1/dvilj4l.1*
7362%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
7363
7364%files makeindex
7365%defattr(644,root,root,755)
446ab8e0 7366%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
7367%attr(755,root,root) %{_bindir}/mkindex
7368%attr(755,root,root) %{_bindir}/makeindex
7369%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 7370%{texmfdist}/makeindex
d08789e0
ZU
7371%{_mandir}/man1/makeindex.1*
7372%{_mandir}/man1/mkindex.1*
7373%{_mandir}/man1/rumakeindex.1*
7374
7375%files metafont
7376%defattr(644,root,root,755)
d08789e0
ZU
7377#%attr(755,root,root) %{_bindir}/mfw
7378#%attr(755,root,root) %{_bindir}/virmf
7379#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
7380#%{texmf}/mft/cmbase.mft
7381# %{texmf}/mft/e.mft
446ab8e0
ZU
7382# %{texmf}/mft/pl.mft
7383# %{fmtdir}/mf.base
d08789e0 7384#%{texmf}/web2c/mf-nowin.base
446ab8e0 7385# %{texmf}/web2c/mf.pool
d08789e0 7386#%{texmf}/web2c/mfw.base
d08789e0
ZU
7387#%{_mandir}/man1/inimf.1*
7388#%{_mandir}/man1/virmf.1*
5902e778
ZU
7389%dir %{texmfdist}/mft
7390%dir %{texmfdist}/mft/base
7391%attr(755,root,root) %{_bindir}/mf
7392%attr(755,root,root) %{_bindir}/mf-nowin
7393%attr(755,root,root) %{_bindir}/mft
7394%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 7395%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
7396%attr(755,root,root) %{_bindir}/mktextfm
7397%{texmfdist}/metafont
7398%{texmfdist}/mft/base/mplain.mft
7399%{texmfdist}/mft/base/plain.mft
80fa261c 7400%{texmfdist}/source/metafont
5902e778 7401%{_mandir}/man1/mf.1*
fae5faca 7402%{_mandir}/man1/mf-nowin.1*
5902e778 7403%{_mandir}/man1/mft.1*
d08789e0
ZU
7404%{_mandir}/man1/mktexmf.1*
7405%{_mandir}/man1/mktexpk.1*
7406%{_mandir}/man1/mktextfm.1*
80fa261c 7407%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
7408
7409%files metapost
7410%defattr(644,root,root,755)
d08789e0
ZU
7411#%attr(755,root,root) %{_bindir}/virmpost
7412#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
7413# %{texmf}/web2c/mp.pool
7414# %{fmtdir}/mpost.mem
7415#%{_mandir}/man1/inimpost.1*
7416#%{_mandir}/man1/virmpost.1*
446ab8e0 7417%dir %{texmfdist}/metapost
5902e778
ZU
7418%doc %{texmfdist}/doc/metapost
7419%attr(755,root,root) %{_bindir}/mpost
7420%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
7421%{texmfdist}/metapost/base
7422%{texmfdist}/metapost/config
7423%{texmfdist}/metapost/mfpic
7424%{texmfdist}/metapost/misc
7425%{texmfdist}/metapost/support
80fa261c 7426%{texmfdist}/source/metapost
d08789e0
ZU
7427%{_mandir}/man1/mpost.1*
7428%{_mandir}/man1/mpto.1*
80fa261c 7429%{texmf}/fmtutil/format.metapost.cnf
d08789e0
ZU
7430
7431%files mptopdf
7432%defattr(644,root,root,755)
7433%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 7434%{_mandir}/man1/mptopdf.1*
b839a3ce 7435# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
7436
7437%files texdoctk
7438%defattr(644,root,root,755)
446ab8e0 7439# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
7440%attr(755,root,root) %{_bindir}/texdoctk
7441%{texmf}/texdoctk
d08789e0
ZU
7442%{_mandir}/man1/texdoctk.1*
7443
7444%files -n texconfig
7445%defattr(644,root,root,755)
5902e778
ZU
7446%dir %{texmf}/texconfig
7447%doc %{texmf}/texconfig/README
d08789e0
ZU
7448%attr(755,root,root) %{_bindir}/texconfig
7449%attr(755,root,root) %{_bindir}/texconfig-dialog
7450%attr(755,root,root) %{_bindir}/texconfig-sys
7451%attr(755,root,root) %{texmf}/texconfig/tcfmgr
7452%{_mandir}/man1/texconfig.1*
fae5faca 7453%{_mandir}/man1/texconfig-sys.1*
5902e778 7454%{texmf}/texconfig/g
d08789e0 7455%{texmf}/texconfig/generic
5902e778 7456%{texmf}/texconfig/tcfmgr.map
d08789e0 7457%{texmf}/texconfig/v
d08789e0
ZU
7458%{texmf}/texconfig/x
7459
624ed2f9
ZU
7460%files -n xindy
7461%defattr(644,root,root,755)
4224ae6d 7462%doc %{texmf}/doc/xindy
624ed2f9 7463%dir %{texmf}/xindy
624ed2f9 7464%dir %{texmf}/xindy/lang
1024ab0e
ZU
7465%dir %{texmf}/scripts
7466%{texmf}/scripts/xindy
4224ae6d
MB
7467%{texmf}/xindy/base
7468%{texmf}/xindy/class
7469%{texmf}/xindy/ord
7470%{texmf}/xindy/rules
7471%{texmf}/xindy/styles
7472%{texmf}/xindy/tex
624ed2f9 7473
1024ab0e 7474
624ed2f9
ZU
7475%files -n xindy-albanian
7476%defattr(644,root,root,755)
4224ae6d 7477%{texmf}/xindy/lang/albanian
624ed2f9
ZU
7478
7479%files -n xindy-belarusian
7480%defattr(644,root,root,755)
4224ae6d 7481%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
7482
7483%files -n xindy-bulgarian
7484%defattr(644,root,root,755)
4224ae6d 7485%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
7486
7487%files -n xindy-croatian
7488%defattr(644,root,root,755)
4224ae6d 7489%{texmf}/xindy/lang/croatian
624ed2f9
ZU
7490
7491%files -n xindy-czech
7492%defattr(644,root,root,755)
4224ae6d 7493%{texmf}/xindy/lang/czech
624ed2f9
ZU
7494
7495%files -n xindy-danish
7496%defattr(644,root,root,755)
4224ae6d 7497%{texmf}/xindy/lang/danish
624ed2f9
ZU
7498
7499%files -n xindy-dutch
7500%defattr(644,root,root,755)
4224ae6d 7501%{texmf}/xindy/lang/dutch
624ed2f9
ZU
7502
7503%files -n xindy-english
7504%defattr(644,root,root,755)
4224ae6d 7505%{texmf}/xindy/lang/english
624ed2f9
ZU
7506
7507%files -n xindy-esperanto
7508%defattr(644,root,root,755)
4224ae6d 7509%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
7510
7511%files -n xindy-estonian
7512%defattr(644,root,root,755)
4224ae6d 7513%{texmf}/xindy/lang/estonian
624ed2f9
ZU
7514
7515%files -n xindy-finnish
7516%defattr(644,root,root,755)
4224ae6d 7517%{texmf}/xindy/lang/finnish
624ed2f9
ZU
7518
7519%files -n xindy-french
7520%defattr(644,root,root,755)
4224ae6d 7521%{texmf}/xindy/lang/french
624ed2f9
ZU
7522
7523%files -n xindy-general
7524%defattr(644,root,root,755)
4224ae6d 7525%{texmf}/xindy/lang/general
624ed2f9
ZU
7526
7527%files -n xindy-georgian
7528%defattr(644,root,root,755)
4224ae6d 7529%{texmf}/xindy/lang/georgian
624ed2f9
ZU
7530
7531%files -n xindy-german
7532%defattr(644,root,root,755)
4224ae6d 7533%{texmf}/xindy/lang/german
624ed2f9
ZU
7534
7535%files -n xindy-greek
7536%defattr(644,root,root,755)
4224ae6d 7537%{texmf}/xindy/lang/greek
624ed2f9
ZU
7538
7539%files -n xindy-gypsy
7540%defattr(644,root,root,755)
4224ae6d 7541%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
7542
7543%files -n xindy-hausa
7544%defattr(644,root,root,755)
4224ae6d 7545%{texmf}/xindy/lang/hausa
624ed2f9
ZU
7546
7547%files -n xindy-hebrew
7548%defattr(644,root,root,755)
4224ae6d 7549%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
7550
7551%files -n xindy-hungarian
7552%defattr(644,root,root,755)
4224ae6d 7553%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
7554
7555%files -n xindy-icelandic
7556%defattr(644,root,root,755)
4224ae6d 7557%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
7558
7559%files -n xindy-italian
7560%defattr(644,root,root,755)
4224ae6d 7561%{texmf}/xindy/lang/italian
624ed2f9
ZU
7562
7563%files -n xindy-klingon
7564%defattr(644,root,root,755)
4224ae6d 7565%{texmf}/xindy/lang/klingon
624ed2f9
ZU
7566
7567%files -n xindy-kurdish
7568%defattr(644,root,root,755)
4224ae6d 7569%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
7570
7571%files -n xindy-latin
7572%defattr(644,root,root,755)
4224ae6d 7573%{texmf}/xindy/lang/latin
624ed2f9
ZU
7574
7575%files -n xindy-latvian
7576%defattr(644,root,root,755)
4224ae6d 7577%{texmf}/xindy/lang/latvian
624ed2f9
ZU
7578
7579%files -n xindy-lithuanian
7580%defattr(644,root,root,755)
4224ae6d 7581%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
7582
7583%files -n xindy-lower-sorbian
7584%defattr(644,root,root,755)
4224ae6d 7585%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
7586
7587%files -n xindy-macedonian
7588%defattr(644,root,root,755)
4224ae6d 7589%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
7590
7591%files -n xindy-mongolian
7592%defattr(644,root,root,755)
4224ae6d 7593%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
7594
7595%files -n xindy-norwegian
7596%defattr(644,root,root,755)
4224ae6d 7597%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
7598
7599%files -n xindy-polish
7600%defattr(644,root,root,755)
4224ae6d 7601%{texmf}/xindy/lang/polish
624ed2f9
ZU
7602
7603%files -n xindy-portuguese
7604%defattr(644,root,root,755)
4224ae6d 7605%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
7606
7607%files -n xindy-romanian
7608%defattr(644,root,root,755)
4224ae6d 7609%{texmf}/xindy/lang/romanian
624ed2f9
ZU
7610
7611%files -n xindy-russian
7612%defattr(644,root,root,755)
4224ae6d 7613%{texmf}/xindy/lang/russian
624ed2f9
ZU
7614
7615%files -n xindy-serbian
7616%defattr(644,root,root,755)
4224ae6d 7617%{texmf}/xindy/lang/serbian
624ed2f9
ZU
7618
7619%files -n xindy-slovak
7620%defattr(644,root,root,755)
4224ae6d 7621%{texmf}/xindy/lang/slovak
624ed2f9
ZU
7622
7623%files -n xindy-slovenian
7624%defattr(644,root,root,755)
4224ae6d 7625%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
7626
7627%files -n xindy-spanish
7628%defattr(644,root,root,755)
4224ae6d 7629%{texmf}/xindy/lang/spanish
624ed2f9
ZU
7630
7631%files -n xindy-swedish
7632%defattr(644,root,root,755)
4224ae6d 7633%{texmf}/xindy/lang/swedish
624ed2f9
ZU
7634
7635%files -n xindy-turkish
7636%defattr(644,root,root,755)
4224ae6d 7637%{texmf}/xindy/lang/turkish
624ed2f9
ZU
7638
7639%files -n xindy-ukrainian
7640%defattr(644,root,root,755)
4224ae6d 7641%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
7642
7643%files -n xindy-upper-sorbian
7644%defattr(644,root,root,755)
4224ae6d 7645%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
7646
7647%files -n xindy-vietnamese
7648%defattr(644,root,root,755)
4224ae6d 7649%{texmf}/xindy/lang/vietnamese/
624ed2f9 7650
d08789e0
ZU
7651%files -n xdvi
7652%defattr(644,root,root,755)
d08789e0 7653#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 7654# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 7655# %{_mandir}/man1/xdvizilla.1*
9b908671 7656%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
7657%attr(755,root,root) %{_bindir}/xdvi
7658%{_mandir}/man1/xdvi.1*
d08789e0
ZU
7659%{_desktopdir}/xdvi.desktop
7660%{_pixmapsdir}/xdvi.png
7661%{texmf}/xdvi
7662
7663%files pdftex
7664%defattr(644,root,root,755)
446ab8e0 7665# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 7666# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 7667# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
7668# %dir %{texmf}/fonts/map/pdftex
7669# %dir %{texmf}/fonts/map/pdftex/cmttf
7670# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
7671# %{texmf}/web2c/pdfetex-pl.pool
7672# %{texmf}/web2c/pdfetex.pool
7673# %{texmf}/web2c/pdfxtex.pool
5902e778 7674# %{_mandir}/man1/pdfxtex.1*
28c0ab22 7675%dir %{texmf}/fonts/map/pdftex
5fef92c1 7676%doc %{texmfdist}/doc/pdftex
5902e778
ZU
7677%attr(755,root,root) %{_bindir}/epstopdf
7678%attr(755,root,root) %{_bindir}/pdfcrop
7679%attr(755,root,root) %{_bindir}/pdftex
bf184d85 7680%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 7681%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 7682%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 7683%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
7684%{_mandir}/man1/epstopdf.1*
7685%{_mandir}/man1/pdftex.1*
80fa261c
ZU
7686%{texmfdist}/fonts/enc/pdftex
7687%{texmfdist}/fonts/map/pdftex
7688%{texmf}/fonts/map/pdftex/updmap
d08789e0 7689
04123363 7690%files phyzzx
f65b3398 7691%defattr(644,root,root,755)
04123363
ZU
7692%attr(755,root,root) %{_bindir}/phyzzx
7693%dir %{texmfdist}/doc/phyzzx
7694%dir %{texmfdist}/tex/phyzzx
7695%doc %{texmfdist}/doc/phyzzx/base
80fa261c 7696%{texmfdist}/tex/phyzzx/base
04123363
ZU
7697%{texmfdist}/tex/phyzzx/config
7698%{texmf}/fmtutil/format.phyzzx.cnf
7699
d08789e0
ZU
7700%files omega
7701%defattr(644,root,root,755)
5902e778
ZU
7702# %{texmf}/web2c/omega.pool
7703# %{texmf}/web2c/aleph.pool
5902e778
ZU
7704# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
7705# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
7706# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
7707# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf
ZU
7708%doc %{texmfdist}/doc/omega
7709%dir %{texmfdist}/omega
7710%dir %{texmfdist}/dvips/omega
d08789e0
ZU
7711%attr(755,root,root) %{_bindir}/aleph
7712%attr(755,root,root) %{_bindir}/lambda
7713%attr(755,root,root) %{_bindir}/mkocp
7714%attr(755,root,root) %{_bindir}/mkofm
7715%attr(755,root,root) %{_bindir}/odvicopy
7716%attr(755,root,root) %{_bindir}/odvips
7717%attr(755,root,root) %{_bindir}/odvitype
7718%attr(755,root,root) %{_bindir}/omega
7719%attr(755,root,root) %{_bindir}/omfonts
7720%attr(755,root,root) %{_bindir}/opl2ofm
7721%attr(755,root,root) %{_bindir}/otangle
7722%attr(755,root,root) %{_bindir}/otp2ocp
7723%attr(755,root,root) %{_bindir}/outocp
7724%attr(755,root,root) %{_bindir}/ovf2ovp
7725%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
7726%{texmfdist}/dvips/omega/config.omega
7727%{texmfdist}/dvips/omega/omega.cfg
7728%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
7729%{texmfdist}/omega/ocp
7730%{texmfdist}/omega/otp
2677a8b0 7731%{texmfdist}/tex/lambda
80fa261c 7732%{texmfdist}/source/lambda
fae5faca 7733%{_mandir}/man1/lambda.1*
d08789e0
ZU
7734%{_mandir}/man1/mkocp.1*
7735%{_mandir}/man1/mkofm.1*
7736%{_mandir}/man1/omega.1*
fae5faca
ZU
7737%{_mandir}/man1/odvicopy.1*
7738%{_mandir}/man1/odvips.1*
7739%{_mandir}/man1/odvitype.1*
d08789e0
ZU
7740%{_mandir}/man1/ofm2opl.1*
7741%{_mandir}/man1/opl2ofm.1*
7742%{_mandir}/man1/otp2ocp.1*
7743%{_mandir}/man1/outocp.1*
7744%{_mandir}/man1/ovf2ovp.1*
7745%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
7746%{texmf}/fmtutil/format.omega.cnf
7747%{texmf}/fmtutil/format.aleph.cnf
d08789e0 7748
d08789e0
ZU
7749%files plain
7750%defattr(644,root,root,755)
446ab8e0
ZU
7751%doc %{texmfdist}/doc/plain
7752%{texmfdist}/tex/plain
4224ae6d 7753%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 7754%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
7755#%{texmf}/web2c/plain.mem
7756#%{texmf}/web2c/plain.base
7757
d5174470
ZU
7758# %files format-plain
7759# %defattr(644,root,root,755)
b839a3ce 7760# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
7761#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
7762
d5174470
ZU
7763# %files format-pdftex
7764# %defattr(644,root,root,755)
b839a3ce 7765# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 7766
d5174470
ZU
7767# %files format-pdfetex
7768# %defattr(644,root,root,755)
b839a3ce 7769# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
7770
7771%files mex
7772%defattr(644,root,root,755)
80fa261c 7773%doc %{texmfdist}/doc/mex
446ab8e0
ZU
7774%dir %{texmfdist}/tex/mex
7775%dir %{texmfdist}/tex/mex/base
7776%{texmfdist}/tex/mex/base/mex1.tex
7777%{texmfdist}/tex/mex/base/mex2.tex
7778%{texmfdist}/tex/mex/base/mex.tex
7779%dir %{texmfdist}/tex/mex/config
7780%{texmfdist}/tex/mex/base/mexconf.tex
7781
d08789e0
ZU
7782%files format-mex
7783%defattr(644,root,root,755)
7784%attr(755,root,root) %{_bindir}/mex
2677a8b0 7785%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 7786# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
7787
7788%files format-pdfmex
7789%defattr(644,root,root,755)
7790%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 7791%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 7792# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
7793
7794%files format-utf8mex
7795%defattr(644,root,root,755)
7796%attr(755,root,root) %{_bindir}/utf8mex
04123363 7797%dir %{texmfdist}/doc/mex
2677a8b0
ZU
7798%doc %{texmfdist}/doc/mex/utf8mex
7799%{texmfdist}/tex/mex/utf8mex
b839a3ce 7800# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
7801
7802%files amstex
7803%defattr(644,root,root,755)
2677a8b0
ZU
7804%dir %{texmfdist}/tex/amstex
7805%{texmfdist}/tex/amstex/base
7806%{texmfdist}/tex/amstex/config
7807%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
7808
7809%files format-amstex
7810%defattr(644,root,root,755)
446ab8e0
ZU
7811%doc %{texmfdist}/doc/amstex
7812%{texmfdist}/tex/amstex
d08789e0
ZU
7813%attr(755,root,root) %{_bindir}/amstex
7814%{_mandir}/man1/amstex.1*
80fa261c
ZU
7815%{texmf}/fmtutil/format.amstex.cnf
7816%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
7817# %lang(fi) %{_mandir}/fi/man1/amstex.1*
7818# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 7819
446ab8e0
ZU
7820# %files format-pdfamstex
7821# %defattr(644,root,root,755)
7822# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 7823#%{texmf}/pdftex/amstex
446ab8e0 7824# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
7825
7826%files csplain
7827%defattr(644,root,root,755)
04123363 7828%dir %{texmfdist}/doc/cslatex
21c69d95 7829%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
7830%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
7831%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
7832%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
7833%doc %{texmfdist}/doc/cslatex/base/csplain.doc
7834%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
7835%doc %{texmfdist}/doc/cslatex/base/test8z.tex
7836%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 7837%attr(755,root,root) %{_bindir}/csplain
446ab8e0 7838%{texmfdist}/tex/csplain
d08789e0
ZU
7839
7840%files format-csplain
7841%defattr(644,root,root,755)
b839a3ce 7842# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
7843
7844%files format-pdfcsplain
7845%defattr(644,root,root,755)
7846%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 7847# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
7848
7849%files cslatex
7850%defattr(644,root,root,755)
446ab8e0
ZU
7851# %doc %{texmf}/doc/cstex/INSTALL.cslatex
7852# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
7853%{texmfdist}/tex/cslatex
7854%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
7855
7856%files format-cslatex
7857%defattr(644,root,root,755)
7858%attr(755,root,root) %{_bindir}/cslatex
80fa261c 7859%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 7860# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
7861
7862%files format-pdfcslatex
7863%defattr(644,root,root,755)
7864%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 7865# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 7866
ffd94364
ZU
7867# %files cyrplain
7868# %defattr(644,root,root,755)
7869# %doc %{texmf}/doc/cyrplain
7870# %{texmf}/tex/cyrplain
d08789e0 7871
ffd94364
ZU
7872# %files format-cyrplain
7873# %defattr(644,root,root,755)
7874# %attr(755,root,root) %{_bindir}/cyrtex
7875# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 7876
ffd94364
ZU
7877# %files format-cyramstex
7878# %defattr(644,root,root,755)
7879# %attr(755,root,root) %{_bindir}/cyramstex
7880# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 7881
ffd94364
ZU
7882# %files format-cyrtexinfo
7883# %defattr(644,root,root,755)
7884# %attr(755,root,root) %{_bindir}/cyrtexinfo
7885# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
7886
7887%files eplain
7888%defattr(644,root,root,755)
ffd94364
ZU
7889%doc %{texmfdist}/doc/etex
7890%doc %{texmfdist}/doc/eplain
7891%{texmfdist}/tex/plain/etex
7892%{texmfdist}/tex/eplain
d08789e0
ZU
7893
7894%files format-eplain
7895%defattr(644,root,root,755)
7896%attr(755,root,root) %{_bindir}/eplain
7897%attr(755,root,root) %{_bindir}/etex
7898%{_mandir}/man1/eplain.1*
7899%{_mandir}/man1/etex.1*
80fa261c 7900%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
7901# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
7902# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
7903
7904%files context
7905%defattr(644,root,root,755)
68640cd8
ZU
7906%doc %{texmfdist}/doc/context
7907# %doc %{texmf}/doc/polish/context
4224ae6d
MB
7908%attr(755,root,root) %{_bindir}/context
7909%attr(755,root,root) %{_bindir}/ctxtools
7910%attr(755,root,root) %{_bindir}/exatools
7911%attr(755,root,root) %{_bindir}/luatools
7912%attr(755,root,root) %{_bindir}/makempy
7913%attr(755,root,root) %{_bindir}/mpstools
7914%attr(755,root,root) %{_bindir}/mtxrun
7915%attr(755,root,root) %{_bindir}/mtxtools
7916%attr(755,root,root) %{_bindir}/pdfthumb
7917%attr(755,root,root) %{_bindir}/pdftools
7918%attr(755,root,root) %{_bindir}/pdftrimwhite
7919%attr(755,root,root) %{_bindir}/pstopdf
7920%attr(755,root,root) %{_bindir}/rlxtools
7921%attr(755,root,root) %{_bindir}/runtools
7922%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
7923%attr(755,root,root) %{_bindir}/texfind
7924%attr(755,root,root) %{_bindir}/texfont
4224ae6d 7925%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 7926%attr(755,root,root) %{_bindir}/texshow
4224ae6d 7927%attr(755,root,root) %{_bindir}/textools
d08789e0 7928%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
7929%attr(755,root,root) %{_bindir}/tmftools
7930%attr(755,root,root) %{_bindir}/xmltools
ffd94364 7931# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
7932%{_mandir}/man1/ctxtools.1*
7933%{_mandir}/man1/pdftools.1*
7934%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
7935%{_mandir}/man1/texfind.1*
7936%{_mandir}/man1/texfont.1*
fae5faca
ZU
7937%{_mandir}/man1/texmfstart.1*
7938%{_mandir}/man1/textools.1*
d08789e0 7939%{_mandir}/man1/texutil.1*
ffd94364 7940# %{_mandir}/man1/texshow.1*
4224ae6d 7941%{texmfdist}/context
68640cd8 7942%{texmfdist}/fonts/enc/dvips/context
ffd94364 7943# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
7944%{texmfdist}/metapost/context
7945%{texmfdist}/scripts/context
4224ae6d
MB
7946%{texmfdist}/tex/context
7947%exclude %{texmfdist}/tex/context/config/cont-de.ini
7948%exclude %{texmfdist}/tex/context/config/cont-en.ini
7949%exclude %{texmfdist}/tex/context/config/cont-nl.ini
7950%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 7951%{texmfdist}/tex/generic/context
4224ae6d 7952%{texmfdist}/tex/latex/context
68640cd8 7953%{texmfdist}/bibtex/bst/context
80fa261c 7954%{texmf}/fmtutil/format.context.cnf
f7f90954 7955%doc %{texmfdist}/doc/luatex
d08789e0
ZU
7956
7957# no fmt, so commented out
7958#%files format-context-cz
7959#%defattr(644,root,root,755)
7960#%%{texmf}/tex/context/config/cont-cz.ini
7961# does not build with beta 20021025
7962#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
7963
7964%files format-context-de
7965%defattr(644,root,root,755)
2677a8b0 7966%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 7967# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
7968#%{_mandir}/man1/cont-de.1*
7969
7970%files format-context-en
7971%defattr(644,root,root,755)
2677a8b0 7972%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 7973# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
7974#%{_mandir}/man1/cont-en.1*
7975# what is the difference betwen uk and en in this particular situation?
2677a8b0 7976%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 7977# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
7978
7979# no fmt, so commented out
7980#%files format-context-it
7981#%defattr(644,root,root,755)
7982#%%{texmf}/tex/context/config/cont-it.ini
7983
7984%files format-context-nl
7985%defattr(644,root,root,755)
2677a8b0 7986%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 7987# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
7988#%{_mandir}/man1/cont-nl.1*
7989
7990# no fmt, so commented out
7991#%files format-context-ro
7992#%defattr(644,root,root,755)
7993#%%{texmf}/tex/context/config/cont-ro.ini
7994
3127b522 7995
d08789e0
ZU
7996%files latex
7997%defattr(644,root,root,755)
5fef92c1 7998%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
7999%attr(755,root,root) %{_bindir}/latex
8000%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
8001# %lang(fi) %{_mandir}/fi/man1/latex.1*
8002# %lang(pl) %{_mandir}/pl/man1/latex.1*
8003# %{_infodir}/latex.info*
04123363 8004%{texmf}/fmtutil/format.latex.cnf
5fef92c1 8005%{_mandir}/man1/lacheck.1*
3127b522
ZU
8006%{_mandir}/man1/latex.1*
8007%{_mandir}/man1/pslatex.1*
d08789e0 8008
3127b522
ZU
8009%dir %{texmfdist}/scripts
8010%dir %{texmfdist}/scripts/pst-pdf
63399af2 8011%dir %{texmfdist}/source/generic
df343eba 8012%dir %{texmfdist}/tex/latex
63399af2
ZU
8013%dir %{texmfdist}/tex/plain
8014%dir %{texmf}/tex/latex
d08789e0 8015
3127b522
ZU
8016# %{texmfdist}/tex/latex/citesort
8017# %{texmfdist}/tex/latex/dvilj
8018# %{texmfdist}/tex/latex/eclbip
8019# %{texmfdist}/tex/latex/eo
8020# %{texmfdist}/tex/latex/example
8021# %{texmfdist}/tex/latex/fguill
8022# %{texmfdist}/tex/latex/floatflt
8023# %{texmfdist}/tex/latex/gletter
8024# %{texmfdist}/tex/latex/here
8025# %{texmfdist}/tex/latex/mt11p
8026# %{texmfdist}/tex/latex/relsize
8027# %{texmfdist}/tex/latex/selectp
8028# %{texmfdist}/tex/latex/shadow
8029# %{texmfdist}/tex/latex/showtags
8030# %{texmfdist}/tex/latex/tabls
8031# %{texmfdist}/tex/latex/texmacs
8032# %{texmfdist}/tex/latex/threeparttable
8033# %{texmfdist}/tex/latex/treesvr
8034# %{texmfdist}/tex/latex/ulem
8035# %{texmfdist}/tex/latex/url
8036# %{texmf}/tex/latex/version
8037# %{texmf}/tex/latex/vpage
8038%{texmfdist}/scripts/pst-pdf/ps4pdf
8039%{texmfdist}/tex/generic/pstricks
8040%{texmfdist}/tex/generic/shapepar
3127b522 8041%{texmfdist}/tex/generic/textmerg
6367bfc9
MB
8042%{texmfdist}/tex/latex/12many
8043%{texmfdist}/tex/latex/AkkTeX
8044%{texmfdist}/tex/latex/ESIEEcv
8045%{texmfdist}/tex/latex/GuIT
8046%{texmfdist}/tex/latex/HA-prosper
8047%{texmfdist}/tex/latex/IEEEconf
8048%{texmfdist}/tex/latex/IEEEtran
8049%{texmfdist}/tex/latex/SIstyle
8050%{texmfdist}/tex/latex/Tabbing
8051%{texmfdist}/tex/latex/a0poster
8052%{texmfdist}/tex/latex/aastex
8053%{texmfdist}/tex/latex/abc
6367bfc9
MB
8054%{texmfdist}/tex/latex/achemso
8055%{texmfdist}/tex/latex/acmconf
8056%{texmfdist}/tex/latex/acmtrans
df343eba 8057%{texmfdist}/tex/latex/acronym
6367bfc9
MB
8058%{texmfdist}/tex/latex/active-conf
8059%{texmfdist}/tex/latex/addlines
8060%{texmfdist}/tex/latex/adrlist
df343eba 8061%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
8062%{texmfdist}/tex/latex/afthesis
8063%{texmfdist}/tex/latex/aguplus
8064%{texmfdist}/tex/latex/aiaa
8065%{texmfdist}/tex/latex/akletter
8066%{texmfdist}/tex/latex/alg
8067%{texmfdist}/tex/latex/algorithm2e
8068%{texmfdist}/tex/latex/algorithmicx
8069%{texmfdist}/tex/latex/allrunes
8070%{texmfdist}/tex/latex/alnumsec
8071%{texmfdist}/tex/latex/altfont
8072%{texmfdist}/tex/latex/ametsoc
8073%{texmfdist}/tex/latex/amsaddr
8074%{texmfdist}/tex/latex/amsrefs
8075%{texmfdist}/tex/latex/animate
8076%{texmfdist}/tex/latex/answers
8077%{texmfdist}/tex/latex/antiqua
8078%{texmfdist}/tex/latex/anyfontsize
df343eba 8079%{texmfdist}/tex/latex/anysize
6367bfc9
MB
8080%{texmfdist}/tex/latex/apa
8081%{texmfdist}/tex/latex/apacite
8082%{texmfdist}/tex/latex/apl
8083%{texmfdist}/tex/latex/ar
8084%{texmfdist}/tex/latex/arabi
8085%{texmfdist}/tex/latex/arabtex
8086%{texmfdist}/tex/latex/archaic
8087%{texmfdist}/tex/latex/arcs
8088%{texmfdist}/tex/latex/arev
8089%{texmfdist}/tex/latex/armenian
8090%{texmfdist}/tex/latex/arydshln
8091%{texmfdist}/tex/latex/asaetr
8092%{texmfdist}/tex/latex/ascelike
8093%{texmfdist}/tex/latex/ascii
8094%{texmfdist}/tex/latex/assignment
8095%{texmfdist}/tex/latex/attachfile
8096%{texmfdist}/tex/latex/augie
8097%{texmfdist}/tex/latex/auncial-new
8098%{texmfdist}/tex/latex/aurical
8099%{texmfdist}/tex/latex/authoraftertitle
8100%{texmfdist}/tex/latex/authorindex
8101%{texmfdist}/tex/latex/auto-pst-pdf
8102%{texmfdist}/tex/latex/autoarea
8103%{texmfdist}/tex/latex/autotab
8104%{texmfdist}/tex/latex/avantgar
8105%{texmfdist}/tex/latex/babelbib
6367bfc9
MB
8106%{texmfdist}/tex/latex/bangtex
8107%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
8108%{texmfdist}/tex/latex/base
8109%{texmfdist}/tex/latex/bayer
8110%{texmfdist}/tex/latex/bbding
8111%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
8112%{texmfdist}/tex/latex/begriff
8113%{texmfdist}/tex/latex/bengali
8114%{texmfdist}/tex/latex/bera
8115%{texmfdist}/tex/latex/betababel
df343eba 8116%{texmfdist}/tex/latex/beton
6367bfc9
MB
8117%{texmfdist}/tex/latex/bez123
8118%{texmfdist}/tex/latex/bibarts
8119%{texmfdist}/tex/latex/bibleref
8120%{texmfdist}/tex/latex/biblist
8121%{texmfdist}/tex/latex/bibtopicprefix
8122%{texmfdist}/tex/latex/bigfoot
8123%{texmfdist}/tex/latex/binomexp
8124%{texmfdist}/tex/latex/biocon
8125%{texmfdist}/tex/latex/bizcard
8126%{texmfdist}/tex/latex/blacklettert1
8127%{texmfdist}/tex/latex/blindtext
8128%{texmfdist}/tex/latex/blowup
8129%{texmfdist}/tex/latex/boisik
8130%{texmfdist}/tex/latex/boites
8131%{texmfdist}/tex/latex/boldtensors
8132%{texmfdist}/tex/latex/bookest
8133%{texmfdist}/tex/latex/bookhands
8134%{texmfdist}/tex/latex/booklet
8135%{texmfdist}/tex/latex/bookman
8136%{texmfdist}/tex/latex/bophook
8137%{texmfdist}/tex/latex/boxhandler
8138%{texmfdist}/tex/latex/bpchem
8139%{texmfdist}/tex/latex/braille
8140%{texmfdist}/tex/latex/breakurl
8141%{texmfdist}/tex/latex/bridge
8142%{texmfdist}/tex/latex/brushscr
8143%{texmfdist}/tex/latex/bullcntr
8144%{texmfdist}/tex/latex/burmese
8145%{texmfdist}/tex/latex/bussproofs
8146%{texmfdist}/tex/latex/bytefield
df343eba 8147%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
8148%{texmfdist}/tex/latex/calxxxx
8149%{texmfdist}/tex/latex/captcont
8150%{texmfdist}/tex/latex/casyl
8151%{texmfdist}/tex/latex/catechis
8152%{texmfdist}/tex/latex/cbcoptic
8153%{texmfdist}/tex/latex/cbfonts
df343eba 8154%{texmfdist}/tex/latex/ccaption
6367bfc9
MB
8155%{texmfdist}/tex/latex/cchess
8156%{texmfdist}/tex/latex/cclicenses
8157%{texmfdist}/tex/latex/cd-cover
8158%{texmfdist}/tex/latex/cd
8159%{texmfdist}/tex/latex/cdpbundl
8160%{texmfdist}/tex/latex/cellspace
df343eba 8161%{texmfdist}/tex/latex/changebar
6367bfc9
MB
8162%{texmfdist}/tex/latex/changepage
8163%{texmfdist}/tex/latex/changes
df343eba 8164%{texmfdist}/tex/latex/chappg
6367bfc9
MB
8165%{texmfdist}/tex/latex/chapterfolder
8166%{texmfdist}/tex/latex/chemarrow
8167%{texmfdist}/tex/latex/chemcompounds
8168%{texmfdist}/tex/latex/chemcono
8169%{texmfdist}/tex/latex/chemstyle
8170%{texmfdist}/tex/latex/cherokee
8171%{texmfdist}/tex/latex/chess
8172%{texmfdist}/tex/latex/chessboard
8173%{texmfdist}/tex/latex/chessfss
8174%{texmfdist}/tex/latex/chicago
8175%{texmfdist}/tex/latex/china2e
8176%{texmfdist}/tex/latex/chletter
8177%{texmfdist}/tex/latex/circ
8178%{texmfdist}/tex/latex/citeref
8179%{texmfdist}/tex/latex/cjhebrew
8180%{texmfdist}/tex/latex/cjk
8181%{texmfdist}/tex/latex/cjw
8182%{texmfdist}/tex/latex/classicthesis
8183%{texmfdist}/tex/latex/clefval
8184%{texmfdist}/tex/latex/cleveref
8185%{texmfdist}/tex/latex/clock
8186%{texmfdist}/tex/latex/clrscode
8187%{texmfdist}/tex/latex/cm-lgc
8188%{texmfdist}/tex/latex/cm-super
df343eba 8189%{texmfdist}/tex/latex/cmap
6367bfc9
MB
8190%{texmfdist}/tex/latex/cmcyralt
8191%{texmfdist}/tex/latex/cmdstring
8192%{texmfdist}/tex/latex/cmdtrack
8193%{texmfdist}/tex/latex/cmll
8194%{texmfdist}/tex/latex/cmsd
8195%{texmfdist}/tex/latex/codepage
8196%{texmfdist}/tex/latex/colorinfo
8197%{texmfdist}/tex/latex/colortab
8198%{texmfdist}/tex/latex/colortbl
8199%{texmfdist}/tex/latex/colorwav
8200%{texmfdist}/tex/latex/combine
8201%{texmfdist}/tex/latex/commath
8202%{texmfdist}/tex/latex/compactbib
8203%{texmfdist}/tex/latex/complexity
8204%{texmfdist}/tex/latex/computational-complexity
8205%{texmfdist}/tex/latex/concprog
8206%{texmfdist}/tex/latex/confproc
8207%{texmfdist}/tex/latex/constants
8208%{texmfdist}/tex/latex/contour
8209%{texmfdist}/tex/latex/cooking
8210%{texmfdist}/tex/latex/cool
8211%{texmfdist}/tex/latex/coollist
8212%{texmfdist}/tex/latex/coolstr
8213%{texmfdist}/tex/latex/cooltooltips
8214%{texmfdist}/tex/latex/coordsys
8215%{texmfdist}/tex/latex/courier-scaled
8216%{texmfdist}/tex/latex/courier
8217%{texmfdist}/tex/latex/courseoutline
8218%{texmfdist}/tex/latex/coursepaper
8219%{texmfdist}/tex/latex/coverpage
8220%{texmfdist}/tex/latex/covington
df343eba 8221%{texmfdist}/tex/latex/crop
6367bfc9
MB
8222%{texmfdist}/tex/latex/crossreference
8223%{texmfdist}/tex/latex/crosswrd
8224%{texmfdist}/tex/latex/csbulletin
8225%{texmfdist}/tex/latex/csquotes
8226%{texmfdist}/tex/latex/csvtools
8227%{texmfdist}/tex/latex/ctable
8228%{texmfdist}/tex/latex/ctib
8229%{texmfdist}/tex/latex/cuisine
8230%{texmfdist}/tex/latex/cursor
8231%{texmfdist}/tex/latex/curve
8232%{texmfdist}/tex/latex/curve2e
8233%{texmfdist}/tex/latex/cv
8234%{texmfdist}/tex/latex/cweb-latex
8235%{texmfdist}/tex/latex/cwpuzzle
8236%{texmfdist}/tex/latex/cyklop
8237%{texmfdist}/tex/latex/dashbox
8238%{texmfdist}/tex/latex/dashrule
8239%{texmfdist}/tex/latex/datatool
8240%{texmfdist}/tex/latex/dateiliste
8241%{texmfdist}/tex/latex/datenumber
8242%{texmfdist}/tex/latex/datetime
8243%{texmfdist}/tex/latex/dcpic
8244%{texmfdist}/tex/latex/decimal
8245%{texmfdist}/tex/latex/delimtxt
8246%{texmfdist}/tex/latex/diagnose
8247%{texmfdist}/tex/latex/dialogl
8248%{texmfdist}/tex/latex/dichokey
8249%{texmfdist}/tex/latex/dictsym
8250%{texmfdist}/tex/latex/digiconfigs
df343eba 8251%{texmfdist}/tex/latex/dinbrief
6367bfc9
MB
8252%{texmfdist}/tex/latex/dingbat
8253%{texmfdist}/tex/latex/directory
8254%{texmfdist}/tex/latex/disser
8255%{texmfdist}/tex/latex/dlfltxb
8256%{texmfdist}/tex/latex/dnaseq
8257%{texmfdist}/tex/latex/docmfp
8258%{texmfdist}/tex/latex/doi
8259%{texmfdist}/tex/latex/doipubmed
8260%{texmfdist}/tex/latex/dotarrow
8261%{texmfdist}/tex/latex/dotseqn
8262%{texmfdist}/tex/latex/dottex
8263%{texmfdist}/tex/latex/doublestroke
8264%{texmfdist}/tex/latex/dpfloat
8265%{texmfdist}/tex/latex/dprogress
8266%{texmfdist}/tex/latex/drac
df343eba 8267%{texmfdist}/tex/latex/draftcopy
6367bfc9
MB
8268%{texmfdist}/tex/latex/draftwatermark
8269%{texmfdist}/tex/latex/dramatist
8270%{texmfdist}/tex/latex/dtk
8271%{texmfdist}/tex/latex/duerer-latex
8272%{texmfdist}/tex/latex/dvdcoll
8273%{texmfdist}/tex/latex/dvipdfmx-def
8274%{texmfdist}/tex/latex/dyntree
8275%{texmfdist}/tex/latex/eCards
8276%{texmfdist}/tex/latex/ean13isbn
8277%{texmfdist}/tex/latex/easy
8278%{texmfdist}/tex/latex/ebezier
8279%{texmfdist}/tex/latex/ebsthesis
8280%{texmfdist}/tex/latex/ecclesiastic
8281%{texmfdist}/tex/latex/ecltree
8282%{texmfdist}/tex/latex/eco
8283%{texmfdist}/tex/latex/economic
8284%{texmfdist}/tex/latex/ecv
8285%{texmfdist}/tex/latex/ed
8286%{texmfdist}/tex/latex/edmargin
8287%{texmfdist}/tex/latex/ednotes
8288%{texmfdist}/tex/latex/eemeir
df343eba 8289%{texmfdist}/tex/latex/eepic
6367bfc9
MB
8290%{texmfdist}/tex/latex/egameps
8291%{texmfdist}/tex/latex/egplot
8292%{texmfdist}/tex/latex/eiad
8293%{texmfdist}/tex/latex/ellipsis
8294%{texmfdist}/tex/latex/elmath
8295%{texmfdist}/tex/latex/elpres
8296%{texmfdist}/tex/latex/elsarticle
8297%{texmfdist}/tex/latex/elsevier
8298%{texmfdist}/tex/latex/em
8299%{texmfdist}/tex/latex/emp
8300%{texmfdist}/tex/latex/emulateapj
8301%{texmfdist}/tex/latex/encxvlna
df343eba 8302%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
8303%{texmfdist}/tex/latex/endheads
8304%{texmfdist}/tex/latex/engpron
8305%{texmfdist}/tex/latex/engrec
8306%{texmfdist}/tex/latex/envbig
8307%{texmfdist}/tex/latex/environ
8308%{texmfdist}/tex/latex/envlab
8309%{texmfdist}/tex/latex/epigrafica
8310%{texmfdist}/tex/latex/epigraph
8311%{texmfdist}/tex/latex/epiolmec
8312%{texmfdist}/tex/latex/epsdice
8313%{texmfdist}/tex/latex/epspdfconversion
8314%{texmfdist}/tex/latex/eqlist
8315%{texmfdist}/tex/latex/eqname
8316%{texmfdist}/tex/latex/eqnarray
8317%{texmfdist}/tex/latex/eqparbox
8318%{texmfdist}/tex/latex/errata
8319%{texmfdist}/tex/latex/esdiff
df343eba 8320%{texmfdist}/tex/latex/esint
6367bfc9
MB
8321%{texmfdist}/tex/latex/eskd
8322%{texmfdist}/tex/latex/eskdx
3127b522 8323%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
8324%{texmfdist}/tex/latex/esvect
8325%{texmfdist}/tex/latex/etaremune
8326%{texmfdist}/tex/latex/etex-pkg
8327%{texmfdist}/tex/latex/ethiop
8328%{texmfdist}/tex/latex/etoolbox
8329%{texmfdist}/tex/latex/eukdate
df343eba
ZU
8330%{texmfdist}/tex/latex/euler
8331%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
8332%{texmfdist}/tex/latex/euproposal
8333%{texmfdist}/tex/latex/euro
8334%{texmfdist}/tex/latex/eurofont
8335%{texmfdist}/tex/latex/europecv
8336%{texmfdist}/tex/latex/eurosans
df343eba 8337%{texmfdist}/tex/latex/eurosym
6367bfc9
MB
8338%{texmfdist}/tex/latex/everypage
8339%{texmfdist}/tex/latex/examdesign
8340%{texmfdist}/tex/latex/examplep
8341%{texmfdist}/tex/latex/exceltex
8342%{texmfdist}/tex/latex/exercise
8343%{texmfdist}/tex/latex/expdlist
cf8dbd64
MB
8344%{texmfdist}/tex/latex/expl3
8345%{texmfdist}/tex/latex/export
8346%{texmfdist}/tex/latex/extarrows
8347%{texmfdist}/tex/latex/extpfeil
8348%{texmfdist}/tex/latex/extract
df343eba 8349%{texmfdist}/tex/latex/extsizes
cf8dbd64
MB
8350%{texmfdist}/tex/latex/facsimile
8351%{texmfdist}/tex/latex/faktor
df343eba
ZU
8352%{texmfdist}/tex/latex/fancybox
8353%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
8354%{texmfdist}/tex/latex/fancynum
8355%{texmfdist}/tex/latex/fancyref
8356%{texmfdist}/tex/latex/fancytooltips
df343eba 8357%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
8358%{texmfdist}/tex/latex/fax
8359%{texmfdist}/tex/latex/fc
8360%{texmfdist}/tex/latex/feyn
8361%{texmfdist}/tex/latex/feynmf
8362%{texmfdist}/tex/latex/fge
8363%{texmfdist}/tex/latex/figbib
8364%{texmfdist}/tex/latex/figsize
df343eba 8365%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
8366%{texmfdist}/tex/latex/fink
8367%{texmfdist}/tex/latex/fixfoot
8368%{texmfdist}/tex/latex/fixme
6367bfc9
MB
8369%{texmfdist}/tex/latex/flabels
8370%{texmfdist}/tex/latex/flacards
8371%{texmfdist}/tex/latex/flagderiv
8372%{texmfdist}/tex/latex/flashcards
8373%{texmfdist}/tex/latex/flippdf
df343eba 8374%{texmfdist}/tex/latex/float
6367bfc9
MB
8375%{texmfdist}/tex/latex/floatrow
8376%{texmfdist}/tex/latex/flowfram
8377%{texmfdist}/tex/latex/fmp
8378%{texmfdist}/tex/latex/fmtcount
8379%{texmfdist}/tex/latex/fnbreak
8380%{texmfdist}/tex/latex/fncychap
8381%{texmfdist}/tex/latex/foekfont
8382%{texmfdist}/tex/latex/foilhtml
8383%{texmfdist}/tex/latex/fonetika
df343eba 8384%{texmfdist}/tex/latex/fontinst
6367bfc9 8385%{texmfdist}/tex/latex/fonttable
df343eba
ZU
8386%{texmfdist}/tex/latex/footmisc
8387%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
8388%{texmfdist}/tex/latex/forarray
8389%{texmfdist}/tex/latex/forloop
8390%{texmfdist}/tex/latex/formlett
8391%{texmfdist}/tex/latex/formula
8392%{texmfdist}/tex/latex/formular
8393%{texmfdist}/tex/latex/fouridx
8394%{texmfdist}/tex/latex/fourier
8395%{texmfdist}/tex/latex/fouriernc
df343eba 8396%{texmfdist}/tex/latex/fp
6367bfc9
MB
8397%{texmfdist}/tex/latex/frankenstein
8398%{texmfdist}/tex/latex/frcursive
8399%{texmfdist}/tex/latex/frenchle
8400%{texmfdist}/tex/latex/fribrief
8401%{texmfdist}/tex/latex/frletter
8402%{texmfdist}/tex/latex/frontespizio
8403%{texmfdist}/tex/latex/fullblck
8404%{texmfdist}/tex/latex/fullpict
8405%{texmfdist}/tex/latex/functan
8406%{texmfdist}/tex/latex/fundus
6367bfc9
MB
8407%{texmfdist}/tex/latex/gaceta
8408%{texmfdist}/tex/latex/galois
8409%{texmfdist}/tex/latex/gastex
8410%{texmfdist}/tex/latex/gatech-thesis
8411%{texmfdist}/tex/latex/gauss
8412%{texmfdist}/tex/latex/gb4e
8413%{texmfdist}/tex/latex/gcard
8414%{texmfdist}/tex/latex/gcite
8415%{texmfdist}/tex/latex/genmpage
df343eba 8416%{texmfdist}/tex/latex/geometry
6367bfc9 8417%{texmfdist}/tex/latex/geomsty
df343eba 8418%{texmfdist}/tex/latex/germbib
6367bfc9
MB
8419%{texmfdist}/tex/latex/gfsartemisia
8420%{texmfdist}/tex/latex/gfsbaskerville
8421%{texmfdist}/tex/latex/gfsbodoni
8422%{texmfdist}/tex/latex/gfscomplutum
8423%{texmfdist}/tex/latex/gfsdidot
8424%{texmfdist}/tex/latex/gfsneohellenic
8425%{texmfdist}/tex/latex/gfsporson
8426%{texmfdist}/tex/latex/gfssolomos
8427%{texmfdist}/tex/latex/ginpenc
8428%{texmfdist}/tex/latex/gloss
8429%{texmfdist}/tex/latex/glossaries
8430%{texmfdist}/tex/latex/gmdoc
8431%{texmfdist}/tex/latex/gmeometric
8432%{texmfdist}/tex/latex/gmiflink
8433%{texmfdist}/tex/latex/gmutils
8434%{texmfdist}/tex/latex/gmverb
8435%{texmfdist}/tex/latex/gnuplottex
8436%{texmfdist}/tex/latex/go
df343eba 8437%{texmfdist}/tex/latex/graphics
6367bfc9
MB
8438%{texmfdist}/tex/latex/graphicx-psmin
8439%{texmfdist}/tex/latex/greek-inputenc
8440%{texmfdist}/tex/latex/greekdates
68640cd8 8441%{texmfdist}/tex/latex/greektex
6367bfc9
MB
8442%{texmfdist}/tex/latex/grfpaste
8443%{texmfdist}/tex/latex/grnumalt
8444%{texmfdist}/tex/latex/grotesq
8445%{texmfdist}/tex/latex/grverb
8446%{texmfdist}/tex/latex/gu
8447%{texmfdist}/tex/latex/guitar
8448%{texmfdist}/tex/latex/guitbeamer
8449%{texmfdist}/tex/latex/hanging
8450%{texmfdist}/tex/latex/har2nat
8451%{texmfdist}/tex/latex/harmony
8452%{texmfdist}/tex/latex/harpoon
8453%{texmfdist}/tex/latex/harvard
8454%{texmfdist}/tex/latex/hc
8455%{texmfdist}/tex/latex/helvetic
8456%{texmfdist}/tex/latex/hep
8457%{texmfdist}/tex/latex/hepnames
8458%{texmfdist}/tex/latex/hepparticles
8459%{texmfdist}/tex/latex/hepthesis
8460%{texmfdist}/tex/latex/hepunits
8461%{texmfdist}/tex/latex/hexgame
8462%{texmfdist}/tex/latex/hfoldsty
8463%{texmfdist}/tex/latex/hhtensor
8464%{texmfdist}/tex/latex/hilowres
8465%{texmfdist}/tex/latex/histogr
8466%{texmfdist}/tex/latex/hitec
8467%{texmfdist}/tex/latex/hpsdiss
8468%{texmfdist}/tex/latex/hrlatex
8469%{texmfdist}/tex/latex/hvfloat
8470%{texmfdist}/tex/latex/hypdvips
8471%{texmfdist}/tex/latex/hyper
df343eba 8472%{texmfdist}/tex/latex/hyperref
6367bfc9 8473%{texmfdist}/tex/latex/hyperxmp
df343eba 8474%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
8475%{texmfdist}/tex/latex/ibycus-babel
8476%{texmfdist}/tex/latex/icsv
8477%{texmfdist}/tex/latex/ieeepes
8478%{texmfdist}/tex/latex/ifmslide
8479%{texmfdist}/tex/latex/ifplatform
8480%{texmfdist}/tex/latex/ifsym
8481%{texmfdist}/tex/latex/ijmart
8482%{texmfdist}/tex/latex/imac
8483%{texmfdist}/tex/latex/image-gallery
8484%{texmfdist}/tex/latex/imtekda
df343eba 8485%{texmfdist}/tex/latex/index
6367bfc9
MB
8486%{texmfdist}/tex/latex/initials
8487%{texmfdist}/tex/latex/inlinebib
8488%{texmfdist}/tex/latex/inlinedef
8489%{texmfdist}/tex/latex/interactiveworkbook
8490%{texmfdist}/tex/latex/inversepath
8491%{texmfdist}/tex/latex/invoice
8492%{texmfdist}/tex/latex/ipa
8493%{texmfdist}/tex/latex/iso
8494%{texmfdist}/tex/latex/iso10303
8495%{texmfdist}/tex/latex/isodate
8496%{texmfdist}/tex/latex/isodoc
8497%{texmfdist}/tex/latex/isonums
8498%{texmfdist}/tex/latex/isorot
8499%{texmfdist}/tex/latex/isotope
8500%{texmfdist}/tex/latex/itnumpar
8501%{texmfdist}/tex/latex/itrans
8502%{texmfdist}/tex/latex/iwona
8503%{texmfdist}/tex/latex/jeopardy
8504%{texmfdist}/tex/latex/jhep
8505%{texmfdist}/tex/latex/jknapltx
8506%{texmfdist}/tex/latex/jneurosci
8507%{texmfdist}/tex/latex/jpsj
8508%{texmfdist}/tex/latex/jura
8509%{texmfdist}/tex/latex/juraabbrev
8510%{texmfdist}/tex/latex/juramisc
8511%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
8512%{texmfdist}/tex/latex/koma-script
8513%{texmfdist}/tex/latex/labels
4224ae6d
MB
8514%dir %{texmfdist}/tex/latex/latexconfig
8515%{texmfdist}/tex/latex/latexconfig/latex.ini
8516%{texmfdist}/tex/latex/latexconfig/lualatex.ini
8517%{texmfdist}/tex/latex/latexconfig/mllatex.ini
8518%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8519%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 8520%{texmfdist}/tex/latex/layouts
df343eba
ZU
8521%{texmfdist}/tex/latex/lettrine
8522%{texmfdist}/tex/latex/listings
8523%{texmfdist}/tex/latex/ltabptch
daae3151 8524%{texmfdist}/tex/latex/localloc
cf8dbd64 8525%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
8526%{texmfdist}/tex/latex/mathcomp
8527%{texmfdist}/tex/latex/mdwtools
8528%{texmfdist}/tex/latex/memoir
8529%{texmfdist}/tex/latex/mh
cf8dbd64
MB
8530%{texmfdist}/tex/latex/misc209
8531%{texmfdist}/tex/latex/mmap
8532%{texmfdist}/tex/latex/mnsymbol
8533%{texmfdist}/tex/latex/moderncv
8534%{texmfdist}/tex/latex/modroman
8535%{texmfdist}/tex/latex/mongolian-babel
8536%{texmfdist}/tex/latex/montex
df343eba
ZU
8537%{texmfdist}/tex/latex/mparhack
8538%{texmfdist}/tex/latex/ms
df343eba 8539%{texmfdist}/tex/latex/multibib
df343eba
ZU
8540%{texmfdist}/tex/latex/multirow
8541%{texmfdist}/tex/latex/mwcls
8542%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
8543%{texmfdist}/tex/latex/ncclatex
8544%{texmfdist}/tex/latex/ncctools
8545%{texmfdist}/tex/latex/ncntrsbk
8546%{texmfdist}/tex/latex/nddiss
8547%{texmfdist}/tex/latex/newalg
8548%{texmfdist}/tex/latex/newfile
8549%{texmfdist}/tex/latex/newlfm
8550%{texmfdist}/tex/latex/newspaper
8551%{texmfdist}/tex/latex/newthm
df343eba
ZU
8552%{texmfdist}/tex/latex/nomencl
8553%{texmfdist}/tex/latex/ntgclass
80fa261c 8554%{texmfdist}/tex/generic/oberdiek
df343eba 8555%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
8556%{texmfdist}/tex/latex/overpic
8557%{texmfdist}/tex/latex/paralist
df343eba
ZU
8558%{texmfdist}/tex/latex/pb-diagram
8559%{texmfdist}/tex/latex/pdfpages
8560%{texmfdist}/tex/latex/picinpar
df343eba
ZU
8561%{texmfdist}/tex/latex/pict2e
8562%{texmfdist}/tex/latex/placeins
df343eba
ZU
8563%{texmfdist}/tex/latex/preprint
8564%{texmfdist}/tex/latex/preview
8565%{texmfdist}/tex/latex/program
df343eba
ZU
8566%{texmfdist}/tex/latex/psfrag
8567%{texmfdist}/tex/latex/pslatex
df343eba
ZU
8568%{texmfdist}/tex/latex/revtex
8569%{texmfdist}/tex/latex/rotating
8570%{texmfdist}/tex/latex/rotfloat
8571%{texmfdist}/tex/latex/scale
8572%{texmfdist}/tex/latex/sectsty
df343eba
ZU
8573%{texmfdist}/tex/latex/seminar
8574%{texmfdist}/tex/latex/setspace
df343eba
ZU
8575%{texmfdist}/tex/latex/showdim
8576%{texmfdist}/tex/latex/showlabels
df343eba
ZU
8577%{texmfdist}/tex/latex/sidecap
8578%{texmfdist}/tex/latex/slashbox
8579%{texmfdist}/tex/latex/soul
8580%{texmfdist}/tex/latex/stdclsdv
8581%{texmfdist}/tex/latex/stmaryrd
8582%{texmfdist}/tex/latex/subfig
8583%{texmfdist}/tex/latex/subfigure
8584%{texmfdist}/tex/latex/supertabular
8585%{texmfdist}/tex/latex/t2
cf8dbd64
MB
8586%{texmfdist}/tex/latex/t-angles
8587%{texmfdist}/tex/latex/tableaux
8588%{texmfdist}/tex/latex/tablists
8589%{texmfdist}/tex/latex/tablor
8590%{texmfdist}/tex/latex/tabto-ltx
8591%{texmfdist}/tex/latex/tabulary
8592%{texmfdist}/tex/latex/tabvar
8593%{texmfdist}/tex/latex/talk
8594%{texmfdist}/tex/latex/taupin
8595%{texmfdist}/tex/latex/tcldoc
8596%{texmfdist}/tex/latex/tdsfrmath
8597%{texmfdist}/tex/latex/technics
8598%{texmfdist}/tex/latex/ted
8599%{texmfdist}/tex/latex/tengwarscript
8600%{texmfdist}/tex/latex/tensor
8601%{texmfdist}/tex/latex/teubner
8602%{texmfdist}/tex/latex/tex-gyre
8603%{texmfdist}/tex/latex/texilikecover
8604%{texmfdist}/tex/latex/texlogos
8605%{texmfdist}/tex/latex/texmate
8606%{texmfdist}/tex/latex/texpower
8607%{texmfdist}/tex/latex/texshade
8608%{texmfdist}/tex/latex/textcase
df343eba 8609%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
8610%{texmfdist}/tex/latex/textopo
8611%{texmfdist}/tex/latex/textpath
df343eba 8612%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
8613%{texmfdist}/tex/latex/theoremref
8614%{texmfdist}/tex/latex/thesis-titlepage-fhac
8615%{texmfdist}/tex/latex/thinsp
8616%{texmfdist}/tex/latex/thmtools
8617%{texmfdist}/tex/latex/thumb
8618%{texmfdist}/tex/latex/thuthesis
8619%{texmfdist}/tex/latex/ticket
8620%{texmfdist}/tex/latex/tikz-inet
8621%{texmfdist}/tex/latex/times
8622%{texmfdist}/tex/latex/timesht
8623%{texmfdist}/tex/latex/tipa
8624%{texmfdist}/tex/latex/titlefoot
df343eba 8625%{texmfdist}/tex/latex/titlesec
cf8dbd64 8626%{texmfdist}/tex/latex/titling
df343eba
ZU
8627%{texmfdist}/tex/latex/tocbibind
8628%{texmfdist}/tex/latex/tocloft
8629%{texmfdist}/tex/latex/tools
8630%{texmfdist}/tex/latex/totpages
df343eba 8631%{texmfdist}/tex/latex/type1cm
cf8dbd64 8632%{texmfdist}/tex/latex/undertilde
df343eba 8633%{texmfdist}/tex/latex/units
cf8dbd64
MB
8634%{texmfdist}/tex/latex/unitsdef
8635%{texmfdist}/tex/latex/universa
8636%{texmfdist}/tex/latex/unroman
8637%{texmfdist}/tex/latex/upmethodology
df343eba 8638%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
8639%{texmfdist}/tex/latex/varindex
8640%{texmfdist}/tex/latex/varsfromjobname
8641%{texmfdist}/tex/latex/vector
8642%{texmfdist}/tex/latex/velthuis
8643%{texmfdist}/tex/latex/verse
8644%{texmfdist}/tex/latex/versions
8645%{texmfdist}/tex/latex/vhistory
8646%{texmfdist}/tex/latex/vita
df343eba 8647%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
8648%{texmfdist}/tex/latex/volumes
8649%{texmfdist}/tex/latex/vpe
8650%{texmfdist}/tex/latex/vrsion
8651%{texmfdist}/tex/latex/vwcol
8652%{texmfdist}/tex/latex/vxu
8653%{texmfdist}/tex/latex/wallpaper
8654%{texmfdist}/tex/latex/warning
8655%{texmfdist}/tex/latex/warpcol
df343eba 8656%{texmfdist}/tex/latex/was
cf8dbd64
MB
8657%{texmfdist}/tex/latex/williams
8658%{texmfdist}/tex/latex/wnri
8659%{texmfdist}/tex/latex/wordlike
df343eba 8660%{texmfdist}/tex/latex/wrapfig
cf8dbd64
MB
8661%{texmfdist}/tex/latex/wsuipa
8662%{texmfdist}/tex/latex/xargs
8663%{texmfdist}/tex/latex/xcolor
8664%{texmfdist}/tex/latex/xdoc
8665%{texmfdist}/tex/latex/xfor
8666%{texmfdist}/tex/latex/xifthen
df343eba 8667%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
8668%{texmfdist}/tex/latex/xmpincl
8669%{texmfdist}/tex/latex/xnewcommand
8670%{texmfdist}/tex/latex/xoptarg
8671%{texmfdist}/tex/latex/xpackages
8672%{texmfdist}/tex/latex/xq
8673%{texmfdist}/tex/latex/xskak
8674%{texmfdist}/tex/latex/xstring
df343eba 8675%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
8676%{texmfdist}/tex/latex/xtcapts
8677%{texmfdist}/tex/latex/xyling
8678%{texmfdist}/tex/latex/xytree
8679%{texmfdist}/tex/latex/yafoot
df343eba 8680%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
8681%{texmfdist}/tex/latex/yhmath
8682%{texmfdist}/tex/latex/yi4latex
8683%{texmfdist}/tex/latex/york-thesis
8684%{texmfdist}/tex/latex/youngtab
8685%{texmfdist}/tex/latex/yplan
8686%{texmfdist}/tex/latex/zapfchan
8687%{texmfdist}/tex/latex/zapfding
8688%{texmfdist}/tex/latex/zed-csp
8689%{texmfdist}/tex/latex/zefonts
8690%{texmfdist}/tex/latex/ziffer
8691%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
8692%{texmfdist}/tex/plain/etex
8693%{texmf}/tex/latex/config
8694%{texmf}/tex/latex/dvipdfm
d08789e0 8695
6c82f497
ZU
8696%files latex-12many
8697%defattr(644,root,root,755)
8698%doc %{texmfdist}/doc/latex/12many
8699%{texmfdist}/source/latex/12many
8700
a8b381b0
ZU
8701%files latex-abstract
8702%defattr(644,root,root,755)
8703%doc %{texmfdist}/doc/latex/abstract
8704%{texmfdist}/tex/latex/abstract
8705
f1f5d194
ZU
8706%files latex-accfonts
8707%defattr(644,root,root,755)
606c6ab6 8708%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
8709%{texmfdist}/tex/latex/accfonts
8710
e88b5dcf
ZU
8711%files latex-adrconv
8712%defattr(644,root,root,755)
8713%{texmfdist}/tex/latex/adrconv
8714%{texmfdist}/doc/latex/adrconv
8715
d08789e0
ZU
8716%files latex-algorithms
8717%defattr(644,root,root,755)
68640cd8
ZU
8718%doc %{texmfdist}/doc/latex/algorithms
8719%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
8720
8721%files latex-ae
8722%defattr(644,root,root,755)
2677a8b0 8723%{texmfdist}/tex/latex/ae
d08789e0
ZU
8724
8725%files latex-ams
8726%defattr(644,root,root,755)
68640cd8
ZU
8727%doc %{texmfdist}/doc/latex/amscls
8728%doc %{texmfdist}/doc/latex/amsmath
68640cd8 8729%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 8730%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
8731%{texmfdist}/tex/latex/amscls
8732%{texmfdist}/tex/latex/amsmath
8733%{texmfdist}/tex/latex/amsfonts
8734%{texmfdist}/tex/latex/onlyamsmath
8735%{texmfdist}/source/latex/onlyamsmath
d08789e0
ZU
8736
8737%files latex-antp
8738%defattr(644,root,root,755)
7179ac92 8739%{texmfdist}/tex/latex/antp
d08789e0
ZU
8740
8741%files latex-antt
8742%defattr(644,root,root,755)
2677a8b0 8743%{texmfdist}/tex/latex/antt
d08789e0 8744
e88b5dcf
ZU
8745%files latex-appendix
8746%defattr(644,root,root,755)
8747%doc %{texmfdist}/doc/latex/appendix
8748%{texmfdist}/tex/latex/appendix
8749
b4d68b39
ZU
8750%files latex-backgammon
8751%defattr(644,root,root,755)
8752%doc %{texmfdist}/doc/latex/backgammon
8753%{texmfdist}/tex/latex/backgammon
8754
6c82f497
ZU
8755%files latex-bardiag
8756%defattr(644,root,root,755)
8757%doc %{texmfdist}/doc/latex/bardiag
8758%{texmfdist}/tex/latex/bardiag
8759
d08789e0
ZU
8760%files latex-bbm
8761%defattr(644,root,root,755)
68640cd8
ZU
8762%doc %{texmfdist}/doc/fonts/bbm
8763%{texmfdist}/tex/latex/bbm
d08789e0
ZU
8764
8765%files latex-bbold
8766%defattr(644,root,root,755)
ffd94364
ZU
8767%doc %{texmfdist}/doc/latex/bbold
8768%{texmfdist}/tex/latex/bbold
8769%{texmfdist}/source/latex/bbold
d08789e0 8770
b4d68b39
ZU
8771%files latex-beamer
8772%defattr(644,root,root,755)
8773%doc %{texmfdist}/doc/latex/beamer
8774%{texmfdist}/tex/latex/beamer-contrib
8775%{texmfdist}/tex/latex/beamer
8776
2fede27b
ZU
8777%files latex-bezos
8778%defattr(644,root,root,755)
8779%doc %{texmfdist}/doc/latex/bezos
8780%{texmfdist}/tex/latex/bezos
8781
d08789e0
ZU
8782%files latex-bibtex
8783%defattr(644,root,root,755)
68640cd8 8784%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
8785%doc %{texmfdist}/doc/latex/adrconv
8786%doc %{texmfdist}/doc/latex/bibtopic
8787%doc %{texmfdist}/doc/latex/bibunits
8788%doc %{texmfdist}/doc/latex/natbib
8789%doc %{texmfdist}/doc/latex/footbib
8790%dir %{texmfdist}/doc/bibtex
8791%dir %{texmfdist}/bibtex
8792%dir %{texmfdist}/bibtex/bib
8793%dir %{texmfdist}/bibtex/bst
b9a3d45e 8794%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
8795
8796%attr(755,root,root) %{_bindir}/bibtex
8797%attr(755,root,root) %{_bindir}/rubibtex
8798
68640cd8
ZU
8799%{texmfdist}/bibtex/bst/base
8800%{texmfdist}/bibtex/csf/base
8801%{texmfdist}/bibtex/bib/base
8802%{texmfdist}/bibtex/bst/adrconv
8803%{texmfdist}/bibtex/bib/adrconv
8804%{texmfdist}/source/latex/adrconv
8805%{texmfdist}/tex/latex/adrconv
8806# %{texmf}/bibtex/bst/misc
8807%{texmfdist}/bibtex/bst/natbib
8808%{texmfdist}/tex/latex/natbib
8809%{texmfdist}/tex/latex/bibtopic
8810%{texmfdist}/source/latex/bibunits
8811%{texmfdist}/tex/latex/bibunits
8812%{texmfdist}/source/latex/footbib
8813%{texmfdist}/tex/latex/footbib
d08789e0
ZU
8814
8815%{_mandir}/man1/bibtex.1*
8816%{_mandir}/man1/rubibtex.1*
8817
8818%files latex-bibtex-ams
8819%defattr(644,root,root,755)
68640cd8
ZU
8820%{texmfdist}/bibtex/bst/ams
8821%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
8822
8823%files latex-bibtex-pl
8824%defattr(644,root,root,755)
04123363 8825%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 8826%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
8827
8828%files latex-bibtex-german
8829%defattr(644,root,root,755)
68640cd8
ZU
8830%doc %{texmfdist}/doc/bibtex/germbib
8831%{texmfdist}/bibtex/bst/germbib
8832%{texmfdist}/tex/latex/germbib
d08789e0
ZU
8833
8834%files latex-bibtex-revtex4
8835%defattr(644,root,root,755)
04123363 8836%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
8837%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
8838%{texmfdist}/source/latex/revtex/revtex4.dtx
8839%{texmfdist}/source/latex/revtex/revtex4.ins
8840%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
8841
8842%files latex-bibtex-jurabib
8843%defattr(644,root,root,755)
68640cd8
ZU
8844%doc %{texmfdist}/doc/latex/jurabib
8845%{texmfdist}/bibtex/bst/jurabib
8846%{texmfdist}/bibtex/bib/jurabib
8847%{texmfdist}/source/latex/jurabib
8848%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
8849
8850%files latex-bibtex-dk
8851%defattr(644,root,root,755)
68640cd8
ZU
8852%doc %{texmfdist}/doc/latex/dk-bib
8853%{texmfdist}/bibtex/bst/dk-bib
8854%{texmfdist}/bibtex/csf/dk-bib
8855%{texmfdist}/bibtex/bib/dk-bib
8856%{texmfdist}/source/latex/dk-bib
8857%{texmfdist}/tex/latex/dk-bib
8858
8859# %files latex-bibtex-nor
8860# %defattr(644,root,root,755)
8861# %{texmf}/bibtex/bst/norbib
d08789e0 8862
33b3b483
ZU
8863%files latex-bibtex-styles
8864%defattr(644,root,root,755)
04123363 8865%dir %{texmfdist}/doc/generic/t2
80fa261c 8866%dir %{texmfdist}/doc/generic/t2%{_sysconfdir}
04123363 8867%dir %{texmfdist}/source/bibtex
33b3b483
ZU
8868%{texmfdist}/bibtex/bib/IEEEtran
8869%{texmfdist}/bibtex/bib/abstyles
8870%{texmfdist}/bibtex/bib/achemso
8871%{texmfdist}/bibtex/bib/acmtrans
8872%{texmfdist}/bibtex/bib/aiaa
8873%{texmfdist}/bibtex/bib/apacite
8874%{texmfdist}/bibtex/bib/asaetr
8875%{texmfdist}/bibtex/bib/ascelike
8876%{texmfdist}/bibtex/bib/beebe
8877%{texmfdist}/bibtex/bib/bibhtml
8878%{texmfdist}/bibtex/bib/bibtopic
8879%{texmfdist}/bibtex/bib/biocon
8880%{texmfdist}/bibtex/bib/computational-complexity
8881%{texmfdist}/bibtex/bib/din1505
8882%{texmfdist}/bibtex/bib/directory
8883%{texmfdist}/bibtex/bib/dtk
8884%{texmfdist}/bibtex/bib/figbib
8885%{texmfdist}/bibtex/bib/frankenstein
8886%{texmfdist}/bibtex/bib/gatech-thesis
8887%{texmfdist}/bibtex/bib/geomsty
8888%{texmfdist}/bibtex/bib/gloss
8889%{texmfdist}/bibtex/bib/harvard
8890%{texmfdist}/bibtex/bib/ieeepes
8891%{texmfdist}/bibtex/bib/ijmart
8892%{texmfdist}/bibtex/bib/imac
8893%{texmfdist}/bibtex/bib/index
8894%{texmfdist}/bibtex/bib/lsc
8895%{texmfdist}/bibtex/bib/msc
8896%{texmfdist}/bibtex/bib/nostarch
8897%{texmfdist}/bibtex/bib/philosophersimprint
8898%{texmfdist}/bibtex/bib/revtex
8899%{texmfdist}/bibtex/bib/spie
8900%{texmfdist}/bibtex/bib/urlbst
8901%{texmfdist}/bibtex/bst/IEEEtran
8902%{texmfdist}/bibtex/bst/abstyles
8903%{texmfdist}/bibtex/bst/achemso
8904%{texmfdist}/bibtex/bst/acmtrans
8905%{texmfdist}/bibtex/bst/afthesis
8906%{texmfdist}/bibtex/bst/aguplus
8907%{texmfdist}/bibtex/bst/aiaa
8908%{texmfdist}/bibtex/bst/aichej
8909%{texmfdist}/bibtex/bst/ametsoc
8910%{texmfdist}/bibtex/bst/apacite
8911%{texmfdist}/bibtex/bst/asaetr
8912%{texmfdist}/bibtex/bst/ascelike
8913%{texmfdist}/bibtex/bst/babelbib
8914%{texmfdist}/bibtex/bst/beebe
8915%{texmfdist}/bibtex/bst/bibhtml
8916%{texmfdist}/bibtex/bst/chem-journal
8917%{texmfdist}/bibtex/bst/chicago
8918%{texmfdist}/bibtex/bst/computational-complexity
8919%{texmfdist}/bibtex/bst/confproc
8920%{texmfdist}/bibtex/bst/datatool
8921%{texmfdist}/bibtex/bst/din1505
8922%{texmfdist}/bibtex/bst/dinat
8923%{texmfdist}/bibtex/bst/directory
8924%{texmfdist}/bibtex/bst/dtk
8925%{texmfdist}/bibtex/bst/dvdcoll
8926%{texmfdist}/bibtex/bst/economic
8927%{texmfdist}/bibtex/bst/elsevier-bib
8928%{texmfdist}/bibtex/bst/fbs
8929%{texmfdist}/bibtex/bst/figbib
8930%{texmfdist}/bibtex/bst/finbib
8931%{texmfdist}/bibtex/bst/frankenstein
8932%{texmfdist}/bibtex/bst/gatech-thesis
8933%{texmfdist}/bibtex/bst/gloss
8934%{texmfdist}/bibtex/bst/gost
8935%{texmfdist}/bibtex/bst/gustlib
8936%{texmfdist}/bibtex/bst/harvard
8937%{texmfdist}/bibtex/bst/hc
8938%{texmfdist}/bibtex/bst/ieeepes
8939%{texmfdist}/bibtex/bst/ijmart
8940%{texmfdist}/bibtex/bst/ijqc
8941%{texmfdist}/bibtex/bst/imac
8942%{texmfdist}/bibtex/bst/index
8943%{texmfdist}/bibtex/bst/inlinebib
8944%{texmfdist}/bibtex/bst/iopart-num
8945%{texmfdist}/bibtex/bst/jneurosci
8946%{texmfdist}/bibtex/bst/jurarsp
8947%{texmfdist}/bibtex/bst/kluwer
8948%{texmfdist}/bibtex/bst/mciteplus
8949%{texmfdist}/bibtex/bst/mslapa
8950%{texmfdist}/bibtex/bst/multibib
8951%{texmfdist}/bibtex/bst/munich
8952%{texmfdist}/bibtex/bst/nature
8953%{texmfdist}/bibtex/bst/nddiss
8954%{texmfdist}/bibtex/bst/opcit
8955%{texmfdist}/bibtex/bst/perception
8956%{texmfdist}/bibtex/bst/revtex
8957%{texmfdist}/bibtex/bst/rsc
8958%{texmfdist}/bibtex/bst/savetrees
8959%{texmfdist}/bibtex/bst/shipunov
8960%{texmfdist}/bibtex/bst/smflatex
8961%{texmfdist}/bibtex/bst/sort-by-letters
8962%{texmfdist}/bibtex/bst/spie
8963%{texmfdist}/bibtex/bst/stellenbosch
8964%{texmfdist}/bibtex/bst/swebib
8965%{texmfdist}/bibtex/bst/texsis
8966%{texmfdist}/bibtex/bst/thuthesis
8967%{texmfdist}/bibtex/bst/tugboat
8968%{texmfdist}/bibtex/bst/urlbst
8969%{texmfdist}/bibtex/csf/gost
8970%doc %{texmfdist}/doc/bibtex/abstyles
8971%doc %{texmfdist}/doc/bibtex/bibhtml
8972%doc %{texmfdist}/doc/bibtex/dinat
8973%doc %{texmfdist}/doc/bibtex/economic
8974%doc %{texmfdist}/doc/bibtex/elsevier-bib
8975%doc %{texmfdist}/doc/bibtex/gost
8976%doc %{texmfdist}/doc/bibtex/ijqc
8977%doc %{texmfdist}/doc/bibtex/iopart-num
80fa261c 8978%doc %{texmfdist}/doc/generic/t2%{_sysconfdir}/rubibtex
33b3b483
ZU
8979%doc %{texmfdist}/doc/latex/IEEEtran
8980%{texmfdist}/source/bibtex/gost
8981
435dbdfa
ZU
8982%files latex-bibtex-vancouver
8983%defattr(644,root,root,755)
8984%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
8985%dir %{texmfdist}/bibtex/bst/vancouver
8986%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
8987%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
8988%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
8989%doc %{texmfdist}/doc/bibtex/vancouver/README
8990%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
8991%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
8992
2fede27b
ZU
8993%files latex-booktabs
8994%defattr(644,root,root,755)
8995%doc %{texmfdist}/doc/latex/booktabs
8996%{texmfdist}/tex/latex/booktabs
8997
8998%files latex-caption
8999%defattr(644,root,root,755)
9000%doc %{texmfdist}/doc/latex/caption
9001%{texmfdist}/tex/latex/caption
9002
d08789e0
ZU
9003%files latex-carlisle
9004%defattr(644,root,root,755)
68640cd8
ZU
9005%doc %{texmfdist}/doc/latex/carlisle
9006%{texmfdist}/tex/latex/carlisle
d08789e0
ZU
9007
9008%files latex-ccfonts
9009%defattr(644,root,root,755)
68640cd8
ZU
9010%doc %{texmfdist}/doc/latex/ccfonts
9011%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9012
9013%files latex-cite
9014%defattr(644,root,root,755)
2677a8b0 9015%{texmfdist}/tex/latex/cite
d08789e0
ZU
9016
9017%files latex-cmbright
9018%defattr(644,root,root,755)
68640cd8
ZU
9019%doc %{texmfdist}/doc/latex/cmbright
9020%{texmfdist}/tex/latex/cmbright
9021
2fede27b
ZU
9022%files latex-comment
9023%defattr(644,root,root,755)
9024%doc %{texmfdist}/doc/latex/comment
9025%{texmfdist}/tex/latex/comment
d08789e0
ZU
9026
9027%files latex-concmath
9028%defattr(644,root,root,755)
2677a8b0 9029%{texmfdist}/tex/latex/concmath
d08789e0 9030
2fede27b
ZU
9031%files latex-currvita
9032%defattr(644,root,root,755)
9033%doc %{texmfdist}/doc/latex/currvita
9034%{texmfdist}/tex/latex/currvita
9035
9036%files latex-curves
9037%defattr(644,root,root,755)
9038%doc %{texmfdist}/doc/latex/curves
9039%{texmfdist}/tex/latex/curves
9040
d08789e0
ZU
9041%files latex-custom-bib
9042%defattr(644,root,root,755)
9501d92c
ZU
9043%doc %{texmfdist}/doc/latex/custom-bib
9044%{texmfdist}/source/latex/custom-bib
9045%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9046
9047%files latex-cyrillic
9048%defattr(644,root,root,755)
9501d92c
ZU
9049%doc %{texmfdist}/doc/latex/cyrillic
9050%{texmfdist}/source/latex/cyrillic
9051%{texmfdist}/tex/latex/cyrillic
d08789e0 9052
04eb4e68
ZU
9053# %files latex-dstroke
9054# %defattr(644,root,root,755)
9055# %{texmf}/tex/latex/dstroke
d08789e0 9056
60597425
ZU
9057%files latex-enumitem
9058%defattr(644,root,root,755)
9059%doc %{texmfdist}/doc/latex/enumitem
9060%{texmfdist}/tex/latex/enumitem
9061
2b453bda
ZU
9062%files latex-exam
9063%defattr(644,root,root,755)
f1f5d194 9064%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
9065%{texmfdist}/tex/latex/exam
9066
f1f5d194
ZU
9067%files latex-gbrief
9068%defattr(644,root,root,755)
9069%doc %{texmfdist}/doc/latex/g-brief
9070%{texmfdist}/tex/latex/g-brief
9071
d08789e0
ZU
9072%files latex-jknappen
9073%defattr(644,root,root,755)
9501d92c
ZU
9074%doc %{texmfdist}/fonts/source/jknappen
9075%{texmfdist}/fonts/tfm/jknappen
d08789e0 9076
d19eaaab
ZU
9077%files latex-keystroke
9078%defattr(644,root,root,755)
9079%{texmfdist}/tex/latex/keystroke
9080%doc %{texmfdist}/doc/latex/keystroke
9081
9082%files latex-labbook
9083%defattr(644,root,root,755)
9084%doc %{texmfdist}/doc/latex/labbook
9085%{texmfdist}/source/latex/labbook
9086%{texmfdist}/tex/latex/labbook
9087
a8b381b0
ZU
9088%files latex-lastpage
9089%defattr(644,root,root,755)
a8b381b0 9090%doc %{texmfdist}/doc/latex/lastpage
f1f5d194
ZU
9091%{texmfdist}/tex/latex/lastpage
9092
d19eaaab
ZU
9093%files latex-lcd
9094%defattr(644,root,root,755)
9095%doc %{texmfdist}/doc/latex/lcd
9096%{texmfdist}/source/latex/lcd
9097%{texmfdist}/tex/latex/lcd
9098
9099%files latex-leaflet
9100%defattr(644,root,root,755)
9101%doc %{texmfdist}/doc/latex/leaflet
9102%{texmfdist}/source/latex/leaflet
9103%{texmfdist}/tex/latex/leaflet
9104
f1f5d194
ZU
9105%files latex-leftidx
9106%defattr(644,root,root,755)
9107%doc %{texmfdist}/doc/latex/leftidx
9108%{texmfdist}/tex/latex/leftidx
a8b381b0 9109
d19eaaab
ZU
9110%files latex-lewis
9111%defattr(644,root,root,755)
9112%doc %{texmfdist}/doc/latex/lewis
9113%{texmfdist}/tex/latex/lewis
9114
d08789e0
ZU
9115%files latex-lm
9116%defattr(644,root,root,755)
9501d92c
ZU
9117%doc %{texmfdist}/doc/fonts/lm
9118%{texmfdist}/tex/latex/lm
9119%{texmfdist}/fonts/afm/public/lm
9120%{texmfdist}/fonts/enc/dvips/lm
9121%{texmfdist}/fonts/map/dvips/lm
9122%{texmfdist}/fonts/map/dvipdfm/lm
9123%{texmfdist}/fonts/opentype/public/lm
9124%{texmfdist}/fonts/tfm/public/lm
9125%{texmfdist}/source/fonts/lm
d08789e0
ZU
9126
9127%files latex-lucidabr
9128%defattr(644,root,root,755)
8affbd2c 9129%dir %{texmfdist}/vtex
04123363 9130%dir %{texmfdist}/vtex/config
26d8eaaa
ZU
9131%{texmfdist}/vtex/config/lucidabr-k.ali
9132%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
9133
9134%files latex-lineno
9135%defattr(644,root,root,755)
9501d92c
ZU
9136%doc %{texmfdist}/doc/latex/lineno
9137%{texmfdist}/tex/latex/lineno
9138
d08789e0
ZU
9139
9140%files latex-marvosym
9141%defattr(644,root,root,755)
2677a8b0 9142%{texmfdist}/tex/latex/marvosym
d08789e0 9143
d19eaaab
ZU
9144%files latex-mathexam
9145%defattr(644,root,root,755)
9146%doc %{texmfdist}/doc/latex/mathexam
9147%{texmfdist}/source/latex/mathexam
9148%{texmfdist}/tex/latex/mathexam
9149
5b7eba8e
MB
9150#%files latex-mathpple
9151#%defattr(644,root,root,755)
d08789e0 9152
5b7eba8e
MB
9153#%files latex-mathtime
9154#%defattr(644,root,root,755)
d08789e0
ZU
9155
9156%files latex-microtype
9157%defattr(644,root,root,755)
26d8eaaa
ZU
9158%doc %{texmfdist}/doc/latex/microtype
9159%{texmfdist}/source/latex/microtype
9160%{texmfdist}/tex/latex/microtype
d08789e0
ZU
9161
9162%files latex-mflogo
9163%defattr(644,root,root,755)
26d8eaaa
ZU
9164%doc %{texmfdist}/doc/latex/mflogo
9165%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
9166
9167%files latex-mfnfss
9168%defattr(644,root,root,755)
26d8eaaa
ZU
9169%{texmfdist}/source/latex/mfnfss
9170%{texmfdist}/tex/latex/mfnfss
9171
d08789e0
ZU
9172%files latex-minitoc
9173%defattr(644,root,root,755)
26d8eaaa
ZU
9174%doc %{texmfdist}/doc/latex/minitoc
9175%{texmfdist}/bibtex/bst/minitoc
9176%{texmfdist}/makeindex/minitoc
9177%{texmfdist}/scripts/minitoc
9178%{texmfdist}/source/latex/minitoc
9179%{texmfdist}/tex/latex/minitoc
9180
d08789e0
ZU
9181
9182%files latex-mltex
9183%defattr(644,root,root,755)
26d8eaaa
ZU
9184%doc %{texmfdist}/doc/latex/mltex
9185%{texmfdist}/tex/latex/mltex
d08789e0 9186
f1f5d194
ZU
9187%files latex-moreverb
9188%defattr(644,root,root,755)
9189%doc %{texmfdist}/doc/latex/moreverb
9190%{texmfdist}/tex/latex/moreverb
9191
d34bfb7f
ZU
9192%files latex-multienum
9193%defattr(644,root,root,755)
f2555868 9194%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 9195%dir %{texmfdist}/tex/latex/multenum
f2555868 9196%{texmfdist}/tex/latex/multenum/*
d34bfb7f 9197
8ed039e0
ZU
9198%files latex-musictex
9199%defattr(644,root,root,755)
9200%doc %{texmfdist}/doc/generic/musictex
9201%{texmfdist}/fonts/source/public/musictex
9202%{texmfdist}/fonts/tfm/public/musictex
9203%{texmfdist}/tex/generic/musictex
9204%{texmfdist}/tex/latex/musictex
9205
a8b381b0
ZU
9206%files latex-ntheorem
9207%defattr(644,root,root,755)
9208%{texmfdist}/tex/latex/ntheorem
9209%doc %{texmfdist}/doc/latex/ntheorem
26d8eaaa 9210
f65b3398
ZU
9211%files latex-other-doc
9212%defattr(644,root,root,755)
8affbd2c 9213%doc %{texmfdist}/doc/alatex
f65b3398 9214%doc %{texmfdist}/doc/cslatex/base
8affbd2c 9215%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
9216%doc %{texmfdist}/doc/latex/ANUfinalexam
9217%doc %{texmfdist}/doc/latex/AkkTeX
9218%doc %{texmfdist}/doc/latex/ESIEEcv
9219%doc %{texmfdist}/doc/latex/GuIT
9220%doc %{texmfdist}/doc/latex/HA-prosper
9221%doc %{texmfdist}/doc/latex/IEEEconf
9222%doc %{texmfdist}/doc/latex/a0poster
9223%doc %{texmfdist}/doc/latex/aastex
9224%doc %{texmfdist}/doc/latex/abc
9225%doc %{texmfdist}/doc/latex/achemso
9226%doc %{texmfdist}/doc/latex/acmconf
9227%doc %{texmfdist}/doc/latex/acmtrans
9228%doc %{texmfdist}/doc/latex/active-conf
9229%doc %{texmfdist}/doc/latex/addlines
9230%doc %{texmfdist}/doc/latex/adrlist
9231%doc %{texmfdist}/doc/latex/afthesis
9232%doc %{texmfdist}/doc/latex/aguplus
9233%doc %{texmfdist}/doc/latex/aiaa
9234%doc %{texmfdist}/doc/latex/akletter
9235%doc %{texmfdist}/doc/latex/alg
9236%doc %{texmfdist}/doc/latex/algorithm2e
9237%doc %{texmfdist}/doc/latex/algorithmicx
9238%doc %{texmfdist}/doc/latex/alnumsec
9239%doc %{texmfdist}/doc/latex/altfont
9240%doc %{texmfdist}/doc/latex/ametsoc
9241%doc %{texmfdist}/doc/latex/amsaddr
9242%doc %{texmfdist}/doc/latex/amsrefs
9243%doc %{texmfdist}/doc/latex/animate
9244%doc %{texmfdist}/doc/latex/answers
9245%doc %{texmfdist}/doc/latex/anyfontsize
9246%doc %{texmfdist}/doc/latex/apa
9247%doc %{texmfdist}/doc/latex/apacite
9248%doc %{texmfdist}/doc/latex/ar
9249%doc %{texmfdist}/doc/latex/arabi
9250%doc %{texmfdist}/doc/latex/arabtex
9251%doc %{texmfdist}/doc/latex/arcs
9252%doc %{texmfdist}/doc/latex/arydshln
9253%doc %{texmfdist}/doc/latex/asaetr
9254%doc %{texmfdist}/doc/latex/ascelike
9255%doc %{texmfdist}/doc/latex/assignment
9256%doc %{texmfdist}/doc/latex/attachfile
9257%doc %{texmfdist}/doc/latex/augie
9258%doc %{texmfdist}/doc/latex/aurical
9259%doc %{texmfdist}/doc/latex/authorindex
9260%doc %{texmfdist}/doc/latex/autoarea
9261%doc %{texmfdist}/doc/latex/autotab
9262%doc %{texmfdist}/doc/latex/babelbib
9263%doc %{texmfdist}/doc/latex/bangtex
9264%doc %{texmfdist}/doc/latex/barcodes
9265%doc %{texmfdist}/doc/latex/bayer
9266%doc %{texmfdist}/doc/latex/bbm-macros
9267%doc %{texmfdist}/doc/latex/beamer-contrib
9268%doc %{texmfdist}/doc/latex/begriff
9269%doc %{texmfdist}/doc/latex/betababel
9270%doc %{texmfdist}/doc/latex/bez123
9271%doc %{texmfdist}/doc/latex/bibarts
9272%doc %{texmfdist}/doc/latex/bibleref
9273%doc %{texmfdist}/doc/latex/biblist
9274%doc %{texmfdist}/doc/latex/bibtopicprefix
9275%doc %{texmfdist}/doc/latex/bigfoot
9276%doc %{texmfdist}/doc/latex/binomexp
9277%doc %{texmfdist}/doc/latex/biocon
9278%doc %{texmfdist}/doc/latex/bizcard
9279%doc %{texmfdist}/doc/latex/blindtext
9280%doc %{texmfdist}/doc/latex/blowup
9281%doc %{texmfdist}/doc/latex/boites
9282%doc %{texmfdist}/doc/latex/boldtensors
9283%doc %{texmfdist}/doc/latex/bookest
9284%doc %{texmfdist}/doc/latex/booklet
9285%doc %{texmfdist}/doc/latex/boxhandler
9286%doc %{texmfdist}/doc/latex/bpchem
9287%doc %{texmfdist}/doc/latex/braille
9288%doc %{texmfdist}/doc/latex/breakurl
9289%doc %{texmfdist}/doc/latex/brushscr
9290%doc %{texmfdist}/doc/latex/bullcntr
9291%doc %{texmfdist}/doc/latex/bussproofs
9292%doc %{texmfdist}/doc/latex/bytefield
9293%doc %{texmfdist}/doc/latex/calxxxx
9294%doc %{texmfdist}/doc/latex/captcont
9295%doc %{texmfdist}/doc/latex/casyl
9296%doc %{texmfdist}/doc/latex/catechis
9297%doc %{texmfdist}/doc/latex/cbcoptic
9298%doc %{texmfdist}/doc/latex/cclicenses
9299%doc %{texmfdist}/doc/latex/cd-cover
9300%doc %{texmfdist}/doc/latex/cd
9301%doc %{texmfdist}/doc/latex/cdpbundl
9302%doc %{texmfdist}/doc/latex/cellspace
9303%doc %{texmfdist}/doc/latex/changes
9304%doc %{texmfdist}/doc/latex/chapterfolder
9305%doc %{texmfdist}/doc/latex/chemcompounds
9306%doc %{texmfdist}/doc/latex/chemcono
9307%doc %{texmfdist}/doc/latex/chemstyle
9308%doc %{texmfdist}/doc/latex/chessboard
9309%doc %{texmfdist}/doc/latex/chessfss
9310%doc %{texmfdist}/doc/latex/china2e
9311%doc %{texmfdist}/doc/latex/chletter
9312%doc %{texmfdist}/doc/latex/circ
9313%doc %{texmfdist}/doc/latex/cite
9314%doc %{texmfdist}/doc/latex/cjk
9315%doc %{texmfdist}/doc/latex/classicthesis
9316%doc %{texmfdist}/doc/latex/clefval
9317%doc %{texmfdist}/doc/latex/cleveref
9318%doc %{texmfdist}/doc/latex/clock
9319%doc %{texmfdist}/doc/latex/clrscode
9320%doc %{texmfdist}/doc/latex/cm-lgc
9321%doc %{texmfdist}/doc/latex/cmap
9322%doc %{texmfdist}/doc/latex/cmcyralt
9323%doc %{texmfdist}/doc/latex/cmdstring
9324%doc %{texmfdist}/doc/latex/cmll
9325%doc %{texmfdist}/doc/latex/codepage
9326%doc %{texmfdist}/doc/latex/colorinfo
9327%doc %{texmfdist}/doc/latex/colortbl
9328%doc %{texmfdist}/doc/latex/colorwav
9329%doc %{texmfdist}/doc/latex/combine
9330%doc %{texmfdist}/doc/latex/commath
9331%doc %{texmfdist}/doc/latex/complexity
9332%doc %{texmfdist}/doc/latex/computational-complexity
9333%doc %{texmfdist}/doc/latex/concprog
9334%doc %{texmfdist}/doc/latex/confproc
9335%doc %{texmfdist}/doc/latex/constants
9336%doc %{texmfdist}/doc/latex/contour
9337%doc %{texmfdist}/doc/latex/cooking
9338%doc %{texmfdist}/doc/latex/cool
9339%doc %{texmfdist}/doc/latex/coollist
9340%doc %{texmfdist}/doc/latex/coolstr
9341%doc %{texmfdist}/doc/latex/cooltooltips
9342%doc %{texmfdist}/doc/latex/coordsys
9343%doc %{texmfdist}/doc/latex/courier-scaled
9344%doc %{texmfdist}/doc/latex/courseoutline
9345%doc %{texmfdist}/doc/latex/coursepaper
9346%doc %{texmfdist}/doc/latex/coverpage
9347%doc %{texmfdist}/doc/latex/covington
9348%doc %{texmfdist}/doc/latex/crossreference
9349%doc %{texmfdist}/doc/latex/crosswrd
9350%doc %{texmfdist}/doc/latex/cryst
9351%doc %{texmfdist}/doc/latex/csbulletin
9352%doc %{texmfdist}/doc/latex/csquotes
9353%doc %{texmfdist}/doc/latex/csvtools
9354%doc %{texmfdist}/doc/latex/ctable
9355%doc %{texmfdist}/doc/latex/ctib
9356%doc %{texmfdist}/doc/latex/cuisine
9357%doc %{texmfdist}/doc/latex/cursor
9358%doc %{texmfdist}/doc/latex/curve
9359%doc %{texmfdist}/doc/latex/curve2e
9360%doc %{texmfdist}/doc/latex/cv
9361%doc %{texmfdist}/doc/latex/cweb-latex
9362%doc %{texmfdist}/doc/latex/cwpuzzle
9363%doc %{texmfdist}/doc/latex/dashrule
9364%doc %{texmfdist}/doc/latex/datatool
9365%doc %{texmfdist}/doc/latex/dateiliste
9366%doc %{texmfdist}/doc/latex/datenumber
9367%doc %{texmfdist}/doc/latex/datetime
9368%doc %{texmfdist}/doc/latex/dcpic
9369%doc %{texmfdist}/doc/latex/delimtxt
9370%doc %{texmfdist}/doc/latex/diagnose
9371%doc %{texmfdist}/doc/latex/dialogl
9372%doc %{texmfdist}/doc/latex/dichokey
9373%doc %{texmfdist}/doc/latex/digiconfigs
9374%doc %{texmfdist}/doc/latex/din1505
9375%doc %{texmfdist}/doc/latex/directory
9376%doc %{texmfdist}/doc/latex/disser
9377%doc %{texmfdist}/doc/latex/dlfltxb
9378%doc %{texmfdist}/doc/latex/dnaseq
9379%doc %{texmfdist}/doc/latex/docmfp
9380%doc %{texmfdist}/doc/latex/doi
9381%doc %{texmfdist}/doc/latex/doipubmed
9382%doc %{texmfdist}/doc/latex/dotarrow
9383%doc %{texmfdist}/doc/latex/dottex
9384%doc %{texmfdist}/doc/latex/dpfloat
9385%doc %{texmfdist}/doc/latex/dprogress
9386%doc %{texmfdist}/doc/latex/drac
9387%doc %{texmfdist}/doc/latex/draftwatermark
9388%doc %{texmfdist}/doc/latex/dramatist
9389%doc %{texmfdist}/doc/latex/dtk
9390%doc %{texmfdist}/doc/latex/dtxgallery
9391%doc %{texmfdist}/doc/latex/duerer-latex
9392%doc %{texmfdist}/doc/latex/dvdcoll
9393%doc %{texmfdist}/doc/latex/dyntree
9394%doc %{texmfdist}/doc/latex/eCards
9395%doc %{texmfdist}/doc/latex/ean13isbn
9396%doc %{texmfdist}/doc/latex/easy
9397%doc %{texmfdist}/doc/latex/ebezier
9398%doc %{texmfdist}/doc/latex/ebong
9399%doc %{texmfdist}/doc/latex/ebsthesis
9400%doc %{texmfdist}/doc/latex/ecclesiastic
9401%doc %{texmfdist}/doc/latex/ecltree
9402%doc %{texmfdist}/doc/latex/ecv
9403%doc %{texmfdist}/doc/latex/ed
9404%doc %{texmfdist}/doc/latex/edmac
9405%doc %{texmfdist}/doc/latex/edmargin
9406%doc %{texmfdist}/doc/latex/ednotes
9407%doc %{texmfdist}/doc/latex/eemeir
9408%doc %{texmfdist}/doc/latex/egameps
9409%doc %{texmfdist}/doc/latex/egplot
9410%doc %{texmfdist}/doc/latex/ellipsis
9411%doc %{texmfdist}/doc/latex/elmath
9412%doc %{texmfdist}/doc/latex/elpres
9413%doc %{texmfdist}/doc/latex/elsarticle
9414%doc %{texmfdist}/doc/latex/elsevier
9415%doc %{texmfdist}/doc/latex/em
9416%doc %{texmfdist}/doc/latex/emp
9417%doc %{texmfdist}/doc/latex/emulateapj
9418%doc %{texmfdist}/doc/latex/endheads
9419%doc %{texmfdist}/doc/latex/engpron
9420%doc %{texmfdist}/doc/latex/engrec
9421%doc %{texmfdist}/doc/latex/environ
9422%doc %{texmfdist}/doc/latex/envlab
9423%doc %{texmfdist}/doc/latex/epigraph
9424%doc %{texmfdist}/doc/latex/epiolmec
9425%doc %{texmfdist}/doc/latex/epsdice
9426%doc %{texmfdist}/doc/latex/epspdfconversion
9427%doc %{texmfdist}/doc/latex/eqlist
9428%doc %{texmfdist}/doc/latex/eqnarray
9429%doc %{texmfdist}/doc/latex/eqparbox
9430%doc %{texmfdist}/doc/latex/errata
9431%doc %{texmfdist}/doc/latex/esdiff
9432%doc %{texmfdist}/doc/latex/eskd
9433%doc %{texmfdist}/doc/latex/eskdx
9434%doc %{texmfdist}/doc/latex/esvect
9435%doc %{texmfdist}/doc/latex/etaremune
9436%doc %{texmfdist}/doc/latex/etex-pkg
9437%doc %{texmfdist}/doc/latex/ethiop-t1
9438%doc %{texmfdist}/doc/latex/ethiop
9439%doc %{texmfdist}/doc/latex/etoolbox
9440%doc %{texmfdist}/doc/latex/eukdate
9441%doc %{texmfdist}/doc/latex/euproposal
9442%doc %{texmfdist}/doc/latex/euro
9443%doc %{texmfdist}/doc/latex/europecv
9444%doc %{texmfdist}/doc/latex/eurosans
9445%doc %{texmfdist}/doc/latex/everypage
9446%doc %{texmfdist}/doc/latex/examdesign
9447%doc %{texmfdist}/doc/latex/examplep
9448%doc %{texmfdist}/doc/latex/exceltex
9449%doc %{texmfdist}/doc/latex/exercise
9450%doc %{texmfdist}/doc/latex/expdlist
9451%doc %{texmfdist}/doc/latex/expl3
9452%doc %{texmfdist}/doc/latex/export
9453%doc %{texmfdist}/doc/latex/extarrows
9454%doc %{texmfdist}/doc/latex/extpfeil
9455%doc %{texmfdist}/doc/latex/extract
9456%doc %{texmfdist}/doc/latex/facsimile
9457%doc %{texmfdist}/doc/latex/faktor
9458%doc %{texmfdist}/doc/latex/fancynum
9459%doc %{texmfdist}/doc/latex/fancyref
9460%doc %{texmfdist}/doc/latex/fancytooltips
9461%doc %{texmfdist}/doc/latex/fax
9462%doc %{texmfdist}/doc/latex/feynmf
9463%doc %{texmfdist}/doc/latex/figbib
9464%doc %{texmfdist}/doc/latex/figsize
9465%doc %{texmfdist}/doc/latex/fink
9466%doc %{texmfdist}/doc/latex/fixfoot
9467%doc %{texmfdist}/doc/latex/fixme
9468%doc %{texmfdist}/doc/latex/flabels
9469%doc %{texmfdist}/doc/latex/flacards
9470%doc %{texmfdist}/doc/latex/flagderiv
9471%doc %{texmfdist}/doc/latex/flashcards
9472%doc %{texmfdist}/doc/latex/flippdf
9473%doc %{texmfdist}/doc/latex/floatrow
9474%doc %{texmfdist}/doc/latex/flowfram
9475%doc %{texmfdist}/doc/latex/fmp
9476%doc %{texmfdist}/doc/latex/fmtcount
9477%doc %{texmfdist}/doc/latex/fnbreak
9478%doc %{texmfdist}/doc/latex/fncychap
9479%doc %{texmfdist}/doc/latex/foekfont
9480%doc %{texmfdist}/doc/latex/fonttable
9481%doc %{texmfdist}/doc/latex/forarray
9482%doc %{texmfdist}/doc/latex/forloop
9483%doc %{texmfdist}/doc/latex/formlett
9484%doc %{texmfdist}/doc/latex/formula
9485%doc %{texmfdist}/doc/latex/formular
9486%doc %{texmfdist}/doc/latex/fouridx
9487%doc %{texmfdist}/doc/latex/frankenstein
9488%doc %{texmfdist}/doc/latex/frenchle
9489%doc %{texmfdist}/doc/latex/fribrief
9490%doc %{texmfdist}/doc/latex/frletter
9491%doc %{texmfdist}/doc/latex/frontespizio
9492%doc %{texmfdist}/doc/latex/fullblck
9493%doc %{texmfdist}/doc/latex/fullpict
9494%doc %{texmfdist}/doc/latex/functan
9495%doc %{texmfdist}/doc/latex/fundus
9496%doc %{texmfdist}/doc/latex/gaceta
9497%doc %{texmfdist}/doc/latex/galois
9498%doc %{texmfdist}/doc/latex/gastex
9499%doc %{texmfdist}/doc/latex/gatech-thesis
9500%doc %{texmfdist}/doc/latex/gauss
9501%doc %{texmfdist}/doc/latex/gb4e
9502%doc %{texmfdist}/doc/latex/gcard
9503%doc %{texmfdist}/doc/latex/gcite
9504%doc %{texmfdist}/doc/latex/genmpage
9505%doc %{texmfdist}/doc/latex/geomsty
9506%doc %{texmfdist}/doc/latex/ginpenc
9507%doc %{texmfdist}/doc/latex/gloss
9508%doc %{texmfdist}/doc/latex/glossaries
9509%doc %{texmfdist}/doc/latex/gmdoc
9510%doc %{texmfdist}/doc/latex/gmeometric
9511%doc %{texmfdist}/doc/latex/gmiflink
9512%doc %{texmfdist}/doc/latex/gmutils
9513%doc %{texmfdist}/doc/latex/gmverb
9514%doc %{texmfdist}/doc/latex/gnuplottex
9515%doc %{texmfdist}/doc/latex/graphicx-psmin
9516%doc %{texmfdist}/doc/latex/greek-inputenc
9517%doc %{texmfdist}/doc/latex/greekdates
9518%doc %{texmfdist}/doc/latex/greektex
9519%doc %{texmfdist}/doc/latex/grfpaste
9520%doc %{texmfdist}/doc/latex/grnumalt
9521%doc %{texmfdist}/doc/latex/grverb
9522%doc %{texmfdist}/doc/latex/gu
9523%doc %{texmfdist}/doc/latex/guitar
9524%doc %{texmfdist}/doc/latex/guitbeamer
9525%doc %{texmfdist}/doc/latex/hanging
9526%doc %{texmfdist}/doc/latex/har2nat
9527%doc %{texmfdist}/doc/latex/harmony
9528%doc %{texmfdist}/doc/latex/harpoon
9529%doc %{texmfdist}/doc/latex/harvard
9530%doc %{texmfdist}/doc/latex/hc
9531%doc %{texmfdist}/doc/latex/hep
9532%doc %{texmfdist}/doc/latex/hepnames
9533%doc %{texmfdist}/doc/latex/hepparticles
9534%doc %{texmfdist}/doc/latex/hepthesis
9535%doc %{texmfdist}/doc/latex/hepunits
9536%doc %{texmfdist}/doc/latex/hexgame
9537%doc %{texmfdist}/doc/latex/hhtensor
9538%doc %{texmfdist}/doc/latex/histogr
9539%doc %{texmfdist}/doc/latex/hitec
9540%doc %{texmfdist}/doc/latex/hpsdiss
9541%doc %{texmfdist}/doc/latex/hrlatex
9542%doc %{texmfdist}/doc/latex/hvfloat
9543%doc %{texmfdist}/doc/latex/hypdvips
9544%doc %{texmfdist}/doc/latex/hyperref-docsrc
9545%doc %{texmfdist}/doc/latex/hyperxmp
9546%doc %{texmfdist}/doc/latex/ibycus-babel
9547%doc %{texmfdist}/doc/latex/icsv
9548%doc %{texmfdist}/doc/latex/ieeepes
9549%doc %{texmfdist}/doc/latex/ifmslide
9550%doc %{texmfdist}/doc/latex/ifplatform
9551%doc %{texmfdist}/doc/latex/ijmart
9552%doc %{texmfdist}/doc/latex/imac
9553%doc %{texmfdist}/doc/latex/image-gallery
9554%doc %{texmfdist}/doc/latex/imtekda
9555%doc %{texmfdist}/doc/latex/inlinebib
9556%doc %{texmfdist}/doc/latex/inlinedef
9557%doc %{texmfdist}/doc/latex/interactiveworkbook
9558%doc %{texmfdist}/doc/latex/inversepath
9559%doc %{texmfdist}/doc/latex/invoice
9560%doc %{texmfdist}/doc/latex/ipa
9561%doc %{texmfdist}/doc/latex/iso
9562%doc %{texmfdist}/doc/latex/iso10303
9563%doc %{texmfdist}/doc/latex/isodate
9564%doc %{texmfdist}/doc/latex/isodoc
9565%doc %{texmfdist}/doc/latex/isorot
9566%doc %{texmfdist}/doc/latex/itnumpar
9567%doc %{texmfdist}/doc/latex/jeopardy
9568%doc %{texmfdist}/doc/latex/jknapltx
9569%doc %{texmfdist}/doc/latex/jneurosci
9570%doc %{texmfdist}/doc/latex/jpsj
9571%doc %{texmfdist}/doc/latex/jura
9572%doc %{texmfdist}/doc/latex/juraabbrev
9573%doc %{texmfdist}/doc/latex/juramisc
9574%doc %{texmfdist}/doc/latex/jurarsp
9575%doc %{texmfdist}/doc/latex/karnaugh
9576%doc %{texmfdist}/doc/latex/kerkis
9577%doc %{texmfdist}/doc/latex/kerntest
9578%doc %{texmfdist}/doc/latex/kluwer
9579%doc %{texmfdist}/doc/latex/labelcas
9580%doc %{texmfdist}/doc/latex/lazylist
9581%doc %{texmfdist}/doc/latex/lcyw
9582%doc %{texmfdist}/doc/latex/leading
9583%doc %{texmfdist}/doc/latex/ledmac
9584%doc %{texmfdist}/doc/latex/lettre
9585%doc %{texmfdist}/doc/latex/lexikon
9586%doc %{texmfdist}/doc/latex/lgreek
9587%doc %{texmfdist}/doc/latex/lhelp
9588%doc %{texmfdist}/doc/latex/linguex
9589%doc %{texmfdist}/doc/latex/lipsum
9590%doc %{texmfdist}/doc/latex/listbib
9591%doc %{texmfdist}/doc/latex/listliketab
9592%doc %{texmfdist}/doc/latex/listofsymbols
9593%doc %{texmfdist}/doc/latex/lkproof
9594%doc %{texmfdist}/doc/latex/logic
9595%doc %{texmfdist}/doc/latex/logpap
9596%doc %{texmfdist}/doc/latex/lps
9597%doc %{texmfdist}/doc/latex/lsc
9598%doc %{texmfdist}/doc/latex/ltxindex
9599%doc %{texmfdist}/doc/latex/mafr
9600%doc %{texmfdist}/doc/latex/magyar
9601%doc %{texmfdist}/doc/latex/mailing
9602%doc %{texmfdist}/doc/latex/makebarcode
9603%doc %{texmfdist}/doc/latex/makebox
9604%doc %{texmfdist}/doc/latex/makecell
9605%doc %{texmfdist}/doc/latex/makecmds
9606%doc %{texmfdist}/doc/latex/makedtx
9607%doc %{texmfdist}/doc/latex/makeglos
9608%doc %{texmfdist}/doc/latex/makeplot
9609%doc %{texmfdist}/doc/latex/manuscript
9610%doc %{texmfdist}/doc/latex/maple
9611%doc %{texmfdist}/doc/latex/marginnote
9612%doc %{texmfdist}/doc/latex/mathdesign
9613%doc %{texmfdist}/doc/latex/mathpazo
9614%doc %{texmfdist}/doc/latex/maybemath
9615%doc %{texmfdist}/doc/latex/mcaption
9616%doc %{texmfdist}/doc/latex/mceinleger
9617%doc %{texmfdist}/doc/latex/mcite
9618%doc %{texmfdist}/doc/latex/mciteplus
9619%doc %{texmfdist}/doc/latex/memexsupp
9620%doc %{texmfdist}/doc/latex/mentis
9621%doc %{texmfdist}/doc/latex/metaplot
9622%doc %{texmfdist}/doc/latex/method
9623%doc %{texmfdist}/doc/latex/metre
9624%doc %{texmfdist}/doc/latex/mff
9625%doc %{texmfdist}/doc/latex/mfpic4ode
9626%doc %{texmfdist}/doc/latex/mftinc
9627%doc %{texmfdist}/doc/latex/mhchem
9628%doc %{texmfdist}/doc/latex/mhequ
9629%doc %{texmfdist}/doc/latex/miller
9630%doc %{texmfdist}/doc/latex/minipage-marginpar
9631%doc %{texmfdist}/doc/latex/miniplot
9632%doc %{texmfdist}/doc/latex/minutes
9633%doc %{texmfdist}/doc/latex/mla-paper
9634%doc %{texmfdist}/doc/latex/mlist
9635%doc %{texmfdist}/doc/latex/mmap
9636%doc %{texmfdist}/doc/latex/mnsymbol
9637%doc %{texmfdist}/doc/latex/moderncv
9638%doc %{texmfdist}/doc/latex/modroman
9639%doc %{texmfdist}/doc/latex/mongolian-babel
9640%doc %{texmfdist}/doc/latex/montex
9641%doc %{texmfdist}/doc/latex/moresize
9642%doc %{texmfdist}/doc/latex/movie15
9643%doc %{texmfdist}/doc/latex/msc
9644%doc %{texmfdist}/doc/latex/msg
9645%doc %{texmfdist}/doc/latex/mslapa
9646%doc %{texmfdist}/doc/latex/mtgreek
9647%doc %{texmfdist}/doc/latex/multibbl
9648%doc %{texmfdist}/doc/latex/multicap
9649%doc %{texmfdist}/doc/latex/multirow
9650%doc %{texmfdist}/doc/latex/munich
9651%doc %{texmfdist}/doc/latex/musixlyr
9652%doc %{texmfdist}/doc/latex/muthesis
9653%doc %{texmfdist}/doc/latex/mxd
9654%doc %{texmfdist}/doc/latex/mxedruli
9655%doc %{texmfdist}/doc/latex/nag
9656%doc %{texmfdist}/doc/latex/namespc
9657%doc %{texmfdist}/doc/latex/nath
9658%doc %{texmfdist}/doc/latex/nature
9659%doc %{texmfdist}/doc/latex/ncclatex
9660%doc %{texmfdist}/doc/latex/ncctools
9661%doc %{texmfdist}/doc/latex/nddiss
9662%doc %{texmfdist}/doc/latex/newalg
9663%doc %{texmfdist}/doc/latex/newfile
9664%doc %{texmfdist}/doc/latex/newlfm
9665%doc %{texmfdist}/doc/latex/newspaper
9666%doc %{texmfdist}/doc/latex/newvbtm
9667%doc %{texmfdist}/doc/latex/niceframe
9668%doc %{texmfdist}/doc/latex/nih
9669%doc %{texmfdist}/doc/latex/noitcrul
9670%doc %{texmfdist}/doc/latex/nomentbl
9671%doc %{texmfdist}/doc/latex/nonfloat
9672%doc %{texmfdist}/doc/latex/nostarch
9673%doc %{texmfdist}/doc/latex/notes
9674%doc %{texmfdist}/doc/latex/notes2bib
9675%doc %{texmfdist}/doc/latex/nrc
9676%doc %{texmfdist}/doc/latex/ntabbing
9677%doc %{texmfdist}/doc/latex/numname
9678%doc %{texmfdist}/doc/latex/numprint
9679%doc %{texmfdist}/doc/latex/objectz
9680%doc %{texmfdist}/doc/latex/ocr-latex
9681%doc %{texmfdist}/doc/latex/octavo
9682%doc %{texmfdist}/doc/latex/ogham
9683%doc %{texmfdist}/doc/latex/ogonek
9684%doc %{texmfdist}/doc/latex/opcit
9685%doc %{texmfdist}/doc/latex/ordinalpt
9686%doc %{texmfdist}/doc/latex/othello
9687%doc %{texmfdist}/doc/latex/otibet
9688%doc %{texmfdist}/doc/latex/outline
9689%doc %{texmfdist}/doc/latex/outliner
9690%doc %{texmfdist}/doc/latex/pagenote
9691%doc %{texmfdist}/doc/latex/paper
9692%doc %{texmfdist}/doc/latex/papercdcase
9693%doc %{texmfdist}/doc/latex/papertex
9694%doc %{texmfdist}/doc/latex/parallel
9695%doc %{texmfdist}/doc/latex/paresse
9696%doc %{texmfdist}/doc/latex/parrun
9697%doc %{texmfdist}/doc/latex/pauldoc
9698%doc %{texmfdist}/doc/latex/pbox
9699%doc %{texmfdist}/doc/latex/pbsheet
9700%doc %{texmfdist}/doc/latex/pdfcprot
9701%doc %{texmfdist}/doc/latex/pdfscreen
9702%doc %{texmfdist}/doc/latex/pdfsync
9703%doc %{texmfdist}/doc/latex/pdftricks
9704%doc %{texmfdist}/doc/latex/pdfwin
9705%doc %{texmfdist}/doc/latex/pecha
9706%doc %{texmfdist}/doc/latex/perception
9707%doc %{texmfdist}/doc/latex/perltex
9708%doc %{texmfdist}/doc/latex/permute
9709%doc %{texmfdist}/doc/latex/petiteannonce
9710%doc %{texmfdist}/doc/latex/petri-nets
9711%doc %{texmfdist}/doc/latex/pgf-soroban
9712%doc %{texmfdist}/doc/latex/pgfopts
9713%doc %{texmfdist}/doc/latex/pgfplots
9714%doc %{texmfdist}/doc/latex/philex
9715%doc %{texmfdist}/doc/latex/philosophersimprint
9716%doc %{texmfdist}/doc/latex/photo
9717%doc %{texmfdist}/doc/latex/pinlabel
9718%doc %{texmfdist}/doc/latex/pittetd
9719%doc %{texmfdist}/doc/latex/plari
9720%doc %{texmfdist}/doc/latex/plates
9721%doc %{texmfdist}/doc/latex/play
9722%doc %{texmfdist}/doc/latex/plweb
9723%doc %{texmfdist}/doc/latex/pmgraph
9724%doc %{texmfdist}/doc/latex/poemscol
9725%doc %{texmfdist}/doc/latex/polski
9726%doc %{texmfdist}/doc/latex/polyglot
9727%doc %{texmfdist}/doc/latex/polytable
9728%doc %{texmfdist}/doc/latex/postcards
9729%doc %{texmfdist}/doc/latex/powerdot
9730%doc %{texmfdist}/doc/latex/ppower4
9731%doc %{texmfdist}/doc/latex/ppr-prv
9732%doc %{texmfdist}/doc/latex/pracjourn
9733%doc %{texmfdist}/doc/latex/prettyref
9734%doc %{texmfdist}/doc/latex/proba
9735%doc %{texmfdist}/doc/latex/probsoln
9736%doc %{texmfdist}/doc/latex/procIAGssymp
9737%doc %{texmfdist}/doc/latex/progkeys
9738%doc %{texmfdist}/doc/latex/progress
9739%doc %{texmfdist}/doc/latex/protex
9740%doc %{texmfdist}/doc/latex/protocol
9741%doc %{texmfdist}/doc/latex/psfragx
9742%doc %{texmfdist}/doc/latex/psgo
9743%doc %{texmfdist}/doc/latex/pspicture
9744%doc %{texmfdist}/doc/latex/pst2pdf
9745%doc %{texmfdist}/doc/latex/ptptex
9746%doc %{texmfdist}/doc/latex/qcm
9747%doc %{texmfdist}/doc/latex/qobitree
9748%doc %{texmfdist}/doc/latex/qstest
9749%doc %{texmfdist}/doc/latex/qsymbols
9750%doc %{texmfdist}/doc/latex/qtree
9751%doc %{texmfdist}/doc/latex/quotchap
9752%doc %{texmfdist}/doc/latex/quotmark
9753%doc %{texmfdist}/doc/latex/r_und_s
9754%doc %{texmfdist}/doc/latex/randbild
9755%doc %{texmfdist}/doc/latex/randtext
9756%doc %{texmfdist}/doc/latex/rccol
9757%doc %{texmfdist}/doc/latex/rcs
9758%doc %{texmfdist}/doc/latex/rcsinfo
9759%doc %{texmfdist}/doc/latex/recipecard
9760%doc %{texmfdist}/doc/latex/rectopma
9761%doc %{texmfdist}/doc/latex/refcheck
9762%doc %{texmfdist}/doc/latex/refman
9763%doc %{texmfdist}/doc/latex/refstyle
9764%doc %{texmfdist}/doc/latex/regcount
9765%doc %{texmfdist}/doc/latex/register
9766%doc %{texmfdist}/doc/latex/relenc
9767%doc %{texmfdist}/doc/latex/repeatindex
9768%doc %{texmfdist}/doc/latex/rlepsf
9769%doc %{texmfdist}/doc/latex/rmpage
9770%doc %{texmfdist}/doc/latex/robustcommand
9771%doc %{texmfdist}/doc/latex/robustindex
9772%doc %{texmfdist}/doc/latex/romannum
9773%doc %{texmfdist}/doc/latex/rotpages
9774%doc %{texmfdist}/doc/latex/rsc
9775%doc %{texmfdist}/doc/latex/rst
9776%doc %{texmfdist}/doc/latex/rtkinenc
9777%doc %{texmfdist}/doc/latex/rtklage
9778%doc %{texmfdist}/doc/latex/sagetex
9779%doc %{texmfdist}/doc/latex/sanskrit
9780%doc %{texmfdist}/doc/latex/sauerj
9781%doc %{texmfdist}/doc/latex/sauterfonts
9782%doc %{texmfdist}/doc/latex/savefnmark
9783%doc %{texmfdist}/doc/latex/savetrees
9784%doc %{texmfdist}/doc/latex/scalebar
9785%doc %{texmfdist}/doc/latex/schedule
9786%doc %{texmfdist}/doc/latex/scientificpaper
9787%doc %{texmfdist}/doc/latex/sciposter
9788%doc %{texmfdist}/doc/latex/sciwordconv
9789%doc %{texmfdist}/doc/latex/screenplay
9790%doc %{texmfdist}/doc/latex/script
9791%doc %{texmfdist}/doc/latex/sdrt
9792%doc %{texmfdist}/doc/latex/sectionbox
9793%doc %{texmfdist}/doc/latex/semantic
9794%doc %{texmfdist}/doc/latex/semioneside
9795%doc %{texmfdist}/doc/latex/seqsplit
9796%doc %{texmfdist}/doc/latex/sf298
9797%doc %{texmfdist}/doc/latex/sffms
9798%doc %{texmfdist}/doc/latex/sfg
9799%doc %{texmfdist}/doc/latex/sgame
9800%doc %{texmfdist}/doc/latex/shadethm
9801%doc %{texmfdist}/doc/latex/shipunov
9802%doc %{texmfdist}/doc/latex/shorttoc
9803%doc %{texmfdist}/doc/latex/show2e
9804%doc %{texmfdist}/doc/latex/showexpl
9805%doc %{texmfdist}/doc/latex/sides
9806%doc %{texmfdist}/doc/latex/siggraph
9807%doc %{texmfdist}/doc/latex/simplecv
9808%doc %{texmfdist}/doc/latex/simplewick
9809%doc %{texmfdist}/doc/latex/skak
9810%doc %{texmfdist}/doc/latex/slantsc
9811%doc %{texmfdist}/doc/latex/smalltableof
9812%doc %{texmfdist}/doc/latex/smartref
9813%doc %{texmfdist}/doc/latex/smflatex
9814%doc %{texmfdist}/doc/latex/snapshot
9815%doc %{texmfdist}/doc/latex/songbook
9816%doc %{texmfdist}/doc/latex/sort-by-letters
9817%doc %{texmfdist}/doc/latex/soyombo
9818%doc %{texmfdist}/doc/latex/sparklines
9819%doc %{texmfdist}/doc/latex/spie
9820%doc %{texmfdist}/doc/latex/splitbib
9821%doc %{texmfdist}/doc/latex/splitindex
9822%doc %{texmfdist}/doc/latex/spotcolor
9823%doc %{texmfdist}/doc/latex/sprite
9824%doc %{texmfdist}/doc/latex/srcltx
9825%doc %{texmfdist}/doc/latex/sseq
9826%doc %{texmfdist}/doc/latex/ssqquote
9827%doc %{texmfdist}/doc/latex/stage
9828%doc %{texmfdist}/doc/latex/statistik
9829%doc %{texmfdist}/doc/latex/stdpage
9830%doc %{texmfdist}/doc/latex/stellenbosch
9831%doc %{texmfdist}/doc/latex/stex
9832%doc %{texmfdist}/doc/latex/stringstrings
9833%doc %{texmfdist}/doc/latex/struktex
9834%doc %{texmfdist}/doc/latex/sttools
9835%doc %{texmfdist}/doc/latex/stubs
9836%doc %{texmfdist}/doc/latex/subdepth
9837%doc %{texmfdist}/doc/latex/subeqn
9838%doc %{texmfdist}/doc/latex/subeqnarray
9839%doc %{texmfdist}/doc/latex/subfloat
9840%doc %{texmfdist}/doc/latex/substr
9841%doc %{texmfdist}/doc/latex/sudoku
9842%doc %{texmfdist}/doc/latex/sudokubundle
9843%doc %{texmfdist}/doc/latex/sugconf
9844%doc %{texmfdist}/doc/latex/supertabular
9845%doc %{texmfdist}/doc/latex/susy
9846%doc %{texmfdist}/doc/latex/svgcolor
9847%doc %{texmfdist}/doc/latex/svn-multi
9848%doc %{texmfdist}/doc/latex/svn
9849%doc %{texmfdist}/doc/latex/svninfo
9850%doc %{texmfdist}/doc/latex/swebib
9851%doc %{texmfdist}/doc/latex/swimgraf
9852%doc %{texmfdist}/doc/latex/synproof
9853%doc %{texmfdist}/doc/latex/syntax
9854%doc %{texmfdist}/doc/latex/syntrace
9855%doc %{texmfdist}/doc/latex/synttree
9856%doc %{texmfdist}/doc/latex/t-angles
9857%doc %{texmfdist}/doc/latex/tableaux
9858%doc %{texmfdist}/doc/latex/tablists
9859%doc %{texmfdist}/doc/latex/tablor
9860%doc %{texmfdist}/doc/latex/tabto-ltx
9861%doc %{texmfdist}/doc/latex/tabulary
9862%doc %{texmfdist}/doc/latex/tabvar
9863%doc %{texmfdist}/doc/latex/talk
9864%doc %{texmfdist}/doc/latex/tapir
9865%doc %{texmfdist}/doc/latex/tcldoc
9866%doc %{texmfdist}/doc/latex/tdsfrmath
9867%doc %{texmfdist}/doc/latex/technics
9868%doc %{texmfdist}/doc/latex/ted
9869%doc %{texmfdist}/doc/latex/tengwarscript
9870%doc %{texmfdist}/doc/latex/tensor
9871%doc %{texmfdist}/doc/latex/teubner
9872%doc %{texmfdist}/doc/latex/texmate
9873%doc %{texmfdist}/doc/latex/texpower
9874%doc %{texmfdist}/doc/latex/texshade
9875%doc %{texmfdist}/doc/latex/textcase
9876%doc %{texmfdist}/doc/latex/textopo
9877%doc %{texmfdist}/doc/latex/theoremref
9878%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
9879%doc %{texmfdist}/doc/latex/thinsp
9880%doc %{texmfdist}/doc/latex/thmtools
9881%doc %{texmfdist}/doc/latex/thumb
9882%doc %{texmfdist}/doc/latex/thuthesis
9883%doc %{texmfdist}/doc/latex/ticket
9884%doc %{texmfdist}/doc/latex/tikz-inet
9885%doc %{texmfdist}/doc/latex/timesht
9886%doc %{texmfdist}/doc/latex/titling
9887%doc %{texmfdist}/doc/latex/tocvsec2
9888%doc %{texmfdist}/doc/latex/todo
9889%doc %{texmfdist}/doc/latex/tokenizer
9890%doc %{texmfdist}/doc/latex/toolbox
9891%doc %{texmfdist}/doc/latex/topfloat
9892%doc %{texmfdist}/doc/latex/toptesi
9893%doc %{texmfdist}/doc/latex/tpslifonts
9894%doc %{texmfdist}/doc/latex/trajan
9895%doc %{texmfdist}/doc/latex/translator
9896%doc %{texmfdist}/doc/latex/tree-dvips
9897%doc %{texmfdist}/doc/latex/trfsigns
9898%doc %{texmfdist}/doc/latex/trivfloat
9899%doc %{texmfdist}/doc/latex/trsym
9900%doc %{texmfdist}/doc/latex/tufte-latex
9901%doc %{texmfdist}/doc/latex/tugboat
9902%doc %{texmfdist}/doc/latex/turnstile
9903%doc %{texmfdist}/doc/latex/twoup
9904%doc %{texmfdist}/doc/latex/typedref
9905%doc %{texmfdist}/doc/latex/typogrid
9906%doc %{texmfdist}/doc/latex/uaclasses
9907%doc %{texmfdist}/doc/latex/ucthesis
9908%doc %{texmfdist}/doc/latex/uebungsblatt
9909%doc %{texmfdist}/doc/latex/uiucthesis
9910%doc %{texmfdist}/doc/latex/ulsy
9911%doc %{texmfdist}/doc/latex/umich-thesis
9912%doc %{texmfdist}/doc/latex/uml
9913%doc %{texmfdist}/doc/latex/umlaute
9914%doc %{texmfdist}/doc/latex/umoline
9915%doc %{texmfdist}/doc/latex/umthesis
9916%doc %{texmfdist}/doc/latex/underlin
9917%doc %{texmfdist}/doc/latex/undertilde
9918%doc %{texmfdist}/doc/latex/unitsdef
9919%doc %{texmfdist}/doc/latex/unroman
9920%doc %{texmfdist}/doc/latex/upmethodology
9921%doc %{texmfdist}/doc/latex/urlbst
9922%doc %{texmfdist}/doc/latex/ushort
9923%doc %{texmfdist}/doc/latex/uwthesis
9924%doc %{texmfdist}/doc/latex/varindex
9925%doc %{texmfdist}/doc/latex/varsfromjobname
9926%doc %{texmfdist}/doc/latex/vector
9927%doc %{texmfdist}/doc/latex/verse
9928%doc %{texmfdist}/doc/latex/vhistory
9929%doc %{texmfdist}/doc/latex/vita
9930%doc %{texmfdist}/doc/latex/volumes
9931%doc %{texmfdist}/doc/latex/vpe
9932%doc %{texmfdist}/doc/latex/vrsion
9933%doc %{texmfdist}/doc/latex/vwcol
9934%doc %{texmfdist}/doc/latex/vxu
9935%doc %{texmfdist}/doc/latex/wadalab
9936%doc %{texmfdist}/doc/latex/wallpaper
9937%doc %{texmfdist}/doc/latex/warpcol
9938%doc %{texmfdist}/doc/latex/wnri
9939%doc %{texmfdist}/doc/latex/wordlike
9940%doc %{texmfdist}/doc/latex/xargs
9941%doc %{texmfdist}/doc/latex/xdoc
9942%doc %{texmfdist}/doc/latex/xfor
9943%doc %{texmfdist}/doc/latex/xifthen
9944%doc %{texmfdist}/doc/latex/xmpincl
9945%doc %{texmfdist}/doc/latex/xnewcommand
9946%doc %{texmfdist}/doc/latex/xoptarg
9947%doc %{texmfdist}/doc/latex/xpackages
9948%doc %{texmfdist}/doc/latex/xskak
9949%doc %{texmfdist}/doc/latex/xstring
9950%doc %{texmfdist}/doc/latex/xtcapts
9951%doc %{texmfdist}/doc/latex/xyling
9952%doc %{texmfdist}/doc/latex/xytree
9953%doc %{texmfdist}/doc/latex/yafoot
9954%doc %{texmfdist}/doc/latex/yhmath
9955%doc %{texmfdist}/doc/latex/york-thesis
9956%doc %{texmfdist}/doc/latex/yplan
9957%doc %{texmfdist}/doc/latex/zed-csp
9958%doc %{texmfdist}/doc/latex/zefonts
9959%doc %{texmfdist}/doc/latex/ziffer
9960%doc %{texmfdist}/doc/latex/zwgetfdate
9961%doc %{texmfdist}/source/latex/hyperref/doc
9962%doc %{texmfdist}/source/latex/koma-script/doc
9963
9964%files latex-other
9965%defattr(644,root,root,755)
f65b3398
ZU
9966%{texmfdist}/metapost/latexmp
9967%{texmfdist}/metapost/makecirc
8affbd2c 9968%dir %{texmfdist}/source/alatex
f65b3398 9969%{texmfdist}/source/alatex/base
8affbd2c 9970%dir %{texmfdist}/source/cslatex
f65b3398
ZU
9971%{texmfdist}/source/cslatex/base
9972%{texmfdist}/source/generic/xypic
9973%{texmfdist}/source/latex/ESIEEcv
9974%{texmfdist}/source/latex/GuIT
9975%{texmfdist}/source/latex/HA-prosper
9976%{texmfdist}/source/latex/IEEEconf
9977%{texmfdist}/source/latex/aastex
9978%{texmfdist}/source/latex/abc
9979%{texmfdist}/source/latex/abstract
9980%{texmfdist}/source/latex/achemso
9981%{texmfdist}/source/latex/acmconf
9982%{texmfdist}/source/latex/acronym
9983%{texmfdist}/source/latex/active-conf
9984%{texmfdist}/source/latex/addlines
9985%{texmfdist}/source/latex/adrlist
9986%{texmfdist}/source/latex/aiaa
9987%{texmfdist}/source/latex/alg
9988%{texmfdist}/source/latex/alnumsec
9989%{texmfdist}/source/latex/altfont
9990%{texmfdist}/source/latex/amsaddr
9991%{texmfdist}/source/latex/amscls
9992%{texmfdist}/source/latex/amsfonts
9993%{texmfdist}/source/latex/amsmath
9994%{texmfdist}/source/latex/amsrefs
9995%{texmfdist}/source/latex/answers
9996%{texmfdist}/source/latex/apacite
9997%{texmfdist}/source/latex/appendix
9998%{texmfdist}/source/latex/arcs
9999%{texmfdist}/source/latex/arydshln
10000%{texmfdist}/source/latex/asaetr
10001%{texmfdist}/source/latex/ascii
10002%{texmfdist}/source/latex/attachfile
8affbd2c 10003%{texmfdist}/source/latex/augie
f65b3398
ZU
10004%{texmfdist}/source/latex/babelbib
10005%{texmfdist}/source/latex/backgammon
10006%{texmfdist}/source/latex/barcodes
10007%{texmfdist}/source/latex/base
10008%{texmfdist}/source/latex/bayer
10009%{texmfdist}/source/latex/bbding
10010%{texmfdist}/source/latex/bbm-macros
10011%{texmfdist}/source/latex/belleek
10012%{texmfdist}/source/latex/bengali
10013%{texmfdist}/source/latex/beton
10014%{texmfdist}/source/latex/bez123
10015%{texmfdist}/source/latex/bibarts
10016%{texmfdist}/source/latex/bibleref
10017%{texmfdist}/source/latex/biblist
10018%{texmfdist}/source/latex/bibtopic
10019%{texmfdist}/source/latex/bibtopicprefix
10020%{texmfdist}/source/latex/bigfoot
10021%{texmfdist}/source/latex/binomexp
10022%{texmfdist}/source/latex/biocon
10023%{texmfdist}/source/latex/bizcard
10024%{texmfdist}/source/latex/blindtext
10025%{texmfdist}/source/latex/blowup
10026%{texmfdist}/source/latex/boites
10027%{texmfdist}/source/latex/bookhands
10028%{texmfdist}/source/latex/booklet
10029%{texmfdist}/source/latex/booktabs
10030%{texmfdist}/source/latex/bophook
10031%{texmfdist}/source/latex/boxhandler
10032%{texmfdist}/source/latex/bpchem
10033%{texmfdist}/source/latex/braille
10034%{texmfdist}/source/latex/breakurl
10035%{texmfdist}/source/latex/brushscr
10036%{texmfdist}/source/latex/bullcntr
10037%{texmfdist}/source/latex/burmese
10038%{texmfdist}/source/latex/bytefield
10039%{texmfdist}/source/latex/captcont
10040%{texmfdist}/source/latex/caption
10041%{texmfdist}/source/latex/carlisle
10042%{texmfdist}/source/latex/catechis
10043%{texmfdist}/source/latex/ccaption
10044%{texmfdist}/source/latex/ccfonts
10045%{texmfdist}/source/latex/cclicenses
10046%{texmfdist}/source/latex/cd-cover
10047%{texmfdist}/source/latex/cd
10048%{texmfdist}/source/latex/cdpbundl
10049%{texmfdist}/source/latex/changebar
10050%{texmfdist}/source/latex/changes
10051%{texmfdist}/source/latex/chappg
10052%{texmfdist}/source/latex/chapterfolder
10053%{texmfdist}/source/latex/chemcompounds
10054%{texmfdist}/source/latex/chemstyle
10055%{texmfdist}/source/latex/chessboard
10056%{texmfdist}/source/latex/chessfss
10057%{texmfdist}/source/latex/chletter
10058%{texmfdist}/source/latex/circ
10059%{texmfdist}/source/latex/cjk/utils
10060%{texmfdist}/source/latex/cjw
10061%{texmfdist}/source/latex/clefval
10062%{texmfdist}/source/latex/cleveref
10063%{texmfdist}/source/latex/cmcyralt
10064%{texmfdist}/source/latex/cmdtrack
10065%{texmfdist}/source/latex/cmll
10066%{texmfdist}/source/latex/cmsd
10067%{texmfdist}/source/latex/codepage
10068%{texmfdist}/source/latex/colortbl
10069%{texmfdist}/source/latex/colorwav
10070%{texmfdist}/source/latex/combine
10071%{texmfdist}/source/latex/comment
10072%{texmfdist}/source/latex/computational-complexity
10073%{texmfdist}/source/latex/confproc
10074%{texmfdist}/source/latex/constants
10075%{texmfdist}/source/latex/contour
10076%{texmfdist}/source/latex/cooking
10077%{texmfdist}/source/latex/cool
10078%{texmfdist}/source/latex/coollist
10079%{texmfdist}/source/latex/coolstr
10080%{texmfdist}/source/latex/cooltooltips
10081%{texmfdist}/source/latex/coordsys
10082%{texmfdist}/source/latex/coverpage
10083%{texmfdist}/source/latex/crop
10084%{texmfdist}/source/latex/crossreference
10085%{texmfdist}/source/latex/crosswrd
10086%{texmfdist}/source/latex/csvtools
10087%{texmfdist}/source/latex/ctable
10088%{texmfdist}/source/latex/ctib
10089%{texmfdist}/source/latex/cuisine
10090%{texmfdist}/source/latex/currvita
10091%{texmfdist}/source/latex/curve
10092%{texmfdist}/source/latex/curve2e
10093%{texmfdist}/source/latex/curves
10094%{texmfdist}/source/latex/cweb-latex
10095%{texmfdist}/source/latex/cwpuzzle
10096%{texmfdist}/source/latex/dashbox
10097%{texmfdist}/source/latex/dashrule
10098%{texmfdist}/source/latex/datatool
10099%{texmfdist}/source/latex/dateiliste
10100%{texmfdist}/source/latex/datenumber
10101%{texmfdist}/source/latex/datetime
10102%{texmfdist}/source/latex/decimal
10103%{texmfdist}/source/latex/delimtxt
10104%{texmfdist}/source/latex/diagnose
10105%{texmfdist}/source/latex/dialogl
10106%{texmfdist}/source/latex/dinbrief
10107%{texmfdist}/source/latex/disser
10108%{texmfdist}/source/latex/dnaseq
10109%{texmfdist}/source/latex/docmfp
10110%{texmfdist}/source/latex/doipubmed
10111%{texmfdist}/source/latex/dotarrow
10112%{texmfdist}/source/latex/dotseqn
10113%{texmfdist}/source/latex/dottex
10114%{texmfdist}/source/latex/dprogress
10115%{texmfdist}/source/latex/drac
10116%{texmfdist}/source/latex/draftcopy
10117%{texmfdist}/source/latex/draftwatermark
10118%{texmfdist}/source/latex/dramatist
10119%{texmfdist}/source/latex/dtk
10120%{texmfdist}/source/latex/dtxgallery
10121%{texmfdist}/source/latex/dyntree
10122%{texmfdist}/source/latex/eCards
10123%{texmfdist}/source/latex/ebezier
10124%{texmfdist}/source/latex/ebsthesis
10125%{texmfdist}/source/latex/ecclesiastic
10126%{texmfdist}/source/latex/ecv
10127%{texmfdist}/source/latex/ed
10128%{texmfdist}/source/latex/edmac
10129%{texmfdist}/source/latex/edmargin
10130%{texmfdist}/source/latex/eemeir
10131%{texmfdist}/source/latex/egplot
10132%{texmfdist}/source/latex/eiad
10133%{texmfdist}/source/latex/ellipsis
10134%{texmfdist}/source/latex/elmath
10135%{texmfdist}/source/latex/elsarticle
10136%{texmfdist}/source/latex/em
10137%{texmfdist}/source/latex/emp
10138%{texmfdist}/source/latex/endfloat
10139%{texmfdist}/source/latex/endheads
10140%{texmfdist}/source/latex/engpron
10141%{texmfdist}/source/latex/engrec
10142%{texmfdist}/source/latex/environ
10143%{texmfdist}/source/latex/envlab
10144%{texmfdist}/source/latex/epigraph
10145%{texmfdist}/source/latex/epiolmec
10146%{texmfdist}/source/latex/epsdice
10147%{texmfdist}/source/latex/eqlist
10148%{texmfdist}/source/latex/eqnarray
10149%{texmfdist}/source/latex/eqparbox
10150%{texmfdist}/source/latex/errata
10151%{texmfdist}/source/latex/esdiff
10152%{texmfdist}/source/latex/eskd
10153%{texmfdist}/source/latex/eso-pic
10154%{texmfdist}/source/latex/esvect
10155%{texmfdist}/source/latex/etaremune
10156%{texmfdist}/source/latex/ethiop
10157%{texmfdist}/source/latex/eukdate
10158%{texmfdist}/source/latex/euler
10159%{texmfdist}/source/latex/euproposal
10160%{texmfdist}/source/latex/euro
10161%{texmfdist}/source/latex/everypage
10162%{texmfdist}/source/latex/examdesign
10163%{texmfdist}/source/latex/exercise
10164%{texmfdist}/source/latex/expdlist
10165%{texmfdist}/source/latex/expl3
10166%{texmfdist}/source/latex/export
10167%{texmfdist}/source/latex/extpfeil
10168%{texmfdist}/source/latex/extract
10169%{texmfdist}/source/latex/facsimile
10170%{texmfdist}/source/latex/faktor
10171%{texmfdist}/source/latex/fancynum
10172%{texmfdist}/source/latex/fancyref
10173%{texmfdist}/source/latex/fancytooltips
10174%{texmfdist}/source/latex/fancyvrb
10175%{texmfdist}/source/latex/feynmf
10176%{texmfdist}/source/latex/figsize
10177%{texmfdist}/source/latex/filecontents
10178%{texmfdist}/source/latex/fink
10179%{texmfdist}/source/latex/fixme
10180%{texmfdist}/source/latex/flabels
10181%{texmfdist}/source/latex/flagderiv
10182%{texmfdist}/source/latex/flashcards
10183%{texmfdist}/source/latex/flippdf
10184%{texmfdist}/source/latex/float
10185%{texmfdist}/source/latex/floatrow
10186%{texmfdist}/source/latex/flowfram
10187%{texmfdist}/source/latex/fmp
10188%{texmfdist}/source/latex/fmtcount
10189%{texmfdist}/source/latex/fnbreak
10190%{texmfdist}/source/latex/foilhtml
10191%{texmfdist}/source/latex/fonttable
10192%{texmfdist}/source/latex/footmisc
10193%{texmfdist}/source/latex/footnpag
10194%{texmfdist}/source/latex/forarray
10195%{texmfdist}/source/latex/forloop
10196%{texmfdist}/source/latex/formula
10197%{texmfdist}/source/latex/fouridx
10198%{texmfdist}/source/latex/frankenstein
10199%{texmfdist}/source/latex/frontespizio
10200%{texmfdist}/source/latex/fullblck
10201%{texmfdist}/source/latex/functan
10202%{texmfdist}/source/latex/fundus
10203%{texmfdist}/source/latex/g-brief
10204%{texmfdist}/source/latex/galois
10205%{texmfdist}/source/latex/gcite
10206%{texmfdist}/source/latex/genmpage
10207%{texmfdist}/source/latex/geometry
10208%{texmfdist}/source/latex/geomsty
10209%{texmfdist}/source/latex/ginpenc
10210%{texmfdist}/source/latex/glossaries
10211%{texmfdist}/source/latex/gnuplottex
10212%{texmfdist}/source/latex/go
10213%{texmfdist}/source/latex/graphics
10214%{texmfdist}/source/latex/graphicx-psmin
10215%{texmfdist}/source/latex/greekdates
10216%{texmfdist}/source/latex/grnumalt
10217%{texmfdist}/source/latex/grverb
10218%{texmfdist}/source/latex/guitar
10219%{texmfdist}/source/latex/hanging
10220%{texmfdist}/source/latex/harvard
10221%{texmfdist}/source/latex/hc
10222%{texmfdist}/source/latex/hepthesis
10223%{texmfdist}/source/latex/hhtensor
10224%{texmfdist}/source/latex/hilowres
10225%{texmfdist}/source/latex/histogr
10226%{texmfdist}/source/latex/hpsdiss
10227%{texmfdist}/source/latex/hrlatex
10228%{texmfdist}/source/latex/hyper
10229%{texmfdist}/source/latex/hyperref
10230%{texmfdist}/source/latex/hyperxmp
10231%{texmfdist}/source/latex/hyphenat
10232%{texmfdist}/source/latex/ibycus-babel
10233%{texmfdist}/source/latex/icsv
10234%{texmfdist}/source/latex/ifmslide
10235%{texmfdist}/source/latex/ifplatform
10236%{texmfdist}/source/latex/ijmart
10237%{texmfdist}/source/latex/imtekda
10238%{texmfdist}/source/latex/index
10239%{texmfdist}/source/latex/inlinedef
10240%{texmfdist}/source/latex/inversepath
10241%{texmfdist}/source/latex/iso
10242%{texmfdist}/source/latex/iso10303
10243%{texmfdist}/source/latex/isodate
10244%{texmfdist}/source/latex/isodoc
10245%{texmfdist}/source/latex/isorot
10246%{texmfdist}/source/latex/isotope
10247%{texmfdist}/source/latex/itnumpar
10248%{texmfdist}/source/latex/jeopardy
10249%{texmfdist}/source/latex/jura
10250%{texmfdist}/source/latex/juraabbrev
10251%{texmfdist}/source/latex/jurarsp
10252%{texmfdist}/source/latex/kdgreek
10253%{texmfdist}/source/latex/kerntest
10254%{texmfdist}/source/latex/kluwer
10255%{texmfdist}/source/latex/koma-script
10256%{texmfdist}/source/latex/labelcas
10257%{texmfdist}/source/latex/labels
10258%{texmfdist}/source/latex/lastpage
10259%{texmfdist}/source/latex/latex-tds
10260%{texmfdist}/source/latex/layouts
10261%{texmfdist}/source/latex/lcg
10262%{texmfdist}/source/latex/lcyw
10263%{texmfdist}/source/latex/leading
10264%{texmfdist}/source/latex/ledmac
10265%{texmfdist}/source/latex/leftidx
10266%{texmfdist}/source/latex/lettrine
10267%{texmfdist}/source/latex/lexikon
10268%{texmfdist}/source/latex/lhcyr
10269%{texmfdist}/source/latex/lhelp
10270%{texmfdist}/source/latex/limap
10271%{texmfdist}/source/latex/lipsum
10272%{texmfdist}/source/latex/listbib
10273%{texmfdist}/source/latex/listings
10274%{texmfdist}/source/latex/listliketab
10275%{texmfdist}/source/latex/localloc
10276%{texmfdist}/source/latex/logpap
10277%{texmfdist}/source/latex/lps
10278%{texmfdist}/source/latex/ltxindex
10279%{texmfdist}/source/latex/mailing
10280%{texmfdist}/source/latex/makebox
10281%{texmfdist}/source/latex/makecell
10282%{texmfdist}/source/latex/makecmds
10283%{texmfdist}/source/latex/makedtx
10284%{texmfdist}/source/latex/makeplot
10285%{texmfdist}/source/latex/manfnt
10286%{texmfdist}/source/latex/manuscript
10287%{texmfdist}/source/latex/mapcodes
10288%{texmfdist}/source/latex/marginnote
10289%{texmfdist}/source/latex/mathcomp
10290%{texmfdist}/source/latex/mathpazo
10291%{texmfdist}/source/latex/mcaption
10292%{texmfdist}/source/latex/mcite
10293%{texmfdist}/source/latex/mdwtools
10294%{texmfdist}/source/latex/memoir
10295%{texmfdist}/source/latex/mentis
10296%{texmfdist}/source/latex/menu
10297%{texmfdist}/source/latex/method
10298%{texmfdist}/source/latex/metre
10299%{texmfdist}/source/latex/mff
10300%{texmfdist}/source/latex/mfpic4ode
10301%{texmfdist}/source/latex/mftinc
10302%{texmfdist}/source/latex/mh
10303%{texmfdist}/source/latex/miller
10304%{texmfdist}/source/latex/minipage-marginpar
10305%{texmfdist}/source/latex/minutes
10306%{texmfdist}/source/latex/mlist
10307%{texmfdist}/source/latex/mnsymbol
10308%{texmfdist}/source/latex/modroman
10309%{texmfdist}/source/latex/mongolian-babel
10310%{texmfdist}/source/latex/montex
10311%{texmfdist}/source/latex/moresize
10312%{texmfdist}/source/latex/moreverb
10313%{texmfdist}/source/latex/mparhack
10314%{texmfdist}/source/latex/ms
10315%{texmfdist}/source/latex/msg
10316%{texmfdist}/source/latex/mtgreek
10317%{texmfdist}/source/latex/multibbl
10318%{texmfdist}/source/latex/multibib
10319%{texmfdist}/source/latex/multicap
10320%{texmfdist}/source/latex/mwcls
10321%{texmfdist}/source/latex/mxd
10322%{texmfdist}/source/latex/nag
10323%{texmfdist}/source/latex/namespc
10324%{texmfdist}/source/latex/natbib
10325%{texmfdist}/source/latex/ncctools
10326%{texmfdist}/source/latex/nddiss
10327%{texmfdist}/source/latex/newalg
10328%{texmfdist}/source/latex/newfile
10329%{texmfdist}/source/latex/newlfm
10330%{texmfdist}/source/latex/newspaper
10331%{texmfdist}/source/latex/newvbtm
10332%{texmfdist}/source/latex/niceframe
10333%{texmfdist}/source/latex/noitcrul
10334%{texmfdist}/source/latex/nomencl
10335%{texmfdist}/source/latex/nomentbl
10336%{texmfdist}/source/latex/nonfloat
10337%{texmfdist}/source/latex/nostarch
10338%{texmfdist}/source/latex/notes
10339%{texmfdist}/source/latex/notes2bib
10340%{texmfdist}/source/latex/nrc
10341%{texmfdist}/source/latex/ntgclass
10342%{texmfdist}/source/latex/ntheorem
10343%{texmfdist}/source/latex/numprint
10344%{texmfdist}/source/latex/oberdiek
10345%{texmfdist}/source/latex/objectz
10346%{texmfdist}/source/latex/octavo
10347%{texmfdist}/source/latex/ogonek
10348%{texmfdist}/source/latex/oldstyle
10349%{texmfdist}/source/latex/opcit
10350%{texmfdist}/source/latex/ordinalpt
10351%{texmfdist}/source/latex/othello
10352%{texmfdist}/source/latex/otibet
10353%{texmfdist}/source/latex/pacioli
10354%{texmfdist}/source/latex/pageno
10355%{texmfdist}/source/latex/pagenote
10356%{texmfdist}/source/latex/paper
10357%{texmfdist}/source/latex/papercdcase
10358%{texmfdist}/source/latex/papertex
10359%{texmfdist}/source/latex/paralist
10360%{texmfdist}/source/latex/parallel
10361%{texmfdist}/source/latex/paresse
10362%{texmfdist}/source/latex/parrun
10363%{texmfdist}/source/latex/patchcmd
10364%{texmfdist}/source/latex/pauldoc
10365%{texmfdist}/source/latex/pawpict
10366%{texmfdist}/source/latex/pbox
10367%{texmfdist}/source/latex/pbsheet
10368%{texmfdist}/source/latex/pdfcprot
10369%{texmfdist}/source/latex/pdfpages
10370%{texmfdist}/source/latex/perltex
10371%{texmfdist}/source/latex/permute
10372%{texmfdist}/source/latex/petri-nets
10373%{texmfdist}/source/latex/pgfopts
10374%{texmfdist}/source/latex/pgfplots
10375%{texmfdist}/source/latex/philosophersimprint
10376%{texmfdist}/source/latex/photo
10377%{texmfdist}/source/latex/pict2e
10378%{texmfdist}/source/latex/pittetd
10379%{texmfdist}/source/latex/plari
10380%{texmfdist}/source/latex/play
10381%{texmfdist}/source/latex/plweb
10382%{texmfdist}/source/latex/poemscol
10383%{texmfdist}/source/latex/polski
10384%{texmfdist}/source/latex/polyglot
10385%{texmfdist}/source/latex/polytable
10386%{texmfdist}/source/latex/powerdot
10387%{texmfdist}/source/latex/ppr-prv
10388%{texmfdist}/source/latex/pracjourn
10389%{texmfdist}/source/latex/preprint
10390%{texmfdist}/source/latex/prettyref
10391%{texmfdist}/source/latex/preview
10392%{texmfdist}/source/latex/proba
10393%{texmfdist}/source/latex/probsoln
10394%{texmfdist}/source/latex/progkeys
10395%{texmfdist}/source/latex/prosper
10396%{texmfdist}/source/latex/protocol
10397%{texmfdist}/source/latex/psfrag
10398%{texmfdist}/source/latex/psfragx
10399%{texmfdist}/source/latex/pslatex
10400%{texmfdist}/source/latex/pspicture
10401%{texmfdist}/source/latex/qcm
10402%{texmfdist}/source/latex/qstest
10403%{texmfdist}/source/latex/qsymbols
10404%{texmfdist}/source/latex/quotchap
10405%{texmfdist}/source/latex/quotmark
10406%{texmfdist}/source/latex/randbild
10407%{texmfdist}/source/latex/rccol
10408%{texmfdist}/source/latex/rcs
10409%{texmfdist}/source/latex/rcsinfo
10410%{texmfdist}/source/latex/recipecard
10411%{texmfdist}/source/latex/refman
10412%{texmfdist}/source/latex/refstyle
10413%{texmfdist}/source/latex/regcount
10414%{texmfdist}/source/latex/register
10415%{texmfdist}/source/latex/relenc
10416%{texmfdist}/source/latex/revtex
10417%{texmfdist}/source/latex/rmpage
10418%{texmfdist}/source/latex/robustcommand
10419%{texmfdist}/source/latex/romannum
10420%{texmfdist}/source/latex/rotating
10421%{texmfdist}/source/latex/rotfloat
10422%{texmfdist}/source/latex/rsc
10423%{texmfdist}/source/latex/rst
10424%{texmfdist}/source/latex/rtkinenc
10425%{texmfdist}/source/latex/sagetex
10426%{texmfdist}/source/latex/sanskrit
10427%{texmfdist}/source/latex/sauerj
10428%{texmfdist}/source/latex/sauterfonts
10429%{texmfdist}/source/latex/savefnmark
10430%{texmfdist}/source/latex/savetrees
10431%{texmfdist}/source/latex/scale
10432%{texmfdist}/source/latex/scalebar
10433%{texmfdist}/source/latex/schedule
10434%{texmfdist}/source/latex/sciwordconv
10435%{texmfdist}/source/latex/screenplay
10436%{texmfdist}/source/latex/sectsty
10437%{texmfdist}/source/latex/semantic
10438%{texmfdist}/source/latex/semioneside
10439%{texmfdist}/source/latex/seqsplit
10440%{texmfdist}/source/latex/sf298
10441%{texmfdist}/source/latex/sffms
10442%{texmfdist}/source/latex/shorttoc
10443%{texmfdist}/source/latex/show2e
10444%{texmfdist}/source/latex/showexpl
10445%{texmfdist}/source/latex/showlabels
10446%{texmfdist}/source/latex/sidecap
10447%{texmfdist}/source/latex/siggraph
10448%{texmfdist}/source/latex/simplecv
10449%{texmfdist}/source/latex/simplewick
10450%{texmfdist}/source/latex/skull
10451%{texmfdist}/source/latex/slantsc
10452%{texmfdist}/source/latex/snapshot
10453%{texmfdist}/source/latex/songbook
10454%{texmfdist}/source/latex/soul
10455%{texmfdist}/source/latex/splitbib
10456%{texmfdist}/source/latex/splitindex
10457%{texmfdist}/source/latex/srcltx
10458%{texmfdist}/source/latex/sseq
10459%{texmfdist}/source/latex/ssqquote
10460%{texmfdist}/source/latex/stack
10461%{texmfdist}/source/latex/statistik
10462%{texmfdist}/source/latex/staves
10463%{texmfdist}/source/latex/stdclsdv
10464%{texmfdist}/source/latex/stdpage
10465%{texmfdist}/source/latex/stellenbosch
10466%{texmfdist}/source/latex/stex
10467%{texmfdist}/source/latex/stringstrings
10468%{texmfdist}/source/latex/struktex
10469%{texmfdist}/source/latex/subdepth
10470%{texmfdist}/source/latex/subeqn
10471%{texmfdist}/source/latex/subeqnarray
10472%{texmfdist}/source/latex/subfig
10473%{texmfdist}/source/latex/subfigure
10474%{texmfdist}/source/latex/subfloat
10475%{texmfdist}/source/latex/sudoku
10476%{texmfdist}/source/latex/sudokubundle
10477%{texmfdist}/source/latex/supertabular
10478%{texmfdist}/source/latex/svn-multi
10479%{texmfdist}/source/latex/svn
10480%{texmfdist}/source/latex/svninfo
10481%{texmfdist}/source/latex/swimgraf
10482%{texmfdist}/source/latex/syntrace
10483%{texmfdist}/source/latex/synttree
10484%{texmfdist}/source/latex/tablists
10485%{texmfdist}/source/latex/tabulary
10486%{texmfdist}/source/latex/tabvar
10487%{texmfdist}/source/latex/talk
10488%{texmfdist}/source/latex/tcldoc
10489%{texmfdist}/source/latex/tdsfrmath
10490%{texmfdist}/source/latex/technics
10491%{texmfdist}/source/latex/ted
10492%{texmfdist}/source/latex/tengwarscript
10493%{texmfdist}/source/latex/tensor
10494%{texmfdist}/source/latex/teubner
10495%{texmfdist}/source/latex/texmate
10496%{texmfdist}/source/latex/texpower
10497%{texmfdist}/source/latex/texshade
10498%{texmfdist}/source/latex/textcase
10499%{texmfdist}/source/latex/textfit
10500%{texmfdist}/source/latex/textopo
10501%{texmfdist}/source/latex/textpos
10502%{texmfdist}/source/latex/thesis-titlepage-fhac
10503%{texmfdist}/source/latex/thmtools
10504%{texmfdist}/source/latex/thumb
10505%{texmfdist}/source/latex/thuthesis
10506%{texmfdist}/source/latex/timesht
10507%{texmfdist}/source/latex/titling
10508%{texmfdist}/source/latex/tocbibind
10509%{texmfdist}/source/latex/tocloft
10510%{texmfdist}/source/latex/tocvsec2
10511%{texmfdist}/source/latex/todo
10512%{texmfdist}/source/latex/toolbox
10513%{texmfdist}/source/latex/tools
10514%{texmfdist}/source/latex/toptesi
10515%{texmfdist}/source/latex/totpages
10516%{texmfdist}/source/latex/trajan
10517%{texmfdist}/source/latex/tree-dvips
10518%{texmfdist}/source/latex/trfsigns
10519%{texmfdist}/source/latex/trivfloat
10520%{texmfdist}/source/latex/trsym
10521%{texmfdist}/source/latex/tugboat
10522%{texmfdist}/source/latex/turnstile
10523%{texmfdist}/source/latex/twoup
10524%{texmfdist}/source/latex/type1cm
10525%{texmfdist}/source/latex/typedref
10526%{texmfdist}/source/latex/typogrid
10527%{texmfdist}/source/latex/uaclasses
10528%{texmfdist}/source/latex/uiucthesis
10529%{texmfdist}/source/latex/ulsy
10530%{texmfdist}/source/latex/uml
10531%{texmfdist}/source/latex/umlaute
10532%{texmfdist}/source/latex/umoline
10533%{texmfdist}/source/latex/underlin
10534%{texmfdist}/source/latex/undertilde
10535%{texmfdist}/source/latex/units
10536%{texmfdist}/source/latex/unitsdef
10537%{texmfdist}/source/latex/unroman
10538%{texmfdist}/source/latex/upmethodology
10539%{texmfdist}/source/latex/urlbst
10540%{texmfdist}/source/latex/ushort
10541%{texmfdist}/source/latex/varindex
10542%{texmfdist}/source/latex/vector
10543%{texmfdist}/source/latex/verse
10544%{texmfdist}/source/latex/vmargin
10545%{texmfdist}/source/latex/volumes
10546%{texmfdist}/source/latex/vrsion
10547%{texmfdist}/source/latex/vwcol
10548%{texmfdist}/source/latex/vxu
10549%{texmfdist}/source/latex/warning
10550%{texmfdist}/source/latex/warpcol
10551%{texmfdist}/source/latex/was
10552%{texmfdist}/source/latex/wnri
10553%{texmfdist}/source/latex/xargs
10554%{texmfdist}/source/latex/xdoc
10555%{texmfdist}/source/latex/xfor
10556%{texmfdist}/source/latex/xmpincl
10557%{texmfdist}/source/latex/xpackages
10558%{texmfdist}/source/latex/xskak
10559%{texmfdist}/source/latex/xtab
10560%{texmfdist}/source/latex/xtcapts
10561%{texmfdist}/source/latex/yafoot
10562%{texmfdist}/source/latex/yfonts
10563%{texmfdist}/source/latex/yhmath
10564%{texmfdist}/source/latex/york-thesis
10565%{texmfdist}/source/latex/youngtab
198c241e 10566%dir %{texmfdist}/source/plain
8affbd2c 10567%dir %{texmfdist}/source/plain/jsmisc
f65b3398
ZU
10568%{texmfdist}/source/plain/jsmisc/xfig
10569%{texmfdist}/source/xelatex
8affbd2c 10570%{texmfdist}/tex/alatex
f65b3398
ZU
10571%{texmfdist}/tex/generic/enctex
10572%{texmfdist}/tex/latex/kalender
10573%{texmfdist}/tex/latex/karnaugh
10574%{texmfdist}/tex/latex/kerkis
10575%{texmfdist}/tex/latex/kerntest
10576%{texmfdist}/tex/latex/kluwer
10577%{texmfdist}/tex/latex/kpfonts
10578%{texmfdist}/tex/latex/kurier
10579%{texmfdist}/tex/latex/labelcas
10580%{texmfdist}/tex/latex/lazylist
10581%{texmfdist}/tex/latex/lcg
10582%{texmfdist}/tex/latex/lcyw
10583%{texmfdist}/tex/latex/leading
10584%{texmfdist}/tex/latex/ledmac
10585%{texmfdist}/tex/latex/lettre
10586%{texmfdist}/tex/latex/levy
10587%{texmfdist}/tex/latex/lexikon
10588%{texmfdist}/tex/latex/lgreek
10589%{texmfdist}/tex/latex/lhcyr
10590%{texmfdist}/tex/latex/lhelp
10591%{texmfdist}/tex/latex/libertine
10592%{texmfdist}/tex/latex/limap
10593%{texmfdist}/tex/latex/linearA
10594%{texmfdist}/tex/latex/linguex
10595%{texmfdist}/tex/latex/lipsum
10596%{texmfdist}/tex/latex/listbib
10597%{texmfdist}/tex/latex/listliketab
10598%{texmfdist}/tex/latex/listofsymbols
10599%{texmfdist}/tex/latex/lkproof
10600%{texmfdist}/tex/latex/logic
10601%{texmfdist}/tex/latex/logpap
10602%{texmfdist}/tex/latex/lps
10603%{texmfdist}/tex/latex/lsc
10604%{texmfdist}/tex/latex/ltablex
10605%{texmfdist}/tex/latex/ltxindex
10606%{texmfdist}/tex/latex/lxfonts
10607%{texmfdist}/tex/latex/ly1
10608%{texmfdist}/tex/latex/mafr
10609%{texmfdist}/tex/latex/mailing
10610%{texmfdist}/tex/latex/makebarcode
10611%{texmfdist}/tex/latex/makebox
10612%{texmfdist}/tex/latex/makecell
10613%{texmfdist}/tex/latex/makecmds
10614%{texmfdist}/tex/latex/makedtx
10615%{texmfdist}/tex/latex/makeglos
10616%{texmfdist}/tex/latex/makeplot
10617%{texmfdist}/tex/latex/manfnt
10618%{texmfdist}/tex/latex/manuscript
10619%{texmfdist}/tex/latex/mapcodes
10620%{texmfdist}/tex/latex/maple
10621%{texmfdist}/tex/latex/marginnote
10622%{texmfdist}/tex/latex/mathdesign
10623%{texmfdist}/tex/latex/maybemath
10624%{texmfdist}/tex/latex/mcaption
10625%{texmfdist}/tex/latex/mceinleger
10626%{texmfdist}/tex/latex/mcite
10627%{texmfdist}/tex/latex/mciteplus
10628%{texmfdist}/tex/latex/memexsupp
10629%{texmfdist}/tex/latex/mentis
10630%{texmfdist}/tex/latex/menu
10631%{texmfdist}/tex/latex/method
10632%{texmfdist}/tex/latex/metre
10633%{texmfdist}/tex/latex/mff
10634%{texmfdist}/tex/latex/mfpic4ode
10635%{texmfdist}/tex/latex/mftinc
10636%{texmfdist}/tex/latex/mhchem
10637%{texmfdist}/tex/latex/mhequ
10638%{texmfdist}/tex/latex/mhs
10639%{texmfdist}/tex/latex/miller
10640%{texmfdist}/tex/latex/minipage-marginpar
10641%{texmfdist}/tex/latex/miniplot
10642%{texmfdist}/tex/latex/minutes
10643%{texmfdist}/tex/latex/mla-paper
10644%{texmfdist}/tex/latex/mlist
10645%{texmfdist}/tex/latex/moresize
10646%{texmfdist}/tex/latex/movie15
10647%{texmfdist}/tex/latex/msc
10648%{texmfdist}/tex/latex/msg
10649%{texmfdist}/tex/latex/mslapa
10650%{texmfdist}/tex/latex/mtgreek
10651%{texmfdist}/tex/latex/multibbl
10652%{texmfdist}/tex/latex/multicap
10653%{texmfdist}/tex/latex/multido
10654%{texmfdist}/tex/latex/muthesis
10655%{texmfdist}/tex/latex/mxd
10656%{texmfdist}/tex/latex/mxedruli
10657%{texmfdist}/tex/latex/nag
10658%{texmfdist}/tex/latex/namespc
10659%{texmfdist}/tex/latex/nath
10660%{texmfdist}/tex/latex/nature
10661%{texmfdist}/tex/latex/newvbtm
10662%{texmfdist}/tex/latex/niceframe
10663%{texmfdist}/tex/latex/nih
10664%{texmfdist}/tex/latex/noitcrul
10665%{texmfdist}/tex/latex/nomentbl
10666%{texmfdist}/tex/latex/nonfloat
10667%{texmfdist}/tex/latex/nostarch
10668%{texmfdist}/tex/latex/notes
10669%{texmfdist}/tex/latex/notes2bib
10670%{texmfdist}/tex/latex/nrc
10671%{texmfdist}/tex/latex/ntabbing
10672%{texmfdist}/tex/latex/numline
10673%{texmfdist}/tex/latex/numname
10674%{texmfdist}/tex/latex/numprint
10675%{texmfdist}/tex/latex/objectz
10676%{texmfdist}/tex/latex/ocr-latex
10677%{texmfdist}/tex/latex/octavo
10678%{texmfdist}/tex/latex/ogonek
10679%{texmfdist}/tex/latex/oldstyle
10680%{texmfdist}/tex/latex/opcit
10681%{texmfdist}/tex/latex/ordinalpt
10682%{texmfdist}/tex/latex/ot2cyr
10683%{texmfdist}/tex/latex/othello
10684%{texmfdist}/tex/latex/otibet
10685%{texmfdist}/tex/latex/outline
10686%{texmfdist}/tex/latex/outliner
10687%{texmfdist}/tex/latex/pacioli
10688%{texmfdist}/tex/latex/pageno
10689%{texmfdist}/tex/latex/pagenote
10690%{texmfdist}/tex/latex/palatino
10691%{texmfdist}/tex/latex/paper
10692%{texmfdist}/tex/latex/papercdcase
10693%{texmfdist}/tex/latex/papertex
10694%{texmfdist}/tex/latex/parallel
10695%{texmfdist}/tex/latex/paresse
10696%{texmfdist}/tex/latex/parrun
10697%{texmfdist}/tex/latex/patchcmd
10698%{texmfdist}/tex/latex/pauldoc
10699%{texmfdist}/tex/latex/pawpict
10700%{texmfdist}/tex/latex/pbox
10701%{texmfdist}/tex/latex/pbsheet
10702%{texmfdist}/tex/latex/pclnfss
10703%{texmfdist}/tex/latex/pdfcprot
10704%{texmfdist}/tex/latex/pdfscreen
10705%{texmfdist}/tex/latex/pdftricks
10706%{texmfdist}/tex/latex/pdfwin
10707%{texmfdist}/tex/latex/pecha
10708%{texmfdist}/tex/latex/perltex
10709%{texmfdist}/tex/latex/permute
10710%{texmfdist}/tex/latex/petiteannonce
10711%{texmfdist}/tex/latex/petri-nets
10712%{texmfdist}/tex/latex/pgf-soroban
10713%{texmfdist}/tex/latex/phaistos
10714%{texmfdist}/tex/latex/philex
10715%{texmfdist}/tex/latex/philosophersimprint
10716%{texmfdist}/tex/latex/phonetic
10717%{texmfdist}/tex/latex/photo
10718%{texmfdist}/tex/latex/pictex2
10719%{texmfdist}/tex/latex/pinlabel
10720%{texmfdist}/tex/latex/pittetd
10721%{texmfdist}/tex/latex/plari
10722%{texmfdist}/tex/latex/plates
10723%{texmfdist}/tex/latex/play
10724%{texmfdist}/tex/latex/plweb
10725%{texmfdist}/tex/latex/pmgraph
10726%{texmfdist}/tex/latex/poemscol
10727%{texmfdist}/tex/latex/polski
10728%{texmfdist}/tex/latex/polyglot
10729%{texmfdist}/tex/latex/polytable
10730%{texmfdist}/tex/latex/postcards
10731%{texmfdist}/tex/latex/powerdot
10732%{texmfdist}/tex/latex/ppower4
10733%{texmfdist}/tex/latex/ppr-prv
10734%{texmfdist}/tex/latex/pracjourn
10735%{texmfdist}/tex/latex/prettyref
10736%{texmfdist}/tex/latex/proba
10737%{texmfdist}/tex/latex/probsoln
10738%{texmfdist}/tex/latex/procIAGssymp
10739%{texmfdist}/tex/latex/progkeys
10740%{texmfdist}/tex/latex/progress
10741%{texmfdist}/tex/latex/protex
10742%{texmfdist}/tex/latex/protocol
10743%{texmfdist}/tex/latex/psfragx
10744%{texmfdist}/tex/latex/psgo
10745%{texmfdist}/tex/latex/pspicture
10746%{texmfdist}/tex/latex/pstricks-add
10747%{texmfdist}/tex/latex/ptptex
10748%{texmfdist}/tex/latex/qcm
10749%{texmfdist}/tex/latex/qobitree
10750%{texmfdist}/tex/latex/qstest
10751%{texmfdist}/tex/latex/qsymbols
10752%{texmfdist}/tex/latex/qtree
10753%{texmfdist}/tex/latex/quotchap
10754%{texmfdist}/tex/latex/quotmark
10755%{texmfdist}/tex/latex/r_und_s
10756%{texmfdist}/tex/latex/randbild
10757%{texmfdist}/tex/latex/randtext
10758%{texmfdist}/tex/latex/rccol
10759%{texmfdist}/tex/latex/rcs
10760%{texmfdist}/tex/latex/rcsinfo
10761%{texmfdist}/tex/latex/recipecard
10762%{texmfdist}/tex/latex/rectopma
10763%{texmfdist}/tex/latex/refcheck
10764%{texmfdist}/tex/latex/refman
10765%{texmfdist}/tex/latex/refstyle
10766%{texmfdist}/tex/latex/regcount
10767%{texmfdist}/tex/latex/register
10768%{texmfdist}/tex/latex/relenc
10769%{texmfdist}/tex/latex/repeatindex
10770%{texmfdist}/tex/latex/resume
10771%{texmfdist}/tex/latex/rlepsf
10772%{texmfdist}/tex/latex/rmpage
10773%{texmfdist}/tex/latex/robustcommand
10774%{texmfdist}/tex/latex/robustindex
10775%{texmfdist}/tex/latex/romannum
10776%{texmfdist}/tex/latex/rotpages
10777%{texmfdist}/tex/latex/rsc
10778%{texmfdist}/tex/latex/rst
10779%{texmfdist}/tex/latex/rtkinenc
10780%{texmfdist}/tex/latex/rtklage
10781%{texmfdist}/tex/latex/sagetex
10782%{texmfdist}/tex/latex/sanskrit
10783%{texmfdist}/tex/latex/sauerj
10784%{texmfdist}/tex/latex/sauterfonts
10785%{texmfdist}/tex/latex/savefnmark
10786%{texmfdist}/tex/latex/savesym
10787%{texmfdist}/tex/latex/savetrees
10788%{texmfdist}/tex/latex/scalebar
10789%{texmfdist}/tex/latex/schedule
10790%{texmfdist}/tex/latex/scientificpaper
10791%{texmfdist}/tex/latex/sciposter
10792%{texmfdist}/tex/latex/sciwordconv
10793%{texmfdist}/tex/latex/screenplay
10794%{texmfdist}/tex/latex/script
10795%{texmfdist}/tex/latex/sdrt
10796%{texmfdist}/tex/latex/sectionbox
10797%{texmfdist}/tex/latex/semantic
10798%{texmfdist}/tex/latex/semaphor
10799%{texmfdist}/tex/latex/semioneside
10800%{texmfdist}/tex/latex/seqsplit
10801%{texmfdist}/tex/latex/sf298
10802%{texmfdist}/tex/latex/sffms
10803%{texmfdist}/tex/latex/sfg
10804%{texmfdist}/tex/latex/sfmath
10805%{texmfdist}/tex/latex/sgame
10806%{texmfdist}/tex/latex/shadbox
10807%{texmfdist}/tex/latex/shadethm
10808%{texmfdist}/tex/latex/shipunov
10809%{texmfdist}/tex/latex/shorttoc
10810%{texmfdist}/tex/latex/show2e
10811%{texmfdist}/tex/latex/showexpl
10812%{texmfdist}/tex/latex/sides
10813%{texmfdist}/tex/latex/siggraph
10814%{texmfdist}/tex/latex/simplecv
10815%{texmfdist}/tex/latex/simplewick
10816%{texmfdist}/tex/latex/skak
10817%{texmfdist}/tex/latex/skull
10818%{texmfdist}/tex/latex/slantsc
10819%{texmfdist}/tex/latex/smalltableof
10820%{texmfdist}/tex/latex/smartref
10821%{texmfdist}/tex/latex/smflatex
10822%{texmfdist}/tex/latex/snapshot
10823%{texmfdist}/tex/latex/songbook
10824%{texmfdist}/tex/latex/soyombo
10825%{texmfdist}/tex/latex/sparklines
10826%{texmfdist}/tex/latex/spie
10827%{texmfdist}/tex/latex/splitbib
10828%{texmfdist}/tex/latex/splitindex
10829%{texmfdist}/tex/latex/sprite
10830%{texmfdist}/tex/latex/srcltx
10831%{texmfdist}/tex/latex/sseq
10832%{texmfdist}/tex/latex/ssqquote
10833%{texmfdist}/tex/latex/stack
10834%{texmfdist}/tex/latex/stage
10835%{texmfdist}/tex/latex/statex2
10836%{texmfdist}/tex/latex/statistik
10837%{texmfdist}/tex/latex/staves
10838%{texmfdist}/tex/latex/stdpage
10839%{texmfdist}/tex/latex/stellenbosch
10840%{texmfdist}/tex/latex/stex
10841%{texmfdist}/tex/latex/stringstrings
10842%{texmfdist}/tex/latex/struktex
10843%{texmfdist}/tex/latex/sttools
10844%{texmfdist}/tex/latex/stubs
10845%{texmfdist}/tex/latex/subdepth
10846%{texmfdist}/tex/latex/subeqn
10847%{texmfdist}/tex/latex/subeqnarray
10848%{texmfdist}/tex/latex/subfloat
10849%{texmfdist}/tex/latex/substr
10850%{texmfdist}/tex/latex/sudoku
10851%{texmfdist}/tex/latex/sudokubundle
10852%{texmfdist}/tex/latex/sugconf
10853%{texmfdist}/tex/latex/susy
10854%{texmfdist}/tex/latex/svgcolor
10855%{texmfdist}/tex/latex/svn-multi
10856%{texmfdist}/tex/latex/svn
10857%{texmfdist}/tex/latex/svninfo
10858%{texmfdist}/tex/latex/swimgraf
10859%{texmfdist}/tex/latex/symbol
10860%{texmfdist}/tex/latex/synproof
10861%{texmfdist}/tex/latex/syntax
10862%{texmfdist}/tex/latex/syntrace
10863%{texmfdist}/tex/latex/synttree
10864%{texmfdist}/tex/latex/timing
10865%{texmfdist}/tex/latex/tocvsec2
10866%{texmfdist}/tex/latex/todo
10867%{texmfdist}/tex/latex/tokenizer
10868%{texmfdist}/tex/latex/toolbox
10869%{texmfdist}/tex/latex/topfloat
10870%{texmfdist}/tex/latex/toptesi
10871%{texmfdist}/tex/latex/tpslifonts
10872%{texmfdist}/tex/latex/tracking
10873%{texmfdist}/tex/latex/trajan
10874%{texmfdist}/tex/latex/translator
10875%{texmfdist}/tex/latex/tree-dvips
10876%{texmfdist}/tex/latex/trfsigns
10877%{texmfdist}/tex/latex/trivfloat
10878%{texmfdist}/tex/latex/trsym
10879%{texmfdist}/tex/latex/tufte-latex
10880%{texmfdist}/tex/latex/tugboat
10881%{texmfdist}/tex/latex/turnstile
10882%{texmfdist}/tex/latex/twoup
10883%{texmfdist}/tex/latex/typedref
10884%{texmfdist}/tex/latex/typogrid
10885%{texmfdist}/tex/latex/uaclasses
10886%{texmfdist}/tex/latex/ucthesis
10887%{texmfdist}/tex/latex/uebungsblatt
10888%{texmfdist}/tex/latex/uhrzeit
10889%{texmfdist}/tex/latex/uiucthesis
10890%{texmfdist}/tex/latex/ulsy
10891%{texmfdist}/tex/latex/umich-thesis
10892%{texmfdist}/tex/latex/uml
10893%{texmfdist}/tex/latex/umoline
10894%{texmfdist}/tex/latex/umrand
10895%{texmfdist}/tex/latex/umthesis
10896%{texmfdist}/tex/latex/underlin
10897%{texmfdist}/tex/latex/ushort
10898%{texmfdist}/tex/latex/uwthesis
10899
26d8eaaa
ZU
10900# %files latex-palatcm
10901# %defattr(644,root,root,755)
10902# %{texmf}/tex/latex/palatcm
d08789e0 10903
f65b3398
ZU
10904%files latex-pdfslide
10905%defattr(644,root,root,755)
10906%doc %{texmfdist}/doc/latex/pdfslide
10907%{texmfdist}/tex/latex/pdfslide
10908
03d9d5fa
ZU
10909%files latex-pgf
10910%defattr(644,root,root,755)
10911%doc %{texmfdist}/doc/generic/pgf
8ed039e0
ZU
10912%{texmfdist}/tex/generic/pgf
10913%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
10914%{texmfdist}/tex/latex/pgf
10915%{texmfdist}/tex/latex/pgfopts
10916%{texmfdist}/tex/latex/pgfplots
10917
b7b4a109
ZU
10918%files latex-prosper
10919%defattr(644,root,root,755)
10920%doc %{texmfdist}/doc/latex/prosper
10921%{texmfdist}/tex/latex/prosper
10922
f65b3398
ZU
10923%files latex-polynom
10924%defattr(644,root,root,755)
10925%doc %{texmfdist}/doc/latex/polynom
10926%{texmfdist}/source/latex/polynom
10927%{texmfdist}/tex/latex/polynom
10928
10929%files latex-polynomial
10930%defattr(644,root,root,755)
10931%doc %{texmfdist}/doc/latex/polynomial
10932%{texmfdist}/source/latex/polynomial
10933%{texmfdist}/tex/latex/polynomial
10934
b7b4a109
ZU
10935%files latex-pseudocode
10936%defattr(644,root,root,755)
10937%doc %{texmfdist}/doc/latex/pseudocode
10938%{texmfdist}/tex/latex/pseudocode
10939
8efa6a9c
ZU
10940%files latex-pst-2dplot
10941%defattr(644,root,root,755)
10942%doc %{texmfdist}/doc/generic/pst-2dplot
10943%{texmfdist}/tex/latex/pst-2dplot
10944
10945%files latex-pst-3dplot
10946%defattr(644,root,root,755)
10947%doc %{texmfdist}/doc/generic/pst-3dplot
10948%{texmfdist}/dvips/pst-3dplot
10949%{texmfdist}/tex/generic/pst-3dplot
10950%{texmfdist}/tex/latex/pst-3dplot
10951
10952%files latex-pst-bar
10953%defattr(644,root,root,755)
10954%doc %{texmfdist}/doc/generic/pst-3dplot
10955%{texmfdist}/dvips/pst-bar
10956%{texmfdist}/tex/generic/pst-bar
10957%{texmfdist}/tex/latex/pst-bar
10958
10959%files latex-pst-circ
10960%defattr(644,root,root,755)
10961%doc %{texmfdist}/doc/generic/pst-circ
10962%{texmfdist}/dvips/pst-circ
10963%{texmfdist}/tex/generic/pst-circ
10964%{texmfdist}/tex/latex/pst-circ
10965
10966%files latex-pst-diffraction
10967%defattr(644,root,root,755)
10968%doc %{texmfdist}/doc/generic/pst-diffraction
10969%{texmfdist}/tex/generic/pst-diffraction
10970%{texmfdist}/tex/latex/pst-diffraction
10971
b7b4a109
ZU
10972%files latex-pst-eucl
10973%defattr(644,root,root,755)
8efa6a9c 10974%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
10975%{texmfdist}/tex/generic/pst-eucl
10976%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
10977
10978%files latex-pst-fun
10979%defattr(644,root,root,755)
10980%doc %{texmfdist}/doc/generic/pst-fun
10981%{texmfdist}/dvips/pst-fun
10982%{texmfdist}/tex/generic/pst-fun
10983%{texmfdist}/tex/latex/pst-fun
10984
10985%files latex-pst-func
10986%defattr(644,root,root,755)
10987%doc %{texmfdist}/doc/generic/pst-func
10988%{texmfdist}/dvips/pst-func
10989%{texmfdist}/tex/generic/pst-func
10990%{texmfdist}/tex/latex/pst-func
10991
10992%files latex-pst-infixplot
10993%defattr(644,root,root,755)
10994%doc %{texmfdist}/doc/generic/pst-infixplot
10995%{texmfdist}/tex/generic/pst-infixplot
10996%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
10997
10998%files latex-pst-fr3d
10999%defattr(644,root,root,755)
11000%doc %{texmfdist}/doc/generic/pst-fr3d
11001%{texmfdist}/source/generic/pst-fr3d
11002%{texmfdist}/tex/generic/pst-fr3d
11003%{texmfdist}/tex/latex/pst-fr3d
11004
11005%files latex-pst-fractal
11006%defattr(644,root,root,755)
11007%doc %{texmfdist}/doc/generic/pst-fractal
11008%{texmfdist}/dvips/pst-fractal
11009%{texmfdist}/tex/generic/pst-fractal
11010%{texmfdist}/tex/latex/pst-fractal
11011
8efa6a9c
ZU
11012%files latex-pst-math
11013%defattr(644,root,root,755)
11014%doc %{texmfdist}/doc/generic/pst-math
11015%{texmfdist}/dvips/pst-math
11016%{texmfdist}/tex/generic/pst-math
11017%{texmfdist}/tex/latex/pst-math
11018
11019%files latex-pst-ob3d
11020%defattr(644,root,root,755)
11021%doc %{texmfdist}/doc/generic/pst-ob3d
11022%{texmfdist}/source/generic/pst-ob3d
11023%{texmfdist}/tex/generic/pst-ob3d
11024%{texmfdist}/tex/latex/pst-ob3d
11025
11026%files latex-pst-optexp
11027%defattr(644,root,root,755)
11028%doc %{texmfdist}/doc/generic/pst-optexp
11029%{texmfdist}/dvips/pst-optexp
11030%{texmfdist}/tex/generic/pst-optexp
11031%{texmfdist}/tex/latex/pst-optexp
11032
11033%files latex-pst-optic
11034%defattr(644,root,root,755)
11035%doc %{texmfdist}/doc/generic/pst-optic
11036%{texmfdist}/tex/generic/pst-optic
11037%{texmfdist}/tex/latex/pst-optic
11038
11039%files latex-pst-text
11040%defattr(644,root,root,755)
11041%doc %{texmfdist}/doc/generic/pst-text
04123363 11042%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
11043%{texmfdist}/tex/generic/pst-text
11044%{texmfdist}/tex/latex/pst-text
11045
1024ab0e
ZU
11046%files latex-pst-uncategorized
11047%defattr(644,root,root,755)
11048%doc %{texmfdist}/doc/generic/pst-3d
11049%doc %{texmfdist}/doc/generic/pst-asr
11050%doc %{texmfdist}/doc/generic/pst-bar
11051%doc %{texmfdist}/doc/generic/pst-barcode
11052%doc %{texmfdist}/doc/generic/pst-blur
11053%doc %{texmfdist}/doc/generic/pst-coil
11054%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
11055# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
11056# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
11057%doc %{texmfdist}/doc/generic/pst-dbicons
11058%doc %{texmfdist}/doc/generic/pst-eps
11059%doc %{texmfdist}/doc/generic/pst-fill
11060%doc %{texmfdist}/doc/generic/pst-geo
11061%doc %{texmfdist}/doc/generic/pst-ghsb
11062%doc %{texmfdist}/doc/generic/pst-gr3d
11063%doc %{texmfdist}/doc/generic/pst-grad
11064%doc %{texmfdist}/doc/generic/pst-jtree
11065%doc %{texmfdist}/doc/generic/pst-labo
11066%doc %{texmfdist}/doc/generic/pst-lens
11067%doc %{texmfdist}/doc/generic/pst-light3d
11068%doc %{texmfdist}/doc/generic/pst-osci
11069%doc %{texmfdist}/doc/generic/pst-pad
11070%doc %{texmfdist}/doc/generic/pst-pdgr
11071%doc %{texmfdist}/doc/generic/pst-poly
11072%doc %{texmfdist}/doc/generic/pst-qtree
11073%doc %{texmfdist}/doc/generic/pst-slpe
11074%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
11075# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
11076# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
11077%doc %{texmfdist}/doc/generic/pst-soroban
11078%doc %{texmfdist}/doc/generic/pst-spectra
11079%doc %{texmfdist}/doc/generic/pst-stru
11080%doc %{texmfdist}/doc/generic/pst-uml
11081%doc %{texmfdist}/doc/generic/pst-vue3d
11082%doc %{texmfdist}/doc/latex/auto-pst-pdf
11083%doc %{texmfdist}/doc/latex/pst-pdf
11084%{texmfdist}/dvips/pst-barcode
11085%{texmfdist}/dvips/pst-blur
11086%{texmfdist}/dvips/pst-coil
11087%{texmfdist}/dvips/pst-cox
11088%{texmfdist}/dvips/pst-eucl
11089%{texmfdist}/dvips/pst-geo
11090%{texmfdist}/dvips/pst-ghsb
11091%{texmfdist}/dvips/pst-grad
11092%{texmfdist}/dvips/pst-light3d
11093%{texmfdist}/dvips/pst-slpe
11094%{texmfdist}/dvips/pst-solides3d
11095%{texmfdist}/dvips/pst-spectra
11096%{texmfdist}/dvips/pst-vue3d
11097%{texmfdist}/scripts/pst-pdf
11098%{texmfdist}/source/generic/pst-3d
11099%{texmfdist}/source/generic/pst-3dplot
11100%{texmfdist}/source/generic/pst-barcode
11101%{texmfdist}/source/generic/pst-blur
11102%{texmfdist}/source/generic/pst-circ
11103%{texmfdist}/source/generic/pst-coil
11104%{texmfdist}/source/generic/pst-dbicons
11105%{texmfdist}/source/generic/pst-diffraction
11106%{texmfdist}/source/generic/pst-eps
11107%{texmfdist}/source/generic/pst-fill
11108%{texmfdist}/source/generic/pst-fractal
11109%{texmfdist}/source/generic/pst-fun
11110%{texmfdist}/source/generic/pst-func
11111%{texmfdist}/source/generic/pst-lens
11112%{texmfdist}/source/generic/pst-light3d
11113%{texmfdist}/source/generic/pst-optic
11114%{texmfdist}/source/generic/pst-pad
11115%{texmfdist}/source/generic/pst-pdgr
11116%{texmfdist}/source/generic/pst-slpe
11117%{texmfdist}/source/generic/pst-soroban
11118%{texmfdist}/source/generic/pst-text
11119%{texmfdist}/source/generic/pst-uml
11120%{texmfdist}/source/generic/pst-vue3d
11121%{texmfdist}/source/latex/auto-pst-pdf
11122%{texmfdist}/source/latex/pst-gr3d
11123%{texmfdist}/source/latex/pst-pdf
11124%{texmfdist}/source/latex/pst-poly
11125%{texmfdist}/tex/generic/pst-3d
11126%{texmfdist}/tex/generic/pst-asr
11127%{texmfdist}/tex/generic/pst-barcode
11128%{texmfdist}/tex/generic/pst-blur
11129%{texmfdist}/tex/generic/pst-coil
11130%{texmfdist}/tex/generic/pst-cox
11131%{texmfdist}/tex/generic/pst-eps
11132%{texmfdist}/tex/generic/pst-fill
11133%{texmfdist}/tex/generic/pst-geo
11134%{texmfdist}/tex/generic/pst-ghsb
11135%{texmfdist}/tex/generic/pst-gr3d
11136%{texmfdist}/tex/generic/pst-grad
11137%{texmfdist}/tex/generic/pst-jtree
11138%{texmfdist}/tex/generic/pst-labo
11139%{texmfdist}/tex/generic/pst-lens
11140%{texmfdist}/tex/generic/pst-light3d
11141%{texmfdist}/tex/generic/pst-osci
11142%{texmfdist}/tex/generic/pst-pad
11143%{texmfdist}/tex/generic/pst-pdgr
11144%{texmfdist}/tex/generic/pst-poly
11145%{texmfdist}/tex/generic/pst-qtree
11146%{texmfdist}/tex/generic/pst-slpe
11147%{texmfdist}/tex/generic/pst-solides3d
11148%{texmfdist}/tex/generic/pst-spectra
11149%{texmfdist}/tex/generic/pst-stru
11150%{texmfdist}/tex/generic/pst-vue3d
11151%{texmfdist}/tex/latex/pst-3d
11152%{texmfdist}/tex/latex/pst-asr
11153%{texmfdist}/tex/latex/pst-barcode
11154%{texmfdist}/tex/latex/pst-blur
11155%{texmfdist}/tex/latex/pst-coil
11156%{texmfdist}/tex/latex/pst-cox
11157%{texmfdist}/tex/latex/pst-dbicons
11158%{texmfdist}/tex/latex/pst-eps
11159%{texmfdist}/tex/latex/pst-fill
11160%{texmfdist}/tex/latex/pst-geo
11161%{texmfdist}/tex/latex/pst-ghsb
11162%{texmfdist}/tex/latex/pst-gr3d
11163%{texmfdist}/tex/latex/pst-grad
11164%{texmfdist}/tex/latex/pst-jtree
11165%{texmfdist}/tex/latex/pst-labo
11166%{texmfdist}/tex/latex/pst-lens
11167%{texmfdist}/tex/latex/pst-light3d
11168%{texmfdist}/tex/latex/pst-osci
11169%{texmfdist}/tex/latex/pst-pad
11170%{texmfdist}/tex/latex/pst-pdf
11171%{texmfdist}/tex/latex/pst-pdgr
11172%{texmfdist}/tex/latex/pst-poly
11173%{texmfdist}/tex/latex/pst-qtree
11174%{texmfdist}/tex/latex/pst-slpe
11175%{texmfdist}/tex/latex/pst-solides3d
11176%{texmfdist}/tex/latex/pst-soroban
11177%{texmfdist}/tex/latex/pst-spectra
11178%{texmfdist}/tex/latex/pst-stru
11179%{texmfdist}/tex/latex/pst-uml
11180%{texmfdist}/tex/latex/pst-vue3d
11181
d08789e0 11182%files latex-psnfss
489714ae 11183%defattr(644,root,root,755)
26d8eaaa 11184%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
11185%dir %{texmfdist}/source/latex
11186%dir %{texmfdist}/source/latex/latex-tds
11187%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 11188%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 11189%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
11190%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
11191%{texmfdist}/tex/latex/psnfss
11192
d08789e0
ZU
11193%files latex-pxfonts
11194%defattr(644,root,root,755)
26d8eaaa
ZU
11195%doc %{texmfdist}/doc/fonts/pxfonts
11196%{texmfdist}/tex/latex/pxfonts
11197%{texmfdist}/fonts/type1/public/pxfonts
11198%{texmfdist}/fonts/afm/public/pxfonts
11199%{texmfdist}/fonts/tfm/public/pxfonts
11200%{texmfdist}/fonts/vf/public/pxfonts
11201%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 11202
5b7eba8e
MB
11203#%files latex-qfonts
11204#%defattr(644,root,root,755)
d08789e0 11205
6c82f497
ZU
11206%files latex-SIstyle
11207%defattr(644,root,root,755)
11208%{texmfdist}/doc/latex/SIstyle
11209%{texmfdist}/source/latex/SIstyle
11210
3127b522
ZU
11211%files latex-SIunits
11212%defattr(644,root,root,755)
3127b522 11213%{texmfdist}/doc/latex/SIunits
5b7eba8e 11214%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
11215%{texmfdist}/source/latex/SIunits
11216
f65b3398
ZU
11217%files latex-siunitx
11218%defattr(644,root,root,755)
11219%{texmfdist}/doc/latex/siunitx
11220%{texmfdist}/tex/latex/siunitx
11221%{texmfdist}/source/latex/siunitx
11222
6c82f497
ZU
11223%files latex-Tabbing
11224%defattr(644,root,root,755)
11225%{texmfdist}/source/latex/Tabbing
11226%{texmfdist}/doc/latex/Tabbing
3127b522 11227
d08789e0
ZU
11228%files latex-txfonts
11229%defattr(644,root,root,755)
26d8eaaa
ZU
11230%doc %{texmfdist}/doc/fonts/txfonts
11231%{texmfdist}/fonts/type1/public/txfonts
11232%{texmfdist}/fonts/afm/public/txfonts
11233%{texmfdist}/fonts/enc/dvips/txfonts
11234%{texmfdist}/fonts/tfm/public/txfonts
11235%{texmfdist}/fonts/vf/public/txfonts
11236%{texmfdist}/fonts/map/dvips/txfonts
11237%{texmfdist}/tex/latex/txfonts
26d8eaaa 11238
7ea3a98b
ZU
11239%files latex-ucs
11240%defattr(644,root,root,755)
7ea3a98b 11241%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 11242%{texmfdist}/tex/latex/ucs
d08789e0
ZU
11243
11244%files latex-umlaute
11245%defattr(644,root,root,755)
2677a8b0 11246%{texmfdist}/tex/latex/umlaute
d08789e0 11247
26d8eaaa
ZU
11248# %files latex-urwvn
11249# %defattr(644,root,root,755)
d08789e0
ZU
11250
11251%files latex-wasysym
11252%defattr(644,root,root,755)
26d8eaaa
ZU
11253%doc %{texmfdist}/doc/latex/wasysym
11254%{texmfdist}/tex/latex/wasysym
11255%{texmfdist}/source/latex/wasysym
d08789e0 11256
03d9d5fa
ZU
11257%files latex-xcolor
11258%defattr(644,root,root,755)
11259%doc %{texmfdist}/doc/latex/xcolor
04123363 11260%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
11261%{texmfdist}/source/latex/xcolor
11262
2496d461
ZU
11263# %files format-latex
11264# %defattr(644,root,root,755)
26d8eaaa 11265# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
11266
11267%files format-pdflatex
11268%defattr(644,root,root,755)
11269#%{texmf}/pdftex/latex/config
26d8eaaa 11270# %dir %{texmf}/pdftex/latex
d08789e0 11271%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 11272%{_mandir}/man1/pdflatex.1*
26d8eaaa 11273# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 11274
26d8eaaa
ZU
11275# %files platex
11276# %defattr(644,root,root,755)
11277# %doc %{texmf}/doc/latex/platex
11278# %dir %{texmf}/tex/platex
11279# %{texmf}/tex/platex/config
11280# %{texmf}/tex/latex/platex
d08789e0 11281
26d8eaaa
ZU
11282# %files format-platex
11283# %defattr(644,root,root,755)
11284# %attr(755,root,root) %{_bindir}/platex
d08789e0 11285#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 11286# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
11287#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11288
26d8eaaa
ZU
11289# %files format-pdfplatex
11290# %defattr(644,root,root,755)
d08789e0
ZU
11291#%dir %{texmf}/pdftex/platex
11292#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
11293# %attr(755,root,root) %{_bindir}/pdfplatex
11294# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
11295
11296%files tex-babel
11297%defattr(644,root,root,755)
21c69d95 11298%dir %{texmfdist}/source/generic/babel
26d8eaaa
ZU
11299%doc %{texmfdist}/doc/generic/babel
11300%{texmfdist}/tex/generic/babel
d08789e0
ZU
11301
11302%files tex-german
11303%defattr(644,root,root,755)
26d8eaaa
ZU
11304%doc %{texmfdist}/doc/generic/german
11305%{texmfdist}/tex/generic/german
d08789e0
ZU
11306
11307%files tex-mfpic
11308%defattr(644,root,root,755)
26d8eaaa
ZU
11309%doc %{texmfdist}/doc/generic/mfpic
11310%{texmfdist}/tex/generic/mfpic
d08789e0
ZU
11311
11312%files tex-misc
11313%defattr(644,root,root,755)
26d8eaaa
ZU
11314%doc %{texmfdist}/doc/latex/localloc
11315%doc %{texmfdist}/doc/generic/multido
11316%doc %{texmfdist}/doc/generic/tap
d08789e0 11317
26d8eaaa
ZU
11318%{texmfdist}/tex/generic/eijkhout
11319%{texmfdist}/tex/generic/multido
11320%{texmfdist}/tex/generic/misc
d08789e0
ZU
11321
11322%files tex-pictex
11323%defattr(644,root,root,755)
2677a8b0
ZU
11324%doc %{texmfdist}/doc/generic/pictex
11325%{texmfdist}/tex/generic/pictex
d08789e0
ZU
11326
11327%files tex-pstricks
11328%defattr(644,root,root,755)
26d8eaaa
ZU
11329%doc %{texmfdist}/doc/generic/pstricks
11330%{texmfdist}/dvips/pstricks
11331%{texmfdist}/tex/generic/pstricks
d08789e0 11332
26d8eaaa
ZU
11333# %files tex-qpx
11334# %defattr(644,root,root,755)
11335# %doc %{texmf}/doc/fonts/polish/qpx
11336# %{texmf}/tex/generic/qpx
d08789e0 11337
31bd2c4a 11338%files tex-qpxqtx
d08789e0 11339%defattr(644,root,root,755)
26d8eaaa
ZU
11340%doc %{texmfdist}/doc/fonts/qpxqtx
11341%{texmfdist}/fonts/tfm/public/qpxqtx
11342%{texmfdist}/fonts/vf/public/qpxqtx
11343%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
11344
11345%files tex-ruhyphen
11346%defattr(644,root,root,755)
26d8eaaa
ZU
11347%{texmfdist}/tex/generic/ruhyphen
11348%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
11349
11350%files tex-spanish
11351%defattr(644,root,root,755)
26d8eaaa 11352%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 11353%dir %{texmfdist}/source/latex/mapcodes
04123363 11354%dir %{texmfdist}/source/latex/polyglot
21c69d95
ZU
11355%dir %{texmfdist}/source/latex/polyglot/langs
11356%dir %{texmfdist}/tex/latex/apacite
11357%dir %{texmfdist}/tex/latex/babelbib
11358%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 11359%dir %{texmfdist}/tex/texsis
21c69d95 11360%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
11361%{texmfdist}/source/generic/babel/spanish.ins
11362%{texmfdist}/source/generic/babel/spanish.dtx
11363%{texmfdist}/source/latex/polyglot/langs/spanish.ld
11364%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
11365%{texmfdist}/source/latex/mapcodes/spanish.map
11366%{texmfdist}/source/latex/mapcodes/spanish.dtx
11367%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
11368%{texmfdist}/tex/generic/babel/spanish.sty
11369%{texmfdist}/tex/generic/babel/spanish.ldf
11370%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
11371%{texmfdist}/tex/latex/custom-bib/spanish.mbs
11372%{texmfdist}/tex/latex/babelbib/spanish.bdf
11373%{texmfdist}/tex/latex/apacite/spanish.apc
11374%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
11375
11376%files tex-texdraw
11377%defattr(644,root,root,755)
26d8eaaa
ZU
11378%doc %{texmfdist}/doc/texdraw
11379%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
11380
11381%files tex-thumbpdf
11382%defattr(644,root,root,755)
26d8eaaa 11383%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 11384%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
11385%{texmfdist}/tex/generic/thumbpdf
11386%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
11387%{_mandir}/man1/thumbpdf.1*
11388
11389%files tex-ukrhyph
11390%defattr(644,root,root,755)
26d8eaaa
ZU
11391%doc %{texmfdist}/doc/generic/ukrhyph
11392%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
11393
11394%files latex-vietnam
11395%defattr(644,root,root,755)
26d8eaaa
ZU
11396%doc %{texmfdist}/doc/generic/vntex
11397%{texmfdist}/tex/latex/vntex
d08789e0
ZU
11398
11399%files tex-xypic
11400%defattr(644,root,root,755)
26d8eaaa
ZU
11401%doc %{texmfdist}/doc/generic/xypic
11402%{texmfdist}/tex/generic/xypic
d08789e0
ZU
11403
11404%files tex-xkeyval
11405%defattr(644,root,root,755)
4a09ae1a
ZU
11406%doc %{texmfdist}/doc/latex/xkeyval
11407%{texmfdist}/source/latex/xkeyval
11408%{texmfdist}/tex/generic/xkeyval
11409%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
11410
11411%files fonts-adobe
11412%defattr(644,root,root,755)
4a09ae1a
ZU
11413%{texmfdist}/fonts/type1/adobe
11414%{texmfdist}/fonts/afm/adobe
11415%{texmfdist}/fonts/tfm/adobe
11416%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
11417
11418%files fonts-ae
11419%defattr(644,root,root,755)
4a09ae1a
ZU
11420%doc %{texmfdist}/doc/fonts/ae
11421%{texmfdist}/fonts/tfm/public/ae
11422%{texmfdist}/fonts/vf/public/ae
11423%{texmfdist}/source/fonts/ae
d08789e0
ZU
11424
11425%files fonts-ams
11426%defattr(644,root,root,755)
4a09ae1a
ZU
11427%{texmfdist}/bibtex/bst/ams
11428%{texmfdist}/bibtex/bib/ams
11429%{texmfdist}/dvips/ams
11430%{texmfdist}/fonts/source/public/ams
11431%{texmfdist}/fonts/type1/bluesky/ams
11432%{texmfdist}/fonts/afm/bluesky/ams
11433%{texmfdist}/fonts/tfm/public/ams
11434%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
11435
11436%files fonts-antp
11437%defattr(644,root,root,755)
26d8eaaa 11438%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
11439%{texmfdist}/fonts/enc/dvips/antp
11440%{texmfdist}/fonts/map/dvips/antp
11441%{texmfdist}/fonts/afm/public/antp
11442%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 11443%{texmfdist}/dvips/antp
d08789e0
ZU
11444
11445%files fonts-antt
11446%defattr(644,root,root,755)
4a09ae1a
ZU
11447%doc %{texmfdist}/doc/fonts/antt
11448%{texmfdist}/fonts/afm/public/antt
11449%{texmfdist}/fonts/opentype/public/antt
11450%{texmfdist}/fonts/enc/dvips/antt
11451%{texmfdist}/fonts/tfm/public/antt
11452%{texmfdist}/fonts/map/dvips/antt
11453%{texmfdist}/tex/plain/antt
11454%{texmfdist}/tex/latex/antt
d08789e0 11455
5bc70a92
MB
11456%files fonts-arphic
11457%defattr(644,root,root,755)
11458%doc %{texmfdist}/doc/fonts/arphic
11459%{texmfdist}/fonts/afm/arphic
11460%{texmfdist}/fonts/tfm/arphic
11461%{texmfdist}/fonts/vf/arphic
11462
d08789e0
ZU
11463%files fonts-bbm
11464%defattr(644,root,root,755)
4a09ae1a
ZU
11465%doc %{texmfdist}/doc/fonts/bbm
11466%{texmfdist}/fonts/source/public/bbm
11467%{texmfdist}/fonts/tfm/public/bbm
11468%{texmfdist}/source/latex/bbm
11469%{texmfdist}/tex/latex/bbm
d08789e0
ZU
11470
11471%files fonts-bbold
11472%defattr(644,root,root,755)
4a09ae1a
ZU
11473%{texmfdist}/fonts/source/public/bbold
11474%{texmfdist}/fonts/tfm/public/bbold
d08789e0 11475
4a09ae1a
ZU
11476# %files fonts-bh
11477# %defattr(644,root,root,755)
11478# %doc %{texmf}/doc/fonts/bh
11479# %{texmf}/fonts/tfm/bh
11480# %{texmf}/fonts/vf/bh
d08789e0
ZU
11481
11482%files fonts-bitstream
11483%defattr(644,root,root,755)
4a09ae1a
ZU
11484%{texmfdist}/fonts/afm/bitstrea
11485%{texmfdist}/fonts/tfm/bitstrea
11486%{texmfdist}/fonts/vf/bitstrea
d08789e0 11487
5b7eba8e
MB
11488#%files fonts-cbgreek
11489#%defattr(644,root,root,755)
d08789e0
ZU
11490
11491%files fonts-cc-pl
11492%defattr(644,root,root,755)
4a09ae1a
ZU
11493%{texmfdist}/fonts/source/public/cc-pl
11494%{texmfdist}/fonts/enc/dvips/cc-pl
11495%{texmfdist}/fonts/tfm/public/cc-pl
11496%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 11497
d08789e0
ZU
11498%files fonts-cg
11499%defattr(644,root,root,755)
4a09ae1a
ZU
11500%{texmfdist}/fonts/tfm/cg
11501%{texmfdist}/fonts/vf/cg
d08789e0
ZU
11502
11503%files fonts-cm
11504%defattr(644,root,root,755)
ffd94364 11505%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
11506%dir %{texmfdist}/doc/fonts
11507%dir %{texmfdist}/dvips
11508%dir %{texmfdist}/fonts/afm/bluesky
11509%dir %{texmfdist}/fonts/map/dvips
11510%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
11511%{texmfdist}/dvips/cm
11512%{texmfdist}/fonts/source/public/cm
11513%{texmfdist}/fonts/afm/bluesky/cm
11514%{texmfdist}/fonts/tfm/public/cm
11515%{texmfdist}/fonts/pk/ljfour/public/cm
11516%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
11517
11518%files fonts-cmbright
11519%defattr(644,root,root,755)
4a09ae1a
ZU
11520%doc %{texmfdist}/doc/latex/cmbright
11521%{texmfdist}/fonts/source/public/cmbright
11522%{texmfdist}/fonts/tfm/public/cmbright
11523%{texmfdist}/source/latex/cmbright
11524%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
11525
11526%files fonts-cmcyr
11527%defattr(644,root,root,755)
4a09ae1a
ZU
11528%doc %{texmfdist}/doc/fonts/cmcyr
11529%{texmfdist}/fonts/source/public/cmcyr
11530%{texmfdist}/fonts/type1/public/cmcyr
11531%{texmfdist}/fonts/tfm/public/cmcyr
11532%{texmfdist}/fonts/vf/public/cmcyr
11533%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
11534
11535%files fonts-cmextra
11536%defattr(644,root,root,755)
4a09ae1a
ZU
11537%{texmfdist}/fonts/source/public/cmextra
11538%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 11539
5d7e11d7
ZU
11540%files fonts-cmsuper
11541%defattr(644,root,root,755)
11542%doc %{texmfdist}/doc/fonts/cm-super
11543%{texmfdist}/fonts/afm/public/cm-super
11544%{texmfdist}/fonts/enc/dvips/cm-super
11545%{texmfdist}/fonts/map/dvips/cm-super
11546%{texmfdist}/fonts/map/vtex/cm-super
11547%{texmfdist}/fonts/type1/public/cm-super
11548
d08789e0
ZU
11549%files fonts-concmath
11550%defattr(644,root,root,755)
4a09ae1a
ZU
11551%doc %{texmfdist}/doc/fonts/concmath
11552%doc %{texmfdist}/doc/latex/concmath
11553%{texmfdist}/fonts/source/public/concmath
11554%{texmfdist}/fonts/tfm/public/concmath
11555%{texmfdist}/source/latex/concmath
11556%{texmfdist}/tex/latex/concmath
d08789e0
ZU
11557
11558%files fonts-concrete
11559%defattr(644,root,root,755)
4a09ae1a
ZU
11560%doc %{texmfdist}/doc/fonts/concrete
11561%{texmfdist}/fonts/source/public/concrete
11562%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
11563
11564%files fonts-cs
11565%defattr(644,root,root,755)
4a09ae1a
ZU
11566%{texmfdist}/dvips/cs
11567%{texmfdist}/fonts/source/public/cs
11568%{texmfdist}/fonts/enc/dvips/cs
11569%{texmfdist}/fonts/tfm/public/cs
11570%{texmfdist}/fonts/map/dvips/cs
d08789e0 11571
5b7eba8e
MB
11572#%files fonts-dstroke
11573#%defattr(644,root,root,755)
d08789e0
ZU
11574
11575%files fonts-ecc
11576%defattr(644,root,root,755)
4a09ae1a
ZU
11577%doc %{texmfdist}/doc/fonts/ecc
11578%{texmfdist}/fonts/source/public/ecc
11579%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
11580
11581%files fonts-eurosym
11582%defattr(644,root,root,755)
4a09ae1a
ZU
11583%doc %{texmfdist}/doc/fonts/eurosym
11584%{texmfdist}/fonts/source/public/eurosym
11585%{texmfdist}/fonts/tfm/public/eurosym
11586%{texmfdist}/fonts/map/dvips/eurosym
11587%{texmfdist}/source/fonts/eurosym
11588%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
11589
11590%files fonts-eulervm
11591%defattr(644,root,root,755)
7179ac92
ZU
11592%doc %{texmfdist}/doc/latex/eulervm
11593%{texmfdist}/fonts/tfm/public/eulervm
11594%{texmfdist}/fonts/vf/public/eulervm
11595%{texmfdist}/source/latex/eulervm
11596%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
11597
11598%files fonts-euxm
11599%defattr(644,root,root,755)
7179ac92
ZU
11600%{texmfdist}/fonts/source/public/euxm
11601%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
11602
11603%files fonts-gothic
11604%defattr(644,root,root,755)
7179ac92
ZU
11605%{texmfdist}/doc/fonts/gothic
11606%{texmfdist}/dvips/gothic
11607%{texmfdist}/fonts/source/public/gothic
11608%{texmfdist}/fonts/type1/public/gothic
11609%{texmfdist}/fonts/afm/public/gothic
11610%{texmfdist}/fonts/tfm/public/gothic
11611%{texmfdist}/fonts/vf/public/gothic
11612%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
11613
11614%files fonts-hoekwater
11615%defattr(644,root,root,755)
7179ac92
ZU
11616%{texmfdist}/fonts/afm/hoekwater
11617%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 11618%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
11619
11620%files fonts-jknappen
11621%defattr(644,root,root,755)
7179ac92
ZU
11622%{texmfdist}/fonts/source/jknappen
11623%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
11624
11625%files fonts-latex
11626%defattr(644,root,root,755)
7179ac92 11627%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
11628%dir %{texmfdist}/fonts/source/public/latex-fonts
11629%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
11630%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
11631%dir %{texmfdist}/fonts/tfm/public/latex-fonts
11632%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
11633%{texmfdist}/fonts/source/public/esint
11634%{texmfdist}/fonts/tfm/public/esint
11635%{texmfdist}/source/latex/esint
11636%{texmfdist}/tex/latex/esint
f2555868
ZU
11637%{texmfdist}/fonts/source/public/latex-fonts/*
11638%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
11639%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
11640%{texmfdist}/fonts/tfm/public/latex-fonts/*
11641%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
11642
11643%files fonts-lh
11644%defattr(644,root,root,755)
7179ac92
ZU
11645%doc %{texmfdist}/doc/fonts/lh
11646%{texmfdist}/fonts/source/lh
11647%{texmfdist}/metapost/support/charlib/LH
11648%{texmfdist}/source/fonts/lh
11649%{texmfdist}/source/latex/lh
d08789e0
ZU
11650
11651%files fonts-lm
11652%defattr(644,root,root,755)
7179ac92
ZU
11653%doc %{texmfdist}/doc/fonts/lm
11654%{texmfdist}/fonts/type1/public/lm
11655%{texmfdist}/fonts/afm/public/lm
11656%{texmfdist}/fonts/opentype/public/lm
11657%{texmfdist}/fonts/enc/dvips/lm
11658%{texmfdist}/fonts/tfm/public/lm
11659%{texmfdist}/fonts/map/dvips/lm
11660%{texmfdist}/fonts/map/dvipdfm/lm
11661%{texmfdist}/source/fonts/lm
11662%{texmfdist}/tex/latex/lm
d08789e0
ZU
11663
11664%files fonts-marvosym
11665%defattr(644,root,root,755)
7179ac92 11666%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
11667%dir %{texmfdist}/source/fonts/eurofont
11668%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 11669%dir %{texmfdist}/tex/latex
7179ac92
ZU
11670%{texmfdist}/fonts/type1/public/marvosym
11671%{texmfdist}/fonts/afm/public/marvosym
11672%{texmfdist}/fonts/tfm/public/marvosym
11673%{texmfdist}/fonts/map/dvips/marvosym
f2555868 11674%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 11675%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
11676
11677%files fonts-mflogo
11678%defattr(644,root,root,755)
7179ac92
ZU
11679%doc %{texmfdist}/doc/latex/mflogo
11680%{texmfdist}/fonts/source/public/mflogo
11681%{texmfdist}/fonts/type1/hoekwater/mflogo
11682%{texmfdist}/fonts/afm/hoekwater/mflogo
11683%{texmfdist}/fonts/tfm/public/mflogo
11684%{texmfdist}/fonts/map/dvips/mflogo
11685%{texmfdist}/source/latex/mflogo
11686%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
11687
11688%files fonts-misc
11689%defattr(644,root,root,755)
7179ac92
ZU
11690%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
11691%{texmfdist}/fonts/source/public/misc
11692%{texmfdist}/fonts/tfm/public/misc
11693%{texmfdist}/fonts/misc
d08789e0
ZU
11694
11695%files fonts-monotype
11696%defattr(644,root,root,755)
7179ac92
ZU
11697%{texmfdist}/fonts/tfm/monotype
11698%{texmfdist}/fonts/vf/monotype
d08789e0 11699
745facc7 11700
f1ba8563
ZU
11701%files fonts-other
11702%defattr(644,root,root,755)
745facc7
ZU
11703
11704%doc %{texmfdist}/doc/fonts/yi4latex
11705%{texmfdist}/fonts/source/public/yi4latex
11706%{texmfdist}/fonts/tfm/public/yi4latex
11707
11708%{texmfdist}/fonts/tfm/public/pslatex
11709%{texmfdist}/fonts/map/dvips/pslatex
11710%{texmfdist}/fonts/vf/public/pslatex
11711
f1ba8563
ZU
11712%doc %{texmfdist}/doc/fonts/allrunes
11713%{texmfdist}/fonts/source/public/allrunes
11714%{texmfdist}/fonts/tfm/public/allrunes
11715%{texmfdist}/fonts/type1/public/allrunes
11716%{texmfdist}/source/fonts/allrunes
11717
11718%doc %{texmfdist}/doc/fonts/antiqua
11719%{texmfdist}/fonts/map/dvips/antiqua
11720
11721%{texmfdist}/fonts/source/public/apl
11722%{texmfdist}/fonts/tfm/public/apl
11723%{texmfdist}/source/fonts/apl
11724
8affbd2c
ZU
11725%{texmfdist}/fonts/afm/arabi
11726%{texmfdist}/fonts/tfm/arabi
11727%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
11728%{texmfdist}/fonts/enc/dvips/arabi
11729%{texmfdist}/fonts/map/dvips/arabi
11730
11731%{texmfdist}/fonts/map/dvips/arabtex
11732%{texmfdist}/fonts/source/public/arabtex
11733%{texmfdist}/fonts/tfm/public/arabtex
11734%{texmfdist}/fonts/type1/public/arabtex
11735
11736%doc %{texmfdist}/doc/fonts/archaic
11737%{texmfdist}/fonts/afm/public/archaic
11738%{texmfdist}/fonts/map/dvips/archaic
11739%{texmfdist}/fonts/source/public/archaic
11740%{texmfdist}/fonts/tfm/public/archaic
11741%{texmfdist}/fonts/type1/public/archaic
11742%{texmfdist}/source/fonts/archaic
11743
11744%doc %{texmfdist}/doc/fonts/arev
11745%{texmfdist}/fonts/afm/public/arev
11746%{texmfdist}/fonts/enc/dvips/arev
11747%{texmfdist}/fonts/map/dvips/arev
11748%{texmfdist}/fonts/tfm/public/arev
11749%{texmfdist}/fonts/type1/public/arev
11750%{texmfdist}/fonts/vf/public/arev
11751%{texmfdist}/source/fonts/arev
11752
11753%{texmfdist}/fonts/tfm/vntex/arevvn
11754%{texmfdist}/fonts/type1/vntex/arevvn
11755
11756%{texmfdist}/fonts/source/public/ar
11757%{texmfdist}/fonts/tfm/public/ar
11758
11759%doc %{texmfdist}/doc/fonts/armenian
11760%{texmfdist}/fonts/source/public/armenian
11761%{texmfdist}/fonts/tfm/public/armenian
11762
11763%{texmfdist}/fonts/map/dvips/arphic
11764
11765%doc %{texmfdist}/doc/fonts/malayalam
11766%doc %{texmfdist}/doc/fonts/Asana-Math
11767%{texmfdist}/fonts/opentype/public/Asana-Math
11768
11769%doc %{texmfdist}/doc/fonts/ascii
11770%{texmfdist}/fonts/map/dvips/ascii
11771%{texmfdist}/fonts/tfm/public/ascii
11772%{texmfdist}/fonts/type1/public/ascii
11773
11774%doc %{texmfdist}/doc/fonts/astro
11775%{texmfdist}/fonts/source/public/astro
11776%{texmfdist}/fonts/tfm/public/astro
11777
11778%{texmfdist}/fonts/afm/public/augie
11779%{texmfdist}/fonts/map/dvips/augie
11780%{texmfdist}/fonts/tfm/public/augie
11781%{texmfdist}/fonts/type1/public/augie
11782%{texmfdist}/fonts/vf/public/augie
11783
11784%doc %{texmfdist}/doc/fonts/auncial-new
11785%{texmfdist}/fonts/afm/public/auncial-new
11786%{texmfdist}/fonts/map/dvips/auncial-new
11787%{texmfdist}/fonts/tfm/public/auncial-new
11788%{texmfdist}/fonts/type1/public/auncial-new
11789%{texmfdist}/source/fonts/auncial-new
11790
11791%{texmfdist}/fonts/afm/public/aurical
11792%{texmfdist}/fonts/map/dvips/aurical
11793%{texmfdist}/fonts/source/public/aurical
11794%{texmfdist}/fonts/tfm/public/aurical
11795%{texmfdist}/fonts/type1/public/aurical
11796
11797%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563
ZU
11798
11799%{texmfdist}/fonts/source/public/backgammon
11800%{texmfdist}/fonts/tfm/public/backgammon
11801
11802%{texmfdist}/fonts/source/public/bangtex
11803%{texmfdist}/fonts/tfm/public/bangtex
11804
11805%{texmfdist}/fonts/source/public/barcodes
11806%{texmfdist}/fonts/tfm/public/barcodes
11807
11808%{texmfdist}/fonts/source/public/bayer
11809%{texmfdist}/fonts/tfm/public/bayer
11810
11811%{texmfdist}/fonts/source/public/bbding
11812%{texmfdist}/fonts/tfm/public/bbding
11813
11814%{texmfdist}/fonts/map/dvips/belleek
198c241e 11815%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
11816
11817%{texmfdist}/fonts/source/public/bengali
11818%{texmfdist}/fonts/tfm/public/bengali
11819
11820%doc %{texmfdist}/doc/fonts/bera
11821%{texmfdist}/fonts/afm/public/bera
11822%{texmfdist}/fonts/map/dvips/bera
11823%{texmfdist}/fonts/map/vtex/bera
11824%{texmfdist}/fonts/tfm/public/bera
11825%{texmfdist}/fonts/type1/public/bera
11826%{texmfdist}/fonts/vf/public/bera
11827
11828%doc %{texmfdist}/doc/fonts/blacklettert1
11829%{texmfdist}/fonts/tfm/public/blacklettert1
11830%{texmfdist}/fonts/vf/public/blacklettert1
11831%{texmfdist}/source/fonts/blacklettert1
11832
11833%doc %{texmfdist}/doc/fonts/boisik
11834%{texmfdist}/fonts/source/public/boisik
11835
11836%doc %{texmfdist}/doc/fonts/bookhands
11837%{texmfdist}/fonts/source/public/bookhands
11838
11839%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
11840
11841%{texmfdist}/fonts/afm/public/brushscr
11842%{texmfdist}/fonts/map/dvips/brushscr
11843%{texmfdist}/fonts/tfm/public/brushscr
11844%{texmfdist}/fonts/type1/public/brushscr
11845%{texmfdist}/fonts/vf/public/brushscr
11846
11847%doc %{texmfdist}/doc/fonts/burmese
11848%{texmfdist}/fonts/map/dvips/burmese
11849%{texmfdist}/fonts/tfm/public/burmese
11850%{texmfdist}/fonts/type1/public/burmese
11851
8affbd2c
ZU
11852%doc %{texmfdist}/doc/fonts/cns
11853%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
11854
11855%{texmfdist}/fonts/enc/dvips/c90enc
11856
11857%{texmfdist}/fonts/source/public/calligra
11858%{texmfdist}/fonts/tfm/public/calligra
11859
11860%doc %{texmfdist}/doc/fonts/carolmin-ps
11861%{texmfdist}/fonts/afm/public/carolmin-ps
11862%{texmfdist}/fonts/map/dvips/carolmin-ps
11863%{texmfdist}/fonts/type1/public/carolmin-ps
11864
11865%{texmfdist}/fonts/source/public/casyl
11866%{texmfdist}/fonts/tfm/public/casyl
11867
11868%{texmfdist}/fonts/source/public/cbcoptic
11869%{texmfdist}/fonts/tfm/public/cbcoptic
11870%{texmfdist}/fonts/type1/public/cbcoptic
11871
11872%doc %{texmfdist}/doc/fonts/cbfonts
11873%{texmfdist}/fonts/enc/dvips/cbfonts
11874%{texmfdist}/fonts/map/dvips/cbfonts
11875%{texmfdist}/fonts/source/public/cbfonts
11876%{texmfdist}/fonts/tfm/public/cbfonts
11877%{texmfdist}/fonts/type1/public/cbfonts
11878
11879%{texmfdist}/fonts/source/public/cchess
11880%{texmfdist}/fonts/tfm/public/cchess
11881
11882%{texmfdist}/fonts/afm/vntex/chartervn
11883%{texmfdist}/fonts/tfm/vntex/chartervn
11884%{texmfdist}/fonts/type1/vntex/chartervn
11885%{texmfdist}/fonts/vf/vntex/chartervn
11886
11887%doc %{texmfdist}/doc/fonts/chemarrow
11888%{texmfdist}/fonts/afm/public/chemarrow
11889%{texmfdist}/fonts/map/dvips/chemarrow
11890%{texmfdist}/fonts/source/public/chemarrow
11891%{texmfdist}/fonts/tfm/public/chemarrow
11892%{texmfdist}/fonts/type1/public/chemarrow
11893
11894%{texmfdist}/fonts/source/public/cherokee
11895%{texmfdist}/fonts/tfm/public/cherokee
11896
11897%{texmfdist}/fonts/source/public/chess
11898
11899%{texmfdist}/fonts/enc/dvips/chessfss
11900
11901%{texmfdist}/fonts/source/public/china2e
11902%{texmfdist}/fonts/tfm/public/china2e
11903
11904%{texmfdist}/fonts/source/public/circ
11905%{texmfdist}/fonts/tfm/public/circ
11906
11907%doc %{texmfdist}/doc/fonts/cirth
11908%{texmfdist}/fonts/source/public/cirth
11909%{texmfdist}/fonts/tfm/public/cirth
11910
11911%doc %{texmfdist}/doc/fonts/cjhebrew
11912%{texmfdist}/fonts/afm/public/cjhebrew
11913%{texmfdist}/fonts/enc/dvips/cjhebrew
11914%{texmfdist}/fonts/map/dvips/cjhebrew
11915%{texmfdist}/fonts/tfm/public/cjhebrew
11916%{texmfdist}/fonts/type1/public/cjhebrew
11917%{texmfdist}/fonts/vf/public/cjhebrew
11918
11919%{texmfdist}/fonts/source/public/clock
11920%{texmfdist}/fonts/tfm/public/clock
11921
11922%doc %{texmfdist}/doc/fonts/cmastro
11923%{texmfdist}/fonts/source/public/cmastro
11924%{texmfdist}/fonts/tfm/public/cmastro
11925
11926%{texmfdist}/fonts/tfm/vntex/cmbrightvn
11927%{texmfdist}/fonts/type1/vntex/cmbrightvn
11928
11929%{texmfdist}/fonts/type1/public/cmex
11930
11931%{texmfdist}/fonts/afm/public/cm-lgc
11932%{texmfdist}/fonts/enc/dvips/cm-lgc
11933%{texmfdist}/fonts/map/dvips/cm-lgc
11934%{texmfdist}/fonts/ofm/public/cm-lgc
11935%{texmfdist}/fonts/ovf/public/cm-lgc
11936%{texmfdist}/fonts/tfm/public/cm-lgc
11937%{texmfdist}/fonts/type1/public/cm-lgc
11938%{texmfdist}/fonts/vf/public/cm-lgc
11939
11940%{texmfdist}/fonts/map/dvips/cmll
11941%{texmfdist}/fonts/source/public/cmll
11942%{texmfdist}/fonts/tfm/public/cmll
11943%{texmfdist}/fonts/type1/public/cmll
11944
11945%doc %{texmfdist}/doc/fonts/cmpica
11946%{texmfdist}/fonts/source/public/cmpica
11947%{texmfdist}/fonts/tfm/public/cmpica
11948
f1ba8563 11949
f1ba8563
ZU
11950%{texmfdist}/fonts/tfm/vntex/comicsansvn
11951%{texmfdist}/fonts/type1/vntex/comicsansvn
11952%{texmfdist}/fonts/vf/vntex/comicsansvn
11953
11954%{texmfdist}/fonts/tfm/vntex/concretevn
11955%{texmfdist}/fonts/type1/vntex/concretevn
11956
8affbd2c
ZU
11957%{texmfdist}/fonts/afm/ibm
11958%{texmfdist}/fonts/tfm/ibm
11959%{texmfdist}/fonts/vf/ibm
f1ba8563 11960%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
11961%{texmfdist}/fonts/tfm/cspsfonts-adobe
11962%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
11963
11964%doc %{texmfdist}/doc/fonts/croatian
11965%{texmfdist}/fonts/source/public/croatian
11966
11967%{texmfdist}/fonts/afm/public/cryst
11968%{texmfdist}/fonts/source/public/cryst
11969%{texmfdist}/fonts/tfm/public/cryst
11970%{texmfdist}/fonts/type1/public/cryst
11971
11972%{texmfdist}/fonts/source/public/ctib
11973%{texmfdist}/fonts/tfm/public/ctib
11974
11975%doc %{texmfdist}/doc/fonts/cyklop
11976%{texmfdist}/fonts/afm/public/cyklop
11977%{texmfdist}/fonts/enc/dvips/cyklop
11978%{texmfdist}/fonts/map/dvips/cyklop
11979%{texmfdist}/fonts/opentype/public/cyklop
11980%{texmfdist}/fonts/tfm/public/cyklop
11981%{texmfdist}/fonts/type1/public/cyklop
11982
11983%{texmfdist}/fonts/source/public/dancers
11984%{texmfdist}/fonts/tfm/public/dancers
11985
11986%doc %{texmfdist}/doc/fonts/dice
11987%{texmfdist}/fonts/source/public/dice
11988%{texmfdist}/fonts/tfm/public/dice
11989
11990%doc %{texmfdist}/doc/fonts/dictsym
11991%{texmfdist}/fonts/afm/public/dictsym
11992%{texmfdist}/fonts/map/dvips/dictsym
11993%{texmfdist}/fonts/map/vtex/dictsym
11994%{texmfdist}/fonts/tfm/public/dictsym
11995%{texmfdist}/fonts/type1/public/dictsym
11996
11997%doc %{texmfdist}/doc/fonts/dingbat
11998%{texmfdist}/fonts/tfm/public/dingbat
11999%{texmfdist}/source/fonts/dingbat
12000
f1ba8563
ZU
12001%doc %{texmfdist}/doc/fonts/doublestroke
12002%{texmfdist}/fonts/map/dvips/doublestroke
12003%{texmfdist}/fonts/source/public/doublestroke
12004%{texmfdist}/fonts/tfm/public/doublestroke
12005%{texmfdist}/fonts/type1/public/doublestroke
12006
12007%doc %{texmfdist}/doc/fonts/duerer
12008%{texmfdist}/fonts/source/public/duerer
12009%{texmfdist}/fonts/tfm/public/duerer
12010
12011%doc %{texmfdist}/doc/fonts/ean
12012%{texmfdist}/fonts/source/public/ean
12013%{texmfdist}/fonts/tfm/public/ean
12014
12015%doc %{texmfdist}/doc/fonts/eco
12016%{texmfdist}/fonts/tfm/public/eco
12017%{texmfdist}/fonts/vf/public/eco
12018%{texmfdist}/source/fonts/eco
12019
12020%doc %{texmfdist}/doc/fonts/eiad
12021%{texmfdist}/fonts/source/public/eiad
12022%{texmfdist}/fonts/tfm/public/eiad
12023
12024%doc %{texmfdist}/doc/fonts/elvish
12025%{texmfdist}/fonts/source/public/elvish
12026%{texmfdist}/fonts/tfm/public/elvish
12027
12028%doc %{texmfdist}/doc/fonts/epigrafica
12029%{texmfdist}/fonts/afm/public/epigrafica
12030%{texmfdist}/fonts/enc/dvips/epigrafica
12031%{texmfdist}/fonts/map/dvips/epigrafica
12032%{texmfdist}/fonts/tfm/public/epigrafica
12033%{texmfdist}/fonts/type1/public/epigrafica
12034%{texmfdist}/fonts/vf/public/epigrafica
12035
12036%{texmfdist}/fonts/map/dvips/epiolmec
12037%{texmfdist}/fonts/tfm/public/epiolmec
12038%{texmfdist}/fonts/type1/public/epiolmec
12039
12040%doc %{texmfdist}/doc/fonts/esint-type1
12041%{texmfdist}/fonts/map/dvips/esint-type1
12042%{texmfdist}/fonts/type1/public/esint-type1
12043
12044%{texmfdist}/fonts/map/dvips/esvect
12045%{texmfdist}/fonts/source/public/esvect
12046%{texmfdist}/fonts/tfm/public/esvect
12047%{texmfdist}/fonts/type1/public/esvect
12048
12049%{texmfdist}/fonts/ofm/public/ethiop
12050%{texmfdist}/fonts/ovf/public/ethiop
12051%{texmfdist}/fonts/ovp/public/ethiop
12052%{texmfdist}/fonts/source/public/ethiop
12053%{texmfdist}/fonts/tfm/public/ethiop
12054
12055%{texmfdist}/fonts/map/dvips/ethiop-t1
12056%{texmfdist}/fonts/type1/public/ethiop-t1
12057
12058%doc %{texmfdist}/doc/fonts/euro-ce
12059%{texmfdist}/fonts/source/public/euro-ce
12060%{texmfdist}/fonts/tfm/public/euro-ce
12061
12062%doc %{texmfdist}/doc/fonts/eurofont
12063%{texmfdist}/fonts/map/dvips/eurofont
12064%{texmfdist}/source/fonts/eurofont
12065
f1ba8563
ZU
12066%doc %{texmfdist}/doc/fonts/feyn
12067%{texmfdist}/fonts/source/public/feyn
12068%{texmfdist}/fonts/tfm/public/feyn
12069%{texmfdist}/source/fonts/feyn
12070
12071%doc %{texmfdist}/doc/fonts/fge
12072%{texmfdist}/fonts/source/public/fge
12073%{texmfdist}/fonts/tfm/public/fge
12074%{texmfdist}/source/fonts/fge
12075
12076%{texmfdist}/fonts/map/dvips/foekfont
12077%{texmfdist}/fonts/tfm/public/foekfont
12078%{texmfdist}/fonts/type1/public/foekfont
12079
12080%doc %{texmfdist}/doc/fonts/fonetika
12081%{texmfdist}/fonts/afm/public/fonetika
12082%{texmfdist}/fonts/map/dvips/fonetika
12083%{texmfdist}/fonts/tfm/public/fonetika
12084%{texmfdist}/fonts/type1/public/fonetika
12085
12086%doc %{texmfdist}/doc/fonts/fourier
12087%{texmfdist}/fonts/afm/public/fourier
12088%{texmfdist}/fonts/map/dvips/fourier
12089%{texmfdist}/fonts/tfm/public/fourier
12090%{texmfdist}/fonts/type1/public/fourier
12091%{texmfdist}/fonts/vf/public/fourier
12092%{texmfdist}/source/fonts/fourier
12093
12094%doc %{texmfdist}/doc/fonts/fouriernc
12095%{texmfdist}/fonts/afm/public/fouriernc
12096%{texmfdist}/fonts/tfm/public/fouriernc
12097%{texmfdist}/fonts/vf/public/fouriernc
12098
12099%doc %{texmfdist}/doc/fonts/frcursive
12100%{texmfdist}/fonts/source/public/frcursive
12101%{texmfdist}/fonts/tfm/public/frcursive
12102%{texmfdist}/source/fonts/frcursive
12103
12104%doc %{texmfdist}/doc/fonts/futhark
12105%{texmfdist}/fonts/source/public/futhark
12106%{texmfdist}/fonts/tfm/public/futhark
12107
12108%{texmfdist}/fonts/afm/public/garuda
12109%{texmfdist}/fonts/map/dvips/garuda
12110%{texmfdist}/fonts/tfm/public/garuda
12111%{texmfdist}/fonts/type1/public/garuda
12112
12113%doc %{texmfdist}/doc/fonts/genealogy
12114%{texmfdist}/fonts/source/public/genealogy
12115%{texmfdist}/fonts/tfm/public/genealogy
12116
12117%doc %{texmfdist}/doc/fonts/gfsartemisia
12118%{texmfdist}/fonts/afm/public/gfsartemisia
12119%{texmfdist}/fonts/enc/dvips/gfsartemisia
12120%{texmfdist}/fonts/map/dvips/gfsartemisia
12121%{texmfdist}/fonts/opentype/public/gfsartemisia
12122%{texmfdist}/fonts/tfm/public/gfsartemisia
12123%{texmfdist}/fonts/type1/public/gfsartemisia
12124%{texmfdist}/fonts/vf/public/gfsartemisia
12125
12126%doc %{texmfdist}/doc/fonts/gfsbaskerville
12127%{texmfdist}/fonts/afm/public/gfsbaskerville
12128%{texmfdist}/fonts/enc/dvips/gfsbaskerville
12129%{texmfdist}/fonts/map/dvips/gfsbaskerville
12130%{texmfdist}/fonts/opentype/public/gfsbaskerville
12131%{texmfdist}/fonts/tfm/public/gfsbaskerville
12132%{texmfdist}/fonts/type1/public/gfsbaskerville
12133%{texmfdist}/fonts/vf/public/gfsbaskerville
12134
12135%doc %{texmfdist}/doc/fonts/gfsbodoni
12136%{texmfdist}/fonts/afm/public/gfsbodoni
12137%{texmfdist}/fonts/enc/dvips/gfsbodoni
12138%{texmfdist}/fonts/map/dvips/gfsbodoni
12139%{texmfdist}/fonts/opentype/public/gfsbodoni
12140%{texmfdist}/fonts/tfm/public/gfsbodoni
12141%{texmfdist}/fonts/type1/public/gfsbodoni
12142%{texmfdist}/fonts/vf/public/gfsbodoni
12143
12144%doc %{texmfdist}/doc/fonts/gfscomplutum
12145%{texmfdist}/fonts/afm/public/gfscomplutum
12146%{texmfdist}/fonts/enc/dvips/gfscomplutum
12147%{texmfdist}/fonts/map/dvips/gfscomplutum
12148%{texmfdist}/fonts/opentype/public/gfscomplutum
12149%{texmfdist}/fonts/tfm/public/gfscomplutum
12150%{texmfdist}/fonts/type1/public/gfscomplutum
12151%{texmfdist}/fonts/vf/public/gfscomplutum
12152
12153%doc %{texmfdist}/doc/fonts/gfsdidot
12154%{texmfdist}/fonts/afm/public/gfsdidot
12155%{texmfdist}/fonts/enc/dvips/gfsdidot
12156%{texmfdist}/fonts/map/dvips/gfsdidot
12157%{texmfdist}/fonts/opentype/public/gfsdidot
12158%{texmfdist}/fonts/tfm/public/gfsdidot
12159%{texmfdist}/fonts/type1/public/gfsdidot
12160%{texmfdist}/fonts/vf/public/gfsdidot
12161
12162%doc %{texmfdist}/doc/fonts/gfsneohellenic
12163%{texmfdist}/fonts/afm/public/gfsneohellenic
12164%{texmfdist}/fonts/enc/dvips/gfsneohellenic
12165%{texmfdist}/fonts/map/dvips/gfsneohellenic
12166%{texmfdist}/fonts/opentype/public/gfsneohellenic
12167%{texmfdist}/fonts/tfm/public/gfsneohellenic
12168%{texmfdist}/fonts/type1/public/gfsneohellenic
12169%{texmfdist}/fonts/vf/public/gfsneohellenic
12170
12171%doc %{texmfdist}/doc/fonts/gfsporson
12172%{texmfdist}/fonts/afm/public/gfsporson
12173%{texmfdist}/fonts/enc/dvips/gfsporson
12174%{texmfdist}/fonts/map/dvips/gfsporson
12175%{texmfdist}/fonts/opentype/public/gfsporson
12176%{texmfdist}/fonts/tfm/public/gfsporson
12177%{texmfdist}/fonts/type1/public/gfsporson
12178%{texmfdist}/fonts/vf/public/gfsporson
12179
12180%doc %{texmfdist}/doc/fonts/gfssolomos
12181%{texmfdist}/fonts/afm/public/gfssolomos
12182%{texmfdist}/fonts/enc/dvips/gfssolomos
12183%{texmfdist}/fonts/map/dvips/gfssolomos
12184%{texmfdist}/fonts/opentype/public/gfssolomos
12185%{texmfdist}/fonts/tfm/public/gfssolomos
12186%{texmfdist}/fonts/type1/public/gfssolomos
12187%{texmfdist}/fonts/vf/public/gfssolomos
12188
12189%{texmfdist}/fonts/source/public/go
12190%{texmfdist}/fonts/tfm/public/go
12191
12192%doc %{texmfdist}/doc/fonts/greenpoint
12193%{texmfdist}/fonts/source/public/greenpoint
12194%{texmfdist}/fonts/tfm/public/greenpoint
12195
12196%{texmfdist}/fonts/afm/groff
12197%{texmfdist}/fonts/enc/dvips/groff
12198%{texmfdist}/fonts/map/dvips/groff
12199%{texmfdist}/fonts/tfm/groff
12200%{texmfdist}/fonts/type1/groff
12201
12202%doc %{texmfdist}/doc/fonts/grotesq
12203%{texmfdist}/fonts/map/dvips/grotesq
12204
12205%{texmfdist}/fonts/afm/vntex/grotesqvn
12206%{texmfdist}/fonts/tfm/vntex/grotesqvn
12207%{texmfdist}/fonts/type1/vntex/grotesqvn
12208
12209%{texmfdist}/fonts/afm/public/grverb
12210%{texmfdist}/fonts/map/dvips/grverb
12211%{texmfdist}/fonts/tfm/public/grverb
12212%{texmfdist}/fonts/type1/public/grverb
12213%{texmfdist}/fonts/vf/public/grverb
12214
12215%{texmfdist}/fonts/source/public/hands
12216%{texmfdist}/fonts/tfm/public/hands
12217
8affbd2c
ZU
12218%{texmfdist}/fonts/afm/jmn
12219%{texmfdist}/fonts/tfm/jmn
12220%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
12221
12222%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
12223
12224%doc %{texmfdist}/doc/fonts/hfbright
12225%{texmfdist}/fonts/afm/public/hfbright
12226%{texmfdist}/fonts/enc/dvips/hfbright
12227%{texmfdist}/fonts/map/dvips/hfbright
12228%{texmfdist}/fonts/type1/public/hfbright
12229%{texmfdist}/source/fonts/hfbright
12230
12231%doc %{texmfdist}/doc/fonts/hfoldsty
12232%{texmfdist}/fonts/tfm/public/hfoldsty
12233%{texmfdist}/fonts/vf/public/hfoldsty
12234%{texmfdist}/source/fonts/hfoldsty
12235
12236%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 12237%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
12238%{texmfdist}/fonts/afm/public/ibygrk
12239%{texmfdist}/fonts/enc/dvips/ibygrk
12240%{texmfdist}/fonts/map/dvips/ibygrk
12241%{texmfdist}/fonts/source/public/ibygrk
12242%{texmfdist}/fonts/tfm/public/ibygrk
12243%{texmfdist}/fonts/type1/public/ibygrk
12244
12245%doc %{texmfdist}/doc/fonts/ifsym
12246%{texmfdist}/fonts/source/public/ifsym
12247%{texmfdist}/fonts/tfm/public/ifsym
12248
12249%doc %{texmfdist}/doc/fonts/initials
12250%{texmfdist}/fonts/afm/public/initials
12251%{texmfdist}/fonts/map/dvips/initials
12252%{texmfdist}/fonts/tfm/public/initials
12253%{texmfdist}/fonts/type1/public/initials
12254
745facc7 12255%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
12256%{texmfdist}/fonts/afm/public/itrans
12257%{texmfdist}/fonts/source/public/itrans
12258%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
12259%{texmfdist}/fonts/type1/public/itrans
12260
745facc7 12261%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
12262%{texmfdist}/fonts/afm/public/iwona
12263%{texmfdist}/fonts/enc/dvips/iwona
12264%{texmfdist}/fonts/map/dvips/iwona
12265%{texmfdist}/fonts/opentype/public/iwona
12266%{texmfdist}/fonts/tfm/public/iwona
12267%{texmfdist}/fonts/type1/public/iwona
12268
12269%{texmfdist}/fonts/enc/dvips/jmn
12270%{texmfdist}/fonts/map/dvips/jmn
12271
745facc7 12272%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
12273%{texmfdist}/fonts/source/public/kdgreek
12274%{texmfdist}/fonts/tfm/public/kdgreek
12275
12276%{texmfdist}/fonts/afm/public/kerkis
12277%{texmfdist}/fonts/enc/dvips/kerkis
12278%{texmfdist}/fonts/map/dvips/kerkis
12279%{texmfdist}/fonts/tfm/public/kerkis
12280%{texmfdist}/fonts/type1/public/kerkis
12281%{texmfdist}/fonts/vf/public/kerkis
12282
12283%doc %{texmfdist}/doc/fonts/kixfont
12284%{texmfdist}/fonts/source/public/kixfont
12285%{texmfdist}/fonts/tfm/public/kixfont
12286
12287%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 12288%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
12289%{texmfdist}/fonts/afm/public/kpfonts
12290%{texmfdist}/fonts/map/public/kpfonts
12291%{texmfdist}/fonts/source/public/kpfonts
12292%{texmfdist}/fonts/tfm/public/kpfonts
12293%{texmfdist}/fonts/type1/public/kpfonts
12294%{texmfdist}/fonts/vf/public/kpfonts
12295
745facc7 12296%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
12297%{texmfdist}/fonts/afm/public/kurier
12298%{texmfdist}/fonts/enc/dvips/kurier
12299%{texmfdist}/fonts/map/dvips/kurier
12300%{texmfdist}/fonts/opentype/public/kurier
12301%{texmfdist}/fonts/tfm/public/kurier
12302%{texmfdist}/fonts/type1/public/kurier
12303
12304%doc %{texmfdist}/doc/fonts/levy
12305%{texmfdist}/fonts/source/public/levy
12306
12307%doc %{texmfdist}/doc/fonts/lfb
12308%{texmfdist}/fonts/source/public/lfb
12309%{texmfdist}/fonts/tfm/public/lfb
12310
12311%doc %{texmfdist}/doc/fonts/libertine
12312%{texmfdist}/fonts/afm/public/libertine
12313%{texmfdist}/fonts/enc/dvips/libertine
12314%{texmfdist}/fonts/map/dvips/libertine
12315%{texmfdist}/fonts/tfm/public/libertine
12316%{texmfdist}/fonts/type1/public/libertine
12317%{texmfdist}/fonts/vf/public/libertine
12318
12319%doc %{texmfdist}/doc/fonts/linearA
12320%{texmfdist}/fonts/afm/public/linearA
12321%{texmfdist}/fonts/map/dvips/linearA
12322%{texmfdist}/fonts/tfm/public/linearA
12323%{texmfdist}/fonts/type1/public/linearA
12324%{texmfdist}/source/fonts/linearA
12325
12326%{texmfdist}/fonts/source/public/logic
12327%{texmfdist}/fonts/tfm/public/logic
12328
12329%doc %{texmfdist}/doc/fonts/lxfonts
12330%{texmfdist}/fonts/map/dvips/lxfonts
12331%{texmfdist}/fonts/source/public/lxfonts
12332%{texmfdist}/fonts/tfm/public/lxfonts
12333%{texmfdist}/fonts/type1/public/lxfonts
12334
12335%doc %{texmfdist}/doc/fonts/ly1
12336%{texmfdist}/fonts/map/dvips/ly1
12337
12338%{texmfdist}/fonts/source/public/malayalam
12339%{texmfdist}/fonts/tfm/public/malayalam
12340
12341%{texmfdist}/fonts/map/dvips/manfnt
12342
12343%{texmfdist}/fonts/map/dvips/mathdesign
12344
12345%{texmfdist}/fonts/tfm/public/mathpazo
12346%{texmfdist}/fonts/vf/public/mathpazo
12347
8affbd2c
ZU
12348%{texmfdist}/fonts/afm/mathdesign
12349%{texmfdist}/fonts/tfm/mathdesign
12350%{texmfdist}/fonts/type1/mathdesign
12351%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
12352
12353%{texmfdist}/fonts/enc/dvips/mnsymbol
12354%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 12355%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
12356%{texmfdist}/fonts/map/vtex/mnsymbol
12357%{texmfdist}/fonts/opentype/public/mnsymbol
12358%{texmfdist}/fonts/source/public/mnsymbol
12359%{texmfdist}/fonts/tfm/public/mnsymbol
12360%{texmfdist}/fonts/type1/public/mnsymbol
12361
12362%{texmfdist}/fonts/map/dvips/montex
12363%{texmfdist}/fonts/source/public/montex
12364%{texmfdist}/fonts/tfm/public/montex
12365%{texmfdist}/fonts/type1/public/montex
12366
12367%{texmfdist}/fonts/tfm/vntex/mscorevn
12368%{texmfdist}/fonts/vf/vntex/mscorevn
12369
12370%{texmfdist}/fonts/source/public/musixps
12371%{texmfdist}/fonts/tfm/public/musixps
12372
12373%doc %{texmfdist}/doc/generic/musixtex
12374%{texmfdist}/fonts/map/dvips/musixtex
12375%{texmfdist}/fonts/source/public/musixtex
12376%{texmfdist}/fonts/tfm/public/musixtex
12377%{texmfdist}/fonts/type1/public/musixtex
12378
12379%{texmfdist}/fonts/source/public/mxd
12380%{texmfdist}/fonts/tfm/public/mxd
12381
12382%{texmfdist}/fonts/source/public/mxedruli
12383%{texmfdist}/fonts/tfm/public/mxedruli
12384
12385%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
12386
12387%{texmfdist}/fonts/source/public/niceframe
12388%{texmfdist}/fonts/tfm/public/niceframe
12389
12390%doc %{texmfdist}/doc/fonts/nkarta
12391%{texmfdist}/fonts/source/public/nkarta
12392%{texmfdist}/fonts/tfm/public/nkarta
12393
12394%{texmfdist}/fonts/afm/public/norasi
12395%{texmfdist}/fonts/map/dvips/norasi
12396%{texmfdist}/fonts/tfm/public/norasi
12397%{texmfdist}/fonts/type1/public/norasi
12398
12399%{texmfdist}/fonts/source/public/oca
12400
12401%{texmfdist}/fonts/afm/public/ocherokee
12402%{texmfdist}/fonts/map/dvips/ocherokee
12403%{texmfdist}/fonts/ofm/public/ocherokee
12404%{texmfdist}/fonts/ovf/public/ocherokee
12405%{texmfdist}/fonts/ovp/public/ocherokee
12406%{texmfdist}/fonts/tfm/public/ocherokee
12407%{texmfdist}/fonts/type1/public/ocherokee
12408
12409%{texmfdist}/fonts/source/public/ogham
12410%{texmfdist}/fonts/tfm/public/ogham
12411
12412%doc %{texmfdist}/doc/fonts/oinuit
12413%{texmfdist}/fonts/map/dvips/oinuit
12414%{texmfdist}/fonts/ofm/public/oinuit
12415%{texmfdist}/fonts/ovf/public/oinuit
12416%{texmfdist}/fonts/tfm/public/oinuit
12417%{texmfdist}/fonts/type1/public/oinuit
12418
12419%{texmfdist}/fonts/source/public/osmanian
12420
12421%doc %{texmfdist}/doc/fonts/ot2cyr
12422%{texmfdist}/fonts/map/dvips/ot2cyr
12423%{texmfdist}/source/fonts/ot2cyr
12424
12425%{texmfdist}/fonts/source/public/othello
12426%{texmfdist}/fonts/tfm/public/othello
12427
12428%{texmfdist}/fonts/ofm/public/otibet
12429%{texmfdist}/fonts/ovf/public/otibet
12430%{texmfdist}/fonts/ovp/public/otibet
12431%{texmfdist}/fonts/source/public/otibet
12432%{texmfdist}/fonts/tfm/public/otibet
12433
12434%doc %{texmfdist}/doc/fonts/pacioli
12435%{texmfdist}/fonts/source/public/pacioli
12436%{texmfdist}/fonts/tfm/public/pacioli
12437
12438%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
12439
12440%doc %{texmfdist}/doc/fonts/phaistos
12441%{texmfdist}/fonts/afm/public/phaistos
12442%{texmfdist}/fonts/map/dvips/phaistos
12443%{texmfdist}/fonts/opentype/public/phaistos
12444%{texmfdist}/fonts/tfm/public/phaistos
12445%{texmfdist}/fonts/type1/public/phaistos
12446%{texmfdist}/source/fonts/phaistos
12447
12448%{texmfdist}/fonts/opentype/public/philokalia
12449
12450%doc %{texmfdist}/doc/fonts/phonetic
12451%{texmfdist}/fonts/source/public/phonetic
12452%{texmfdist}/fonts/tfm/public/phonetic
12453%{texmfdist}/source/fonts/phonetic
12454
8affbd2c 12455%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
12456
12457%{texmfdist}/fonts/source/public/punk
12458%{texmfdist}/fonts/tfm/public/punk
12459
12460%{texmfdist}/fonts/tfm/public/relenc
12461%{texmfdist}/fonts/vf/public/relenc
12462
12463%doc %{texmfdist}/doc/fonts/rsfs
12464%{texmfdist}/fonts/map/dvips/rsfs
12465
12466%{texmfdist}/fonts/map/dvips/sanskrit
12467%{texmfdist}/fonts/source/public/sanskrit
12468%{texmfdist}/fonts/tfm/public/sanskrit
12469%{texmfdist}/fonts/type1/public/sanskrit
12470
12471%{texmfdist}/fonts/source/public/sauter
12472
12473%doc %{texmfdist}/doc/fonts/semaphor
12474%{texmfdist}/fonts/afm/public/semaphor
12475%{texmfdist}/fonts/enc/dvips/semaphor
12476%{texmfdist}/fonts/map/dvips/semaphor
12477%{texmfdist}/fonts/opentype/public/semaphor
12478%{texmfdist}/fonts/source/public/semaphor
12479%{texmfdist}/fonts/tfm/public/semaphor
12480%{texmfdist}/fonts/type1/public/semaphor
12481
12482%{texmfdist}/fonts/source/public/simpsons
12483
12484%{texmfdist}/fonts/map/dvips/skak
12485%{texmfdist}/fonts/source/public/skak
12486%{texmfdist}/fonts/tfm/public/skak
12487
12488%doc %{texmfdist}/doc/fonts/skaknew
12489%{texmfdist}/fonts/afm/public/skaknew
12490%{texmfdist}/fonts/map/dvips/skaknew
12491%{texmfdist}/fonts/map/vtex/skaknew
12492%{texmfdist}/fonts/tfm/public/skaknew
12493%{texmfdist}/fonts/type1/public/skaknew
12494
12495%{texmfdist}/fonts/source/public/skull
12496
12497%{texmfdist}/fonts/source/public/soyombo
12498%{texmfdist}/fonts/tfm/public/soyombo
12499
12500%doc %{texmfdist}/doc/fonts/staves
12501%{texmfdist}/fonts/map/dvips/staves
12502%{texmfdist}/fonts/tfm/public/staves
12503%{texmfdist}/fonts/type1/public/staves
12504
12505%{texmfdist}/fonts/map/dvips/stmaryrd
12506%{texmfdist}/fonts/source/public/stmaryrd
12507
12508%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
12509
12510%{texmfdist}/fonts/afm/public/tabvar
12511%{texmfdist}/fonts/map/dvips/tabvar
12512%{texmfdist}/fonts/tfm/public/tabvar
12513%{texmfdist}/fonts/type1/public/tabvar
12514
f1ba8563
ZU
12515
12516%{texmfdist}/fonts/source/public/tapir
12517%{texmfdist}/fonts/type1/public/tapir
12518
12519%{texmfdist}/fonts/enc/dvips/tengwarscript
12520%{texmfdist}/fonts/map/dvips/tengwarscript
12521%{texmfdist}/fonts/tfm/public/tengwarscript
12522%{texmfdist}/fonts/vf/public/tengwarscript
12523
80fa261c 12524%{texmfdist}/doc/fonts/pclnfss
198c241e 12525%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
12526
12527%doc %{texmfdist}/doc/fonts/tex-gyre
12528%{texmfdist}/fonts/afm/public/tex-gyre
12529%{texmfdist}/fonts/enc/dvips/tex-gyre
12530%{texmfdist}/fonts/map/dvips/tex-gyre
12531%{texmfdist}/fonts/opentype/public/tex-gyre
12532%{texmfdist}/fonts/tfm/public/tex-gyre
12533%{texmfdist}/fonts/type1/public/tex-gyre
12534
f1ba8563 12535%{texmfdist}/fonts/map/dvips/times
f1ba8563 12536
f1ba8563
ZU
12537
12538%doc %{texmfdist}/doc/fonts/timing
12539%{texmfdist}/fonts/source/public/timing
12540%{texmfdist}/fonts/tfm/public/timing
12541
12542%doc %{texmfdist}/doc/fonts/tipa
12543%{texmfdist}/fonts/map/dvips/tipa
12544%{texmfdist}/fonts/source/public/tipa
12545%{texmfdist}/fonts/tfm/public/tipa
12546%{texmfdist}/fonts/type1/public/tipa
12547
12548%{texmfdist}/fonts/afm/public/trajan
12549%{texmfdist}/fonts/map/dvips/trajan
12550%{texmfdist}/fonts/tfm/public/trajan
12551%{texmfdist}/fonts/type1/public/trajan
12552
12553%{texmfdist}/fonts/source/public/trsym
12554%{texmfdist}/fonts/tfm/public/trsym
12555
12556%{texmfdist}/fonts/tfm/vntex/txttvn
12557%{texmfdist}/fonts/type1/vntex/txttvn
12558
12559%{texmfdist}/fonts/map/dvips/uhc
12560
12561%{texmfdist}/fonts/source/public/ulsy
12562%{texmfdist}/fonts/tfm/public/ulsy
12563
12564%doc %{texmfdist}/doc/fonts/umrand
12565%{texmfdist}/fonts/source/public/umrand
12566%{texmfdist}/fonts/tfm/public/umrand
12567
12568%doc %{texmfdist}/doc/fonts/umtypewriter
12569%{texmfdist}/fonts/opentype/public/umtypewriter
12570
12571%doc %{texmfdist}/doc/fonts/universa
12572%{texmfdist}/fonts/source/public/universa
12573%{texmfdist}/fonts/tfm/public/universa
12574%{texmfdist}/source/fonts/universa
12575
12576%{texmfdist}/fonts/afm/public/velthuis
12577%{texmfdist}/fonts/map/dvips/velthuis
12578%{texmfdist}/fonts/source/public/velthuis
12579%{texmfdist}/fonts/tfm/public/velthuis
12580%{texmfdist}/fonts/type1/public/velthuis
12581
12582%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
12583
12584%{texmfdist}/fonts/afm/vntex/vntopia
12585%{texmfdist}/fonts/tfm/vntex/vntopia
12586%{texmfdist}/fonts/type1/vntex/vntopia
12587%{texmfdist}/fonts/vf/vntex/vntopia
12588
12589%{texmfdist}/fonts/map/dvips/wadalab
12590
12591%doc %{texmfdist}/doc/fonts/wasy
12592%{texmfdist}/fonts/afm/public/wasy
12593%{texmfdist}/fonts/map/dvips/wasy
12594%{texmfdist}/fonts/type1/public/wasy
12595
12596%{texmfdist}/fonts/source/public/wnri
12597%{texmfdist}/fonts/tfm/public/wnri
12598
12599%{texmfdist}/fonts/source/public/wsuipa
12600%{texmfdist}/fonts/tfm/public/wsuipa
12601
12602%{texmfdist}/fonts/source/public/xbmc
12603%{texmfdist}/fonts/tfm/public/xbmc
12604
f1ba8563
ZU
12605%doc %{texmfdist}/doc/fonts/xq
12606%{texmfdist}/fonts/source/public/xq
12607%{texmfdist}/fonts/tfm/public/xq
12608
12609%{texmfdist}/fonts/source/public/yannisgr
12610
12611%{texmfdist}/fonts/map/dvips/yhmath
12612%{texmfdist}/fonts/source/public/yhmath
12613%{texmfdist}/fonts/tfm/public/yhmath
12614%{texmfdist}/fonts/type1/public/yhmath
12615%{texmfdist}/fonts/vf/public/yhmath
12616
12617%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 12618%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
12619
12620%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
12621
12622%{texmfdist}/dvips/zefonts
12623%{texmfdist}/fonts/map/dvips/zefonts
12624%{texmfdist}/fonts/tfm/public/zefonts
12625%{texmfdist}/fonts/vf/public/zefonts
12626
12627
d08789e0 12628%files fonts-omega
489714ae 12629%defattr(644,root,root,755)
7179ac92 12630%doc %{texmfdist}/doc/omega
2677a8b0
ZU
12631%dir %{texmfdist}/omega
12632%dir %{texmfdist}/omega/otp
12633%dir %{texmfdist}/omega/ocp
7179ac92
ZU
12634%{texmfdist}/dvips/omega
12635%{texmfdist}/fonts/ofm/public/omega
12636%{texmfdist}/fonts/type1/public/omega
12637%{texmfdist}/fonts/afm/public/omega
12638%{texmfdist}/fonts/ovp/public/omega
12639%{texmfdist}/fonts/tfm/public/omega
12640%{texmfdist}/fonts/ovf/public/omega
12641%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
12642%{texmfdist}/omega/ocp/omega
12643%{texmfdist}/omega/otp/omega
12644%{texmfdist}/tex/plain/omega
d08789e0 12645
5b7eba8e
MB
12646#%files fonts-pazo
12647#%defattr(644,root,root,755)
d08789e0
ZU
12648
12649%files fonts-pl
12650%defattr(644,root,root,755)
7179ac92 12651%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
12652%dir %{texmf}/scripts/texlive
12653%dir %{texmf}/scripts/texlive/tlmgrgui
12654%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
12655%{texmfdist}/dvips/pl
12656%{texmfdist}/fonts/source/public/pl
12657%{texmfdist}/fonts/type1/public/pl
12658%{texmfdist}/fonts/afm/public/pl
12659%{texmfdist}/fonts/enc/dvips/pl
12660%{texmfdist}/fonts/tfm/public/pl
12661%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 12662%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
12663
12664%files fonts-px
12665%defattr(644,root,root,755)
7179ac92 12666%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
12667# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
12668# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
12669%dir %{texmfdist}/fonts/map/dvips/pxfonts
12670%dir %{texmfdist}/tex/latex/pxfonts
12671%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
12672%{texmfdist}/fonts/afm/public/pxfonts
12673%{texmfdist}/fonts/tfm/public/pxfonts
12674%{texmfdist}/fonts/type1/public/pxfonts
12675%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 12676%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 12677
5b7eba8e
MB
12678#%files fonts-qfonts
12679#%defattr(644,root,root,755)
31bd2c4a
ZU
12680# %doc %{texmf}/doc/fonts/polish/qfonts
12681# %{texmf}/fonts/enc/dvips/qfonts
12682# %{texmf}/fonts/map/dvips/qfonts
12683# %{texmf}/dvips/qfonts
12684# %{texmf}/fonts/afm/public/qfonts
12685# %{texmf}/fonts/tfm/public/qfonts
d08789e0 12686
74dbda3f
ZU
12687# %files fonts-qpx
12688# %defattr(644,root,root,755)
12689# %{texmf}/fonts/tfm/public/qpx
12690# %{texmf}/fonts/vf/public/qpx
d08789e0 12691
31bd2c4a 12692%files fonts-qpxqtx
d08789e0 12693%defattr(644,root,root,755)
7179ac92
ZU
12694%{texmfdist}/fonts/tfm/public/qpxqtx
12695%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
12696
12697%files fonts-rsfs
12698%defattr(644,root,root,755)
7179ac92
ZU
12699%{texmfdist}/fonts/source/public/rsfs
12700%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
12701
12702%files fonts-stmaryrd
12703%defattr(644,root,root,755)
7179ac92
ZU
12704%doc %{texmfdist}/doc/fonts/stmaryrd
12705%{texmfdist}/source/fonts/stmaryrd
12706%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
12707
12708%files fonts-tx
12709%defattr(644,root,root,755)
7179ac92
ZU
12710%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
12711%{texmfdist}/fonts/afm/public/txfonts
12712%{texmfdist}/fonts/tfm/public/txfonts
12713%{texmfdist}/fonts/vf/public/txfonts
d08789e0 12714
5bc70a92
MB
12715%files fonts-uhc
12716%defattr(644,root,root,755)
12717%doc %{texmfdist}/doc/fonts/uhc
12718%{texmfdist}/fonts/afm/uhc
12719%{texmfdist}/fonts/tfm/uhc
12720%{texmfdist}/fonts/vf/uhc
12721
d08789e0
ZU
12722%files fonts-urw
12723%defattr(644,root,root,755)
7179ac92 12724%{texmfdist}/fonts/afm/urw
5bc70a92
MB
12725%{texmfdist}/fonts/tfm/urw
12726%{texmfdist}/fonts/vf/urw
d08789e0
ZU
12727
12728%files fonts-urwvn
12729%defattr(644,root,root,755)
26d8eaaa 12730%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
12731%{texmfdist}/fonts/tfm/vntex/urwvn
12732%{texmfdist}/fonts/type1/vntex/urwvn
12733%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
12734
12735%files fonts-vnr
12736%defattr(644,root,root,755)
7179ac92
ZU
12737%{texmfdist}/fonts/map/dvips/vntex
12738%{texmfdist}/fonts/source/vntex/vnr
12739%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 12740
5bc70a92
MB
12741%files fonts-wadalab
12742%defattr(644,root,root,755)
12743%doc %{texmfdist}/doc/fonts/wadalab
12744%{texmfdist}/fonts/afm/wadalab
12745%{texmfdist}/fonts/tfm/wadalab
12746%{texmfdist}/fonts/vf/wadalab
12747
d08789e0
ZU
12748%files fonts-wasy
12749%defattr(644,root,root,755)
7179ac92
ZU
12750%{texmfdist}/fonts/source/public/wasy
12751%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
12752
12753%files fonts-xypic
12754%defattr(644,root,root,755)
7179ac92
ZU
12755%{texmfdist}/fonts/map/dvips/xypic
12756# %{texmfdist}/fonts/afm/public/xypic
12757%{texmfdist}/fonts/source/public/xypic
12758%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
12759
12760%files fonts-yandy
12761%defattr(644,root,root,755)
adbd04dd 12762# %{texmf}/fonts/afm/yandy
7179ac92 12763%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
12764# %{texmf}/fonts/tfm/yandy
12765# %{texmf}/fonts/vf/yandy
d08789e0
ZU
12766
12767%files fonts-type1-antp
12768%defattr(644,root,root,755)
7179ac92
ZU
12769%{texmfdist}/dvips/antp
12770%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
12771
12772%files fonts-type1-antt
12773%defattr(644,root,root,755)
adbd04dd 12774# %{texmf}/dvips/antt
7179ac92 12775%{texmfdist}/fonts/type1/public/antt
d08789e0 12776
5bc70a92
MB
12777%files fonts-type1-arphic
12778%defattr(644,root,root,755)
12779%{texmfdist}/fonts/type1/arphic
12780
d08789e0
ZU
12781%files fonts-type1-belleek
12782%defattr(644,root,root,755)
7179ac92
ZU
12783%doc %{texmfdist}/doc/fonts/belleek
12784%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
12785
12786%files fonts-type1-bitstream
12787%defattr(644,root,root,755)
7179ac92 12788%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
12789
12790%files fonts-type1-bluesky
12791%defattr(644,root,root,755)
04eb4e68
ZU
12792# %doc %{texmf}/doc/fonts/bluesky
12793# %{texmf}/dvips/bluesky
7179ac92 12794%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
12795
12796%files fonts-type1-cc-pl
12797%defattr(644,root,root,755)
7179ac92
ZU
12798%doc %{texmfdist}/doc/fonts/cc-pl
12799%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
12800
12801%files fonts-type1-cmcyr
12802%defattr(644,root,root,755)
7179ac92 12803%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
12804
12805%files fonts-type1-cs
12806%defattr(644,root,root,755)
7179ac92 12807%{texmfdist}/fonts/type1/public/cs
d08789e0 12808
04eb4e68
ZU
12809# %files fonts-type1-dstroke
12810# %defattr(644,root,root,755)
12811# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
12812
12813%files fonts-type1-eurosym
12814%defattr(644,root,root,755)
7179ac92 12815%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
12816
12817%files fonts-type1-hoekwater
12818%defattr(644,root,root,755)
7179ac92 12819%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
12820
12821%files fonts-type1-fpl
12822%defattr(644,root,root,755)
7179ac92
ZU
12823%doc %{texmfdist}/doc/fonts/fpl
12824%{texmfdist}/fonts/afm/public/fpl
12825%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
12826
12827%files fonts-type1-lm
12828%defattr(644,root,root,755)
7179ac92
ZU
12829%{texmfdist}/fonts/afm/public/lm
12830%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
12831
12832%files fonts-type1-marvosym
12833%defattr(644,root,root,755)
7179ac92 12834%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
12835
12836%files fonts-type1-mathpazo
12837%defattr(644,root,root,755)
04eb4e68 12838# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
12839%{texmfdist}/fonts/afm/public/mathpazo
12840%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
12841
12842%files fonts-type1-omega
12843%defattr(644,root,root,755)
7179ac92 12844%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
12845
12846%files fonts-type1-pl
12847%defattr(644,root,root,755)
04eb4e68 12848# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 12849%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
12850
12851%files fonts-type1-px
12852%defattr(644,root,root,755)
7179ac92 12853%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 12854
04eb4e68
ZU
12855# %files fonts-type1-qfonts
12856# %defattr(644,root,root,755)
7179ac92 12857# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
12858
12859%files fonts-type1-tx
12860%defattr(644,root,root,755)
7179ac92 12861%{texmfdist}/fonts/type1/public/txfonts
d08789e0 12862
04eb4e68
ZU
12863# %files fonts-type1-tt2001
12864# %defattr(644,root,root,755)
12865# %{texmf}/fonts/type1/public/tt2001
d08789e0 12866
5bc70a92
MB
12867%files fonts-type1-uhc
12868%defattr(644,root,root,755)
12869%{texmfdist}/fonts/type1/uhc
12870
d08789e0
ZU
12871%files fonts-type1-urw
12872%defattr(644,root,root,755)
7179ac92 12873%{texmfdist}/fonts/type1/urw
d08789e0
ZU
12874
12875%files fonts-type1-vnr
12876%defattr(644,root,root,755)
7179ac92 12877%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 12878
5bc70a92
MB
12879%files fonts-type1-wadalab
12880%defattr(644,root,root,755)
12881%{texmfdist}/fonts/type1/wadalab
12882
d08789e0
ZU
12883%files fonts-type1-xypic
12884%defattr(644,root,root,755)
7179ac92 12885%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
12886
12887# TeXLive-specific
12888
12889%files afm2pl
12890%defattr(644,root,root,755)
12891%attr(755,root,root) %{_bindir}/afm2pl
12892%{_mandir}/man1/afm2pl*
12893
12894%files bbox
12895%defattr(644,root,root,755)
12896%attr(755,root,root) %{_bindir}/bbox
12897%{_mandir}/man1/bbox*
12898
12899%files cefutils
12900%defattr(644,root,root,755)
12901%attr(755,root,root) %{_bindir}/cef*
2677a8b0 12902%dir %{texmfdist}/tex/latex/cjk
21c69d95
ZU
12903%dir %{texmfdist}/doc/latex/cjk
12904%dir %{texmfdist}/source/latex/cjk
12905%dir %{texmfdist}/source/latex/cjk/utils
2677a8b0 12906%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
12907%doc %{texmfdist}/doc/latex/cjk/doc
12908%doc %{texmfdist}/doc/latex/cjk/examples
12909%{texmfdist}/source/latex/cjk/utils/CEFconv
12910
12911%files detex
12912%defattr(644,root,root,755)
12913%attr(755,root,root) %{_bindir}/detex
12914%{_mandir}/man1/detex*
12915
7ffd1967
ZU
12916
12917%files dviutils
12918%defattr(644,root,root,755)
12919%attr(755,root,root) %{_bindir}/dt2dv
12920%attr(755,root,root) %{_bindir}/dv2dt
12921%attr(755,root,root) %{_bindir}/dvi2tty
12922%attr(755,root,root) %{_bindir}/dviasm
12923%attr(755,root,root) %{_bindir}/dvibook
12924%attr(755,root,root) %{_bindir}/dviconcat
12925%attr(755,root,root) %{_bindir}/dvidvi
12926%attr(755,root,root) %{_bindir}/dvigif
12927%attr(755,root,root) %{_bindir}/dvipdfmx
12928%attr(755,root,root) %{_bindir}/dvipos
12929%attr(755,root,root) %{_bindir}/dviselect
12930%attr(755,root,root) %{_bindir}/dvitodvi
12931%{_mandir}/man1/dt2dv*
12932%{_mandir}/man1/dv2dt*
12933%{_mandir}/man1/dvi2tty*
12934%{_mandir}/man1/dvibook*
12935%{_mandir}/man1/dviconcat*
12936%{_mandir}/man1/dvidvi*
12937%{_mandir}/man1/dvigif*
12938%{_mandir}/man1/dvipos*
12939%{_mandir}/man1/dviselect*
12940%{_mandir}/man1/dvitodvi*
12941
12942%files epsutils
12943%defattr(644,root,root,755)
12944%attr(755,root,root) %{_bindir}/epsffit
12945%attr(755,root,root) %{_bindir}/epspdf
12946%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 12947%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
12948%{texmfdist}/scripts/epspdf
12949%{_mandir}/man1/epsffit*
12950%doc %{texmfdist}/doc/epspdf
12951
12952%files filters
12953%defattr(644,root,root,755)
12954%attr(755,root,root) %{_bindir}/fix*
12955%{_mandir}/man1/fix*
12956
faa40f44
ZU
12957%files psutils
12958%defattr(644,root,root,755)
12959%attr(755,root,root) %{_bindir}/extractres
12960%attr(755,root,root) %{_bindir}/getafm
12961%attr(755,root,root) %{_bindir}/includeres
12962%attr(755,root,root) %{_bindir}/psbook
12963%attr(755,root,root) %{_bindir}/psmerge
12964%attr(755,root,root) %{_bindir}/psnup
12965%attr(755,root,root) %{_bindir}/psresize
12966%attr(755,root,root) %{_bindir}/psselect
5fef92c1 12967%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
12968%attr(755,root,root) %{_bindir}/pstops
12969%attr(755,root,root) %{_bindir}/showchar
12970%{_mandir}/man1/extractres*
12971%{_mandir}/man1/getafm*
12972%{_mandir}/man1/includeres*
12973%{_mandir}/man1/psbook*
12974%{_mandir}/man1/psmerge*
12975%{_mandir}/man1/psnup*
12976%{_mandir}/man1/psresize*
12977%{_mandir}/man1/psselect*
12978%{_mandir}/man1/pstops*
12979%{texmf}/dvips/psutils
12980
489714ae
ZU
12981%files uncategorized-utils
12982%defattr(644,root,root,755)
12983%attr(755,root,root) %{_bindir}/devnag
12984%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
12985
12986%files tex4ht
12987%defattr(644,root,root,755)
add234d3
MB
12988%attr(755,root,root) %{_bindir}/ht
12989%attr(755,root,root) %{_bindir}/htcontext
12990%attr(755,root,root) %{_bindir}/htlatex
12991%attr(755,root,root) %{_bindir}/htmex
12992%attr(755,root,root) %{_bindir}/httex
12993%attr(755,root,root) %{_bindir}/httexi
12994%attr(755,root,root) %{_bindir}/htxelatex
12995%attr(755,root,root) %{_bindir}/htxetex
12996%attr(755,root,root) %{_bindir}/mk4ht
12997%attr(755,root,root) %{_bindir}/t4ht
12998%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 12999%{texmf}/scripts/tex4ht
5b7eba8e 13000%{texmfdist}/tex/generic/tex4ht
add234d3
MB
13001%dir %{texmfdist}/scripts/tex4ht
13002%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
13003%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
13004%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
13005%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
13006%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
13007%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
13008%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
13009%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
13010%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 13011%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 13012%{texmfdist}/tex4ht
4224ae6d
MB
13013
13014%files xetex
13015%defattr(644,root,root,755)
13016%attr(755,root,root) %{_bindir}/xdvipdfmx
13017%attr(755,root,root) %{_bindir}/xelatex
13018%attr(755,root,root) %{_bindir}/xetex
13019%{texmf}/fmtutil/format.xetex.cnf
13020%doc %{texmfdist}/doc/xelatex
13021%doc %{texmfdist}/doc/xetex
13022%{texmfdist}/scripts/xetex
13023%{texmfdist}/tex/generic/ifxetex
13024%{texmfdist}/tex/generic/xetexconfig
13025%{texmfdist}/tex/latex/latexconfig/xelatex.ini
13026%{texmfdist}/tex/plain/config/xetex.ini
13027%{texmfdist}/tex/xelatex
13028%{texmfdist}/tex/xetex
13029
13030%files xmltex
13031%defattr(644,root,root,755)
13032%doc %{texmfdist}/doc/xmltex
13033%attr(755,root,root) %{_bindir}/pdfxmltex
13034%attr(755,root,root) %{_bindir}/xmltex
13035%{texmfdist}/tex/xmltex
13036%{texmf}/fmtutil/format.xmltex.cnf
This page took 2.16715 seconds and 4 git commands to generate.