]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- more, more, more packaging
[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
783773ac
ZU
626%package tex-arrayjob
627Summary: Array data structures for (La)TeX
628Summary(hu.UTF-8): Tömb adatstruktúra (La)TeX-hez
629Group: Applications/Publishing/TeX
630Requires(post,postun): %{_bindir}/texhash
631Requires: %{name} = %{epoch}:%{version}-%{release}
632
633%description tex-arrayjob
634Array data structures for (La)TeX.
635
636%description tex-arrayjob -l hu.UTF-8
637Tömb adatstruktúra (La)TeX-hez.
638
e67df411
ZU
639%package tex-mathdots
640Summary: Commands to produce dots in math that respect font size
641Summary(hu.UTF-8): Pontok előállítása matematikai módban a font méret figyelmbevételével
642Group: Applications/Publishing/TeX
643Requires(post,postun): %{_bindir}/texhash
644Requires: %{name} = %{epoch}:%{version}-%{release}
645
646%description tex-mathdots
647Commands to produce dots in math that respect font size.
648
649%description tex-mathdots -l hu.UTF-8
650Pontok előállítása matematikai módban a font méret figyelmbevételével.
651
783773ac
ZU
652%package tex-midnight
653Summary: A set of useful macro tools
654Summary(hu.UTF-8): Hasznos makrók gyűjteménye
655Group: Applications/Publishing/TeX
656Requires(post,postun): %{_bindir}/texhash
657Requires: %{name} = %{epoch}:%{version}-%{release}
658
659%description tex-midnight
660A set of useful macro tools.
661
662%description tex-midnight -l hu.UTF-8
663Hasznos makrók gyűjteménye.
664
665%package tex-ofs
666Summary: Olsak's Font System
667Group: Applications/Publishing/TeX
668Requires(post,postun): %{_bindir}/texhash
669Requires: %{name} = %{epoch}:%{version}-%{release}
670
671%description tex-ofs
672Olsak's Font System.
673
e149bdb4
ZU
674%package tex-physe
675Summary: The PHYSE format
676Summary(hu.UTF-8): PHYSE formátum
677Group: Applications/Publishing/TeX
678Requires(post,postun): %{_bindir}/texhash
679Requires: %{name} = %{epoch}:%{version}-%{release}
680
681%description tex-physe
682The PHYSE format.
683
684%description tex-physe -l hu.UTF-8
685PHYSE formátum.
686
687%package tex-velthuis
688Summary: This package provides support for typesetting texts in Devanagari script (Sanskrit and Hindi)
689Summary(hu.UTF-8): Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére (Sanskrit és Hindi)
690Group: Applications/Publishing/TeX
691Requires(post,postun): %{_bindir}/texhash
692Requires: %{name} = %{epoch}:%{version}-%{release}
693
694%description tex-velthuis
695This package provides support for typesetting texts in Devanagari
696script (Sanskrit and Hindi).
697
698%description tex-velthuis -l hu.UTF-8
699Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére
700(Sanskrit és Hindi).
701
783773ac
ZU
702%package tex-ytex
703Summary: Macro package developed at MIT
704Summary(hu.UTF-8): MIT-en fejlesztett makrócsomag
705Group: Applications/Publishing/TeX
706Requires(post,postun): %{_bindir}/texhash
707Requires: %{name} = %{epoch}:%{version}-%{release}
708
709%description tex-ytex
710Macro package developed at MIT.
711
712%description tex-ytex -l hu.UTF-8
713MIT-en fejlesztett makrócsomag.
714
d08789e0
ZU
715%package metafont
716Summary: MetaFont
6b25593c 717Summary(hu.UTF-8): MetaFont
d08789e0
ZU
718Summary(pl.UTF-8): Zestaw narzędzi MetaFont
719Group: Applications/Publishing/TeX
720Requires(post,postun): %{_bindir}/texhash
721Requires: %{name} = %{epoch}:%{version}-%{release}
722
723%description metafont
724MetaFont.
725
726%description metafont -l pl.UTF-8
727Zestaw narzędzi MetaFont.
728
729%package metapost
730Summary: MetaPost
6b25593c 731Summary(hu.UTF-8): MetaPost
d08789e0
ZU
732Summary(pl.UTF-8): Zestaw narzędzi MetaPost
733Group: Applications/Publishing/TeX
734Requires(post,postun): %{_bindir}/texhash
735Requires: %{name} = %{epoch}:%{version}-%{release}
43a061cf 736Obsoletes: tetex-matapost
d08789e0
ZU
737
738%description metapost
739MetaPost.
740
6b25593c
ZU
741%description metapost -l hu.UTF-8
742MetaPost.
743
d08789e0
ZU
744%description metapost -l pl.UTF-8
745Zestaw narzędzi MetaPost.
746
43a061cf
ZU
747%package metapost-other
748Summary: Various MetaPost utils
749Summary(hu.UTF-8): Különböző MetaPost eszközök
786ebdb1 750Group: Applications/Publishing/TeX
786ebdb1 751Requires(post,postun): %{_bindir}/texhash
43a061cf 752Requires: %{name} = %{epoch}:%{version}-%{release}
786ebdb1 753
43a061cf
ZU
754%description metapost-other
755Various MetaPost utils.
786ebdb1 756
43a061cf
ZU
757%description metapost-other -l hu.UTF-8
758Különböző MetaPost eszközök.
786ebdb1 759
d08789e0
ZU
760%package mptopdf
761Summary: MetaPost to PDF converter
6b25593c 762Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
763Summary(pl.UTF-8): Konwerter MetaPost do PDF
764Group: Applications/Publishing/TeX
765Requires(post,postun): %{_bindir}/texhash
766Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
767
768%description mptopdf
769MetaPost to PDF converter.
770
6b25593c
ZU
771%description mptopdf -l hu.UTF-8
772MetaPost-ból PDF-be konvertáló.
773
d08789e0
ZU
774%description mptopdf -l pl.UTF-8
775Konwerter MetaPost do PDF.
776
777%package texdoctk
778Summary: Easy access to TeX documentation
779Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
780Group: Applications/Publishing/TeX
781Requires(post,postun): %{_bindir}/texhash
782Requires: %{name} = %{epoch}:%{version}-%{release}
783
784%description texdoctk
785A Perl/Tk-based GUI for easy access to package documentation for TeX
786on Unix platforms; the databases it uses are based on the texmf/doc
787subtrees of teTeX v.1.0.x, but database files for local configurations
788with modified/extended directories can be derived from them. Note that
789texdoctk is not a viewer itself, but an interface for finding
790documentation files and opening them with the appropriate viewer; so
791it relies on appropriate programs to be installed on the system.
792However, the choice of these programs can be configured by the
793sysadmin or user.
794
795%description texdoctk -l pl.UTF-8
796Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
797dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
798danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
799używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
800Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
801interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
802właściwej przeglądarce; tak więc wymaga on odpowiednich programów
803zainstalowanych w systemie. Wybór tych programów może być dokonany
804przez administratora lub użytkownika.
805
806%package -n texconfig
807Summary: TeX typesetting system configurator
808Summary(pl.UTF-8): Konfigurator systemu składu TeX
809Group: Applications/Publishing/TeX
810Requires: %{name} = %{epoch}:%{version}-%{release}
811Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
812Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
813Requires: xdvi = %{epoch}:%{version}-%{release}
814Obsoletes: tetex-texconfig
815
816%description -n texconfig
817TeX typesetting system configurator.
818
819%description -n texconfig -l pl.UTF-8
820Konfigurator systemu składu TeX.
821
822%package -n xdvi
823Summary: X11 previewer
824Summary(de.UTF-8): X11-Previewer
825Summary(es.UTF-8): Visualizador TeX X11
826Summary(fr.UTF-8): Prévisualisateur X11
827Summary(pl.UTF-8): Przeglądarka DVI dla X11
828Summary(pt_BR.UTF-8): Visualizador TeX X11
829Summary(tr.UTF-8): X11 öngörüntüleyici
830Group: Applications/Publishing/TeX
831Requires(post,postun): %{_bindir}/texhash
832Requires: %{name} = %{epoch}:%{version}-%{release}
833Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
834Suggests: %{name}-dvips
835Obsoletes: tetex-xdvi
836
837%description -n xdvi
838xdvi is a program which runs under the X window system. It is used to
839preview dvi files, such as are produced by tex and latex.
840
841%description -n xdvi -l de.UTF-8
842xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
843ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
844latex erzeugt wurden.
845
846%description -n xdvi -l es.UTF-8
847xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
848visualizar archivos dvi, como los producidos por tex y latex.
849
850%description -n xdvi -l fr.UTF-8
851xdvi est un programme s'exécutant sous le système X Window. Il sert à
852visualiser les fichiers dvi tels que ceux produits par tex et latex.
853
854%description -n xdvi -l pl.UTF-8
855Xdvi jest programem (działającym w X Window System) do przeglądania
856plików DVI, produkowanych przez TeXa i LaTeXa.
857
858%description -n xdvi -l pt_BR.UTF-8
859xdvi é um programa que roda no sistema X Window. É usado para
860visualizar arquivos dvi, como os produzidos por tex e latex.
861
624ed2f9
ZU
862%package -n xindy
863Summary: Xindy creates sorted and tagged index from raw index
864Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
865Group: Applications/Publishing/TeX
866
867%description -n xindy
868Xindy creates sorted and tagged index from raw index.
869
870%description -n xindy -l hu.UTF-8
871Xindy rendezett és cimkézett indexet készít nyers indexekből.
872
873%package -n xindy-albanian
874Summary: Xindy albanian language
875Summary(hu.UTF-8): Xindy albán nyelv
876Group: Applications/Publishing/TeX
877
878%description -n xindy-albanian
879Xindy albanian language
880
881%description -n xindy-albanian -l hu.UTF-8
882Xindy albán nyelv
883
884%package -n xindy-belarusian
885Summary: Xindy belarusian language
886Summary(hu.UTF-8): Xindy belorusz nyelv
887Group: Applications/Publishing/TeX
888
889%description -n xindy-belarusian
890Xindy belarusian language
891
892%description -n xindy-belarusian -l hu.UTF-8
893Xindy belorusz nyelv
894
895%package -n xindy-bulgarian
896Summary: Xindy bulgarian language
897Summary(hu.UTF-8): Xindy bolgár nyelv
898Group: Applications/Publishing/TeX
899
900%description -n xindy-bulgarian
901Xindy bulgarian language
902
903%description -n xindy-bulgarian -l hu.UTF-8
904Xindy bolgár nyelv
905
906%package -n xindy-croatian
907Summary: Xindy croatian language
908Summary(hu.UTF-8): Xindy horvát nyelv
909Group: Applications/Publishing/TeX
910
911%description -n xindy-croatian
912Xindy croatian language
913
914%description -n xindy-croatian -l hu.UTF-8
915Xindy horvát nyelv
916
917%package -n xindy-czech
918Summary: Xindy czech language
919Summary(hu.UTF-8): Xindy cseh nyelv
920Group: Applications/Publishing/TeX
921
922%description -n xindy-czech
923Xindy czech language
924
925%description -n xindy-czech -l hu.UTF-8
926Xindy cseh nyelv
927
928%package -n xindy-danish
929Summary: Xindy danish language
930Summary(hu.UTF-8): Xindy dán nyelv
931Group: Applications/Publishing/TeX
932
933%description -n xindy-danish
934Xindy danish language
935
936%description -n xindy-danish -l hu.UTF-8
937Xindy dán nyelv
938
939%package -n xindy-dutch
940Summary: Xindy dutch language
941Summary(hu.UTF-8): Xindy holland nyelv
942Group: Applications/Publishing/TeX
943
944%description -n xindy-dutch
945Xindy dutch language
946
947%description -n xindy-dutch -l hu.UTF-8
948Xindy holland nyelv
949
950%package -n xindy-english
951Summary: Xindy english language
952Summary(hu.UTF-8): Xindy angol nyelv
953Group: Applications/Publishing/TeX
954
955%description -n xindy-english
956Xindy english language
957
958%description -n xindy-english -l hu.UTF-8
959Xindy angol nyelv
960
961%package -n xindy-esperanto
962Summary: Xindy esperanto language
963Summary(hu.UTF-8): Xindy eszperantó nyelv
964Group: Applications/Publishing/TeX
965
966%description -n xindy-esperanto
967Xindy esperanto language
968
969%description -n xindy-esperanto -l hu.UTF-8
970Xindy eszperantó nyelv
971
972%package -n xindy-estonian
973Summary: Xindy estonian language
974Summary(hu.UTF-8): Xindy észt nyelv
975Group: Applications/Publishing/TeX
976
977%description -n xindy-estonian
978Xindy estonian language
979
980%description -n xindy-estonian -l hu.UTF-8
981Xindy észt nyelv
982
983%package -n xindy-finnish
984Summary: Xindy finnish language
985Summary(hu.UTF-8): Xindy finn nyelv
986Group: Applications/Publishing/TeX
987
988%description -n xindy-finnish
989Xindy finnish language
990
991%description -n xindy-finnish -l hu.UTF-8
992Xindy finn nyelv
993
994%package -n xindy-french
995Summary: Xindy french language
996Summary(hu.UTF-8): Xindy francia nyelv
997Group: Applications/Publishing/TeX
998
999%description -n xindy-french
1000Xindy french language
1001
1002%description -n xindy-french -l hu.UTF-8
1003Xindy francia nyelv
1004
1005%package -n xindy-general
1006Summary: Xindy general language
1007Summary(hu.UTF-8): Xindy általános nyelv
1008Group: Applications/Publishing/TeX
1009
1010%description -n xindy-general
1011Xindy general language
1012
1013%description -n xindy-general -l hu.UTF-8
1014Xindy általános nyelv
1015
1016%package -n xindy-georgian
1017Summary: Xindy georgian language
1018Summary(hu.UTF-8): Xindy georgian nyelv
1019Group: Applications/Publishing/TeX
1020
1021%description -n xindy-georgian
1022Xindy georgian language
1023
1024%description -n xindy-georgian -l hu.UTF-8
1025Xindy georgian nyelv
1026
1027%package -n xindy-german
1028Summary: Xindy german language
1029Summary(hu.UTF-8): Xindy német nyelv
1030Group: Applications/Publishing/TeX
1031
1032%description -n xindy-german
1033Xindy german language
1034
1035%description -n xindy-german -l hu.UTF-8
1036Xindy német nyelv
1037
1038%package -n xindy-greek
1039Summary: Xindy greek language
1040Summary(hu.UTF-8): Xindy görög nyelv
1041Group: Applications/Publishing/TeX
1042
1043%description -n xindy-greek
1044Xindy greek language
1045
1046%description -n xindy-greek -l hu.UTF-8
1047Xindy görög nyelv
1048
1049%package -n xindy-gypsy
1050Summary: Xindy gypsy language
1051Summary(hu.UTF-8): Xindy cigány nyelv
1052Group: Applications/Publishing/TeX
1053
1054%description -n xindy-gypsy
1055Xindy gypsy language
1056
1057%description -n xindy-gypsy -l hu.UTF-8
1058Xindy cigány nyelv
1059
1060%package -n xindy-hausa
1061Summary: Xindy hausa language
1062Summary(hu.UTF-8): Xindy hausa nyelv
1063Group: Applications/Publishing/TeX
1064
1065%description -n xindy-hausa
1066Xindy hausa language
1067
1068%description -n xindy-hausa -l hu.UTF-8
1069Xindy hausa nyelv
1070
1071%package -n xindy-hebrew
1072Summary: Xindy hebrew language
1073Summary(hu.UTF-8): Xindy héber nyelv
1074Group: Applications/Publishing/TeX
1075
1076%description -n xindy-hebrew
1077Xindy hebrew language
1078
1079%description -n xindy-hebrew -l hu.UTF-8
1080Xindy héber nyelv
1081
1082%package -n xindy-hungarian
1083Summary: Xindy hungarian language
1084Summary(hu.UTF-8): Xindy magyar nyelv
1085Group: Applications/Publishing/TeX
1086
1087%description -n xindy-hungarian
1088Xindy hungarian language
1089
1090%description -n xindy-hungarian -l hu.UTF-8
1091Xindy magyar nyelv
1092
1093%package -n xindy-icelandic
1094Summary: Xindy icelandic language
1095Summary(hu.UTF-8): Xindy izlandi nyelv
1096Group: Applications/Publishing/TeX
1097
1098%description -n xindy-icelandic
1099Xindy icelandic language
1100
1101%description -n xindy-icelandic -l hu.UTF-8
1102Xindy izlandi nyelv
1103
1104%package -n xindy-italian
1105Summary: Xindy italian language
1106Summary(hu.UTF-8): Xindy olasz nyelv
1107Group: Applications/Publishing/TeX
1108
1109%description -n xindy-italian
1110Xindy italian language
1111
1112%description -n xindy-italian -l hu.UTF-8
1113Xindy olasz nyelv
1114
1115%package -n xindy-klingon
1116Summary: Xindy klingon language
1117Summary(hu.UTF-8): Xindy klingon nyelv
1118Group: Applications/Publishing/TeX
1119
1120%description -n xindy-klingon
1121Xindy klingon language
1122
1123%description -n xindy-klingon -l hu.UTF-8
1124Xindy klingon nyelv
1125
1126%package -n xindy-kurdish
1127Summary: Xindy kurdish language
1128Summary(hu.UTF-8): Xindy kurd nyelv
1129Group: Applications/Publishing/TeX
1130
1131%description -n xindy-kurdish
1132Xindy kurdish language
1133
1134%description -n xindy-kurdish -l hu.UTF-8
1135Xindy kurd nyelv
1136
1137%package -n xindy-latin
1138Summary: Xindy latin language
1139Summary(hu.UTF-8): Xindy latin nyelv
1140Group: Applications/Publishing/TeX
1141
1142%description -n xindy-latin
1143Xindy latin language
1144
1145%description -n xindy-latin -l hu.UTF-8
1146Xindy latin nyelv
1147
1148%package -n xindy-latvian
1149Summary: Xindy latvian language
1150Summary(hu.UTF-8): Xindy lett nyelv
1151Group: Applications/Publishing/TeX
1152
1153%description -n xindy-latvian
1154Xindy latvian language
1155
1156%description -n xindy-latvian -l hu.UTF-8
1157Xindy lett nyelv
1158
1159%package -n xindy-lithuanian
1160Summary: Xindy lithuanian language
1161Summary(hu.UTF-8): Xindy litván nyelv
1162Group: Applications/Publishing/TeX
1163
1164%description -n xindy-lithuanian
1165Xindy lithuanian language
1166
1167%description -n xindy-lithuanian -l hu.UTF-8
1168Xindy litván nyelv
1169
1170%package -n xindy-lower-sorbian
1171Summary: Xindy lower-sorbian language
1172Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1173Group: Applications/Publishing/TeX
1174
1175%description -n xindy-lower-sorbian
1176Xindy lower-sorbian language
1177
1178%description -n xindy-lower-sorbian -l hu.UTF-8
1179Xindy lower-sorbian nyelv
1180
1181%package -n xindy-macedonian
1182Summary: Xindy macedonian language
1183Summary(hu.UTF-8): Xindy macedón nyelv
1184Group: Applications/Publishing/TeX
1185
1186%description -n xindy-macedonian
1187Xindy macedonian language
1188
1189%description -n xindy-macedonian -l hu.UTF-8
1190Xindy macedón nyelv
1191
1192%package -n xindy-mongolian
1193Summary: Xindy mongolian language
1194Summary(hu.UTF-8): Xindy mongol nyelv
1195Group: Applications/Publishing/TeX
1196
1197%description -n xindy-mongolian
1198Xindy mongolian language
1199
1200%description -n xindy-mongolian -l hu.UTF-8
1201Xindy mongol nyelv
1202
1203%package -n xindy-norwegian
1204Summary: Xindy norwegian language
1205Summary(hu.UTF-8): Xindy norvég nyelv
1206Group: Applications/Publishing/TeX
1207
1208%description -n xindy-norwegian
1209Xindy norwegian language
1210
1211%description -n xindy-norwegian -l hu.UTF-8
1212Xindy norvég nyelv
1213
1214%package -n xindy-polish
1215Summary: Xindy polish language
1216Summary(hu.UTF-8): Xindy lengyel nyelv
1217Group: Applications/Publishing/TeX
1218
1219%description -n xindy-polish
1220Xindy polish language
1221
1222%description -n xindy-polish -l hu.UTF-8
1223Xindy lengyel nyelv
1224
1225%package -n xindy-portuguese
1226Summary: Xindy portuguese language
1227Summary(hu.UTF-8): Xindy portugál nyelv
1228Group: Applications/Publishing/TeX
1229
1230%description -n xindy-portuguese
1231Xindy portuguese language
1232
1233%description -n xindy-portuguese -l hu.UTF-8
1234Xindy portugál nyelv
1235
1236%package -n xindy-romanian
1237Summary: Xindy romanian language
1238Summary(hu.UTF-8): Xindy román nyelv
1239Group: Applications/Publishing/TeX
1240
1241%description -n xindy-romanian
1242Xindy romanian language
1243
1244%description -n xindy-romanian -l hu.UTF-8
1245Xindy román nyelv
1246
1247%package -n xindy-russian
1248Summary: Xindy russian language
1249Summary(hu.UTF-8): Xindy orosz nyelv
1250Group: Applications/Publishing/TeX
1251
1252%description -n xindy-russian
1253Xindy russian language
1254
1255%description -n xindy-russian -l hu.UTF-8
1256Xindy orosz nyelv
1257
1258%package -n xindy-serbian
1259Summary: Xindy serbian language
1260Summary(hu.UTF-8): Xindy szerb nyelv
1261Group: Applications/Publishing/TeX
1262
1263%description -n xindy-serbian
1264Xindy serbian language
1265
1266%description -n xindy-serbian -l hu.UTF-8
1267Xindy szerb nyelv
1268
1269%package -n xindy-slovak
1270Summary: Xindy slovak language
1271Summary(hu.UTF-8): Xindy szlovák nyelv
1272Group: Applications/Publishing/TeX
1273
1274%description -n xindy-slovak
1275Xindy slovak language
1276
1277%description -n xindy-slovak -l hu.UTF-8
1278Xindy szlovák nyelv
1279
1280%package -n xindy-slovenian
1281Summary: Xindy slovenian language
1282Summary(hu.UTF-8): Xindy szlovén nyelv
1283Group: Applications/Publishing/TeX
1284
1285%description -n xindy-slovenian
1286Xindy slovenian language
1287
1288%description -n xindy-slovenian -l hu.UTF-8
1289Xindy szlovén nyelv
1290
1291%package -n xindy-spanish
1292Summary: Xindy spanish language
1293Summary(hu.UTF-8): Xindy spanyol nyelv
1294Group: Applications/Publishing/TeX
1295
1296%description -n xindy-spanish
1297Xindy spanish language
1298
1299%description -n xindy-spanish -l hu.UTF-8
1300Xindy spanyol nyelv
1301
1302%package -n xindy-swedish
1303Summary: Xindy swedish language
1304Summary(hu.UTF-8): Xindy svéd nyelv
1305Group: Applications/Publishing/TeX
1306
1307%description -n xindy-swedish
1308Xindy swedish language
1309
1310%description -n xindy-swedish -l hu.UTF-8
1311Xindy svéd nyelv
1312
1313%package -n xindy-turkish
1314Summary: Xindy turkish language
1315Summary(hu.UTF-8): Xindy török nyelv
1316Group: Applications/Publishing/TeX
1317
1318%description -n xindy-turkish
1319Xindy turkish language
1320
1321%description -n xindy-turkish -l hu.UTF-8
1322Xindy török nyelv
1323
1324%package -n xindy-ukrainian
1325Summary: Xindy ukrainian language
1326Summary(hu.UTF-8): Xindy ukrán nyelv
1327Group: Applications/Publishing/TeX
1328
1329%description -n xindy-ukrainian
1330Xindy ukrainian language
1331
1332%description -n xindy-ukrainian -l hu.UTF-8
1333Xindy ukrán nyelv
1334
1335%package -n xindy-upper-sorbian
1336Summary: Xindy upper-sorbian language
1337Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1338Group: Applications/Publishing/TeX
1339
1340%description -n xindy-upper-sorbian
1341Xindy upper-sorbian language
1342
1343%description -n xindy-upper-sorbian -l hu.UTF-8
1344Xindy upper-sorbian nyelv
1345
1346%package -n xindy-vietnamese
1347Summary: Xindy vietnamese language
04123363 1348Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1349Group: Applications/Publishing/TeX
1350
1351%description -n xindy-vietnamese
1352Xindy vietnamese language
1353
1354%description -n xindy-vietnamese -l hu.UTF-8
1355Xindy vietnám nyelv
1356
1357
d08789e0
ZU
1358%package pdftex
1359Summary: TeX generating PDF files instead DVI
04123363 1360Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1361Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1362Group: Applications/Publishing/TeX
60597425 1363Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1364Requires: %{name} = %{epoch}:%{version}-%{release}
1365Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1366
1367%description pdftex
1368TeX generating PDF files instead DVI.
1369
1370%description pdftex -l pl.UTF-8
1371TeX generujący pliki PDF zamiast DVI.
1372
faa40f44
ZU
1373%package psutils
1374Summary: PostScript Utilities
1375Summary(hu.UTF-8): PostScript eszközök
1376Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1377Group: Applications/Printing
8affbd2c 1378Obsoletes: psutils
faa40f44
ZU
1379
1380%description psutils
1381This archive contains some utilities for manipulating PostScript
1382documents. Page selection and rearrangement are supported, including
1383arrangement into signatures for booklet printing, and page merging for
1384n-up printing.
1385
1386%description psutils -l hu.UTF-8
1387Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1388dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1389beleértve a booklet nyomtatáshoz való átrendezést is.
1390
1391%description psutils -l pl.UTF-8
1392PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1393wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1394także na łączenie różnych plików PostScript w całość.
faa40f44 1395
04123363
ZU
1396%package phyzzx
1397Summary: A TeX format for physicists
1398Summary(hu.UTF-8): TeX formátum fizikusoknak
1399Group: Applications/Publishing/TeX
1400Requires(post,postun): %{_bindir}/texhash
1401Requires: %{name} = %{epoch}:%{version}-%{release}
1402
1403%description phyzzx
1404A TeX format for physicists.
1405
1406%description phyzzx -l hu.UTF-8
1407TeX formátum fizikusoknak.
1408
d08789e0
ZU
1409%package omega
1410Summary: Extended unicode TeX
1411Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1412Group: Applications/Publishing/TeX
1413Requires(post,postun): %{_bindir}/texhash
1414Requires: %{name} = %{epoch}:%{version}-%{release}
1415Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1416Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1417
1418%description omega
1419Omega is a version of the TeX program modified for multilingual
1420typesetting. It uses unicode, and has additional primitives for (among
1421other things) bidirectional typesetting.
1422
1423%description omega -l pl.UTF-8
1424Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1425Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1426tekstu pisanego w obu kierunkach.
1427
1428# # formats #
1429
1430# Plain format.
1431
1432%package plain
1433Summary: Plain TeX format basic files
1434Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1435Group: Applications/Publishing/TeX
60597425 1436Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1437Requires: %{name} = %{epoch}:%{version}-%{release}
1438
1439%description plain
1440Plain TeX format basic files.
1441
1442%description plain -l pl.UTF-8
1443Podstawowe pliki dla formatu Plain TeX.
1444
1445%package format-plain
1446Summary: TeX Plain format
1447Summary(pl.UTF-8): Format TeX Plain
1448Group: Applications/Publishing/TeX
1449Requires(post,postun): %{_bindir}/texhash
1450Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1451
1452%description format-plain
1453TeX Plain format.
1454
1455%description format-plain -l pl.UTF-8
1456Format TeX Plain.
1457
1458%package format-pdftex
1459Summary: PDFTeX Plain format
1460Summary(pl.UTF-8): Format PDFTeX Plain
1461Group: Applications/Publishing/TeX
1462Requires(post,postun): %{_bindir}/texhash
1463Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1464Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1465# for epstopdf to work
1466Requires: fonts-Type1-urw
1467Requires: ghostscript
1468
1469%description format-pdftex
1470PDFTeX Plain format.
1471
1472%description format-pdftex -l pl.UTF-8
1473Format PDFTeX Plain.
1474
1475%package format-pdfetex
1476Summary: PDFTeX EPlain format
1477Summary(pl.UTF-8): Format PDFTeX EPlain
1478Group: Applications/Publishing/TeX
1479Requires(post,postun): %{_bindir}/texhash
1480Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1481Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1482
1483%description format-pdfetex
1484PDFTeX EPlain format.
1485
1486%description format-pdfetex -l pl.UTF-8
1487Format PDFTeX EPlain.
1488
1489# MeX Plain format
1490
1491%package mex
1492Summary: MeX Plain Format basic files
1493Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1494Group: Applications/Publishing/TeX
1495Requires(post,postun): %{_bindir}/texhash
1496Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1497Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1498Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1499
1500%description mex
1501MeX Plain Format basic files.
1502
1503%description mex -l pl.UTF-8
1504Podstawowe pliki dla formatu MeX Plain.
1505
1506%package format-mex
1507Summary: MeX Plain Format
1508Summary(pl.UTF-8): Format MeX Plain
1509Group: Applications/Publishing/TeX
1510Requires(post,postun): %{_bindir}/texhash
f6a96d15 1511Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1512
1513%description format-mex
1514MeX Plain Format.
1515
1516%description format-mex -l pl.UTF-8
1517Format MeX Plain.
1518
1519%package format-pdfmex
1520Summary: PDFMeX Plain Format
1521Summary(pl.UTF-8): Format PDFMeX Plain
1522Group: Applications/Publishing/TeX
1523Requires(post,postun): %{_bindir}/texhash
1524Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1525Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1526
1527%description format-pdfmex
1528PDFMeX Plain Format.
1529
1530%description format-pdfmex -l pl.UTF-8
1531Format PDFMeX Plain.
1532
1533%package format-utf8mex
1534Summary: MeX Plain Format with UTF-8 encoded source files
1535Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1536Group: Applications/Publishing/TeX
1537Requires(post,postun): %{_bindir}/texhash
1538Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1539
1540%description format-utf8mex
1541MeX Plain Format with UTF-8 encoded source files.
1542
1543%description format-utf8mex -l pl.UTF-8
1544Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1545
1546# AMS TeX format
1547
1548%package amstex
1549Summary: AMS macros for Plain TeX basic files
1550Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1551Group: Applications/Publishing/TeX
1552Requires(post,postun): %{_bindir}/texhash
1553Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1554Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1555Obsoletes: tetex-ams
1556Obsoletes: tetex-plain-amsfonts
1557
1558%description amstex
1559American Mathematical Society macros for Plain TeX basic files.
1560
1561%description amstex -l pl.UTF-8
1562Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1563Plain TeX.
1564
1565%package format-amstex
1566Summary: AMS macros for Plain TeX
1567Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1568Group: Applications/Publishing/TeX
1569Requires(post,postun): %{_bindir}/texhash
1570Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1571Obsoletes: tetex-ams
1572
1573%description format-amstex
1574American Mathematical Society macros for Plain TeX.
1575
1576%description format-amstex -l pl.UTF-8
1577Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1578
1579%package format-pdfamstex
1580Summary: AMS macros for PDFTeX
1581Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1582Group: Applications/Publishing/TeX
1583Requires(post,postun): %{_bindir}/texhash
1584Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1585Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1586
1587%description format-pdfamstex
1588American Mathematical Society macros for PDFTeX.
1589
1590%description format-pdfamstex -l pl.UTF-8
1591Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1592
1593# CSPlain format
1594
1595%package csplain
1596Summary: TeX CSPlain format basic files
1597Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1598Group: Applications/Publishing/TeX
1599Requires(post,postun): %{_bindir}/texhash
1600Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1601Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1602
1603%description csplain
1604TeX CSPlain format basic files.
1605
1606%description csplain -l pl.UTF-8
1607Podstawowe pliki dla formatu TeX CSPlain.
1608
1609%package format-csplain
1610Summary: TeX CSPlain format
1611Summary(pl.UTF-8): Format TeX CSPlain
1612Group: Applications/Publishing/TeX
1613Requires(post,postun): %{_bindir}/texhash
1614Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1615
1616%description format-csplain
1617TeX CSPlain format.
1618
1619%description format-csplain -l pl.UTF-8
1620Format TeX CSPlain.
1621
1622%package format-pdfcsplain
1623Summary: PDFTeX CSPlain format
1624Summary(pl.UTF-8): Format PDFTeX CSPlain
1625Group: Applications/Publishing/TeX
1626Requires(post,postun): %{_bindir}/texhash
1627Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1628
1629%description format-pdfcsplain
1630PDFTeX CSPlain format.
1631
1632%description format-pdfcsplain -l pl.UTF-8
1633Format PDFTeX CSPlain.
1634
1635# CSLaTeX format
1636
1637%package cslatex
1638Summary: CSLaTeX format basic files
1639Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1640Group: Applications/Publishing/TeX
1641Requires(post,postun): %{_bindir}/texhash
1642Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1643Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1644
1645%description cslatex
1646CSLaTeX format basic files.
1647
1648%description cslatex -l pl.UTF-8
1649Podstawowe pliki dla formatu CSLaTeX.
1650
1651%package format-cslatex
1652Summary: CSLaTeX format
1653Summary(pl.UTF-8): Format CSLaTeX
1654Group: Applications/Publishing/TeX
1655Requires(post,postun): %{_bindir}/texhash
1656Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1657
1658%description format-cslatex
1659CSLaTeX format.
1660
1661%description format-cslatex -l pl.UTF-8
1662Format CSLaTeX.
1663
1664%package format-pdfcslatex
1665Summary: PDF CSLaTeX format
1666Summary(pl.UTF-8): Format PDF CSLaTeX
1667Group: Applications/Publishing/TeX
1668Requires(post,postun): %{_bindir}/texhash
1669Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1670
1671%description format-pdfcslatex
1672PDF CSLaTeX format.
1673
1674%description format-pdfcslatex -l pl.UTF-8
1675Format PDF CSLaTeX.
1676
1677# Cyrillic Plain format
1678
1679%package cyrplain
1680Summary: Cyrillic Plain format basic files
1681Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1682Group: Applications/Publishing/TeX
1683Requires(post,postun): %{_bindir}/texhash
1684Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1685
1686%description cyrplain
1687Cyrillic Plain format basic files.
1688
1689%description cyrplain -l pl.UTF-8
1690Podstawowe pliki dla formatu Cyrillic Plain.
1691
1692%package format-cyrplain
1693Summary: Cyrillic Plain format
1694Summary(pl.UTF-8): Format Cyrillic Plain
1695Group: Applications/Publishing/TeX
1696Requires(post,postun): %{_bindir}/texhash
1697Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1698
1699%description format-cyrplain
1700Cyrillic Plain format.
1701
1702%description format-cyrplain -l pl.UTF-8
1703Format Cyrillic Plain.
1704
1705%package format-cyramstex
1706Summary: Cyrillic AMSTeX format
1707Summary(pl.UTF-8): Format Cyrillic AMSTeX
1708Group: Applications/Publishing/TeX
1709Requires(post,postun): %{_bindir}/texhash
1710Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1711Obsoletes: tetex-cyramstex
1712
1713%description format-cyramstex
1714Cyrillic AMSTeX format.
1715
1716%description format-cyramstex -l pl.UTF-8
1717Format Cyrillic AMSTeX.
1718
1719%package format-cyrtexinfo
1720Summary: Cyrillic TeXInfo format
1721Summary(pl.UTF-8): Format Cyrillic TeXInfo
1722Group: Applications/Publishing/TeX
1723Requires(post,postun): %{_bindir}/texhash
1724Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1725Obsoletes: tetex-cyrtexinfo
1726
1727%description format-cyrtexinfo
1728Cyrillic TeXInfo format.
1729
1730%description format-cyrtexinfo -l pl.UTF-8
1731Format Cyrillic TeXInfo.
1732
1733# EPlain format
1734
1735%package eplain
1736Summary: EPlain format basic files
1737Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1738Group: Applications/Publishing/TeX
1739Requires(post,postun): %{_bindir}/texhash
1740Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1741Obsoletes: tetex-etex
1742
1743%description eplain
1744EPlain format basic files.
1745
1746%description eplain -l pl.UTF-8
1747Podstawowe pliki dla formatu EPlain.
1748
1749%package format-eplain
1750Summary: EPlain format
1751Summary(pl.UTF-8): Format EPlain
1752Group: Applications/Publishing/TeX
1753Requires(post,postun): %{_bindir}/texhash
1754Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1755
1756%description format-eplain
1757EPlain format.
1758
1759%description format-eplain -l pl.UTF-8
1760Format EPlain.
1761
1762# ConTeXt format.
1763
1764%package context
1765Summary: ConTeXt macro package basic files
1766Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1767Group: Applications/Publishing/TeX
1768Requires(post,postun): %{_bindir}/texhash
1769Requires: %{name} = %{epoch}:%{version}-%{release}
1770Obsoletes: tetex-latex-context
1771
1772%define _noautoreq 'perl(path_tre)'
1773
1774%description context
1775A full featured, parameter driven macro package, which fully supports
1776advanced interactive documents.
1777
1778This package contains basic files.
1779
1780%description context -l pl.UTF-8
1781Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1782całkowicie obsługujący zaawansowane dokumenty interaktywne.
1783
1784Ten pakiet zawiera podstawowe pliki.
1785
1786%package format-context-de
1787Summary: German ConTeXt format
1788Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1789Group: Applications/Publishing/TeX
1790Requires(post,postun): %{_bindir}/texhash
1791Requires: %{name}-context = %{epoch}:%{version}-%{release}
1792
1793%description format-context-de
1794German ConTeXt format.
1795
1796%description format-context-de -l pl.UTF-8
1797Niemiecka wersja formatu ConTeXt.
1798
1799%package format-context-en
1800Summary: English ConTeXt format
1801Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1802Group: Applications/Publishing/TeX
1803Requires(post,postun): %{_bindir}/texhash
1804Requires: %{name}-context = %{epoch}:%{version}-%{release}
1805
1806%description format-context-en
1807English ConTeXt format.
1808
1809%description format-context-en -l pl.UTF-8
1810Angielska wersja formatu ConTeXt.
1811
1812%package format-context-nl
1813Summary: Dutch ConTeXt format
1814Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1815Group: Applications/Publishing/TeX
1816Requires(post,postun): %{_bindir}/texhash
1817Requires: %{name}-context = %{epoch}:%{version}-%{release}
1818
1819%description format-context-nl
1820Dutch ConTeXt format.
1821
1822%description format-context-nl -l pl.UTF-8
1823Holenderska wersja formatu ConTeXt.
1824
1825# LaTeX format.
1826
1827%package latex
1828Summary: LaTeX macro package basic files
1829Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1830Group: Applications/Publishing/TeX
60597425 1831Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1832Requires: %{name} = %{epoch}:%{version}-%{release}
1833Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1834Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1835Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1836# for misc/eurosym:
1837Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1838Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1839Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
e67df411 1840Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
5ff30b02 1841Suggests: %{name}-fonts-jknappen
fb2a8613 1842Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1843Obsoletes: tetex-bibtex-koma-script
1844Obsoletes: tetex-latex-SIunits
1845Obsoletes: tetex-latex-caption
1846Obsoletes: tetex-latex-curves
1847Obsoletes: tetex-latex-dinbrief
1848Obsoletes: tetex-latex-draftcopy
1849Obsoletes: tetex-latex-dvilj
1850Obsoletes: tetex-latex-eepic
1851Obsoletes: tetex-latex-endfloat
1852Obsoletes: tetex-latex-fancyhdr
1853Obsoletes: tetex-latex-fancyheadings
1854Obsoletes: tetex-latex-fancyvrb
1855Obsoletes: tetex-latex-fp
1856Obsoletes: tetex-latex-graphics
1857Obsoletes: tetex-latex-hyperref
1858Obsoletes: tetex-latex-koma-script
1859Obsoletes: tetex-latex-labels
1860Obsoletes: tetex-latex-listings
1861Obsoletes: tetex-latex-misc
1862Obsoletes: tetex-latex-ms
1863Obsoletes: tetex-latex-multirow
1864Obsoletes: tetex-latex-mwcls
1865Obsoletes: tetex-latex-mwdtools
1866Obsoletes: tetex-latex-natbib
1867Obsoletes: tetex-latex-ntgclass
1868Obsoletes: tetex-latex-oberdiek
1869Obsoletes: tetex-latex-pb-diagram
188cb15d 1870Obsoletes: tetex-latex-pstricks
d08789e0
ZU
1871Obsoletes: tetex-latex-revtex4
1872Obsoletes: tetex-latex-seminar
1873Obsoletes: tetex-latex-t2
1874Obsoletes: tetex-latex-titlesec
1875Obsoletes: tetex-latex-tools
1876Obsoletes: tetex-latex-units
1877Obsoletes: tetex-mwcls
1878Obsoletes: tetex-revtex4
1879
1880%description latex
1881LaTeX is a front end for the TeX text formatting system. Easier to use
1882than TeX, LaTeX is essentially a set of TeX macros which provide
1883convenient, predefined document formats for users.
1884
1885This package contains basic files.
1886
1887%description latex -l pl.UTF-8
1888LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1889łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1890dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1891
1892Ten pakiet zawiera podstawowe pliki.
1893
783773ac
ZU
1894%package latex-colortab
1895Summary: Shade cells of tables and halign
1896Group: Applications/Publishing/TeX
1897Requires(post,postun): %{_bindir}/texhash
1898Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1899
1900%description latex-colortab
1901Shade cells of tables and halign.
1902
6c82f497
ZU
1903%package latex-12many
1904Summary: Generalising mathematical index sets
1905Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1906Group: Applications/Publishing/TeX
6c82f497 1907Requires(post,postun): %{_bindir}/texhash
b4d68b39 1908Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1909
1910%description latex-12many
1911Generalising mathematical index sets.
1912
1913%description latex-12many -l hu.UTF-8
1914A matematikai halmazok indexelésének általánosítása.
1915
a8b381b0
ZU
1916%package latex-abstract
1917Summary: Control the typesetting of the abstract environment
1918Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1919Group: Applications/Publishing/TeX
fe66da27 1920Requires(post,postun): %{_bindir}/texhash
b4d68b39 1921Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1922
1923%description latex-abstract
1924Control the typesetting of the abstract environment.
1925
1926%description latex-abstract -l hu.UTF-8
1927Az "abstract" környezet szedésének irányítása.
1928
f1f5d194
ZU
1929%package latex-accfonts
1930Summary: Utilities to derive new fonts from existing ones
1931Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1932Group: Applications/Publishing/TeX
1933Requires(post,postun): %{_bindir}/texhash
1934
1935%description latex-accfonts
1936Utilities to derive new fonts from existing ones.
1937
1938%description latex-accfonts -l hu.UTF-8
1939Eszközök új betűtípusok származtatására már létezőkből.
1940
e88b5dcf
ZU
1941%package latex-adrconv
1942Summary: BibTeX styles to implement an address database
1943Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1944Group: Applications/Publishing/TeX
2fede27b 1945Requires(post,postun): %{_bindir}/texhash
78d53d8c 1946Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1947
1948%description latex-adrconv
1949BibTeX styles to implement an address database.
1950
1951%description latex-adrconv -l hu.UTF-8
1952BibTeX stílusok cím-adatbázis megvalósításához.
1953
1954
d08789e0
ZU
1955%package latex-ae
1956Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1957Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1958Group: Applications/Publishing/TeX
1959Requires(post,postun): %{_bindir}/texhash
1960Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1961Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1962
1963%description latex-ae
1964A set of virtual fonts which emulates T1 coded fonts using the
1965standard CM fonts. The package is called AE fonts (for Almost
1966European). The main use of the package is to produce PDF files using
1967versions of the CM fonts instead of the bitmapped EC fonts.
1968
1969%description latex-ae -l pl.UTF-8
1970Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1971standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1972- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1973 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1974 bitmapowych fontów EC.
1975
1976%package latex-algorithms
1977Summary: Floating algorithm environment
1978Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1979Group: Applications/Publishing/TeX
1980Requires(post,postun): /usr/bin/texhash
1981Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1982
1983%description latex-algorithms
1984Defines a floating algorithm environment designed to work with the
1985algorithmic package.
1986
1987%description latex-algorithms -l pl.UTF-8
1988Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1989do pracy z pakietem algorithmic.
1990
1991%package latex-ams
1992Summary: AMS math facilities for LaTeX
1993Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1994Group: Applications/Publishing/TeX
1995Requires(post,postun): %{_bindir}/texhash
1996Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1997Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1998Obsoletes: tetex-latex-amscls
1999Obsoletes: tetex-latex-amsfonts
2000Obsoletes: tetex-latex-amsmath
2001
2002%description latex-ams
2003This package is the principal package in the AMS-LaTeX distribution.
2004It adapts for use in LaTeX most of the mathematical features found in
2005AMS-TeX.
2006
2007%description latex-ams -l pl.UTF-8
2008To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
2009możliwości matematycznych AMS-TeXa do używania w LaTeXu.
2010
2011%package latex-antp
2012Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2013Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
2014Group: Applications/Publishing/TeX
2015Requires(post,postun): %{_bindir}/texhash
2016Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
2017Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2018
2019%description latex-antp
2020A replica of Antykwa Poltawskiego font in PostScript Type 1 format
2021- -- preliminary version. This font was designed in the 'twenties and
2022 the 'thirties of XX century by a Polish graphic artist and a
2023 typographer Adam Poltawski. It was widely used by Polish printing
2024 houses as long as metal types were in use (until ca the 'sixties).
2025 Perhaps the first complete font family programmed and parametrized in
2026 METAPOST.
2027
2028%description latex-antp -l pl.UTF-8
2029Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
2030PostScript Type 1. Ten krój został opracowany w latach 30-tych i
203140-tych XX wieku przez polskiego grafika i typografa Adama
2032Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
2033używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
2034kompletna rodzina fontów zaprogramowana i zparametryzowana w
2035METAPOSCIE.
2036
2037%package latex-antt
2038Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2039Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
2040Group: Applications/Publishing/TeX
2041Requires(post,postun): %{_bindir}/texhash
2042Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
2043Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2044
2045%description latex-antt
2046Antykwa Torunska is a serif font designed by the late Polish
2047typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
20481.
2049
2050%description latex-antt -l pl.UTF-8
2051Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
2052typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
2053postać cyfrową jako Type 1.
2054
e88b5dcf
ZU
2055%package latex-appendix
2056Summary: Extra control of appendices
2057Summary(hu.UTF-8): Az appendixek nagyobb irányítása
2058Group: Applications/Publishing/TeX
2059Requires(post,postun): %{_bindir}/texhash
78d53d8c 2060Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
2061
2062%description latex-appendix
2063Extra control of appendices.
2064
2065%description latex-appendix -l hu.UTF-8
2066Az appendixek nagyobb irányítása.
2067
b4d68b39
ZU
2068%package latex-backgammon
2069Summary: LaTeX package to documenting backgammon games
2070Summary(hu.UTF-8): LaTeX csomag backgammon játékok dokumentálására
2071Group: Applications/Publishing/TeX
2072Requires(post,postun): %{_bindir}/texhash
2073Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2074
2075%description latex-backgammon
2076LaTeX package to documenting backgammon games.
2077
2078%description latex-backgammon -l hu.UTF-8
2079LaTeX csomag backgammon játékok dokumentálására
2080
d08789e0
ZU
2081%package latex-bbm
2082Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
2083Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
2084Group: Applications/Publishing/TeX
2085Requires(post,postun): %{_bindir}/texhash
2086Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2087Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2088
2089%description latex-bbm
2090Blackboard variant fonts for Computer Modern, with LaTeX support.
2091
2092%description latex-bbm -l pl.UTF-8
2093Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2094
6c82f497
ZU
2095%package latex-bardiag
2096Summary: LateX package for drawing bar diagrams
2097Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
2098Group: Applications/Publishing/TeX
2099Requires(post,postun): %{_bindir}/texhash
2100
2101%description latex-bardiag
2102LateX package for drawing bar diagrams.
2103
2104%description latex-bardiag -l hu.UTF-8
2105LaTeX csomag oszlopdiagramok rajzolására.
2106
d08789e0
ZU
2107%package latex-bbold
2108Summary: Sans serif blackboard bold for LaTeX
2109Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2110Group: Applications/Publishing/TeX
2111Requires(post,postun): %{_bindir}/texhash
2112Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2113Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2114
2115%description latex-bbold
2116A geometric sans serif blackboard bold font, for use in mathematics.
2117
2118%description latex-bbold -l pl.UTF-8
2119Geometryczny tablicowy tłusty font sans serif, do używania w
2120matematyce.
2121
2122%package latex-bibtex
2123Summary: Bibliography management for LaTeX
2124Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2125Group: Applications/Publishing/TeX
2126Requires(post,postun): %{_bindir}/texhash
2127Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2128Obsoletes: tetex-bibtex
2129Obsoletes: tetex-natbib
2130Obsoletes: tetex-rubibtex
2131
2132%description latex-bibtex
2133Bibliography management for LaTeX.
2134
2135%description latex-bibtex -l pl.UTF-8
2136Zarządzanie bibliografią dla LaTeXa.
2137
b4d68b39
ZU
2138%package latex-beamer
2139Summary: A LaTeX class for producing presentations and slides
2140Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2141Group: Applications/Publishing/TeX
2142Requires(post,postun): %{_bindir}/texhash
2143Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2144
2145%description latex-beamer
2146A LaTeX class for producing presentations and slides.
2147
2148%description latex-beamer -l hu.UTF-8
2149LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2150
2fede27b
ZU
2151%package latex-bezos
2152Summary: Packages by Javier Bezos (additional math tools)
2153Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2154Group: Applications/Publishing/TeX
2155Requires(post,postun): %{_bindir}/texhash
78d53d8c 2156Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2157
2158%description latex-bezos
2159Packages by Javier Bezos (additional math tools).
2160
2161%description latex-bezos
2162Javier Bezos csomagjai (további matematikai eszközök).
2163
d08789e0
ZU
2164%package latex-bibtex-ams
2165Summary: BibTeX style files for American Mathematical Society publications
2166Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2167Group: Applications/Publishing/TeX
2168Requires(post,postun): %{_bindir}/texhash
2169Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2170Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2171Obsoletes: tetex-bibtex-ams
2172
2173%description latex-bibtex-ams
2174BibTeX style files for American Mathematical Society publications.
2175
2176%description latex-bibtex-ams -l pl.UTF-8
2177Pliki stylów BibTeXa do publikacji American Mathematical Society.
2178
2179%package latex-bibtex-dk
2180Summary: Danish variants of the standard BibTeX styles
2181Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2182Group: Applications/Publishing/TeX
2183Requires(post,postun): /usr/bin/texhash
2184Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2185
2186%description latex-bibtex-dk
2187Dk-bib is a translation of the four standard BibTeX style files
2188(abbrv, alpha, plain and unsrt) into Danish. The files have been
2189extended with ISBN, ISSN and URL fields which can be enabled through a
2190LaTeX style file.
2191
2192%description latex-bibtex-dk -l pl.UTF-8
2193Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2194(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2195rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2196stylu LaTeXa.
2197
2198%package latex-bibtex-nor
2199Summary: Norwegian variants of the standard BibTeX styles
2200Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2201Group: Applications/Publishing/TeX
2202Requires(post,postun): /usr/bin/texhash
2203Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2204
2205%description latex-bibtex-nor
2206Norwegian variants of the standard BibTeX styles.
2207
2208%description latex-bibtex-nor -l pl.UTF-8
2209Norweskie warianty standardowych stylów BibTeXa.
2210
2211%package latex-bibtex-pl
2212Summary: Polish bibliography management for LaTeX
2213Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2214Group: Applications/Publishing/TeX
2215Requires(post,postun): %{_bindir}/texhash
2216Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2217Obsoletes: tetex-bibtex-plbib
2218
2219%description latex-bibtex-pl
2220Polish bibliography management for LaTeX.
2221
2222%description latex-bibtex-pl -l pl.UTF-8
2223Polska wersja zarządzania bibliografią dla LaTeXa.
2224
2225%package latex-bibtex-german
2226Summary: German variants of standard BibTeX styles
2227Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2228Group: Applications/Publishing/TeX
2229Requires(post,postun): %{_bindir}/texhash
2230Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2231Obsoletes: tetex-bibtex-germbib
2232
2233%description latex-bibtex-german
2234German variants of standard BibTeX styles.
2235
2236%description latex-bibtex-german -l pl.UTF-8
2237Niemieckie wersje standardowych stylów BibTeXa.
2238
2239%package latex-bibtex-revtex4
2240Summary: BibTeX styles for REVTeX4
2241Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2242Group: Applications/Publishing/TeX
2243Requires(post,postun): %{_bindir}/texhash
2244Requires: %{name} = %{epoch}:%{version}-%{release}
2245Obsoletes: tetex-bibtex-revtex4
2246
2247%description latex-bibtex-revtex4
2248BibTeX styles for REVTeX4.
2249
2250%description latex-bibtex-revtex4 -l pl.UTF-8
2251Style BibTeXa dla REVTeX4.
2252
2253%package latex-bibtex-jurabib
2254Summary: Extended BibTeX citation support for the humanities and legal texts
2255Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2256Group: Applications/Publishing/TeX
2257Requires(post,postun): %{_bindir}/texhash
2258Requires: %{name} = %{epoch}:%{version}-%{release}
2259Obsoletes: tetex-bibtex-jurabib
2260
2261%description latex-bibtex-jurabib
2262Extended BibTeX citation support for the humanities and legal texts.
2263
2264%description latex-bibtex-jurabib -l pl.UTF-8
2265Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2266prawniczych.
2267
33b3b483
ZU
2268%package latex-bibtex-styles
2269Summary: Various BibTeX styles
2270Summary(hu.UTF-8): Vegyes BibTeX stílusok
2271Group: Applications/Publishing/TeX
2272Requires(post,postun): %{_bindir}/texhash
2273Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2274
2275%description latex-bibtex-styles
2276Various BibTeX styles.
2277
2278%description latex-bibtex-styles -l hu.UTF-8
2279Vegyes BibTeX stílusok.
2280
435dbdfa
ZU
2281%package latex-bibtex-vancouver
2282Summary: Bibliographic style file for Biomedical Journals
b5f33174 2283Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2284Group: Applications/Publishing/TeX
435dbdfa 2285Requires(post,postun): %{_bindir}/texhash
33b3b483 2286Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2287
b5f33174 2288%description latex-bibtex-vancouver
435dbdfa 2289Bibliographic style file for Biomedical Journals.
2fede27b 2290
b5f33174
ZU
2291%description latex-bibtex-vancouver -l hu.UTF-8
2292Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2293
2fede27b
ZU
2294%package latex-booktabs
2295Summary: Publication quality tables in LaTeX
2296Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2297Group: Applications/Publishing/TeX
2298Requires(post,postun): %{_bindir}/texhash
78d53d8c 2299Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2300
2301%description latex-booktabs
2302Publication quality tables in LaTeX.
2303
2304%description latex-booktabs -l hu.UTF-8
2305Nyomdai minőségű táblázatok LaTeX-ben.
2306
2307
2308%package latex-caption
2309Summary: Customising captions in floating environments
2310Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2311Group: Applications/Publishing/TeX
2312Requires(post,postun): %{_bindir}/texhash
78d53d8c 2313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2314
2315%description latex-caption
2316Customising captions in floating environments.
2317
2318%description latex-caption -l hu.UTF-8
2319Feliratok testreszabása úszó környezetekben.
2320
d08789e0
ZU
2321%package latex-carlisle
2322Summary: Miscellaneous small packages by David Carlisle
2323Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2324Group: Applications/Publishing/TeX
2325Requires(post,postun): %{_bindir}/texhash
2326Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2327
2328%description latex-carlisle
2329Miscellaneous small packages by David Carlisle.
2330
2331%description latex-carlisle -l pl.UTF-8
2332Różne małe pakiety autorstwa Davida Carlisle.
2333
2334%package latex-ccfonts
2335Summary: Support for Concrete text and math fonts in LaTeX
2336Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2337Group: Applications/Publishing/TeX
2338Requires(post,postun): %{_bindir}/texhash
2339Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2340
2341%description latex-ccfonts
2342LaTeX font definition files for the Concrete fonts and a LaTeX package
2343for typesetting documents using Concrete as the default font family.
2344The files support OT1, T1, TS1, and Concrete math including AMS fonts
2345(Ulrik Vieth's concmath).
2346
2347%description latex-ccfonts -l pl.UTF-8
2348Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2349LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2350rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2351Concrete wraz z AMS (concmath Ulrika Vietha).
2352
2353%package latex-cite
2354Summary: Supports compressed, sorted lists of numerical citations
2355Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2356Group: Applications/Publishing/TeX
2357Requires(post,postun): %{_bindir}/texhash
2358Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2359
2360%description latex-cite
2361Supports compressed, sorted lists of numerical citations.
2362
2363%description latex-cite -l pl.UTF-8
2364Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2365
2366%package latex-cmbright
2367Summary: Support for CM Bright fonts in LaTeX
2368Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2369Group: Applications/Publishing/TeX
2370Requires(post,postun): %{_bindir}/texhash
2371Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2372Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2373
2374%description latex-cmbright
2375A family of sans serif fonts for TeX and LaTeX, based on Donald
2376Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2377various shapes as well as all the fonts necessary for mathematical
2378typesetting, incl. AMS symbols. This collection provides all the
2379necessary files for using the fonts with LaTeX.
2380
2381%description latex-cmbright -l pl.UTF-8
2382Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2383Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2384kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2385symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2386używania fontów w LaTeXu.
2387
2fede27b
ZU
2388%package latex-comment
2389Summary: Selectively include/excludes portions of text
2390Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2391Group: Applications/Publishing/TeX
2392Requires(post,postun): %{_bindir}/texhash
78d53d8c 2393Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2394
2395%description latex-comment
2396Selectively include/excludes portions of text.
2397
2398%description latex-comment -l hu.UTF-8
2399A szöveg részeinek beillesztése/kihagyása.
2400
d08789e0
ZU
2401%package latex-concmath
2402Summary: LaTeX package and font definition files to access the Concrete math fonts
2403Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2404Group: Applications/Publishing/TeX
2405Requires(post,postun): %{_bindir}/texhash
2406Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2407Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2408
2409%description latex-concmath
2410LaTeX package and font definition files to access the Concrete math
2411fonts, which were derived from Computer Modern math fonts using
2412parameters from Concrete Roman text fonts.
2413
2414%description latex-concmath -l pl.UTF-8
2415Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2416matematyczne Concrete wywodzące się z fontów matematycznych Computer
2417Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2418Roman.
2419
2fede27b
ZU
2420%package latex-currvita
2421Summary: Typeset a curriculum vitae
2422Summary(hu.UTF-8): Önéletrajzok írása
2423Group: Applications/Publishing/TeX
2424Requires(post,postun): %{_bindir}/texhash
78d53d8c 2425Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2426
2427%description latex-currvita
2428Typeset a curriculum vitae.
2429
2430%description latex-currvita -l hu.UTF-8
2431Önéletrajzok írása.
2432
2433%package latex-curves
2434Summary: Curves for LaTeX picture environment
2435Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2436Group: Applications/Publishing/TeX
2437Requires(post,postun): %{_bindir}/texhash
78d53d8c 2438Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2439
2440%description latex-curves
2441Curves for LaTeX picture environment.
2442
2443%description latex-curves -l hu.UTF-8
2444Görbék LaTeX picture környezetébe.
2445
d08789e0
ZU
2446%package latex-custom-bib
2447Summary: Customized BibTeX styles for LaTeX
2448Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2449Group: Applications/Publishing/TeX
2450Requires(post,postun): %{_bindir}/texhash
2451Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2452
2453%description latex-custom-bib
2454Package generating customized BibTeX bibliography styles from a
2455generic file using docstrip. Includes support for the Harvard style.
2456
2457%description latex-custom-bib -l pl.UTF-8
2458Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2459pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2460
2461%package latex-cyrillic
2462Summary: LaTeX Cyrillic support
2463Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2464Group: Applications/Publishing/TeX
2465Requires(post,postun): %{_bindir}/texhash
2466Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2467
2468%description latex-cyrillic
2469LaTeX Cyrillic support.
2470
2471%description latex-cyrillic -l pl.UTF-8
2472Obsługa cyrylicy dla LaTeXa.
2473
b280f158
ZU
2474%package latex-dstroke
2475Summary: LaTeX doublestroke font
2476Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2477Group: Applications/Publishing/TeX
2478Requires(post,postun): %{_bindir}/texhash
2479Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2480Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2481
2482%description latex-dstroke
2483Doublestroke font for typesetting the mathematical symbols for the
2484natural numbers, whole numbers, rational numbers, real numbers and
2485complex numbers.
2486
2487%description latex-dstroke -l pl.UTF-8
2488Podwójnie kreślony font do składania symboli matematycznych liczb
2489naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2490
60597425
ZU
2491%package latex-enumitem
2492Summary: A package to customize the three basic lists
2493Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2494Group: Applications/Publishing/TeX
2495Requires(post,postun): %{_bindir}/texhash
78d53d8c 2496Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2497
2498%description latex-enumitem
2499A package to customize the three basic lists (enumerate, itemize and
2500description).
2501
2502%description latex-enumitem
2503Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2504(enumerate, itemize, description).
2505
2b453bda
ZU
2506%package latex-exam
2507Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2508Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2509Group: Applications/Publishing/TeX
fe66da27 2510Requires(post,postun): %{_bindir}/texhash
78d53d8c 2511Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2512
2513%description latex-exam
2514The exam document class attempts to make it easy for even a LaTeX
2515novice to prepare exams.
2516
2517%description latex-exam -l hu.UTF-8
2518Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2519feladatsorok készítése.
2520
f1f5d194
ZU
2521%package latex-gbrief
2522Summary: Letter document class
2523Summary(hu.UTF-8): Levél dokumentumosztály
2524Group: Applications/Publishing/TeX
2525Requires(post,postun): %{_bindir}/texhash
2526Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2527
2528%description latex-gbrief
2529Letter document class.
2530
2531%description latex-gbrief -l hu.UTF-8
2532Levél dokumentumosztály.
2533
2b453bda 2534
d08789e0
ZU
2535%package latex-jknappen
2536Summary: Miscellaneous packages by Joerg Knappen
2537Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2538Group: Applications/Publishing/TeX
2539Requires(post,postun): %{_bindir}/texhash
2540Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2541Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2542
2543%description latex-jknappen
2544Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2545Knappen, including sgmlcmpt.
2546
2547%description latex-jknappen -l pl.UTF-8
2548Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2549Knappena. Zawiera sgmlcmpt.
2550
d19eaaab
ZU
2551%package latex-keystroke
2552Summary: Graphical representation of keys on keyboard
2553Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2554Group: Applications/Publishing/TeX
2555Requires(post,postun): %{_bindir}/texhash
2556Requires: %{name}-latex
2557
2558%description latex-keystroke
2559Graphical representation of keys on keyboard.
2560
2561%description latex-keystroke -l hu.UTF-8
2562A billentyűk grafikus megjelenítése.
2563
2564
2565%package latex-labbook
2566Summary: Typeset laboratory journals
2567Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2568Group: Applications/Publishing/TeX
2569Requires(post,postun): %{_bindir}/texhash
2570Requires: %{name}-latex
2571
2572%description latex-labbook
2573Typeset laboratory journals.
2574
2575%description latex-labbook -l hu.UTF-8
2576Laborjegyzőkönyvek szedése.
2577
2578%package latex-lcd
2579Summary: Alphanumerical LCD-style displays
f65b3398 2580Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2581Group: Applications/Publishing/TeX
2582Requires(post,postun): %{_bindir}/texhash
2583Requires: %{name}-latex
2584
2585%description latex-lcd
2586Alphanumerical LCD-style displays.
2587
2588%description latex-lcd -l hu.UTF-8
f65b3398 2589Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2590
2591%package latex-leaflet
2592Summary: Create small handouts (flyers)
2593Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2594Group: Applications/Publishing/TeX
2595Requires(post,postun): %{_bindir}/texhash
2596Requires: %{name}-latex
2597
2598%description latex-leaflet
2599Create small handouts (flyers).
2600
2601%description latex-leaflet -l hu.UTF-8
2602Kis "kézikönyvek" készítése (brossúrák).
2603
f1f5d194
ZU
2604%package latex-leftidx
2605Summary: Left and right subscripts and superscripts in math mode
2606Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2607Group: Applications/Publishing/TeX
2608Requires(post,postun): %{_bindir}/texhash
2609Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2610
7b6c7caa
ZU
2611%description latex-leftidx
2612Left and right subscripts and superscripts in math mode.
2613
2614%description latex-leftidx -l hu.UTF-8
2615Bal és jobboldali alsó és felső indexek matematikai módban.
2616
d19eaaab
ZU
2617
2618%package latex-lewis
2619Summary: Draw Lewis structures (chemistry)
2620Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2621Group: Applications/Publishing/TeX
2622Requires(post,postun): %{_bindir}/texhash
2623Requires: %{name}-latex
2624
2625%description latex-lewis
2626Draw Lewis structures (chemistry).
2627
2628%description latex-lewis -l hu.UTF-8
2629Lewis struktúrák készítése (kémia).
2630
d08789e0
ZU
2631%package latex-lm
2632Summary: LaTeX styles for Latin Modern family fonts
2633Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2634Group: Applications/Publishing/TeX
2635Requires(post,postun): /usr/bin/texhash
2636Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2637Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2638
2639%description latex-lm
2640Latin Modern family of fonts, based on the Computer Modern fonts
2641released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2642lot of additional characters, mainly accented ones, but not only.
2643There is a one set of PostScript fonts and four sets of TeX Font
2644Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2645encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2646Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2647potential user knows what to do with all these files. The author is
2648Boguslaw Jackowski.
2649
2650%description latex-lm -l pl.UTF-8
2651Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2652przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2653Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2654Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2655Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2656QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2657(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2658(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2659tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2660
a8b381b0
ZU
2661%package latex-lastpage
2662Summary: Reference last page for "Page N of M" type footers
2663Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2664Group: Applications/Publishing/TeX
fe66da27 2665Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2666
2667%description latex-lastpage
2668Reference last page for Page N of M type footers.
2669
2670%description latex-lastpage -l hu.UTF-8
2671Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2672
d08789e0
ZU
2673%package latex-lineno
2674Summary: Line numbers on paragraphs
2675Summary(pl.UTF-8): Numery linii dla paragrafów
2676Group: Applications/Publishing/TeX
2677Requires(post,postun): /usr/bin/texhash
2678Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2679
2680%description latex-lineno
2681The LaTeX package lineno.sty provides line numbers on paragraphs.
2682After TeX has broken a paragraph into lines there will be line numbers
2683attached to them, with the possibility to make references through the
2684LaTeX \ref, \pageref cross reference mechanism.
2685
2686%description latex-lineno -l pl.UTF-8
2687Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2688paragrafu na linie przez TeXa do linii dołączane są ich numery z
2689możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2690\ref i \pageref.
2691
d19eaaab
ZU
2692
2693%package latex-mathexam
2694Summary: Package for typesetting exams
2695Summary(hu.UTF-8): Vizsgák szedése
2696Group: Applications/Publishing/TeX
2697Requires(post,postun): %{_bindir}/texhash
2698Requires: %{name}-latex
2699
2700%description latex-mathexam
2701Package for typesetting exams.
2702
2703%description latex-mathexam -l hu.UTF-8
2704Vizsgák szedése.
2705
d08789e0
ZU
2706%package latex-microtype
2707Summary: An interface to the micro-typographic extensions of pdfTeX
2708Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2709Group: Applications/Publishing/TeX
2710Requires(post,postun): /usr/bin/texhash
2711Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2712
2713%description latex-microtype
2714The `microtype' package provides a LaTeX interface to pdfTeX's
2715micro-typographic extensions: character protrusion and font expansion.
2716It allows to restrict character protrusion and/or font expansion to a
2717definable set of fonts, and to configure micro-typographic aspects of
2718the fonts in a straight-forward and flexible way. Settings for various
2719fonts are provided.
2720
2721%description latex-microtype -l pl.UTF-8
2722Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2723mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2724Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2725określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2726aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2727dla różnych fontów.
2728
8ed039e0
ZU
2729%package latex-musictex
2730Summary: Typesetting music with TeX
2731Summary(hu.UTF-8): Zenék szedése TeX-hel
2732Group: Applications/Publishing/TeX
2733Requires(post,postun): %{_bindir}/texhash
2734Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2735
2736%description latex-musictex
2737Typesetting music with TeX.
2738
2739%description latex-musictex -l hu.UTF-8
2740Zenék szedése TeX-hel.
2741
d08789e0
ZU
2742%package latex-lucidabr
2743Summary: Package to make Lucida Bright fonts usable with LaTeX
2744Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2745Group: Applications/Publishing/TeX
2746Requires(post,postun): %{_bindir}/texhash
2747Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2748
2749%description latex-lucidabr
2750Package to make Lucida Bright fonts usable with LaTeX.
2751
2752%description latex-lucidabr -l pl.UTF-8
2753Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2754
2755%package latex-marvosym
2756Summary: Styles for Martin Vogel's Symbol (marvosym) font
2757Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
2758Group: Applications/Publishing/TeX
2759Requires(post,postun): /usr/bin/texhash
2760Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2761Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2762
2763%description latex-marvosym
2764Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2765currency symbol as defined by the European commission; Euro currency
2766symbols in typefaces Times, Helvetica and Courier; Symbols for
2767structural engineering; Symbols for steel cross-sections; Astronomy
2768signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2769symbols; CE sign and others.
2770
2771%description latex-marvosym -l pl.UTF-8
2772Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2773waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2774krojach Times, Helvetica i Courier; symbole do inżynierii
2775strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2776(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2777CE i inne.
2778
2779%package latex-mathpple
2780Summary: Use PostScript Palatino for typesetting maths
2781Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2782Group: Applications/Publishing/TeX
2783Requires(post,postun): %{_bindir}/texhash
2784Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2785Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2786
2787%description latex-mathpple
2788The package defines the PostScript font family `Palatino' (ppl) as the
2789default roman font and then uses the `mathpple' fonts for typesetting
2790math. These virtual fonts have been created for typesetting math in a
2791style that suits the Palatino text fonts. The AMS fonts, when used
2792additionally, will be scaled to fit Palatino.
2793
2794%description latex-mathpple -l pl.UTF-8
2795Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2796domyślny font roman i używa fontów mathpple do składania wzorów
2797matematycznych. Te wirtualne fonty zostały stworzone do składania
2798wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2799Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2800pasować do Palatino.
2801
2802%package latex-mathtime
2803Summary: Mathtime fonts for LaTeX
2804Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
2805Group: Applications/Publishing/TeX
2806Requires(post,postun): %{_bindir}/texhash
2807Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2808
2809%description latex-mathtime
2810The Mathtime fonts have a number of characters remapped to positions
2811different from the ones normally used by the corresponding TeX
2812CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2813style files use the Times Roman font (often called something like:
2814ptmr or ptmr7t or ptmrq).
2815
2816%description latex-mathtime -l pl.UTF-8
2817Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2818różniące się od tych normalnie używanych w odpowiadających im TeXowych
2819fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2820używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2821ptmrq).
2822
2823%package latex-mflogo
2824Summary: LaTeX support for MetaFont and logo fonts
2825Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
2826Group: Applications/Publishing/TeX
2827Requires(post,postun): %{_bindir}/texhash
2828Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2829Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2830
2831%description latex-mflogo
2832LaTeX package and font definition file to access the Knuthian `logo'
2833fonts described in `The MetaFontbook' and the MetaFont and logos in
2834LaTeX documents.
2835
2836%description latex-mflogo -l pl.UTF-8
2837Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2838opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2839LaTeXa.
2840
2841%package latex-mfnfss
2842Summary: Font description files to use extra fonts like yinit and ygoth
2843Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2844Group: Applications/Publishing/TeX
2845Requires(post,postun): %{_bindir}/texhash
2846Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2847
2848%description latex-mfnfss
2849Font description files to use extra fonts like yinit and ygoth.
2850
2851%description latex-mfnfss -l pl.UTF-8
2852Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2853
2854%package latex-minitoc
2855Summary: Produce a table of contents for each chapter
2856Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
2857Group: Applications/Publishing/TeX
2858Requires(post,postun): %{_bindir}/texhash
2859Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2860
2861%description latex-minitoc
2862Produce a table of contents for each chapter.
2863
2864%description latex-minitoc -l pl.UTF-8
2865Tworzenie spisów treści dla każdego rozdziału.
2866
2867%package latex-mltex
2868Summary: Support for MLTeX
2869Summary(pl.UTF-8): Wsparcie dla MLTeXa
2870Group: Applications/Publishing/TeX
2871Requires(post,postun): %{_bindir}/texhash
2872Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2873
2874%description latex-mltex
2875Support for MLTeX, the multilingual TeX extension from Michael J.
2876Ferguson.
2877
2878%description latex-mltex -l pl.UTF-8
2879Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2880autorstwa Michaela J. Fergusona.
2881
d34bfb7f
ZU
2882%package latex-multienum
2883Summary: Multi-column enumerated lists
2884Summary(hu.UTF-8): Többoszlopos számozott listák
2885Group: Applications/Publishing/TeX
2886Requires(post,postun): %{_bindir}/texhash
2887Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2888
2889%description latex-multienum
2890Multi-column enumerated lists.
2891
2892%description latex-multienum -l hu.UTF-8
2893Többoszlopos számozott listák.
2894
f1f5d194
ZU
2895
2896%package latex-moreverb
2897Summary: Extended verbatim
2898Summary(hu.UTF-8): Kiterjesztett verbatim
2899Group: Applications/Publishing/TeX
2900Requires(post,postun): %{_bindir}/texhash
2901Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2902
2903%description latex-moreverb
2904Extended verbatim.
2905
2906%description latex-moreverb -l hu.UTF-8
2907Kiterjesztett verbatim.
2908
a8b381b0
ZU
2909%package latex-ntheorem
2910Summary: Enhanced theorem environment
2911Summary(hu.UTF-8): Bővített tétel környezet
2912Group: Applications/Publishing/TeX
fe66da27 2913Requires(post,postun): %{_bindir}/texhash
78d53d8c 2914Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
2915
2916%description latex-ntheorem
2917Enhanced theorem environment.
2918
2919%description latex-ntheorem -l hu.UTF-8
2920Bővített tétel környezet
2921
f65b3398
ZU
2922%package latex-other
2923Summary: Other LaTeX packages
2924Summary(hu.UTF-8): Néhány további LaTeX csomag
2925Group: Applications/Publishing/TeX
2926Requires(post,postun): %{_bindir}/texhash
2927Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2928
2929%description latex-other
2930Other LaTeX packages.
2931
2932%description latex-other -l hu.UTF-8
2933Néhány további LaTeX csomag.
2934
2935%package latex-other-doc
2936Summary: Other LaTeX packages documentation
2937Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
2938Group: Applications/Publishing/TeX
2939Requires(post,postun): %{_bindir}/texhash
2940Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2941
2942%description latex-other-doc
2943Other LaTeX packages documentation.
2944
2945%description latex-other-doc -l hu.UTF-8
2946Néhány további LaTeX csomag dokumentációja.
2947
d08789e0
ZU
2948%package latex-palatcm
2949Summary: Palatino + Computer Modern math fonts for LaTeX
2950Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2951Group: Applications/Publishing/TeX
2952Requires(post,postun): %{_bindir}/texhash
2953Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2954
2955%description latex-palatcm
2956Palatino + Computer Modern math fonts for LaTeX.
2957
2958%description latex-palatcm -l pl.UTF-8
2959Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2960
f65b3398
ZU
2961
2962%package latex-pdfslide
2963Summary: Presentation slides using pdftex
2964Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
2965Group: Applications/Publishing/TeX
2966Requires(post,postun): %{_bindir}/texhash
2967Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2968
2969%description latex-pdfslide
2970Presentation slides using pdftex.
2971
2972%description latex-pdfslide -l hu.UTF-8
2973Prezentáció készítése pdftex-hel.
2974
03d9d5fa
ZU
2975%package latex-pgf
2976Summary: The TeX Portable Graphic Format
2977Summary(hu.UTF-8): TeX Portable Graphic Formátum
2978Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
2979Group: Applications/Publishing/TeX
2980Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
2981Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2982Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 2983Obsoletes: tetex-pgf
03d9d5fa
ZU
2984
2985%description latex-pgf
2986A macro package for creating graphics directly in TeX and LaTeX.
2987
2988%description latex-pgf -l hu.UTF-8
2989Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
2990
2991%description latex-pgf -l pl.UTF-8
2992Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
2993
f65b3398
ZU
2994%package latex-polynom
2995Summary: Macros for manipulating polynomials
2996Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
2997Group: Applications/Publishing/TeX
2998Requires(post,postun): %{_bindir}/texhash
2999Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3000
3001%description latex-polynom
3002Macros for manipulating polynomials.
3003
3004%description latex-polynom -l hu.UTF-8
3005Makrók polinomokkal való műveletekre.
3006
3007%package latex-polynomial
3008Summary: Typeset (univariate) polynomials
3009Summary(hu.UTF-8): Egyváltozós polinomok szedése
3010Group: Applications/Publishing/TeX
3011Requires(post,postun): %{_bindir}/texhash
3012Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3013
3014%description latex-polynomial
3015Typeset (univariate) polynomials.
3016
3017%description latex-polynomial -l hu.UTF-8
3018Egyváltozós polinomok szedése.
3019
b7b4a109
ZU
3020%package latex-prosper
3021Summary: LaTeX class for high quality slides
3022Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
3023Group: Applications/Publishing/TeX
3024Requires(post,postun): %{_bindir}/texhash
3025Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3026
3027%description latex-prosper
3028LaTeX class for high quality slides.
3029
3030%description latex-prosper -l hu.UTF-8
3031LaTeX osztály jó minőségű fóliák készítéséhez.
3032
3033%package latex-pseudocode
3034Summary: LaTeX enviroment for specifying algorithms in a natural way
3035Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
3036Group: Applications/Publishing/TeX
3037Requires(post,postun): %{_bindir}/texhash
3038Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3039
3040%description latex-pseudocode
3041LaTeX enviroment for specifying algorithms in a natural way.
3042
3043%description latex-pseudocode -l hu.UTF-8
3044LaTeX környezet algoritmusok bevitelére.
3045
d08789e0
ZU
3046%package latex-psnfss
3047Summary: LaTeX font support for common PostScript fonts
3048Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
3049Group: Applications/Publishing/TeX
3050Requires(post,postun): %{_bindir}/texhash
3051Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3052Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3053Obsoletes: tetex-latex-mathptm
3054Obsoletes: tetex-latex-mathptmx
3055
3056%description latex-psnfss
3057LaTeX font definition files, macros and font metrics for common
3058PostScript fonts.
3059
3060%description latex-psnfss -l pl.UTF-8
3061LaTeXowe pliki definicji fontów, makra i metryki fontów dla
3062popularnych fontów postscriptowych.
3063
8efa6a9c
ZU
3064%package latex-pst-2dplot
3065Summary: A PSTricks package for drawing 2D curves
3066Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
3067Group: Applications/Publishing/TeX
3068Requires(post,postun): %{_bindir}/texhash
3069Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3070
3071%description latex-pst-2dplot
3072A PSTricks package for drawing 2D curves.
3073
3074%description latex-pst-2dplot -l hu.UTF-8
3075PSTricks csomag kétdimenziós görbék rajzolásához.
3076
3077%package latex-pst-3dplot
3078Summary: Draw 3d curves and graphs using PSTricks
3079Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
3080Group: Applications/Publishing/TeX
3081Requires(post,postun): %{_bindir}/texhash
3082Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3083
3084%description latex-pst-3dplot
3085Draw 3d curves and graphs using PSTricks.
3086
3087%description latex-pst-3dplot -l hu.UTF-8
30883D-s görbék és grafikonok PSTricks-szel.
3089
3090
3091%package latex-pst-bar
3092Summary: Produces bar charts using pstricks
3093Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
3094Group: Applications/Publishing/TeX
3095Requires(post,postun): %{_bindir}/texhash
3096Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3097
3098%description latex-pst-bar
3099Produces bar charts using pstricks.
3100
3101%description latex-pst-bar -l hu.UTF-8
3102Oszlopdiagramok pstricks-szel.
3103
3104%package latex-pst-circ
3105Summary: PSTricks package for drawing electric circuits
3106Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3107Group: Applications/Publishing/TeX
3108Requires(post,postun): %{_bindir}/texhash
3109Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3110
3111%description latex-pst-circ
3112PSTricks package for drawing electric circuits.
3113
3114%description latex-pst-circ -l hu.UTF-8
3115PSTricks csomag elektromos áramkörök rajzolásához.
3116
3117%package latex-pst-diffraction
3118Summary: Print diffraction patterns from various apertures
3119Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3120Group: Applications/Publishing/TeX
3121Requires(post,postun): %{_bindir}/texhash
3122Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3123
3124%description latex-pst-diffraction
3125Print diffraction patterns from various apertures.
3126
3127%description latex-pst-diffraction -l hu.UTF-8
3128Diffrakciós képek különböző eszközökön.
3129
b7b4a109
ZU
3130%package latex-pst-eucl
3131Summary: Euclidian geometry with pstricks
3132Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3133Group: Applications/Publishing/TeX
3134Requires(post,postun): %{_bindir}/texhash
3135Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3136
3137%description latex-pst-eucl
3138Euclidian geometry with pstricks.
3139
3140%description latex-pst-eucl -l hu.UTF-8
3141Euklidészi geometria a pstricks használatával.
3142
8efa6a9c
ZU
3143
3144%package latex-pst-fun
3145Summary: Draw "funny" objects with PSTricks
3146Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3147Group: Applications/Publishing/TeX
3148Requires(post,postun): %{_bindir}/texhash
3149Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3150
3151%description latex-pst-fun
3152Draw "funny" objects with PSTricks.
3153
3154%description latex-pst-fun -l hu.UTF-8
3155"Vicces" rajzok PSTricks-szel
3156
3157%package latex-pst-func
3158Summary: PSTricks package for plotting mathematical functions
3159Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3160Group: Applications/Publishing/TeX
3161Requires(post,postun): %{_bindir}/texhash
3162Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3163
3164%description latex-pst-func
3165PSTricks package for plotting mathematical functions.
3166
3167%description latex-pst-eucl -l hu.UTF-8
3168PSTricks csomag matematikai függvények ábrázolásához.
3169
b7b4a109
ZU
3170%package latex-pst-fr3d
3171Summary: Draw 3-dimensional framed boxes using PSTricks
3172Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3173Group: Applications/Publishing/TeX
3174Requires(post,postun): %{_bindir}/texhash
3175Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3176
3177%description latex-pst-fr3d
3178Draw 3-dimensional framed boxes using PSTricks.
3179
3180%description latex-pst-fr3d -l hu.UTF-8
3181Háromdimenziós dobozok PSTricks segítségével.
3182
3183%package latex-pst-fractal
3184Summary: Draw fractal sets using PSTricks
3185Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3186Group: Applications/Publishing/TeX
3187Requires(post,postun): %{_bindir}/texhash
3188Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3189
3190%description latex-pst-fractal
3191Draw fractal sets using PSTricks.
3192
3193%description latex-pst-fractal -l hu.UTF-8
3194Fraktálok rajzolása PSTricks segítségével.
3195
8efa6a9c
ZU
3196%package latex-pst-infixplot
3197Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3198Summary(hu.UTF-8): Infix kifejezések ábrázolása
3199Group: Applications/Publishing/TeX
3200Requires(post,postun): %{_bindir}/texhash
3201Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3202
3203%description latex-pst-infixplot
3204Using pstricks plotting capacities with infix expressions rather than
3205RPN.
3206
3207%description latex-pst-infixplot -l hu.UTF-8
3208Infix kifejezések ábrázolása.
3209
3210%package latex-pst-math
3211Summary: Enhancement of PostScript math operators to use with pstricks
3212Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3213Group: Applications/Publishing/TeX
3214Requires(post,postun): %{_bindir}/texhash
3215Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3216
3217%description latex-pst-math
3218Enhancement of PostScript math operators to use with pstricks.
3219
3220%description latex-pst-math -l hu.UTF-8
3221PostScript matematikai operátorok bővítése pstricks-szel.
3222
3223%package latex-pst-ob3d
3224Summary: Three dimensional objects using PSTricks
3225Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3226Group: Applications/Publishing/TeX
3227Requires(post,postun): %{_bindir}/texhash
3228Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3229
3230%description latex-pst-ob3d
3231Three dimensional objects using PSTricks.
3232
3233%description latex-pst-ob3d -l hu.UTF-8
3234Háromdimenziós objektumok PSTricks-szel.
3235
3236%package latex-pst-optexp
3237Summary: Drawing optical experimental setups
3238Summary(hu.UTF-8): Optikai összeállítások rajzolása
3239Group: Applications/Publishing/TeX
3240Requires(post,postun): %{_bindir}/texhash
3241Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3242
3243%description latex-pst-optexp
3244Drawing optical experimental setups.
3245
3246%description latex-pst-optexp -l hu.UTF-8
3247Optikai összeállítások rajzolása.
3248
3249%package latex-pst-optic
3250Summary: Drawing optics diagrams
3251Summary(hu.UTF-8): Optikai ábrák rajzolása
3252Group: Applications/Publishing/TeX
3253Requires(post,postun): %{_bindir}/texhash
3254Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3255
3256%description latex-pst-optic
3257Drawing optics diagrams.
3258
3259%description latex-pst-optic -l hu.UTF-8
3260Optikai ábrák rajzolása.
3261
3262%package latex-pst-text
3263Summary: Text and character manipulation in PSTricks
3264Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3265Group: Applications/Publishing/TeX
3266Requires(post,postun): %{_bindir}/texhash
3267Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3268
3269%description latex-pst-text
3270Text and character manipulation in PSTricks.
3271
3272%description latex-pst-text -l hu.UTF-8
3273Szöveg és karakter manipulációk PSTricks-szel.
3274
1024ab0e
ZU
3275%package latex-pst-uncategorized
3276Summary: Other uncategorized PSTricks packages
3277Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3278Group: Applications/Publishing/TeX
3279Requires(post,postun): %{_bindir}/texhash
3280Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3281
3282%description latex-pst-uncategorized
3283Other uncategorized PSTricks packages.
3284
3285%description latex-pst-uncategorized -l hu.UTF-8
3286Néhány kategorizálatlan PSTricks csomag.
3287
d08789e0
ZU
3288%package latex-pxfonts
3289Summary: PX fonts LaTeX support
3290Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3291Group: Applications/Publishing/TeX
3292Requires(post,postun): %{_bindir}/texhash
3293Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3294Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3295
3296%description latex-pxfonts
3297PX fonts LaTeX support.
3298
3299%description latex-pxfonts -l pl.UTF-8
3300Obsługa fontów PX w LaTeXu.
3301
3302%package latex-qfonts
3303Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3304Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3305Group: Applications/Publishing/TeX
3306Requires(post,postun): %{_bindir}/texhash
3307Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3308Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3309
3310%description latex-qfonts
3311A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3312QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3313QuasiTimes (regular, italic, bold and bold italic), based on URW++
3314fonts distributed with Ghostscript. The fonts are encoded according to
3315QX layout which facilitates multilingual and technical typesetting
3316using TeX, preserving usability in Windows applications.
3317
3318%description latex-qfonts -l pl.UTF-8
3319Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3320QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3321QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3322fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3323zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3324TeXu, zachowując przydatność dla aplikacji windowsowych.
3325
6c82f497
ZU
3326%package latex-SIstyle
3327Summary: Package to typeset SI units, numbers and angles
3328Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3329Group: Applications/Publishing/TeX
6c82f497 3330Requires(post,postun): /usr/bin/texhash
b4d68b39 3331Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3332
3333%description latex-SIstyle
3334Package to typeset SI units, numbers and angles.
3335
3336%description latex-SIstyle -l hu.UTF-8
3337Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3338
3339%package latex-SIunits
3340Summary: The SIunits package can be used to standardise the use of units in your writings
3341Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3342Group: Applications/Publishing/TeX
fe66da27 3343Requires(post,postun): /usr/bin/texhash
78d53d8c 3344Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3345
3346%description latex-SIunits
2b453bda
ZU
3347The SIunits package can be used to standardise the use of units in
3348your writings.
3127b522
ZU
3349
3350%description latex-SIunits -l hu.UTF-8
3351Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3352
f65b3398
ZU
3353%package latex-siunitx
3354Summary: A comprehensive (SI) units package
3355Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3356Group: Applications/Publishing/TeX
3357Requires(post,postun): /usr/bin/texhash
3358Requires: %{name}-latex
3359
3360%description latex-siunitx
3361A comprehensive (SI) units package.
3362
3363%description latex-siunitx -l hu.UTF-8
3364Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3365
6c82f497
ZU
3366%package latex-Tabbing
3367Summary: Tabbing with accented letters
3368Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3369Group: Applications/Publishing/TeX
3370Requires(post,postun): /usr/bin/texhash
3371
3372%description latex-Tabbing
3373Tabbing with accented letters.
3374
3375%description latex-Tabbing -l hu.UTF-8
3376Tabbing környezet ékezetes betűk használatával.
3127b522 3377
d08789e0
ZU
3378%package latex-urwvn
3379Summary: URWVN fonts
3380Summary(pl.UTF-8): Fonty URWVN
3381Group: Applications/Publishing/TeX
3382Requires(post,postun): /usr/bin/texhash
3383Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3384Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3385
3386%description latex-urwvn
3387URWVN fonts.
3388
3389%description latex-urwvn -l pl.UTF-8
3390Fonty URWVN.
3391
3392%package latex-txfonts
3393Summary: TX fonts LaTeX support
3394Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3395Group: Applications/Publishing/TeX
3396Requires(post,postun): %{_bindir}/texhash
3397Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3398Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3399
3400%description latex-txfonts
3401TX fonts LaTeX support.
3402
3403%description latex-txfonts -l pl.UTF-8
3404Obsługa fontów TX w LaTeXu.
3405
7ea3a98b
ZU
3406%package latex-ucs
3407Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3408Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3409Group: Applications/Publishing/TeX
7ea3a98b 3410Requires(post,postun): %{_bindir}/texhash
78d53d8c 3411Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3412
3413%description latex-ucs
d34bfb7f
ZU
3414This package contains support for using UTF-8 as input encoding in
3415LaTeX documents.
7ea3a98b
ZU
3416
3417%description latex-ucs -l hu.UTF-8
3418Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3419
d08789e0
ZU
3420%package latex-umlaute
3421Summary: An interface to inputenc for using alternate input encodings
3422Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3423Group: Applications/Publishing/TeX
3424Requires(post,postun): %{_bindir}/texhash
3425Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3426
3427%description latex-umlaute
3428An interface to inputenc for using alternate input encodings.
3429
3430%description latex-umlaute -l pl.UTF-8
3431Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3432
3433%package latex-wasysym
3434Summary: Extra characters from the Waldis symbol fonts
3435Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3436Group: Applications/Publishing/TeX
3437Requires(post,postun): %{_bindir}/texhash
3438Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3439Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3440
3441%description latex-wasysym
3442Makes some additional characters available that come from the wasy
3443fonts (Waldis symbol fonts). These fonts are not automatically
3444included in NFSS2/LaTeX2e since they take up important space and often
3445aren't necessary if one makes use of the packages amsfonts or amssymb.
3446Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3447apple, ocircle invneg, logof, varint, male, female, phone, clock,
3448lightning, pointer, sun, bell, permil, smiley, various electrical
3449symbols, shapes, music notes, circles, signs, astronomy, etc.
3450
3451%description latex-wasysym -l pl.UTF-8
3452Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3453(Waldis symbol). Te fonty nie są automatycznie dołączane w
3454NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3455jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3456m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3457ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3458pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3459kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3460
03d9d5fa
ZU
3461%package latex-xcolor
3462Summary: Allows for access to color tints, shades, tones etc
3463Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3464Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3465Group: Applications/Publishing/TeX
3466Obsoletes: tetex-latex-xcolor
3467
3468%description
3469`xcolor' provides easy driver-independent access to several kinds of
3470color tints, shades, tones, and mixes of arbitrary colors. It allows
3471to select a document-wide target color model and offers tools for
3472automatic color schemes, conversion between eight color models, and
3473alternating table row colors.
3474
3475%description latex-xcolor -l hu.UTF-8
3476`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3477színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3478keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3479modell kiválasztásához és a színmodellek közötti konverzióra.
3480
3481%description latex-xcolor -l pl.UTF-8
3482`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3483wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3484na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3485schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3486naprzemiennych kolorów w tabelach.
3487
d08789e0
ZU
3488%package format-latex
3489Summary: LaTeX macro package
3490Summary(pl.UTF-8): Pakiet makr LaTeX
3491Group: Applications/Publishing/TeX
3492Requires(post,postun): %{_bindir}/texhash
3493Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3494Obsoletes: hugelatex
3495
3496%description format-latex
3497LaTeX is a front end for the TeX text formatting system. Easier to use
3498than TeX, LaTeX is essentially a set of TeX macros which provide
3499convenient, predefined document formats for users.
3500
3501This package contains LaTeX format.
3502
3503%description format-latex -l pl.UTF-8
3504LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3505łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3506dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3507
3508Ten pakiet zawiera format LaTeX.
3509
3510%package format-pdflatex
3511Summary: PDF LaTeX macro package
3512Summary(pl.UTF-8): Pakiet makr PDF LaTeX
3513Group: Applications/Publishing/TeX
3514Requires(post,postun): %{_bindir}/texhash
3515Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3516Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3517Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3518Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
3519Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3520
3521%description format-pdflatex
3522LaTeX is a front end for the TeX text formatting system. Easier to use
3523than TeX, LaTeX is essentially a set of TeX macros which provide
3524convenient, predefined document formats for users.
3525
3526This package contains PDF LaTeX format.
3527
3528%description format-pdflatex -l pl.UTF-8
3529LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3530łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3531dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3532
3533Ten pakiet zawiera format PDF LaTeX.
3534
3535# PLaTeX format
3536
3537%package platex
3538Summary: PLaTeX format basic files
3539Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
3540Group: Applications/Publishing/TeX
3541Requires(post,postun): %{_bindir}/texhash
3542Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3543Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3544
3545%description platex
3546PLaTeX format basic files.
3547
3548%description platex -l pl.UTF-8
3549Podstawowe pliki dla formatu PLaTeX.
3550
3551%package format-platex
3552Summary: PLaTeX format
3553Summary(pl.UTF-8): Format PLaTeX
3554Group: Applications/Publishing/TeX
3555Requires(post,postun): %{_bindir}/texhash
3556Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3557
3558%description format-platex
3559PLaTeX format.
3560
3561%description format-platex -l pl.UTF-8
3562Format PLaTeX.
3563
3564%package format-pdfplatex
3565Summary: PDF PLaTeX format
3566Summary(pl.UTF-8): Format PDF PLaTeX
3567Group: Applications/Publishing/TeX
3568Requires(post,postun): %{_bindir}/texhash
3569Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3570Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3571Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3572
3573%description format-pdfplatex
3574PDF PLaTeX format.
3575
3576%description format-pdfplatex -l pl.UTF-8
3577Format PDF PLaTeX.
3578
29d720fe
ZU
3579%package scripts
3580Summary: Various scripts
3581Summary(hu.UTF-8): Néhány szkript
3582Group: Applications/Publishing/TeX
3583Requires(post,postun): %{_bindir}/texhash
3584Requires: %{name} = %{epoch}:%{version}-%{release}
3585
3586%description scripts
3587Various scripts.
3588
3589%description scripts -l hu.UTF-8
3590Néhány szkript.
3591
d08789e0
ZU
3592# # TeX generic macros #
3593
3594%package tex-babel
3595Summary: Multilingual support for TeX
3596Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
3597Group: Applications/Publishing/TeX
3598Requires(post,postun): %{_bindir}/texhash
3599Requires: %{name} = %{epoch}:%{version}-%{release}
3600
3601%description tex-babel
3602Multilingual support for TeX.
3603
3604%description tex-babel -l pl.UTF-8
3605Obsługa wielu języków dla TeXa.
3606
3607%package tex-german
3608Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
3609Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3610Group: Applications/Publishing/TeX
3611Requires(post,postun): %{_bindir}/texhash
3612Requires: %{name} = %{epoch}:%{version}-%{release}
3613
3614%description tex-german
3615Supports the new German orthography (neue deutsche Rechtschreibung).
3616
3617%description tex-german -l pl.UTF-8
3618Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3619
783773ac
ZU
3620%package tex-insbox
3621Summary: A TeX macro for inserting pictures/boxes into paragraphs
3622Summary(hu.UTF-8): TeX makró képek/dobozok beszúrására bekezdésekbe
3623Group: Applications/Publishing/TeX
3624Requires(post,postun): %{_bindir}/texhash
3625Requires: %{name} = %{epoch}:%{version}-%{release}
3626
3627%description tex-insbox
3628A TeX macro for inserting pictures/boxes into paragraphs.
3629
3630%description tex-insbox -l hu.UTF-8
3631TeX makró képek/dobozok beszúrására bekezdésekbe.
3632
d08789e0
ZU
3633%package tex-mfpic
3634Summary: Macros which generate Metafont or Metapost for drawing pictures
3635Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
3636Group: Applications/Publishing/TeX
3637Requires(post,postun): %{_bindir}/texhash
3638Requires: %{name} = %{epoch}:%{version}-%{release}
3639
3640%description tex-mfpic
3641Macros which generate Metafont or Metapost for drawing pictures.
3642
3643%description tex-mfpic -l pl.UTF-8
3644Makra generujące Metafont lub Metapost do rysowania obrazków.
3645
3646%package tex-misc
3647Summary: Miscellaneous TeX macros
3648Summary(pl.UTF-8): Różne makra TeXowe
3649Group: Applications/Publishing/TeX
3650Requires(post,postun): %{_bindir}/texhash
3651Requires: %{name} = %{epoch}:%{version}-%{release}
3652Obsoletes: tetex-tex-eijkhout
3653
3654%description tex-misc
3655Miscellaneous TeX macros.
3656
3657%description tex-misc -l pl.UTF-8
3658Różne makra TeXowe.
3659
3660%package tex-pictex
3661Summary: Picture drawing macros for TeX and LaTeX
3662Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
3663Group: Applications/Publishing/TeX
3664Requires(post,postun): %{_bindir}/texhash
3665Requires: %{name} = %{epoch}:%{version}-%{release}
3666
3667%description tex-pictex
3668Picture drawing macros for TeX and LaTeX.
3669
3670%description tex-pictex -l pl.UTF-8
3671Makra do rysowania obrazków dla TeXa i LaTeXa.
3672
29d720fe
ZU
3673%package tex-psizzl
3674Summary: A TeX format for physics papers
3675Summary(hu.UTF-8): TeX formátum fizikai kiadványokhoz
3676Group: Applications/Publishing/TeX
3677Requires(post,postun): %{_bindir}/texhash
3678Requires: %{name} = %{epoch}:%{version}-%{release}
3679
3680%description tex-psizzl
3681A TeX format for physics papers.
3682
3683%description tex-psizzl -l hu.UTF-8
3684TeX formátum fizikai kiadványokhoz.
3685
d08789e0
ZU
3686%package tex-pstricks
3687Summary: PostScript macros for TeX
3688Summary(pl.UTF-8): Makra postscriptowe dla TeXa
3689Group: Applications/Publishing/TeX
3690Requires(post,postun): %{_bindir}/texhash
188cb15d 3691Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
3692
3693%description tex-pstricks
3694An extensive collection of PostScript macros that is compatible with
3695most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3696AMS-LaTeX. Included are macros for color, graphics, pie charts,
3697rotation, trees and overlays. It has many special features, including:
3698a wide variety of graphics (picture drawing) macros, with a flexible
3699interface and with color support. There are macros for coloring or
3700shading the cells of tables.
3701
3702%description tex-pstricks -l pl.UTF-8
3703Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3704makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3705makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3706nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3707rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3708makra do kolorowania lub cieniowania komórek tabel.
3709
3710%package tex-qpx
3711Summary: QuasiPalatino and PX fonts typesetting support
3712Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
3713Group: Applications/Publishing/TeX
3714Requires(post,postun): %{_bindir}/texhash
3715Requires: %{name} = %{epoch}:%{version}-%{release}
3716Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3717
3718%description tex-qpx
3719QuasiPalatino and PX fonts typesetting support.
3720
3721%description tex-qpx -l pl.UTF-8
3722Wsparcie dla składu fontami QuasiPalatino i PX.
3723
31bd2c4a 3724%package tex-qpxqtx
d08789e0
ZU
3725Summary: QuasiTimes and TX fonts typesetting support
3726Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
3727Group: Applications/Publishing/TeX
3728Requires(post,postun): %{_bindir}/texhash
3729Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 3730Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 3731
31bd2c4a 3732%description tex-qpxqtx
d08789e0
ZU
3733QuasiTimes and TX fonts typesetting support.
3734
31bd2c4a 3735%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
3736Wsparcie dla składu fontami QuasiTimes i TX.
3737
3738%package tex-ruhyphen
3739Summary: Russian hyphenation
3740Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
3741Group: Applications/Publishing/TeX
3742Requires(post,postun): %{_bindir}/texhash
3743Requires: %{name} = %{epoch}:%{version}-%{release}
3744
3745%description tex-ruhyphen
3746A collection of Russian hyphenation patterns supporting a number of
3747Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3748LCY, LWN (OT2), and koi8-r.
3749
3750%description tex-ruhyphen -l pl.UTF-8
3751Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3752kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3753Cyrillic), LCY, LWN (OT2) i koi8-r.
3754
3755%package tex-spanish
3756Summary: Various TeX related files for typesetting documents written in Spanish
3757Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3758Group: Applications/Publishing/TeX
3759Requires(post,postun): %{_bindir}/texhash
3760Requires: %{name} = %{epoch}:%{version}-%{release}
3761Obsoletes: tetex-tex-spanishb
3762
3763%description tex-spanish
3764Various TeX related files for typesetting documents written in
3765Spanish, including hyphenation and dictionaries.
3766
3767%description tex-spanish -l pl.UTF-8
3768Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3769hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3770
3771%package tex-texdraw
3772Summary: Graphical macros, using embedded PostScript
3773Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
3774Group: Applications/Publishing/TeX
3775Requires(post,postun): %{_bindir}/texhash
3776Requires: %{name} = %{epoch}:%{version}-%{release}
3777
3778%description tex-texdraw
3779Graphical macros, using embedded PostScript.
3780
3781%description tex-texdraw -l pl.UTF-8
3782Makra graficzne używające osadzanego PostScriptu.
3783
3784%package tex-thumbpdf
3785Summary: Thumbnails for PDFTeX and dvips/ps2pdf
3786Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
3787Group: Applications/Publishing/TeX
3788Requires(post,postun): %{_bindir}/texhash
3789Requires: %{name} = %{epoch}:%{version}-%{release}
3790
3791%description tex-thumbpdf
3792Provides support, using Perl, for thumbnails in pdfTeX and
3793dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3794represented in a TeX readable file that is read by the package
3795thumbpdf.sty to automatically include the thumbnails. Works with both
3796plain TeX and LaTeX.
3797
3798%description tex-thumbpdf -l pl.UTF-8
3799Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3800użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3801TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3802ikonki. Działa z formatami plain TeX i LaTeX.
3803
3804%package tex-ukrhyph
3805Summary: Ukranian hyphenation
3806Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
3807Group: Applications/Publishing/TeX
3808Requires(post,postun): %{_bindir}/texhash
3809Requires: %{name} = %{epoch}:%{version}-%{release}
3810
3811%description tex-ukrhyph
3812This package allows the use of different hyphenation patterns for the
3813Ukrainian language for various Cyrillic font encodings. Contains
3814packages implementing traditional rules, modern rules, and combined
3815English-Ukrainian hyphenation.
3816
3817%description tex-ukrhyph -l pl.UTF-8
3818Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3819dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3820Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3821łączonych angielsko-ukraińskich.
3822
e67df411
ZU
3823%package latex-variations
3824Summary: Typeset tables of variations of functions
3825Group: Applications/Publishing/TeX
3826Requires(post,postun): %{_bindir}/texhash
3827Requires: %{name} = %{epoch}:%{version}-%{release}
3828
3829%description latex-variations
3830Typeset tables of variations of functions.
3831
d08789e0
ZU
3832%package latex-vietnam
3833Summary: Vietnamese language support
3834Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
3835Group: Applications/Publishing/TeX
3836Requires(post,postun): %{_bindir}/texhash
3837Requires: %{name} = %{epoch}:%{version}-%{release}
3838Obsoletes: tetex-tex-vietnam
3839
3840%description latex-vietnam
3841Vietnamese language support.
3842
3843%description latex-vietnam -l pl.UTF-8
3844Wsparcie dla języka wietnamskiego.
3845
3846%package tex-xypic
3847Summary: Package for typesetting a variety of graphs and diagrams with TeX
3848Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
3849Group: Applications/Publishing/TeX
3850Requires(post,postun): %{_bindir}/texhash
3851Requires: %{name} = %{epoch}:%{version}-%{release}
3852Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3853
3854%description tex-xypic
3855A package for typesetting a variety of graphs and diagrams with TeX.
3856Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3857and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3858`supported package'.
3859
3860%description tex-xypic -l pl.UTF-8
3861Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3862z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3863w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3864
3865%package tex-xkeyval
3866Summary: Extension to keyval package
3867Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
3868Group: Applications/Publishing/TeX
3869Requires(post,postun): /usr/bin/texhash
3870Requires: %{name} = %{epoch}:%{version}-%{release}
3871
3872%description tex-xkeyval
3873Extension to keyval package.
3874
3875%description tex-xkeyval -l pl.UTF-8
3876Rozszerzenie do pakietu keyval.
3877
3878%package dirs-fonts
3879Summary: TeX font directories
3880Summary(pl.UTF-8): Katalogi fontów TeXa
3881Group: Fonts
5ff30b02 3882Obsoletes: tetex-dirs-fonts
d08789e0
ZU
3883
3884%description dirs-fonts
3885TeX font directories.
3886
3887%description dirs-fonts -l pl.UTF-8
3888Katalogi fontów TeXa.
3889
3890# # Fonts packages #
3891
3892%package fonts-adobe
3893Summary: Adobe fonts
3894Summary(pl.UTF-8): Fonty Adobe
3895Group: Fonts
78d53d8c 3896Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3897
3898%description fonts-adobe
3899Adobe fonts.
3900
3901%description fonts-adobe -l pl.UTF-8
3902Fonty Adobe.
3903
3904%package fonts-ae
3905Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
3906Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3907Group: Fonts
78d53d8c 3908Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3909
3910%description fonts-ae
3911Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3912
3913%description fonts-ae -l pl.UTF-8
3914Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3915
3916%package fonts-ams
3917Summary: AMS fonts
3918Summary(pl.UTF-8): Fonty AMS
3919Group: Fonts
78d53d8c 3920Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3921
3922%description fonts-ams
3923AMS fonts.
3924
3925%description fonts-ams -l pl.UTF-8
3926Fonty AMS.
3927
3928%package fonts-antp
3929Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3930Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3931Group: Fonts
78d53d8c 3932Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3933
3934%description fonts-antp
3935Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3936
3937%description fonts-antp -l pl.UTF-8
3938Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3939Type 1.
3940
3941%package fonts-antt
3942Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
3943Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3944Group: Fonts
78d53d8c 3945Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3946
3947%description fonts-antt
3948Antykwa Torunska, a Type 1 family of a Polish traditional type.
3949
3950%description fonts-antt -l pl.UTF-8
3951Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3952
5bc70a92
MB
3953%package fonts-arphic
3954Summary: Arphic fonts
3955Group: Fonts
3956Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3957
3958%description fonts-arphic
3959Arphic fonts.
3960
d08789e0
ZU
3961%package fonts-bbm
3962Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
3963Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3964Group: Fonts
78d53d8c 3965Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3966
3967%description fonts-bbm
3968Blackboard variant fonts for Computer Modern, with LaTeX support.
3969
3970%description fonts-bbm -l pl.UTF-8
3971Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3972
3973%package fonts-bbold
3974Summary: Sans serif blackboard bold for LaTeX
3975Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
3976Group: Fonts
78d53d8c 3977Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3978
3979%description fonts-bbold
3980Sans serif blackboard bold for LaTeX.
3981
3982%description fonts-bbold -l pl.UTF-8
3983Tablicowy tłusty font sans serif dla LaTeXa.
3984
b280f158
ZU
3985%package fonts-bh
3986Summary: Bold & Heavy Fonts
3987Summary(pl.UTF-8): Fonty Bold i Heavy
3988Group: Fonts
78d53d8c 3989Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 3990
b280f158
ZU
3991%description fonts-bh
3992Bold & Heavy Fonts.
d08789e0 3993
b280f158
ZU
3994%description fonts-bh -l pl.UTF-8
3995Fonty Bold i Heavy.
d08789e0
ZU
3996
3997%package fonts-bitstream
3998Summary: Bitstream fonts
3999Summary(pl.UTF-8): Fonty Bitstream
4000Group: Fonts
78d53d8c 4001Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4002Obsoletes: tetex-fonts-bitstrea
4003
4004%description fonts-bitstream
4005Bitstream fonts.
4006
4007%description fonts-bitstream -l pl.UTF-8
4008Fonty Bitstream.
4009
4010%package fonts-cbgreek
4011Summary: Complete set of Greek fonts
4012Summary(pl.UTF-8): Pełny zestaw fontów greckich
4013Group: Fonts
78d53d8c 4014Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4015
4016%description fonts-cbgreek
4017Complete set of Greek fonts.
4018
4019%description fonts-cbgreek -l pl.UTF-8
4020Pełny zestaw fontów greckich.
4021
4022%package fonts-cc-pl
4023Summary: Polish version of Computer Concrete fonts
4024Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4025Group: Fonts
78d53d8c 4026Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4027
4028%description fonts-cc-pl
4029Polish version of Computer Concrete fonts.
4030
4031%description fonts-cc-pl -l pl.UTF-8
4032Polska wersja fontów Computer Concrete.
4033
4034%package fonts-cg
4035Summary: Compugraphic fonts
4036Summary(pl.UTF-8): Fonty Compugraphic
4037Group: Fonts
78d53d8c 4038Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4039
4040%description fonts-cg
4041Compugraphic fonts.
4042
4043%description fonts-cg -l pl.UTF-8
4044Fonty Compugraphic.
4045
4046%package fonts-cm
4047Summary: Computer Modern fonts
4048Summary(pl.UTF-8): Fonty Computer Modern
4049Group: Fonts
78d53d8c 4050Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4051
4052%description fonts-cm
4053Computer Modern fonts.
4054
4055%description fonts-cm -l pl.UTF-8
4056Fonty Computer Modern.
4057
4058%package fonts-cmbright
4059Summary: CM Bright fonts
4060Summary(pl.UTF-8): Fonty CM Bright
4061Group: Fonts
78d53d8c 4062Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4063
4064%description fonts-cmbright
4065CM Bright fonts.
4066
4067%description fonts-cmbright -l pl.UTF-8
4068Fonty CM Bright.
4069
5d7e11d7
ZU
4070%package fonts-cmsuper
4071Summary: CM Super fonts
4072Summary(hu.UTF-8): CM Super betűtípus
4073Group: Fonts
4074Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4075
830ca960 4076%description fonts-cmsuper
5d7e11d7
ZU
4077CM Super fonts.
4078
830ca960 4079%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
4080CM Super betűtípus
4081
4082
d08789e0
ZU
4083%package fonts-cmcyr
4084Summary: Computer Modern fonts extended with Russian letters
4085Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4086Group: Fonts
78d53d8c 4087Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4088
4089%description fonts-cmcyr
4090Computer Modern fonts extended with Russian letters.
4091
4092%description fonts-cmcyr -l pl.UTF-8
4093Fonty Computer Modern rozszerzone o litery rosyjskie.
4094
4095%package fonts-cmextra
4096Summary: Extra Computer Modern fonts, from the American Mathematical Society
4097Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
4098Group: Fonts
78d53d8c 4099Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4100
4101%description fonts-cmextra
4102Extra Computer Modern fonts, from the American Mathematical Society.
4103
4104%description fonts-cmextra -l pl.UTF-8
4105Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4106
4107%package fonts-concmath
4108Summary: Concrete Math fonts
4109Summary(pl.UTF-8): Fonty matematyczne Concrete Math
4110Group: Fonts
78d53d8c 4111Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4112
4113%description fonts-concmath
4114Concrete Math fonts.
4115
4116%description fonts-concmath -l pl.UTF-8
4117Fonty matematyczne Concrete Math.
4118
4119%package fonts-concrete
4120Summary: Concrete Roman fonts
4121Summary(pl.UTF-8): Fonty Concrete Roman
4122Group: Fonts
78d53d8c 4123Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4124
4125%description fonts-concrete
4126Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4127with Euler math fonts.
4128
4129%description fonts-concrete -l pl.UTF-8
4130Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4131przeznaczone do używania z fontami matematycznymi Euler.
4132
4133%package fonts-cs
4134Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4135Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4136Group: Fonts
78d53d8c 4137Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4138
4139%description fonts-cs
4140Czech/Slovak-tuned MetaFont Computer Modern fonts.
4141
4142%description fonts-cs -l pl.UTF-8
4143Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4144czeskiego i słowackiego.
4145
4a09ae1a
ZU
4146%package fonts-dstroke
4147Summary: Doublestroke font for typesetting the mathematical symbols
4148Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4149Group: Fonts
78d53d8c 4150Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4151
4152%description fonts-dstroke
4153Doublestroke font for typesetting the mathematical symbols.
4154
4155%description fonts-dstroke -l pl.UTF-8
4156Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4157
4158%package fonts-ecc
4159Summary: Sources for the European Concrete fonts
4160Summary(pl.UTF-8): Źródła dla fontów European Concrete
4161Group: Fonts
78d53d8c 4162Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4163
4164%description fonts-ecc
4165The MetaFont sources and tfm files of the European Concrete Fonts.
4166This is the EC implementation of Knuth's Concrete fonts, including
4167also the corresponding text companion fonts.
4168
4169%description fonts-ecc -l pl.UTF-8
4170Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4171implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4172tekstowymi fontami towarzyszącymi.
4173
4174%package fonts-eurosym
4175Summary: The new European currency symbol for the Euro
4176Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4177Group: Fonts
78d53d8c 4178Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4179
4180%description fonts-eurosym
4181The new European currency symbol for the Euro implemented in Metafont,
4182using the official European Commission dimensions, and providing
4183several shapes (normal, slanted, bold, outline).
4184
4185%description fonts-eurosym -l pl.UTF-8
4186Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4187z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4188różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4189
4190%package fonts-eulervm
4191Summary: The Virtual Euler Math fonts
4192Summary(pl.UTF-8): Fonty Virtual Euler Math
4193Group: Fonts
78d53d8c 4194Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4195
4196%description fonts-eulervm
4197Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4198approach has several advantages over immediately using the _real_
4199Euler fonts: Most noticeably, less TeX resources are consumed, the
4200quality of various math symbols is improved, and a usable \hslash
4201symbol can be provided.
4202
4203%description fonts-eulervm -l pl.UTF-8
4204Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4205fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4206używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4207jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4208matematycznych i może być dostępny używalny symbol \hslash.
4209
4210%package fonts-euxm
4211Summary: Fonts similar to EUSM but with two more characters
4212Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4213Group: Fonts
78d53d8c 4214Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4215
4216%description fonts-euxm
4217Fonts like EUSM but with two more characters needed for Concrete Math
4218included in TeXLive distribution in fonts3.
4219
4220%description fonts-euxm -l pl.UTF-8
4221Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4222dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4223
4224%package fonts-gothic
4225Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4226Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4227Group: Fonts
78d53d8c 4228Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4229
4230%description fonts-gothic
4231Gothic and ornamental initial fonts by Yannis Haralambous.
4232
4233%description fonts-gothic -l pl.UTF-8
4234Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4235
4236%package fonts-hoekwater
4237Summary: Converted mflogo font
4238Summary(pl.UTF-8): Przekonwertowany font mflogo
4239Group: Fonts
78d53d8c 4240Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4241
4242%description fonts-hoekwater
4243Fonts originally created in MetaFont, transformed to PostScript by
4244Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4245xipa.
4246
4247%description fonts-hoekwater -l pl.UTF-8
4248Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4249PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4250stmaryrd, wasy, wasy2, xipa.
4251
4252%package fonts-jknappen
4253Summary: Miscellaneous packages by Joerg Knappen
4254Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4255Group: Fonts
78d53d8c 4256Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4257
4258%description fonts-jknappen
4259Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4260Knappen, including sgmlcmpt.
4261
4262%description fonts-jknappen -l pl.UTF-8
4263Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4264Knappena. Zawiera sgmlcmpt.
4265
4266%package fonts-latex
4267Summary: Basic LaTeX fonts
4268Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4269Group: Fonts
78d53d8c 4270Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4271
4272%description fonts-latex
4273Basic LaTeX fonts.
4274
4275%description fonts-latex -l pl.UTF-8
4276Podstawowe fonty dla LaTeXa.
4277
4278%package fonts-lh
4279Summary: Olga Lapko's LH fonts
4280Summary(pl.UTF-8): Fonty LH Olgi Lapko
4281Group: Fonts
78d53d8c 4282Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4283
4284%description fonts-lh
4285The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4286
4287%description fonts-lh -l pl.UTF-8
4288Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4289
4290%package fonts-lm
4291Summary: Latin Modern family fonts
4292Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4293Group: Applications/Publishing/TeX
78d53d8c 4294Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4295
4296%description fonts-lm
4297Latin Modern family of fonts, based on the Computer Modern fonts
4298released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4299lot of additional characters, mainly accented ones, but not only.
4300There is a one set of PostScript fonts and four sets of TeX Font
4301Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4302encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4303Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4304potential user knows what to do with all these files. The author is
4305Boguslaw Jackowski.
4306
4307%description fonts-lm -l pl.UTF-8
4308Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4309przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4310Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4311Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4312Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4313QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4314(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4315(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4316tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4317
4318%package fonts-marvosym
4319Summary: Martin Vogel's Symbol (marvosym) font
4320Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4321Group: Fonts
78d53d8c 4322Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4323
4324%description fonts-marvosym
4325Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4326currency symbol as defined by the European commission; Euro currency
4327symbols in typefaces Times, Helvetica and Courier; Symbols for
4328structural engineering; Symbols for steel cross-sections; Astronomy
4329signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4330symbols; CE sign and others.
4331
4332%description fonts-marvosym -l pl.UTF-8
4333Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4334waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4335dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4336strukturalnej; symbole dla przekroi poprzecznych; symbole
4337astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4338krawieckie; znak CE i inne.
4339
4340%package fonts-mflogo
4341Summary: Logo fonts
4342Summary(pl.UTF-8): Fonty logo
4343Group: Fonts
78d53d8c 4344Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4345
4346%description fonts-mflogo
4347Logo fonts.
4348
4349%description fonts-mflogo -l pl.UTF-8
4350Fonty logo.
4351
4352%package fonts-misc
4353Summary: Miscellaneous fonts
4354Summary(pl.UTF-8): Różne fonty
4355Group: Fonts
78d53d8c 4356Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4357
4358%description fonts-misc
4359Miscellaneous fonts.
4360
4361%description fonts-misc -l pl.UTF-8
4362Fonty różne.
4363
4364%package fonts-monotype
4365Summary: Monotype fonts
4366Summary(pl.UTF-8): Fonty Monotype
4367Group: Fonts
78d53d8c 4368Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4369
4370%description fonts-monotype
4371Monotype fonts.
4372
4373%description fonts-monotype -l pl.UTF-8
4374Fonty Monotype.
4375
4376%package fonts-omega
4377Summary: Fonts for Omega - extended unicode TeX
4378Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4379Group: Fonts
78d53d8c 4380Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4381
4382%description fonts-omega
4383Fonts for Omega - extended unicode TeX.
4384
4385%description fonts-omega -l pl.UTF-8
4386Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4387
f1ba8563
ZU
4388
4389%package fonts-other
4390Summary: Other fonts
4391Summary(hu.UTF-8): További betűtípusok
4392Group: Fonts
4393Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4394
4395%description fonts-other
4396Other fonts.
4397
4398%description fonts-omega -l hu.UTF-8
4399További betűtípusok.
4400
d08789e0
ZU
4401%package fonts-pazo
4402Summary: Pazo fonts
4403Summary(pl.UTF-8): Fonty Pazo
4404Group: Fonts
78d53d8c 4405Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4406
4407%description fonts-pazo
4408Pazo fonts.
4409
4410%description fonts-pazo -l pl.UTF-8
4411Fonty Pazo.
4412
4413%package fonts-pl
4414Summary: Polish fonts
4415Summary(pl.UTF-8): Polskie fonty
4416Group: Fonts
78d53d8c 4417Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4418
4419%description fonts-pl
4420Polish fonts.
4421
4422%description fonts-pl -l pl.UTF-8
4423Polskie fonty.
4424
4425%package fonts-px
4426Summary: PX fonts
4427Summary(pl.UTF-8): Fonty PX
4428Group: Fonts
78d53d8c 4429Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4430
4431%description fonts-px
4432PX fonts.
4433
4434%description fonts-px -l pl.UTF-8
4435Fonty PX.
4436
4437%package fonts-qfonts
4438Summary: Quasi fonts
4439Summary(pl.UTF-8): Fonty Quasi
4440Group: Fonts
78d53d8c 4441Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4442
4443%description fonts-qfonts
4444Quasi fonts.
4445
4446%description fonts-qfonts -l pl.UTF-8
4447Fonty Quasi.
4448
4449%package fonts-qpx
4450Summary: Additional fonts for QPX package
4451Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4452Group: Fonts
78d53d8c 4453Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4454Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4455Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4456
4457%description fonts-qpx
4458Additional fonts for QPX package.
4459
4460%description fonts-qpx -l pl.UTF-8
4461Dodatkowe fonty dla pakietu QPX.
4462
31bd2c4a 4463%package fonts-qpxqtx
d08789e0
ZU
4464Summary: Additional fonts for QTX package
4465Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4466Group: Fonts
78d53d8c 4467Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4468# I hope qpxqtx doesn't need qfonts
4469# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4470Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4471
31bd2c4a 4472%description fonts-qpxqtx
d08789e0
ZU
4473Additional fonts for QTX package.
4474
31bd2c4a 4475%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
4476Dodatkowe fonty dla pakietu QTX.
4477
4478%package fonts-rsfs
4479Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
4480Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4481Group: Fonts
78d53d8c 4482Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4483
4484%description fonts-rsfs
4485Fonts of uppercase script letters for use as symbols in scientific and
4486mathematical typesetting, in contrast to the informal script fonts
4487such as that used for the `calligraphic' symbols in the TeX math
4488symbol font.
4489
4490%description fonts-rsfs -l pl.UTF-8
4491Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4492dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4493fontów pisanych takich jak używane do symboli "kaligraficznych" w
4494matematycznym foncie TeXowym symbol.
4495
4496%package fonts-stmaryrd
4497Summary: St Mary Road symbols for functional programming
4498Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
4499Group: Fonts
78d53d8c 4500Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4501
4502%description fonts-stmaryrd
4503St Mary Road symbols for functional programming.
4504
4505%description fonts-stmaryrd -l pl.UTF-8
4506Symbole St Mary Road do programowania funkcyjnego.
4507
4508%package fonts-tx
4509Summary: TX fonts
4510Summary(pl.UTF-8): Fonty TX
4511Group: Fonts
78d53d8c 4512Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4513
4514%description fonts-tx
4515TX fonts.
4516
4517%description fonts-tx -l pl.UTF-8
4518Fonty TX.
4519
5bc70a92
MB
4520%package fonts-uhc
4521Summary: UHC fonts
4522Group: Fonts
4523Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4524
4525%description fonts-uhc
4526UHC fonts.
4527
d08789e0
ZU
4528%package fonts-urw
4529Summary: URW fonts
4530Summary(pl.UTF-8): Fonty URW
4531Group: Fonts
78d53d8c 4532Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4533
4534%description fonts-urw
4535URW fonts.
4536
4537%description fonts-urw -l pl.UTF-8
4538Fonty URW.
4539
4540%package fonts-urwvn
4541Summary: URWVN fonts
4542Summary(pl.UTF-8): Fonty URWVN
4543Group: Fonts
78d53d8c 4544Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4545
4546%description fonts-urwvn
4547URWVN fonts.
4548
4549%description fonts-urwvn -l pl.UTF-8
4550Fonty URWVN.
4551
4552%package fonts-vnr
4553Summary: VNR fonts
4554Summary(pl.UTF-8): Fonty VNR
4555Group: Fonts
78d53d8c 4556Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4557
4558%description fonts-vnr
4559VNR fonts.
4560
4561%description fonts-vnr -l pl.UTF-8
4562Fonty VNR.
4563
e67df411
ZU
4564%package fonts-urw35vf
4565Summary: urw35vf fonts
4566Summary(hu.UTF-8): urw35vf betűtípus
4567Summary(pl.UTF-8): Fonty urw35vf
4568Group: Fonts
4569Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4570
4571%description fonts-urw35vf
4572urw35vf fonts.
4573
4574%description fonts-urw35vf -l hu.UTF-8
4575urw35vf betűtípus.
4576
5bc70a92
MB
4577%package fonts-wadalab
4578Summary: Wadalab fonts
4579Group: Fonts
4580Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4581
4582%description fonts-wadalab
4583Wadalab fonts.
4584
d08789e0
ZU
4585%package fonts-wasy
4586Summary: Waldis symbol fonts
4587Summary(pl.UTF-8): Fonty Waldis symbol
4588Group: Fonts
78d53d8c 4589Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4590
4591%description fonts-wasy
4592Waldis symbol fonts.
4593
4594%description fonts-wasy -l pl.UTF-8
4595Fonty Waldis symbol.
4596
4597%package fonts-xypic
4598Summary: Xy-pic fonts
4599Summary(pl.UTF-8): Fonty Xy-pic
4600Group: Fonts
78d53d8c 4601Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4602
4603%description fonts-xypic
4604Xy-pic fonts.
4605
4606%description fonts-xypic -l pl.UTF-8
4607Fonty Xy-pic.
4608
4609%package fonts-yandy
4610Summary: European Modern fonts from Y&Y
4611Summary(pl.UTF-8): Fonty European Modern od Y&Y
4612Group: Fonts
78d53d8c 4613Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4614
4615%description fonts-yandy
4616European Modern fonts from Y&Y.
4617
4618%description fonts-yandy -l pl.UTF-8
4619Fonty European Modern od Y&Y.
4620
4621%package fonts-type1-antp
4622Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4623Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4624Group: Fonts
78d53d8c 4625Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4626
4627%description fonts-type1-antp
4628Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4629
4630%description fonts-type1-antp -l pl.UTF-8
4631Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4632Type 1.
4633
4634%package fonts-type1-antt
4635Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4636Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4637Group: Fonts
78d53d8c 4638Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4639
4640%description fonts-type1-antt
4641Antykwa Torunska, a Type 1 family of a Polish traditional type.
4642
4643%description fonts-type1-antt -l pl.UTF-8
4644Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4645
5bc70a92
MB
4646%package fonts-type1-arphic
4647Summary: Type1 Arphic fonts
4648Group: Fonts
4649Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4650
4651%description fonts-type1-arphic
4652Type1 Arphic fonts.
4653
d08789e0
ZU
4654%package fonts-type1-belleek
4655Summary: Free replacement for basic MathTime fonts
4656Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
4657Group: Fonts
78d53d8c 4658Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4659
4660%description fonts-type1-belleek
4661Free replacement for basic MathTime fonts.
4662
4663%description fonts-type1-belleek -l pl.UTF-8
4664Wolnodostępny zamiennik podstawowych fontów MathTime.
4665
4666%package fonts-type1-bitstream
4667Summary: Bitstream fonts
4668Summary(pl.UTF-8): Fonty Bitstream
4669Group: Fonts
78d53d8c 4670Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4671Obsoletes: tetex-fonts-type1-bitstrea
4672
4673%description fonts-type1-bitstream
4674Bitstream fonts.
4675
4676%description fonts-type1-bitstream -l pl.UTF-8
4677Fonty Bitstream.
4678
4679%package fonts-type1-bluesky
4680Summary: Computer Modern family fonts
4681Summary(pl.UTF-8): Fonty z rodziny Computer Modern
4682Group: Fonts
78d53d8c 4683Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4684
4685%description fonts-type1-bluesky
4686Computer Modern family fonts.
4687
4688%description fonts-type1-bluesky -l pl.UTF-8
4689Fonty z rodzony Computer Modern.
4690
4691%package fonts-type1-cc-pl
4692Summary: Polish version of Computer Concrete fonts
4693Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4694Group: Fonts
78d53d8c 4695Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4696
4697%description fonts-type1-cc-pl
4698Polish version of Computer Concrete fonts.
4699
4700%description fonts-type1-cc-pl -l pl.UTF-8
4701Polska wersja fontów Computer Concrete.
4702
4703%package fonts-type1-cmcyr
4704Summary: Computer Modern fonts extended with Russian letters
4705Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4706Group: Fonts
78d53d8c 4707Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4708
4709%description fonts-type1-cmcyr
4710Computer Modern fonts extended with Russian letters.
4711
4712%description fonts-type1-cmcyr -l pl.UTF-8
4713Fonty Computer Modern rozszerzone o litery rosyjskie.
4714
4715%package fonts-type1-cs
4716Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4717Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4718Group: Fonts
78d53d8c 4719Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4720
4721%description fonts-type1-cs
4722Czech/Slovak-tuned MetaFont Computer Modern fonts.
4723
4724%description fonts-type1-cs -l pl.UTF-8
4725Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4726czeskiego i słowackiego.
4727
b280f158
ZU
4728%package fonts-type1-dstroke
4729Summary: Doublestroke Type1 font for typesetting the mathematical symbols
4730Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
4731Group: Fonts
78d53d8c 4732Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4733
4734%description fonts-type1-dstroke
4735Doublestroke Type1 font for typesetting the mathematical symbols.
4736
4737%description fonts-type1-dstroke -l pl.UTF-8
4738Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
4739
4740%package fonts-type1-eurosym
4741Summary: The new European currency symbol for the Euro
4742Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4743Group: Fonts
78d53d8c 4744Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4745
4746%description fonts-type1-eurosym
4747The new European currency symbol for the Euro implemented in Metafont,
4748using the official European Commission dimensions, and providing
4749several shapes (normal, slanted, bold, outline).
4750
4751%description fonts-type1-eurosym -l pl.UTF-8
4752Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4753z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4754różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4755
4756%package fonts-type1-hoekwater
4757Summary: Converted mflogo font
4758Summary(pl.UTF-8): Przekonwertowany font mflogo
4759Group: Fonts
78d53d8c 4760Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4761
4762%description fonts-type1-hoekwater
4763Fonts originally created in MetaFont, transformed to PostScript by
4764Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4765xipa.
4766
4767%description fonts-type1-hoekwater -l pl.UTF-8
4768Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4769PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4770stmaryrd, wasy, wasy2, xipa.
4771
4772%package fonts-type1-fpl
4773Summary: SC/OsF fonts for URW Palladio L
4774Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
4775Group: Fonts
78d53d8c 4776Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4777
4778%description fonts-type1-fpl
4779The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4780are compatible with respect to metrics with the Palatino SC/OsF fonts
4781from Adobe. Note that it is not the author's aim to exactly reproduce
4782the outlines of the original Adobe fonts. The SC and OsF in the FPL
4783Fonts were designed with the glyphs from URW Palladio L as starting
4784point. For some glyphs (eg 'o') the author got the best result by
4785scaling and boldening. For others (eg 'h') shifting selected portions
4786of the character gave more satisfying results. All this was done using
4787the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4788data in these fonts comes from Walter Schmidt's improved Palatino
4789metrics.
4790
4791%description fonts-type1-fpl -l pl.UTF-8
4792Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4793kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4794Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4795kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4796projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4797(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4798pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4799dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4800wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4801Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4802Palatino Waltera Schmidta.
4803
b280f158
ZU
4804%package fonts-type1-tt2001
4805Summary: Type1 tt2001 family fonts
4806Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
4807Group: Applications/Publishing/TeX
78d53d8c 4808Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4809
4810%description fonts-type1-tt2001
4811Type1 tt2001 famliy fonts.
4812
4813%description fonts-type1-tt2001 -l pl.UTF-8
4814Fonty Type1 z rodziny tt2001.
d08789e0
ZU
4815
4816%package fonts-type1-lm
4817Summary: Type1 Latin Modern family fonts
4818Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
4819Group: Applications/Publishing/TeX
78d53d8c 4820Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4821
4822%description fonts-type1-lm
4823Latin Modern family of fonts, based on the Computer Modern fonts
4824released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4825lot of additional characters, mainly accented ones, but not only.
4826There is a one set of PostScript fonts and four sets of TeX Font
4827Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4828encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4829Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4830potential user knows what to do with all these files. The author is
4831Boguslaw Jackowski.
4832
4833%description fonts-type1-lm -l pl.UTF-8
4834Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4835przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4836Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4837Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4838Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4839QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4840(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4841(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4842tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4843
4844%package fonts-type1-marvosym
4845Summary: Martin Vogel's Symbol (marvosym) font
4846Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4847Group: Fonts
78d53d8c 4848Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4849
4850%description fonts-type1-marvosym
4851Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4852currency symbol as defined by the European commission; Euro currency
4853symbols in typefaces Times, Helvetica and Courier; Symbols for
4854structural engineering; Symbols for steel cross-sections; Astronomy
4855signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4856symbols; CE sign and others.
4857
4858%description fonts-type1-marvosym -l pl.UTF-8
4859Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4860waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4861dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4862strukturalnej; symbole dla przekroi poprzecznych; symbole
4863astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4864krawieckie; znak CE i inne.
4865
4866%package fonts-type1-mathpazo
4867Summary: Pazo Math fonts
4868Summary(pl.UTF-8): Fonty matematyczne Pazo Math
4869Group: Fonts
78d53d8c 4870Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4871
4872%description fonts-type1-mathpazo
4873Pazo Math fonts.
4874
4875%description fonts-type1-mathpazo -l pl.UTF-8
4876Fonty matematyczne Pazo Math.
4877
4878%package fonts-type1-omega
4879Summary: Type1 fonts for Omega - extended unicode TeX
4880Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4881Group: Fonts
78d53d8c 4882Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4883
4884%description fonts-type1-omega
4885Type1 fonts for Omega - extended unicode TeX.
4886
4887%description fonts-type1-omega -l pl.UTF-8
4888Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4889
4890%package fonts-type1-pl
4891Summary: Polish fonts
4892Summary(pl.UTF-8): Polskie fonty
4893Group: Fonts
78d53d8c 4894Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4895Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4896
4897%description fonts-type1-pl
4898Polish fonts.
4899
4900%description fonts-type1-pl -l pl.UTF-8
4901Polskie fonty.
4902
4903%package fonts-type1-px
4904Summary: PX fonts
4905Summary(pl.UTF-8): Fonty PX
4906Group: Fonts
78d53d8c 4907Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4908
4909%description fonts-type1-px
4910PX fonts.
4911
4912%description fonts-type1-px -l pl.UTF-8
4913Fonty PX.
4914
b280f158
ZU
4915%package fonts-type1-qfonts
4916Summary: Quasi fonts
4917Summary(pl.UTF-8): Fonty Quasi
4918Group: Fonts
78d53d8c 4919Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4920
4921%description fonts-type1-qfonts
4922Quasi fonts.
4923
4924%description fonts-type1-qfonts -l pl.UTF-8
4925Fonty Quasi.
d08789e0
ZU
4926
4927%package fonts-type1-tx
4928Summary: TX fonts
4929Summary(pl.UTF-8): Fonty TX
4930Group: Fonts
78d53d8c 4931Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4932
4933%description fonts-type1-tx
4934TX fonts.
4935
4936%description fonts-type1-tx -l pl.UTF-8
4937Fonty TX.
4938
5bc70a92
MB
4939%package fonts-type1-uhc
4940Summary: Type1 UHC fonts
4941Group: Fonts
4942Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4943
4944%description fonts-type1-uhc
4945Type1 UHC fonts.
4946
d08789e0
ZU
4947%package fonts-type1-urw
4948Summary: URW fonts
4949Summary(pl.UTF-8): Fonty URW
4950Group: Fonts
78d53d8c 4951Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4952
4953%description fonts-type1-urw
4954URW fonts.
4955
4956%description fonts-type1-urw -l pl.UTF-8
4957Fonty URW.
4958
4959%package fonts-type1-vnr
4960Summary: Type1 VNR fonts
4961Summary(pl.UTF-8): Fonty Type1 VNR
4962Group: Fonts
78d53d8c 4963Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4964
4965%description fonts-type1-vnr
4966Type1 VNR fonts.
4967
4968%description fonts-type1-vnr -l pl.UTF-8
4969Fonty Type1 VNR.
4970
5bc70a92
MB
4971%package fonts-type1-wadalab
4972Summary: Type1 Wadalab fonts
4973Group: Fonts
4974Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4975
4976%description fonts-type1-wadalab
4977Type1 Wadalab fonts.
4978
d08789e0
ZU
4979%package fonts-type1-xypic
4980Summary: Xy-pic fonts
4981Summary(pl.UTF-8): Fonty Xy-pic
4982Group: Fonts
78d53d8c 4983Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4984
4985%description fonts-type1-xypic
4986Xy-pic fonts.
4987
4988%description fonts-type1-xypic -l pl.UTF-8
4989Fonty Xy-pic.
4990
489714ae
ZU
4991
4992# TeXLive-specific packages - there wasn't before...
4993%package afm2pl
4994Summary: Convert an Adobe font metric file to a TeX font property list
4995Group: Fonts
4996
4997%description afm2pl
4998Convert an Adobe font metric file to a TeX font property list.
4999
5000
5001%package bbox
5002Summary: bbox prints the bounding box of images
5003Group: Applications/Publishing/TeX
5004
5005%description bbox
5006bbox reads a rawppm or rawpbm file and prints out the bounding box of
5007the image.
5008
5009%package cefutils
5010Summary: In cefutils there are CEF-compatible utils
5011Group: Applications/Publishing/TeX
5012
5013%description cefutils
5014In cefutils there are CEF-compatible (Chinese Encoding Framework)
5015utils.
5016
5017%package detex
5018Summary: A filter to strip TeX commands from a .tex file
5019Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
5020Group: Applications/Publishing/TeX
5021
5022%description detex
5023A filter to strip TeX commands from a .tex file.
5024
5025%description detex -l hu.UTF-8
5026Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
5027
5028
7ffd1967
ZU
5029%package dviutils
5030Summary: Various DVI utils
5031Summary(hu.UTF-8): Vegyes DVI eszközök
5032Group: Applications/Publishing/TeX
5033
5034%description dviutils
5035This package contains various DVI utils.
5036
5037%description dviutils -l hu.UTF-8
5038Ez a csomag mindenféle DVI eszközt tartalmaz.
5039
5040%package epsutils
5041Summary: Various EPS utils
5042Group: Applications/Publishing/TeX
5043
5044%description epsutils
5045Various EPS (Encapsulated PostScript) utils.
5046
5047
5048%package filters
5049Summary: Various filters
5050Group: Applications/Publishing/TeX
5051
5052%description filters
5053Various filters.
5054
5055
489714ae
ZU
5056%package uncategorized-utils
5057Summary: Uncategorized utils
5058Group: Applications/Publishing/TeX
5059
5060%description uncategorized-utils
5061Uncategorized utilities. Needs check and categorizing.
5062
5b7eba8e
MB
5063%package tex4ht
5064Summary: LaTeX and TeX for hypertext
5065Group: Applications/Publishing/TeX
5066
5067%description tex4ht
5068A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
5069providing a configurable (La)TeX-based authoring system for hypertext.
5070When converting to XML, you can use MathML instead of images for
5071equation representation.
5072
4224ae6d
MB
5073%package xetex
5074Summary: Extended TeX / LaTeX version for unicode
5075Group: Applications/Publishing/TeX
5076Requires(post,postun): /usr/bin/texhash
5077Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
5078
5079%description xetex
5080XeTeX extends the TeX typesetting system (and macro packages such as
5081LaTeX and ConTeXt) to have native support for the Unicode character
5082set, including complex Asian scripts, and for OpenType and TrueType
5083fonts.
5084
5085%package xmltex
5086Summary: TeX package for processing XML files
5087Group: Applications/Publishing/TeX
5088Requires(post,postun): /usr/bin/texhash
5089
5090%description xmltex
5091XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
5092It allows TeX to directly process XML files.
5093
d08789e0
ZU
5094%prep
5095%setup -q -c -T -n %{name}-%{version}-source
5096lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 5097%patch0 -p1
1cc1dae0 5098%patch1 -p1
c48c077b
AM
5099
5100cd libs/teckit
5101cat ax*.m4 > acinclude.m4
5102%{__libtoolize}
5103%{__aclocal}
5104%{__autoconf}
5105%{__automake}
d08789e0
ZU
5106
5107%build
5108find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 5109%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 5110cd texk/kpathsea
83feaf0d
ZU
5111%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5112%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5113%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5114%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5115%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 5116%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 5117cd ../..
d47c034d 5118
a784d38e 5119%configure \
ca4b56d2
AM
5120%if %{with bootstrap}
5121 --without-xindy \
5122 --without-luatex \
5123%endif
d08789e0
ZU
5124 --disable-multiplatform \
5125 --disable-static \
5126 --enable-a4 \
5127 --enable-gf \
5128 --enable-ipc \
5129 --enable-shared \
a784d38e 5130 --with-fontconfig \
d08789e0
ZU
5131 --with-fonts-dir=/var/cache/fonts \
5132 --with-ncurses \
e671f712 5133 --with-system-freetype \
97b079ad 5134 --with-freetype-include=/usr/include/freetype \
a784d38e 5135 --with-system-freetype2 \
97b079ad 5136 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5137 --with-system-gd \
5138 --with-system-ncurses \
5139 --with-system-pnglib \
5140 --with-system-t1lib \
5141 --with-system-zlib \
d08789e0
ZU
5142 --with-xdvi-x-toolkit=xaw \
5143 --without-dialog \
5144 --without-t1utils \
ca4b56d2 5145 --without-texinfo
d08789e0 5146
d08789e0
ZU
5147%{__make}
5148
d08789e0
ZU
5149%install
5150rm -rf $RPM_BUILD_ROOT
5151install -d $RPM_BUILD_ROOT%{_datadir} \
5152 $RPM_BUILD_ROOT%{_desktopdir} \
5153 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5154 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5155 $RPM_BUILD_ROOT/var/cache/fonts \
5156 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5157 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5158 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5159 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5160
f37ff31b
ZU
5161lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5162%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5163%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5164%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
f37ff31b
ZU
5165# This is an empty directory
5166%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5167# Useless binary
5168%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5169
d08789e0
ZU
5170# commented out because of following (non-fatal) error:
5171# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5172#perl -pi \
5173# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5174# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5175# texmf/web2c/texmf.cnf
5176
d08789e0
ZU
5177install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5178
5179LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5180
5181%{__make} install \
5182 prefix=$RPM_BUILD_ROOT%{_prefix} \
5183 bindir=$RPM_BUILD_ROOT%{_bindir} \
5184 mandir=$RPM_BUILD_ROOT%{_mandir} \
5185 libdir=$RPM_BUILD_ROOT%{_libdir} \
5186 datadir=$RPM_BUILD_ROOT%{_datadir} \
5187 infodir=$RPM_BUILD_ROOT%{_infodir} \
5188 includedir=$RPM_BUILD_ROOT%{_includedir} \
5189 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5190 texmf=$RPM_BUILD_ROOT%{texmf} \
5191 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5192 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5193
37bb0d8c 5194# Fix broken symlinks
3702646a
ZU
5195CURDIR=$(pwd)
5196cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5197ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5198ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5199ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5200ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5201ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5202ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5203ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5204ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5205ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5206ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5207ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5208ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5209ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5210ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5211ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5212ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5213ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5214ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5215ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5216ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5217ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5218ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5219ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5220ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5221ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5222ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5223ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5224ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5225ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5226ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5227ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5228ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5229ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5230ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5231ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5232ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5233ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5234ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5235ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5236ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5237ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5238ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5239ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5240ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5241ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5242ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5243ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5244ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5245ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5246ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5247ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5248ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5249ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5250ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5251ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5252ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5253ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5254ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5255ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5256ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
3702646a 5257cd $CURDIR
37bb0d8c 5258
d08789e0
ZU
5259#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5260#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5261
26d8eaaa
ZU
5262# %{__make} init \
5263# prefix=$RPM_BUILD_ROOT%{_prefix} \
5264# bindir=$RPM_BUILD_ROOT%{_bindir} \
5265# mandir=$RPM_BUILD_ROOT%{_mandir} \
5266# libdir=$RPM_BUILD_ROOT%{_libdir} \
5267# datadir=$RPM_BUILD_ROOT%{_datadir} \
5268# infodir=$RPM_BUILD_ROOT%{_infodir} \
5269# includedir=$RPM_BUILD_ROOT%{_includedir} \
5270# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5271# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5272
489714ae 5273%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5274%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5275# We don't need it
5276%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5277%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5278
d08789e0
ZU
5279perl -pi \
5280 -e "s|$RPM_BUILD_ROOT||g;" \
5281 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5282
8175e90e 5283install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5284
5285install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5286install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5287
ce981570 5288# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5289
5290# in separate spec
b4d68b39
ZU
5291# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5292# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5293
5294# not included in package
5295rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5296rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5297rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5298rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5299rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5300rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5301rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5302rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5303rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5304rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5305rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5306rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5307rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5308rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5309rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5310rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5311
5312# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5313# and we can still analyze them
ce981570
ZU
5314# install -d format-logs
5315# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5316
5317%clean
5318rm -rf $RPM_BUILD_ROOT
5319
5320%post
5321%fixinfodir
5322%texhash
5323
5324%postun
5325%fixinfodir
5326if [ "$1" = "1" ]; then
5327 %texhash
5328fi
5329
5330%post doc-Catalogue
5331%texhash
5332
5333%postun doc-Catalogue
5334%texhash
5335
5336%post doc-tug-faq
5337%texhash
5338
5339%postun doc-tug-faq
5340%texhash
5341
096dca83 5342%post -n kpathsea
d08789e0
ZU
5343/sbin/ldconfig
5344%fixinfodir
5345%texhash
5346
096dca83 5347%postun -n kpathsea
d08789e0
ZU
5348/sbin/ldconfig
5349%fixinfodir
5350%texhash
5351
096dca83 5352%post -n kpathsea-devel
d08789e0
ZU
5353%texhash
5354
096dca83 5355%postun -n kpathsea-devel
d08789e0
ZU
5356%texhash
5357
5358%post dvips
5359%fixinfodir
5360%texhash
5361
5362%postun dvips
5363%fixinfodir
5364%texhash
5365
5366%post dvilj
5367%texhash
5368
5369%postun dvilj
5370%texhash
5371
5372%post makeindex
5373%texhash
5374
5375%postun makeindex
5376%texhash
5377
29d720fe
ZU
5378%post scripts
5379%texhash
5380
5381%postun scripts
5382%texhash
5383
783773ac
ZU
5384%post tex-arrayjob
5385%texhash
5386
5387%postun tex-arrayjob
5388%texhash
5389
5390%post tex-insbox
5391%texhash
5392
5393%postun tex-insbox
5394%texhash
5395
e67df411
ZU
5396%post tex-mathdots
5397%texhash
5398
5399%postun tex-mathdots
5400%texhash
5401
783773ac
ZU
5402%post tex-midnight
5403%texhash
5404
5405%postun tex-midnight
5406%texhash
5407
5408%post tex-ofs
5409%texhash
5410
5411%postun tex-ofs
5412%texhash
5413
e149bdb4
ZU
5414%post tex-physe
5415%texhash
5416
5417%postun tex-physe
5418%texhash
5419
5420%post tex-velthuis
5421%texhash
5422
5423%postun tex-velthuis
5424%texhash
5425
783773ac
ZU
5426%post tex-ytex
5427%texhash
5428
5429%postun tex-ytex
5430%texhash
5431
d08789e0
ZU
5432%post metafont
5433%texhash
5434
5435%postun metafont
5436%texhash
5437
5438%post metapost
5439%texhash
5440
5441%postun metapost
5442%texhash
5443
43a061cf 5444%post metapost-other
786ebdb1
ZU
5445%texhash
5446
43a061cf 5447%postun metapost-other
786ebdb1
ZU
5448%texhash
5449
d08789e0
ZU
5450%post mptopdf
5451%texhash
5452
5453%postun mptopdf
5454%texhash
5455
5456%post texdoctk
5457%texhash
5458
5459%postun texdoctk
5460%texhash
5461
5462%post -n xdvi
5463%texhash
5464
5465%postun -n xdvi
5466%texhash
5467
5468%post pdftex
5469%texhash
5470
5471%postun pdftex
5472%texhash
5473
04123363
ZU
5474%post phyzzx
5475%texhash
5476
5477%postun phyzzx
5478%texhash
5479
d08789e0
ZU
5480%post omega
5481%texhash
5482
5483%postun omega
5484%texhash
5485
5486%post plain
5487%texhash
5488
5489%postun plain
5490%texhash
5491
5492%post format-plain
5493%texhash
5494
5495%postun format-plain
5496%texhash
5497
5498%post format-pdftex
5499%texhash
5500
5501%postun format-pdftex
5502%texhash
5503
5504%post format-pdfetex
5505%texhash
5506
5507%postun format-pdfetex
5508%texhash
5509
5510%post mex
5511%texhash
5512
5513%postun mex
5514%texhash
5515
5516%post format-mex
5517%texhash
5518
5519%postun format-mex
5520%texhash
5521
5522%post format-pdfmex
5523%texhash
5524
5525%postun format-pdfmex
5526%texhash
5527
5528%postun format-utf8mex
5529%texhash
5530
5531%post amstex
5532%texhash
5533
5534%postun amstex
5535%texhash
5536
5537%post format-amstex
5538%texhash
5539
5540%postun format-amstex
5541%texhash
5542
5543%post format-pdfamstex
5544%texhash
5545
5546%postun format-pdfamstex
5547%texhash
5548
5549%post csplain
5550%texhash
5551
5552%postun csplain
5553%texhash
5554
5555%post format-csplain
5556%texhash
5557
5558%postun format-csplain
5559%texhash
5560
5561%post format-pdfcsplain
5562%texhash
5563
5564%postun format-pdfcsplain
5565%texhash
5566
5567%post cslatex
5568%texhash
5569
5570%postun cslatex
5571%texhash
5572
5573%post format-cslatex
5574%texhash
5575
5576%postun format-cslatex
5577%texhash
5578
5579%post format-pdfcslatex
5580%texhash
5581
5582%postun format-pdfcslatex
5583%texhash
5584
5585%post cyrplain
5586%texhash
5587
5588%postun cyrplain
5589%texhash
5590
5591%post format-cyrplain
5592%texhash
5593
5594%postun format-cyrplain
5595%texhash
5596
5597%post format-cyramstex
5598%texhash
5599
5600%postun format-cyramstex
5601%texhash
5602
5603%post format-cyrtexinfo
5604%texhash
5605
5606%postun format-cyrtexinfo
5607%texhash
5608
5609%post eplain
5610%texhash
5611
5612%postun eplain
5613%texhash
5614
5615%post format-eplain
5616%texhash
5617
5618%postun format-eplain
5619%texhash
5620
5621# ConTeXt format
5622
5623%post context
5624%texhash
5625
5626%postun context
5627%texhash
5628
5629%post format-context-de
5630%texhash
5631
5632%postun format-context-de
5633%texhash
5634
5635%post format-context-en
5636%texhash
5637
5638%postun format-context-en
5639%texhash
5640
5641%post format-context-nl
5642%texhash
5643
5644%postun format-context-nl
5645%texhash
5646
5647# LaTeX format.
5648
5649%post latex
5650%fixinfodir
5651%texhash
5652
5653%postun latex
5654%fixinfodir
5655%texhash
5656
6c82f497
ZU
5657%post latex-12many
5658%texhash
5659
5660%postun latex-12many
5661%texhash
5662
fe66da27
ZU
5663%post latex-abstract
5664%texhash
5665
5666%postun latex-abstract
5667%texhash
5668
f1f5d194
ZU
5669%post latex-accfonts
5670%texhash
5671
5672%postun latex-accfonts
5673%texhash
5674
e88b5dcf
ZU
5675%post latex-adrconv
5676%texhash
5677
5678%postun latex-adrconv
5679%texhash
5680
d08789e0
ZU
5681%post latex-ae
5682%texhash
5683
5684%postun latex-ae
5685%texhash
5686
5687%post latex-ams
5688%texhash
5689
5690%postun latex-ams
5691%texhash
5692
5693%post latex-antp
5694%texhash
5695
5696%postun latex-antp
5697%texhash
5698
5699%post latex-antt
5700%texhash
5701
5702%postun latex-antt
5703%texhash
5704
e88b5dcf
ZU
5705%post latex-appendix
5706%texhash
5707
5708%postun latex-appendix
5709%texhash
5710
b4d68b39
ZU
5711%post latex-backgammon
5712%texhash
5713
5714%postun latex-backgammon
5715%texhash
5716
6c82f497
ZU
5717%post latex-bardiag
5718%texhash
5719
5720%postun latex-bardiag
5721%texhash
5722
d08789e0
ZU
5723%post latex-bbm
5724%texhash
5725
5726%postun latex-bbm
5727%texhash
5728
5729%post latex-bbold
5730%texhash
5731
5732%postun latex-bbold
5733%texhash
5734
b4d68b39
ZU
5735%post latex-beamer
5736%texhash
5737
5738%postun latex-beamer
5739%texhash
5740
2fede27b
ZU
5741%post latex-bezos
5742%texhash
5743
5744%postun latex-bezos
5745%texhash
5746
d08789e0
ZU
5747%post latex-bibtex
5748%texhash
5749
5750%postun latex-bibtex
5751%texhash
5752
5753%post latex-bibtex-ams
5754%texhash
5755
5756%postun latex-bibtex-ams
5757%texhash
5758
5759%post latex-bibtex-pl
5760%texhash
5761
5762%postun latex-bibtex-pl
5763%texhash
5764
5765%post latex-bibtex-german
5766%texhash
5767
5768%postun latex-bibtex-german
5769%texhash
5770
5771%post latex-bibtex-revtex4
5772%texhash
5773
5774%postun latex-bibtex-revtex4
5775%texhash
5776
5777%post latex-bibtex-jurabib
5778%texhash
5779
5780%postun latex-bibtex-jurabib
5781%texhash
5782
33b3b483
ZU
5783%post latex-bibtex-styles
5784%texhash
5785
5786%postun latex-bibtex-styles
5787%texhash
5788
2fede27b
ZU
5789%post latex-booktabs
5790%texhash
5791
5792%postun latex-booktabs
5793%texhash
5794
5795
5796%post latex-caption
5797%texhash
5798
5799%postun latex-caption
5800%texhash
5801
d08789e0
ZU
5802%post latex-carlisle
5803%texhash
5804
5805%postun latex-carlisle
5806%texhash
5807
5808%post latex-ccfonts
5809%texhash
5810
5811%postun latex-ccfonts
5812%texhash
5813
5814%post latex-cite
5815%texhash
5816
5817%postun latex-cite
5818%texhash
5819
5820%post latex-cmbright
5821%texhash
5822
5823%postun latex-cmbright
5824%texhash
5825
783773ac
ZU
5826%post latex-colortab
5827%texhash
5828
5829%postun latex-colortab
5830%texhash
2fede27b
ZU
5831
5832%post latex-comment
5833%texhash
5834
5835%postun latex-comment
5836%texhash
5837
d08789e0
ZU
5838%post latex-concmath
5839%texhash
5840
5841%postun latex-concmath
5842%texhash
5843
2fede27b
ZU
5844%post latex-currvita
5845%texhash
5846
5847%postun latex-currvita
5848%texhash
5849
5850
5851%post latex-curves
5852%texhash
5853
5854%postun latex-curves
5855%texhash
5856
d08789e0
ZU
5857%post latex-custom-bib
5858%texhash
5859
5860%postun latex-custom-bib
5861%texhash
5862
5863%post latex-cyrillic
5864%texhash
5865
5866%postun latex-cyrillic
5867%texhash
5868
04eb4e68
ZU
5869# %post latex-dstroke
5870# %texhash
d08789e0 5871
04eb4e68
ZU
5872# %postun latex-dstroke
5873# %texhash
d08789e0 5874
60597425
ZU
5875%post latex-enumitem
5876%texhash
5877
5878%postun latex-enumitem
5879%texhash
5880
fe66da27
ZU
5881%post latex-exam
5882%texhash
5883
5884%postun latex-exam
5885%texhash
5886
f1f5d194
ZU
5887%post latex-gbrief
5888%texhash
5889
5890%postun latex-gbrief
5891%texhash
5892
d08789e0
ZU
5893%post latex-jknappen
5894%texhash
5895
5896%postun latex-jknappen
5897%texhash
5898
d19eaaab
ZU
5899%post latex-keystroke
5900%texhash
5901
5902%postun latex-keystroke
5903%texhash
5904
5905%post latex-labbook
5906%texhash
5907
5908%postun latex-labbook
5909%texhash
5910
5911%post latex-lcd
5912%texhash
5913
5914%postun latex-lcd
5915%texhash
5916
5917%post latex-leaflet
5918%texhash
5919
5920%postun latex-leaflet
5921%texhash
5922
f1f5d194
ZU
5923%post latex-leftidx
5924%texhash
5925
5926%postun latex-leftidx
5927%texhash
5928
d19eaaab
ZU
5929%post latex-lewis
5930%texhash
5931
5932%postun latex-lewis
5933%texhash
5934
d08789e0
ZU
5935%post latex-lm
5936%texhash
5937
fe66da27
ZU
5938%post latex-lastpage
5939%texhash
5940
5941%postun latex-lastpage
5942%texhash
5943
d08789e0
ZU
5944%postun latex-lm
5945%texhash
5946
5947%post latex-lucidabr
5948%texhash
5949
5950%postun latex-lucidabr
5951%texhash
5952
5953%post latex-marvosym
5954%texhash
5955
5956%postun latex-marvosym
5957%texhash
5958
d19eaaab
ZU
5959%post latex-mathexam
5960%texhash
5961
5962%postun latex-mathexam
5963%texhash
5964
d08789e0
ZU
5965%post latex-mathpple
5966%texhash
5967
5968%postun latex-mathpple
5969%texhash
5970
5971%post latex-mathtime
5972%texhash
5973
5974%postun latex-mathtime
5975%texhash
5976
5977%post latex-mflogo
5978%texhash
5979
5980%postun latex-mflogo
5981%texhash
5982
5983%post latex-mfnfss
5984%texhash
5985
5986%postun latex-mfnfss
5987%texhash
5988
5989%post latex-minitoc
5990%texhash
5991
5992%postun latex-minitoc
5993%texhash
5994
5995%post latex-mltex
5996%texhash
5997
5998%postun latex-mltex
5999%texhash
6000
f1f5d194
ZU
6001%post latex-moreverb
6002%texhash
6003
6004%postun latex-moreverb
6005%texhash
6006
d34bfb7f
ZU
6007%post latex-multienum
6008%texhash
6009
6010%postun latex-multienum
6011%texhash
6012
8ed039e0
ZU
6013%post latex-musictex
6014%texhash
6015
6016%postun latex-musictex
6017%texhash
6018
fe66da27
ZU
6019%post latex-ntheorem
6020%texhash
6021
6022%postun latex-ntheorem
6023%texhash
6024
f65b3398
ZU
6025%post latex-other
6026%texhash
6027
6028%postun latex-other
6029%texhash
6030
6031%post latex-other-doc
6032%texhash
6033
6034%postun latex-other-doc
6035%texhash
6036
d08789e0
ZU
6037%post latex-palatcm
6038%texhash
6039
6040%postun latex-palatcm
6041%texhash
6042
f65b3398
ZU
6043%post latex-pdfslide
6044%texhash
6045
6046%postun latex-pdfslide
6047%texhash
6048
03d9d5fa
ZU
6049%post latex-pgf
6050%texhash
6051
6052%postun latex-pgf
6053%texhash
6054
f65b3398
ZU
6055%post latex-polynom
6056%texhash
6057
6058%postun latex-polynom
6059%texhash
6060
6061%post latex-polynomial
6062%texhash
6063
6064%postun latex-polynomial
6065%texhash
6066
b7b4a109
ZU
6067%post latex-prosper
6068%texhash
6069
6070%postun latex-prosper
6071%texhash
6072
6073%post latex-pseudocode
6074%texhash
6075
6076%postun latex-pseudocode
6077%texhash
6078
d08789e0
ZU
6079%post latex-psnfss
6080%texhash
6081
6082%postun latex-psnfss
6083%texhash
6084
8efa6a9c
ZU
6085%post latex-pst-2dplot
6086%texhash
6087
6088%postun latex-pst-2dplot
6089%texhash
6090
6091%post latex-pst-3dplot
6092%texhash
6093
6094%postun latex-pst-3dplot
6095%texhash
6096
6097%post latex-pst-bar
6098%texhash
6099
6100%postun latex-pst-bar
6101%texhash
6102
6103%post latex-pst-circ
6104%texhash
6105
6106%postun latex-pst-circ
6107%texhash
6108
b7b4a109
ZU
6109%post latex-pst-eucl
6110%texhash
6111
6112%postun latex-pst-eucl
6113%texhash
6114
8efa6a9c
ZU
6115%post latex-pst-diffraction
6116%texhash
6117
6118%postun latex-pst-diffraction
6119%texhash
6120
6121%post latex-pst-fun
6122%texhash
6123
6124%postun latex-pst-fun
6125%texhash
6126
6127%post latex-pst-func
6128%texhash
6129
6130%postun latex-pst-func
6131%texhash
6132
6133%post latex-pst-infixplot
6134%texhash
6135
6136%postun latex-pst-infixplot
6137%texhash
6138
b7b4a109
ZU
6139%post latex-pst-fr3d
6140%texhash
6141
6142%postun latex-pst-fr3d
6143%texhash
6144
6145%post latex-pst-fractal
6146%texhash
6147
6148%postun latex-pst-fractal
6149%texhash
6150
d08789e0
ZU
6151%post latex-pxfonts
6152%texhash
6153
8efa6a9c
ZU
6154%post latex-pst-math
6155%texhash
6156
6157%postun latex-pst-math
6158%texhash
6159
6160%post latex-pst-ob3d
6161%texhash
6162
6163%postun latex-pst-ob3d
6164%texhash
6165
6166%post latex-pst-optic
6167%texhash
6168
6169%postun latex-pst-optic
6170%texhash
6171
6172%post latex-pst-optexp
6173%texhash
6174
6175%postun latex-pst-optexp
6176%texhash
6177
6178%post latex-pst-text
6179%texhash
6180
6181%postun latex-pst-text
6182%texhash
6183
1024ab0e
ZU
6184%post latex-pst-uncategorized
6185%texhash
6186
6187%postun latex-pst-uncategorized
6188
6189%texhash
6190
d08789e0
ZU
6191%postun latex-pxfonts
6192%texhash
6193
6194%post latex-qfonts
6195%texhash
6196
6197%postun latex-qfonts
6198%texhash
6199
6c82f497
ZU
6200%post latex-SIstyle
6201%texhash
6202
6203%postun latex-SIstyle
6204%texhash
6205
fe66da27
ZU
6206%post latex-SIunits
6207%texhash
6208
6209%postun latex-SIunits
6210%texhash
6211
f65b3398
ZU
6212%post latex-siunitx
6213%texhash
6214
6215%postun latex-siunitx
6216%texhash
6217
6c82f497
ZU
6218%post latex-Tabbing
6219%texhash
6220
6221%postun latex-Tabbing
6222%texhash
6223
d08789e0
ZU
6224%post latex-txfonts
6225%texhash
6226
6227%postun latex-txfonts
6228%texhash
6229
7ea3a98b
ZU
6230%post latex-ucs
6231%texhash
6232
6233%postun latex-ucs
6234%texhash
6235
d08789e0
ZU
6236%post latex-umlaute
6237%texhash
6238
6239%postun latex-umlaute
6240%texhash
6241
e67df411
ZU
6242%post latex-variations
6243%texhash
6244
6245%postun latex-variations
6246%texhash
6247
d08789e0
ZU
6248%post latex-wasysym
6249%texhash
6250
6251%postun latex-wasysym
6252%texhash
6253
03d9d5fa
ZU
6254%post latex-xcolor
6255%texhash
6256
6257%postun latex-xcolor
6258%texhash
6259
d08789e0
ZU
6260%post format-latex
6261%texhash
6262
6263%postun format-latex
6264%texhash
6265
6266%post format-pdflatex
6267%texhash
6268
6269%postun format-pdflatex
6270%texhash
6271
6272%post platex
6273%texhash
6274
6275%postun platex
6276%texhash
6277
6278%post format-platex
6279%texhash
6280
6281%postun format-platex
6282%texhash
6283
6284%post format-pdfplatex
6285%texhash
6286
6287%postun format-pdfplatex
6288%texhash
6289
6290%post tex-babel
6291%texhash
6292
6293%postun tex-babel
6294%texhash
6295
6296%post tex-german
6297%texhash
6298
6299%postun tex-german
6300%texhash
6301
6302%post tex-mfpic
6303%texhash
6304
6305%postun tex-mfpic
6306%texhash
6307
6308%post tex-misc
6309%texhash
6310
6311%postun tex-misc
6312%texhash
6313
6314%post tex-pictex
6315%texhash
6316
6317%postun tex-pictex
6318%texhash
6319
29d720fe
ZU
6320%post tex-psizzl
6321%texhash
6322
6323%postun tex-psizzl
6324%texhash
6325
d08789e0
ZU
6326%post tex-pstricks
6327%texhash
6328
6329%postun tex-pstricks
6330%texhash
6331
6332%post tex-qpx
6333%texhash
6334
6335%postun tex-qpx
6336%texhash
6337
31bd2c4a 6338%post tex-qpxqtx
d08789e0
ZU
6339%texhash
6340
31bd2c4a 6341%postun tex-qpxqtx
d08789e0
ZU
6342%texhash
6343
6344%post tex-ruhyphen
6345%texhash
6346
6347%postun tex-ruhyphen
6348%texhash
6349
6350%post tex-spanish
6351%texhash
6352
6353%postun tex-spanish
6354%texhash
6355
6356%post tex-texdraw
6357%texhash
6358
6359%postun tex-texdraw
6360%texhash
6361
6362%post tex-thumbpdf
6363%texhash
6364
6365%postun tex-thumbpdf
6366%texhash
6367
6368%post tex-ukrhyph
6369%texhash
6370
6371%postun tex-ukrhyph
6372%texhash
6373
6374%post latex-vietnam
6375%texhash
6376
6377%postun latex-vietnam
6378%texhash
6379
6380%post tex-xypic
6381%texhash
6382
6383%postun tex-xypic
6384%texhash
6385
6386%post fonts-adobe
6387%texhash
6388
6389%postun fonts-adobe
6390%texhash
6391
6392%post fonts-ae
6393%texhash
6394
6395%postun fonts-ae
6396%texhash
6397
6398%post fonts-ams
6399%texhash
6400
6401%postun fonts-ams
6402%texhash
6403
6404%post fonts-antp
6405%texhash
6406
6407%postun fonts-antp
6408%texhash
6409
6410%post fonts-antt
6411%texhash
6412
6413%postun fonts-antt
6414%texhash
6415
6416%post fonts-bbm
6417%texhash
6418
6419%postun fonts-bbm
6420%texhash
6421
6422%post fonts-bbold
6423%texhash
6424
6425%postun fonts-bbold
6426%texhash
6427
070c5aff
ZU
6428%post fonts-bh
6429%texhash
d08789e0 6430
070c5aff
ZU
6431%postun fonts-bh
6432%texhash
d08789e0
ZU
6433
6434%post fonts-bitstream
6435%texhash
6436
6437%postun fonts-bitstream
6438%texhash
6439
6440%post fonts-cbgreek
6441%texhash
6442
6443%postun fonts-cbgreek
6444%texhash
6445
6446%post fonts-cc-pl
6447%texhash
6448
6449%postun fonts-cc-pl
6450%texhash
6451
6452%post fonts-cg
6453%texhash
6454
6455%postun fonts-cg
6456%texhash
6457
6458%post fonts-cm
6459%texhash
6460
6461%postun fonts-cm
6462%texhash
6463
6464%post fonts-cmbright
6465%texhash
6466
6467%postun fonts-cmbright
6468%texhash
6469
6470%post fonts-cmcyr
6471%texhash
6472
6473%postun fonts-cmcyr
6474%texhash
6475
6476%post fonts-cmextra
6477%texhash
6478
6479%postun fonts-cmextra
6480%texhash
6481
7af5f8bc 6482%post fonts-cmsuper
5d7e11d7
ZU
6483%texhash
6484
7af5f8bc 6485%postun fonts-cmsuper
5d7e11d7
ZU
6486%texhash
6487
d08789e0
ZU
6488%post fonts-concmath
6489%texhash
6490
6491%postun fonts-concmath
6492%texhash
6493
6494%post fonts-concrete
6495%texhash
6496
6497%postun fonts-concrete
6498%texhash
6499
6500%post fonts-cs
6501%texhash
6502
6503%postun fonts-cs
6504%texhash
6505
4a09ae1a
ZU
6506%post fonts-dstroke
6507%texhash
d08789e0 6508
4a09ae1a
ZU
6509%postun fonts-dstroke
6510%texhash
d08789e0
ZU
6511
6512%post fonts-ecc
6513%texhash
6514
6515%postun fonts-ecc
6516%texhash
6517
6518%post fonts-eurosym
6519%texhash
6520
6521%postun fonts-eurosym
6522%texhash
6523
6524%post fonts-euxm
6525%texhash
6526
6527%postun fonts-euxm
6528%texhash
6529
6530%post fonts-gothic
6531%texhash
6532
6533%postun fonts-gothic
6534%texhash
6535
6536%post fonts-hoekwater
6537%texhash
6538
6539%postun fonts-hoekwater
6540%texhash
6541
6542%post fonts-jknappen
6543%texhash
6544
6545%postun fonts-jknappen
6546%texhash
6547
6548%post fonts-latex
6549%texhash
6550
6551%postun fonts-latex
6552%texhash
6553
6554%post fonts-lh
6555%texhash
6556
6557%postun fonts-lh
6558%texhash
6559
6560%post fonts-lm
6561%texhash
6562
6563%postun fonts-lm
6564%texhash
6565
6566%post fonts-marvosym
6567%texhash
6568
6569%postun fonts-marvosym
6570%texhash
6571
6572%post fonts-mflogo
6573%texhash
6574
6575%postun fonts-mflogo
6576%texhash
6577
6578%post fonts-misc
6579%texhash
6580
6581%postun fonts-misc
6582%texhash
6583
6584%post fonts-monotype
6585%texhash
6586
6587%postun fonts-monotype
6588%texhash
6589
6590%post fonts-omega
6591%texhash
6592
6593%postun fonts-omega
6594%texhash
6595
f1ba8563
ZU
6596%post fonts-other
6597%texhash
6598
6599%postun fonts-other
6600%texhash
6601
d08789e0
ZU
6602%post fonts-pazo
6603%texhash
6604
6605%postun fonts-pazo
6606%texhash
6607
6608%post fonts-pl
6609%texhash
6610
6611%postun fonts-pl
6612%texhash
6613
6614%post fonts-px
6615%texhash
6616
6617%postun fonts-px
6618%texhash
6619
6620%post fonts-qfonts
6621%texhash
6622
6623%postun fonts-qfonts
6624%texhash
6625
6626%post fonts-qpx
6627%texhash
6628
6629%postun fonts-qpx
6630%texhash
6631
31bd2c4a 6632%post fonts-qpxqtx
d08789e0
ZU
6633%texhash
6634
31bd2c4a 6635%postun fonts-qpxqtx
d08789e0
ZU
6636%texhash
6637
6638%post fonts-rsfs
6639%texhash
6640
6641%postun fonts-rsfs
6642%texhash
6643
6644%post fonts-stmaryrd
6645%texhash
6646
6647%postun fonts-stmaryrd
6648%texhash
6649
6650%post fonts-tx
6651%texhash
6652
6653%postun fonts-tx
6654%texhash
6655
6656%post fonts-urw
6657%texhash
6658
6659%postun fonts-urw
6660%texhash
6661
e67df411
ZU
6662%post fonts-urw35vf
6663%texhash
6664
6665%postun fonts-urw35vf
6666%texhash
6667
d08789e0
ZU
6668%post fonts-vnr
6669%texhash
6670
6671%postun fonts-vnr
6672%texhash
6673
6674%post fonts-wasy
6675%texhash
6676
6677%postun fonts-wasy
6678%texhash
6679
6680%post fonts-xypic
6681%texhash
6682
6683%postun fonts-xypic
6684%texhash
6685
6686%post fonts-yandy
6687%texhash
6688
6689%postun fonts-yandy
6690%texhash
6691
6692%post fonts-type1-antp
6693%texhash
6694
6695%postun fonts-type1-antp
6696%texhash
6697
6698%post fonts-type1-antt
6699%texhash
6700
6701%postun fonts-type1-antt
6702%texhash
6703
6704%post fonts-type1-belleek
6705%texhash
6706
6707%postun fonts-type1-belleek
6708%texhash
6709
6710%post fonts-type1-bitstream
6711%texhash
6712
6713%postun fonts-type1-bitstream
6714%texhash
6715
6716%post fonts-type1-bluesky
6717%texhash
6718
6719%postun fonts-type1-bluesky
6720%texhash
6721
6722%post fonts-type1-cc-pl
6723%texhash
6724
6725%postun fonts-type1-cc-pl
6726%texhash
6727
6728%post fonts-type1-cmcyr
6729%texhash
6730
6731%postun fonts-type1-cmcyr
6732%texhash
6733
6734%post fonts-type1-cs
6735%texhash
6736
6737%postun fonts-type1-cs
6738%texhash
6739
070c5aff
ZU
6740%post fonts-type1-dstroke
6741%texhash
d08789e0 6742
070c5aff
ZU
6743%postun fonts-type1-dstroke
6744%texhash
d08789e0
ZU
6745
6746%post fonts-type1-eurosym
6747%texhash
6748
6749%postun fonts-type1-eurosym
6750%texhash
6751
6752%post fonts-type1-hoekwater
6753%texhash
6754
6755%postun fonts-type1-hoekwater
6756%texhash
6757
6758%post fonts-type1-lm
6759%texhash
6760
6761%postun fonts-type1-lm
6762%texhash
6763
6764%post fonts-type1-marvosym
6765%texhash
6766
6767%postun fonts-type1-marvosym
6768%texhash
6769
6770%post fonts-type1-mathpazo
6771%texhash
6772
6773%postun fonts-type1-mathpazo
6774%texhash
6775
6776%post fonts-type1-omega
6777%texhash
6778
6779%postun fonts-type1-omega
6780%texhash
6781
6782%post fonts-type1-pl
6783%texhash
6784
6785%postun fonts-type1-pl
6786%texhash
6787
6788%post fonts-type1-px
6789%texhash
6790
6791%postun fonts-type1-px
6792%texhash
6793
070c5aff
ZU
6794%post fonts-type1-qfonts
6795%texhash
d08789e0 6796
070c5aff
ZU
6797%postun fonts-type1-qfonts
6798%texhash
d08789e0
ZU
6799
6800%post fonts-type1-tx
6801%texhash
6802
6803%postun fonts-type1-tx
6804%texhash
6805
6806%post fonts-type1-urw
6807%texhash
6808
6809%postun fonts-type1-urw
6810%texhash
6811
6812%post fonts-type1-vnr
6813%texhash
6814
6815%postun fonts-type1-vnr
6816%texhash
6817
6818%post fonts-type1-xypic
6819%texhash
6820
6821%postun fonts-type1-xypic
6822%texhash
6823
6824%post -n texconfig
6825%texhash
6826
6827%postun -n texconfig
6828%texhash
6829
4224ae6d
MB
6830%post xetex
6831%texhash
6832
6833%postun xetex
6834%texhash
6835
6836%post xmltex
6837%texhash
6838
6839%postun xmltex
6840%texhash
6841
5902e778
ZU
6842# Check the commented lines!!!
6843
d08789e0
ZU
6844%files
6845%defattr(644,root,root,755)
0f6c4baf 6846# %doc %{texmf}/LICENSE.texmf
df343eba 6847# %doc %{texmf}/ChangeLog
df343eba 6848# %doc %{texmf}/doc/README.knuth
efc75a1e 6849# There isn't doc/fonts directory
80fa261c 6850%dir %{texmfdist}/doc/fonts
606c6ab6 6851%doc %{texmfdist}/doc/fontname
efc75a1e 6852# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
6853# %dir %{texmf}/doc/help
6854# %doc %{texmf}/doc/help/csname.txt
6855# %doc %{texmf}/doc/help/ctan
6856# %doc %{texmf}/doc/help/tds.dvi
6857# %doc %{texmf}/doc/help/unixtex.ftp
6858# %dir %{texmf}/doc/help/faq
6859# %doc %{texmf}/doc/images
df343eba
ZU
6860# %dir %{texmf}/doc/polish
6861# %doc %{texmf}/doc/polish/*.html
6862# %dir %{texmf}/doc/programs
6863# %doc %{texmf}/doc/programs/web2c*
6864# %doc %{texmf}/doc/programs/cwebman.dvi
6865# %doc %{texmf}/doc/programs/dvipng.*
6866# %doc %{texmf}/doc/knuth
d08789e0
ZU
6867#%attr(755,root,root) %{_bindir}/MakeTeXPK
6868#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
6869
6870# ***********
6871# executables
6872# ***********
d08789e0
ZU
6873%attr(755,root,root) %{_bindir}/a2ping
6874%attr(755,root,root) %{_bindir}/afm2tfm
6875%attr(755,root,root) %{_bindir}/allcm
6876%attr(755,root,root) %{_bindir}/allec
6877%attr(755,root,root) %{_bindir}/allneeded
6878%attr(755,root,root) %{_bindir}/cweave
6879%attr(755,root,root) %{_bindir}/ctangle
6880%attr(755,root,root) %{_bindir}/ctie
6881%attr(755,root,root) %{_bindir}/dmp
6882%attr(755,root,root) %{_bindir}/dvipng
6883%attr(755,root,root) %{_bindir}/e2pall
6884%attr(755,root,root) %{_bindir}/ebb
df343eba 6885# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
6886%attr(755,root,root) %{_bindir}/fmtutil
6887%attr(755,root,root) %{_bindir}/fmtutil-sys
6888#%attr(755,root,root) %{_bindir}/fontexport
6889#%attr(755,root,root) %{_bindir}/fontimport
6890%attr(755,root,root) %{_bindir}/fontinst
6891%attr(755,root,root) %{_bindir}/gftodvi
6892%attr(755,root,root) %{_bindir}/gftopk
6893%attr(755,root,root) %{_bindir}/gftype
6894%attr(755,root,root) %{_bindir}/gsftopk
6895#%attr(755,root,root) %{_bindir}/initex
6896%attr(755,root,root) %{_bindir}/kpseaccess
6897%attr(755,root,root) %{_bindir}/kpsereadlink
6898%attr(755,root,root) %{_bindir}/kpsewhere
6899%attr(755,root,root) %{_bindir}/mag
6900%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
6901#%attr(755,root,root) %{_bindir}/mkfontdesc
6902%attr(755,root,root) %{_bindir}/mktexfmt
6903%attr(755,root,root) %{_bindir}/mktexlsr
6904%attr(755,root,root) %{_bindir}/newer
6905%attr(755,root,root) %{_bindir}/patgen
6906%attr(755,root,root) %{_bindir}/pdfetex
6907%attr(755,root,root) %{_bindir}/pfb2pfa
6908%attr(755,root,root) %{_bindir}/pk2bm
6909%attr(755,root,root) %{_bindir}/pktogf
6910%attr(755,root,root) %{_bindir}/pktype
6911%attr(755,root,root) %{_bindir}/pltotf
6912%attr(755,root,root) %{_bindir}/pooltype
6913%attr(755,root,root) %{_bindir}/ps2frag
6914%attr(755,root,root) %{_bindir}/ps2pk
6915# TODO: move this file to correct subpackage ?
6916%attr(755,root,root) %{_bindir}/ps4pdf
6917#%attr(755,root,root) %{_bindir}/t1mapper
6918%attr(755,root,root) %{_bindir}/tangle
6919#%attr(755,root,root) %{_bindir}/tetex-updmap
6920%attr(755,root,root) %{_bindir}/tex
6921%attr(755,root,root) %{_bindir}/texdoc
d08789e0 6922%attr(755,root,root) %{_bindir}/texhash
df343eba 6923# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
6924%attr(755,root,root) %{_bindir}/texlinks
6925%attr(755,root,root) %{_bindir}/tftopl
6926%attr(755,root,root) %{_bindir}/tie
6927%attr(755,root,root) %{_bindir}/ttf2afm
6928%attr(755,root,root) %{_bindir}/updmap
6929%attr(755,root,root) %{_bindir}/updmap-sys
6930%attr(755,root,root) %{_bindir}/vftovp
6931#%attr(755,root,root) %{_bindir}/virtex
6932%attr(755,root,root) %{_bindir}/vptovf
6933%attr(755,root,root) %{_bindir}/weave
6934
6935%attr(755,root,root) %{texmf}/web2c/mktexnam
6936%attr(755,root,root) %{texmf}/web2c/mktexdir
6937%attr(755,root,root) %{texmf}/web2c/mktexupd
6938
0edad7f5 6939%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
6940
6941#%dir /etc/sysconfig/tetex-updmap
6942#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
6943
6944%ghost %{texmf}/ls-R
7057740b 6945%ghost %{texmfdist}/ls-R
7057740b 6946# %ghost %{_localstatedir}/ls-R
d08789e0 6947
2677a8b0 6948%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 6949%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
6950%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
6951%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
6952%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 6953
d08789e0
ZU
6954%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
6955%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
6956%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
6957%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
6958%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
6959%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
6960%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
6961
d08789e0
ZU
6962%attr(1777,root,root) /var/cache/fonts
6963
6964%{_datadir}/info/web2c.info*
df343eba
ZU
6965# %{_datadir}/info/texi2html.info*
6966# %{_datadir}/texi2html
d08789e0
ZU
6967#%{texmf}/updates.dat
6968
df343eba 6969# %{texmf}/aliases
df343eba 6970# %{texmf}/tex/generic/bghyph
1a192771
ZU
6971# %doc %{texmf}/doc/generic/hyphen
6972#%{texmf}/tex/generic/letterspacing
6973
6974# ***********
6975# Directories
6976# ***********
ae4a938c 6977%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
6978%attr(1777,root,root) %dir %{_localstatedir}/fonts
6979%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 6980%attr(1777,root,root) %dir %{fmtdir}
1a192771 6981
b6042de9 6982%dir %{texmfdist}
8ed039e0 6983%doc %{texmfdist}/README
b6042de9
ZU
6984%dir %{texmf}
6985
1a192771
ZU
6986%dir %{texmfdist}/doc
6987%dir %{texmfdist}/doc/generic
6988%dir %{texmfdist}/doc/generic/enctex
6989%dir %{texmfdist}/doc/latex
6990%dir %{texmfdist}/doc/latex/localloc
6991%dir %{texmf}/doc
6992%dir %{texmf}/doc/generic
6993%dir %{texmf}/doc/tetex
04123363 6994%dir %{texmf}/fmtutil
1a192771
ZU
6995
6996%dir %{texmfdist}/tex
2677a8b0 6997%dir %{texmfdist}/tex/cslatex
0b6bcf85 6998%dir %{texmfdist}/tex/cslatex/base
330a8c29
ZU
6999%dir %{texmfdist}/tex/fontinst
7000%dir %{texmfdist}/tex/fontinst/misc
165b9d73 7001%dir %{texmfdist}/tex/generic
5f841614 7002%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 7003%dir %{texmfdist}/tex/generic/enctex
5f841614 7004%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 7005%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
7006%dir %{texmfdist}/tex/latex
7007%dir %{texmfdist}/tex/latex/base
1a192771
ZU
7008%dir %{texmf}/dvips
7009%dir %{texmf}/dvips/config
7010%dir %{texmf}/dvips/tetex
d08789e0
ZU
7011%dir %{texmf}/fonts/enc
7012%dir %{texmf}/fonts/enc/dvips
7013%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 7014%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
7015%dir %{texmf}/fonts/map
7016%dir %{texmf}/fonts/map/dvips
7017%dir %{texmf}/fonts/map/dvips/tetex
7018%dir %{texmf}/scripts
7019%dir %{texmf}/tex
1a192771
ZU
7020%dir %{texmf}/tex/generic
7021%dir %{texmf}/tex/generic/config
1a192771
ZU
7022%dir %{texmf}/web2c
7023
7024# Docs
2677a8b0 7025# %doc %{texmf}/doc/README
1a192771
ZU
7026%doc %{texmf}/doc/tetex/TETEXDOC.*
7027%doc %{texmf}/doc/tetex/teTeX-FAQ
7028
7029# %{texmf}/fonts/map/dvips/tetex/contnav.map
7030# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
7031%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
7032%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
7033
7034# Main fonts from TeTeX
d08789e0
ZU
7035%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
7036%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
7037%{texmf}/fonts/enc/dvips/tetex/10037936.enc
7038%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
7039%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
7040%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
7041%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
7042%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
7043%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
7044%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
7045%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 7046%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 7047
f2555868 7048%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
7049%{texmfdist}/tex/generic/encodings
7050%{texmfdist}/tex/generic/epsf
f2555868 7051%{texmfdist}/tex/generic/hyph-utf8/*
80fa261c 7052%{texmfdist}/tex/generic/genmisc
2677a8b0 7053%{texmfdist}/tex/generic/misc/null*
1a192771 7054%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
7055%{texmfdist}/tex/generic/tap
7056%{texmfdist}/tex/generic/tex-ps
2677a8b0 7057%{texmfdist}/tex/texinfo
80fa261c 7058%{texmfdist}/tex/fontinst/misc/glyphbox.mtx
1a192771 7059%{texmf}/tex/fontinst
1a192771 7060%{texmf}/tex/generic/hyphen
df343eba 7061
1a192771
ZU
7062# %{fmtdir}/metafun.mem
7063#%{texmf}/web2c/tex-pl.pool
7064# %{texmf}/web2c/tex.pool
fb2a8613 7065%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
7066
7067%{texmf}/web2c/*.tcx
df343eba
ZU
7068
7069# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
7070# %lang(fi) %{_mandir}/fi/man1/allcm.1*
7071# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
7072# %lang(fr) %{_mandir}/fr/man1/access.1*
7073# %lang(hu) %{_mandir}/hu/man1/access.1*
7074# %lang(hu) %{_mandir}/hu/man1/newer.1*
7075# %lang(pl) %{_mandir}/pl/man1/access.1*
7076# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
7077#%{_mandir}/man1/MakeTeXPK.1*
7078#%{_mandir}/man1/access.1*
7079#%{_mandir}/man1/fontexport.1*
7080#%{_mandir}/man1/fontimport.1*
7081#%{_mandir}/man1/initex.1*
7082#%{_mandir}/man1/t1mapper.1*
1a192771 7083#%{_mandir}/man1/texdoc.1*
1a192771 7084#%{_mandir}/man1/texi2html.1*
d08789e0 7085#%{_mandir}/man1/virtex.1*
1a192771 7086#%{_mandir}/man8/fmtutil.8*
d08789e0 7087#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
7088#%{_mandir}/man8/texlinks.8*
7089
d08789e0
ZU
7090%{_mandir}/man1/afm2tfm.1*
7091%{_mandir}/man1/allcm.1*
fae5faca 7092%{_mandir}/man1/allec.1*
d08789e0 7093%{_mandir}/man1/allneeded.1*
fae5faca 7094%{_mandir}/man1/ctangle.1*
d08789e0 7095%{_mandir}/man1/ctie.1*
fae5faca 7096%{_mandir}/man1/cweave.1*
d08789e0
ZU
7097%{_mandir}/man1/cweb.1*
7098%{_mandir}/man1/dmp.1*
7099%{_mandir}/man1/dvipdft.1*
7100%{_mandir}/man1/dvipng.1*
7101%{_mandir}/man1/e2pall.1*
7102%{_mandir}/man1/ebb.1*
7103%{_mandir}/man1/fmtutil.1*
09deda15 7104%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
7105%{_mandir}/man1/fontinst.1*
7106%{_mandir}/man1/gftodvi.1*
7107%{_mandir}/man1/gftopk.1*
7108%{_mandir}/man1/gftype.1*
7109%{_mandir}/man1/gsftopk.1*
7110%{_mandir}/man1/kpseaccess.1*
7111%{_mandir}/man1/kpsereadlink.1*
7112%{_mandir}/man1/kpsewhere.1*
7113%{_mandir}/man1/mag.1*
7114%{_mandir}/man1/makempx.1*
7115%{_mandir}/man1/makempy.1*
fae5faca 7116%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
7117%{_mandir}/man1/mktexlsr.1*
7118%{_mandir}/man1/newer.1*
7119%{_mandir}/man1/patgen.1*
7120%{_mandir}/man1/pdfetex.1*
7121%{_mandir}/man1/pfb2pfa.1*
7122%{_mandir}/man1/pk2bm.1*
7123%{_mandir}/man1/pktogf.1*
7124%{_mandir}/man1/pktype.1*
7125%{_mandir}/man1/pltotf.1*
7126%{_mandir}/man1/pooltype.1*
7127%{_mandir}/man1/ps2frag.1*
7128%{_mandir}/man1/ps2pk.1*
7129%{_mandir}/man1/tangle.1*
7130%{_mandir}/man1/tex.1*
d08789e0 7131%{_mandir}/man1/texexec.1*
fae5faca 7132%{_mandir}/man1/texhash.1*
d08789e0 7133%{_mandir}/man1/texlinks.1*
d08789e0 7134%{_mandir}/man1/tftopl.1*
d08789e0 7135%{_mandir}/man1/tie.1*
1a192771 7136%{_mandir}/man1/ttf2afm.1*
d08789e0 7137%{_mandir}/man1/updmap.1*
fae5faca 7138%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
7139%{_mandir}/man1/vftovp.1*
7140%{_mandir}/man1/vptovf.1*
7141%{_mandir}/man1/weave.1*
7142%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 7143%{_mandir}/man5/updmap.cfg.5*
1a192771 7144
80fa261c
ZU
7145%files other-utils
7146%defattr(644,root,root,755)
7147%attr(755,root,root) %{_bindir}/bg5+latex
7148%attr(755,root,root) %{_bindir}/bg5+pdflatex
7149%attr(755,root,root) %{_bindir}/bg5conv
7150%attr(755,root,root) %{_bindir}/bg5latex
7151%attr(755,root,root) %{_bindir}/bg5pdflatex
7152%attr(755,root,root) %{_bindir}/bibtex8
7153%attr(755,root,root) %{_bindir}/cfftot1
7154%attr(755,root,root) %{_bindir}/ebong
7155%attr(755,root,root) %{_bindir}/extconv
7156%attr(755,root,root) %{_bindir}/extractbb
7157%attr(755,root,root) %{_bindir}/gbklatex
7158%attr(755,root,root) %{_bindir}/gbkpdflatex
7159%attr(755,root,root) %{_bindir}/getnonfreefonts
7160%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
7161%attr(755,root,root) %{_bindir}/hbf2gf
7162%attr(755,root,root) %{_bindir}/jadetex
7163%attr(755,root,root) %{_bindir}/lamed
7164%attr(755,root,root) %{_bindir}/makeglossaries
7165%attr(755,root,root) %{_bindir}/metafun
7166%attr(755,root,root) %{_bindir}/mkjobtexmf
7167%attr(755,root,root) %{_bindir}/mllatex
7168%attr(755,root,root) %{_bindir}/mltex
7169%attr(755,root,root) %{_bindir}/mmafm
7170%attr(755,root,root) %{_bindir}/mmpfb
7171%attr(755,root,root) %{_bindir}/musixflx
7172%attr(755,root,root) %{_bindir}/ofm2opl
7173%attr(755,root,root) %{_bindir}/otfinfo
7174%attr(755,root,root) %{_bindir}/otftotfm
7175%attr(755,root,root) %{_bindir}/oxdvi
7176%attr(755,root,root) %{_bindir}/pdfatfi
7177%attr(755,root,root) %{_bindir}/pdfclose
7178%attr(755,root,root) %{_bindir}/pdfjadetex
7179%attr(755,root,root) %{_bindir}/pdfopen
7180%attr(755,root,root) %{_bindir}/pdftosrc
7181%{__perl}tex
7182%attr(755,root,root) %{_bindir}/physe
7183%attr(755,root,root) %{_bindir}/pkfix
7184%attr(755,root,root) %{_bindir}/ppower4
7185%attr(755,root,root) %{_bindir}/rungs
7186%attr(755,root,root) %{_bindir}/simpdftex
7187%attr(755,root,root) %{_bindir}/sjisconv
7188%attr(755,root,root) %{_bindir}/sjislatex
7189%attr(755,root,root) %{_bindir}/sjispdflatex
7190%attr(755,root,root) %{_bindir}/synctex
7191%attr(755,root,root) %{_bindir}/t1dotlessj
7192%attr(755,root,root) %{_bindir}/t1lint
7193%attr(755,root,root) %{_bindir}/t1reencode
7194%attr(755,root,root) %{_bindir}/t1testpage
7195%attr(755,root,root) %{_bindir}/texcount
7196%attr(755,root,root) %{_bindir}/texsis
7197%attr(755,root,root) %{_bindir}/tlmgr
7198%attr(755,root,root) %{_bindir}/tpic2pdftex
7199%attr(755,root,root) %{_bindir}/ttf2pk
7200%attr(755,root,root) %{_bindir}/ttf2tfm
7201%attr(755,root,root) %{_bindir}/ttftotype42
7202%attr(755,root,root) %{_bindir}/vlna
7203%attr(755,root,root) %{_bindir}/vpe
7204%{_mandir}/man1/cfftot1.1*
7205%{_mandir}/man1/getnonfreefonts-sys.1
7206%{_mandir}/man1/getnonfreefonts.1*
7207%{_mandir}/man1/hbf2gf.1*
7208%{_mandir}/man1/mkjobtexmf.1*
7209%{_mandir}/man1/mmafm.1*
7210%{_mandir}/man1/mmpfb.1*
7211%{_mandir}/man1/otfinfo.1*
7212%{_mandir}/man1/otftotfm.1*
7213%{_mandir}/man1/oxdvi.1
7214%{_mandir}/man1/pdftosrc.1*
7215%{_mandir}/man1/ps2eps.1*
7216%{_mandir}/man1/synctex.1*
7217%{_mandir}/man1/t1dotlessj.1*
7218%{_mandir}/man1/t1lint.1*
7219%{_mandir}/man1/t1reencode.1*
7220%{_mandir}/man1/t1testpage.1*
7221%{_mandir}/man1/ttf2pk.1*
7222%{_mandir}/man1/ttf2tfm.1*
7223%{_mandir}/man1/ttftotype42.1*
7224%{_mandir}/man1/vlna.1*
7225%{_mandir}/man5/synctex.5*
7226%{texmfdist}/source/startex
7227%{texmfdist}/source/jadetex
7228%{texmfdist}/tex/jadetex
7229%{texmfdist}/tex/texsis
7230%{texmfdist}/tex/startex
7231%{texmf}/fmtutil/format.jadetex.cnf
7232%{texmf}/fmtutil/format.mltex.cnf
7233%{texmfdist}/tex/generic/abbr
7234%{texmfdist}/tex/generic/abstyles/
80fa261c
ZU
7235%{texmfdist}/tex/generic/barr
7236%{texmfdist}/tex/generic/borceux
7237%{texmfdist}/tex/generic/c-pascal
7238%{texmfdist}/tex/generic/cirth
80fa261c
ZU
7239%{texmfdist}/tex/generic/dratex
7240%{texmfdist}/tex/generic/ean
7241%{texmfdist}/tex/generic/edmac
7242%{texmfdist}/tex/generic/elvish
7243%{texmfdist}/tex/generic/fenixpar
7244%{texmfdist}/tex/generic/fltpoint
7245%{texmfdist}/tex/generic/musixtex
7246
7247%files other-utils-doc
7248%defattr(644,root,root,755)
7249%doc %{texmfdist}/doc/jadetex
7250%doc %{texmfdist}/doc/texsis
7251%doc %{texmfdist}/doc/startex
7252%doc %{texmfdist}/doc/generic/c-pascal
d08789e0
ZU
7253
7254%files dirs-fonts
7255%defattr(644,root,root,755)
1a192771 7256%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7257%dir %{texmfdist}/fonts
7258%dir %{texmfdist}/fonts/afm
7259%dir %{texmfdist}/fonts/afm/public
4224ae6d 7260%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7261%dir %{texmfdist}/fonts/enc
7262%dir %{texmfdist}/fonts/enc/dvips
7263%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7264%dir %{texmfdist}/fonts/map
21c69d95 7265%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7266%dir %{texmfdist}/fonts/map/dvips
7267%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7268%dir %{texmfdist}/fonts/map/fontname
330a8c29 7269%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
7270%dir %{texmfdist}/fonts/ofm
7271%dir %{texmfdist}/fonts/ofm/public
7272%dir %{texmfdist}/fonts/ovf
7273%dir %{texmfdist}/fonts/ovf/public
7274%dir %{texmfdist}/fonts/ovp
7275%dir %{texmfdist}/fonts/ovp/public
7276%dir %{texmfdist}/fonts/opentype
7277%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7278%dir %{texmfdist}/fonts/pk
1a192771 7279%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7280%dir %{texmfdist}/fonts/source
7281%dir %{texmfdist}/fonts/source/public
21c69d95 7282%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7283%dir %{texmfdist}/fonts/tfm
7284%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7285%dir %{texmfdist}/fonts/tfm/vntex
04123363 7286%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7287%dir %{texmfdist}/fonts/type1
7288%dir %{texmfdist}/fonts/type1/public
21c69d95 7289%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7290%dir %{texmfdist}/fonts/vf
7291%dir %{texmfdist}/fonts/vf/public
21c69d95 7292%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7293%dir %{texmfdist}/source
7294%dir %{texmfdist}/source/fonts
7295%dir %{texmfdist}/source/latex
1a192771
ZU
7296%dir %{texmf}/fonts
7297%dir %{texmf}/fonts/opentype
7298%dir %{texmf}/fonts/opentype/public
d08789e0 7299
5b7eba8e
MB
7300%files doc
7301%defattr(644,root,root,755)
80fa261c 7302%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7303%dir %{texmfdoc}
04123363 7304%dir %{texmfdoc}/doc
80fa261c
ZU
7305%{texmfdoc}/README
7306%{texmfdoc}/ls-R
5b7eba8e 7307%{texmfdoc}/doc/english
80fa261c 7308%{texmfdist}/doc/fontinst
5b7eba8e
MB
7309
7310%files doc-bg
7311%defattr(644,root,root,755)
7312%{texmfdoc}/doc/bulgarian
7313
7314%files doc-cs
7315%defattr(644,root,root,755)
7316%{texmfdoc}/doc/czechslovak
7317
7318%files doc-de
7319%defattr(644,root,root,755)
7320%{texmfdoc}/doc/german
7321
7322%files doc-el
7323%defattr(644,root,root,755)
7324%{texmfdoc}/doc/greek
7325
7326%files doc-es
7327%defattr(644,root,root,755)
7328%{texmfdoc}/doc/spanish
7329
7330%files doc-fi
7331%defattr(644,root,root,755)
7332%{texmfdoc}/doc/finnish
7333
7334%files doc-fr
7335%defattr(644,root,root,755)
7336%{texmfdoc}/doc/french
7337
7338%files doc-it
7339%defattr(644,root,root,755)
7340%{texmfdoc}/doc/italian
7341
7342%files doc-ja
7343%defattr(644,root,root,755)
7344%{texmfdoc}/doc/japanese
7345
7346%files doc-ko
7347%defattr(644,root,root,755)
7348%{texmfdoc}/doc/korean
7349
7350%files doc-mn
7351%defattr(644,root,root,755)
7352%{texmfdoc}/doc/mongolian
7353
7354%files doc-nl
7355%defattr(644,root,root,755)
7356%{texmfdoc}/doc/dutch
7357
7358%files doc-pl
7359%defattr(644,root,root,755)
7360%{texmfdoc}/doc/polish
7361
7362%files doc-pt
7363%defattr(644,root,root,755)
7364%{texmfdoc}/doc/portuguese
7365
7366%files doc-ru
7367%defattr(644,root,root,755)
7368%{texmfdoc}/doc/russian
7369
7370%files doc-sk
7371%defattr(644,root,root,755)
7372%{texmfdoc}/doc/slovak
7373
7374%files doc-sl
7375%defattr(644,root,root,755)
7376%{texmfdoc}/doc/slovenian
7377
7378%files doc-th
7379%defattr(644,root,root,755)
7380%{texmfdoc}/doc/thai
7381
7382%files doc-tr
7383%defattr(644,root,root,755)
7384%{texmfdoc}/doc/turkish
7385
7386%files doc-uk
7387%defattr(644,root,root,755)
7388%{texmfdoc}/doc/ukrainian
7389
7390%files doc-vi
7391%defattr(644,root,root,755)
7392%{texmfdoc}/doc/vietnamese
7393
7394%files doc-zh_CN
7395%defattr(644,root,root,755)
7396%{texmfdoc}/doc/chinese
7397
0f6c4baf
ZU
7398# %files doc-Catalogue
7399# %defattr(644,root,root,755)
7400# %{texmf}/doc/help/Catalogue
d08789e0 7401
0f6c4baf
ZU
7402# %files doc-tug-faq
7403# %defattr(644,root,root,755)
7404# %{texmf}/doc/help/faq/uktug-faq
d08789e0 7405
5902e778 7406
d08789e0
ZU
7407%files doc-latex
7408%defattr(644,root,root,755)
5902e778
ZU
7409# %{texmfdist}/doc/latex/bar
7410# %{texmfdist}/doc/latex/eclbip
7411# %{texmfdist}/doc/latex/eo
7412# %{texmfdist}/doc/latex/floatflt
7413# %{texmfdist}/doc/latex/general
7414# %{texmfdist}/doc/latex/germbib
7415# %{texmfdist}/doc/latex/images
7416# %{texmfdist}/doc/latex/mathcomp
7417# %{texmfdist}/doc/latex/mt11p
7418# %{texmfdist}/doc/latex/picins
7419# %{texmfdist}/doc/latex/ps4pdf
7420# %{texmfdist}/doc/latex/pslatex
5902e778
ZU
7421# %{texmfdist}/doc/latex/supertab
7422# %{texmfdist}/doc/latex/tex-refs
7423# %{texmfdist}/doc/latex/textmerg
7424# %{texmfdist}/doc/latex/treesvr
783773ac 7425%{texmfdist}/doc/generic/shapepar
df343eba 7426%{texmfdist}/doc/latex/acronym
df343eba
ZU
7427%{texmfdist}/doc/latex/aeguill
7428%{texmfdist}/doc/latex/anysize
df343eba
ZU
7429%{texmfdist}/doc/latex/base
7430%{texmfdist}/doc/latex/beton
df343eba
ZU
7431%{texmfdist}/doc/latex/carlisle
7432%{texmfdist}/doc/latex/ccaption
7433%{texmfdist}/doc/latex/changebar
7434%{texmfdist}/doc/latex/chappg
df343eba
ZU
7435%{texmfdist}/doc/latex/concmath
7436%{texmfdist}/doc/latex/crop
df343eba
ZU
7437%{texmfdist}/doc/latex/dinbrief
7438%{texmfdist}/doc/latex/draftcopy
df343eba
ZU
7439%{texmfdist}/doc/latex/eepic
7440%{texmfdist}/doc/latex/endfloat
df343eba
ZU
7441%{texmfdist}/doc/latex/esint
7442%{texmfdist}/doc/latex/eso-pic
7443%{texmfdist}/doc/latex/euler
7444%{texmfdist}/doc/latex/eulervm
df343eba
ZU
7445%{texmfdist}/doc/latex/extsizes
7446%{texmfdist}/doc/latex/fancybox
7447%{texmfdist}/doc/latex/fancyhdr
7448%{texmfdist}/doc/latex/fancyvrb
7449%{texmfdist}/doc/latex/filecontents
7450%{texmfdist}/doc/latex/float
df343eba
ZU
7451%{texmfdist}/doc/latex/footmisc
7452%{texmfdist}/doc/latex/footnpag
7453%{texmfdist}/doc/latex/fp
df343eba 7454%{texmfdist}/doc/latex/geometry
df343eba
ZU
7455%{texmfdist}/doc/latex/graphics
7456%{texmfdist}/doc/latex/hyperref
7457%{texmfdist}/doc/latex/hyphenat
df343eba
ZU
7458%{texmfdist}/doc/latex/index
7459%{texmfdist}/doc/latex/koma-script
7460%{texmfdist}/doc/latex/labels
df343eba 7461%{texmfdist}/doc/latex/layouts
df343eba
ZU
7462%{texmfdist}/doc/latex/lettrine
7463%{texmfdist}/doc/latex/listings
7464%{texmfdist}/doc/latex/ltabptch
df343eba
ZU
7465%{texmfdist}/doc/latex/mdwtools
7466%{texmfdist}/doc/latex/memoir
7467%{texmfdist}/doc/latex/mh
df343eba
ZU
7468%{texmfdist}/doc/latex/mparhack
7469%{texmfdist}/doc/latex/ms
df343eba
ZU
7470%{texmfdist}/doc/latex/multibib
7471%{texmfdist}/doc/latex/mwcls
7472%{texmfdist}/doc/latex/natbib
7473%{texmfdist}/doc/latex/nomencl
7474%{texmfdist}/doc/latex/ntgclass
df343eba
ZU
7475%{texmfdist}/doc/latex/oberdiek
7476%{texmfdist}/doc/latex/overpic
7477%{texmfdist}/doc/latex/paralist
7478%{texmfdist}/doc/latex/pb-diagram
7479%{texmfdist}/doc/latex/pdfpages
7480%{texmfdist}/doc/latex/picinpar
df343eba
ZU
7481%{texmfdist}/doc/latex/pict2e
7482%{texmfdist}/doc/latex/placeins
7483%{texmfdist}/doc/latex/preprint
7484%{texmfdist}/doc/latex/preview
7485%{texmfdist}/doc/latex/program
df343eba 7486%{texmfdist}/doc/latex/psfrag
0f6c4baf 7487%{texmfdist}/doc/latex/revtex
df343eba
ZU
7488%{texmfdist}/doc/latex/rotating
7489%{texmfdist}/doc/latex/rotfloat
7490%{texmfdist}/doc/latex/scale
7491%{texmfdist}/doc/latex/sectsty
7492%{texmfdist}/doc/latex/seminar
df343eba
ZU
7493%{texmfdist}/doc/latex/showlabels
7494%{texmfdist}/doc/latex/sidecap
df343eba
ZU
7495%{texmfdist}/doc/latex/slashbox
7496%{texmfdist}/doc/latex/soul
7497%{texmfdist}/doc/latex/stdclsdv
7498%{texmfdist}/doc/latex/subfig
7499%{texmfdist}/doc/latex/subfigure
df343eba 7500%{texmfdist}/doc/latex/textfit
df343eba
ZU
7501%{texmfdist}/doc/latex/textpos
7502%{texmfdist}/doc/latex/titlesec
7503%{texmfdist}/doc/latex/tocbibind
7504%{texmfdist}/doc/latex/tocloft
7505%{texmfdist}/doc/latex/tools
7506%{texmfdist}/doc/latex/totpages
df343eba
ZU
7507%{texmfdist}/doc/latex/type1cm
7508%{texmfdist}/doc/latex/units
7509%{texmfdist}/doc/latex/vmargin
7510%{texmfdist}/doc/latex/was
7511%{texmfdist}/doc/latex/wrapfig
7512%{texmfdist}/doc/latex/xtab
7513%{texmfdist}/doc/latex/yfonts
7514
096dca83 7515%files -n kpathsea
d08789e0 7516%defattr(644,root,root,755)
4aeb46f7 7517%dir %{texmf}/doc/kpathsea
446ab8e0 7518%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
7519%attr(755,root,root) %{_bindir}/kpsepath
7520%attr(755,root,root) %{_bindir}/kpsestat
7521%attr(755,root,root) %{_bindir}/kpsetool
7522%attr(755,root,root) %{_bindir}/kpsewhich
7523%attr(755,root,root) %{_bindir}/kpsexpand
7524%attr(755,root,root) %{_libdir}/libkpathsea.so.*
7525%{_libdir}/libkpathsea.la
fae5faca
ZU
7526%{_mandir}/man1/kpsexpand.1*
7527%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
7528%{_mandir}/man1/kpsestat.1*
7529%{_mandir}/man1/kpsetool.1*
7530%{_mandir}/man1/kpsewhich.1*
d08789e0 7531
096dca83 7532%files -n kpathsea-devel
d08789e0
ZU
7533%defattr(644,root,root,755)
7534%attr(755,root,root) %{_libdir}/libkpathsea.so
7535%{_includedir}/kpathsea
7536%{_infodir}/kpathsea.info*
7537
7538%files dvips
7539%defattr(644,root,root,755)
446ab8e0 7540# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 7541# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 7542# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
7543# %lang(fi) %{_mandir}/fi/man1/dvips.1*
7544# %{texmf}/dvips/misc
7545# %{texmf}/dvips/config/config.generic
7546# %{texmf}/fonts/map/dvips/misc
7547# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7548# %{texmf}/fonts/map/dvips/tetex/bsr.map
7549# %{_localstatedir}/fonts/map/dvipdfm
7550# %{_localstatedir}/fonts/map/dvips
7551%dir %{texmfdist}/fonts/map/dvips/cmex
7552%dir %{texmf}/dvipdfm
7553%docdir %{texmf}/doc/dvips
7554%docdir %{texmf}/doc/dvipdfm
d08789e0
ZU
7555%attr(755,root,root) %{_bindir}/dvips
7556%attr(755,root,root) %{_bindir}/dvired
7557%attr(755,root,root) %{_bindir}/dvitomp
7558%attr(755,root,root) %{_bindir}/dvitype
7559%attr(755,root,root) %{_bindir}/dvicopy
7560%attr(755,root,root) %{_bindir}/dvipdfm
7561%attr(755,root,root) %{_bindir}/dvipdft
7562# dvi2fax requires ghostscript
7563%attr(755,root,root) %{_bindir}/dvi2fax
7564%{_infodir}/dvips.info*
7565%{_mandir}/man1/dvi2fax.1*
7566%{_mandir}/man1/dvicopy.1*
7567%{_mandir}/man1/dvipdfm.1*
7568%{_mandir}/man1/dvips.1*
7569%{_mandir}/man1/dvired.1*
7570%{_mandir}/man1/dvitomp.1*
7571%{_mandir}/man1/dvitype.1*
d08789e0 7572%{texmf}/dvips/base
80fa261c
ZU
7573%{texmf}/dvips/config
7574%{texmf}/dvips/getafm
d08789e0 7575%{texmf}/dvips/gsftopk
2677a8b0 7576%{texmfdist}/dvips/psfrag
606c6ab6 7577# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 7578%{texmfdist}/fonts/enc/dvips/base
9b908671 7579%{texmfdist}/fonts/map/dvips/allrunes
5902e778 7580%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 7581%{texmfdist}/tex/generic/dvips
f7f90954 7582%{texmfdist}/dvips
5902e778
ZU
7583%{texmf}/dvipdfm/config
7584%{texmf}/dvips/tetex/config.*
d08789e0 7585%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 7586%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
7587# %{texmf}/fonts/map
7588%dir %{texmf}/fonts/map/dvipdfm
7589%dir %{texmf}/fonts/map/dvips
7590%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
7591%{texmf}/fonts/map/dvipdfm/updmap
7592%{texmf}/fonts/map/dvipdfm/dvipdfmx
7593%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
7594%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7595%{texmf}/fonts/map/dvips/tetex/dvips35.map
7596%{texmf}/fonts/map/dvips/tetex/mathpple.map
7597%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7598%{texmf}/fonts/map/dvips/tetex/mt-plus.map
7599%{texmf}/fonts/map/dvips/tetex/mt-yy.map
7600%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 7601
d08789e0
ZU
7602
7603%files dvilj
7604%defattr(644,root,root,755)
7605%attr(755,root,root) %{_bindir}/dvihp
7606%attr(755,root,root) %{_bindir}/dvilj
7607%attr(755,root,root) %{_bindir}/dvilj2p
7608%attr(755,root,root) %{_bindir}/dvilj4
7609%attr(755,root,root) %{_bindir}/dvilj4l
7610%attr(755,root,root) %{_bindir}/dvilj6
7611%{_mandir}/man1/dvihp.1*
7612%{_mandir}/man1/dvilj.1*
09deda15
ZU
7613%{_mandir}/man1/dvilj2p.1*
7614%{_mandir}/man1/dvilj4.1*
7615%{_mandir}/man1/dvilj4l.1*
7616%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
7617
7618%files makeindex
7619%defattr(644,root,root,755)
446ab8e0 7620%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
7621%attr(755,root,root) %{_bindir}/mkindex
7622%attr(755,root,root) %{_bindir}/makeindex
7623%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 7624%{texmfdist}/makeindex
d08789e0
ZU
7625%{_mandir}/man1/makeindex.1*
7626%{_mandir}/man1/mkindex.1*
7627%{_mandir}/man1/rumakeindex.1*
7628
29d720fe
ZU
7629%files scripts
7630%defattr(644,root,root,755)
7631%dir %{texmfdist}/scripts
7632%dir %{texmf}/scripts
7633%dir %{texmf}/scripts/texlive
7634%{texmfdist}/scripts/bengali
7635%{texmfdist}/scripts/dviasm
7636%{texmfdist}/scripts/glossaries
7637%{texmfdist}/scripts/oberdiek
7638%{texmfdist}/scripts/perltex
7639%{texmfdist}/scripts/pgfplots
7640%{texmfdist}/scripts/ppower4
7641%{texmfdist}/scripts/pst2pdf
7642%{texmfdist}/scripts/shipunov
7643%{texmfdist}/scripts/texcount
7644%{texmfdist}/scripts/vpe/vpe.pl
7645%{texmf}/scripts/a2ping
7646%{texmf}/scripts/epstopdf
7647%{texmf}/scripts/pkfix
7648%{texmf}/scripts/ps2eps
7649%{texmf}/scripts/simpdftex
7650%{texmf}/scripts/tetex
7651%{texmf}/scripts/texlive/getnonfreefonts.pl
7652%{texmf}/scripts/texlive/gswin32
7653%{texmf}/scripts/texlive/lua
7654%{texmf}/scripts/texlive/*.tlu
7655%{texmf}/scripts/texlive/tlmgr.pl
7656%{texmf}/scripts/texlive/tlmgrgui
7657
783773ac
ZU
7658%files tex-arrayjob
7659%defattr(644,root,root,755)
7660%doc %{texmfdist}/doc/generic/arrayjob
7661%{texmfdist}/tex/generic/arrayjob
7662
7663%files tex-insbox
7664%defattr(644,root,root,755)
7665%doc %{texmfdist}/doc/generic/insbox
7666%{texmfdist}/tex/generic/insbox
7667
e67df411
ZU
7668%files tex-mathdots
7669%defattr(644,root,root,755)
7670%doc %{texmfdist}/doc/generic/mathdots
7671%{texmfdist}/source/generic/mathdots
7672%{texmfdist}/tex/generic/mathdots
7673
783773ac
ZU
7674%files tex-ofs
7675%defattr(644,root,root,755)
7676%doc %{texmfdist}/doc/generic/ofs
7677%{texmfdist}/tex/generic/ofs
7678
e149bdb4
ZU
7679%files tex-physe
7680%defattr(644,root,root,755)
7681%{texmfdist}/tex/physe
7682%{texmf}/fmtutil/format.physe.cnf
7683
7684%files tex-velthuis
7685%defattr(644,root,root,755)
7686%doc %{texmfdist}/doc/generic/velthuis
7687%{texmfdist}/tex/generic/velthuis
7688
783773ac
ZU
7689%files tex-ytex
7690%defattr(644,root,root,755)
7691%{texmfdist}/tex/ytex
7692
d08789e0
ZU
7693%files metafont
7694%defattr(644,root,root,755)
d08789e0
ZU
7695#%attr(755,root,root) %{_bindir}/mfw
7696#%attr(755,root,root) %{_bindir}/virmf
7697#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
7698#%{texmf}/mft/cmbase.mft
7699# %{texmf}/mft/e.mft
446ab8e0
ZU
7700# %{texmf}/mft/pl.mft
7701# %{fmtdir}/mf.base
d08789e0 7702#%{texmf}/web2c/mf-nowin.base
446ab8e0 7703# %{texmf}/web2c/mf.pool
d08789e0 7704#%{texmf}/web2c/mfw.base
d08789e0
ZU
7705#%{_mandir}/man1/inimf.1*
7706#%{_mandir}/man1/virmf.1*
5902e778
ZU
7707%dir %{texmfdist}/mft
7708%dir %{texmfdist}/mft/base
7709%attr(755,root,root) %{_bindir}/mf
7710%attr(755,root,root) %{_bindir}/mf-nowin
7711%attr(755,root,root) %{_bindir}/mft
7712%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 7713%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
7714%attr(755,root,root) %{_bindir}/mktextfm
7715%{texmfdist}/metafont
7716%{texmfdist}/mft/base/mplain.mft
7717%{texmfdist}/mft/base/plain.mft
80fa261c 7718%{texmfdist}/source/metafont
5902e778 7719%{_mandir}/man1/mf.1*
fae5faca 7720%{_mandir}/man1/mf-nowin.1*
5902e778 7721%{_mandir}/man1/mft.1*
d08789e0
ZU
7722%{_mandir}/man1/mktexmf.1*
7723%{_mandir}/man1/mktexpk.1*
7724%{_mandir}/man1/mktextfm.1*
80fa261c 7725%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
7726
7727%files metapost
7728%defattr(644,root,root,755)
d08789e0
ZU
7729#%attr(755,root,root) %{_bindir}/virmpost
7730#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
7731# %{texmf}/web2c/mp.pool
7732# %{fmtdir}/mpost.mem
7733#%{_mandir}/man1/inimpost.1*
7734#%{_mandir}/man1/virmpost.1*
446ab8e0 7735%dir %{texmfdist}/metapost
5902e778
ZU
7736%doc %{texmfdist}/doc/metapost
7737%attr(755,root,root) %{_bindir}/mpost
7738%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
7739%{texmfdist}/metapost/base
7740%{texmfdist}/metapost/config
7741%{texmfdist}/metapost/mfpic
7742%{texmfdist}/metapost/misc
7743%{texmfdist}/metapost/support
80fa261c 7744%{texmfdist}/source/metapost
d08789e0
ZU
7745%{_mandir}/man1/mpost.1*
7746%{_mandir}/man1/mpto.1*
80fa261c 7747%{texmf}/fmtutil/format.metapost.cnf
d08789e0 7748
43a061cf 7749%files metapost-other
786ebdb1
ZU
7750%defattr(644,root,root,755)
7751%{texmfdist}/metapost/automata
7752%{texmfdist}/metapost/bbcard
7753%{texmfdist}/metapost/blockdraw_mp
7754%{texmfdist}/metapost/bpolynomial
7755%{texmfdist}/metapost/cmarrows
7756%{texmfdist}/metapost/dviincl
7757%{texmfdist}/metapost/epsincl
7758%{texmfdist}/metapost/expressg
7759%{texmfdist}/metapost/exteps
7760%{texmfdist}/metapost/featpost
7761%{texmfdist}/metapost/feynmf
7762%{texmfdist}/metapost/frcursive
7763%{texmfdist}/metapost/hatching
7764%{texmfdist}/metapost/metaobj
7765%{texmfdist}/metapost/metaplot
7766%{texmfdist}/metapost/metauml
7767%{texmfdist}/metapost/mp3d
7768%{texmfdist}/metapost/mpattern
7769%{texmfdist}/metapost/nkarta
7770%{texmfdist}/metapost/piechartmp
7771%{texmfdist}/metapost/slideshow
7772%{texmfdist}/metapost/splines
7773%{texmfdist}/metapost/tabvar
7774%{texmfdist}/metapost/textpath
7775%{texmfdist}/metapost/venn
7776
d08789e0
ZU
7777%files mptopdf
7778%defattr(644,root,root,755)
7779%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 7780%{_mandir}/man1/mptopdf.1*
b839a3ce 7781# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
7782
7783%files texdoctk
7784%defattr(644,root,root,755)
446ab8e0 7785# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
7786%attr(755,root,root) %{_bindir}/texdoctk
7787%{texmf}/texdoctk
d08789e0
ZU
7788%{_mandir}/man1/texdoctk.1*
7789
7790%files -n texconfig
7791%defattr(644,root,root,755)
5902e778
ZU
7792%dir %{texmf}/texconfig
7793%doc %{texmf}/texconfig/README
d08789e0
ZU
7794%attr(755,root,root) %{_bindir}/texconfig
7795%attr(755,root,root) %{_bindir}/texconfig-dialog
7796%attr(755,root,root) %{_bindir}/texconfig-sys
7797%attr(755,root,root) %{texmf}/texconfig/tcfmgr
7798%{_mandir}/man1/texconfig.1*
fae5faca 7799%{_mandir}/man1/texconfig-sys.1*
5902e778 7800%{texmf}/texconfig/g
d08789e0 7801%{texmf}/texconfig/generic
5902e778 7802%{texmf}/texconfig/tcfmgr.map
d08789e0 7803%{texmf}/texconfig/v
d08789e0
ZU
7804%{texmf}/texconfig/x
7805
624ed2f9
ZU
7806%files -n xindy
7807%defattr(644,root,root,755)
4224ae6d 7808%doc %{texmf}/doc/xindy
624ed2f9 7809%dir %{texmf}/xindy
624ed2f9 7810%dir %{texmf}/xindy/lang
1024ab0e
ZU
7811%dir %{texmf}/scripts
7812%{texmf}/scripts/xindy
4224ae6d
MB
7813%{texmf}/xindy/base
7814%{texmf}/xindy/class
7815%{texmf}/xindy/ord
7816%{texmf}/xindy/rules
7817%{texmf}/xindy/styles
7818%{texmf}/xindy/tex
624ed2f9 7819
1024ab0e 7820
624ed2f9
ZU
7821%files -n xindy-albanian
7822%defattr(644,root,root,755)
4224ae6d 7823%{texmf}/xindy/lang/albanian
624ed2f9
ZU
7824
7825%files -n xindy-belarusian
7826%defattr(644,root,root,755)
4224ae6d 7827%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
7828
7829%files -n xindy-bulgarian
7830%defattr(644,root,root,755)
4224ae6d 7831%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
7832
7833%files -n xindy-croatian
7834%defattr(644,root,root,755)
4224ae6d 7835%{texmf}/xindy/lang/croatian
624ed2f9
ZU
7836
7837%files -n xindy-czech
7838%defattr(644,root,root,755)
4224ae6d 7839%{texmf}/xindy/lang/czech
624ed2f9
ZU
7840
7841%files -n xindy-danish
7842%defattr(644,root,root,755)
4224ae6d 7843%{texmf}/xindy/lang/danish
624ed2f9
ZU
7844
7845%files -n xindy-dutch
7846%defattr(644,root,root,755)
4224ae6d 7847%{texmf}/xindy/lang/dutch
624ed2f9
ZU
7848
7849%files -n xindy-english
7850%defattr(644,root,root,755)
4224ae6d 7851%{texmf}/xindy/lang/english
624ed2f9
ZU
7852
7853%files -n xindy-esperanto
7854%defattr(644,root,root,755)
4224ae6d 7855%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
7856
7857%files -n xindy-estonian
7858%defattr(644,root,root,755)
4224ae6d 7859%{texmf}/xindy/lang/estonian
624ed2f9
ZU
7860
7861%files -n xindy-finnish
7862%defattr(644,root,root,755)
4224ae6d 7863%{texmf}/xindy/lang/finnish
624ed2f9
ZU
7864
7865%files -n xindy-french
7866%defattr(644,root,root,755)
4224ae6d 7867%{texmf}/xindy/lang/french
624ed2f9
ZU
7868
7869%files -n xindy-general
7870%defattr(644,root,root,755)
4224ae6d 7871%{texmf}/xindy/lang/general
624ed2f9
ZU
7872
7873%files -n xindy-georgian
7874%defattr(644,root,root,755)
4224ae6d 7875%{texmf}/xindy/lang/georgian
624ed2f9
ZU
7876
7877%files -n xindy-german
7878%defattr(644,root,root,755)
4224ae6d 7879%{texmf}/xindy/lang/german
624ed2f9
ZU
7880
7881%files -n xindy-greek
7882%defattr(644,root,root,755)
4224ae6d 7883%{texmf}/xindy/lang/greek
624ed2f9
ZU
7884
7885%files -n xindy-gypsy
7886%defattr(644,root,root,755)
4224ae6d 7887%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
7888
7889%files -n xindy-hausa
7890%defattr(644,root,root,755)
4224ae6d 7891%{texmf}/xindy/lang/hausa
624ed2f9
ZU
7892
7893%files -n xindy-hebrew
7894%defattr(644,root,root,755)
4224ae6d 7895%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
7896
7897%files -n xindy-hungarian
7898%defattr(644,root,root,755)
4224ae6d 7899%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
7900
7901%files -n xindy-icelandic
7902%defattr(644,root,root,755)
4224ae6d 7903%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
7904
7905%files -n xindy-italian
7906%defattr(644,root,root,755)
4224ae6d 7907%{texmf}/xindy/lang/italian
624ed2f9
ZU
7908
7909%files -n xindy-klingon
7910%defattr(644,root,root,755)
4224ae6d 7911%{texmf}/xindy/lang/klingon
624ed2f9
ZU
7912
7913%files -n xindy-kurdish
7914%defattr(644,root,root,755)
4224ae6d 7915%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
7916
7917%files -n xindy-latin
7918%defattr(644,root,root,755)
4224ae6d 7919%{texmf}/xindy/lang/latin
624ed2f9
ZU
7920
7921%files -n xindy-latvian
7922%defattr(644,root,root,755)
4224ae6d 7923%{texmf}/xindy/lang/latvian
624ed2f9
ZU
7924
7925%files -n xindy-lithuanian
7926%defattr(644,root,root,755)
4224ae6d 7927%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
7928
7929%files -n xindy-lower-sorbian
7930%defattr(644,root,root,755)
4224ae6d 7931%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
7932
7933%files -n xindy-macedonian
7934%defattr(644,root,root,755)
4224ae6d 7935%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
7936
7937%files -n xindy-mongolian
7938%defattr(644,root,root,755)
4224ae6d 7939%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
7940
7941%files -n xindy-norwegian
7942%defattr(644,root,root,755)
4224ae6d 7943%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
7944
7945%files -n xindy-polish
7946%defattr(644,root,root,755)
4224ae6d 7947%{texmf}/xindy/lang/polish
624ed2f9
ZU
7948
7949%files -n xindy-portuguese
7950%defattr(644,root,root,755)
4224ae6d 7951%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
7952
7953%files -n xindy-romanian
7954%defattr(644,root,root,755)
4224ae6d 7955%{texmf}/xindy/lang/romanian
624ed2f9
ZU
7956
7957%files -n xindy-russian
7958%defattr(644,root,root,755)
4224ae6d 7959%{texmf}/xindy/lang/russian
624ed2f9
ZU
7960
7961%files -n xindy-serbian
7962%defattr(644,root,root,755)
4224ae6d 7963%{texmf}/xindy/lang/serbian
624ed2f9
ZU
7964
7965%files -n xindy-slovak
7966%defattr(644,root,root,755)
4224ae6d 7967%{texmf}/xindy/lang/slovak
624ed2f9
ZU
7968
7969%files -n xindy-slovenian
7970%defattr(644,root,root,755)
4224ae6d 7971%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
7972
7973%files -n xindy-spanish
7974%defattr(644,root,root,755)
4224ae6d 7975%{texmf}/xindy/lang/spanish
624ed2f9
ZU
7976
7977%files -n xindy-swedish
7978%defattr(644,root,root,755)
4224ae6d 7979%{texmf}/xindy/lang/swedish
624ed2f9
ZU
7980
7981%files -n xindy-turkish
7982%defattr(644,root,root,755)
4224ae6d 7983%{texmf}/xindy/lang/turkish
624ed2f9
ZU
7984
7985%files -n xindy-ukrainian
7986%defattr(644,root,root,755)
4224ae6d 7987%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
7988
7989%files -n xindy-upper-sorbian
7990%defattr(644,root,root,755)
4224ae6d 7991%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
7992
7993%files -n xindy-vietnamese
7994%defattr(644,root,root,755)
4224ae6d 7995%{texmf}/xindy/lang/vietnamese/
624ed2f9 7996
d08789e0
ZU
7997%files -n xdvi
7998%defattr(644,root,root,755)
d08789e0 7999#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 8000# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 8001# %{_mandir}/man1/xdvizilla.1*
9b908671 8002%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
8003%attr(755,root,root) %{_bindir}/xdvi
8004%{_mandir}/man1/xdvi.1*
d08789e0
ZU
8005%{_desktopdir}/xdvi.desktop
8006%{_pixmapsdir}/xdvi.png
8007%{texmf}/xdvi
8008
8009%files pdftex
8010%defattr(644,root,root,755)
446ab8e0 8011# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 8012# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 8013# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
8014# %dir %{texmf}/fonts/map/pdftex
8015# %dir %{texmf}/fonts/map/pdftex/cmttf
8016# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
8017# %{texmf}/web2c/pdfetex-pl.pool
8018# %{texmf}/web2c/pdfetex.pool
8019# %{texmf}/web2c/pdfxtex.pool
5902e778 8020# %{_mandir}/man1/pdfxtex.1*
28c0ab22 8021%dir %{texmf}/fonts/map/pdftex
5fef92c1 8022%doc %{texmfdist}/doc/pdftex
5902e778
ZU
8023%attr(755,root,root) %{_bindir}/epstopdf
8024%attr(755,root,root) %{_bindir}/pdfcrop
8025%attr(755,root,root) %{_bindir}/pdftex
bf184d85 8026%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 8027%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 8028%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 8029%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
8030%{_mandir}/man1/epstopdf.1*
8031%{_mandir}/man1/pdftex.1*
80fa261c
ZU
8032%{texmfdist}/fonts/enc/pdftex
8033%{texmfdist}/fonts/map/pdftex
8034%{texmf}/fonts/map/pdftex/updmap
d08789e0 8035
04123363 8036%files phyzzx
f65b3398 8037%defattr(644,root,root,755)
04123363
ZU
8038%attr(755,root,root) %{_bindir}/phyzzx
8039%dir %{texmfdist}/doc/phyzzx
8040%dir %{texmfdist}/tex/phyzzx
8041%doc %{texmfdist}/doc/phyzzx/base
80fa261c 8042%{texmfdist}/tex/phyzzx/base
04123363
ZU
8043%{texmfdist}/tex/phyzzx/config
8044%{texmf}/fmtutil/format.phyzzx.cnf
8045
d08789e0
ZU
8046%files omega
8047%defattr(644,root,root,755)
5902e778
ZU
8048# %{texmf}/web2c/omega.pool
8049# %{texmf}/web2c/aleph.pool
5902e778
ZU
8050# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
8051# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
8052# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
8053# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf
ZU
8054%doc %{texmfdist}/doc/omega
8055%dir %{texmfdist}/omega
8056%dir %{texmfdist}/dvips/omega
d08789e0
ZU
8057%attr(755,root,root) %{_bindir}/aleph
8058%attr(755,root,root) %{_bindir}/lambda
8059%attr(755,root,root) %{_bindir}/mkocp
8060%attr(755,root,root) %{_bindir}/mkofm
8061%attr(755,root,root) %{_bindir}/odvicopy
8062%attr(755,root,root) %{_bindir}/odvips
8063%attr(755,root,root) %{_bindir}/odvitype
8064%attr(755,root,root) %{_bindir}/omega
8065%attr(755,root,root) %{_bindir}/omfonts
8066%attr(755,root,root) %{_bindir}/opl2ofm
8067%attr(755,root,root) %{_bindir}/otangle
8068%attr(755,root,root) %{_bindir}/otp2ocp
8069%attr(755,root,root) %{_bindir}/outocp
8070%attr(755,root,root) %{_bindir}/ovf2ovp
8071%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
8072%{texmfdist}/dvips/omega/config.omega
8073%{texmfdist}/dvips/omega/omega.cfg
8074%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
8075%{texmfdist}/omega/ocp
8076%{texmfdist}/omega/otp
2677a8b0 8077%{texmfdist}/tex/lambda
80fa261c 8078%{texmfdist}/source/lambda
fae5faca 8079%{_mandir}/man1/lambda.1*
d08789e0
ZU
8080%{_mandir}/man1/mkocp.1*
8081%{_mandir}/man1/mkofm.1*
8082%{_mandir}/man1/omega.1*
fae5faca
ZU
8083%{_mandir}/man1/odvicopy.1*
8084%{_mandir}/man1/odvips.1*
8085%{_mandir}/man1/odvitype.1*
d08789e0
ZU
8086%{_mandir}/man1/ofm2opl.1*
8087%{_mandir}/man1/opl2ofm.1*
8088%{_mandir}/man1/otp2ocp.1*
8089%{_mandir}/man1/outocp.1*
8090%{_mandir}/man1/ovf2ovp.1*
8091%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
8092%{texmf}/fmtutil/format.omega.cnf
8093%{texmf}/fmtutil/format.aleph.cnf
d08789e0 8094
d08789e0
ZU
8095%files plain
8096%defattr(644,root,root,755)
446ab8e0
ZU
8097%doc %{texmfdist}/doc/plain
8098%{texmfdist}/tex/plain
4224ae6d 8099%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 8100%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
8101#%{texmf}/web2c/plain.mem
8102#%{texmf}/web2c/plain.base
8103
d5174470
ZU
8104# %files format-plain
8105# %defattr(644,root,root,755)
b839a3ce 8106# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
8107#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
8108
d5174470
ZU
8109# %files format-pdftex
8110# %defattr(644,root,root,755)
b839a3ce 8111# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 8112
d5174470
ZU
8113# %files format-pdfetex
8114# %defattr(644,root,root,755)
b839a3ce 8115# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
8116
8117%files mex
8118%defattr(644,root,root,755)
80fa261c 8119%doc %{texmfdist}/doc/mex
446ab8e0
ZU
8120%dir %{texmfdist}/tex/mex
8121%dir %{texmfdist}/tex/mex/base
8122%{texmfdist}/tex/mex/base/mex1.tex
8123%{texmfdist}/tex/mex/base/mex2.tex
8124%{texmfdist}/tex/mex/base/mex.tex
8125%dir %{texmfdist}/tex/mex/config
8126%{texmfdist}/tex/mex/base/mexconf.tex
8127
d08789e0
ZU
8128%files format-mex
8129%defattr(644,root,root,755)
8130%attr(755,root,root) %{_bindir}/mex
2677a8b0 8131%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 8132# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
8133
8134%files format-pdfmex
8135%defattr(644,root,root,755)
8136%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 8137%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 8138# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
8139
8140%files format-utf8mex
8141%defattr(644,root,root,755)
8142%attr(755,root,root) %{_bindir}/utf8mex
04123363 8143%dir %{texmfdist}/doc/mex
2677a8b0
ZU
8144%doc %{texmfdist}/doc/mex/utf8mex
8145%{texmfdist}/tex/mex/utf8mex
b839a3ce 8146# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
8147
8148%files amstex
8149%defattr(644,root,root,755)
2677a8b0
ZU
8150%dir %{texmfdist}/tex/amstex
8151%{texmfdist}/tex/amstex/base
8152%{texmfdist}/tex/amstex/config
8153%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
8154
8155%files format-amstex
8156%defattr(644,root,root,755)
446ab8e0
ZU
8157%doc %{texmfdist}/doc/amstex
8158%{texmfdist}/tex/amstex
d08789e0
ZU
8159%attr(755,root,root) %{_bindir}/amstex
8160%{_mandir}/man1/amstex.1*
80fa261c
ZU
8161%{texmf}/fmtutil/format.amstex.cnf
8162%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
8163# %lang(fi) %{_mandir}/fi/man1/amstex.1*
8164# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 8165
446ab8e0
ZU
8166# %files format-pdfamstex
8167# %defattr(644,root,root,755)
8168# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 8169#%{texmf}/pdftex/amstex
446ab8e0 8170# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
8171
8172%files csplain
8173%defattr(644,root,root,755)
04123363 8174%dir %{texmfdist}/doc/cslatex
21c69d95 8175%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
8176%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
8177%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
8178%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
8179%doc %{texmfdist}/doc/cslatex/base/csplain.doc
8180%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
8181%doc %{texmfdist}/doc/cslatex/base/test8z.tex
8182%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 8183%attr(755,root,root) %{_bindir}/csplain
446ab8e0 8184%{texmfdist}/tex/csplain
d08789e0
ZU
8185
8186%files format-csplain
8187%defattr(644,root,root,755)
b839a3ce 8188# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
8189
8190%files format-pdfcsplain
8191%defattr(644,root,root,755)
8192%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 8193# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
8194
8195%files cslatex
8196%defattr(644,root,root,755)
446ab8e0
ZU
8197# %doc %{texmf}/doc/cstex/INSTALL.cslatex
8198# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
8199%{texmfdist}/tex/cslatex
8200%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
8201
8202%files format-cslatex
8203%defattr(644,root,root,755)
8204%attr(755,root,root) %{_bindir}/cslatex
80fa261c 8205%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 8206# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
8207
8208%files format-pdfcslatex
8209%defattr(644,root,root,755)
8210%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 8211# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 8212
ffd94364
ZU
8213# %files cyrplain
8214# %defattr(644,root,root,755)
8215# %doc %{texmf}/doc/cyrplain
8216# %{texmf}/tex/cyrplain
d08789e0 8217
ffd94364
ZU
8218# %files format-cyrplain
8219# %defattr(644,root,root,755)
8220# %attr(755,root,root) %{_bindir}/cyrtex
8221# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 8222
ffd94364
ZU
8223# %files format-cyramstex
8224# %defattr(644,root,root,755)
8225# %attr(755,root,root) %{_bindir}/cyramstex
8226# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 8227
ffd94364
ZU
8228# %files format-cyrtexinfo
8229# %defattr(644,root,root,755)
8230# %attr(755,root,root) %{_bindir}/cyrtexinfo
8231# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
8232
8233%files eplain
8234%defattr(644,root,root,755)
ffd94364
ZU
8235%doc %{texmfdist}/doc/etex
8236%doc %{texmfdist}/doc/eplain
8237%{texmfdist}/tex/plain/etex
8238%{texmfdist}/tex/eplain
d08789e0
ZU
8239
8240%files format-eplain
8241%defattr(644,root,root,755)
8242%attr(755,root,root) %{_bindir}/eplain
8243%attr(755,root,root) %{_bindir}/etex
8244%{_mandir}/man1/eplain.1*
8245%{_mandir}/man1/etex.1*
80fa261c 8246%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
8247# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
8248# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
8249
8250%files context
8251%defattr(644,root,root,755)
68640cd8
ZU
8252%doc %{texmfdist}/doc/context
8253# %doc %{texmf}/doc/polish/context
4224ae6d
MB
8254%attr(755,root,root) %{_bindir}/context
8255%attr(755,root,root) %{_bindir}/ctxtools
8256%attr(755,root,root) %{_bindir}/exatools
8257%attr(755,root,root) %{_bindir}/luatools
8258%attr(755,root,root) %{_bindir}/makempy
8259%attr(755,root,root) %{_bindir}/mpstools
8260%attr(755,root,root) %{_bindir}/mtxrun
8261%attr(755,root,root) %{_bindir}/mtxtools
8262%attr(755,root,root) %{_bindir}/pdfthumb
8263%attr(755,root,root) %{_bindir}/pdftools
8264%attr(755,root,root) %{_bindir}/pdftrimwhite
8265%attr(755,root,root) %{_bindir}/pstopdf
8266%attr(755,root,root) %{_bindir}/rlxtools
8267%attr(755,root,root) %{_bindir}/runtools
8268%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
8269%attr(755,root,root) %{_bindir}/texfind
8270%attr(755,root,root) %{_bindir}/texfont
4224ae6d 8271%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 8272%attr(755,root,root) %{_bindir}/texshow
4224ae6d 8273%attr(755,root,root) %{_bindir}/textools
d08789e0 8274%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
8275%attr(755,root,root) %{_bindir}/tmftools
8276%attr(755,root,root) %{_bindir}/xmltools
ffd94364 8277# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
8278%{_mandir}/man1/ctxtools.1*
8279%{_mandir}/man1/pdftools.1*
8280%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
8281%{_mandir}/man1/texfind.1*
8282%{_mandir}/man1/texfont.1*
fae5faca
ZU
8283%{_mandir}/man1/texmfstart.1*
8284%{_mandir}/man1/textools.1*
d08789e0 8285%{_mandir}/man1/texutil.1*
ffd94364 8286# %{_mandir}/man1/texshow.1*
4224ae6d 8287%{texmfdist}/context
68640cd8 8288%{texmfdist}/fonts/enc/dvips/context
ffd94364 8289# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
8290%{texmfdist}/metapost/context
8291%{texmfdist}/scripts/context
4224ae6d
MB
8292%{texmfdist}/tex/context
8293%exclude %{texmfdist}/tex/context/config/cont-de.ini
8294%exclude %{texmfdist}/tex/context/config/cont-en.ini
8295%exclude %{texmfdist}/tex/context/config/cont-nl.ini
8296%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 8297%{texmfdist}/tex/generic/context
4224ae6d 8298%{texmfdist}/tex/latex/context
68640cd8 8299%{texmfdist}/bibtex/bst/context
80fa261c 8300%{texmf}/fmtutil/format.context.cnf
f7f90954 8301%doc %{texmfdist}/doc/luatex
d08789e0
ZU
8302
8303# no fmt, so commented out
8304#%files format-context-cz
8305#%defattr(644,root,root,755)
8306#%%{texmf}/tex/context/config/cont-cz.ini
8307# does not build with beta 20021025
8308#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
8309
8310%files format-context-de
8311%defattr(644,root,root,755)
2677a8b0 8312%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 8313# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
8314#%{_mandir}/man1/cont-de.1*
8315
8316%files format-context-en
8317%defattr(644,root,root,755)
2677a8b0 8318%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 8319# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
8320#%{_mandir}/man1/cont-en.1*
8321# what is the difference betwen uk and en in this particular situation?
2677a8b0 8322%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 8323# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
8324
8325# no fmt, so commented out
8326#%files format-context-it
8327#%defattr(644,root,root,755)
8328#%%{texmf}/tex/context/config/cont-it.ini
8329
8330%files format-context-nl
8331%defattr(644,root,root,755)
2677a8b0 8332%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 8333# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
8334#%{_mandir}/man1/cont-nl.1*
8335
8336# no fmt, so commented out
8337#%files format-context-ro
8338#%defattr(644,root,root,755)
8339#%%{texmf}/tex/context/config/cont-ro.ini
8340
3127b522 8341
d08789e0
ZU
8342%files latex
8343%defattr(644,root,root,755)
5fef92c1 8344%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
8345%attr(755,root,root) %{_bindir}/latex
8346%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
8347# %lang(fi) %{_mandir}/fi/man1/latex.1*
8348# %lang(pl) %{_mandir}/pl/man1/latex.1*
8349# %{_infodir}/latex.info*
04123363 8350%{texmf}/fmtutil/format.latex.cnf
5fef92c1 8351%{_mandir}/man1/lacheck.1*
3127b522
ZU
8352%{_mandir}/man1/latex.1*
8353%{_mandir}/man1/pslatex.1*
d08789e0 8354
3127b522
ZU
8355%dir %{texmfdist}/scripts
8356%dir %{texmfdist}/scripts/pst-pdf
63399af2 8357%dir %{texmfdist}/source/generic
df343eba 8358%dir %{texmfdist}/tex/latex
63399af2
ZU
8359%dir %{texmfdist}/tex/plain
8360%dir %{texmf}/tex/latex
d08789e0 8361
3127b522
ZU
8362# %{texmfdist}/tex/latex/citesort
8363# %{texmfdist}/tex/latex/dvilj
8364# %{texmfdist}/tex/latex/eclbip
8365# %{texmfdist}/tex/latex/eo
8366# %{texmfdist}/tex/latex/example
8367# %{texmfdist}/tex/latex/fguill
8368# %{texmfdist}/tex/latex/floatflt
8369# %{texmfdist}/tex/latex/gletter
8370# %{texmfdist}/tex/latex/here
8371# %{texmfdist}/tex/latex/mt11p
8372# %{texmfdist}/tex/latex/relsize
8373# %{texmfdist}/tex/latex/selectp
8374# %{texmfdist}/tex/latex/shadow
8375# %{texmfdist}/tex/latex/showtags
8376# %{texmfdist}/tex/latex/tabls
8377# %{texmfdist}/tex/latex/texmacs
8378# %{texmfdist}/tex/latex/threeparttable
8379# %{texmfdist}/tex/latex/treesvr
8380# %{texmfdist}/tex/latex/ulem
8381# %{texmfdist}/tex/latex/url
8382# %{texmf}/tex/latex/version
8383# %{texmf}/tex/latex/vpage
8384%{texmfdist}/scripts/pst-pdf/ps4pdf
8385%{texmfdist}/tex/generic/pstricks
8386%{texmfdist}/tex/generic/shapepar
3127b522 8387%{texmfdist}/tex/generic/textmerg
6367bfc9
MB
8388%{texmfdist}/tex/latex/12many
8389%{texmfdist}/tex/latex/AkkTeX
8390%{texmfdist}/tex/latex/ESIEEcv
8391%{texmfdist}/tex/latex/GuIT
8392%{texmfdist}/tex/latex/HA-prosper
8393%{texmfdist}/tex/latex/IEEEconf
8394%{texmfdist}/tex/latex/IEEEtran
8395%{texmfdist}/tex/latex/SIstyle
8396%{texmfdist}/tex/latex/Tabbing
8397%{texmfdist}/tex/latex/a0poster
8398%{texmfdist}/tex/latex/aastex
8399%{texmfdist}/tex/latex/abc
6367bfc9
MB
8400%{texmfdist}/tex/latex/achemso
8401%{texmfdist}/tex/latex/acmconf
8402%{texmfdist}/tex/latex/acmtrans
df343eba 8403%{texmfdist}/tex/latex/acronym
6367bfc9
MB
8404%{texmfdist}/tex/latex/active-conf
8405%{texmfdist}/tex/latex/addlines
8406%{texmfdist}/tex/latex/adrlist
df343eba 8407%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
8408%{texmfdist}/tex/latex/afthesis
8409%{texmfdist}/tex/latex/aguplus
8410%{texmfdist}/tex/latex/aiaa
8411%{texmfdist}/tex/latex/akletter
8412%{texmfdist}/tex/latex/alg
8413%{texmfdist}/tex/latex/algorithm2e
8414%{texmfdist}/tex/latex/algorithmicx
8415%{texmfdist}/tex/latex/allrunes
8416%{texmfdist}/tex/latex/alnumsec
8417%{texmfdist}/tex/latex/altfont
8418%{texmfdist}/tex/latex/ametsoc
8419%{texmfdist}/tex/latex/amsaddr
8420%{texmfdist}/tex/latex/amsrefs
8421%{texmfdist}/tex/latex/animate
8422%{texmfdist}/tex/latex/answers
8423%{texmfdist}/tex/latex/antiqua
8424%{texmfdist}/tex/latex/anyfontsize
df343eba 8425%{texmfdist}/tex/latex/anysize
6367bfc9
MB
8426%{texmfdist}/tex/latex/apa
8427%{texmfdist}/tex/latex/apacite
8428%{texmfdist}/tex/latex/apl
8429%{texmfdist}/tex/latex/ar
8430%{texmfdist}/tex/latex/arabi
8431%{texmfdist}/tex/latex/arabtex
8432%{texmfdist}/tex/latex/archaic
8433%{texmfdist}/tex/latex/arcs
8434%{texmfdist}/tex/latex/arev
8435%{texmfdist}/tex/latex/armenian
8436%{texmfdist}/tex/latex/arydshln
8437%{texmfdist}/tex/latex/asaetr
8438%{texmfdist}/tex/latex/ascelike
8439%{texmfdist}/tex/latex/ascii
8440%{texmfdist}/tex/latex/assignment
8441%{texmfdist}/tex/latex/attachfile
8442%{texmfdist}/tex/latex/augie
8443%{texmfdist}/tex/latex/auncial-new
8444%{texmfdist}/tex/latex/aurical
8445%{texmfdist}/tex/latex/authoraftertitle
8446%{texmfdist}/tex/latex/authorindex
8447%{texmfdist}/tex/latex/auto-pst-pdf
8448%{texmfdist}/tex/latex/autoarea
8449%{texmfdist}/tex/latex/autotab
8450%{texmfdist}/tex/latex/avantgar
8451%{texmfdist}/tex/latex/babelbib
6367bfc9
MB
8452%{texmfdist}/tex/latex/bangtex
8453%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
8454%{texmfdist}/tex/latex/base
8455%{texmfdist}/tex/latex/bayer
8456%{texmfdist}/tex/latex/bbding
8457%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
8458%{texmfdist}/tex/latex/begriff
8459%{texmfdist}/tex/latex/bengali
8460%{texmfdist}/tex/latex/bera
8461%{texmfdist}/tex/latex/betababel
df343eba 8462%{texmfdist}/tex/latex/beton
6367bfc9
MB
8463%{texmfdist}/tex/latex/bez123
8464%{texmfdist}/tex/latex/bibarts
8465%{texmfdist}/tex/latex/bibleref
8466%{texmfdist}/tex/latex/biblist
8467%{texmfdist}/tex/latex/bibtopicprefix
8468%{texmfdist}/tex/latex/bigfoot
8469%{texmfdist}/tex/latex/binomexp
8470%{texmfdist}/tex/latex/biocon
8471%{texmfdist}/tex/latex/bizcard
8472%{texmfdist}/tex/latex/blacklettert1
8473%{texmfdist}/tex/latex/blindtext
8474%{texmfdist}/tex/latex/blowup
8475%{texmfdist}/tex/latex/boisik
8476%{texmfdist}/tex/latex/boites
8477%{texmfdist}/tex/latex/boldtensors
8478%{texmfdist}/tex/latex/bookest
8479%{texmfdist}/tex/latex/bookhands
8480%{texmfdist}/tex/latex/booklet
8481%{texmfdist}/tex/latex/bookman
8482%{texmfdist}/tex/latex/bophook
8483%{texmfdist}/tex/latex/boxhandler
8484%{texmfdist}/tex/latex/bpchem
8485%{texmfdist}/tex/latex/braille
8486%{texmfdist}/tex/latex/breakurl
8487%{texmfdist}/tex/latex/bridge
8488%{texmfdist}/tex/latex/brushscr
8489%{texmfdist}/tex/latex/bullcntr
8490%{texmfdist}/tex/latex/burmese
8491%{texmfdist}/tex/latex/bussproofs
8492%{texmfdist}/tex/latex/bytefield
df343eba 8493%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
8494%{texmfdist}/tex/latex/calxxxx
8495%{texmfdist}/tex/latex/captcont
8496%{texmfdist}/tex/latex/casyl
8497%{texmfdist}/tex/latex/catechis
8498%{texmfdist}/tex/latex/cbcoptic
8499%{texmfdist}/tex/latex/cbfonts
df343eba 8500%{texmfdist}/tex/latex/ccaption
6367bfc9
MB
8501%{texmfdist}/tex/latex/cchess
8502%{texmfdist}/tex/latex/cclicenses
8503%{texmfdist}/tex/latex/cd-cover
8504%{texmfdist}/tex/latex/cd
8505%{texmfdist}/tex/latex/cdpbundl
8506%{texmfdist}/tex/latex/cellspace
df343eba 8507%{texmfdist}/tex/latex/changebar
6367bfc9
MB
8508%{texmfdist}/tex/latex/changepage
8509%{texmfdist}/tex/latex/changes
df343eba 8510%{texmfdist}/tex/latex/chappg
6367bfc9
MB
8511%{texmfdist}/tex/latex/chapterfolder
8512%{texmfdist}/tex/latex/chemarrow
8513%{texmfdist}/tex/latex/chemcompounds
8514%{texmfdist}/tex/latex/chemcono
8515%{texmfdist}/tex/latex/chemstyle
8516%{texmfdist}/tex/latex/cherokee
8517%{texmfdist}/tex/latex/chess
8518%{texmfdist}/tex/latex/chessboard
8519%{texmfdist}/tex/latex/chessfss
8520%{texmfdist}/tex/latex/chicago
8521%{texmfdist}/tex/latex/china2e
8522%{texmfdist}/tex/latex/chletter
8523%{texmfdist}/tex/latex/circ
8524%{texmfdist}/tex/latex/citeref
8525%{texmfdist}/tex/latex/cjhebrew
8526%{texmfdist}/tex/latex/cjk
8527%{texmfdist}/tex/latex/cjw
8528%{texmfdist}/tex/latex/classicthesis
8529%{texmfdist}/tex/latex/clefval
8530%{texmfdist}/tex/latex/cleveref
8531%{texmfdist}/tex/latex/clock
8532%{texmfdist}/tex/latex/clrscode
8533%{texmfdist}/tex/latex/cm-lgc
8534%{texmfdist}/tex/latex/cm-super
df343eba 8535%{texmfdist}/tex/latex/cmap
6367bfc9
MB
8536%{texmfdist}/tex/latex/cmcyralt
8537%{texmfdist}/tex/latex/cmdstring
8538%{texmfdist}/tex/latex/cmdtrack
8539%{texmfdist}/tex/latex/cmll
8540%{texmfdist}/tex/latex/cmsd
8541%{texmfdist}/tex/latex/codepage
8542%{texmfdist}/tex/latex/colorinfo
6367bfc9
MB
8543%{texmfdist}/tex/latex/colortbl
8544%{texmfdist}/tex/latex/colorwav
8545%{texmfdist}/tex/latex/combine
8546%{texmfdist}/tex/latex/commath
8547%{texmfdist}/tex/latex/compactbib
8548%{texmfdist}/tex/latex/complexity
8549%{texmfdist}/tex/latex/computational-complexity
8550%{texmfdist}/tex/latex/concprog
8551%{texmfdist}/tex/latex/confproc
8552%{texmfdist}/tex/latex/constants
8553%{texmfdist}/tex/latex/contour
8554%{texmfdist}/tex/latex/cooking
8555%{texmfdist}/tex/latex/cool
8556%{texmfdist}/tex/latex/coollist
8557%{texmfdist}/tex/latex/coolstr
8558%{texmfdist}/tex/latex/cooltooltips
8559%{texmfdist}/tex/latex/coordsys
8560%{texmfdist}/tex/latex/courier-scaled
8561%{texmfdist}/tex/latex/courier
8562%{texmfdist}/tex/latex/courseoutline
8563%{texmfdist}/tex/latex/coursepaper
8564%{texmfdist}/tex/latex/coverpage
8565%{texmfdist}/tex/latex/covington
df343eba 8566%{texmfdist}/tex/latex/crop
6367bfc9
MB
8567%{texmfdist}/tex/latex/crossreference
8568%{texmfdist}/tex/latex/crosswrd
8569%{texmfdist}/tex/latex/csbulletin
8570%{texmfdist}/tex/latex/csquotes
8571%{texmfdist}/tex/latex/csvtools
8572%{texmfdist}/tex/latex/ctable
8573%{texmfdist}/tex/latex/ctib
8574%{texmfdist}/tex/latex/cuisine
8575%{texmfdist}/tex/latex/cursor
8576%{texmfdist}/tex/latex/curve
8577%{texmfdist}/tex/latex/curve2e
8578%{texmfdist}/tex/latex/cv
8579%{texmfdist}/tex/latex/cweb-latex
8580%{texmfdist}/tex/latex/cwpuzzle
8581%{texmfdist}/tex/latex/cyklop
8582%{texmfdist}/tex/latex/dashbox
8583%{texmfdist}/tex/latex/dashrule
8584%{texmfdist}/tex/latex/datatool
8585%{texmfdist}/tex/latex/dateiliste
8586%{texmfdist}/tex/latex/datenumber
8587%{texmfdist}/tex/latex/datetime
8588%{texmfdist}/tex/latex/dcpic
8589%{texmfdist}/tex/latex/decimal
8590%{texmfdist}/tex/latex/delimtxt
8591%{texmfdist}/tex/latex/diagnose
8592%{texmfdist}/tex/latex/dialogl
8593%{texmfdist}/tex/latex/dichokey
8594%{texmfdist}/tex/latex/dictsym
8595%{texmfdist}/tex/latex/digiconfigs
df343eba 8596%{texmfdist}/tex/latex/dinbrief
6367bfc9
MB
8597%{texmfdist}/tex/latex/dingbat
8598%{texmfdist}/tex/latex/directory
8599%{texmfdist}/tex/latex/disser
8600%{texmfdist}/tex/latex/dlfltxb
8601%{texmfdist}/tex/latex/dnaseq
8602%{texmfdist}/tex/latex/docmfp
8603%{texmfdist}/tex/latex/doi
8604%{texmfdist}/tex/latex/doipubmed
8605%{texmfdist}/tex/latex/dotarrow
8606%{texmfdist}/tex/latex/dotseqn
8607%{texmfdist}/tex/latex/dottex
8608%{texmfdist}/tex/latex/doublestroke
8609%{texmfdist}/tex/latex/dpfloat
8610%{texmfdist}/tex/latex/dprogress
8611%{texmfdist}/tex/latex/drac
df343eba 8612%{texmfdist}/tex/latex/draftcopy
6367bfc9
MB
8613%{texmfdist}/tex/latex/draftwatermark
8614%{texmfdist}/tex/latex/dramatist
8615%{texmfdist}/tex/latex/dtk
8616%{texmfdist}/tex/latex/duerer-latex
8617%{texmfdist}/tex/latex/dvdcoll
8618%{texmfdist}/tex/latex/dvipdfmx-def
8619%{texmfdist}/tex/latex/dyntree
8620%{texmfdist}/tex/latex/eCards
8621%{texmfdist}/tex/latex/ean13isbn
8622%{texmfdist}/tex/latex/easy
8623%{texmfdist}/tex/latex/ebezier
8624%{texmfdist}/tex/latex/ebsthesis
8625%{texmfdist}/tex/latex/ecclesiastic
8626%{texmfdist}/tex/latex/ecltree
8627%{texmfdist}/tex/latex/eco
8628%{texmfdist}/tex/latex/economic
8629%{texmfdist}/tex/latex/ecv
8630%{texmfdist}/tex/latex/ed
8631%{texmfdist}/tex/latex/edmargin
8632%{texmfdist}/tex/latex/ednotes
8633%{texmfdist}/tex/latex/eemeir
df343eba 8634%{texmfdist}/tex/latex/eepic
6367bfc9
MB
8635%{texmfdist}/tex/latex/egameps
8636%{texmfdist}/tex/latex/egplot
8637%{texmfdist}/tex/latex/eiad
8638%{texmfdist}/tex/latex/ellipsis
8639%{texmfdist}/tex/latex/elmath
8640%{texmfdist}/tex/latex/elpres
8641%{texmfdist}/tex/latex/elsarticle
8642%{texmfdist}/tex/latex/elsevier
8643%{texmfdist}/tex/latex/em
8644%{texmfdist}/tex/latex/emp
8645%{texmfdist}/tex/latex/emulateapj
8646%{texmfdist}/tex/latex/encxvlna
df343eba 8647%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
8648%{texmfdist}/tex/latex/endheads
8649%{texmfdist}/tex/latex/engpron
8650%{texmfdist}/tex/latex/engrec
8651%{texmfdist}/tex/latex/envbig
8652%{texmfdist}/tex/latex/environ
8653%{texmfdist}/tex/latex/envlab
8654%{texmfdist}/tex/latex/epigrafica
8655%{texmfdist}/tex/latex/epigraph
8656%{texmfdist}/tex/latex/epiolmec
8657%{texmfdist}/tex/latex/epsdice
8658%{texmfdist}/tex/latex/epspdfconversion
8659%{texmfdist}/tex/latex/eqlist
8660%{texmfdist}/tex/latex/eqname
8661%{texmfdist}/tex/latex/eqnarray
8662%{texmfdist}/tex/latex/eqparbox
8663%{texmfdist}/tex/latex/errata
8664%{texmfdist}/tex/latex/esdiff
df343eba 8665%{texmfdist}/tex/latex/esint
6367bfc9
MB
8666%{texmfdist}/tex/latex/eskd
8667%{texmfdist}/tex/latex/eskdx
3127b522 8668%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
8669%{texmfdist}/tex/latex/esvect
8670%{texmfdist}/tex/latex/etaremune
8671%{texmfdist}/tex/latex/etex-pkg
8672%{texmfdist}/tex/latex/ethiop
8673%{texmfdist}/tex/latex/etoolbox
8674%{texmfdist}/tex/latex/eukdate
df343eba
ZU
8675%{texmfdist}/tex/latex/euler
8676%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
8677%{texmfdist}/tex/latex/euproposal
8678%{texmfdist}/tex/latex/euro
8679%{texmfdist}/tex/latex/eurofont
8680%{texmfdist}/tex/latex/europecv
8681%{texmfdist}/tex/latex/eurosans
df343eba 8682%{texmfdist}/tex/latex/eurosym
6367bfc9
MB
8683%{texmfdist}/tex/latex/everypage
8684%{texmfdist}/tex/latex/examdesign
8685%{texmfdist}/tex/latex/examplep
8686%{texmfdist}/tex/latex/exceltex
8687%{texmfdist}/tex/latex/exercise
8688%{texmfdist}/tex/latex/expdlist
cf8dbd64
MB
8689%{texmfdist}/tex/latex/expl3
8690%{texmfdist}/tex/latex/export
8691%{texmfdist}/tex/latex/extarrows
8692%{texmfdist}/tex/latex/extpfeil
8693%{texmfdist}/tex/latex/extract
df343eba 8694%{texmfdist}/tex/latex/extsizes
cf8dbd64
MB
8695%{texmfdist}/tex/latex/facsimile
8696%{texmfdist}/tex/latex/faktor
df343eba
ZU
8697%{texmfdist}/tex/latex/fancybox
8698%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
8699%{texmfdist}/tex/latex/fancynum
8700%{texmfdist}/tex/latex/fancyref
8701%{texmfdist}/tex/latex/fancytooltips
df343eba 8702%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
8703%{texmfdist}/tex/latex/fax
8704%{texmfdist}/tex/latex/fc
8705%{texmfdist}/tex/latex/feyn
8706%{texmfdist}/tex/latex/feynmf
8707%{texmfdist}/tex/latex/fge
8708%{texmfdist}/tex/latex/figbib
8709%{texmfdist}/tex/latex/figsize
df343eba 8710%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
8711%{texmfdist}/tex/latex/fink
8712%{texmfdist}/tex/latex/fixfoot
8713%{texmfdist}/tex/latex/fixme
6367bfc9
MB
8714%{texmfdist}/tex/latex/flabels
8715%{texmfdist}/tex/latex/flacards
8716%{texmfdist}/tex/latex/flagderiv
8717%{texmfdist}/tex/latex/flashcards
8718%{texmfdist}/tex/latex/flippdf
df343eba 8719%{texmfdist}/tex/latex/float
6367bfc9
MB
8720%{texmfdist}/tex/latex/floatrow
8721%{texmfdist}/tex/latex/flowfram
8722%{texmfdist}/tex/latex/fmp
8723%{texmfdist}/tex/latex/fmtcount
8724%{texmfdist}/tex/latex/fnbreak
8725%{texmfdist}/tex/latex/fncychap
8726%{texmfdist}/tex/latex/foekfont
8727%{texmfdist}/tex/latex/foilhtml
8728%{texmfdist}/tex/latex/fonetika
df343eba 8729%{texmfdist}/tex/latex/fontinst
6367bfc9 8730%{texmfdist}/tex/latex/fonttable
df343eba
ZU
8731%{texmfdist}/tex/latex/footmisc
8732%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
8733%{texmfdist}/tex/latex/forarray
8734%{texmfdist}/tex/latex/forloop
8735%{texmfdist}/tex/latex/formlett
8736%{texmfdist}/tex/latex/formula
8737%{texmfdist}/tex/latex/formular
8738%{texmfdist}/tex/latex/fouridx
8739%{texmfdist}/tex/latex/fourier
8740%{texmfdist}/tex/latex/fouriernc
df343eba 8741%{texmfdist}/tex/latex/fp
6367bfc9
MB
8742%{texmfdist}/tex/latex/frankenstein
8743%{texmfdist}/tex/latex/frcursive
8744%{texmfdist}/tex/latex/frenchle
8745%{texmfdist}/tex/latex/fribrief
8746%{texmfdist}/tex/latex/frletter
8747%{texmfdist}/tex/latex/frontespizio
8748%{texmfdist}/tex/latex/fullblck
8749%{texmfdist}/tex/latex/fullpict
8750%{texmfdist}/tex/latex/functan
8751%{texmfdist}/tex/latex/fundus
6367bfc9
MB
8752%{texmfdist}/tex/latex/gaceta
8753%{texmfdist}/tex/latex/galois
8754%{texmfdist}/tex/latex/gastex
8755%{texmfdist}/tex/latex/gatech-thesis
8756%{texmfdist}/tex/latex/gauss
8757%{texmfdist}/tex/latex/gb4e
8758%{texmfdist}/tex/latex/gcard
8759%{texmfdist}/tex/latex/gcite
8760%{texmfdist}/tex/latex/genmpage
df343eba 8761%{texmfdist}/tex/latex/geometry
6367bfc9 8762%{texmfdist}/tex/latex/geomsty
df343eba 8763%{texmfdist}/tex/latex/germbib
6367bfc9
MB
8764%{texmfdist}/tex/latex/gfsartemisia
8765%{texmfdist}/tex/latex/gfsbaskerville
8766%{texmfdist}/tex/latex/gfsbodoni
8767%{texmfdist}/tex/latex/gfscomplutum
8768%{texmfdist}/tex/latex/gfsdidot
8769%{texmfdist}/tex/latex/gfsneohellenic
8770%{texmfdist}/tex/latex/gfsporson
8771%{texmfdist}/tex/latex/gfssolomos
8772%{texmfdist}/tex/latex/ginpenc
8773%{texmfdist}/tex/latex/gloss
8774%{texmfdist}/tex/latex/glossaries
8775%{texmfdist}/tex/latex/gmdoc
8776%{texmfdist}/tex/latex/gmeometric
8777%{texmfdist}/tex/latex/gmiflink
8778%{texmfdist}/tex/latex/gmutils
8779%{texmfdist}/tex/latex/gmverb
8780%{texmfdist}/tex/latex/gnuplottex
8781%{texmfdist}/tex/latex/go
df343eba 8782%{texmfdist}/tex/latex/graphics
6367bfc9
MB
8783%{texmfdist}/tex/latex/graphicx-psmin
8784%{texmfdist}/tex/latex/greek-inputenc
8785%{texmfdist}/tex/latex/greekdates
68640cd8 8786%{texmfdist}/tex/latex/greektex
6367bfc9
MB
8787%{texmfdist}/tex/latex/grfpaste
8788%{texmfdist}/tex/latex/grnumalt
8789%{texmfdist}/tex/latex/grotesq
8790%{texmfdist}/tex/latex/grverb
8791%{texmfdist}/tex/latex/gu
8792%{texmfdist}/tex/latex/guitar
8793%{texmfdist}/tex/latex/guitbeamer
8794%{texmfdist}/tex/latex/hanging
8795%{texmfdist}/tex/latex/har2nat
8796%{texmfdist}/tex/latex/harmony
8797%{texmfdist}/tex/latex/harpoon
8798%{texmfdist}/tex/latex/harvard
8799%{texmfdist}/tex/latex/hc
8800%{texmfdist}/tex/latex/helvetic
8801%{texmfdist}/tex/latex/hep
8802%{texmfdist}/tex/latex/hepnames
8803%{texmfdist}/tex/latex/hepparticles
8804%{texmfdist}/tex/latex/hepthesis
8805%{texmfdist}/tex/latex/hepunits
8806%{texmfdist}/tex/latex/hexgame
8807%{texmfdist}/tex/latex/hfoldsty
8808%{texmfdist}/tex/latex/hhtensor
8809%{texmfdist}/tex/latex/hilowres
8810%{texmfdist}/tex/latex/histogr
8811%{texmfdist}/tex/latex/hitec
8812%{texmfdist}/tex/latex/hpsdiss
8813%{texmfdist}/tex/latex/hrlatex
8814%{texmfdist}/tex/latex/hvfloat
8815%{texmfdist}/tex/latex/hypdvips
8816%{texmfdist}/tex/latex/hyper
df343eba 8817%{texmfdist}/tex/latex/hyperref
6367bfc9 8818%{texmfdist}/tex/latex/hyperxmp
df343eba 8819%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
8820%{texmfdist}/tex/latex/ibycus-babel
8821%{texmfdist}/tex/latex/icsv
8822%{texmfdist}/tex/latex/ieeepes
8823%{texmfdist}/tex/latex/ifmslide
8824%{texmfdist}/tex/latex/ifplatform
8825%{texmfdist}/tex/latex/ifsym
8826%{texmfdist}/tex/latex/ijmart
8827%{texmfdist}/tex/latex/imac
8828%{texmfdist}/tex/latex/image-gallery
8829%{texmfdist}/tex/latex/imtekda
df343eba 8830%{texmfdist}/tex/latex/index
6367bfc9
MB
8831%{texmfdist}/tex/latex/initials
8832%{texmfdist}/tex/latex/inlinebib
8833%{texmfdist}/tex/latex/inlinedef
8834%{texmfdist}/tex/latex/interactiveworkbook
8835%{texmfdist}/tex/latex/inversepath
8836%{texmfdist}/tex/latex/invoice
8837%{texmfdist}/tex/latex/ipa
8838%{texmfdist}/tex/latex/iso
8839%{texmfdist}/tex/latex/iso10303
8840%{texmfdist}/tex/latex/isodate
8841%{texmfdist}/tex/latex/isodoc
8842%{texmfdist}/tex/latex/isonums
8843%{texmfdist}/tex/latex/isorot
8844%{texmfdist}/tex/latex/isotope
8845%{texmfdist}/tex/latex/itnumpar
8846%{texmfdist}/tex/latex/itrans
8847%{texmfdist}/tex/latex/iwona
8848%{texmfdist}/tex/latex/jeopardy
8849%{texmfdist}/tex/latex/jhep
8850%{texmfdist}/tex/latex/jknapltx
8851%{texmfdist}/tex/latex/jneurosci
8852%{texmfdist}/tex/latex/jpsj
8853%{texmfdist}/tex/latex/jura
8854%{texmfdist}/tex/latex/juraabbrev
8855%{texmfdist}/tex/latex/juramisc
8856%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
8857%{texmfdist}/tex/latex/koma-script
8858%{texmfdist}/tex/latex/labels
4224ae6d
MB
8859%dir %{texmfdist}/tex/latex/latexconfig
8860%{texmfdist}/tex/latex/latexconfig/latex.ini
8861%{texmfdist}/tex/latex/latexconfig/lualatex.ini
8862%{texmfdist}/tex/latex/latexconfig/mllatex.ini
8863%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8864%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 8865%{texmfdist}/tex/latex/layouts
df343eba
ZU
8866%{texmfdist}/tex/latex/lettrine
8867%{texmfdist}/tex/latex/listings
8868%{texmfdist}/tex/latex/ltabptch
daae3151 8869%{texmfdist}/tex/latex/localloc
cf8dbd64 8870%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
8871%{texmfdist}/tex/latex/mathcomp
8872%{texmfdist}/tex/latex/mdwtools
8873%{texmfdist}/tex/latex/memoir
8874%{texmfdist}/tex/latex/mh
cf8dbd64
MB
8875%{texmfdist}/tex/latex/misc209
8876%{texmfdist}/tex/latex/mmap
8877%{texmfdist}/tex/latex/mnsymbol
8878%{texmfdist}/tex/latex/moderncv
8879%{texmfdist}/tex/latex/modroman
8880%{texmfdist}/tex/latex/mongolian-babel
8881%{texmfdist}/tex/latex/montex
df343eba
ZU
8882%{texmfdist}/tex/latex/mparhack
8883%{texmfdist}/tex/latex/ms
df343eba 8884%{texmfdist}/tex/latex/multibib
df343eba
ZU
8885%{texmfdist}/tex/latex/multirow
8886%{texmfdist}/tex/latex/mwcls
8887%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
8888%{texmfdist}/tex/latex/ncclatex
8889%{texmfdist}/tex/latex/ncctools
8890%{texmfdist}/tex/latex/ncntrsbk
8891%{texmfdist}/tex/latex/nddiss
8892%{texmfdist}/tex/latex/newalg
8893%{texmfdist}/tex/latex/newfile
8894%{texmfdist}/tex/latex/newlfm
8895%{texmfdist}/tex/latex/newspaper
8896%{texmfdist}/tex/latex/newthm
df343eba
ZU
8897%{texmfdist}/tex/latex/nomencl
8898%{texmfdist}/tex/latex/ntgclass
80fa261c 8899%{texmfdist}/tex/generic/oberdiek
df343eba 8900%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
8901%{texmfdist}/tex/latex/overpic
8902%{texmfdist}/tex/latex/paralist
df343eba
ZU
8903%{texmfdist}/tex/latex/pb-diagram
8904%{texmfdist}/tex/latex/pdfpages
8905%{texmfdist}/tex/latex/picinpar
df343eba
ZU
8906%{texmfdist}/tex/latex/pict2e
8907%{texmfdist}/tex/latex/placeins
df343eba
ZU
8908%{texmfdist}/tex/latex/preprint
8909%{texmfdist}/tex/latex/preview
8910%{texmfdist}/tex/latex/program
df343eba
ZU
8911%{texmfdist}/tex/latex/psfrag
8912%{texmfdist}/tex/latex/pslatex
df343eba
ZU
8913%{texmfdist}/tex/latex/revtex
8914%{texmfdist}/tex/latex/rotating
8915%{texmfdist}/tex/latex/rotfloat
8916%{texmfdist}/tex/latex/scale
8917%{texmfdist}/tex/latex/sectsty
df343eba
ZU
8918%{texmfdist}/tex/latex/seminar
8919%{texmfdist}/tex/latex/setspace
df343eba
ZU
8920%{texmfdist}/tex/latex/showdim
8921%{texmfdist}/tex/latex/showlabels
df343eba
ZU
8922%{texmfdist}/tex/latex/sidecap
8923%{texmfdist}/tex/latex/slashbox
8924%{texmfdist}/tex/latex/soul
8925%{texmfdist}/tex/latex/stdclsdv
8926%{texmfdist}/tex/latex/stmaryrd
8927%{texmfdist}/tex/latex/subfig
8928%{texmfdist}/tex/latex/subfigure
8929%{texmfdist}/tex/latex/supertabular
8930%{texmfdist}/tex/latex/t2
cf8dbd64
MB
8931%{texmfdist}/tex/latex/t-angles
8932%{texmfdist}/tex/latex/tableaux
8933%{texmfdist}/tex/latex/tablists
8934%{texmfdist}/tex/latex/tablor
8935%{texmfdist}/tex/latex/tabto-ltx
8936%{texmfdist}/tex/latex/tabulary
8937%{texmfdist}/tex/latex/tabvar
8938%{texmfdist}/tex/latex/talk
8939%{texmfdist}/tex/latex/taupin
8940%{texmfdist}/tex/latex/tcldoc
8941%{texmfdist}/tex/latex/tdsfrmath
8942%{texmfdist}/tex/latex/technics
8943%{texmfdist}/tex/latex/ted
8944%{texmfdist}/tex/latex/tengwarscript
8945%{texmfdist}/tex/latex/tensor
8946%{texmfdist}/tex/latex/teubner
8947%{texmfdist}/tex/latex/tex-gyre
8948%{texmfdist}/tex/latex/texilikecover
8949%{texmfdist}/tex/latex/texlogos
8950%{texmfdist}/tex/latex/texmate
8951%{texmfdist}/tex/latex/texpower
8952%{texmfdist}/tex/latex/texshade
8953%{texmfdist}/tex/latex/textcase
df343eba 8954%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
8955%{texmfdist}/tex/latex/textopo
8956%{texmfdist}/tex/latex/textpath
df343eba 8957%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
8958%{texmfdist}/tex/latex/theoremref
8959%{texmfdist}/tex/latex/thesis-titlepage-fhac
8960%{texmfdist}/tex/latex/thinsp
8961%{texmfdist}/tex/latex/thmtools
8962%{texmfdist}/tex/latex/thumb
8963%{texmfdist}/tex/latex/thuthesis
8964%{texmfdist}/tex/latex/ticket
8965%{texmfdist}/tex/latex/tikz-inet
8966%{texmfdist}/tex/latex/times
8967%{texmfdist}/tex/latex/timesht
8968%{texmfdist}/tex/latex/tipa
8969%{texmfdist}/tex/latex/titlefoot
df343eba 8970%{texmfdist}/tex/latex/titlesec
cf8dbd64 8971%{texmfdist}/tex/latex/titling
df343eba
ZU
8972%{texmfdist}/tex/latex/tocbibind
8973%{texmfdist}/tex/latex/tocloft
8974%{texmfdist}/tex/latex/tools
8975%{texmfdist}/tex/latex/totpages
df343eba 8976%{texmfdist}/tex/latex/type1cm
cf8dbd64 8977%{texmfdist}/tex/latex/undertilde
df343eba 8978%{texmfdist}/tex/latex/units
cf8dbd64
MB
8979%{texmfdist}/tex/latex/unitsdef
8980%{texmfdist}/tex/latex/universa
8981%{texmfdist}/tex/latex/unroman
8982%{texmfdist}/tex/latex/upmethodology
df343eba 8983%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
8984%{texmfdist}/tex/latex/varindex
8985%{texmfdist}/tex/latex/varsfromjobname
8986%{texmfdist}/tex/latex/vector
8987%{texmfdist}/tex/latex/velthuis
8988%{texmfdist}/tex/latex/verse
8989%{texmfdist}/tex/latex/versions
8990%{texmfdist}/tex/latex/vhistory
8991%{texmfdist}/tex/latex/vita
df343eba 8992%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
8993%{texmfdist}/tex/latex/volumes
8994%{texmfdist}/tex/latex/vpe
8995%{texmfdist}/tex/latex/vrsion
8996%{texmfdist}/tex/latex/vwcol
8997%{texmfdist}/tex/latex/vxu
8998%{texmfdist}/tex/latex/wallpaper
8999%{texmfdist}/tex/latex/warning
9000%{texmfdist}/tex/latex/warpcol
df343eba 9001%{texmfdist}/tex/latex/was
cf8dbd64
MB
9002%{texmfdist}/tex/latex/williams
9003%{texmfdist}/tex/latex/wnri
9004%{texmfdist}/tex/latex/wordlike
df343eba 9005%{texmfdist}/tex/latex/wrapfig
cf8dbd64
MB
9006%{texmfdist}/tex/latex/wsuipa
9007%{texmfdist}/tex/latex/xargs
9008%{texmfdist}/tex/latex/xcolor
9009%{texmfdist}/tex/latex/xdoc
9010%{texmfdist}/tex/latex/xfor
9011%{texmfdist}/tex/latex/xifthen
df343eba 9012%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
9013%{texmfdist}/tex/latex/xmpincl
9014%{texmfdist}/tex/latex/xnewcommand
9015%{texmfdist}/tex/latex/xoptarg
9016%{texmfdist}/tex/latex/xpackages
9017%{texmfdist}/tex/latex/xq
9018%{texmfdist}/tex/latex/xskak
9019%{texmfdist}/tex/latex/xstring
df343eba 9020%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
9021%{texmfdist}/tex/latex/xtcapts
9022%{texmfdist}/tex/latex/xyling
9023%{texmfdist}/tex/latex/xytree
9024%{texmfdist}/tex/latex/yafoot
df343eba 9025%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
9026%{texmfdist}/tex/latex/yhmath
9027%{texmfdist}/tex/latex/yi4latex
9028%{texmfdist}/tex/latex/york-thesis
9029%{texmfdist}/tex/latex/youngtab
9030%{texmfdist}/tex/latex/yplan
9031%{texmfdist}/tex/latex/zapfchan
9032%{texmfdist}/tex/latex/zapfding
9033%{texmfdist}/tex/latex/zed-csp
9034%{texmfdist}/tex/latex/zefonts
9035%{texmfdist}/tex/latex/ziffer
9036%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
9037%{texmfdist}/tex/plain/etex
9038%{texmf}/tex/latex/config
9039%{texmf}/tex/latex/dvipdfm
d08789e0 9040
6c82f497
ZU
9041%files latex-12many
9042%defattr(644,root,root,755)
9043%doc %{texmfdist}/doc/latex/12many
9044%{texmfdist}/source/latex/12many
9045
a8b381b0
ZU
9046%files latex-abstract
9047%defattr(644,root,root,755)
9048%doc %{texmfdist}/doc/latex/abstract
9049%{texmfdist}/tex/latex/abstract
9050
f1f5d194
ZU
9051%files latex-accfonts
9052%defattr(644,root,root,755)
606c6ab6 9053%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
9054%{texmfdist}/tex/latex/accfonts
9055
e88b5dcf
ZU
9056%files latex-adrconv
9057%defattr(644,root,root,755)
9058%{texmfdist}/tex/latex/adrconv
9059%{texmfdist}/doc/latex/adrconv
9060
d08789e0
ZU
9061%files latex-algorithms
9062%defattr(644,root,root,755)
68640cd8
ZU
9063%doc %{texmfdist}/doc/latex/algorithms
9064%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
9065
9066%files latex-ae
9067%defattr(644,root,root,755)
2677a8b0 9068%{texmfdist}/tex/latex/ae
d08789e0
ZU
9069
9070%files latex-ams
9071%defattr(644,root,root,755)
68640cd8
ZU
9072%doc %{texmfdist}/doc/latex/amscls
9073%doc %{texmfdist}/doc/latex/amsmath
68640cd8 9074%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 9075%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
9076%{texmfdist}/tex/latex/amscls
9077%{texmfdist}/tex/latex/amsmath
9078%{texmfdist}/tex/latex/amsfonts
9079%{texmfdist}/tex/latex/onlyamsmath
9080%{texmfdist}/source/latex/onlyamsmath
d08789e0
ZU
9081
9082%files latex-antp
9083%defattr(644,root,root,755)
7179ac92 9084%{texmfdist}/tex/latex/antp
d08789e0
ZU
9085
9086%files latex-antt
9087%defattr(644,root,root,755)
2677a8b0 9088%{texmfdist}/tex/latex/antt
d08789e0 9089
e88b5dcf
ZU
9090%files latex-appendix
9091%defattr(644,root,root,755)
9092%doc %{texmfdist}/doc/latex/appendix
9093%{texmfdist}/tex/latex/appendix
9094
b4d68b39
ZU
9095%files latex-backgammon
9096%defattr(644,root,root,755)
9097%doc %{texmfdist}/doc/latex/backgammon
9098%{texmfdist}/tex/latex/backgammon
9099
6c82f497
ZU
9100%files latex-bardiag
9101%defattr(644,root,root,755)
9102%doc %{texmfdist}/doc/latex/bardiag
9103%{texmfdist}/tex/latex/bardiag
9104
d08789e0
ZU
9105%files latex-bbm
9106%defattr(644,root,root,755)
68640cd8
ZU
9107%doc %{texmfdist}/doc/fonts/bbm
9108%{texmfdist}/tex/latex/bbm
d08789e0
ZU
9109
9110%files latex-bbold
9111%defattr(644,root,root,755)
ffd94364
ZU
9112%doc %{texmfdist}/doc/latex/bbold
9113%{texmfdist}/tex/latex/bbold
9114%{texmfdist}/source/latex/bbold
d08789e0 9115
b4d68b39
ZU
9116%files latex-beamer
9117%defattr(644,root,root,755)
9118%doc %{texmfdist}/doc/latex/beamer
9119%{texmfdist}/tex/latex/beamer-contrib
9120%{texmfdist}/tex/latex/beamer
9121
2fede27b
ZU
9122%files latex-bezos
9123%defattr(644,root,root,755)
9124%doc %{texmfdist}/doc/latex/bezos
9125%{texmfdist}/tex/latex/bezos
9126
d08789e0
ZU
9127%files latex-bibtex
9128%defattr(644,root,root,755)
68640cd8 9129%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
9130%doc %{texmfdist}/doc/latex/adrconv
9131%doc %{texmfdist}/doc/latex/bibtopic
9132%doc %{texmfdist}/doc/latex/bibunits
9133%doc %{texmfdist}/doc/latex/natbib
9134%doc %{texmfdist}/doc/latex/footbib
9135%dir %{texmfdist}/doc/bibtex
9136%dir %{texmfdist}/bibtex
9137%dir %{texmfdist}/bibtex/bib
9138%dir %{texmfdist}/bibtex/bst
b9a3d45e 9139%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
9140
9141%attr(755,root,root) %{_bindir}/bibtex
9142%attr(755,root,root) %{_bindir}/rubibtex
9143
68640cd8
ZU
9144%{texmfdist}/bibtex/bst/base
9145%{texmfdist}/bibtex/csf/base
9146%{texmfdist}/bibtex/bib/base
9147%{texmfdist}/bibtex/bst/adrconv
9148%{texmfdist}/bibtex/bib/adrconv
9149%{texmfdist}/source/latex/adrconv
9150%{texmfdist}/tex/latex/adrconv
9151# %{texmf}/bibtex/bst/misc
9152%{texmfdist}/bibtex/bst/natbib
9153%{texmfdist}/tex/latex/natbib
9154%{texmfdist}/tex/latex/bibtopic
9155%{texmfdist}/source/latex/bibunits
9156%{texmfdist}/tex/latex/bibunits
9157%{texmfdist}/source/latex/footbib
9158%{texmfdist}/tex/latex/footbib
d08789e0
ZU
9159
9160%{_mandir}/man1/bibtex.1*
9161%{_mandir}/man1/rubibtex.1*
9162
9163%files latex-bibtex-ams
9164%defattr(644,root,root,755)
68640cd8
ZU
9165%{texmfdist}/bibtex/bst/ams
9166%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
9167
9168%files latex-bibtex-pl
9169%defattr(644,root,root,755)
04123363 9170%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 9171%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
9172
9173%files latex-bibtex-german
9174%defattr(644,root,root,755)
68640cd8
ZU
9175%doc %{texmfdist}/doc/bibtex/germbib
9176%{texmfdist}/bibtex/bst/germbib
9177%{texmfdist}/tex/latex/germbib
d08789e0
ZU
9178
9179%files latex-bibtex-revtex4
9180%defattr(644,root,root,755)
04123363 9181%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
9182%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9183%{texmfdist}/source/latex/revtex/revtex4.dtx
9184%{texmfdist}/source/latex/revtex/revtex4.ins
9185%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
9186
9187%files latex-bibtex-jurabib
9188%defattr(644,root,root,755)
68640cd8
ZU
9189%doc %{texmfdist}/doc/latex/jurabib
9190%{texmfdist}/bibtex/bst/jurabib
9191%{texmfdist}/bibtex/bib/jurabib
9192%{texmfdist}/source/latex/jurabib
9193%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
9194
9195%files latex-bibtex-dk
9196%defattr(644,root,root,755)
68640cd8
ZU
9197%doc %{texmfdist}/doc/latex/dk-bib
9198%{texmfdist}/bibtex/bst/dk-bib
9199%{texmfdist}/bibtex/csf/dk-bib
9200%{texmfdist}/bibtex/bib/dk-bib
9201%{texmfdist}/source/latex/dk-bib
9202%{texmfdist}/tex/latex/dk-bib
9203
9204# %files latex-bibtex-nor
9205# %defattr(644,root,root,755)
9206# %{texmf}/bibtex/bst/norbib
d08789e0 9207
33b3b483
ZU
9208%files latex-bibtex-styles
9209%defattr(644,root,root,755)
04123363 9210%dir %{texmfdist}/doc/generic/t2
80fa261c 9211%dir %{texmfdist}/doc/generic/t2%{_sysconfdir}
04123363 9212%dir %{texmfdist}/source/bibtex
33b3b483
ZU
9213%{texmfdist}/bibtex/bib/IEEEtran
9214%{texmfdist}/bibtex/bib/abstyles
9215%{texmfdist}/bibtex/bib/achemso
9216%{texmfdist}/bibtex/bib/acmtrans
9217%{texmfdist}/bibtex/bib/aiaa
9218%{texmfdist}/bibtex/bib/apacite
9219%{texmfdist}/bibtex/bib/asaetr
9220%{texmfdist}/bibtex/bib/ascelike
9221%{texmfdist}/bibtex/bib/beebe
9222%{texmfdist}/bibtex/bib/bibhtml
9223%{texmfdist}/bibtex/bib/bibtopic
9224%{texmfdist}/bibtex/bib/biocon
9225%{texmfdist}/bibtex/bib/computational-complexity
9226%{texmfdist}/bibtex/bib/din1505
9227%{texmfdist}/bibtex/bib/directory
9228%{texmfdist}/bibtex/bib/dtk
9229%{texmfdist}/bibtex/bib/figbib
9230%{texmfdist}/bibtex/bib/frankenstein
9231%{texmfdist}/bibtex/bib/gatech-thesis
9232%{texmfdist}/bibtex/bib/geomsty
9233%{texmfdist}/bibtex/bib/gloss
9234%{texmfdist}/bibtex/bib/harvard
9235%{texmfdist}/bibtex/bib/ieeepes
9236%{texmfdist}/bibtex/bib/ijmart
9237%{texmfdist}/bibtex/bib/imac
9238%{texmfdist}/bibtex/bib/index
9239%{texmfdist}/bibtex/bib/lsc
9240%{texmfdist}/bibtex/bib/msc
9241%{texmfdist}/bibtex/bib/nostarch
9242%{texmfdist}/bibtex/bib/philosophersimprint
9243%{texmfdist}/bibtex/bib/revtex
9244%{texmfdist}/bibtex/bib/spie
9245%{texmfdist}/bibtex/bib/urlbst
9246%{texmfdist}/bibtex/bst/IEEEtran
9247%{texmfdist}/bibtex/bst/abstyles
9248%{texmfdist}/bibtex/bst/achemso
9249%{texmfdist}/bibtex/bst/acmtrans
9250%{texmfdist}/bibtex/bst/afthesis
9251%{texmfdist}/bibtex/bst/aguplus
9252%{texmfdist}/bibtex/bst/aiaa
9253%{texmfdist}/bibtex/bst/aichej
9254%{texmfdist}/bibtex/bst/ametsoc
9255%{texmfdist}/bibtex/bst/apacite
9256%{texmfdist}/bibtex/bst/asaetr
9257%{texmfdist}/bibtex/bst/ascelike
9258%{texmfdist}/bibtex/bst/babelbib
9259%{texmfdist}/bibtex/bst/beebe
9260%{texmfdist}/bibtex/bst/bibhtml
9261%{texmfdist}/bibtex/bst/chem-journal
9262%{texmfdist}/bibtex/bst/chicago
9263%{texmfdist}/bibtex/bst/computational-complexity
9264%{texmfdist}/bibtex/bst/confproc
9265%{texmfdist}/bibtex/bst/datatool
9266%{texmfdist}/bibtex/bst/din1505
9267%{texmfdist}/bibtex/bst/dinat
9268%{texmfdist}/bibtex/bst/directory
9269%{texmfdist}/bibtex/bst/dtk
9270%{texmfdist}/bibtex/bst/dvdcoll
9271%{texmfdist}/bibtex/bst/economic
9272%{texmfdist}/bibtex/bst/elsevier-bib
9273%{texmfdist}/bibtex/bst/fbs
9274%{texmfdist}/bibtex/bst/figbib
9275%{texmfdist}/bibtex/bst/finbib
9276%{texmfdist}/bibtex/bst/frankenstein
9277%{texmfdist}/bibtex/bst/gatech-thesis
9278%{texmfdist}/bibtex/bst/gloss
9279%{texmfdist}/bibtex/bst/gost
9280%{texmfdist}/bibtex/bst/gustlib
9281%{texmfdist}/bibtex/bst/harvard
9282%{texmfdist}/bibtex/bst/hc
9283%{texmfdist}/bibtex/bst/ieeepes
9284%{texmfdist}/bibtex/bst/ijmart
9285%{texmfdist}/bibtex/bst/ijqc
9286%{texmfdist}/bibtex/bst/imac
9287%{texmfdist}/bibtex/bst/index
9288%{texmfdist}/bibtex/bst/inlinebib
9289%{texmfdist}/bibtex/bst/iopart-num
9290%{texmfdist}/bibtex/bst/jneurosci
9291%{texmfdist}/bibtex/bst/jurarsp
9292%{texmfdist}/bibtex/bst/kluwer
9293%{texmfdist}/bibtex/bst/mciteplus
9294%{texmfdist}/bibtex/bst/mslapa
9295%{texmfdist}/bibtex/bst/multibib
9296%{texmfdist}/bibtex/bst/munich
9297%{texmfdist}/bibtex/bst/nature
9298%{texmfdist}/bibtex/bst/nddiss
9299%{texmfdist}/bibtex/bst/opcit
9300%{texmfdist}/bibtex/bst/perception
9301%{texmfdist}/bibtex/bst/revtex
9302%{texmfdist}/bibtex/bst/rsc
9303%{texmfdist}/bibtex/bst/savetrees
9304%{texmfdist}/bibtex/bst/shipunov
9305%{texmfdist}/bibtex/bst/smflatex
9306%{texmfdist}/bibtex/bst/sort-by-letters
9307%{texmfdist}/bibtex/bst/spie
9308%{texmfdist}/bibtex/bst/stellenbosch
9309%{texmfdist}/bibtex/bst/swebib
9310%{texmfdist}/bibtex/bst/texsis
9311%{texmfdist}/bibtex/bst/thuthesis
9312%{texmfdist}/bibtex/bst/tugboat
9313%{texmfdist}/bibtex/bst/urlbst
9314%{texmfdist}/bibtex/csf/gost
9315%doc %{texmfdist}/doc/bibtex/abstyles
9316%doc %{texmfdist}/doc/bibtex/bibhtml
9317%doc %{texmfdist}/doc/bibtex/dinat
9318%doc %{texmfdist}/doc/bibtex/economic
9319%doc %{texmfdist}/doc/bibtex/elsevier-bib
9320%doc %{texmfdist}/doc/bibtex/gost
9321%doc %{texmfdist}/doc/bibtex/ijqc
9322%doc %{texmfdist}/doc/bibtex/iopart-num
80fa261c 9323%doc %{texmfdist}/doc/generic/t2%{_sysconfdir}/rubibtex
33b3b483
ZU
9324%doc %{texmfdist}/doc/latex/IEEEtran
9325%{texmfdist}/source/bibtex/gost
9326
435dbdfa
ZU
9327%files latex-bibtex-vancouver
9328%defattr(644,root,root,755)
9329%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9330%dir %{texmfdist}/bibtex/bst/vancouver
9331%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9332%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9333%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9334%doc %{texmfdist}/doc/bibtex/vancouver/README
9335%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9336%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9337
2fede27b
ZU
9338%files latex-booktabs
9339%defattr(644,root,root,755)
9340%doc %{texmfdist}/doc/latex/booktabs
9341%{texmfdist}/tex/latex/booktabs
9342
9343%files latex-caption
9344%defattr(644,root,root,755)
9345%doc %{texmfdist}/doc/latex/caption
9346%{texmfdist}/tex/latex/caption
9347
d08789e0
ZU
9348%files latex-carlisle
9349%defattr(644,root,root,755)
68640cd8
ZU
9350%doc %{texmfdist}/doc/latex/carlisle
9351%{texmfdist}/tex/latex/carlisle
d08789e0
ZU
9352
9353%files latex-ccfonts
9354%defattr(644,root,root,755)
68640cd8
ZU
9355%doc %{texmfdist}/doc/latex/ccfonts
9356%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9357
9358%files latex-cite
9359%defattr(644,root,root,755)
2677a8b0 9360%{texmfdist}/tex/latex/cite
d08789e0
ZU
9361
9362%files latex-cmbright
9363%defattr(644,root,root,755)
68640cd8
ZU
9364%doc %{texmfdist}/doc/latex/cmbright
9365%{texmfdist}/tex/latex/cmbright
9366
783773ac
ZU
9367%files latex-colortab
9368%defattr(644,root,root,755)
9369%doc %{texmfdist}/doc/generic/colortab
9370%{texmfdist}/tex/latex/colortab
9371%{texmfdist}/tex/generic/colortab
9372
2fede27b
ZU
9373%files latex-comment
9374%defattr(644,root,root,755)
9375%doc %{texmfdist}/doc/latex/comment
9376%{texmfdist}/tex/latex/comment
d08789e0
ZU
9377
9378%files latex-concmath
9379%defattr(644,root,root,755)
2677a8b0 9380%{texmfdist}/tex/latex/concmath
d08789e0 9381
2fede27b
ZU
9382%files latex-currvita
9383%defattr(644,root,root,755)
9384%doc %{texmfdist}/doc/latex/currvita
9385%{texmfdist}/tex/latex/currvita
9386
9387%files latex-curves
9388%defattr(644,root,root,755)
9389%doc %{texmfdist}/doc/latex/curves
9390%{texmfdist}/tex/latex/curves
9391
d08789e0
ZU
9392%files latex-custom-bib
9393%defattr(644,root,root,755)
9501d92c
ZU
9394%doc %{texmfdist}/doc/latex/custom-bib
9395%{texmfdist}/source/latex/custom-bib
9396%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9397
9398%files latex-cyrillic
9399%defattr(644,root,root,755)
9501d92c
ZU
9400%doc %{texmfdist}/doc/latex/cyrillic
9401%{texmfdist}/source/latex/cyrillic
9402%{texmfdist}/tex/latex/cyrillic
d08789e0 9403
04eb4e68
ZU
9404# %files latex-dstroke
9405# %defattr(644,root,root,755)
9406# %{texmf}/tex/latex/dstroke
d08789e0 9407
60597425
ZU
9408%files latex-enumitem
9409%defattr(644,root,root,755)
9410%doc %{texmfdist}/doc/latex/enumitem
9411%{texmfdist}/tex/latex/enumitem
9412
2b453bda
ZU
9413%files latex-exam
9414%defattr(644,root,root,755)
f1f5d194 9415%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
9416%{texmfdist}/tex/latex/exam
9417
f1f5d194
ZU
9418%files latex-gbrief
9419%defattr(644,root,root,755)
9420%doc %{texmfdist}/doc/latex/g-brief
9421%{texmfdist}/tex/latex/g-brief
9422
d08789e0
ZU
9423%files latex-jknappen
9424%defattr(644,root,root,755)
9501d92c
ZU
9425%doc %{texmfdist}/fonts/source/jknappen
9426%{texmfdist}/fonts/tfm/jknappen
d08789e0 9427
d19eaaab
ZU
9428%files latex-keystroke
9429%defattr(644,root,root,755)
9430%{texmfdist}/tex/latex/keystroke
9431%doc %{texmfdist}/doc/latex/keystroke
9432
9433%files latex-labbook
9434%defattr(644,root,root,755)
9435%doc %{texmfdist}/doc/latex/labbook
9436%{texmfdist}/source/latex/labbook
9437%{texmfdist}/tex/latex/labbook
9438
a8b381b0
ZU
9439%files latex-lastpage
9440%defattr(644,root,root,755)
a8b381b0 9441%doc %{texmfdist}/doc/latex/lastpage
f1f5d194
ZU
9442%{texmfdist}/tex/latex/lastpage
9443
d19eaaab
ZU
9444%files latex-lcd
9445%defattr(644,root,root,755)
9446%doc %{texmfdist}/doc/latex/lcd
9447%{texmfdist}/source/latex/lcd
9448%{texmfdist}/tex/latex/lcd
9449
9450%files latex-leaflet
9451%defattr(644,root,root,755)
9452%doc %{texmfdist}/doc/latex/leaflet
9453%{texmfdist}/source/latex/leaflet
9454%{texmfdist}/tex/latex/leaflet
9455
f1f5d194
ZU
9456%files latex-leftidx
9457%defattr(644,root,root,755)
9458%doc %{texmfdist}/doc/latex/leftidx
9459%{texmfdist}/tex/latex/leftidx
a8b381b0 9460
d19eaaab
ZU
9461%files latex-lewis
9462%defattr(644,root,root,755)
9463%doc %{texmfdist}/doc/latex/lewis
9464%{texmfdist}/tex/latex/lewis
9465
d08789e0
ZU
9466%files latex-lm
9467%defattr(644,root,root,755)
9501d92c
ZU
9468%doc %{texmfdist}/doc/fonts/lm
9469%{texmfdist}/tex/latex/lm
9470%{texmfdist}/fonts/afm/public/lm
9471%{texmfdist}/fonts/enc/dvips/lm
9472%{texmfdist}/fonts/map/dvips/lm
9473%{texmfdist}/fonts/map/dvipdfm/lm
9474%{texmfdist}/fonts/opentype/public/lm
9475%{texmfdist}/fonts/tfm/public/lm
9476%{texmfdist}/source/fonts/lm
d08789e0
ZU
9477
9478%files latex-lucidabr
9479%defattr(644,root,root,755)
8affbd2c 9480%dir %{texmfdist}/vtex
04123363 9481%dir %{texmfdist}/vtex/config
26d8eaaa
ZU
9482%{texmfdist}/vtex/config/lucidabr-k.ali
9483%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
9484
9485%files latex-lineno
9486%defattr(644,root,root,755)
9501d92c
ZU
9487%doc %{texmfdist}/doc/latex/lineno
9488%{texmfdist}/tex/latex/lineno
9489
d08789e0
ZU
9490
9491%files latex-marvosym
9492%defattr(644,root,root,755)
2677a8b0 9493%{texmfdist}/tex/latex/marvosym
d08789e0 9494
d19eaaab
ZU
9495%files latex-mathexam
9496%defattr(644,root,root,755)
9497%doc %{texmfdist}/doc/latex/mathexam
9498%{texmfdist}/source/latex/mathexam
9499%{texmfdist}/tex/latex/mathexam
9500
5b7eba8e
MB
9501#%files latex-mathpple
9502#%defattr(644,root,root,755)
d08789e0 9503
5b7eba8e
MB
9504#%files latex-mathtime
9505#%defattr(644,root,root,755)
d08789e0
ZU
9506
9507%files latex-microtype
9508%defattr(644,root,root,755)
26d8eaaa
ZU
9509%doc %{texmfdist}/doc/latex/microtype
9510%{texmfdist}/source/latex/microtype
9511%{texmfdist}/tex/latex/microtype
d08789e0
ZU
9512
9513%files latex-mflogo
9514%defattr(644,root,root,755)
26d8eaaa
ZU
9515%doc %{texmfdist}/doc/latex/mflogo
9516%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
9517
9518%files latex-mfnfss
9519%defattr(644,root,root,755)
26d8eaaa
ZU
9520%{texmfdist}/source/latex/mfnfss
9521%{texmfdist}/tex/latex/mfnfss
9522
d08789e0
ZU
9523%files latex-minitoc
9524%defattr(644,root,root,755)
26d8eaaa
ZU
9525%doc %{texmfdist}/doc/latex/minitoc
9526%{texmfdist}/bibtex/bst/minitoc
9527%{texmfdist}/makeindex/minitoc
9528%{texmfdist}/scripts/minitoc
9529%{texmfdist}/source/latex/minitoc
9530%{texmfdist}/tex/latex/minitoc
9531
d08789e0
ZU
9532
9533%files latex-mltex
9534%defattr(644,root,root,755)
26d8eaaa
ZU
9535%doc %{texmfdist}/doc/latex/mltex
9536%{texmfdist}/tex/latex/mltex
d08789e0 9537
f1f5d194
ZU
9538%files latex-moreverb
9539%defattr(644,root,root,755)
9540%doc %{texmfdist}/doc/latex/moreverb
9541%{texmfdist}/tex/latex/moreverb
9542
d34bfb7f
ZU
9543%files latex-multienum
9544%defattr(644,root,root,755)
f2555868 9545%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 9546%dir %{texmfdist}/tex/latex/multenum
f2555868 9547%{texmfdist}/tex/latex/multenum/*
d34bfb7f 9548
8ed039e0
ZU
9549%files latex-musictex
9550%defattr(644,root,root,755)
9551%doc %{texmfdist}/doc/generic/musictex
9552%{texmfdist}/fonts/source/public/musictex
9553%{texmfdist}/fonts/tfm/public/musictex
9554%{texmfdist}/tex/generic/musictex
9555%{texmfdist}/tex/latex/musictex
9556
a8b381b0
ZU
9557%files latex-ntheorem
9558%defattr(644,root,root,755)
9559%{texmfdist}/tex/latex/ntheorem
9560%doc %{texmfdist}/doc/latex/ntheorem
26d8eaaa 9561
f65b3398
ZU
9562%files latex-other-doc
9563%defattr(644,root,root,755)
8affbd2c 9564%doc %{texmfdist}/doc/alatex
f65b3398 9565%doc %{texmfdist}/doc/cslatex/base
e67df411 9566%doc %{texmfdist}/doc/generic/enctex
8affbd2c 9567%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
9568%doc %{texmfdist}/doc/latex/ANUfinalexam
9569%doc %{texmfdist}/doc/latex/AkkTeX
9570%doc %{texmfdist}/doc/latex/ESIEEcv
9571%doc %{texmfdist}/doc/latex/GuIT
9572%doc %{texmfdist}/doc/latex/HA-prosper
9573%doc %{texmfdist}/doc/latex/IEEEconf
9574%doc %{texmfdist}/doc/latex/a0poster
9575%doc %{texmfdist}/doc/latex/aastex
9576%doc %{texmfdist}/doc/latex/abc
9577%doc %{texmfdist}/doc/latex/achemso
9578%doc %{texmfdist}/doc/latex/acmconf
9579%doc %{texmfdist}/doc/latex/acmtrans
9580%doc %{texmfdist}/doc/latex/active-conf
9581%doc %{texmfdist}/doc/latex/addlines
9582%doc %{texmfdist}/doc/latex/adrlist
9583%doc %{texmfdist}/doc/latex/afthesis
9584%doc %{texmfdist}/doc/latex/aguplus
9585%doc %{texmfdist}/doc/latex/aiaa
9586%doc %{texmfdist}/doc/latex/akletter
9587%doc %{texmfdist}/doc/latex/alg
9588%doc %{texmfdist}/doc/latex/algorithm2e
9589%doc %{texmfdist}/doc/latex/algorithmicx
9590%doc %{texmfdist}/doc/latex/alnumsec
9591%doc %{texmfdist}/doc/latex/altfont
9592%doc %{texmfdist}/doc/latex/ametsoc
9593%doc %{texmfdist}/doc/latex/amsaddr
9594%doc %{texmfdist}/doc/latex/amsrefs
9595%doc %{texmfdist}/doc/latex/animate
9596%doc %{texmfdist}/doc/latex/answers
9597%doc %{texmfdist}/doc/latex/anyfontsize
9598%doc %{texmfdist}/doc/latex/apa
9599%doc %{texmfdist}/doc/latex/apacite
9600%doc %{texmfdist}/doc/latex/ar
9601%doc %{texmfdist}/doc/latex/arabi
9602%doc %{texmfdist}/doc/latex/arabtex
9603%doc %{texmfdist}/doc/latex/arcs
9604%doc %{texmfdist}/doc/latex/arydshln
9605%doc %{texmfdist}/doc/latex/asaetr
9606%doc %{texmfdist}/doc/latex/ascelike
9607%doc %{texmfdist}/doc/latex/assignment
9608%doc %{texmfdist}/doc/latex/attachfile
9609%doc %{texmfdist}/doc/latex/augie
9610%doc %{texmfdist}/doc/latex/aurical
9611%doc %{texmfdist}/doc/latex/authorindex
9612%doc %{texmfdist}/doc/latex/autoarea
9613%doc %{texmfdist}/doc/latex/autotab
9614%doc %{texmfdist}/doc/latex/babelbib
9615%doc %{texmfdist}/doc/latex/bangtex
9616%doc %{texmfdist}/doc/latex/barcodes
9617%doc %{texmfdist}/doc/latex/bayer
9618%doc %{texmfdist}/doc/latex/bbm-macros
9619%doc %{texmfdist}/doc/latex/beamer-contrib
9620%doc %{texmfdist}/doc/latex/begriff
9621%doc %{texmfdist}/doc/latex/betababel
9622%doc %{texmfdist}/doc/latex/bez123
9623%doc %{texmfdist}/doc/latex/bibarts
9624%doc %{texmfdist}/doc/latex/bibleref
9625%doc %{texmfdist}/doc/latex/biblist
9626%doc %{texmfdist}/doc/latex/bibtopicprefix
9627%doc %{texmfdist}/doc/latex/bigfoot
9628%doc %{texmfdist}/doc/latex/binomexp
9629%doc %{texmfdist}/doc/latex/biocon
9630%doc %{texmfdist}/doc/latex/bizcard
9631%doc %{texmfdist}/doc/latex/blindtext
9632%doc %{texmfdist}/doc/latex/blowup
9633%doc %{texmfdist}/doc/latex/boites
9634%doc %{texmfdist}/doc/latex/boldtensors
9635%doc %{texmfdist}/doc/latex/bookest
9636%doc %{texmfdist}/doc/latex/booklet
9637%doc %{texmfdist}/doc/latex/boxhandler
9638%doc %{texmfdist}/doc/latex/bpchem
9639%doc %{texmfdist}/doc/latex/braille
9640%doc %{texmfdist}/doc/latex/breakurl
9641%doc %{texmfdist}/doc/latex/brushscr
9642%doc %{texmfdist}/doc/latex/bullcntr
9643%doc %{texmfdist}/doc/latex/bussproofs
9644%doc %{texmfdist}/doc/latex/bytefield
9645%doc %{texmfdist}/doc/latex/calxxxx
9646%doc %{texmfdist}/doc/latex/captcont
9647%doc %{texmfdist}/doc/latex/casyl
9648%doc %{texmfdist}/doc/latex/catechis
9649%doc %{texmfdist}/doc/latex/cbcoptic
9650%doc %{texmfdist}/doc/latex/cclicenses
9651%doc %{texmfdist}/doc/latex/cd-cover
9652%doc %{texmfdist}/doc/latex/cd
9653%doc %{texmfdist}/doc/latex/cdpbundl
9654%doc %{texmfdist}/doc/latex/cellspace
9655%doc %{texmfdist}/doc/latex/changes
9656%doc %{texmfdist}/doc/latex/chapterfolder
9657%doc %{texmfdist}/doc/latex/chemcompounds
9658%doc %{texmfdist}/doc/latex/chemcono
9659%doc %{texmfdist}/doc/latex/chemstyle
9660%doc %{texmfdist}/doc/latex/chessboard
9661%doc %{texmfdist}/doc/latex/chessfss
9662%doc %{texmfdist}/doc/latex/china2e
9663%doc %{texmfdist}/doc/latex/chletter
9664%doc %{texmfdist}/doc/latex/circ
9665%doc %{texmfdist}/doc/latex/cite
9666%doc %{texmfdist}/doc/latex/cjk
9667%doc %{texmfdist}/doc/latex/classicthesis
9668%doc %{texmfdist}/doc/latex/clefval
9669%doc %{texmfdist}/doc/latex/cleveref
9670%doc %{texmfdist}/doc/latex/clock
9671%doc %{texmfdist}/doc/latex/clrscode
9672%doc %{texmfdist}/doc/latex/cm-lgc
9673%doc %{texmfdist}/doc/latex/cmap
9674%doc %{texmfdist}/doc/latex/cmcyralt
9675%doc %{texmfdist}/doc/latex/cmdstring
9676%doc %{texmfdist}/doc/latex/cmll
9677%doc %{texmfdist}/doc/latex/codepage
9678%doc %{texmfdist}/doc/latex/colorinfo
9679%doc %{texmfdist}/doc/latex/colortbl
9680%doc %{texmfdist}/doc/latex/colorwav
9681%doc %{texmfdist}/doc/latex/combine
9682%doc %{texmfdist}/doc/latex/commath
9683%doc %{texmfdist}/doc/latex/complexity
9684%doc %{texmfdist}/doc/latex/computational-complexity
9685%doc %{texmfdist}/doc/latex/concprog
9686%doc %{texmfdist}/doc/latex/confproc
9687%doc %{texmfdist}/doc/latex/constants
9688%doc %{texmfdist}/doc/latex/contour
9689%doc %{texmfdist}/doc/latex/cooking
9690%doc %{texmfdist}/doc/latex/cool
9691%doc %{texmfdist}/doc/latex/coollist
9692%doc %{texmfdist}/doc/latex/coolstr
9693%doc %{texmfdist}/doc/latex/cooltooltips
9694%doc %{texmfdist}/doc/latex/coordsys
9695%doc %{texmfdist}/doc/latex/courier-scaled
9696%doc %{texmfdist}/doc/latex/courseoutline
9697%doc %{texmfdist}/doc/latex/coursepaper
9698%doc %{texmfdist}/doc/latex/coverpage
9699%doc %{texmfdist}/doc/latex/covington
9700%doc %{texmfdist}/doc/latex/crossreference
9701%doc %{texmfdist}/doc/latex/crosswrd
9702%doc %{texmfdist}/doc/latex/cryst
9703%doc %{texmfdist}/doc/latex/csbulletin
9704%doc %{texmfdist}/doc/latex/csquotes
9705%doc %{texmfdist}/doc/latex/csvtools
9706%doc %{texmfdist}/doc/latex/ctable
9707%doc %{texmfdist}/doc/latex/ctib
9708%doc %{texmfdist}/doc/latex/cuisine
9709%doc %{texmfdist}/doc/latex/cursor
9710%doc %{texmfdist}/doc/latex/curve
9711%doc %{texmfdist}/doc/latex/curve2e
9712%doc %{texmfdist}/doc/latex/cv
9713%doc %{texmfdist}/doc/latex/cweb-latex
9714%doc %{texmfdist}/doc/latex/cwpuzzle
9715%doc %{texmfdist}/doc/latex/dashrule
9716%doc %{texmfdist}/doc/latex/datatool
9717%doc %{texmfdist}/doc/latex/dateiliste
9718%doc %{texmfdist}/doc/latex/datenumber
9719%doc %{texmfdist}/doc/latex/datetime
9720%doc %{texmfdist}/doc/latex/dcpic
9721%doc %{texmfdist}/doc/latex/delimtxt
9722%doc %{texmfdist}/doc/latex/diagnose
9723%doc %{texmfdist}/doc/latex/dialogl
9724%doc %{texmfdist}/doc/latex/dichokey
9725%doc %{texmfdist}/doc/latex/digiconfigs
9726%doc %{texmfdist}/doc/latex/din1505
9727%doc %{texmfdist}/doc/latex/directory
9728%doc %{texmfdist}/doc/latex/disser
9729%doc %{texmfdist}/doc/latex/dlfltxb
9730%doc %{texmfdist}/doc/latex/dnaseq
9731%doc %{texmfdist}/doc/latex/docmfp
9732%doc %{texmfdist}/doc/latex/doi
9733%doc %{texmfdist}/doc/latex/doipubmed
9734%doc %{texmfdist}/doc/latex/dotarrow
9735%doc %{texmfdist}/doc/latex/dottex
9736%doc %{texmfdist}/doc/latex/dpfloat
9737%doc %{texmfdist}/doc/latex/dprogress
9738%doc %{texmfdist}/doc/latex/drac
9739%doc %{texmfdist}/doc/latex/draftwatermark
9740%doc %{texmfdist}/doc/latex/dramatist
9741%doc %{texmfdist}/doc/latex/dtk
9742%doc %{texmfdist}/doc/latex/dtxgallery
9743%doc %{texmfdist}/doc/latex/duerer-latex
9744%doc %{texmfdist}/doc/latex/dvdcoll
9745%doc %{texmfdist}/doc/latex/dyntree
9746%doc %{texmfdist}/doc/latex/eCards
9747%doc %{texmfdist}/doc/latex/ean13isbn
9748%doc %{texmfdist}/doc/latex/easy
9749%doc %{texmfdist}/doc/latex/ebezier
9750%doc %{texmfdist}/doc/latex/ebong
9751%doc %{texmfdist}/doc/latex/ebsthesis
9752%doc %{texmfdist}/doc/latex/ecclesiastic
9753%doc %{texmfdist}/doc/latex/ecltree
9754%doc %{texmfdist}/doc/latex/ecv
9755%doc %{texmfdist}/doc/latex/ed
9756%doc %{texmfdist}/doc/latex/edmac
9757%doc %{texmfdist}/doc/latex/edmargin
9758%doc %{texmfdist}/doc/latex/ednotes
9759%doc %{texmfdist}/doc/latex/eemeir
9760%doc %{texmfdist}/doc/latex/egameps
9761%doc %{texmfdist}/doc/latex/egplot
9762%doc %{texmfdist}/doc/latex/ellipsis
9763%doc %{texmfdist}/doc/latex/elmath
9764%doc %{texmfdist}/doc/latex/elpres
9765%doc %{texmfdist}/doc/latex/elsarticle
9766%doc %{texmfdist}/doc/latex/elsevier
9767%doc %{texmfdist}/doc/latex/em
9768%doc %{texmfdist}/doc/latex/emp
9769%doc %{texmfdist}/doc/latex/emulateapj
9770%doc %{texmfdist}/doc/latex/endheads
9771%doc %{texmfdist}/doc/latex/engpron
9772%doc %{texmfdist}/doc/latex/engrec
9773%doc %{texmfdist}/doc/latex/environ
9774%doc %{texmfdist}/doc/latex/envlab
9775%doc %{texmfdist}/doc/latex/epigraph
9776%doc %{texmfdist}/doc/latex/epiolmec
9777%doc %{texmfdist}/doc/latex/epsdice
9778%doc %{texmfdist}/doc/latex/epspdfconversion
9779%doc %{texmfdist}/doc/latex/eqlist
9780%doc %{texmfdist}/doc/latex/eqnarray
9781%doc %{texmfdist}/doc/latex/eqparbox
9782%doc %{texmfdist}/doc/latex/errata
9783%doc %{texmfdist}/doc/latex/esdiff
9784%doc %{texmfdist}/doc/latex/eskd
9785%doc %{texmfdist}/doc/latex/eskdx
9786%doc %{texmfdist}/doc/latex/esvect
9787%doc %{texmfdist}/doc/latex/etaremune
9788%doc %{texmfdist}/doc/latex/etex-pkg
9789%doc %{texmfdist}/doc/latex/ethiop-t1
9790%doc %{texmfdist}/doc/latex/ethiop
9791%doc %{texmfdist}/doc/latex/etoolbox
9792%doc %{texmfdist}/doc/latex/eukdate
9793%doc %{texmfdist}/doc/latex/euproposal
9794%doc %{texmfdist}/doc/latex/euro
9795%doc %{texmfdist}/doc/latex/europecv
9796%doc %{texmfdist}/doc/latex/eurosans
9797%doc %{texmfdist}/doc/latex/everypage
9798%doc %{texmfdist}/doc/latex/examdesign
9799%doc %{texmfdist}/doc/latex/examplep
9800%doc %{texmfdist}/doc/latex/exceltex
9801%doc %{texmfdist}/doc/latex/exercise
9802%doc %{texmfdist}/doc/latex/expdlist
9803%doc %{texmfdist}/doc/latex/expl3
9804%doc %{texmfdist}/doc/latex/export
9805%doc %{texmfdist}/doc/latex/extarrows
9806%doc %{texmfdist}/doc/latex/extpfeil
9807%doc %{texmfdist}/doc/latex/extract
9808%doc %{texmfdist}/doc/latex/facsimile
9809%doc %{texmfdist}/doc/latex/faktor
9810%doc %{texmfdist}/doc/latex/fancynum
9811%doc %{texmfdist}/doc/latex/fancyref
9812%doc %{texmfdist}/doc/latex/fancytooltips
9813%doc %{texmfdist}/doc/latex/fax
9814%doc %{texmfdist}/doc/latex/feynmf
9815%doc %{texmfdist}/doc/latex/figbib
9816%doc %{texmfdist}/doc/latex/figsize
9817%doc %{texmfdist}/doc/latex/fink
9818%doc %{texmfdist}/doc/latex/fixfoot
9819%doc %{texmfdist}/doc/latex/fixme
9820%doc %{texmfdist}/doc/latex/flabels
9821%doc %{texmfdist}/doc/latex/flacards
9822%doc %{texmfdist}/doc/latex/flagderiv
9823%doc %{texmfdist}/doc/latex/flashcards
9824%doc %{texmfdist}/doc/latex/flippdf
9825%doc %{texmfdist}/doc/latex/floatrow
9826%doc %{texmfdist}/doc/latex/flowfram
9827%doc %{texmfdist}/doc/latex/fmp
9828%doc %{texmfdist}/doc/latex/fmtcount
9829%doc %{texmfdist}/doc/latex/fnbreak
9830%doc %{texmfdist}/doc/latex/fncychap
9831%doc %{texmfdist}/doc/latex/foekfont
9832%doc %{texmfdist}/doc/latex/fonttable
9833%doc %{texmfdist}/doc/latex/forarray
9834%doc %{texmfdist}/doc/latex/forloop
9835%doc %{texmfdist}/doc/latex/formlett
9836%doc %{texmfdist}/doc/latex/formula
9837%doc %{texmfdist}/doc/latex/formular
9838%doc %{texmfdist}/doc/latex/fouridx
9839%doc %{texmfdist}/doc/latex/frankenstein
9840%doc %{texmfdist}/doc/latex/frenchle
9841%doc %{texmfdist}/doc/latex/fribrief
9842%doc %{texmfdist}/doc/latex/frletter
9843%doc %{texmfdist}/doc/latex/frontespizio
9844%doc %{texmfdist}/doc/latex/fullblck
9845%doc %{texmfdist}/doc/latex/fullpict
9846%doc %{texmfdist}/doc/latex/functan
9847%doc %{texmfdist}/doc/latex/fundus
9848%doc %{texmfdist}/doc/latex/gaceta
9849%doc %{texmfdist}/doc/latex/galois
9850%doc %{texmfdist}/doc/latex/gastex
9851%doc %{texmfdist}/doc/latex/gatech-thesis
9852%doc %{texmfdist}/doc/latex/gauss
9853%doc %{texmfdist}/doc/latex/gb4e
9854%doc %{texmfdist}/doc/latex/gcard
9855%doc %{texmfdist}/doc/latex/gcite
9856%doc %{texmfdist}/doc/latex/genmpage
9857%doc %{texmfdist}/doc/latex/geomsty
9858%doc %{texmfdist}/doc/latex/ginpenc
9859%doc %{texmfdist}/doc/latex/gloss
9860%doc %{texmfdist}/doc/latex/glossaries
9861%doc %{texmfdist}/doc/latex/gmdoc
9862%doc %{texmfdist}/doc/latex/gmeometric
9863%doc %{texmfdist}/doc/latex/gmiflink
9864%doc %{texmfdist}/doc/latex/gmutils
9865%doc %{texmfdist}/doc/latex/gmverb
9866%doc %{texmfdist}/doc/latex/gnuplottex
9867%doc %{texmfdist}/doc/latex/graphicx-psmin
9868%doc %{texmfdist}/doc/latex/greek-inputenc
9869%doc %{texmfdist}/doc/latex/greekdates
9870%doc %{texmfdist}/doc/latex/greektex
9871%doc %{texmfdist}/doc/latex/grfpaste
9872%doc %{texmfdist}/doc/latex/grnumalt
9873%doc %{texmfdist}/doc/latex/grverb
9874%doc %{texmfdist}/doc/latex/gu
9875%doc %{texmfdist}/doc/latex/guitar
9876%doc %{texmfdist}/doc/latex/guitbeamer
9877%doc %{texmfdist}/doc/latex/hanging
9878%doc %{texmfdist}/doc/latex/har2nat
9879%doc %{texmfdist}/doc/latex/harmony
9880%doc %{texmfdist}/doc/latex/harpoon
9881%doc %{texmfdist}/doc/latex/harvard
9882%doc %{texmfdist}/doc/latex/hc
9883%doc %{texmfdist}/doc/latex/hep
9884%doc %{texmfdist}/doc/latex/hepnames
9885%doc %{texmfdist}/doc/latex/hepparticles
9886%doc %{texmfdist}/doc/latex/hepthesis
9887%doc %{texmfdist}/doc/latex/hepunits
9888%doc %{texmfdist}/doc/latex/hexgame
9889%doc %{texmfdist}/doc/latex/hhtensor
9890%doc %{texmfdist}/doc/latex/histogr
9891%doc %{texmfdist}/doc/latex/hitec
9892%doc %{texmfdist}/doc/latex/hpsdiss
9893%doc %{texmfdist}/doc/latex/hrlatex
9894%doc %{texmfdist}/doc/latex/hvfloat
9895%doc %{texmfdist}/doc/latex/hypdvips
9896%doc %{texmfdist}/doc/latex/hyperref-docsrc
9897%doc %{texmfdist}/doc/latex/hyperxmp
9898%doc %{texmfdist}/doc/latex/ibycus-babel
9899%doc %{texmfdist}/doc/latex/icsv
9900%doc %{texmfdist}/doc/latex/ieeepes
9901%doc %{texmfdist}/doc/latex/ifmslide
9902%doc %{texmfdist}/doc/latex/ifplatform
9903%doc %{texmfdist}/doc/latex/ijmart
9904%doc %{texmfdist}/doc/latex/imac
9905%doc %{texmfdist}/doc/latex/image-gallery
9906%doc %{texmfdist}/doc/latex/imtekda
9907%doc %{texmfdist}/doc/latex/inlinebib
9908%doc %{texmfdist}/doc/latex/inlinedef
9909%doc %{texmfdist}/doc/latex/interactiveworkbook
9910%doc %{texmfdist}/doc/latex/inversepath
9911%doc %{texmfdist}/doc/latex/invoice
9912%doc %{texmfdist}/doc/latex/ipa
9913%doc %{texmfdist}/doc/latex/iso
9914%doc %{texmfdist}/doc/latex/iso10303
9915%doc %{texmfdist}/doc/latex/isodate
9916%doc %{texmfdist}/doc/latex/isodoc
9917%doc %{texmfdist}/doc/latex/isorot
9918%doc %{texmfdist}/doc/latex/itnumpar
9919%doc %{texmfdist}/doc/latex/jeopardy
9920%doc %{texmfdist}/doc/latex/jknapltx
9921%doc %{texmfdist}/doc/latex/jneurosci
9922%doc %{texmfdist}/doc/latex/jpsj
9923%doc %{texmfdist}/doc/latex/jura
9924%doc %{texmfdist}/doc/latex/juraabbrev
9925%doc %{texmfdist}/doc/latex/juramisc
9926%doc %{texmfdist}/doc/latex/jurarsp
9927%doc %{texmfdist}/doc/latex/karnaugh
9928%doc %{texmfdist}/doc/latex/kerkis
9929%doc %{texmfdist}/doc/latex/kerntest
9930%doc %{texmfdist}/doc/latex/kluwer
9931%doc %{texmfdist}/doc/latex/labelcas
9932%doc %{texmfdist}/doc/latex/lazylist
9933%doc %{texmfdist}/doc/latex/lcyw
9934%doc %{texmfdist}/doc/latex/leading
9935%doc %{texmfdist}/doc/latex/ledmac
9936%doc %{texmfdist}/doc/latex/lettre
9937%doc %{texmfdist}/doc/latex/lexikon
9938%doc %{texmfdist}/doc/latex/lgreek
9939%doc %{texmfdist}/doc/latex/lhelp
9940%doc %{texmfdist}/doc/latex/linguex
9941%doc %{texmfdist}/doc/latex/lipsum
9942%doc %{texmfdist}/doc/latex/listbib
9943%doc %{texmfdist}/doc/latex/listliketab
9944%doc %{texmfdist}/doc/latex/listofsymbols
9945%doc %{texmfdist}/doc/latex/lkproof
9946%doc %{texmfdist}/doc/latex/logic
9947%doc %{texmfdist}/doc/latex/logpap
9948%doc %{texmfdist}/doc/latex/lps
9949%doc %{texmfdist}/doc/latex/lsc
9950%doc %{texmfdist}/doc/latex/ltxindex
9951%doc %{texmfdist}/doc/latex/mafr
9952%doc %{texmfdist}/doc/latex/magyar
9953%doc %{texmfdist}/doc/latex/mailing
9954%doc %{texmfdist}/doc/latex/makebarcode
9955%doc %{texmfdist}/doc/latex/makebox
9956%doc %{texmfdist}/doc/latex/makecell
9957%doc %{texmfdist}/doc/latex/makecmds
9958%doc %{texmfdist}/doc/latex/makedtx
9959%doc %{texmfdist}/doc/latex/makeglos
9960%doc %{texmfdist}/doc/latex/makeplot
9961%doc %{texmfdist}/doc/latex/manuscript
9962%doc %{texmfdist}/doc/latex/maple
9963%doc %{texmfdist}/doc/latex/marginnote
9964%doc %{texmfdist}/doc/latex/mathdesign
9965%doc %{texmfdist}/doc/latex/mathpazo
9966%doc %{texmfdist}/doc/latex/maybemath
9967%doc %{texmfdist}/doc/latex/mcaption
9968%doc %{texmfdist}/doc/latex/mceinleger
9969%doc %{texmfdist}/doc/latex/mcite
9970%doc %{texmfdist}/doc/latex/mciteplus
9971%doc %{texmfdist}/doc/latex/memexsupp
9972%doc %{texmfdist}/doc/latex/mentis
9973%doc %{texmfdist}/doc/latex/metaplot
9974%doc %{texmfdist}/doc/latex/method
9975%doc %{texmfdist}/doc/latex/metre
9976%doc %{texmfdist}/doc/latex/mff
9977%doc %{texmfdist}/doc/latex/mfpic4ode
9978%doc %{texmfdist}/doc/latex/mftinc
9979%doc %{texmfdist}/doc/latex/mhchem
9980%doc %{texmfdist}/doc/latex/mhequ
9981%doc %{texmfdist}/doc/latex/miller
9982%doc %{texmfdist}/doc/latex/minipage-marginpar
9983%doc %{texmfdist}/doc/latex/miniplot
9984%doc %{texmfdist}/doc/latex/minutes
9985%doc %{texmfdist}/doc/latex/mla-paper
9986%doc %{texmfdist}/doc/latex/mlist
9987%doc %{texmfdist}/doc/latex/mmap
9988%doc %{texmfdist}/doc/latex/mnsymbol
9989%doc %{texmfdist}/doc/latex/moderncv
9990%doc %{texmfdist}/doc/latex/modroman
9991%doc %{texmfdist}/doc/latex/mongolian-babel
9992%doc %{texmfdist}/doc/latex/montex
9993%doc %{texmfdist}/doc/latex/moresize
9994%doc %{texmfdist}/doc/latex/movie15
9995%doc %{texmfdist}/doc/latex/msc
9996%doc %{texmfdist}/doc/latex/msg
9997%doc %{texmfdist}/doc/latex/mslapa
9998%doc %{texmfdist}/doc/latex/mtgreek
9999%doc %{texmfdist}/doc/latex/multibbl
10000%doc %{texmfdist}/doc/latex/multicap
10001%doc %{texmfdist}/doc/latex/multirow
10002%doc %{texmfdist}/doc/latex/munich
10003%doc %{texmfdist}/doc/latex/musixlyr
10004%doc %{texmfdist}/doc/latex/muthesis
10005%doc %{texmfdist}/doc/latex/mxd
10006%doc %{texmfdist}/doc/latex/mxedruli
10007%doc %{texmfdist}/doc/latex/nag
10008%doc %{texmfdist}/doc/latex/namespc
10009%doc %{texmfdist}/doc/latex/nath
10010%doc %{texmfdist}/doc/latex/nature
10011%doc %{texmfdist}/doc/latex/ncclatex
10012%doc %{texmfdist}/doc/latex/ncctools
10013%doc %{texmfdist}/doc/latex/nddiss
10014%doc %{texmfdist}/doc/latex/newalg
10015%doc %{texmfdist}/doc/latex/newfile
10016%doc %{texmfdist}/doc/latex/newlfm
10017%doc %{texmfdist}/doc/latex/newspaper
10018%doc %{texmfdist}/doc/latex/newvbtm
10019%doc %{texmfdist}/doc/latex/niceframe
10020%doc %{texmfdist}/doc/latex/nih
10021%doc %{texmfdist}/doc/latex/noitcrul
10022%doc %{texmfdist}/doc/latex/nomentbl
10023%doc %{texmfdist}/doc/latex/nonfloat
10024%doc %{texmfdist}/doc/latex/nostarch
10025%doc %{texmfdist}/doc/latex/notes
10026%doc %{texmfdist}/doc/latex/notes2bib
10027%doc %{texmfdist}/doc/latex/nrc
10028%doc %{texmfdist}/doc/latex/ntabbing
10029%doc %{texmfdist}/doc/latex/numname
10030%doc %{texmfdist}/doc/latex/numprint
10031%doc %{texmfdist}/doc/latex/objectz
10032%doc %{texmfdist}/doc/latex/ocr-latex
10033%doc %{texmfdist}/doc/latex/octavo
10034%doc %{texmfdist}/doc/latex/ogham
10035%doc %{texmfdist}/doc/latex/ogonek
10036%doc %{texmfdist}/doc/latex/opcit
10037%doc %{texmfdist}/doc/latex/ordinalpt
10038%doc %{texmfdist}/doc/latex/othello
10039%doc %{texmfdist}/doc/latex/otibet
10040%doc %{texmfdist}/doc/latex/outline
10041%doc %{texmfdist}/doc/latex/outliner
10042%doc %{texmfdist}/doc/latex/pagenote
10043%doc %{texmfdist}/doc/latex/paper
10044%doc %{texmfdist}/doc/latex/papercdcase
10045%doc %{texmfdist}/doc/latex/papertex
10046%doc %{texmfdist}/doc/latex/parallel
10047%doc %{texmfdist}/doc/latex/paresse
10048%doc %{texmfdist}/doc/latex/parrun
10049%doc %{texmfdist}/doc/latex/pauldoc
10050%doc %{texmfdist}/doc/latex/pbox
10051%doc %{texmfdist}/doc/latex/pbsheet
10052%doc %{texmfdist}/doc/latex/pdfcprot
10053%doc %{texmfdist}/doc/latex/pdfscreen
10054%doc %{texmfdist}/doc/latex/pdfsync
10055%doc %{texmfdist}/doc/latex/pdftricks
10056%doc %{texmfdist}/doc/latex/pdfwin
10057%doc %{texmfdist}/doc/latex/pecha
10058%doc %{texmfdist}/doc/latex/perception
10059%doc %{texmfdist}/doc/latex/perltex
10060%doc %{texmfdist}/doc/latex/permute
10061%doc %{texmfdist}/doc/latex/petiteannonce
10062%doc %{texmfdist}/doc/latex/petri-nets
10063%doc %{texmfdist}/doc/latex/pgf-soroban
10064%doc %{texmfdist}/doc/latex/pgfopts
10065%doc %{texmfdist}/doc/latex/pgfplots
10066%doc %{texmfdist}/doc/latex/philex
10067%doc %{texmfdist}/doc/latex/philosophersimprint
10068%doc %{texmfdist}/doc/latex/photo
10069%doc %{texmfdist}/doc/latex/pinlabel
10070%doc %{texmfdist}/doc/latex/pittetd
10071%doc %{texmfdist}/doc/latex/plari
10072%doc %{texmfdist}/doc/latex/plates
10073%doc %{texmfdist}/doc/latex/play
10074%doc %{texmfdist}/doc/latex/plweb
10075%doc %{texmfdist}/doc/latex/pmgraph
10076%doc %{texmfdist}/doc/latex/poemscol
10077%doc %{texmfdist}/doc/latex/polski
10078%doc %{texmfdist}/doc/latex/polyglot
10079%doc %{texmfdist}/doc/latex/polytable
10080%doc %{texmfdist}/doc/latex/postcards
10081%doc %{texmfdist}/doc/latex/powerdot
10082%doc %{texmfdist}/doc/latex/ppower4
10083%doc %{texmfdist}/doc/latex/ppr-prv
10084%doc %{texmfdist}/doc/latex/pracjourn
10085%doc %{texmfdist}/doc/latex/prettyref
10086%doc %{texmfdist}/doc/latex/proba
10087%doc %{texmfdist}/doc/latex/probsoln
10088%doc %{texmfdist}/doc/latex/procIAGssymp
10089%doc %{texmfdist}/doc/latex/progkeys
10090%doc %{texmfdist}/doc/latex/progress
10091%doc %{texmfdist}/doc/latex/protex
10092%doc %{texmfdist}/doc/latex/protocol
10093%doc %{texmfdist}/doc/latex/psfragx
10094%doc %{texmfdist}/doc/latex/psgo
10095%doc %{texmfdist}/doc/latex/pspicture
10096%doc %{texmfdist}/doc/latex/pst2pdf
10097%doc %{texmfdist}/doc/latex/ptptex
10098%doc %{texmfdist}/doc/latex/qcm
10099%doc %{texmfdist}/doc/latex/qobitree
10100%doc %{texmfdist}/doc/latex/qstest
10101%doc %{texmfdist}/doc/latex/qsymbols
10102%doc %{texmfdist}/doc/latex/qtree
10103%doc %{texmfdist}/doc/latex/quotchap
10104%doc %{texmfdist}/doc/latex/quotmark
10105%doc %{texmfdist}/doc/latex/r_und_s
10106%doc %{texmfdist}/doc/latex/randbild
10107%doc %{texmfdist}/doc/latex/randtext
10108%doc %{texmfdist}/doc/latex/rccol
10109%doc %{texmfdist}/doc/latex/rcs
10110%doc %{texmfdist}/doc/latex/rcsinfo
10111%doc %{texmfdist}/doc/latex/recipecard
10112%doc %{texmfdist}/doc/latex/rectopma
10113%doc %{texmfdist}/doc/latex/refcheck
10114%doc %{texmfdist}/doc/latex/refman
10115%doc %{texmfdist}/doc/latex/refstyle
10116%doc %{texmfdist}/doc/latex/regcount
10117%doc %{texmfdist}/doc/latex/register
10118%doc %{texmfdist}/doc/latex/relenc
10119%doc %{texmfdist}/doc/latex/repeatindex
10120%doc %{texmfdist}/doc/latex/rlepsf
10121%doc %{texmfdist}/doc/latex/rmpage
10122%doc %{texmfdist}/doc/latex/robustcommand
10123%doc %{texmfdist}/doc/latex/robustindex
10124%doc %{texmfdist}/doc/latex/romannum
10125%doc %{texmfdist}/doc/latex/rotpages
10126%doc %{texmfdist}/doc/latex/rsc
10127%doc %{texmfdist}/doc/latex/rst
10128%doc %{texmfdist}/doc/latex/rtkinenc
10129%doc %{texmfdist}/doc/latex/rtklage
10130%doc %{texmfdist}/doc/latex/sagetex
10131%doc %{texmfdist}/doc/latex/sanskrit
10132%doc %{texmfdist}/doc/latex/sauerj
10133%doc %{texmfdist}/doc/latex/sauterfonts
10134%doc %{texmfdist}/doc/latex/savefnmark
10135%doc %{texmfdist}/doc/latex/savetrees
10136%doc %{texmfdist}/doc/latex/scalebar
10137%doc %{texmfdist}/doc/latex/schedule
10138%doc %{texmfdist}/doc/latex/scientificpaper
10139%doc %{texmfdist}/doc/latex/sciposter
10140%doc %{texmfdist}/doc/latex/sciwordconv
10141%doc %{texmfdist}/doc/latex/screenplay
10142%doc %{texmfdist}/doc/latex/script
10143%doc %{texmfdist}/doc/latex/sdrt
10144%doc %{texmfdist}/doc/latex/sectionbox
10145%doc %{texmfdist}/doc/latex/semantic
10146%doc %{texmfdist}/doc/latex/semioneside
10147%doc %{texmfdist}/doc/latex/seqsplit
10148%doc %{texmfdist}/doc/latex/sf298
10149%doc %{texmfdist}/doc/latex/sffms
10150%doc %{texmfdist}/doc/latex/sfg
10151%doc %{texmfdist}/doc/latex/sgame
10152%doc %{texmfdist}/doc/latex/shadethm
10153%doc %{texmfdist}/doc/latex/shipunov
10154%doc %{texmfdist}/doc/latex/shorttoc
10155%doc %{texmfdist}/doc/latex/show2e
10156%doc %{texmfdist}/doc/latex/showexpl
10157%doc %{texmfdist}/doc/latex/sides
10158%doc %{texmfdist}/doc/latex/siggraph
10159%doc %{texmfdist}/doc/latex/simplecv
10160%doc %{texmfdist}/doc/latex/simplewick
10161%doc %{texmfdist}/doc/latex/skak
10162%doc %{texmfdist}/doc/latex/slantsc
10163%doc %{texmfdist}/doc/latex/smalltableof
10164%doc %{texmfdist}/doc/latex/smartref
10165%doc %{texmfdist}/doc/latex/smflatex
10166%doc %{texmfdist}/doc/latex/snapshot
10167%doc %{texmfdist}/doc/latex/songbook
10168%doc %{texmfdist}/doc/latex/sort-by-letters
10169%doc %{texmfdist}/doc/latex/soyombo
10170%doc %{texmfdist}/doc/latex/sparklines
10171%doc %{texmfdist}/doc/latex/spie
10172%doc %{texmfdist}/doc/latex/splitbib
10173%doc %{texmfdist}/doc/latex/splitindex
10174%doc %{texmfdist}/doc/latex/spotcolor
10175%doc %{texmfdist}/doc/latex/sprite
10176%doc %{texmfdist}/doc/latex/srcltx
10177%doc %{texmfdist}/doc/latex/sseq
10178%doc %{texmfdist}/doc/latex/ssqquote
10179%doc %{texmfdist}/doc/latex/stage
10180%doc %{texmfdist}/doc/latex/statistik
10181%doc %{texmfdist}/doc/latex/stdpage
10182%doc %{texmfdist}/doc/latex/stellenbosch
10183%doc %{texmfdist}/doc/latex/stex
10184%doc %{texmfdist}/doc/latex/stringstrings
10185%doc %{texmfdist}/doc/latex/struktex
10186%doc %{texmfdist}/doc/latex/sttools
10187%doc %{texmfdist}/doc/latex/stubs
10188%doc %{texmfdist}/doc/latex/subdepth
10189%doc %{texmfdist}/doc/latex/subeqn
10190%doc %{texmfdist}/doc/latex/subeqnarray
10191%doc %{texmfdist}/doc/latex/subfloat
10192%doc %{texmfdist}/doc/latex/substr
10193%doc %{texmfdist}/doc/latex/sudoku
10194%doc %{texmfdist}/doc/latex/sudokubundle
10195%doc %{texmfdist}/doc/latex/sugconf
10196%doc %{texmfdist}/doc/latex/supertabular
10197%doc %{texmfdist}/doc/latex/susy
10198%doc %{texmfdist}/doc/latex/svgcolor
10199%doc %{texmfdist}/doc/latex/svn-multi
10200%doc %{texmfdist}/doc/latex/svn
10201%doc %{texmfdist}/doc/latex/svninfo
10202%doc %{texmfdist}/doc/latex/swebib
10203%doc %{texmfdist}/doc/latex/swimgraf
10204%doc %{texmfdist}/doc/latex/synproof
10205%doc %{texmfdist}/doc/latex/syntax
10206%doc %{texmfdist}/doc/latex/syntrace
10207%doc %{texmfdist}/doc/latex/synttree
10208%doc %{texmfdist}/doc/latex/t-angles
10209%doc %{texmfdist}/doc/latex/tableaux
10210%doc %{texmfdist}/doc/latex/tablists
10211%doc %{texmfdist}/doc/latex/tablor
10212%doc %{texmfdist}/doc/latex/tabto-ltx
10213%doc %{texmfdist}/doc/latex/tabulary
10214%doc %{texmfdist}/doc/latex/tabvar
10215%doc %{texmfdist}/doc/latex/talk
10216%doc %{texmfdist}/doc/latex/tapir
10217%doc %{texmfdist}/doc/latex/tcldoc
10218%doc %{texmfdist}/doc/latex/tdsfrmath
10219%doc %{texmfdist}/doc/latex/technics
10220%doc %{texmfdist}/doc/latex/ted
10221%doc %{texmfdist}/doc/latex/tengwarscript
10222%doc %{texmfdist}/doc/latex/tensor
10223%doc %{texmfdist}/doc/latex/teubner
10224%doc %{texmfdist}/doc/latex/texmate
10225%doc %{texmfdist}/doc/latex/texpower
10226%doc %{texmfdist}/doc/latex/texshade
10227%doc %{texmfdist}/doc/latex/textcase
10228%doc %{texmfdist}/doc/latex/textopo
10229%doc %{texmfdist}/doc/latex/theoremref
10230%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10231%doc %{texmfdist}/doc/latex/thinsp
10232%doc %{texmfdist}/doc/latex/thmtools
10233%doc %{texmfdist}/doc/latex/thumb
10234%doc %{texmfdist}/doc/latex/thuthesis
10235%doc %{texmfdist}/doc/latex/ticket
10236%doc %{texmfdist}/doc/latex/tikz-inet
10237%doc %{texmfdist}/doc/latex/timesht
10238%doc %{texmfdist}/doc/latex/titling
10239%doc %{texmfdist}/doc/latex/tocvsec2
10240%doc %{texmfdist}/doc/latex/todo
10241%doc %{texmfdist}/doc/latex/tokenizer
10242%doc %{texmfdist}/doc/latex/toolbox
10243%doc %{texmfdist}/doc/latex/topfloat
10244%doc %{texmfdist}/doc/latex/toptesi
10245%doc %{texmfdist}/doc/latex/tpslifonts
10246%doc %{texmfdist}/doc/latex/trajan
10247%doc %{texmfdist}/doc/latex/translator
10248%doc %{texmfdist}/doc/latex/tree-dvips
10249%doc %{texmfdist}/doc/latex/trfsigns
10250%doc %{texmfdist}/doc/latex/trivfloat
10251%doc %{texmfdist}/doc/latex/trsym
10252%doc %{texmfdist}/doc/latex/tufte-latex
10253%doc %{texmfdist}/doc/latex/tugboat
10254%doc %{texmfdist}/doc/latex/turnstile
10255%doc %{texmfdist}/doc/latex/twoup
10256%doc %{texmfdist}/doc/latex/typedref
10257%doc %{texmfdist}/doc/latex/typogrid
10258%doc %{texmfdist}/doc/latex/uaclasses
10259%doc %{texmfdist}/doc/latex/ucthesis
10260%doc %{texmfdist}/doc/latex/uebungsblatt
10261%doc %{texmfdist}/doc/latex/uiucthesis
10262%doc %{texmfdist}/doc/latex/ulsy
10263%doc %{texmfdist}/doc/latex/umich-thesis
10264%doc %{texmfdist}/doc/latex/uml
10265%doc %{texmfdist}/doc/latex/umlaute
10266%doc %{texmfdist}/doc/latex/umoline
10267%doc %{texmfdist}/doc/latex/umthesis
10268%doc %{texmfdist}/doc/latex/underlin
10269%doc %{texmfdist}/doc/latex/undertilde
10270%doc %{texmfdist}/doc/latex/unitsdef
10271%doc %{texmfdist}/doc/latex/unroman
10272%doc %{texmfdist}/doc/latex/upmethodology
10273%doc %{texmfdist}/doc/latex/urlbst
10274%doc %{texmfdist}/doc/latex/ushort
10275%doc %{texmfdist}/doc/latex/uwthesis
10276%doc %{texmfdist}/doc/latex/varindex
10277%doc %{texmfdist}/doc/latex/varsfromjobname
10278%doc %{texmfdist}/doc/latex/vector
10279%doc %{texmfdist}/doc/latex/verse
10280%doc %{texmfdist}/doc/latex/vhistory
10281%doc %{texmfdist}/doc/latex/vita
10282%doc %{texmfdist}/doc/latex/volumes
10283%doc %{texmfdist}/doc/latex/vpe
10284%doc %{texmfdist}/doc/latex/vrsion
10285%doc %{texmfdist}/doc/latex/vwcol
10286%doc %{texmfdist}/doc/latex/vxu
10287%doc %{texmfdist}/doc/latex/wadalab
10288%doc %{texmfdist}/doc/latex/wallpaper
10289%doc %{texmfdist}/doc/latex/warpcol
10290%doc %{texmfdist}/doc/latex/wnri
10291%doc %{texmfdist}/doc/latex/wordlike
10292%doc %{texmfdist}/doc/latex/xargs
10293%doc %{texmfdist}/doc/latex/xdoc
10294%doc %{texmfdist}/doc/latex/xfor
10295%doc %{texmfdist}/doc/latex/xifthen
10296%doc %{texmfdist}/doc/latex/xmpincl
10297%doc %{texmfdist}/doc/latex/xnewcommand
10298%doc %{texmfdist}/doc/latex/xoptarg
10299%doc %{texmfdist}/doc/latex/xpackages
10300%doc %{texmfdist}/doc/latex/xskak
10301%doc %{texmfdist}/doc/latex/xstring
10302%doc %{texmfdist}/doc/latex/xtcapts
10303%doc %{texmfdist}/doc/latex/xyling
10304%doc %{texmfdist}/doc/latex/xytree
10305%doc %{texmfdist}/doc/latex/yafoot
10306%doc %{texmfdist}/doc/latex/yhmath
10307%doc %{texmfdist}/doc/latex/york-thesis
10308%doc %{texmfdist}/doc/latex/yplan
10309%doc %{texmfdist}/doc/latex/zed-csp
10310%doc %{texmfdist}/doc/latex/zefonts
10311%doc %{texmfdist}/doc/latex/ziffer
10312%doc %{texmfdist}/doc/latex/zwgetfdate
10313%doc %{texmfdist}/source/latex/hyperref/doc
10314%doc %{texmfdist}/source/latex/koma-script/doc
10315
10316%files latex-other
10317%defattr(644,root,root,755)
f65b3398
ZU
10318%{texmfdist}/metapost/latexmp
10319%{texmfdist}/metapost/makecirc
8affbd2c 10320%dir %{texmfdist}/source/alatex
f65b3398 10321%{texmfdist}/source/alatex/base
8affbd2c 10322%dir %{texmfdist}/source/cslatex
f65b3398
ZU
10323%{texmfdist}/source/cslatex/base
10324%{texmfdist}/source/generic/xypic
10325%{texmfdist}/source/latex/ESIEEcv
10326%{texmfdist}/source/latex/GuIT
10327%{texmfdist}/source/latex/HA-prosper
10328%{texmfdist}/source/latex/IEEEconf
10329%{texmfdist}/source/latex/aastex
10330%{texmfdist}/source/latex/abc
10331%{texmfdist}/source/latex/abstract
10332%{texmfdist}/source/latex/achemso
10333%{texmfdist}/source/latex/acmconf
10334%{texmfdist}/source/latex/acronym
10335%{texmfdist}/source/latex/active-conf
10336%{texmfdist}/source/latex/addlines
10337%{texmfdist}/source/latex/adrlist
10338%{texmfdist}/source/latex/aiaa
10339%{texmfdist}/source/latex/alg
10340%{texmfdist}/source/latex/alnumsec
10341%{texmfdist}/source/latex/altfont
10342%{texmfdist}/source/latex/amsaddr
10343%{texmfdist}/source/latex/amscls
10344%{texmfdist}/source/latex/amsfonts
10345%{texmfdist}/source/latex/amsmath
10346%{texmfdist}/source/latex/amsrefs
10347%{texmfdist}/source/latex/answers
10348%{texmfdist}/source/latex/apacite
10349%{texmfdist}/source/latex/appendix
10350%{texmfdist}/source/latex/arcs
10351%{texmfdist}/source/latex/arydshln
10352%{texmfdist}/source/latex/asaetr
10353%{texmfdist}/source/latex/ascii
10354%{texmfdist}/source/latex/attachfile
8affbd2c 10355%{texmfdist}/source/latex/augie
f65b3398
ZU
10356%{texmfdist}/source/latex/babelbib
10357%{texmfdist}/source/latex/backgammon
10358%{texmfdist}/source/latex/barcodes
10359%{texmfdist}/source/latex/base
10360%{texmfdist}/source/latex/bayer
10361%{texmfdist}/source/latex/bbding
10362%{texmfdist}/source/latex/bbm-macros
10363%{texmfdist}/source/latex/belleek
10364%{texmfdist}/source/latex/bengali
10365%{texmfdist}/source/latex/beton
10366%{texmfdist}/source/latex/bez123
10367%{texmfdist}/source/latex/bibarts
10368%{texmfdist}/source/latex/bibleref
10369%{texmfdist}/source/latex/biblist
10370%{texmfdist}/source/latex/bibtopic
10371%{texmfdist}/source/latex/bibtopicprefix
10372%{texmfdist}/source/latex/bigfoot
10373%{texmfdist}/source/latex/binomexp
10374%{texmfdist}/source/latex/biocon
10375%{texmfdist}/source/latex/bizcard
10376%{texmfdist}/source/latex/blindtext
10377%{texmfdist}/source/latex/blowup
10378%{texmfdist}/source/latex/boites
10379%{texmfdist}/source/latex/bookhands
10380%{texmfdist}/source/latex/booklet
10381%{texmfdist}/source/latex/booktabs
10382%{texmfdist}/source/latex/bophook
10383%{texmfdist}/source/latex/boxhandler
10384%{texmfdist}/source/latex/bpchem
10385%{texmfdist}/source/latex/braille
10386%{texmfdist}/source/latex/breakurl
10387%{texmfdist}/source/latex/brushscr
10388%{texmfdist}/source/latex/bullcntr
10389%{texmfdist}/source/latex/burmese
10390%{texmfdist}/source/latex/bytefield
10391%{texmfdist}/source/latex/captcont
10392%{texmfdist}/source/latex/caption
10393%{texmfdist}/source/latex/carlisle
10394%{texmfdist}/source/latex/catechis
10395%{texmfdist}/source/latex/ccaption
10396%{texmfdist}/source/latex/ccfonts
10397%{texmfdist}/source/latex/cclicenses
10398%{texmfdist}/source/latex/cd-cover
10399%{texmfdist}/source/latex/cd
10400%{texmfdist}/source/latex/cdpbundl
10401%{texmfdist}/source/latex/changebar
10402%{texmfdist}/source/latex/changes
10403%{texmfdist}/source/latex/chappg
10404%{texmfdist}/source/latex/chapterfolder
10405%{texmfdist}/source/latex/chemcompounds
10406%{texmfdist}/source/latex/chemstyle
10407%{texmfdist}/source/latex/chessboard
10408%{texmfdist}/source/latex/chessfss
10409%{texmfdist}/source/latex/chletter
10410%{texmfdist}/source/latex/circ
10411%{texmfdist}/source/latex/cjk/utils
10412%{texmfdist}/source/latex/cjw
10413%{texmfdist}/source/latex/clefval
10414%{texmfdist}/source/latex/cleveref
10415%{texmfdist}/source/latex/cmcyralt
10416%{texmfdist}/source/latex/cmdtrack
10417%{texmfdist}/source/latex/cmll
10418%{texmfdist}/source/latex/cmsd
10419%{texmfdist}/source/latex/codepage
10420%{texmfdist}/source/latex/colortbl
10421%{texmfdist}/source/latex/colorwav
10422%{texmfdist}/source/latex/combine
10423%{texmfdist}/source/latex/comment
10424%{texmfdist}/source/latex/computational-complexity
10425%{texmfdist}/source/latex/confproc
10426%{texmfdist}/source/latex/constants
10427%{texmfdist}/source/latex/contour
10428%{texmfdist}/source/latex/cooking
10429%{texmfdist}/source/latex/cool
10430%{texmfdist}/source/latex/coollist
10431%{texmfdist}/source/latex/coolstr
10432%{texmfdist}/source/latex/cooltooltips
10433%{texmfdist}/source/latex/coordsys
10434%{texmfdist}/source/latex/coverpage
10435%{texmfdist}/source/latex/crop
10436%{texmfdist}/source/latex/crossreference
10437%{texmfdist}/source/latex/crosswrd
10438%{texmfdist}/source/latex/csvtools
10439%{texmfdist}/source/latex/ctable
10440%{texmfdist}/source/latex/ctib
10441%{texmfdist}/source/latex/cuisine
10442%{texmfdist}/source/latex/currvita
10443%{texmfdist}/source/latex/curve
10444%{texmfdist}/source/latex/curve2e
10445%{texmfdist}/source/latex/curves
10446%{texmfdist}/source/latex/cweb-latex
10447%{texmfdist}/source/latex/cwpuzzle
10448%{texmfdist}/source/latex/dashbox
10449%{texmfdist}/source/latex/dashrule
10450%{texmfdist}/source/latex/datatool
10451%{texmfdist}/source/latex/dateiliste
10452%{texmfdist}/source/latex/datenumber
10453%{texmfdist}/source/latex/datetime
10454%{texmfdist}/source/latex/decimal
10455%{texmfdist}/source/latex/delimtxt
10456%{texmfdist}/source/latex/diagnose
10457%{texmfdist}/source/latex/dialogl
10458%{texmfdist}/source/latex/dinbrief
10459%{texmfdist}/source/latex/disser
10460%{texmfdist}/source/latex/dnaseq
10461%{texmfdist}/source/latex/docmfp
10462%{texmfdist}/source/latex/doipubmed
10463%{texmfdist}/source/latex/dotarrow
10464%{texmfdist}/source/latex/dotseqn
10465%{texmfdist}/source/latex/dottex
10466%{texmfdist}/source/latex/dprogress
10467%{texmfdist}/source/latex/drac
10468%{texmfdist}/source/latex/draftcopy
10469%{texmfdist}/source/latex/draftwatermark
10470%{texmfdist}/source/latex/dramatist
10471%{texmfdist}/source/latex/dtk
10472%{texmfdist}/source/latex/dtxgallery
10473%{texmfdist}/source/latex/dyntree
10474%{texmfdist}/source/latex/eCards
10475%{texmfdist}/source/latex/ebezier
10476%{texmfdist}/source/latex/ebsthesis
10477%{texmfdist}/source/latex/ecclesiastic
10478%{texmfdist}/source/latex/ecv
10479%{texmfdist}/source/latex/ed
10480%{texmfdist}/source/latex/edmac
10481%{texmfdist}/source/latex/edmargin
10482%{texmfdist}/source/latex/eemeir
10483%{texmfdist}/source/latex/egplot
10484%{texmfdist}/source/latex/eiad
10485%{texmfdist}/source/latex/ellipsis
10486%{texmfdist}/source/latex/elmath
10487%{texmfdist}/source/latex/elsarticle
10488%{texmfdist}/source/latex/em
10489%{texmfdist}/source/latex/emp
10490%{texmfdist}/source/latex/endfloat
10491%{texmfdist}/source/latex/endheads
10492%{texmfdist}/source/latex/engpron
10493%{texmfdist}/source/latex/engrec
10494%{texmfdist}/source/latex/environ
10495%{texmfdist}/source/latex/envlab
10496%{texmfdist}/source/latex/epigraph
10497%{texmfdist}/source/latex/epiolmec
10498%{texmfdist}/source/latex/epsdice
10499%{texmfdist}/source/latex/eqlist
10500%{texmfdist}/source/latex/eqnarray
10501%{texmfdist}/source/latex/eqparbox
10502%{texmfdist}/source/latex/errata
10503%{texmfdist}/source/latex/esdiff
10504%{texmfdist}/source/latex/eskd
10505%{texmfdist}/source/latex/eso-pic
10506%{texmfdist}/source/latex/esvect
10507%{texmfdist}/source/latex/etaremune
10508%{texmfdist}/source/latex/ethiop
10509%{texmfdist}/source/latex/eukdate
10510%{texmfdist}/source/latex/euler
10511%{texmfdist}/source/latex/euproposal
10512%{texmfdist}/source/latex/euro
10513%{texmfdist}/source/latex/everypage
10514%{texmfdist}/source/latex/examdesign
10515%{texmfdist}/source/latex/exercise
10516%{texmfdist}/source/latex/expdlist
10517%{texmfdist}/source/latex/expl3
10518%{texmfdist}/source/latex/export
10519%{texmfdist}/source/latex/extpfeil
10520%{texmfdist}/source/latex/extract
10521%{texmfdist}/source/latex/facsimile
10522%{texmfdist}/source/latex/faktor
10523%{texmfdist}/source/latex/fancynum
10524%{texmfdist}/source/latex/fancyref
10525%{texmfdist}/source/latex/fancytooltips
10526%{texmfdist}/source/latex/fancyvrb
10527%{texmfdist}/source/latex/feynmf
10528%{texmfdist}/source/latex/figsize
10529%{texmfdist}/source/latex/filecontents
10530%{texmfdist}/source/latex/fink
10531%{texmfdist}/source/latex/fixme
10532%{texmfdist}/source/latex/flabels
10533%{texmfdist}/source/latex/flagderiv
10534%{texmfdist}/source/latex/flashcards
10535%{texmfdist}/source/latex/flippdf
10536%{texmfdist}/source/latex/float
10537%{texmfdist}/source/latex/floatrow
10538%{texmfdist}/source/latex/flowfram
10539%{texmfdist}/source/latex/fmp
10540%{texmfdist}/source/latex/fmtcount
10541%{texmfdist}/source/latex/fnbreak
10542%{texmfdist}/source/latex/foilhtml
10543%{texmfdist}/source/latex/fonttable
10544%{texmfdist}/source/latex/footmisc
10545%{texmfdist}/source/latex/footnpag
10546%{texmfdist}/source/latex/forarray
10547%{texmfdist}/source/latex/forloop
10548%{texmfdist}/source/latex/formula
10549%{texmfdist}/source/latex/fouridx
10550%{texmfdist}/source/latex/frankenstein
10551%{texmfdist}/source/latex/frontespizio
10552%{texmfdist}/source/latex/fullblck
10553%{texmfdist}/source/latex/functan
10554%{texmfdist}/source/latex/fundus
10555%{texmfdist}/source/latex/g-brief
10556%{texmfdist}/source/latex/galois
10557%{texmfdist}/source/latex/gcite
10558%{texmfdist}/source/latex/genmpage
10559%{texmfdist}/source/latex/geometry
10560%{texmfdist}/source/latex/geomsty
10561%{texmfdist}/source/latex/ginpenc
10562%{texmfdist}/source/latex/glossaries
10563%{texmfdist}/source/latex/gnuplottex
10564%{texmfdist}/source/latex/go
10565%{texmfdist}/source/latex/graphics
10566%{texmfdist}/source/latex/graphicx-psmin
10567%{texmfdist}/source/latex/greekdates
10568%{texmfdist}/source/latex/grnumalt
10569%{texmfdist}/source/latex/grverb
10570%{texmfdist}/source/latex/guitar
10571%{texmfdist}/source/latex/hanging
10572%{texmfdist}/source/latex/harvard
10573%{texmfdist}/source/latex/hc
10574%{texmfdist}/source/latex/hepthesis
10575%{texmfdist}/source/latex/hhtensor
10576%{texmfdist}/source/latex/hilowres
10577%{texmfdist}/source/latex/histogr
10578%{texmfdist}/source/latex/hpsdiss
10579%{texmfdist}/source/latex/hrlatex
10580%{texmfdist}/source/latex/hyper
10581%{texmfdist}/source/latex/hyperref
10582%{texmfdist}/source/latex/hyperxmp
10583%{texmfdist}/source/latex/hyphenat
10584%{texmfdist}/source/latex/ibycus-babel
10585%{texmfdist}/source/latex/icsv
10586%{texmfdist}/source/latex/ifmslide
10587%{texmfdist}/source/latex/ifplatform
10588%{texmfdist}/source/latex/ijmart
10589%{texmfdist}/source/latex/imtekda
10590%{texmfdist}/source/latex/index
10591%{texmfdist}/source/latex/inlinedef
10592%{texmfdist}/source/latex/inversepath
10593%{texmfdist}/source/latex/iso
10594%{texmfdist}/source/latex/iso10303
10595%{texmfdist}/source/latex/isodate
10596%{texmfdist}/source/latex/isodoc
10597%{texmfdist}/source/latex/isorot
10598%{texmfdist}/source/latex/isotope
10599%{texmfdist}/source/latex/itnumpar
10600%{texmfdist}/source/latex/jeopardy
10601%{texmfdist}/source/latex/jura
10602%{texmfdist}/source/latex/juraabbrev
10603%{texmfdist}/source/latex/jurarsp
10604%{texmfdist}/source/latex/kdgreek
10605%{texmfdist}/source/latex/kerntest
10606%{texmfdist}/source/latex/kluwer
10607%{texmfdist}/source/latex/koma-script
10608%{texmfdist}/source/latex/labelcas
10609%{texmfdist}/source/latex/labels
10610%{texmfdist}/source/latex/lastpage
10611%{texmfdist}/source/latex/latex-tds
10612%{texmfdist}/source/latex/layouts
10613%{texmfdist}/source/latex/lcg
10614%{texmfdist}/source/latex/lcyw
10615%{texmfdist}/source/latex/leading
10616%{texmfdist}/source/latex/ledmac
10617%{texmfdist}/source/latex/leftidx
10618%{texmfdist}/source/latex/lettrine
10619%{texmfdist}/source/latex/lexikon
10620%{texmfdist}/source/latex/lhcyr
10621%{texmfdist}/source/latex/lhelp
10622%{texmfdist}/source/latex/limap
10623%{texmfdist}/source/latex/lipsum
10624%{texmfdist}/source/latex/listbib
10625%{texmfdist}/source/latex/listings
10626%{texmfdist}/source/latex/listliketab
10627%{texmfdist}/source/latex/localloc
10628%{texmfdist}/source/latex/logpap
10629%{texmfdist}/source/latex/lps
10630%{texmfdist}/source/latex/ltxindex
10631%{texmfdist}/source/latex/mailing
10632%{texmfdist}/source/latex/makebox
10633%{texmfdist}/source/latex/makecell
10634%{texmfdist}/source/latex/makecmds
10635%{texmfdist}/source/latex/makedtx
10636%{texmfdist}/source/latex/makeplot
10637%{texmfdist}/source/latex/manfnt
10638%{texmfdist}/source/latex/manuscript
10639%{texmfdist}/source/latex/mapcodes
10640%{texmfdist}/source/latex/marginnote
10641%{texmfdist}/source/latex/mathcomp
10642%{texmfdist}/source/latex/mathpazo
10643%{texmfdist}/source/latex/mcaption
10644%{texmfdist}/source/latex/mcite
10645%{texmfdist}/source/latex/mdwtools
10646%{texmfdist}/source/latex/memoir
10647%{texmfdist}/source/latex/mentis
10648%{texmfdist}/source/latex/menu
10649%{texmfdist}/source/latex/method
10650%{texmfdist}/source/latex/metre
10651%{texmfdist}/source/latex/mff
10652%{texmfdist}/source/latex/mfpic4ode
10653%{texmfdist}/source/latex/mftinc
10654%{texmfdist}/source/latex/mh
10655%{texmfdist}/source/latex/miller
10656%{texmfdist}/source/latex/minipage-marginpar
10657%{texmfdist}/source/latex/minutes
10658%{texmfdist}/source/latex/mlist
10659%{texmfdist}/source/latex/mnsymbol
10660%{texmfdist}/source/latex/modroman
10661%{texmfdist}/source/latex/mongolian-babel
10662%{texmfdist}/source/latex/montex
10663%{texmfdist}/source/latex/moresize
10664%{texmfdist}/source/latex/moreverb
10665%{texmfdist}/source/latex/mparhack
10666%{texmfdist}/source/latex/ms
10667%{texmfdist}/source/latex/msg
10668%{texmfdist}/source/latex/mtgreek
10669%{texmfdist}/source/latex/multibbl
10670%{texmfdist}/source/latex/multibib
10671%{texmfdist}/source/latex/multicap
10672%{texmfdist}/source/latex/mwcls
10673%{texmfdist}/source/latex/mxd
10674%{texmfdist}/source/latex/nag
10675%{texmfdist}/source/latex/namespc
10676%{texmfdist}/source/latex/natbib
10677%{texmfdist}/source/latex/ncctools
10678%{texmfdist}/source/latex/nddiss
10679%{texmfdist}/source/latex/newalg
10680%{texmfdist}/source/latex/newfile
10681%{texmfdist}/source/latex/newlfm
10682%{texmfdist}/source/latex/newspaper
10683%{texmfdist}/source/latex/newvbtm
10684%{texmfdist}/source/latex/niceframe
10685%{texmfdist}/source/latex/noitcrul
10686%{texmfdist}/source/latex/nomencl
10687%{texmfdist}/source/latex/nomentbl
10688%{texmfdist}/source/latex/nonfloat
10689%{texmfdist}/source/latex/nostarch
10690%{texmfdist}/source/latex/notes
10691%{texmfdist}/source/latex/notes2bib
10692%{texmfdist}/source/latex/nrc
10693%{texmfdist}/source/latex/ntgclass
10694%{texmfdist}/source/latex/ntheorem
10695%{texmfdist}/source/latex/numprint
10696%{texmfdist}/source/latex/oberdiek
10697%{texmfdist}/source/latex/objectz
10698%{texmfdist}/source/latex/octavo
10699%{texmfdist}/source/latex/ogonek
10700%{texmfdist}/source/latex/oldstyle
10701%{texmfdist}/source/latex/opcit
10702%{texmfdist}/source/latex/ordinalpt
10703%{texmfdist}/source/latex/othello
10704%{texmfdist}/source/latex/otibet
10705%{texmfdist}/source/latex/pacioli
10706%{texmfdist}/source/latex/pageno
10707%{texmfdist}/source/latex/pagenote
10708%{texmfdist}/source/latex/paper
10709%{texmfdist}/source/latex/papercdcase
10710%{texmfdist}/source/latex/papertex
10711%{texmfdist}/source/latex/paralist
10712%{texmfdist}/source/latex/parallel
10713%{texmfdist}/source/latex/paresse
10714%{texmfdist}/source/latex/parrun
10715%{texmfdist}/source/latex/patchcmd
10716%{texmfdist}/source/latex/pauldoc
10717%{texmfdist}/source/latex/pawpict
10718%{texmfdist}/source/latex/pbox
10719%{texmfdist}/source/latex/pbsheet
10720%{texmfdist}/source/latex/pdfcprot
10721%{texmfdist}/source/latex/pdfpages
10722%{texmfdist}/source/latex/perltex
10723%{texmfdist}/source/latex/permute
10724%{texmfdist}/source/latex/petri-nets
10725%{texmfdist}/source/latex/pgfopts
10726%{texmfdist}/source/latex/pgfplots
10727%{texmfdist}/source/latex/philosophersimprint
10728%{texmfdist}/source/latex/photo
10729%{texmfdist}/source/latex/pict2e
10730%{texmfdist}/source/latex/pittetd
10731%{texmfdist}/source/latex/plari
10732%{texmfdist}/source/latex/play
10733%{texmfdist}/source/latex/plweb
10734%{texmfdist}/source/latex/poemscol
10735%{texmfdist}/source/latex/polski
10736%{texmfdist}/source/latex/polyglot
10737%{texmfdist}/source/latex/polytable
10738%{texmfdist}/source/latex/powerdot
10739%{texmfdist}/source/latex/ppr-prv
10740%{texmfdist}/source/latex/pracjourn
10741%{texmfdist}/source/latex/preprint
10742%{texmfdist}/source/latex/prettyref
10743%{texmfdist}/source/latex/preview
10744%{texmfdist}/source/latex/proba
10745%{texmfdist}/source/latex/probsoln
10746%{texmfdist}/source/latex/progkeys
10747%{texmfdist}/source/latex/prosper
10748%{texmfdist}/source/latex/protocol
10749%{texmfdist}/source/latex/psfrag
10750%{texmfdist}/source/latex/psfragx
10751%{texmfdist}/source/latex/pslatex
10752%{texmfdist}/source/latex/pspicture
10753%{texmfdist}/source/latex/qcm
10754%{texmfdist}/source/latex/qstest
10755%{texmfdist}/source/latex/qsymbols
10756%{texmfdist}/source/latex/quotchap
10757%{texmfdist}/source/latex/quotmark
10758%{texmfdist}/source/latex/randbild
10759%{texmfdist}/source/latex/rccol
10760%{texmfdist}/source/latex/rcs
10761%{texmfdist}/source/latex/rcsinfo
10762%{texmfdist}/source/latex/recipecard
10763%{texmfdist}/source/latex/refman
10764%{texmfdist}/source/latex/refstyle
10765%{texmfdist}/source/latex/regcount
10766%{texmfdist}/source/latex/register
10767%{texmfdist}/source/latex/relenc
10768%{texmfdist}/source/latex/revtex
10769%{texmfdist}/source/latex/rmpage
10770%{texmfdist}/source/latex/robustcommand
10771%{texmfdist}/source/latex/romannum
10772%{texmfdist}/source/latex/rotating
10773%{texmfdist}/source/latex/rotfloat
10774%{texmfdist}/source/latex/rsc
10775%{texmfdist}/source/latex/rst
10776%{texmfdist}/source/latex/rtkinenc
10777%{texmfdist}/source/latex/sagetex
10778%{texmfdist}/source/latex/sanskrit
10779%{texmfdist}/source/latex/sauerj
10780%{texmfdist}/source/latex/sauterfonts
10781%{texmfdist}/source/latex/savefnmark
10782%{texmfdist}/source/latex/savetrees
10783%{texmfdist}/source/latex/scale
10784%{texmfdist}/source/latex/scalebar
10785%{texmfdist}/source/latex/schedule
10786%{texmfdist}/source/latex/sciwordconv
10787%{texmfdist}/source/latex/screenplay
10788%{texmfdist}/source/latex/sectsty
10789%{texmfdist}/source/latex/semantic
10790%{texmfdist}/source/latex/semioneside
10791%{texmfdist}/source/latex/seqsplit
10792%{texmfdist}/source/latex/sf298
10793%{texmfdist}/source/latex/sffms
10794%{texmfdist}/source/latex/shorttoc
10795%{texmfdist}/source/latex/show2e
10796%{texmfdist}/source/latex/showexpl
10797%{texmfdist}/source/latex/showlabels
10798%{texmfdist}/source/latex/sidecap
10799%{texmfdist}/source/latex/siggraph
10800%{texmfdist}/source/latex/simplecv
10801%{texmfdist}/source/latex/simplewick
10802%{texmfdist}/source/latex/skull
10803%{texmfdist}/source/latex/slantsc
10804%{texmfdist}/source/latex/snapshot
10805%{texmfdist}/source/latex/songbook
10806%{texmfdist}/source/latex/soul
10807%{texmfdist}/source/latex/splitbib
10808%{texmfdist}/source/latex/splitindex
10809%{texmfdist}/source/latex/srcltx
10810%{texmfdist}/source/latex/sseq
10811%{texmfdist}/source/latex/ssqquote
10812%{texmfdist}/source/latex/stack
10813%{texmfdist}/source/latex/statistik
10814%{texmfdist}/source/latex/staves
10815%{texmfdist}/source/latex/stdclsdv
10816%{texmfdist}/source/latex/stdpage
10817%{texmfdist}/source/latex/stellenbosch
10818%{texmfdist}/source/latex/stex
10819%{texmfdist}/source/latex/stringstrings
10820%{texmfdist}/source/latex/struktex
10821%{texmfdist}/source/latex/subdepth
10822%{texmfdist}/source/latex/subeqn
10823%{texmfdist}/source/latex/subeqnarray
10824%{texmfdist}/source/latex/subfig
10825%{texmfdist}/source/latex/subfigure
10826%{texmfdist}/source/latex/subfloat
10827%{texmfdist}/source/latex/sudoku
10828%{texmfdist}/source/latex/sudokubundle
10829%{texmfdist}/source/latex/supertabular
10830%{texmfdist}/source/latex/svn-multi
10831%{texmfdist}/source/latex/svn
10832%{texmfdist}/source/latex/svninfo
10833%{texmfdist}/source/latex/swimgraf
10834%{texmfdist}/source/latex/syntrace
10835%{texmfdist}/source/latex/synttree
10836%{texmfdist}/source/latex/tablists
10837%{texmfdist}/source/latex/tabulary
10838%{texmfdist}/source/latex/tabvar
10839%{texmfdist}/source/latex/talk
10840%{texmfdist}/source/latex/tcldoc
10841%{texmfdist}/source/latex/tdsfrmath
10842%{texmfdist}/source/latex/technics
10843%{texmfdist}/source/latex/ted
10844%{texmfdist}/source/latex/tengwarscript
10845%{texmfdist}/source/latex/tensor
10846%{texmfdist}/source/latex/teubner
10847%{texmfdist}/source/latex/texmate
10848%{texmfdist}/source/latex/texpower
10849%{texmfdist}/source/latex/texshade
10850%{texmfdist}/source/latex/textcase
10851%{texmfdist}/source/latex/textfit
10852%{texmfdist}/source/latex/textopo
10853%{texmfdist}/source/latex/textpos
10854%{texmfdist}/source/latex/thesis-titlepage-fhac
10855%{texmfdist}/source/latex/thmtools
10856%{texmfdist}/source/latex/thumb
10857%{texmfdist}/source/latex/thuthesis
10858%{texmfdist}/source/latex/timesht
10859%{texmfdist}/source/latex/titling
10860%{texmfdist}/source/latex/tocbibind
10861%{texmfdist}/source/latex/tocloft
10862%{texmfdist}/source/latex/tocvsec2
10863%{texmfdist}/source/latex/todo
10864%{texmfdist}/source/latex/toolbox
10865%{texmfdist}/source/latex/tools
10866%{texmfdist}/source/latex/toptesi
10867%{texmfdist}/source/latex/totpages
10868%{texmfdist}/source/latex/trajan
10869%{texmfdist}/source/latex/tree-dvips
10870%{texmfdist}/source/latex/trfsigns
10871%{texmfdist}/source/latex/trivfloat
10872%{texmfdist}/source/latex/trsym
10873%{texmfdist}/source/latex/tugboat
10874%{texmfdist}/source/latex/turnstile
10875%{texmfdist}/source/latex/twoup
10876%{texmfdist}/source/latex/type1cm
10877%{texmfdist}/source/latex/typedref
10878%{texmfdist}/source/latex/typogrid
10879%{texmfdist}/source/latex/uaclasses
10880%{texmfdist}/source/latex/uiucthesis
10881%{texmfdist}/source/latex/ulsy
10882%{texmfdist}/source/latex/uml
10883%{texmfdist}/source/latex/umlaute
10884%{texmfdist}/source/latex/umoline
10885%{texmfdist}/source/latex/underlin
10886%{texmfdist}/source/latex/undertilde
10887%{texmfdist}/source/latex/units
10888%{texmfdist}/source/latex/unitsdef
10889%{texmfdist}/source/latex/unroman
10890%{texmfdist}/source/latex/upmethodology
10891%{texmfdist}/source/latex/urlbst
10892%{texmfdist}/source/latex/ushort
10893%{texmfdist}/source/latex/varindex
10894%{texmfdist}/source/latex/vector
10895%{texmfdist}/source/latex/verse
10896%{texmfdist}/source/latex/vmargin
10897%{texmfdist}/source/latex/volumes
10898%{texmfdist}/source/latex/vrsion
10899%{texmfdist}/source/latex/vwcol
10900%{texmfdist}/source/latex/vxu
10901%{texmfdist}/source/latex/warning
10902%{texmfdist}/source/latex/warpcol
10903%{texmfdist}/source/latex/was
10904%{texmfdist}/source/latex/wnri
10905%{texmfdist}/source/latex/xargs
10906%{texmfdist}/source/latex/xdoc
10907%{texmfdist}/source/latex/xfor
10908%{texmfdist}/source/latex/xmpincl
10909%{texmfdist}/source/latex/xpackages
10910%{texmfdist}/source/latex/xskak
10911%{texmfdist}/source/latex/xtab
10912%{texmfdist}/source/latex/xtcapts
10913%{texmfdist}/source/latex/yafoot
10914%{texmfdist}/source/latex/yfonts
10915%{texmfdist}/source/latex/yhmath
10916%{texmfdist}/source/latex/york-thesis
10917%{texmfdist}/source/latex/youngtab
198c241e 10918%dir %{texmfdist}/source/plain
8affbd2c 10919%dir %{texmfdist}/source/plain/jsmisc
f65b3398
ZU
10920%{texmfdist}/source/plain/jsmisc/xfig
10921%{texmfdist}/source/xelatex
8affbd2c 10922%{texmfdist}/tex/alatex
f65b3398
ZU
10923%{texmfdist}/tex/generic/enctex
10924%{texmfdist}/tex/latex/kalender
10925%{texmfdist}/tex/latex/karnaugh
10926%{texmfdist}/tex/latex/kerkis
10927%{texmfdist}/tex/latex/kerntest
10928%{texmfdist}/tex/latex/kluwer
10929%{texmfdist}/tex/latex/kpfonts
10930%{texmfdist}/tex/latex/kurier
10931%{texmfdist}/tex/latex/labelcas
10932%{texmfdist}/tex/latex/lazylist
10933%{texmfdist}/tex/latex/lcg
10934%{texmfdist}/tex/latex/lcyw
10935%{texmfdist}/tex/latex/leading
10936%{texmfdist}/tex/latex/ledmac
10937%{texmfdist}/tex/latex/lettre
10938%{texmfdist}/tex/latex/levy
10939%{texmfdist}/tex/latex/lexikon
10940%{texmfdist}/tex/latex/lgreek
10941%{texmfdist}/tex/latex/lhcyr
10942%{texmfdist}/tex/latex/lhelp
10943%{texmfdist}/tex/latex/libertine
10944%{texmfdist}/tex/latex/limap
10945%{texmfdist}/tex/latex/linearA
10946%{texmfdist}/tex/latex/linguex
10947%{texmfdist}/tex/latex/lipsum
10948%{texmfdist}/tex/latex/listbib
10949%{texmfdist}/tex/latex/listliketab
10950%{texmfdist}/tex/latex/listofsymbols
10951%{texmfdist}/tex/latex/lkproof
10952%{texmfdist}/tex/latex/logic
10953%{texmfdist}/tex/latex/logpap
10954%{texmfdist}/tex/latex/lps
10955%{texmfdist}/tex/latex/lsc
10956%{texmfdist}/tex/latex/ltablex
10957%{texmfdist}/tex/latex/ltxindex
10958%{texmfdist}/tex/latex/lxfonts
10959%{texmfdist}/tex/latex/ly1
10960%{texmfdist}/tex/latex/mafr
10961%{texmfdist}/tex/latex/mailing
10962%{texmfdist}/tex/latex/makebarcode
10963%{texmfdist}/tex/latex/makebox
10964%{texmfdist}/tex/latex/makecell
10965%{texmfdist}/tex/latex/makecmds
10966%{texmfdist}/tex/latex/makedtx
10967%{texmfdist}/tex/latex/makeglos
10968%{texmfdist}/tex/latex/makeplot
10969%{texmfdist}/tex/latex/manfnt
10970%{texmfdist}/tex/latex/manuscript
10971%{texmfdist}/tex/latex/mapcodes
10972%{texmfdist}/tex/latex/maple
10973%{texmfdist}/tex/latex/marginnote
10974%{texmfdist}/tex/latex/mathdesign
10975%{texmfdist}/tex/latex/maybemath
10976%{texmfdist}/tex/latex/mcaption
10977%{texmfdist}/tex/latex/mceinleger
10978%{texmfdist}/tex/latex/mcite
10979%{texmfdist}/tex/latex/mciteplus
10980%{texmfdist}/tex/latex/memexsupp
10981%{texmfdist}/tex/latex/mentis
10982%{texmfdist}/tex/latex/menu
10983%{texmfdist}/tex/latex/method
10984%{texmfdist}/tex/latex/metre
10985%{texmfdist}/tex/latex/mff
10986%{texmfdist}/tex/latex/mfpic4ode
10987%{texmfdist}/tex/latex/mftinc
10988%{texmfdist}/tex/latex/mhchem
10989%{texmfdist}/tex/latex/mhequ
10990%{texmfdist}/tex/latex/mhs
10991%{texmfdist}/tex/latex/miller
10992%{texmfdist}/tex/latex/minipage-marginpar
10993%{texmfdist}/tex/latex/miniplot
10994%{texmfdist}/tex/latex/minutes
10995%{texmfdist}/tex/latex/mla-paper
10996%{texmfdist}/tex/latex/mlist
10997%{texmfdist}/tex/latex/moresize
10998%{texmfdist}/tex/latex/movie15
10999%{texmfdist}/tex/latex/msc
11000%{texmfdist}/tex/latex/msg
11001%{texmfdist}/tex/latex/mslapa
11002%{texmfdist}/tex/latex/mtgreek
11003%{texmfdist}/tex/latex/multibbl
11004%{texmfdist}/tex/latex/multicap
11005%{texmfdist}/tex/latex/multido
11006%{texmfdist}/tex/latex/muthesis
11007%{texmfdist}/tex/latex/mxd
11008%{texmfdist}/tex/latex/mxedruli
11009%{texmfdist}/tex/latex/nag
11010%{texmfdist}/tex/latex/namespc
11011%{texmfdist}/tex/latex/nath
11012%{texmfdist}/tex/latex/nature
11013%{texmfdist}/tex/latex/newvbtm
11014%{texmfdist}/tex/latex/niceframe
11015%{texmfdist}/tex/latex/nih
11016%{texmfdist}/tex/latex/noitcrul
11017%{texmfdist}/tex/latex/nomentbl
11018%{texmfdist}/tex/latex/nonfloat
11019%{texmfdist}/tex/latex/nostarch
11020%{texmfdist}/tex/latex/notes
11021%{texmfdist}/tex/latex/notes2bib
11022%{texmfdist}/tex/latex/nrc
11023%{texmfdist}/tex/latex/ntabbing
11024%{texmfdist}/tex/latex/numline
11025%{texmfdist}/tex/latex/numname
11026%{texmfdist}/tex/latex/numprint
11027%{texmfdist}/tex/latex/objectz
11028%{texmfdist}/tex/latex/ocr-latex
11029%{texmfdist}/tex/latex/octavo
11030%{texmfdist}/tex/latex/ogonek
11031%{texmfdist}/tex/latex/oldstyle
11032%{texmfdist}/tex/latex/opcit
11033%{texmfdist}/tex/latex/ordinalpt
11034%{texmfdist}/tex/latex/ot2cyr
11035%{texmfdist}/tex/latex/othello
11036%{texmfdist}/tex/latex/otibet
11037%{texmfdist}/tex/latex/outline
11038%{texmfdist}/tex/latex/outliner
11039%{texmfdist}/tex/latex/pacioli
11040%{texmfdist}/tex/latex/pageno
11041%{texmfdist}/tex/latex/pagenote
11042%{texmfdist}/tex/latex/palatino
11043%{texmfdist}/tex/latex/paper
11044%{texmfdist}/tex/latex/papercdcase
11045%{texmfdist}/tex/latex/papertex
11046%{texmfdist}/tex/latex/parallel
11047%{texmfdist}/tex/latex/paresse
11048%{texmfdist}/tex/latex/parrun
11049%{texmfdist}/tex/latex/patchcmd
11050%{texmfdist}/tex/latex/pauldoc
11051%{texmfdist}/tex/latex/pawpict
11052%{texmfdist}/tex/latex/pbox
11053%{texmfdist}/tex/latex/pbsheet
11054%{texmfdist}/tex/latex/pclnfss
11055%{texmfdist}/tex/latex/pdfcprot
11056%{texmfdist}/tex/latex/pdfscreen
11057%{texmfdist}/tex/latex/pdftricks
11058%{texmfdist}/tex/latex/pdfwin
11059%{texmfdist}/tex/latex/pecha
11060%{texmfdist}/tex/latex/perltex
11061%{texmfdist}/tex/latex/permute
11062%{texmfdist}/tex/latex/petiteannonce
11063%{texmfdist}/tex/latex/petri-nets
11064%{texmfdist}/tex/latex/pgf-soroban
11065%{texmfdist}/tex/latex/phaistos
11066%{texmfdist}/tex/latex/philex
11067%{texmfdist}/tex/latex/philosophersimprint
11068%{texmfdist}/tex/latex/phonetic
11069%{texmfdist}/tex/latex/photo
11070%{texmfdist}/tex/latex/pictex2
11071%{texmfdist}/tex/latex/pinlabel
11072%{texmfdist}/tex/latex/pittetd
11073%{texmfdist}/tex/latex/plari
11074%{texmfdist}/tex/latex/plates
11075%{texmfdist}/tex/latex/play
11076%{texmfdist}/tex/latex/plweb
11077%{texmfdist}/tex/latex/pmgraph
11078%{texmfdist}/tex/latex/poemscol
11079%{texmfdist}/tex/latex/polski
11080%{texmfdist}/tex/latex/polyglot
11081%{texmfdist}/tex/latex/polytable
11082%{texmfdist}/tex/latex/postcards
11083%{texmfdist}/tex/latex/powerdot
11084%{texmfdist}/tex/latex/ppower4
11085%{texmfdist}/tex/latex/ppr-prv
11086%{texmfdist}/tex/latex/pracjourn
11087%{texmfdist}/tex/latex/prettyref
11088%{texmfdist}/tex/latex/proba
11089%{texmfdist}/tex/latex/probsoln
11090%{texmfdist}/tex/latex/procIAGssymp
11091%{texmfdist}/tex/latex/progkeys
11092%{texmfdist}/tex/latex/progress
11093%{texmfdist}/tex/latex/protex
11094%{texmfdist}/tex/latex/protocol
11095%{texmfdist}/tex/latex/psfragx
11096%{texmfdist}/tex/latex/psgo
11097%{texmfdist}/tex/latex/pspicture
f65b3398
ZU
11098%{texmfdist}/tex/latex/ptptex
11099%{texmfdist}/tex/latex/qcm
11100%{texmfdist}/tex/latex/qobitree
11101%{texmfdist}/tex/latex/qstest
11102%{texmfdist}/tex/latex/qsymbols
11103%{texmfdist}/tex/latex/qtree
11104%{texmfdist}/tex/latex/quotchap
11105%{texmfdist}/tex/latex/quotmark
11106%{texmfdist}/tex/latex/r_und_s
11107%{texmfdist}/tex/latex/randbild
11108%{texmfdist}/tex/latex/randtext
11109%{texmfdist}/tex/latex/rccol
11110%{texmfdist}/tex/latex/rcs
11111%{texmfdist}/tex/latex/rcsinfo
11112%{texmfdist}/tex/latex/recipecard
11113%{texmfdist}/tex/latex/rectopma
11114%{texmfdist}/tex/latex/refcheck
11115%{texmfdist}/tex/latex/refman
11116%{texmfdist}/tex/latex/refstyle
11117%{texmfdist}/tex/latex/regcount
11118%{texmfdist}/tex/latex/register
11119%{texmfdist}/tex/latex/relenc
11120%{texmfdist}/tex/latex/repeatindex
11121%{texmfdist}/tex/latex/resume
11122%{texmfdist}/tex/latex/rlepsf
11123%{texmfdist}/tex/latex/rmpage
11124%{texmfdist}/tex/latex/robustcommand
11125%{texmfdist}/tex/latex/robustindex
11126%{texmfdist}/tex/latex/romannum
11127%{texmfdist}/tex/latex/rotpages
11128%{texmfdist}/tex/latex/rsc
11129%{texmfdist}/tex/latex/rst
11130%{texmfdist}/tex/latex/rtkinenc
11131%{texmfdist}/tex/latex/rtklage
11132%{texmfdist}/tex/latex/sagetex
11133%{texmfdist}/tex/latex/sanskrit
11134%{texmfdist}/tex/latex/sauerj
11135%{texmfdist}/tex/latex/sauterfonts
11136%{texmfdist}/tex/latex/savefnmark
11137%{texmfdist}/tex/latex/savesym
11138%{texmfdist}/tex/latex/savetrees
11139%{texmfdist}/tex/latex/scalebar
11140%{texmfdist}/tex/latex/schedule
11141%{texmfdist}/tex/latex/scientificpaper
11142%{texmfdist}/tex/latex/sciposter
11143%{texmfdist}/tex/latex/sciwordconv
11144%{texmfdist}/tex/latex/screenplay
11145%{texmfdist}/tex/latex/script
11146%{texmfdist}/tex/latex/sdrt
11147%{texmfdist}/tex/latex/sectionbox
11148%{texmfdist}/tex/latex/semantic
11149%{texmfdist}/tex/latex/semaphor
11150%{texmfdist}/tex/latex/semioneside
11151%{texmfdist}/tex/latex/seqsplit
11152%{texmfdist}/tex/latex/sf298
11153%{texmfdist}/tex/latex/sffms
11154%{texmfdist}/tex/latex/sfg
11155%{texmfdist}/tex/latex/sfmath
11156%{texmfdist}/tex/latex/sgame
11157%{texmfdist}/tex/latex/shadbox
11158%{texmfdist}/tex/latex/shadethm
11159%{texmfdist}/tex/latex/shipunov
11160%{texmfdist}/tex/latex/shorttoc
11161%{texmfdist}/tex/latex/show2e
11162%{texmfdist}/tex/latex/showexpl
11163%{texmfdist}/tex/latex/sides
11164%{texmfdist}/tex/latex/siggraph
11165%{texmfdist}/tex/latex/simplecv
11166%{texmfdist}/tex/latex/simplewick
11167%{texmfdist}/tex/latex/skak
11168%{texmfdist}/tex/latex/skull
11169%{texmfdist}/tex/latex/slantsc
11170%{texmfdist}/tex/latex/smalltableof
11171%{texmfdist}/tex/latex/smartref
11172%{texmfdist}/tex/latex/smflatex
11173%{texmfdist}/tex/latex/snapshot
11174%{texmfdist}/tex/latex/songbook
11175%{texmfdist}/tex/latex/soyombo
11176%{texmfdist}/tex/latex/sparklines
11177%{texmfdist}/tex/latex/spie
11178%{texmfdist}/tex/latex/splitbib
11179%{texmfdist}/tex/latex/splitindex
11180%{texmfdist}/tex/latex/sprite
11181%{texmfdist}/tex/latex/srcltx
11182%{texmfdist}/tex/latex/sseq
11183%{texmfdist}/tex/latex/ssqquote
11184%{texmfdist}/tex/latex/stack
11185%{texmfdist}/tex/latex/stage
11186%{texmfdist}/tex/latex/statex2
11187%{texmfdist}/tex/latex/statistik
11188%{texmfdist}/tex/latex/staves
11189%{texmfdist}/tex/latex/stdpage
11190%{texmfdist}/tex/latex/stellenbosch
11191%{texmfdist}/tex/latex/stex
11192%{texmfdist}/tex/latex/stringstrings
11193%{texmfdist}/tex/latex/struktex
11194%{texmfdist}/tex/latex/sttools
11195%{texmfdist}/tex/latex/stubs
11196%{texmfdist}/tex/latex/subdepth
11197%{texmfdist}/tex/latex/subeqn
11198%{texmfdist}/tex/latex/subeqnarray
11199%{texmfdist}/tex/latex/subfloat
11200%{texmfdist}/tex/latex/substr
11201%{texmfdist}/tex/latex/sudoku
11202%{texmfdist}/tex/latex/sudokubundle
11203%{texmfdist}/tex/latex/sugconf
11204%{texmfdist}/tex/latex/susy
11205%{texmfdist}/tex/latex/svgcolor
11206%{texmfdist}/tex/latex/svn-multi
11207%{texmfdist}/tex/latex/svn
11208%{texmfdist}/tex/latex/svninfo
11209%{texmfdist}/tex/latex/swimgraf
11210%{texmfdist}/tex/latex/symbol
11211%{texmfdist}/tex/latex/synproof
11212%{texmfdist}/tex/latex/syntax
11213%{texmfdist}/tex/latex/syntrace
11214%{texmfdist}/tex/latex/synttree
11215%{texmfdist}/tex/latex/timing
11216%{texmfdist}/tex/latex/tocvsec2
11217%{texmfdist}/tex/latex/todo
11218%{texmfdist}/tex/latex/tokenizer
11219%{texmfdist}/tex/latex/toolbox
11220%{texmfdist}/tex/latex/topfloat
11221%{texmfdist}/tex/latex/toptesi
11222%{texmfdist}/tex/latex/tpslifonts
11223%{texmfdist}/tex/latex/tracking
11224%{texmfdist}/tex/latex/trajan
11225%{texmfdist}/tex/latex/translator
11226%{texmfdist}/tex/latex/tree-dvips
11227%{texmfdist}/tex/latex/trfsigns
11228%{texmfdist}/tex/latex/trivfloat
11229%{texmfdist}/tex/latex/trsym
11230%{texmfdist}/tex/latex/tufte-latex
11231%{texmfdist}/tex/latex/tugboat
11232%{texmfdist}/tex/latex/turnstile
11233%{texmfdist}/tex/latex/twoup
11234%{texmfdist}/tex/latex/typedref
11235%{texmfdist}/tex/latex/typogrid
11236%{texmfdist}/tex/latex/uaclasses
11237%{texmfdist}/tex/latex/ucthesis
11238%{texmfdist}/tex/latex/uebungsblatt
11239%{texmfdist}/tex/latex/uhrzeit
11240%{texmfdist}/tex/latex/uiucthesis
11241%{texmfdist}/tex/latex/ulsy
11242%{texmfdist}/tex/latex/umich-thesis
11243%{texmfdist}/tex/latex/uml
11244%{texmfdist}/tex/latex/umoline
11245%{texmfdist}/tex/latex/umrand
11246%{texmfdist}/tex/latex/umthesis
11247%{texmfdist}/tex/latex/underlin
11248%{texmfdist}/tex/latex/ushort
11249%{texmfdist}/tex/latex/uwthesis
11250
26d8eaaa
ZU
11251# %files latex-palatcm
11252# %defattr(644,root,root,755)
11253# %{texmf}/tex/latex/palatcm
d08789e0 11254
f65b3398
ZU
11255%files latex-pdfslide
11256%defattr(644,root,root,755)
11257%doc %{texmfdist}/doc/latex/pdfslide
11258%{texmfdist}/tex/latex/pdfslide
11259
03d9d5fa
ZU
11260%files latex-pgf
11261%defattr(644,root,root,755)
11262%doc %{texmfdist}/doc/generic/pgf
8ed039e0
ZU
11263%{texmfdist}/tex/generic/pgf
11264%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
11265%{texmfdist}/tex/latex/pgf
11266%{texmfdist}/tex/latex/pgfopts
11267%{texmfdist}/tex/latex/pgfplots
11268
b7b4a109
ZU
11269%files latex-prosper
11270%defattr(644,root,root,755)
11271%doc %{texmfdist}/doc/latex/prosper
11272%{texmfdist}/tex/latex/prosper
11273
f65b3398
ZU
11274%files latex-polynom
11275%defattr(644,root,root,755)
11276%doc %{texmfdist}/doc/latex/polynom
11277%{texmfdist}/source/latex/polynom
11278%{texmfdist}/tex/latex/polynom
11279
11280%files latex-polynomial
11281%defattr(644,root,root,755)
11282%doc %{texmfdist}/doc/latex/polynomial
11283%{texmfdist}/source/latex/polynomial
11284%{texmfdist}/tex/latex/polynomial
11285
b7b4a109
ZU
11286%files latex-pseudocode
11287%defattr(644,root,root,755)
11288%doc %{texmfdist}/doc/latex/pseudocode
11289%{texmfdist}/tex/latex/pseudocode
11290
8efa6a9c
ZU
11291%files latex-pst-2dplot
11292%defattr(644,root,root,755)
11293%doc %{texmfdist}/doc/generic/pst-2dplot
11294%{texmfdist}/tex/latex/pst-2dplot
11295
11296%files latex-pst-3dplot
11297%defattr(644,root,root,755)
11298%doc %{texmfdist}/doc/generic/pst-3dplot
11299%{texmfdist}/dvips/pst-3dplot
11300%{texmfdist}/tex/generic/pst-3dplot
11301%{texmfdist}/tex/latex/pst-3dplot
11302
11303%files latex-pst-bar
11304%defattr(644,root,root,755)
11305%doc %{texmfdist}/doc/generic/pst-3dplot
11306%{texmfdist}/dvips/pst-bar
11307%{texmfdist}/tex/generic/pst-bar
11308%{texmfdist}/tex/latex/pst-bar
11309
11310%files latex-pst-circ
11311%defattr(644,root,root,755)
11312%doc %{texmfdist}/doc/generic/pst-circ
11313%{texmfdist}/dvips/pst-circ
11314%{texmfdist}/tex/generic/pst-circ
11315%{texmfdist}/tex/latex/pst-circ
11316
11317%files latex-pst-diffraction
11318%defattr(644,root,root,755)
11319%doc %{texmfdist}/doc/generic/pst-diffraction
11320%{texmfdist}/tex/generic/pst-diffraction
11321%{texmfdist}/tex/latex/pst-diffraction
11322
b7b4a109
ZU
11323%files latex-pst-eucl
11324%defattr(644,root,root,755)
8efa6a9c 11325%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
11326%{texmfdist}/tex/generic/pst-eucl
11327%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
11328
11329%files latex-pst-fun
11330%defattr(644,root,root,755)
11331%doc %{texmfdist}/doc/generic/pst-fun
11332%{texmfdist}/dvips/pst-fun
11333%{texmfdist}/tex/generic/pst-fun
11334%{texmfdist}/tex/latex/pst-fun
11335
11336%files latex-pst-func
11337%defattr(644,root,root,755)
11338%doc %{texmfdist}/doc/generic/pst-func
11339%{texmfdist}/dvips/pst-func
11340%{texmfdist}/tex/generic/pst-func
11341%{texmfdist}/tex/latex/pst-func
11342
11343%files latex-pst-infixplot
11344%defattr(644,root,root,755)
11345%doc %{texmfdist}/doc/generic/pst-infixplot
11346%{texmfdist}/tex/generic/pst-infixplot
11347%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
11348
11349%files latex-pst-fr3d
11350%defattr(644,root,root,755)
11351%doc %{texmfdist}/doc/generic/pst-fr3d
11352%{texmfdist}/source/generic/pst-fr3d
11353%{texmfdist}/tex/generic/pst-fr3d
11354%{texmfdist}/tex/latex/pst-fr3d
11355
11356%files latex-pst-fractal
11357%defattr(644,root,root,755)
11358%doc %{texmfdist}/doc/generic/pst-fractal
11359%{texmfdist}/dvips/pst-fractal
11360%{texmfdist}/tex/generic/pst-fractal
11361%{texmfdist}/tex/latex/pst-fractal
11362
8efa6a9c
ZU
11363%files latex-pst-math
11364%defattr(644,root,root,755)
11365%doc %{texmfdist}/doc/generic/pst-math
11366%{texmfdist}/dvips/pst-math
11367%{texmfdist}/tex/generic/pst-math
11368%{texmfdist}/tex/latex/pst-math
11369
11370%files latex-pst-ob3d
11371%defattr(644,root,root,755)
11372%doc %{texmfdist}/doc/generic/pst-ob3d
11373%{texmfdist}/source/generic/pst-ob3d
11374%{texmfdist}/tex/generic/pst-ob3d
11375%{texmfdist}/tex/latex/pst-ob3d
11376
11377%files latex-pst-optexp
11378%defattr(644,root,root,755)
11379%doc %{texmfdist}/doc/generic/pst-optexp
11380%{texmfdist}/dvips/pst-optexp
11381%{texmfdist}/tex/generic/pst-optexp
11382%{texmfdist}/tex/latex/pst-optexp
11383
11384%files latex-pst-optic
11385%defattr(644,root,root,755)
11386%doc %{texmfdist}/doc/generic/pst-optic
11387%{texmfdist}/tex/generic/pst-optic
11388%{texmfdist}/tex/latex/pst-optic
11389
11390%files latex-pst-text
11391%defattr(644,root,root,755)
11392%doc %{texmfdist}/doc/generic/pst-text
04123363 11393%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
11394%{texmfdist}/tex/generic/pst-text
11395%{texmfdist}/tex/latex/pst-text
11396
1024ab0e
ZU
11397%files latex-pst-uncategorized
11398%defattr(644,root,root,755)
11399%doc %{texmfdist}/doc/generic/pst-3d
11400%doc %{texmfdist}/doc/generic/pst-asr
11401%doc %{texmfdist}/doc/generic/pst-bar
11402%doc %{texmfdist}/doc/generic/pst-barcode
11403%doc %{texmfdist}/doc/generic/pst-blur
11404%doc %{texmfdist}/doc/generic/pst-coil
11405%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
11406# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
11407# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
11408%doc %{texmfdist}/doc/generic/pst-dbicons
11409%doc %{texmfdist}/doc/generic/pst-eps
11410%doc %{texmfdist}/doc/generic/pst-fill
11411%doc %{texmfdist}/doc/generic/pst-geo
11412%doc %{texmfdist}/doc/generic/pst-ghsb
11413%doc %{texmfdist}/doc/generic/pst-gr3d
11414%doc %{texmfdist}/doc/generic/pst-grad
11415%doc %{texmfdist}/doc/generic/pst-jtree
11416%doc %{texmfdist}/doc/generic/pst-labo
11417%doc %{texmfdist}/doc/generic/pst-lens
11418%doc %{texmfdist}/doc/generic/pst-light3d
11419%doc %{texmfdist}/doc/generic/pst-osci
11420%doc %{texmfdist}/doc/generic/pst-pad
11421%doc %{texmfdist}/doc/generic/pst-pdgr
11422%doc %{texmfdist}/doc/generic/pst-poly
11423%doc %{texmfdist}/doc/generic/pst-qtree
11424%doc %{texmfdist}/doc/generic/pst-slpe
11425%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
11426# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
11427# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
11428%doc %{texmfdist}/doc/generic/pst-soroban
11429%doc %{texmfdist}/doc/generic/pst-spectra
11430%doc %{texmfdist}/doc/generic/pst-stru
11431%doc %{texmfdist}/doc/generic/pst-uml
11432%doc %{texmfdist}/doc/generic/pst-vue3d
11433%doc %{texmfdist}/doc/latex/auto-pst-pdf
11434%doc %{texmfdist}/doc/latex/pst-pdf
11435%{texmfdist}/dvips/pst-barcode
11436%{texmfdist}/dvips/pst-blur
11437%{texmfdist}/dvips/pst-coil
11438%{texmfdist}/dvips/pst-cox
11439%{texmfdist}/dvips/pst-eucl
11440%{texmfdist}/dvips/pst-geo
11441%{texmfdist}/dvips/pst-ghsb
11442%{texmfdist}/dvips/pst-grad
11443%{texmfdist}/dvips/pst-light3d
11444%{texmfdist}/dvips/pst-slpe
11445%{texmfdist}/dvips/pst-solides3d
11446%{texmfdist}/dvips/pst-spectra
11447%{texmfdist}/dvips/pst-vue3d
11448%{texmfdist}/scripts/pst-pdf
11449%{texmfdist}/source/generic/pst-3d
11450%{texmfdist}/source/generic/pst-3dplot
11451%{texmfdist}/source/generic/pst-barcode
11452%{texmfdist}/source/generic/pst-blur
11453%{texmfdist}/source/generic/pst-circ
11454%{texmfdist}/source/generic/pst-coil
11455%{texmfdist}/source/generic/pst-dbicons
11456%{texmfdist}/source/generic/pst-diffraction
11457%{texmfdist}/source/generic/pst-eps
11458%{texmfdist}/source/generic/pst-fill
11459%{texmfdist}/source/generic/pst-fractal
11460%{texmfdist}/source/generic/pst-fun
11461%{texmfdist}/source/generic/pst-func
11462%{texmfdist}/source/generic/pst-lens
11463%{texmfdist}/source/generic/pst-light3d
11464%{texmfdist}/source/generic/pst-optic
11465%{texmfdist}/source/generic/pst-pad
11466%{texmfdist}/source/generic/pst-pdgr
11467%{texmfdist}/source/generic/pst-slpe
11468%{texmfdist}/source/generic/pst-soroban
11469%{texmfdist}/source/generic/pst-text
11470%{texmfdist}/source/generic/pst-uml
11471%{texmfdist}/source/generic/pst-vue3d
11472%{texmfdist}/source/latex/auto-pst-pdf
11473%{texmfdist}/source/latex/pst-gr3d
11474%{texmfdist}/source/latex/pst-pdf
11475%{texmfdist}/source/latex/pst-poly
11476%{texmfdist}/tex/generic/pst-3d
11477%{texmfdist}/tex/generic/pst-asr
11478%{texmfdist}/tex/generic/pst-barcode
11479%{texmfdist}/tex/generic/pst-blur
11480%{texmfdist}/tex/generic/pst-coil
11481%{texmfdist}/tex/generic/pst-cox
11482%{texmfdist}/tex/generic/pst-eps
11483%{texmfdist}/tex/generic/pst-fill
11484%{texmfdist}/tex/generic/pst-geo
11485%{texmfdist}/tex/generic/pst-ghsb
11486%{texmfdist}/tex/generic/pst-gr3d
11487%{texmfdist}/tex/generic/pst-grad
11488%{texmfdist}/tex/generic/pst-jtree
11489%{texmfdist}/tex/generic/pst-labo
11490%{texmfdist}/tex/generic/pst-lens
11491%{texmfdist}/tex/generic/pst-light3d
11492%{texmfdist}/tex/generic/pst-osci
11493%{texmfdist}/tex/generic/pst-pad
11494%{texmfdist}/tex/generic/pst-pdgr
11495%{texmfdist}/tex/generic/pst-poly
11496%{texmfdist}/tex/generic/pst-qtree
11497%{texmfdist}/tex/generic/pst-slpe
11498%{texmfdist}/tex/generic/pst-solides3d
11499%{texmfdist}/tex/generic/pst-spectra
11500%{texmfdist}/tex/generic/pst-stru
11501%{texmfdist}/tex/generic/pst-vue3d
11502%{texmfdist}/tex/latex/pst-3d
11503%{texmfdist}/tex/latex/pst-asr
11504%{texmfdist}/tex/latex/pst-barcode
11505%{texmfdist}/tex/latex/pst-blur
11506%{texmfdist}/tex/latex/pst-coil
11507%{texmfdist}/tex/latex/pst-cox
11508%{texmfdist}/tex/latex/pst-dbicons
11509%{texmfdist}/tex/latex/pst-eps
11510%{texmfdist}/tex/latex/pst-fill
11511%{texmfdist}/tex/latex/pst-geo
11512%{texmfdist}/tex/latex/pst-ghsb
11513%{texmfdist}/tex/latex/pst-gr3d
11514%{texmfdist}/tex/latex/pst-grad
11515%{texmfdist}/tex/latex/pst-jtree
11516%{texmfdist}/tex/latex/pst-labo
11517%{texmfdist}/tex/latex/pst-lens
11518%{texmfdist}/tex/latex/pst-light3d
11519%{texmfdist}/tex/latex/pst-osci
11520%{texmfdist}/tex/latex/pst-pad
11521%{texmfdist}/tex/latex/pst-pdf
11522%{texmfdist}/tex/latex/pst-pdgr
11523%{texmfdist}/tex/latex/pst-poly
11524%{texmfdist}/tex/latex/pst-qtree
11525%{texmfdist}/tex/latex/pst-slpe
11526%{texmfdist}/tex/latex/pst-solides3d
11527%{texmfdist}/tex/latex/pst-soroban
11528%{texmfdist}/tex/latex/pst-spectra
11529%{texmfdist}/tex/latex/pst-stru
11530%{texmfdist}/tex/latex/pst-uml
11531%{texmfdist}/tex/latex/pst-vue3d
11532
d08789e0 11533%files latex-psnfss
489714ae 11534%defattr(644,root,root,755)
26d8eaaa 11535%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
11536%dir %{texmfdist}/source/latex
11537%dir %{texmfdist}/source/latex/latex-tds
11538%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 11539%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 11540%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
11541%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
11542%{texmfdist}/tex/latex/psnfss
11543
d08789e0
ZU
11544%files latex-pxfonts
11545%defattr(644,root,root,755)
26d8eaaa
ZU
11546%doc %{texmfdist}/doc/fonts/pxfonts
11547%{texmfdist}/tex/latex/pxfonts
11548%{texmfdist}/fonts/type1/public/pxfonts
11549%{texmfdist}/fonts/afm/public/pxfonts
11550%{texmfdist}/fonts/tfm/public/pxfonts
11551%{texmfdist}/fonts/vf/public/pxfonts
11552%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 11553
5b7eba8e
MB
11554#%files latex-qfonts
11555#%defattr(644,root,root,755)
d08789e0 11556
6c82f497
ZU
11557%files latex-SIstyle
11558%defattr(644,root,root,755)
11559%{texmfdist}/doc/latex/SIstyle
11560%{texmfdist}/source/latex/SIstyle
11561
3127b522
ZU
11562%files latex-SIunits
11563%defattr(644,root,root,755)
3127b522 11564%{texmfdist}/doc/latex/SIunits
5b7eba8e 11565%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
11566%{texmfdist}/source/latex/SIunits
11567
f65b3398
ZU
11568%files latex-siunitx
11569%defattr(644,root,root,755)
11570%{texmfdist}/doc/latex/siunitx
11571%{texmfdist}/tex/latex/siunitx
11572%{texmfdist}/source/latex/siunitx
11573
6c82f497
ZU
11574%files latex-Tabbing
11575%defattr(644,root,root,755)
11576%{texmfdist}/source/latex/Tabbing
11577%{texmfdist}/doc/latex/Tabbing
3127b522 11578
d08789e0
ZU
11579%files latex-txfonts
11580%defattr(644,root,root,755)
26d8eaaa
ZU
11581%doc %{texmfdist}/doc/fonts/txfonts
11582%{texmfdist}/fonts/type1/public/txfonts
11583%{texmfdist}/fonts/afm/public/txfonts
11584%{texmfdist}/fonts/enc/dvips/txfonts
11585%{texmfdist}/fonts/tfm/public/txfonts
11586%{texmfdist}/fonts/vf/public/txfonts
11587%{texmfdist}/fonts/map/dvips/txfonts
11588%{texmfdist}/tex/latex/txfonts
26d8eaaa 11589
7ea3a98b
ZU
11590%files latex-ucs
11591%defattr(644,root,root,755)
7ea3a98b 11592%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 11593%{texmfdist}/tex/latex/ucs
d08789e0
ZU
11594
11595%files latex-umlaute
11596%defattr(644,root,root,755)
2677a8b0 11597%{texmfdist}/tex/latex/umlaute
d08789e0 11598
26d8eaaa
ZU
11599# %files latex-urwvn
11600# %defattr(644,root,root,755)
d08789e0 11601
e67df411
ZU
11602%files latex-variations
11603%defattr(644,root,root,755)
e65bc3d5 11604%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
11605%{texmfdist}/tex/generic/variations
11606
d08789e0
ZU
11607%files latex-wasysym
11608%defattr(644,root,root,755)
26d8eaaa
ZU
11609%doc %{texmfdist}/doc/latex/wasysym
11610%{texmfdist}/tex/latex/wasysym
11611%{texmfdist}/source/latex/wasysym
d08789e0 11612
03d9d5fa
ZU
11613%files latex-xcolor
11614%defattr(644,root,root,755)
11615%doc %{texmfdist}/doc/latex/xcolor
04123363 11616%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
11617%{texmfdist}/source/latex/xcolor
11618
2496d461
ZU
11619# %files format-latex
11620# %defattr(644,root,root,755)
26d8eaaa 11621# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
11622
11623%files format-pdflatex
11624%defattr(644,root,root,755)
11625#%{texmf}/pdftex/latex/config
26d8eaaa 11626# %dir %{texmf}/pdftex/latex
d08789e0 11627%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 11628%{_mandir}/man1/pdflatex.1*
26d8eaaa 11629# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 11630
26d8eaaa
ZU
11631# %files platex
11632# %defattr(644,root,root,755)
11633# %doc %{texmf}/doc/latex/platex
11634# %dir %{texmf}/tex/platex
11635# %{texmf}/tex/platex/config
11636# %{texmf}/tex/latex/platex
d08789e0 11637
26d8eaaa
ZU
11638# %files format-platex
11639# %defattr(644,root,root,755)
11640# %attr(755,root,root) %{_bindir}/platex
d08789e0 11641#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 11642# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
11643#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11644
26d8eaaa
ZU
11645# %files format-pdfplatex
11646# %defattr(644,root,root,755)
d08789e0
ZU
11647#%dir %{texmf}/pdftex/platex
11648#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
11649# %attr(755,root,root) %{_bindir}/pdfplatex
11650# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
11651
11652%files tex-babel
11653%defattr(644,root,root,755)
21c69d95 11654%dir %{texmfdist}/source/generic/babel
26d8eaaa
ZU
11655%doc %{texmfdist}/doc/generic/babel
11656%{texmfdist}/tex/generic/babel
d08789e0
ZU
11657
11658%files tex-german
11659%defattr(644,root,root,755)
26d8eaaa
ZU
11660%doc %{texmfdist}/doc/generic/german
11661%{texmfdist}/tex/generic/german
d08789e0
ZU
11662
11663%files tex-mfpic
11664%defattr(644,root,root,755)
26d8eaaa
ZU
11665%doc %{texmfdist}/doc/generic/mfpic
11666%{texmfdist}/tex/generic/mfpic
d08789e0 11667
783773ac
ZU
11668%files tex-midnight
11669%defattr(644,root,root,755)
11670%doc %{texmfdist}/doc/generic/midnight
11671%{texmfdist}/tex/generic/midnight
11672
d08789e0
ZU
11673%files tex-misc
11674%defattr(644,root,root,755)
26d8eaaa
ZU
11675%doc %{texmfdist}/doc/latex/localloc
11676%doc %{texmfdist}/doc/generic/multido
11677%doc %{texmfdist}/doc/generic/tap
d08789e0 11678
26d8eaaa
ZU
11679%{texmfdist}/tex/generic/eijkhout
11680%{texmfdist}/tex/generic/multido
11681%{texmfdist}/tex/generic/misc
d08789e0
ZU
11682
11683%files tex-pictex
11684%defattr(644,root,root,755)
2677a8b0
ZU
11685%doc %{texmfdist}/doc/generic/pictex
11686%{texmfdist}/tex/generic/pictex
d08789e0 11687
29d720fe
ZU
11688%files tex-psizzl
11689%defattr(644,root,root,755)
11690%{texmfdist}/doc/psizzl
11691%{texmfdist}/source/psizzl
11692%{texmfdist}/tex/psizzl
11693
d08789e0
ZU
11694%files tex-pstricks
11695%defattr(644,root,root,755)
26d8eaaa 11696%doc %{texmfdist}/doc/generic/pstricks
783773ac 11697%doc %{texmfdist}/doc/generic/pstricks-add
26d8eaaa
ZU
11698%{texmfdist}/dvips/pstricks
11699%{texmfdist}/tex/generic/pstricks
783773ac 11700%{texmfdist}/tex/latex/pstricks-add
d08789e0 11701
26d8eaaa
ZU
11702# %files tex-qpx
11703# %defattr(644,root,root,755)
11704# %doc %{texmf}/doc/fonts/polish/qpx
11705# %{texmf}/tex/generic/qpx
d08789e0 11706
31bd2c4a 11707%files tex-qpxqtx
d08789e0 11708%defattr(644,root,root,755)
26d8eaaa
ZU
11709%doc %{texmfdist}/doc/fonts/qpxqtx
11710%{texmfdist}/fonts/tfm/public/qpxqtx
11711%{texmfdist}/fonts/vf/public/qpxqtx
11712%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
11713
11714%files tex-ruhyphen
11715%defattr(644,root,root,755)
26d8eaaa
ZU
11716%{texmfdist}/tex/generic/ruhyphen
11717%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
11718
11719%files tex-spanish
11720%defattr(644,root,root,755)
26d8eaaa 11721%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 11722%dir %{texmfdist}/source/latex/mapcodes
04123363 11723%dir %{texmfdist}/source/latex/polyglot
21c69d95
ZU
11724%dir %{texmfdist}/source/latex/polyglot/langs
11725%dir %{texmfdist}/tex/latex/apacite
11726%dir %{texmfdist}/tex/latex/babelbib
11727%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 11728%dir %{texmfdist}/tex/texsis
21c69d95 11729%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
11730%{texmfdist}/source/generic/babel/spanish.ins
11731%{texmfdist}/source/generic/babel/spanish.dtx
11732%{texmfdist}/source/latex/polyglot/langs/spanish.ld
11733%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
11734%{texmfdist}/source/latex/mapcodes/spanish.map
11735%{texmfdist}/source/latex/mapcodes/spanish.dtx
11736%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
11737%{texmfdist}/tex/generic/babel/spanish.sty
11738%{texmfdist}/tex/generic/babel/spanish.ldf
11739%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
11740%{texmfdist}/tex/latex/custom-bib/spanish.mbs
11741%{texmfdist}/tex/latex/babelbib/spanish.bdf
11742%{texmfdist}/tex/latex/apacite/spanish.apc
11743%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
11744
11745%files tex-texdraw
11746%defattr(644,root,root,755)
26d8eaaa
ZU
11747%doc %{texmfdist}/doc/texdraw
11748%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
11749
11750%files tex-thumbpdf
11751%defattr(644,root,root,755)
26d8eaaa 11752%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 11753%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
11754%{texmfdist}/tex/generic/thumbpdf
11755%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
11756%{_mandir}/man1/thumbpdf.1*
11757
11758%files tex-ukrhyph
11759%defattr(644,root,root,755)
26d8eaaa
ZU
11760%doc %{texmfdist}/doc/generic/ukrhyph
11761%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
11762
11763%files latex-vietnam
11764%defattr(644,root,root,755)
26d8eaaa
ZU
11765%doc %{texmfdist}/doc/generic/vntex
11766%{texmfdist}/tex/latex/vntex
d08789e0
ZU
11767
11768%files tex-xypic
11769%defattr(644,root,root,755)
26d8eaaa
ZU
11770%doc %{texmfdist}/doc/generic/xypic
11771%{texmfdist}/tex/generic/xypic
d08789e0
ZU
11772
11773%files tex-xkeyval
11774%defattr(644,root,root,755)
4a09ae1a
ZU
11775%doc %{texmfdist}/doc/latex/xkeyval
11776%{texmfdist}/source/latex/xkeyval
11777%{texmfdist}/tex/generic/xkeyval
11778%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
11779
11780%files fonts-adobe
11781%defattr(644,root,root,755)
4a09ae1a
ZU
11782%{texmfdist}/fonts/type1/adobe
11783%{texmfdist}/fonts/afm/adobe
11784%{texmfdist}/fonts/tfm/adobe
11785%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
11786
11787%files fonts-ae
11788%defattr(644,root,root,755)
4a09ae1a
ZU
11789%doc %{texmfdist}/doc/fonts/ae
11790%{texmfdist}/fonts/tfm/public/ae
11791%{texmfdist}/fonts/vf/public/ae
11792%{texmfdist}/source/fonts/ae
d08789e0
ZU
11793
11794%files fonts-ams
11795%defattr(644,root,root,755)
4a09ae1a
ZU
11796%{texmfdist}/bibtex/bst/ams
11797%{texmfdist}/bibtex/bib/ams
11798%{texmfdist}/dvips/ams
11799%{texmfdist}/fonts/source/public/ams
11800%{texmfdist}/fonts/type1/bluesky/ams
11801%{texmfdist}/fonts/afm/bluesky/ams
11802%{texmfdist}/fonts/tfm/public/ams
11803%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
11804
11805%files fonts-antp
11806%defattr(644,root,root,755)
26d8eaaa 11807%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
11808%{texmfdist}/fonts/enc/dvips/antp
11809%{texmfdist}/fonts/map/dvips/antp
11810%{texmfdist}/fonts/afm/public/antp
11811%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 11812%{texmfdist}/dvips/antp
d08789e0
ZU
11813
11814%files fonts-antt
11815%defattr(644,root,root,755)
4a09ae1a
ZU
11816%doc %{texmfdist}/doc/fonts/antt
11817%{texmfdist}/fonts/afm/public/antt
11818%{texmfdist}/fonts/opentype/public/antt
11819%{texmfdist}/fonts/enc/dvips/antt
11820%{texmfdist}/fonts/tfm/public/antt
11821%{texmfdist}/fonts/map/dvips/antt
11822%{texmfdist}/tex/plain/antt
11823%{texmfdist}/tex/latex/antt
d08789e0 11824
5bc70a92
MB
11825%files fonts-arphic
11826%defattr(644,root,root,755)
11827%doc %{texmfdist}/doc/fonts/arphic
11828%{texmfdist}/fonts/afm/arphic
11829%{texmfdist}/fonts/tfm/arphic
11830%{texmfdist}/fonts/vf/arphic
11831
d08789e0
ZU
11832%files fonts-bbm
11833%defattr(644,root,root,755)
4a09ae1a
ZU
11834%doc %{texmfdist}/doc/fonts/bbm
11835%{texmfdist}/fonts/source/public/bbm
11836%{texmfdist}/fonts/tfm/public/bbm
11837%{texmfdist}/source/latex/bbm
11838%{texmfdist}/tex/latex/bbm
d08789e0
ZU
11839
11840%files fonts-bbold
11841%defattr(644,root,root,755)
4a09ae1a
ZU
11842%{texmfdist}/fonts/source/public/bbold
11843%{texmfdist}/fonts/tfm/public/bbold
d08789e0 11844
4a09ae1a
ZU
11845# %files fonts-bh
11846# %defattr(644,root,root,755)
11847# %doc %{texmf}/doc/fonts/bh
11848# %{texmf}/fonts/tfm/bh
11849# %{texmf}/fonts/vf/bh
d08789e0
ZU
11850
11851%files fonts-bitstream
11852%defattr(644,root,root,755)
4a09ae1a
ZU
11853%{texmfdist}/fonts/afm/bitstrea
11854%{texmfdist}/fonts/tfm/bitstrea
11855%{texmfdist}/fonts/vf/bitstrea
d08789e0 11856
5b7eba8e
MB
11857#%files fonts-cbgreek
11858#%defattr(644,root,root,755)
d08789e0
ZU
11859
11860%files fonts-cc-pl
11861%defattr(644,root,root,755)
4a09ae1a
ZU
11862%{texmfdist}/fonts/source/public/cc-pl
11863%{texmfdist}/fonts/enc/dvips/cc-pl
11864%{texmfdist}/fonts/tfm/public/cc-pl
11865%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 11866
d08789e0
ZU
11867%files fonts-cg
11868%defattr(644,root,root,755)
4a09ae1a
ZU
11869%{texmfdist}/fonts/tfm/cg
11870%{texmfdist}/fonts/vf/cg
d08789e0
ZU
11871
11872%files fonts-cm
11873%defattr(644,root,root,755)
ffd94364 11874%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
11875%dir %{texmfdist}/doc/fonts
11876%dir %{texmfdist}/dvips
11877%dir %{texmfdist}/fonts/afm/bluesky
11878%dir %{texmfdist}/fonts/map/dvips
11879%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
11880%{texmfdist}/dvips/cm
11881%{texmfdist}/fonts/source/public/cm
11882%{texmfdist}/fonts/afm/bluesky/cm
11883%{texmfdist}/fonts/tfm/public/cm
11884%{texmfdist}/fonts/pk/ljfour/public/cm
11885%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
11886
11887%files fonts-cmbright
11888%defattr(644,root,root,755)
4a09ae1a
ZU
11889%doc %{texmfdist}/doc/latex/cmbright
11890%{texmfdist}/fonts/source/public/cmbright
11891%{texmfdist}/fonts/tfm/public/cmbright
11892%{texmfdist}/source/latex/cmbright
11893%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
11894
11895%files fonts-cmcyr
11896%defattr(644,root,root,755)
4a09ae1a
ZU
11897%doc %{texmfdist}/doc/fonts/cmcyr
11898%{texmfdist}/fonts/source/public/cmcyr
11899%{texmfdist}/fonts/type1/public/cmcyr
11900%{texmfdist}/fonts/tfm/public/cmcyr
11901%{texmfdist}/fonts/vf/public/cmcyr
11902%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
11903
11904%files fonts-cmextra
11905%defattr(644,root,root,755)
4a09ae1a
ZU
11906%{texmfdist}/fonts/source/public/cmextra
11907%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 11908
5d7e11d7
ZU
11909%files fonts-cmsuper
11910%defattr(644,root,root,755)
11911%doc %{texmfdist}/doc/fonts/cm-super
11912%{texmfdist}/fonts/afm/public/cm-super
11913%{texmfdist}/fonts/enc/dvips/cm-super
11914%{texmfdist}/fonts/map/dvips/cm-super
11915%{texmfdist}/fonts/map/vtex/cm-super
11916%{texmfdist}/fonts/type1/public/cm-super
11917
d08789e0
ZU
11918%files fonts-concmath
11919%defattr(644,root,root,755)
4a09ae1a
ZU
11920%doc %{texmfdist}/doc/fonts/concmath
11921%doc %{texmfdist}/doc/latex/concmath
11922%{texmfdist}/fonts/source/public/concmath
11923%{texmfdist}/fonts/tfm/public/concmath
11924%{texmfdist}/source/latex/concmath
11925%{texmfdist}/tex/latex/concmath
d08789e0
ZU
11926
11927%files fonts-concrete
11928%defattr(644,root,root,755)
4a09ae1a
ZU
11929%doc %{texmfdist}/doc/fonts/concrete
11930%{texmfdist}/fonts/source/public/concrete
11931%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
11932
11933%files fonts-cs
11934%defattr(644,root,root,755)
4a09ae1a
ZU
11935%{texmfdist}/dvips/cs
11936%{texmfdist}/fonts/source/public/cs
11937%{texmfdist}/fonts/enc/dvips/cs
11938%{texmfdist}/fonts/tfm/public/cs
11939%{texmfdist}/fonts/map/dvips/cs
d08789e0 11940
5b7eba8e
MB
11941#%files fonts-dstroke
11942#%defattr(644,root,root,755)
d08789e0
ZU
11943
11944%files fonts-ecc
11945%defattr(644,root,root,755)
4a09ae1a
ZU
11946%doc %{texmfdist}/doc/fonts/ecc
11947%{texmfdist}/fonts/source/public/ecc
11948%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
11949
11950%files fonts-eurosym
11951%defattr(644,root,root,755)
4a09ae1a
ZU
11952%doc %{texmfdist}/doc/fonts/eurosym
11953%{texmfdist}/fonts/source/public/eurosym
11954%{texmfdist}/fonts/tfm/public/eurosym
11955%{texmfdist}/fonts/map/dvips/eurosym
11956%{texmfdist}/source/fonts/eurosym
11957%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
11958
11959%files fonts-eulervm
11960%defattr(644,root,root,755)
7179ac92
ZU
11961%doc %{texmfdist}/doc/latex/eulervm
11962%{texmfdist}/fonts/tfm/public/eulervm
11963%{texmfdist}/fonts/vf/public/eulervm
11964%{texmfdist}/source/latex/eulervm
11965%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
11966
11967%files fonts-euxm
11968%defattr(644,root,root,755)
7179ac92
ZU
11969%{texmfdist}/fonts/source/public/euxm
11970%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
11971
11972%files fonts-gothic
11973%defattr(644,root,root,755)
7179ac92
ZU
11974%{texmfdist}/doc/fonts/gothic
11975%{texmfdist}/dvips/gothic
11976%{texmfdist}/fonts/source/public/gothic
11977%{texmfdist}/fonts/type1/public/gothic
11978%{texmfdist}/fonts/afm/public/gothic
11979%{texmfdist}/fonts/tfm/public/gothic
11980%{texmfdist}/fonts/vf/public/gothic
11981%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
11982
11983%files fonts-hoekwater
11984%defattr(644,root,root,755)
7179ac92
ZU
11985%{texmfdist}/fonts/afm/hoekwater
11986%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 11987%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
11988
11989%files fonts-jknappen
11990%defattr(644,root,root,755)
7179ac92
ZU
11991%{texmfdist}/fonts/source/jknappen
11992%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
11993
11994%files fonts-latex
11995%defattr(644,root,root,755)
7179ac92 11996%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
11997%dir %{texmfdist}/fonts/source/public/latex-fonts
11998%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
11999%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
12000%dir %{texmfdist}/fonts/tfm/public/latex-fonts
12001%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
12002%{texmfdist}/fonts/source/public/esint
12003%{texmfdist}/fonts/tfm/public/esint
12004%{texmfdist}/source/latex/esint
12005%{texmfdist}/tex/latex/esint
f2555868
ZU
12006%{texmfdist}/fonts/source/public/latex-fonts/*
12007%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
12008%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
12009%{texmfdist}/fonts/tfm/public/latex-fonts/*
12010%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
12011
12012%files fonts-lh
12013%defattr(644,root,root,755)
7179ac92
ZU
12014%doc %{texmfdist}/doc/fonts/lh
12015%{texmfdist}/fonts/source/lh
12016%{texmfdist}/metapost/support/charlib/LH
12017%{texmfdist}/source/fonts/lh
12018%{texmfdist}/source/latex/lh
d08789e0
ZU
12019
12020%files fonts-lm
12021%defattr(644,root,root,755)
7179ac92
ZU
12022%doc %{texmfdist}/doc/fonts/lm
12023%{texmfdist}/fonts/type1/public/lm
12024%{texmfdist}/fonts/afm/public/lm
12025%{texmfdist}/fonts/opentype/public/lm
12026%{texmfdist}/fonts/enc/dvips/lm
12027%{texmfdist}/fonts/tfm/public/lm
12028%{texmfdist}/fonts/map/dvips/lm
12029%{texmfdist}/fonts/map/dvipdfm/lm
12030%{texmfdist}/source/fonts/lm
12031%{texmfdist}/tex/latex/lm
d08789e0
ZU
12032
12033%files fonts-marvosym
12034%defattr(644,root,root,755)
7179ac92 12035%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
12036%dir %{texmfdist}/source/fonts/eurofont
12037%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 12038%dir %{texmfdist}/tex/latex
7179ac92
ZU
12039%{texmfdist}/fonts/type1/public/marvosym
12040%{texmfdist}/fonts/afm/public/marvosym
12041%{texmfdist}/fonts/tfm/public/marvosym
12042%{texmfdist}/fonts/map/dvips/marvosym
f2555868 12043%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 12044%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
12045
12046%files fonts-mflogo
12047%defattr(644,root,root,755)
7179ac92
ZU
12048%doc %{texmfdist}/doc/latex/mflogo
12049%{texmfdist}/fonts/source/public/mflogo
12050%{texmfdist}/fonts/type1/hoekwater/mflogo
12051%{texmfdist}/fonts/afm/hoekwater/mflogo
12052%{texmfdist}/fonts/tfm/public/mflogo
12053%{texmfdist}/fonts/map/dvips/mflogo
12054%{texmfdist}/source/latex/mflogo
12055%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
12056
12057%files fonts-misc
12058%defattr(644,root,root,755)
7179ac92
ZU
12059%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
12060%{texmfdist}/fonts/source/public/misc
12061%{texmfdist}/fonts/tfm/public/misc
12062%{texmfdist}/fonts/misc
d08789e0
ZU
12063
12064%files fonts-monotype
12065%defattr(644,root,root,755)
7179ac92
ZU
12066%{texmfdist}/fonts/tfm/monotype
12067%{texmfdist}/fonts/vf/monotype
d08789e0 12068
f1ba8563
ZU
12069%files fonts-other
12070%defattr(644,root,root,755)
745facc7
ZU
12071
12072%doc %{texmfdist}/doc/fonts/yi4latex
12073%{texmfdist}/fonts/source/public/yi4latex
12074%{texmfdist}/fonts/tfm/public/yi4latex
12075
12076%{texmfdist}/fonts/tfm/public/pslatex
12077%{texmfdist}/fonts/map/dvips/pslatex
12078%{texmfdist}/fonts/vf/public/pslatex
12079
f1ba8563
ZU
12080%doc %{texmfdist}/doc/fonts/allrunes
12081%{texmfdist}/fonts/source/public/allrunes
12082%{texmfdist}/fonts/tfm/public/allrunes
12083%{texmfdist}/fonts/type1/public/allrunes
12084%{texmfdist}/source/fonts/allrunes
12085
12086%doc %{texmfdist}/doc/fonts/antiqua
12087%{texmfdist}/fonts/map/dvips/antiqua
12088
12089%{texmfdist}/fonts/source/public/apl
12090%{texmfdist}/fonts/tfm/public/apl
12091%{texmfdist}/source/fonts/apl
12092
8affbd2c
ZU
12093%{texmfdist}/fonts/afm/arabi
12094%{texmfdist}/fonts/tfm/arabi
12095%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
12096%{texmfdist}/fonts/enc/dvips/arabi
12097%{texmfdist}/fonts/map/dvips/arabi
12098
12099%{texmfdist}/fonts/map/dvips/arabtex
12100%{texmfdist}/fonts/source/public/arabtex
12101%{texmfdist}/fonts/tfm/public/arabtex
12102%{texmfdist}/fonts/type1/public/arabtex
12103
12104%doc %{texmfdist}/doc/fonts/archaic
12105%{texmfdist}/fonts/afm/public/archaic
12106%{texmfdist}/fonts/map/dvips/archaic
12107%{texmfdist}/fonts/source/public/archaic
12108%{texmfdist}/fonts/tfm/public/archaic
12109%{texmfdist}/fonts/type1/public/archaic
12110%{texmfdist}/source/fonts/archaic
12111
12112%doc %{texmfdist}/doc/fonts/arev
12113%{texmfdist}/fonts/afm/public/arev
12114%{texmfdist}/fonts/enc/dvips/arev
12115%{texmfdist}/fonts/map/dvips/arev
12116%{texmfdist}/fonts/tfm/public/arev
12117%{texmfdist}/fonts/type1/public/arev
12118%{texmfdist}/fonts/vf/public/arev
12119%{texmfdist}/source/fonts/arev
12120
12121%{texmfdist}/fonts/tfm/vntex/arevvn
12122%{texmfdist}/fonts/type1/vntex/arevvn
12123
12124%{texmfdist}/fonts/source/public/ar
12125%{texmfdist}/fonts/tfm/public/ar
12126
12127%doc %{texmfdist}/doc/fonts/armenian
12128%{texmfdist}/fonts/source/public/armenian
12129%{texmfdist}/fonts/tfm/public/armenian
12130
12131%{texmfdist}/fonts/map/dvips/arphic
12132
12133%doc %{texmfdist}/doc/fonts/malayalam
12134%doc %{texmfdist}/doc/fonts/Asana-Math
12135%{texmfdist}/fonts/opentype/public/Asana-Math
12136
12137%doc %{texmfdist}/doc/fonts/ascii
12138%{texmfdist}/fonts/map/dvips/ascii
12139%{texmfdist}/fonts/tfm/public/ascii
12140%{texmfdist}/fonts/type1/public/ascii
12141
12142%doc %{texmfdist}/doc/fonts/astro
12143%{texmfdist}/fonts/source/public/astro
12144%{texmfdist}/fonts/tfm/public/astro
12145
12146%{texmfdist}/fonts/afm/public/augie
12147%{texmfdist}/fonts/map/dvips/augie
12148%{texmfdist}/fonts/tfm/public/augie
12149%{texmfdist}/fonts/type1/public/augie
12150%{texmfdist}/fonts/vf/public/augie
12151
12152%doc %{texmfdist}/doc/fonts/auncial-new
12153%{texmfdist}/fonts/afm/public/auncial-new
12154%{texmfdist}/fonts/map/dvips/auncial-new
12155%{texmfdist}/fonts/tfm/public/auncial-new
12156%{texmfdist}/fonts/type1/public/auncial-new
12157%{texmfdist}/source/fonts/auncial-new
12158
12159%{texmfdist}/fonts/afm/public/aurical
12160%{texmfdist}/fonts/map/dvips/aurical
12161%{texmfdist}/fonts/source/public/aurical
12162%{texmfdist}/fonts/tfm/public/aurical
12163%{texmfdist}/fonts/type1/public/aurical
12164
12165%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563
ZU
12166
12167%{texmfdist}/fonts/source/public/backgammon
12168%{texmfdist}/fonts/tfm/public/backgammon
12169
12170%{texmfdist}/fonts/source/public/bangtex
12171%{texmfdist}/fonts/tfm/public/bangtex
12172
12173%{texmfdist}/fonts/source/public/barcodes
12174%{texmfdist}/fonts/tfm/public/barcodes
12175
12176%{texmfdist}/fonts/source/public/bayer
12177%{texmfdist}/fonts/tfm/public/bayer
12178
12179%{texmfdist}/fonts/source/public/bbding
12180%{texmfdist}/fonts/tfm/public/bbding
12181
12182%{texmfdist}/fonts/map/dvips/belleek
198c241e 12183%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
12184
12185%{texmfdist}/fonts/source/public/bengali
12186%{texmfdist}/fonts/tfm/public/bengali
12187
12188%doc %{texmfdist}/doc/fonts/bera
12189%{texmfdist}/fonts/afm/public/bera
12190%{texmfdist}/fonts/map/dvips/bera
12191%{texmfdist}/fonts/map/vtex/bera
12192%{texmfdist}/fonts/tfm/public/bera
12193%{texmfdist}/fonts/type1/public/bera
12194%{texmfdist}/fonts/vf/public/bera
12195
12196%doc %{texmfdist}/doc/fonts/blacklettert1
12197%{texmfdist}/fonts/tfm/public/blacklettert1
12198%{texmfdist}/fonts/vf/public/blacklettert1
12199%{texmfdist}/source/fonts/blacklettert1
12200
12201%doc %{texmfdist}/doc/fonts/boisik
12202%{texmfdist}/fonts/source/public/boisik
12203
12204%doc %{texmfdist}/doc/fonts/bookhands
12205%{texmfdist}/fonts/source/public/bookhands
12206
12207%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
12208
12209%{texmfdist}/fonts/afm/public/brushscr
12210%{texmfdist}/fonts/map/dvips/brushscr
12211%{texmfdist}/fonts/tfm/public/brushscr
12212%{texmfdist}/fonts/type1/public/brushscr
12213%{texmfdist}/fonts/vf/public/brushscr
12214
12215%doc %{texmfdist}/doc/fonts/burmese
12216%{texmfdist}/fonts/map/dvips/burmese
12217%{texmfdist}/fonts/tfm/public/burmese
12218%{texmfdist}/fonts/type1/public/burmese
12219
8affbd2c
ZU
12220%doc %{texmfdist}/doc/fonts/cns
12221%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
12222
12223%{texmfdist}/fonts/enc/dvips/c90enc
12224
12225%{texmfdist}/fonts/source/public/calligra
12226%{texmfdist}/fonts/tfm/public/calligra
12227
12228%doc %{texmfdist}/doc/fonts/carolmin-ps
12229%{texmfdist}/fonts/afm/public/carolmin-ps
12230%{texmfdist}/fonts/map/dvips/carolmin-ps
12231%{texmfdist}/fonts/type1/public/carolmin-ps
12232
12233%{texmfdist}/fonts/source/public/casyl
12234%{texmfdist}/fonts/tfm/public/casyl
12235
12236%{texmfdist}/fonts/source/public/cbcoptic
12237%{texmfdist}/fonts/tfm/public/cbcoptic
12238%{texmfdist}/fonts/type1/public/cbcoptic
12239
12240%doc %{texmfdist}/doc/fonts/cbfonts
12241%{texmfdist}/fonts/enc/dvips/cbfonts
12242%{texmfdist}/fonts/map/dvips/cbfonts
12243%{texmfdist}/fonts/source/public/cbfonts
12244%{texmfdist}/fonts/tfm/public/cbfonts
12245%{texmfdist}/fonts/type1/public/cbfonts
12246
12247%{texmfdist}/fonts/source/public/cchess
12248%{texmfdist}/fonts/tfm/public/cchess
12249
12250%{texmfdist}/fonts/afm/vntex/chartervn
12251%{texmfdist}/fonts/tfm/vntex/chartervn
12252%{texmfdist}/fonts/type1/vntex/chartervn
12253%{texmfdist}/fonts/vf/vntex/chartervn
12254
12255%doc %{texmfdist}/doc/fonts/chemarrow
12256%{texmfdist}/fonts/afm/public/chemarrow
12257%{texmfdist}/fonts/map/dvips/chemarrow
12258%{texmfdist}/fonts/source/public/chemarrow
12259%{texmfdist}/fonts/tfm/public/chemarrow
12260%{texmfdist}/fonts/type1/public/chemarrow
12261
12262%{texmfdist}/fonts/source/public/cherokee
12263%{texmfdist}/fonts/tfm/public/cherokee
12264
12265%{texmfdist}/fonts/source/public/chess
12266
12267%{texmfdist}/fonts/enc/dvips/chessfss
12268
12269%{texmfdist}/fonts/source/public/china2e
12270%{texmfdist}/fonts/tfm/public/china2e
12271
12272%{texmfdist}/fonts/source/public/circ
12273%{texmfdist}/fonts/tfm/public/circ
12274
12275%doc %{texmfdist}/doc/fonts/cirth
12276%{texmfdist}/fonts/source/public/cirth
12277%{texmfdist}/fonts/tfm/public/cirth
12278
12279%doc %{texmfdist}/doc/fonts/cjhebrew
12280%{texmfdist}/fonts/afm/public/cjhebrew
12281%{texmfdist}/fonts/enc/dvips/cjhebrew
12282%{texmfdist}/fonts/map/dvips/cjhebrew
12283%{texmfdist}/fonts/tfm/public/cjhebrew
12284%{texmfdist}/fonts/type1/public/cjhebrew
12285%{texmfdist}/fonts/vf/public/cjhebrew
12286
12287%{texmfdist}/fonts/source/public/clock
12288%{texmfdist}/fonts/tfm/public/clock
12289
12290%doc %{texmfdist}/doc/fonts/cmastro
12291%{texmfdist}/fonts/source/public/cmastro
12292%{texmfdist}/fonts/tfm/public/cmastro
12293
12294%{texmfdist}/fonts/tfm/vntex/cmbrightvn
12295%{texmfdist}/fonts/type1/vntex/cmbrightvn
12296
12297%{texmfdist}/fonts/type1/public/cmex
12298
12299%{texmfdist}/fonts/afm/public/cm-lgc
12300%{texmfdist}/fonts/enc/dvips/cm-lgc
12301%{texmfdist}/fonts/map/dvips/cm-lgc
12302%{texmfdist}/fonts/ofm/public/cm-lgc
12303%{texmfdist}/fonts/ovf/public/cm-lgc
12304%{texmfdist}/fonts/tfm/public/cm-lgc
12305%{texmfdist}/fonts/type1/public/cm-lgc
12306%{texmfdist}/fonts/vf/public/cm-lgc
12307
12308%{texmfdist}/fonts/map/dvips/cmll
12309%{texmfdist}/fonts/source/public/cmll
12310%{texmfdist}/fonts/tfm/public/cmll
12311%{texmfdist}/fonts/type1/public/cmll
12312
12313%doc %{texmfdist}/doc/fonts/cmpica
12314%{texmfdist}/fonts/source/public/cmpica
12315%{texmfdist}/fonts/tfm/public/cmpica
12316
f1ba8563 12317
f1ba8563
ZU
12318%{texmfdist}/fonts/tfm/vntex/comicsansvn
12319%{texmfdist}/fonts/type1/vntex/comicsansvn
12320%{texmfdist}/fonts/vf/vntex/comicsansvn
12321
12322%{texmfdist}/fonts/tfm/vntex/concretevn
12323%{texmfdist}/fonts/type1/vntex/concretevn
12324
8affbd2c
ZU
12325%{texmfdist}/fonts/afm/ibm
12326%{texmfdist}/fonts/tfm/ibm
12327%{texmfdist}/fonts/vf/ibm
f1ba8563 12328%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
12329%{texmfdist}/fonts/tfm/cspsfonts-adobe
12330%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
12331
12332%doc %{texmfdist}/doc/fonts/croatian
12333%{texmfdist}/fonts/source/public/croatian
12334
12335%{texmfdist}/fonts/afm/public/cryst
12336%{texmfdist}/fonts/source/public/cryst
12337%{texmfdist}/fonts/tfm/public/cryst
12338%{texmfdist}/fonts/type1/public/cryst
12339
12340%{texmfdist}/fonts/source/public/ctib
12341%{texmfdist}/fonts/tfm/public/ctib
12342
12343%doc %{texmfdist}/doc/fonts/cyklop
12344%{texmfdist}/fonts/afm/public/cyklop
12345%{texmfdist}/fonts/enc/dvips/cyklop
12346%{texmfdist}/fonts/map/dvips/cyklop
12347%{texmfdist}/fonts/opentype/public/cyklop
12348%{texmfdist}/fonts/tfm/public/cyklop
12349%{texmfdist}/fonts/type1/public/cyklop
12350
12351%{texmfdist}/fonts/source/public/dancers
12352%{texmfdist}/fonts/tfm/public/dancers
12353
12354%doc %{texmfdist}/doc/fonts/dice
12355%{texmfdist}/fonts/source/public/dice
12356%{texmfdist}/fonts/tfm/public/dice
12357
12358%doc %{texmfdist}/doc/fonts/dictsym
12359%{texmfdist}/fonts/afm/public/dictsym
12360%{texmfdist}/fonts/map/dvips/dictsym
12361%{texmfdist}/fonts/map/vtex/dictsym
12362%{texmfdist}/fonts/tfm/public/dictsym
12363%{texmfdist}/fonts/type1/public/dictsym
12364
12365%doc %{texmfdist}/doc/fonts/dingbat
12366%{texmfdist}/fonts/tfm/public/dingbat
12367%{texmfdist}/source/fonts/dingbat
12368
f1ba8563
ZU
12369%doc %{texmfdist}/doc/fonts/doublestroke
12370%{texmfdist}/fonts/map/dvips/doublestroke
12371%{texmfdist}/fonts/source/public/doublestroke
12372%{texmfdist}/fonts/tfm/public/doublestroke
12373%{texmfdist}/fonts/type1/public/doublestroke
12374
12375%doc %{texmfdist}/doc/fonts/duerer
12376%{texmfdist}/fonts/source/public/duerer
12377%{texmfdist}/fonts/tfm/public/duerer
12378
12379%doc %{texmfdist}/doc/fonts/ean
12380%{texmfdist}/fonts/source/public/ean
12381%{texmfdist}/fonts/tfm/public/ean
12382
12383%doc %{texmfdist}/doc/fonts/eco
12384%{texmfdist}/fonts/tfm/public/eco
12385%{texmfdist}/fonts/vf/public/eco
12386%{texmfdist}/source/fonts/eco
12387
12388%doc %{texmfdist}/doc/fonts/eiad
12389%{texmfdist}/fonts/source/public/eiad
12390%{texmfdist}/fonts/tfm/public/eiad
12391
12392%doc %{texmfdist}/doc/fonts/elvish
12393%{texmfdist}/fonts/source/public/elvish
12394%{texmfdist}/fonts/tfm/public/elvish
12395
12396%doc %{texmfdist}/doc/fonts/epigrafica
12397%{texmfdist}/fonts/afm/public/epigrafica
12398%{texmfdist}/fonts/enc/dvips/epigrafica
12399%{texmfdist}/fonts/map/dvips/epigrafica
12400%{texmfdist}/fonts/tfm/public/epigrafica
12401%{texmfdist}/fonts/type1/public/epigrafica
12402%{texmfdist}/fonts/vf/public/epigrafica
12403
12404%{texmfdist}/fonts/map/dvips/epiolmec
12405%{texmfdist}/fonts/tfm/public/epiolmec
12406%{texmfdist}/fonts/type1/public/epiolmec
12407
12408%doc %{texmfdist}/doc/fonts/esint-type1
12409%{texmfdist}/fonts/map/dvips/esint-type1
12410%{texmfdist}/fonts/type1/public/esint-type1
12411
12412%{texmfdist}/fonts/map/dvips/esvect
12413%{texmfdist}/fonts/source/public/esvect
12414%{texmfdist}/fonts/tfm/public/esvect
12415%{texmfdist}/fonts/type1/public/esvect
12416
12417%{texmfdist}/fonts/ofm/public/ethiop
12418%{texmfdist}/fonts/ovf/public/ethiop
12419%{texmfdist}/fonts/ovp/public/ethiop
12420%{texmfdist}/fonts/source/public/ethiop
12421%{texmfdist}/fonts/tfm/public/ethiop
12422
12423%{texmfdist}/fonts/map/dvips/ethiop-t1
12424%{texmfdist}/fonts/type1/public/ethiop-t1
12425
12426%doc %{texmfdist}/doc/fonts/euro-ce
12427%{texmfdist}/fonts/source/public/euro-ce
12428%{texmfdist}/fonts/tfm/public/euro-ce
12429
12430%doc %{texmfdist}/doc/fonts/eurofont
12431%{texmfdist}/fonts/map/dvips/eurofont
12432%{texmfdist}/source/fonts/eurofont
12433
f1ba8563
ZU
12434%doc %{texmfdist}/doc/fonts/feyn
12435%{texmfdist}/fonts/source/public/feyn
12436%{texmfdist}/fonts/tfm/public/feyn
12437%{texmfdist}/source/fonts/feyn
12438
12439%doc %{texmfdist}/doc/fonts/fge
12440%{texmfdist}/fonts/source/public/fge
12441%{texmfdist}/fonts/tfm/public/fge
12442%{texmfdist}/source/fonts/fge
12443
12444%{texmfdist}/fonts/map/dvips/foekfont
12445%{texmfdist}/fonts/tfm/public/foekfont
12446%{texmfdist}/fonts/type1/public/foekfont
12447
12448%doc %{texmfdist}/doc/fonts/fonetika
12449%{texmfdist}/fonts/afm/public/fonetika
12450%{texmfdist}/fonts/map/dvips/fonetika
12451%{texmfdist}/fonts/tfm/public/fonetika
12452%{texmfdist}/fonts/type1/public/fonetika
12453
12454%doc %{texmfdist}/doc/fonts/fourier
12455%{texmfdist}/fonts/afm/public/fourier
12456%{texmfdist}/fonts/map/dvips/fourier
12457%{texmfdist}/fonts/tfm/public/fourier
12458%{texmfdist}/fonts/type1/public/fourier
12459%{texmfdist}/fonts/vf/public/fourier
12460%{texmfdist}/source/fonts/fourier
12461
12462%doc %{texmfdist}/doc/fonts/fouriernc
12463%{texmfdist}/fonts/afm/public/fouriernc
12464%{texmfdist}/fonts/tfm/public/fouriernc
12465%{texmfdist}/fonts/vf/public/fouriernc
12466
12467%doc %{texmfdist}/doc/fonts/frcursive
12468%{texmfdist}/fonts/source/public/frcursive
12469%{texmfdist}/fonts/tfm/public/frcursive
12470%{texmfdist}/source/fonts/frcursive
12471
12472%doc %{texmfdist}/doc/fonts/futhark
12473%{texmfdist}/fonts/source/public/futhark
12474%{texmfdist}/fonts/tfm/public/futhark
12475
12476%{texmfdist}/fonts/afm/public/garuda
12477%{texmfdist}/fonts/map/dvips/garuda
12478%{texmfdist}/fonts/tfm/public/garuda
12479%{texmfdist}/fonts/type1/public/garuda
12480
12481%doc %{texmfdist}/doc/fonts/genealogy
12482%{texmfdist}/fonts/source/public/genealogy
12483%{texmfdist}/fonts/tfm/public/genealogy
12484
12485%doc %{texmfdist}/doc/fonts/gfsartemisia
12486%{texmfdist}/fonts/afm/public/gfsartemisia
12487%{texmfdist}/fonts/enc/dvips/gfsartemisia
12488%{texmfdist}/fonts/map/dvips/gfsartemisia
12489%{texmfdist}/fonts/opentype/public/gfsartemisia
12490%{texmfdist}/fonts/tfm/public/gfsartemisia
12491%{texmfdist}/fonts/type1/public/gfsartemisia
12492%{texmfdist}/fonts/vf/public/gfsartemisia
12493
12494%doc %{texmfdist}/doc/fonts/gfsbaskerville
12495%{texmfdist}/fonts/afm/public/gfsbaskerville
12496%{texmfdist}/fonts/enc/dvips/gfsbaskerville
12497%{texmfdist}/fonts/map/dvips/gfsbaskerville
12498%{texmfdist}/fonts/opentype/public/gfsbaskerville
12499%{texmfdist}/fonts/tfm/public/gfsbaskerville
12500%{texmfdist}/fonts/type1/public/gfsbaskerville
12501%{texmfdist}/fonts/vf/public/gfsbaskerville
12502
12503%doc %{texmfdist}/doc/fonts/gfsbodoni
12504%{texmfdist}/fonts/afm/public/gfsbodoni
12505%{texmfdist}/fonts/enc/dvips/gfsbodoni
12506%{texmfdist}/fonts/map/dvips/gfsbodoni
12507%{texmfdist}/fonts/opentype/public/gfsbodoni
12508%{texmfdist}/fonts/tfm/public/gfsbodoni
12509%{texmfdist}/fonts/type1/public/gfsbodoni
12510%{texmfdist}/fonts/vf/public/gfsbodoni
12511
12512%doc %{texmfdist}/doc/fonts/gfscomplutum
12513%{texmfdist}/fonts/afm/public/gfscomplutum
12514%{texmfdist}/fonts/enc/dvips/gfscomplutum
12515%{texmfdist}/fonts/map/dvips/gfscomplutum
12516%{texmfdist}/fonts/opentype/public/gfscomplutum
12517%{texmfdist}/fonts/tfm/public/gfscomplutum
12518%{texmfdist}/fonts/type1/public/gfscomplutum
12519%{texmfdist}/fonts/vf/public/gfscomplutum
12520
12521%doc %{texmfdist}/doc/fonts/gfsdidot
12522%{texmfdist}/fonts/afm/public/gfsdidot
12523%{texmfdist}/fonts/enc/dvips/gfsdidot
12524%{texmfdist}/fonts/map/dvips/gfsdidot
12525%{texmfdist}/fonts/opentype/public/gfsdidot
12526%{texmfdist}/fonts/tfm/public/gfsdidot
12527%{texmfdist}/fonts/type1/public/gfsdidot
12528%{texmfdist}/fonts/vf/public/gfsdidot
12529
12530%doc %{texmfdist}/doc/fonts/gfsneohellenic
12531%{texmfdist}/fonts/afm/public/gfsneohellenic
12532%{texmfdist}/fonts/enc/dvips/gfsneohellenic
12533%{texmfdist}/fonts/map/dvips/gfsneohellenic
12534%{texmfdist}/fonts/opentype/public/gfsneohellenic
12535%{texmfdist}/fonts/tfm/public/gfsneohellenic
12536%{texmfdist}/fonts/type1/public/gfsneohellenic
12537%{texmfdist}/fonts/vf/public/gfsneohellenic
12538
12539%doc %{texmfdist}/doc/fonts/gfsporson
12540%{texmfdist}/fonts/afm/public/gfsporson
12541%{texmfdist}/fonts/enc/dvips/gfsporson
12542%{texmfdist}/fonts/map/dvips/gfsporson
12543%{texmfdist}/fonts/opentype/public/gfsporson
12544%{texmfdist}/fonts/tfm/public/gfsporson
12545%{texmfdist}/fonts/type1/public/gfsporson
12546%{texmfdist}/fonts/vf/public/gfsporson
12547
12548%doc %{texmfdist}/doc/fonts/gfssolomos
12549%{texmfdist}/fonts/afm/public/gfssolomos
12550%{texmfdist}/fonts/enc/dvips/gfssolomos
12551%{texmfdist}/fonts/map/dvips/gfssolomos
12552%{texmfdist}/fonts/opentype/public/gfssolomos
12553%{texmfdist}/fonts/tfm/public/gfssolomos
12554%{texmfdist}/fonts/type1/public/gfssolomos
12555%{texmfdist}/fonts/vf/public/gfssolomos
12556
12557%{texmfdist}/fonts/source/public/go
12558%{texmfdist}/fonts/tfm/public/go
12559
12560%doc %{texmfdist}/doc/fonts/greenpoint
12561%{texmfdist}/fonts/source/public/greenpoint
12562%{texmfdist}/fonts/tfm/public/greenpoint
12563
12564%{texmfdist}/fonts/afm/groff
12565%{texmfdist}/fonts/enc/dvips/groff
12566%{texmfdist}/fonts/map/dvips/groff
12567%{texmfdist}/fonts/tfm/groff
12568%{texmfdist}/fonts/type1/groff
12569
12570%doc %{texmfdist}/doc/fonts/grotesq
12571%{texmfdist}/fonts/map/dvips/grotesq
12572
12573%{texmfdist}/fonts/afm/vntex/grotesqvn
12574%{texmfdist}/fonts/tfm/vntex/grotesqvn
12575%{texmfdist}/fonts/type1/vntex/grotesqvn
12576
12577%{texmfdist}/fonts/afm/public/grverb
12578%{texmfdist}/fonts/map/dvips/grverb
12579%{texmfdist}/fonts/tfm/public/grverb
12580%{texmfdist}/fonts/type1/public/grverb
12581%{texmfdist}/fonts/vf/public/grverb
12582
12583%{texmfdist}/fonts/source/public/hands
12584%{texmfdist}/fonts/tfm/public/hands
12585
8affbd2c
ZU
12586%{texmfdist}/fonts/afm/jmn
12587%{texmfdist}/fonts/tfm/jmn
12588%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
12589
12590%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
12591
12592%doc %{texmfdist}/doc/fonts/hfbright
12593%{texmfdist}/fonts/afm/public/hfbright
12594%{texmfdist}/fonts/enc/dvips/hfbright
12595%{texmfdist}/fonts/map/dvips/hfbright
12596%{texmfdist}/fonts/type1/public/hfbright
12597%{texmfdist}/source/fonts/hfbright
12598
12599%doc %{texmfdist}/doc/fonts/hfoldsty
12600%{texmfdist}/fonts/tfm/public/hfoldsty
12601%{texmfdist}/fonts/vf/public/hfoldsty
12602%{texmfdist}/source/fonts/hfoldsty
12603
12604%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 12605%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
12606%{texmfdist}/fonts/afm/public/ibygrk
12607%{texmfdist}/fonts/enc/dvips/ibygrk
12608%{texmfdist}/fonts/map/dvips/ibygrk
12609%{texmfdist}/fonts/source/public/ibygrk
12610%{texmfdist}/fonts/tfm/public/ibygrk
12611%{texmfdist}/fonts/type1/public/ibygrk
12612
12613%doc %{texmfdist}/doc/fonts/ifsym
12614%{texmfdist}/fonts/source/public/ifsym
12615%{texmfdist}/fonts/tfm/public/ifsym
12616
12617%doc %{texmfdist}/doc/fonts/initials
12618%{texmfdist}/fonts/afm/public/initials
12619%{texmfdist}/fonts/map/dvips/initials
12620%{texmfdist}/fonts/tfm/public/initials
12621%{texmfdist}/fonts/type1/public/initials
12622
745facc7 12623%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
12624%{texmfdist}/fonts/afm/public/itrans
12625%{texmfdist}/fonts/source/public/itrans
12626%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
12627%{texmfdist}/fonts/type1/public/itrans
12628
745facc7 12629%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
12630%{texmfdist}/fonts/afm/public/iwona
12631%{texmfdist}/fonts/enc/dvips/iwona
12632%{texmfdist}/fonts/map/dvips/iwona
12633%{texmfdist}/fonts/opentype/public/iwona
12634%{texmfdist}/fonts/tfm/public/iwona
12635%{texmfdist}/fonts/type1/public/iwona
12636
12637%{texmfdist}/fonts/enc/dvips/jmn
12638%{texmfdist}/fonts/map/dvips/jmn
12639
745facc7 12640%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
12641%{texmfdist}/fonts/source/public/kdgreek
12642%{texmfdist}/fonts/tfm/public/kdgreek
12643
12644%{texmfdist}/fonts/afm/public/kerkis
12645%{texmfdist}/fonts/enc/dvips/kerkis
12646%{texmfdist}/fonts/map/dvips/kerkis
12647%{texmfdist}/fonts/tfm/public/kerkis
12648%{texmfdist}/fonts/type1/public/kerkis
12649%{texmfdist}/fonts/vf/public/kerkis
12650
12651%doc %{texmfdist}/doc/fonts/kixfont
12652%{texmfdist}/fonts/source/public/kixfont
12653%{texmfdist}/fonts/tfm/public/kixfont
12654
12655%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 12656%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
12657%{texmfdist}/fonts/afm/public/kpfonts
12658%{texmfdist}/fonts/map/public/kpfonts
12659%{texmfdist}/fonts/source/public/kpfonts
12660%{texmfdist}/fonts/tfm/public/kpfonts
12661%{texmfdist}/fonts/type1/public/kpfonts
12662%{texmfdist}/fonts/vf/public/kpfonts
12663
745facc7 12664%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
12665%{texmfdist}/fonts/afm/public/kurier
12666%{texmfdist}/fonts/enc/dvips/kurier
12667%{texmfdist}/fonts/map/dvips/kurier
12668%{texmfdist}/fonts/opentype/public/kurier
12669%{texmfdist}/fonts/tfm/public/kurier
12670%{texmfdist}/fonts/type1/public/kurier
12671
12672%doc %{texmfdist}/doc/fonts/levy
12673%{texmfdist}/fonts/source/public/levy
12674
12675%doc %{texmfdist}/doc/fonts/lfb
12676%{texmfdist}/fonts/source/public/lfb
12677%{texmfdist}/fonts/tfm/public/lfb
12678
12679%doc %{texmfdist}/doc/fonts/libertine
12680%{texmfdist}/fonts/afm/public/libertine
12681%{texmfdist}/fonts/enc/dvips/libertine
12682%{texmfdist}/fonts/map/dvips/libertine
12683%{texmfdist}/fonts/tfm/public/libertine
12684%{texmfdist}/fonts/type1/public/libertine
12685%{texmfdist}/fonts/vf/public/libertine
12686
12687%doc %{texmfdist}/doc/fonts/linearA
12688%{texmfdist}/fonts/afm/public/linearA
12689%{texmfdist}/fonts/map/dvips/linearA
12690%{texmfdist}/fonts/tfm/public/linearA
12691%{texmfdist}/fonts/type1/public/linearA
12692%{texmfdist}/source/fonts/linearA
12693
12694%{texmfdist}/fonts/source/public/logic
12695%{texmfdist}/fonts/tfm/public/logic
12696
12697%doc %{texmfdist}/doc/fonts/lxfonts
12698%{texmfdist}/fonts/map/dvips/lxfonts
12699%{texmfdist}/fonts/source/public/lxfonts
12700%{texmfdist}/fonts/tfm/public/lxfonts
12701%{texmfdist}/fonts/type1/public/lxfonts
12702
12703%doc %{texmfdist}/doc/fonts/ly1
12704%{texmfdist}/fonts/map/dvips/ly1
12705
12706%{texmfdist}/fonts/source/public/malayalam
12707%{texmfdist}/fonts/tfm/public/malayalam
12708
12709%{texmfdist}/fonts/map/dvips/manfnt
12710
12711%{texmfdist}/fonts/map/dvips/mathdesign
12712
12713%{texmfdist}/fonts/tfm/public/mathpazo
12714%{texmfdist}/fonts/vf/public/mathpazo
12715
8affbd2c
ZU
12716%{texmfdist}/fonts/afm/mathdesign
12717%{texmfdist}/fonts/tfm/mathdesign
12718%{texmfdist}/fonts/type1/mathdesign
12719%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
12720
12721%{texmfdist}/fonts/enc/dvips/mnsymbol
12722%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 12723%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
12724%{texmfdist}/fonts/map/vtex/mnsymbol
12725%{texmfdist}/fonts/opentype/public/mnsymbol
12726%{texmfdist}/fonts/source/public/mnsymbol
12727%{texmfdist}/fonts/tfm/public/mnsymbol
12728%{texmfdist}/fonts/type1/public/mnsymbol
12729
12730%{texmfdist}/fonts/map/dvips/montex
12731%{texmfdist}/fonts/source/public/montex
12732%{texmfdist}/fonts/tfm/public/montex
12733%{texmfdist}/fonts/type1/public/montex
12734
12735%{texmfdist}/fonts/tfm/vntex/mscorevn
12736%{texmfdist}/fonts/vf/vntex/mscorevn
12737
12738%{texmfdist}/fonts/source/public/musixps
12739%{texmfdist}/fonts/tfm/public/musixps
12740
12741%doc %{texmfdist}/doc/generic/musixtex
12742%{texmfdist}/fonts/map/dvips/musixtex
12743%{texmfdist}/fonts/source/public/musixtex
12744%{texmfdist}/fonts/tfm/public/musixtex
12745%{texmfdist}/fonts/type1/public/musixtex
12746
12747%{texmfdist}/fonts/source/public/mxd
12748%{texmfdist}/fonts/tfm/public/mxd
12749
12750%{texmfdist}/fonts/source/public/mxedruli
12751%{texmfdist}/fonts/tfm/public/mxedruli
12752
12753%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
12754
12755%{texmfdist}/fonts/source/public/niceframe
12756%{texmfdist}/fonts/tfm/public/niceframe
12757
12758%doc %{texmfdist}/doc/fonts/nkarta
12759%{texmfdist}/fonts/source/public/nkarta
12760%{texmfdist}/fonts/tfm/public/nkarta
12761
12762%{texmfdist}/fonts/afm/public/norasi
12763%{texmfdist}/fonts/map/dvips/norasi
12764%{texmfdist}/fonts/tfm/public/norasi
12765%{texmfdist}/fonts/type1/public/norasi
12766
12767%{texmfdist}/fonts/source/public/oca
12768
12769%{texmfdist}/fonts/afm/public/ocherokee
12770%{texmfdist}/fonts/map/dvips/ocherokee
12771%{texmfdist}/fonts/ofm/public/ocherokee
12772%{texmfdist}/fonts/ovf/public/ocherokee
12773%{texmfdist}/fonts/ovp/public/ocherokee
12774%{texmfdist}/fonts/tfm/public/ocherokee
12775%{texmfdist}/fonts/type1/public/ocherokee
12776
12777%{texmfdist}/fonts/source/public/ogham
12778%{texmfdist}/fonts/tfm/public/ogham
12779
12780%doc %{texmfdist}/doc/fonts/oinuit
12781%{texmfdist}/fonts/map/dvips/oinuit
12782%{texmfdist}/fonts/ofm/public/oinuit
12783%{texmfdist}/fonts/ovf/public/oinuit
12784%{texmfdist}/fonts/tfm/public/oinuit
12785%{texmfdist}/fonts/type1/public/oinuit
12786
12787%{texmfdist}/fonts/source/public/osmanian
12788
12789%doc %{texmfdist}/doc/fonts/ot2cyr
12790%{texmfdist}/fonts/map/dvips/ot2cyr
12791%{texmfdist}/source/fonts/ot2cyr
12792
12793%{texmfdist}/fonts/source/public/othello
12794%{texmfdist}/fonts/tfm/public/othello
12795
12796%{texmfdist}/fonts/ofm/public/otibet
12797%{texmfdist}/fonts/ovf/public/otibet
12798%{texmfdist}/fonts/ovp/public/otibet
12799%{texmfdist}/fonts/source/public/otibet
12800%{texmfdist}/fonts/tfm/public/otibet
12801
12802%doc %{texmfdist}/doc/fonts/pacioli
12803%{texmfdist}/fonts/source/public/pacioli
12804%{texmfdist}/fonts/tfm/public/pacioli
12805
12806%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
12807
12808%doc %{texmfdist}/doc/fonts/phaistos
12809%{texmfdist}/fonts/afm/public/phaistos
12810%{texmfdist}/fonts/map/dvips/phaistos
12811%{texmfdist}/fonts/opentype/public/phaistos
12812%{texmfdist}/fonts/tfm/public/phaistos
12813%{texmfdist}/fonts/type1/public/phaistos
12814%{texmfdist}/source/fonts/phaistos
12815
12816%{texmfdist}/fonts/opentype/public/philokalia
12817
12818%doc %{texmfdist}/doc/fonts/phonetic
12819%{texmfdist}/fonts/source/public/phonetic
12820%{texmfdist}/fonts/tfm/public/phonetic
12821%{texmfdist}/source/fonts/phonetic
12822
8affbd2c 12823%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
12824
12825%{texmfdist}/fonts/source/public/punk
12826%{texmfdist}/fonts/tfm/public/punk
12827
12828%{texmfdist}/fonts/tfm/public/relenc
12829%{texmfdist}/fonts/vf/public/relenc
12830
12831%doc %{texmfdist}/doc/fonts/rsfs
12832%{texmfdist}/fonts/map/dvips/rsfs
12833
12834%{texmfdist}/fonts/map/dvips/sanskrit
12835%{texmfdist}/fonts/source/public/sanskrit
12836%{texmfdist}/fonts/tfm/public/sanskrit
12837%{texmfdist}/fonts/type1/public/sanskrit
12838
12839%{texmfdist}/fonts/source/public/sauter
12840
12841%doc %{texmfdist}/doc/fonts/semaphor
12842%{texmfdist}/fonts/afm/public/semaphor
12843%{texmfdist}/fonts/enc/dvips/semaphor
12844%{texmfdist}/fonts/map/dvips/semaphor
12845%{texmfdist}/fonts/opentype/public/semaphor
12846%{texmfdist}/fonts/source/public/semaphor
12847%{texmfdist}/fonts/tfm/public/semaphor
12848%{texmfdist}/fonts/type1/public/semaphor
12849
12850%{texmfdist}/fonts/source/public/simpsons
12851
12852%{texmfdist}/fonts/map/dvips/skak
12853%{texmfdist}/fonts/source/public/skak
12854%{texmfdist}/fonts/tfm/public/skak
12855
12856%doc %{texmfdist}/doc/fonts/skaknew
12857%{texmfdist}/fonts/afm/public/skaknew
12858%{texmfdist}/fonts/map/dvips/skaknew
12859%{texmfdist}/fonts/map/vtex/skaknew
12860%{texmfdist}/fonts/tfm/public/skaknew
12861%{texmfdist}/fonts/type1/public/skaknew
12862
12863%{texmfdist}/fonts/source/public/skull
12864
12865%{texmfdist}/fonts/source/public/soyombo
12866%{texmfdist}/fonts/tfm/public/soyombo
12867
12868%doc %{texmfdist}/doc/fonts/staves
12869%{texmfdist}/fonts/map/dvips/staves
12870%{texmfdist}/fonts/tfm/public/staves
12871%{texmfdist}/fonts/type1/public/staves
12872
12873%{texmfdist}/fonts/map/dvips/stmaryrd
12874%{texmfdist}/fonts/source/public/stmaryrd
12875
12876%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
12877
12878%{texmfdist}/fonts/afm/public/tabvar
12879%{texmfdist}/fonts/map/dvips/tabvar
12880%{texmfdist}/fonts/tfm/public/tabvar
12881%{texmfdist}/fonts/type1/public/tabvar
12882
f1ba8563
ZU
12883
12884%{texmfdist}/fonts/source/public/tapir
12885%{texmfdist}/fonts/type1/public/tapir
12886
12887%{texmfdist}/fonts/enc/dvips/tengwarscript
12888%{texmfdist}/fonts/map/dvips/tengwarscript
12889%{texmfdist}/fonts/tfm/public/tengwarscript
12890%{texmfdist}/fonts/vf/public/tengwarscript
12891
80fa261c 12892%{texmfdist}/doc/fonts/pclnfss
198c241e 12893%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
12894
12895%doc %{texmfdist}/doc/fonts/tex-gyre
12896%{texmfdist}/fonts/afm/public/tex-gyre
12897%{texmfdist}/fonts/enc/dvips/tex-gyre
12898%{texmfdist}/fonts/map/dvips/tex-gyre
12899%{texmfdist}/fonts/opentype/public/tex-gyre
12900%{texmfdist}/fonts/tfm/public/tex-gyre
12901%{texmfdist}/fonts/type1/public/tex-gyre
12902
f1ba8563 12903%{texmfdist}/fonts/map/dvips/times
f1ba8563 12904
f1ba8563
ZU
12905
12906%doc %{texmfdist}/doc/fonts/timing
12907%{texmfdist}/fonts/source/public/timing
12908%{texmfdist}/fonts/tfm/public/timing
12909
12910%doc %{texmfdist}/doc/fonts/tipa
12911%{texmfdist}/fonts/map/dvips/tipa
12912%{texmfdist}/fonts/source/public/tipa
12913%{texmfdist}/fonts/tfm/public/tipa
12914%{texmfdist}/fonts/type1/public/tipa
12915
12916%{texmfdist}/fonts/afm/public/trajan
12917%{texmfdist}/fonts/map/dvips/trajan
12918%{texmfdist}/fonts/tfm/public/trajan
12919%{texmfdist}/fonts/type1/public/trajan
12920
12921%{texmfdist}/fonts/source/public/trsym
12922%{texmfdist}/fonts/tfm/public/trsym
12923
12924%{texmfdist}/fonts/tfm/vntex/txttvn
12925%{texmfdist}/fonts/type1/vntex/txttvn
12926
12927%{texmfdist}/fonts/map/dvips/uhc
12928
12929%{texmfdist}/fonts/source/public/ulsy
12930%{texmfdist}/fonts/tfm/public/ulsy
12931
12932%doc %{texmfdist}/doc/fonts/umrand
12933%{texmfdist}/fonts/source/public/umrand
12934%{texmfdist}/fonts/tfm/public/umrand
12935
12936%doc %{texmfdist}/doc/fonts/umtypewriter
12937%{texmfdist}/fonts/opentype/public/umtypewriter
12938
12939%doc %{texmfdist}/doc/fonts/universa
12940%{texmfdist}/fonts/source/public/universa
12941%{texmfdist}/fonts/tfm/public/universa
12942%{texmfdist}/source/fonts/universa
12943
12944%{texmfdist}/fonts/afm/public/velthuis
12945%{texmfdist}/fonts/map/dvips/velthuis
12946%{texmfdist}/fonts/source/public/velthuis
12947%{texmfdist}/fonts/tfm/public/velthuis
12948%{texmfdist}/fonts/type1/public/velthuis
12949
12950%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
12951
12952%{texmfdist}/fonts/afm/vntex/vntopia
12953%{texmfdist}/fonts/tfm/vntex/vntopia
12954%{texmfdist}/fonts/type1/vntex/vntopia
12955%{texmfdist}/fonts/vf/vntex/vntopia
12956
12957%{texmfdist}/fonts/map/dvips/wadalab
12958
12959%doc %{texmfdist}/doc/fonts/wasy
12960%{texmfdist}/fonts/afm/public/wasy
12961%{texmfdist}/fonts/map/dvips/wasy
12962%{texmfdist}/fonts/type1/public/wasy
12963
12964%{texmfdist}/fonts/source/public/wnri
12965%{texmfdist}/fonts/tfm/public/wnri
12966
12967%{texmfdist}/fonts/source/public/wsuipa
12968%{texmfdist}/fonts/tfm/public/wsuipa
12969
12970%{texmfdist}/fonts/source/public/xbmc
12971%{texmfdist}/fonts/tfm/public/xbmc
12972
f1ba8563
ZU
12973%doc %{texmfdist}/doc/fonts/xq
12974%{texmfdist}/fonts/source/public/xq
12975%{texmfdist}/fonts/tfm/public/xq
12976
12977%{texmfdist}/fonts/source/public/yannisgr
12978
12979%{texmfdist}/fonts/map/dvips/yhmath
12980%{texmfdist}/fonts/source/public/yhmath
12981%{texmfdist}/fonts/tfm/public/yhmath
12982%{texmfdist}/fonts/type1/public/yhmath
12983%{texmfdist}/fonts/vf/public/yhmath
12984
12985%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 12986%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
12987
12988%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
12989
12990%{texmfdist}/dvips/zefonts
12991%{texmfdist}/fonts/map/dvips/zefonts
12992%{texmfdist}/fonts/tfm/public/zefonts
12993%{texmfdist}/fonts/vf/public/zefonts
12994
12995
d08789e0 12996%files fonts-omega
489714ae 12997%defattr(644,root,root,755)
7179ac92 12998%doc %{texmfdist}/doc/omega
2677a8b0
ZU
12999%dir %{texmfdist}/omega
13000%dir %{texmfdist}/omega/otp
13001%dir %{texmfdist}/omega/ocp
7179ac92
ZU
13002%{texmfdist}/dvips/omega
13003%{texmfdist}/fonts/ofm/public/omega
13004%{texmfdist}/fonts/type1/public/omega
13005%{texmfdist}/fonts/afm/public/omega
13006%{texmfdist}/fonts/ovp/public/omega
13007%{texmfdist}/fonts/tfm/public/omega
13008%{texmfdist}/fonts/ovf/public/omega
13009%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
13010%{texmfdist}/omega/ocp/omega
13011%{texmfdist}/omega/otp/omega
13012%{texmfdist}/tex/plain/omega
d08789e0 13013
5b7eba8e
MB
13014#%files fonts-pazo
13015#%defattr(644,root,root,755)
d08789e0
ZU
13016
13017%files fonts-pl
13018%defattr(644,root,root,755)
7179ac92 13019%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
13020%dir %{texmf}/scripts/texlive
13021%dir %{texmf}/scripts/texlive/tlmgrgui
13022%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
13023%{texmfdist}/dvips/pl
13024%{texmfdist}/fonts/source/public/pl
13025%{texmfdist}/fonts/type1/public/pl
13026%{texmfdist}/fonts/afm/public/pl
13027%{texmfdist}/fonts/enc/dvips/pl
13028%{texmfdist}/fonts/tfm/public/pl
13029%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 13030%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
13031
13032%files fonts-px
13033%defattr(644,root,root,755)
7179ac92 13034%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
13035# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
13036# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
13037%dir %{texmfdist}/fonts/map/dvips/pxfonts
13038%dir %{texmfdist}/tex/latex/pxfonts
13039%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
13040%{texmfdist}/fonts/afm/public/pxfonts
13041%{texmfdist}/fonts/tfm/public/pxfonts
13042%{texmfdist}/fonts/type1/public/pxfonts
13043%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 13044%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 13045
5b7eba8e
MB
13046#%files fonts-qfonts
13047#%defattr(644,root,root,755)
31bd2c4a
ZU
13048# %doc %{texmf}/doc/fonts/polish/qfonts
13049# %{texmf}/fonts/enc/dvips/qfonts
13050# %{texmf}/fonts/map/dvips/qfonts
13051# %{texmf}/dvips/qfonts
13052# %{texmf}/fonts/afm/public/qfonts
13053# %{texmf}/fonts/tfm/public/qfonts
d08789e0 13054
74dbda3f
ZU
13055# %files fonts-qpx
13056# %defattr(644,root,root,755)
13057# %{texmf}/fonts/tfm/public/qpx
13058# %{texmf}/fonts/vf/public/qpx
d08789e0 13059
31bd2c4a 13060%files fonts-qpxqtx
d08789e0 13061%defattr(644,root,root,755)
7179ac92
ZU
13062%{texmfdist}/fonts/tfm/public/qpxqtx
13063%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
13064
13065%files fonts-rsfs
13066%defattr(644,root,root,755)
7179ac92
ZU
13067%{texmfdist}/fonts/source/public/rsfs
13068%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
13069
13070%files fonts-stmaryrd
13071%defattr(644,root,root,755)
7179ac92
ZU
13072%doc %{texmfdist}/doc/fonts/stmaryrd
13073%{texmfdist}/source/fonts/stmaryrd
13074%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
13075
13076%files fonts-tx
13077%defattr(644,root,root,755)
7179ac92
ZU
13078%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
13079%{texmfdist}/fonts/afm/public/txfonts
13080%{texmfdist}/fonts/tfm/public/txfonts
13081%{texmfdist}/fonts/vf/public/txfonts
d08789e0 13082
5bc70a92
MB
13083%files fonts-uhc
13084%defattr(644,root,root,755)
13085%doc %{texmfdist}/doc/fonts/uhc
13086%{texmfdist}/fonts/afm/uhc
13087%{texmfdist}/fonts/tfm/uhc
13088%{texmfdist}/fonts/vf/uhc
13089
d08789e0
ZU
13090%files fonts-urw
13091%defattr(644,root,root,755)
7179ac92 13092%{texmfdist}/fonts/afm/urw
5bc70a92
MB
13093%{texmfdist}/fonts/tfm/urw
13094%{texmfdist}/fonts/vf/urw
d08789e0
ZU
13095
13096%files fonts-urwvn
13097%defattr(644,root,root,755)
26d8eaaa 13098%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
13099%{texmfdist}/fonts/tfm/vntex/urwvn
13100%{texmfdist}/fonts/type1/vntex/urwvn
13101%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
13102
13103%files fonts-vnr
13104%defattr(644,root,root,755)
7179ac92
ZU
13105%{texmfdist}/fonts/map/dvips/vntex
13106%{texmfdist}/fonts/source/vntex/vnr
13107%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 13108
e67df411
ZU
13109%files fonts-urw35vf
13110%defattr(644,root,root,755)
13111%{texmfdist}/fonts/vf/urw35vf
13112
5bc70a92
MB
13113%files fonts-wadalab
13114%defattr(644,root,root,755)
13115%doc %{texmfdist}/doc/fonts/wadalab
13116%{texmfdist}/fonts/afm/wadalab
13117%{texmfdist}/fonts/tfm/wadalab
13118%{texmfdist}/fonts/vf/wadalab
13119
d08789e0
ZU
13120%files fonts-wasy
13121%defattr(644,root,root,755)
7179ac92
ZU
13122%{texmfdist}/fonts/source/public/wasy
13123%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
13124
13125%files fonts-xypic
13126%defattr(644,root,root,755)
7179ac92
ZU
13127%{texmfdist}/fonts/map/dvips/xypic
13128# %{texmfdist}/fonts/afm/public/xypic
13129%{texmfdist}/fonts/source/public/xypic
13130%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
13131
13132%files fonts-yandy
13133%defattr(644,root,root,755)
adbd04dd 13134# %{texmf}/fonts/afm/yandy
7179ac92 13135%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
13136# %{texmf}/fonts/tfm/yandy
13137# %{texmf}/fonts/vf/yandy
d08789e0
ZU
13138
13139%files fonts-type1-antp
13140%defattr(644,root,root,755)
7179ac92
ZU
13141%{texmfdist}/dvips/antp
13142%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
13143
13144%files fonts-type1-antt
13145%defattr(644,root,root,755)
adbd04dd 13146# %{texmf}/dvips/antt
7179ac92 13147%{texmfdist}/fonts/type1/public/antt
d08789e0 13148
5bc70a92
MB
13149%files fonts-type1-arphic
13150%defattr(644,root,root,755)
13151%{texmfdist}/fonts/type1/arphic
13152
d08789e0
ZU
13153%files fonts-type1-belleek
13154%defattr(644,root,root,755)
7179ac92
ZU
13155%doc %{texmfdist}/doc/fonts/belleek
13156%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
13157
13158%files fonts-type1-bitstream
13159%defattr(644,root,root,755)
7179ac92 13160%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
13161
13162%files fonts-type1-bluesky
13163%defattr(644,root,root,755)
04eb4e68
ZU
13164# %doc %{texmf}/doc/fonts/bluesky
13165# %{texmf}/dvips/bluesky
7179ac92 13166%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
13167
13168%files fonts-type1-cc-pl
13169%defattr(644,root,root,755)
7179ac92
ZU
13170%doc %{texmfdist}/doc/fonts/cc-pl
13171%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
13172
13173%files fonts-type1-cmcyr
13174%defattr(644,root,root,755)
7179ac92 13175%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
13176
13177%files fonts-type1-cs
13178%defattr(644,root,root,755)
7179ac92 13179%{texmfdist}/fonts/type1/public/cs
d08789e0 13180
04eb4e68
ZU
13181# %files fonts-type1-dstroke
13182# %defattr(644,root,root,755)
13183# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
13184
13185%files fonts-type1-eurosym
13186%defattr(644,root,root,755)
7179ac92 13187%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
13188
13189%files fonts-type1-hoekwater
13190%defattr(644,root,root,755)
7179ac92 13191%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
13192
13193%files fonts-type1-fpl
13194%defattr(644,root,root,755)
7179ac92
ZU
13195%doc %{texmfdist}/doc/fonts/fpl
13196%{texmfdist}/fonts/afm/public/fpl
13197%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
13198
13199%files fonts-type1-lm
13200%defattr(644,root,root,755)
7179ac92
ZU
13201%{texmfdist}/fonts/afm/public/lm
13202%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
13203
13204%files fonts-type1-marvosym
13205%defattr(644,root,root,755)
7179ac92 13206%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
13207
13208%files fonts-type1-mathpazo
13209%defattr(644,root,root,755)
04eb4e68 13210# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
13211%{texmfdist}/fonts/afm/public/mathpazo
13212%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
13213
13214%files fonts-type1-omega
13215%defattr(644,root,root,755)
7179ac92 13216%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
13217
13218%files fonts-type1-pl
13219%defattr(644,root,root,755)
04eb4e68 13220# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 13221%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
13222
13223%files fonts-type1-px
13224%defattr(644,root,root,755)
7179ac92 13225%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 13226
04eb4e68
ZU
13227# %files fonts-type1-qfonts
13228# %defattr(644,root,root,755)
7179ac92 13229# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
13230
13231%files fonts-type1-tx
13232%defattr(644,root,root,755)
7179ac92 13233%{texmfdist}/fonts/type1/public/txfonts
d08789e0 13234
04eb4e68
ZU
13235# %files fonts-type1-tt2001
13236# %defattr(644,root,root,755)
13237# %{texmf}/fonts/type1/public/tt2001
d08789e0 13238
5bc70a92
MB
13239%files fonts-type1-uhc
13240%defattr(644,root,root,755)
13241%{texmfdist}/fonts/type1/uhc
13242
d08789e0
ZU
13243%files fonts-type1-urw
13244%defattr(644,root,root,755)
7179ac92 13245%{texmfdist}/fonts/type1/urw
d08789e0
ZU
13246
13247%files fonts-type1-vnr
13248%defattr(644,root,root,755)
7179ac92 13249%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 13250
5bc70a92
MB
13251%files fonts-type1-wadalab
13252%defattr(644,root,root,755)
13253%{texmfdist}/fonts/type1/wadalab
13254
d08789e0
ZU
13255%files fonts-type1-xypic
13256%defattr(644,root,root,755)
7179ac92 13257%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
13258
13259# TeXLive-specific
13260
13261%files afm2pl
13262%defattr(644,root,root,755)
13263%attr(755,root,root) %{_bindir}/afm2pl
13264%{_mandir}/man1/afm2pl*
13265
13266%files bbox
13267%defattr(644,root,root,755)
13268%attr(755,root,root) %{_bindir}/bbox
13269%{_mandir}/man1/bbox*
13270
13271%files cefutils
13272%defattr(644,root,root,755)
13273%attr(755,root,root) %{_bindir}/cef*
2677a8b0 13274%dir %{texmfdist}/tex/latex/cjk
21c69d95
ZU
13275%dir %{texmfdist}/doc/latex/cjk
13276%dir %{texmfdist}/source/latex/cjk
13277%dir %{texmfdist}/source/latex/cjk/utils
2677a8b0 13278%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
13279%doc %{texmfdist}/doc/latex/cjk/doc
13280%doc %{texmfdist}/doc/latex/cjk/examples
13281%{texmfdist}/source/latex/cjk/utils/CEFconv
13282
13283%files detex
13284%defattr(644,root,root,755)
13285%attr(755,root,root) %{_bindir}/detex
13286%{_mandir}/man1/detex*
13287
7ffd1967
ZU
13288
13289%files dviutils
13290%defattr(644,root,root,755)
13291%attr(755,root,root) %{_bindir}/dt2dv
13292%attr(755,root,root) %{_bindir}/dv2dt
13293%attr(755,root,root) %{_bindir}/dvi2tty
13294%attr(755,root,root) %{_bindir}/dviasm
13295%attr(755,root,root) %{_bindir}/dvibook
13296%attr(755,root,root) %{_bindir}/dviconcat
13297%attr(755,root,root) %{_bindir}/dvidvi
13298%attr(755,root,root) %{_bindir}/dvigif
13299%attr(755,root,root) %{_bindir}/dvipdfmx
13300%attr(755,root,root) %{_bindir}/dvipos
13301%attr(755,root,root) %{_bindir}/dviselect
13302%attr(755,root,root) %{_bindir}/dvitodvi
13303%{_mandir}/man1/dt2dv*
13304%{_mandir}/man1/dv2dt*
13305%{_mandir}/man1/dvi2tty*
13306%{_mandir}/man1/dvibook*
13307%{_mandir}/man1/dviconcat*
13308%{_mandir}/man1/dvidvi*
13309%{_mandir}/man1/dvigif*
13310%{_mandir}/man1/dvipos*
13311%{_mandir}/man1/dviselect*
13312%{_mandir}/man1/dvitodvi*
13313
13314%files epsutils
13315%defattr(644,root,root,755)
13316%attr(755,root,root) %{_bindir}/epsffit
13317%attr(755,root,root) %{_bindir}/epspdf
13318%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 13319%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
13320%{texmfdist}/scripts/epspdf
13321%{_mandir}/man1/epsffit*
13322%doc %{texmfdist}/doc/epspdf
13323
13324%files filters
13325%defattr(644,root,root,755)
13326%attr(755,root,root) %{_bindir}/fix*
13327%{_mandir}/man1/fix*
13328
faa40f44
ZU
13329%files psutils
13330%defattr(644,root,root,755)
13331%attr(755,root,root) %{_bindir}/extractres
13332%attr(755,root,root) %{_bindir}/getafm
13333%attr(755,root,root) %{_bindir}/includeres
13334%attr(755,root,root) %{_bindir}/psbook
13335%attr(755,root,root) %{_bindir}/psmerge
13336%attr(755,root,root) %{_bindir}/psnup
13337%attr(755,root,root) %{_bindir}/psresize
13338%attr(755,root,root) %{_bindir}/psselect
5fef92c1 13339%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
13340%attr(755,root,root) %{_bindir}/pstops
13341%attr(755,root,root) %{_bindir}/showchar
13342%{_mandir}/man1/extractres*
13343%{_mandir}/man1/getafm*
13344%{_mandir}/man1/includeres*
13345%{_mandir}/man1/psbook*
13346%{_mandir}/man1/psmerge*
13347%{_mandir}/man1/psnup*
13348%{_mandir}/man1/psresize*
13349%{_mandir}/man1/psselect*
13350%{_mandir}/man1/pstops*
13351%{texmf}/dvips/psutils
13352
489714ae
ZU
13353%files uncategorized-utils
13354%defattr(644,root,root,755)
13355%attr(755,root,root) %{_bindir}/devnag
13356%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
13357
13358%files tex4ht
13359%defattr(644,root,root,755)
add234d3
MB
13360%attr(755,root,root) %{_bindir}/ht
13361%attr(755,root,root) %{_bindir}/htcontext
13362%attr(755,root,root) %{_bindir}/htlatex
13363%attr(755,root,root) %{_bindir}/htmex
13364%attr(755,root,root) %{_bindir}/httex
13365%attr(755,root,root) %{_bindir}/httexi
13366%attr(755,root,root) %{_bindir}/htxelatex
13367%attr(755,root,root) %{_bindir}/htxetex
13368%attr(755,root,root) %{_bindir}/mk4ht
13369%attr(755,root,root) %{_bindir}/t4ht
13370%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 13371%{texmf}/scripts/tex4ht
5b7eba8e 13372%{texmfdist}/tex/generic/tex4ht
add234d3
MB
13373%dir %{texmfdist}/scripts/tex4ht
13374%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
13375%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
13376%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
13377%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
13378%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
13379%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
13380%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
13381%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
13382%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 13383%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 13384%{texmfdist}/tex4ht
4224ae6d
MB
13385
13386%files xetex
13387%defattr(644,root,root,755)
13388%attr(755,root,root) %{_bindir}/xdvipdfmx
13389%attr(755,root,root) %{_bindir}/xelatex
13390%attr(755,root,root) %{_bindir}/xetex
13391%{texmf}/fmtutil/format.xetex.cnf
13392%doc %{texmfdist}/doc/xelatex
13393%doc %{texmfdist}/doc/xetex
13394%{texmfdist}/scripts/xetex
13395%{texmfdist}/tex/generic/ifxetex
13396%{texmfdist}/tex/generic/xetexconfig
13397%{texmfdist}/tex/latex/latexconfig/xelatex.ini
13398%{texmfdist}/tex/plain/config/xetex.ini
13399%{texmfdist}/tex/xelatex
13400%{texmfdist}/tex/xetex
13401
13402%files xmltex
13403%defattr(644,root,root,755)
13404%doc %{texmfdist}/doc/xmltex
13405%attr(755,root,root) %{_bindir}/pdfxmltex
13406%attr(755,root,root) %{_bindir}/xmltex
13407%{texmfdist}/tex/xmltex
13408%{texmf}/fmtutil/format.xmltex.cnf
This page took 2.08866 seconds and 4 git commands to generate.